diff --git a/po/de.po b/po/de.po index f7d5566512..9e2ec21257 100644 --- a/po/de.po +++ b/po/de.po @@ -335,11 +335,6 @@ msgstr "Suboptimale Zwischenspeicher-Methode." #: libraries/classes/Advisory/Rules.php:217 #, fuzzy -#| msgid "" -#| "You are using the MySQL Query cache with a fairly high traffic database. " -#| "It might be worth considering to use memcached instead of the MySQL " -#| "Query cache, especially if you have multiple slaves." msgid "" "You are using the MySQL Query cache with a fairly high traffic database. It " "might be worth considering to use - Shift+Enter for a newline." msgstr "Drücken Sie ESC, um das Bearbeiten abzubrechen." @@ -7591,7 +7581,6 @@ msgstr "Stark" #. l10n: error code 5 (from U2F API) #: libraries/classes/Controllers/JavaScriptMessagesController.php:677 #, fuzzy -#| msgid "Timed out waiting for security key activation." msgctxt "U2F error" msgid "Timed out waiting for security key activation." msgstr "" @@ -8088,6 +8077,7 @@ msgstr "Zwei-Faktor-Authentifizierung wurde eingerichtet." #: templates/table/structure/display_partitions.twig:28 #: templates/table/structure/display_structure.twig:230 #: templates/table/structure/display_table_stats.twig:119 +#: libraries/classes/Import.php:148 msgid "Rows" msgstr "Datensätze" @@ -8803,8 +8793,6 @@ msgstr "Anzahl der Joins, bei denen die erste Tabelle gescannt wurde." #: libraries/classes/Controllers/Server/Status/VariablesController.php:479 #, fuzzy -#| msgid "" -#| "The number of temporary tables currently open by the slave SQL thread." msgid "" "The number of temporary tables currently open by the replica SQL thread." msgstr "" @@ -8812,9 +8800,6 @@ msgstr "" #: libraries/classes/Controllers/Server/Status/VariablesController.php:481 #, fuzzy -#| msgid "" -#| "Total (since startup) number of times the replication slave SQL thread " -#| "has retried transactions." msgid "" "Total (since startup) number of times the replication replica SQL thread has " "retried transactions." @@ -8824,7 +8809,6 @@ msgstr "" #: libraries/classes/Controllers/Server/Status/VariablesController.php:483 #, fuzzy -#| msgid "This is ON if this server is a slave that is connected to a master." msgid "This is ON if this server is a replica that is connected to a primary." msgstr "" "Dieser Wert steht auf ON wenn dieser Server ein Slave ist und mit dem Master " @@ -8951,11 +8935,13 @@ msgstr "Unsichere Verbindung" #: libraries/classes/Controllers/Sql/SqlController.php:247 #: libraries/classes/Sql.php:1155 +#: libraries/classes/Controllers/Sql/SqlController.php:248 #, php-format msgid "Bookmark %s has been created." msgstr "Lesezeichen %s wurde erstellt." #: libraries/classes/Controllers/Sql/SqlController.php:254 +#: libraries/classes/Controllers/Sql/SqlController.php:255 msgid "Bookmark not created!" msgstr "Bookmark nicht erstellt!" @@ -9054,7 +9040,7 @@ msgstr "Es gibt ein Problem mit Ihrer Anfrage." #: libraries/classes/Controllers/Table/GetFieldController.php:79 #: libraries/classes/Database/Routines.php:1245 #: libraries/classes/Import.php:154 libraries/classes/InsertEdit.php:221 -#: libraries/classes/Sql.php:968 +#: libraries/classes/Sql.php:968 libraries/classes/Import.php:153 msgid "MySQL returned an empty result set (i.e. zero rows)." msgstr "MySQL lieferte ein leeres Resultat zurück (d.h. null Datensätze)." @@ -9084,6 +9070,7 @@ msgstr "Ansicht" #: libraries/classes/InsertEdit.php:716 libraries/classes/Message.php:192 #: templates/error/generic.twig:37 #: templates/table/structure/display_structure.twig:355 +#: libraries/classes/Import.php:137 msgid "Error" msgstr "Fehler" @@ -9582,9 +9569,6 @@ msgstr "Exportieren der Prozedur %s" #: libraries/classes/Database/Routines.php:1583 #, fuzzy, php-format -#| msgid "" -#| "No routine with name %1$s found in database %2$s. You might be lacking " -#| "the necessary privileges to view/export this routine." msgid "" "Error in processing request: No routine with name %1$s found in database " "%2$s. You might be lacking the necessary privileges to view/export this " @@ -9675,7 +9659,6 @@ msgstr "Export des Triggers %s" #: libraries/classes/Database/Triggers.php:519 #, fuzzy, php-format -#| msgid "No trigger with name %1$s found in database %2$s." msgid "" "Error in processing request: No trigger with name %1$s found in database " "%2$s." @@ -9694,37 +9677,31 @@ msgstr "" #: libraries/classes/Dbal/InvalidDatabaseName.php:14 #, fuzzy -#| msgid "The database name is empty!" msgid "The database name must be a non-empty string." msgstr "Der Datenbankname ist leer!" #: libraries/classes/Dbal/InvalidDatabaseName.php:22 #, fuzzy, php-format -#| msgid "Please enter no more than {0} characters" msgid "The database name cannot be longer than %d characters." msgstr "Bitte nicht mehr als {0} Zeichen eingeben" #: libraries/classes/Dbal/InvalidDatabaseName.php:27 #, fuzzy -#| msgid "Words are separated by a space character (\" \")." msgid "The database name cannot end with a space character." msgstr "Die Wörter werden durch Leerzeichen (\" \") getrennt." #: libraries/classes/Dbal/InvalidTableName.php:14 #, fuzzy -#| msgid "The table name is empty!" msgid "The table name must be a non-empty string." msgstr "Der Tabellenname ist leer!" #: libraries/classes/Dbal/InvalidTableName.php:22 #, fuzzy, php-format -#| msgid "Please enter no more than {0} characters" msgid "The table name cannot be longer than %d characters." msgstr "Bitte nicht mehr als {0} Zeichen eingeben" #: libraries/classes/Dbal/InvalidTableName.php:27 #, fuzzy -#| msgid "Words are separated by a space character (\" \")." msgid "The table name cannot end with a space character." msgstr "Die Wörter werden durch Leerzeichen (\" \") getrennt." @@ -10278,7 +10255,6 @@ msgstr "" #: libraries/classes/FlashMessages.php:24 #, fuzzy -#| msgid "SOAP extension not found" msgid "Session not found." msgstr "SOAP Erweiterung wurde nicht gefunden" @@ -10356,27 +10332,28 @@ msgid "%d errors were found during analysis." msgstr "%d Fehler wurden während der Analyse gefunden." #: libraries/classes/Import.php:276 libraries/classes/Sql.php:982 +#: libraries/classes/Import.php:307 msgid "[ROLLBACK occurred.]" msgstr "[ROLLBACK aufgetreten.]" -#: libraries/classes/Import.php:1215 +#: libraries/classes/Import.php:1215 libraries/classes/Import.php:1274 msgid "" "The following structures have either been created or altered. Here you can:" msgstr "" "Die folgenden Strukturen wurden entweder erstellt oder verändert. Hier " "können Sie:" -#: libraries/classes/Import.php:1217 +#: libraries/classes/Import.php:1217 libraries/classes/Import.php:1276 msgid "View a structure's contents by clicking on its name." msgstr "Zum Anzeigen einer Struktur einfach auf den Namen klicken." -#: libraries/classes/Import.php:1218 +#: libraries/classes/Import.php:1218 libraries/classes/Import.php:1277 msgid "" "Change any of its settings by clicking the corresponding \"Options\" link." msgstr "" "Zum Ändern der Einstellungen auf das entsprechende \"Optionen\" klicken." -#: libraries/classes/Import.php:1219 +#: libraries/classes/Import.php:1219 libraries/classes/Import.php:1278 msgid "Edit structure by following the \"Structure\" link." msgstr "" "Zum Ändern der Struktur auf den entsprechenden \"Struktur\"-Link klicken." @@ -10408,35 +10385,38 @@ msgstr "" #: templates/database/designer/database_tables.twig:114 #: templates/database/routines/editor_form.twig:53 #: templates/table/structure/display_table_stats.twig:97 +#: libraries/classes/Import.php:1282 libraries/classes/Import.php:1316 +#: libraries/classes/Plugins/Import/ImportSql.php:44 msgid "Options" msgstr "Optionen" -#: libraries/classes/Import.php:1226 +#: libraries/classes/Import.php:1226 libraries/classes/Import.php:1285 #, php-format msgid "Go to database: %s" msgstr "Gehe zur Datenbank: %s" #: libraries/classes/Import.php:1232 libraries/classes/Import.php:1275 +#: libraries/classes/Import.php:1291 libraries/classes/Import.php:1334 #, php-format msgid "Edit settings for %s" msgstr "Einstellung für %s bearbeiten" -#: libraries/classes/Import.php:1260 +#: libraries/classes/Import.php:1260 libraries/classes/Import.php:1319 #, php-format msgid "Go to table: %s" msgstr "Gehe zur Tabelle: %s" -#: libraries/classes/Import.php:1268 +#: libraries/classes/Import.php:1268 libraries/classes/Import.php:1327 #, php-format msgid "Structure of %s" msgstr "Struktur von %s" -#: libraries/classes/Import.php:1286 +#: libraries/classes/Import.php:1286 libraries/classes/Import.php:1345 #, php-format msgid "Go to view: %s" msgstr "Gehe zur Ansicht: %s" -#: libraries/classes/Import.php:1312 +#: libraries/classes/Import.php:1312 libraries/classes/Import.php:1371 msgid "" "Only INSERT, UPDATE, DELETE and REPLACE SQL queries containing transactional " "engine tables can be rolled back." @@ -10606,6 +10586,7 @@ msgstr "Nachverfolgung" #: libraries/classes/Plugins/Export/ExportXml.php:120 #: libraries/classes/Util.php:1908 libraries/classes/Util.php:1924 #: templates/database/triggers/list.twig:3 +#: libraries/classes/Plugins/Export/ExportSql.php:2078 msgid "Triggers" msgstr "Trigger" @@ -10629,6 +10610,7 @@ msgstr "Routinen" #: libraries/classes/Plugins/Export/ExportSql.php:996 #: libraries/classes/Plugins/Export/ExportXml.php:100 #: libraries/classes/Util.php:1907 templates/database/events/index.twig:3 +#: libraries/classes/Plugins/Export/ExportSql.php:1006 msgid "Events" msgstr "Ereignisse" @@ -10880,7 +10862,6 @@ msgstr "Neu" #: libraries/classes/Navigation/Nodes/NodeTrigger.php:28 #, fuzzy -#| msgid "Triggers" msgid "Trigger" msgstr "Trigger" @@ -11501,6 +11482,7 @@ msgstr "Datenexport-Optionen" #: libraries/classes/Plugins/Export/ExportOdt.php:249 #: libraries/classes/Plugins/Export/ExportSql.php:2303 #: libraries/classes/Plugins/Export/ExportTexytext.php:177 +#: libraries/classes/Plugins/Export/ExportSql.php:2333 msgid "Dumping data for table" msgstr "Daten für Tabelle" @@ -11593,6 +11575,7 @@ msgstr "Definition" #: libraries/classes/Plugins/Export/ExportOdt.php:675 #: libraries/classes/Plugins/Export/ExportSql.php:2039 #: libraries/classes/Plugins/Export/ExportTexytext.php:515 +#: libraries/classes/Plugins/Export/ExportSql.php:2064 msgid "Table structure for table" msgstr "Tabellenstruktur für Tabelle" @@ -11600,6 +11583,7 @@ msgstr "Tabellenstruktur für Tabelle" #: libraries/classes/Plugins/Export/ExportOdt.php:707 #: libraries/classes/Plugins/Export/ExportSql.php:2090 #: libraries/classes/Plugins/Export/ExportTexytext.php:541 +#: libraries/classes/Plugins/Export/ExportSql.php:2115 msgid "Structure for view" msgstr "Struktur des Views" @@ -11607,6 +11591,7 @@ msgstr "Struktur des Views" #: libraries/classes/Plugins/Export/ExportOdt.php:727 #: libraries/classes/Plugins/Export/ExportSql.php:2122 #: libraries/classes/Plugins/Export/ExportTexytext.php:557 +#: libraries/classes/Plugins/Export/ExportSql.php:2147 msgid "Stand-in structure for view" msgstr "Stellvertreter-Struktur des Views" @@ -11706,11 +11691,13 @@ msgstr "PHP-Version:" #: libraries/classes/Plugins/Export/Helpers/Pdf.php:200 #: templates/database/structure/copy_form.twig:5 #: templates/menu/breadcrumbs.twig:16 +#: libraries/classes/Plugins/Export/ExportSql.php:939 msgid "Database:" msgstr "Datenbank:" #: libraries/classes/Plugins/Export/ExportLatex.php:315 #: libraries/classes/Plugins/Export/ExportSql.php:2178 +#: libraries/classes/Plugins/Export/ExportSql.php:2208 msgid "Data:" msgstr "Daten:" @@ -11829,6 +11816,7 @@ msgstr "Datenerstellungsoptionen" #: libraries/classes/Plugins/Export/ExportSql.php:398 #: libraries/classes/Plugins/Export/ExportSql.php:2260 +#: libraries/classes/Plugins/Export/ExportSql.php:2290 msgid "Truncate table before insert" msgstr "TRUNCATE Tabelle vor dem Einfügen" @@ -11914,94 +11902,116 @@ msgstr "Es scheint, dass Ihre Datenbank Routinen verwendet;" #: libraries/classes/Plugins/Export/ExportSql.php:577 #: libraries/classes/Plugins/Export/ExportSql.php:1576 #: libraries/classes/Plugins/Export/ExportSql.php:2078 +#: libraries/classes/Plugins/Export/ExportSql.php:1597 +#: libraries/classes/Plugins/Export/ExportSql.php:2103 msgid "alias export may not work reliably in all cases." msgstr "" "Alias-Export arbeitet möglicherweise nicht in allen Fällen zuverlässig." #: libraries/classes/Plugins/Export/ExportSql.php:1040 +#: libraries/classes/Plugins/Export/ExportSql.php:1050 msgid "Metadata" msgstr "Metadaten" #: libraries/classes/Plugins/Export/ExportSql.php:1106 +#: libraries/classes/Plugins/Export/ExportSql.php:1116 #, php-format msgid "Metadata for table %s" msgstr "Metadaten für Tabelle %s" #: libraries/classes/Plugins/Export/ExportSql.php:1113 +#: libraries/classes/Plugins/Export/ExportSql.php:1123 #, php-format msgid "Metadata for database %s" msgstr "Metadaten für Datenbank %s" #: libraries/classes/Plugins/Export/ExportSql.php:1420 #: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:629 +#: libraries/classes/Plugins/Export/ExportSql.php:1441 msgid "Creation:" msgstr "Erstellt am:" #: libraries/classes/Plugins/Export/ExportSql.php:1430 #: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:640 +#: libraries/classes/Plugins/Export/ExportSql.php:1451 msgid "Last update:" msgstr "Zuletzt aktualisiert:" #: libraries/classes/Plugins/Export/ExportSql.php:1440 #: libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php:651 +#: libraries/classes/Plugins/Export/ExportSql.php:1461 msgid "Last check:" msgstr "Letzte Prüfung:" #: libraries/classes/Plugins/Export/ExportSql.php:1491 +#: libraries/classes/Plugins/Export/ExportSql.php:1512 #, php-format msgid "Error reading structure for table %s:" msgstr "Fehler beim Lesen der Struktur von Tabelle %s:" #: libraries/classes/Plugins/Export/ExportSql.php:1573 +#: libraries/classes/Plugins/Export/ExportSql.php:1594 msgid "It appears your database uses views;" msgstr "Es scheint, dass Ihre Datenbank Ansichten verwendet;" #: libraries/classes/Plugins/Export/ExportSql.php:1740 +#: libraries/classes/Plugins/Export/ExportSql.php:1761 msgid "Constraints for dumped tables" msgstr "Constraints der exportierten Tabellen" #: libraries/classes/Plugins/Export/ExportSql.php:1741 +#: libraries/classes/Plugins/Export/ExportSql.php:1762 msgid "Constraints for table" msgstr "Constraints der Tabelle" #: libraries/classes/Plugins/Export/ExportSql.php:1768 +#: libraries/classes/Plugins/Export/ExportSql.php:1789 msgid "Indexes for dumped tables" msgstr "Indizes der exportierten Tabellen" #: libraries/classes/Plugins/Export/ExportSql.php:1769 +#: libraries/classes/Plugins/Export/ExportSql.php:1790 msgid "Indexes for table" msgstr "Indizes für die Tabelle" #: libraries/classes/Plugins/Export/ExportSql.php:1805 +#: libraries/classes/Plugins/Export/ExportSql.php:1826 msgid "AUTO_INCREMENT for dumped tables" msgstr "AUTO_INCREMENT für exportierte Tabellen" #: libraries/classes/Plugins/Export/ExportSql.php:1806 +#: libraries/classes/Plugins/Export/ExportSql.php:1827 msgid "AUTO_INCREMENT for table" msgstr "AUTO_INCREMENT für Tabelle" #: libraries/classes/Plugins/Export/ExportSql.php:1881 +#: libraries/classes/Plugins/Export/ExportSql.php:1902 msgid "MEDIA TYPES FOR TABLE" msgstr "MEDIENTYPEN DER TABELLE" #: libraries/classes/Plugins/Export/ExportSql.php:1906 +#: libraries/classes/Plugins/Export/ExportSql.php:1927 msgid "RELATIONSHIPS FOR TABLE" msgstr "RELATIONEN DER TABELLE" #: libraries/classes/Plugins/Export/ExportSql.php:2075 +#: libraries/classes/Plugins/Export/ExportSql.php:2100 msgid "It appears your table uses triggers;" msgstr "Es scheint, dass Ihre Tabelle Trigger verwendet;" #: libraries/classes/Plugins/Export/ExportSql.php:2105 +#: libraries/classes/Plugins/Export/ExportSql.php:2130 #, php-format msgid "Structure for view %s exported as a table" msgstr "Struktur des Views %s als Tabelle exportiert" #: libraries/classes/Plugins/Export/ExportSql.php:2125 +#: libraries/classes/Plugins/Export/ExportSql.php:2150 msgid "(See below for the actual view)" msgstr "(Siehe unten für die tatsächliche Ansicht)" #: libraries/classes/Plugins/Export/ExportSql.php:2193 +#: libraries/classes/Plugins/Export/ExportSql.php:2223 #, php-format msgid "Error reading data for table %s:" msgstr "Fehler beim Lesen der Daten von Tabelle %s:" @@ -12069,11 +12079,14 @@ msgstr "Spaltennamen:" #: libraries/classes/Plugins/Import/ImportCsv.php:286 #: libraries/classes/Plugins/Import/ImportCsv.php:645 +#: libraries/classes/Plugins/Import/ImportCsv.php:284 +#: libraries/classes/Plugins/Import/ImportCsv.php:643 #, php-format msgid "Invalid format of CSV input on line %d." msgstr "Ungültiges Format in Zeile %d." #: libraries/classes/Plugins/Import/ImportCsv.php:504 +#: libraries/classes/Plugins/Import/ImportCsv.php:502 #, php-format msgid "Invalid column count in CSV input on line %d." msgstr "Ungültige Anzahl an Spalten im CSV-Import in Zeile %d." @@ -12082,11 +12095,16 @@ msgstr "Ungültige Anzahl an Spalten im CSV-Import in Zeile %d." #: libraries/classes/Plugins/Import/ImportCsv.php:681 #: libraries/classes/Plugins/Import/ImportCsv.php:692 #: libraries/classes/Plugins/Import/ImportCsv.php:699 +#: libraries/classes/Plugins/Import/ImportCsv.php:662 +#: libraries/classes/Plugins/Import/ImportCsv.php:677 +#: libraries/classes/Plugins/Import/ImportCsv.php:688 +#: libraries/classes/Plugins/Import/ImportCsv.php:695 #, php-format msgid "Invalid parameter for CSV import: %s" msgstr "Ungültiger Parameter für CSV-Import: %s" #: libraries/classes/Plugins/Import/ImportCsv.php:831 +#: libraries/classes/Plugins/Import/ImportCsv.php:827 #, php-format msgid "" "Invalid column (%s) specified! Ensure that columns names are spelled " @@ -12101,6 +12119,7 @@ msgid "Column names: " msgstr "Spaltennamen: " #: libraries/classes/Plugins/Import/ImportLdi.php:116 +#: libraries/classes/Plugins/Import/ImportLdi.php:115 msgid "This plugin does not support compressed imports!" msgstr "Dieses Plugin unterstützt keine Kompression!" @@ -12109,6 +12128,7 @@ msgid "MediaWiki Table" msgstr "Tabelle für MediaWiki" #: libraries/classes/Plugins/Import/ImportMediawiki.php:279 +#: libraries/classes/Plugins/Import/ImportMediawiki.php:277 #, php-format msgid "Invalid format of mediawiki input on line:
%s." msgstr "Ungültiges Format des Mediawiki-Inputs in Zeile:
%s." @@ -12126,6 +12146,7 @@ msgstr "Währungen importieren (z.B. $5.00 zu 5.00)" #: libraries/classes/Plugins/Import/ImportOds.php:156 #: libraries/classes/Plugins/Import/ImportXml.php:114 #: libraries/classes/Plugins/Import/ImportXml.php:177 +#: libraries/classes/Plugins/Import/ImportOds.php:155 msgid "" "The XML file specified was either malformed or incomplete. Please correct " "the issue and try again." @@ -12134,6 +12155,7 @@ msgstr "" "korrigieren und erneut versuchen." #: libraries/classes/Plugins/Import/ImportOds.php:166 +#: libraries/classes/Plugins/Import/ImportOds.php:165 msgid "Could not parse OpenDocument Spreadsheet!" msgstr "Fehler beim Lesen der OpenDocument-Arbeitsmappe!" @@ -12159,10 +12181,12 @@ msgid "The imported file does not contain any data!" msgstr "Die importierte Datei enthält keine Daten!" #: libraries/classes/Plugins/Import/ImportSql.php:62 +#: libraries/classes/Plugins/Import/ImportSql.php:63 msgid "SQL compatibility mode:" msgstr "SQL-Kompatibilitätsmodus:" #: libraries/classes/Plugins/Import/ImportSql.php:74 +#: libraries/classes/Plugins/Import/ImportSql.php:75 msgid "Do not use AUTO_INCREMENT for zero values" msgstr "AUTO_INCREMENT nicht für Nullwerte verwenden" @@ -12505,7 +12529,6 @@ msgstr "" #: libraries/classes/Plugins/Transformations/Input/Text_Plain_Iptolong.php:27 #, fuzzy -#| msgid "Converts an Internet network address in (IPv4/IPv6) format to long." msgid "" "Converts an Internet network address in (IPv4/IPv6) format into a long " "integer." @@ -12559,9 +12582,6 @@ msgstr "Hardware-Sicherheitsschlüssel (FIDO U2F)" #: libraries/classes/Plugins/TwoFactor/Key.php:214 #, fuzzy -#| msgid "" -#| "Provides authentication using hardware security tokens supporting FIDO " -#| "U2F." msgid "" "Provides authentication using hardware security tokens supporting FIDO U2F, " "such as a Yubikey." @@ -12686,14 +12706,11 @@ msgstr "Unbekannter Fehler" #: libraries/classes/ReplicationGui.php:508 #, fuzzy, php-format -#| msgid "Unable to connect to master %s." msgid "Unable to connect to primary %s." msgstr "Verbindung zu Master %s fehlgeschlagen." #: libraries/classes/ReplicationGui.php:518 #, fuzzy -#| msgid "" -#| "Unable to read master log position. Possible privilege problem on master." msgid "" "Unable to read primary log position. Possible privilege problem on primary." msgstr "" @@ -12702,13 +12719,11 @@ msgstr "" #: libraries/classes/ReplicationGui.php:536 #, fuzzy -#| msgid "Unable to change master!" msgid "Unable to change primary!" msgstr "Kann Master nicht wechseln!" #: libraries/classes/ReplicationGui.php:540 #, fuzzy, php-format -#| msgid "Master server changed successfully to %s." msgid "Primary server changed successfully to %s." msgstr "Master-Server wurde erfolgreich auf %s geändert." @@ -12766,19 +12781,16 @@ msgstr "SHA256-Passwort-Authentifizierung" #: libraries/classes/Server/Plugins.php:76 #, fuzzy -#| msgid "Config authentication" msgid "Caching sha2 authentication" msgstr "Config-Authentifizierung" #: libraries/classes/Server/Plugins.php:81 #, fuzzy -#| msgid "Cookie authentication" msgid "Unix Socket based authentication" msgstr "Cookie-Authentifizierung" #: libraries/classes/Server/Plugins.php:86 #, fuzzy -#| msgid "Native MySQL authentication" msgid "Old MySQL-4.0 authentication" msgstr "Native MySQL-Authentifizierung" @@ -12969,7 +12981,6 @@ msgstr "Erlaubt die Sperrung bestimmter Tabellen." #: templates/server/privileges/privileges_table.twig:694 #: templates/server/privileges/privileges_table.twig:697 #, fuzzy -#| msgid "Needed for the replication slaves." msgid "Needed for the replication replicas." msgstr "Wird für die Replication-Slave-Systeme benötigt." @@ -12977,7 +12988,6 @@ msgstr "Wird für die Replication-Slave-Systeme benötigt." #: templates/server/privileges/privileges_table.twig:681 #: templates/server/privileges/privileges_table.twig:684 #, fuzzy -#| msgid "Allows the user to ask where the slaves / masters are." msgid "Allows the user to ask where the replicas / primaries are." msgstr "" "Erlaubt dem Benutzer zu fragen, wo sich die Master- bzw. Slave-Systeme " @@ -13221,20 +13231,17 @@ msgstr "Zeige alle offenen Tabellen" #: libraries/classes/Server/Status/Data.php:193 #, fuzzy -#| msgid "Show slave hosts" msgid "Show replica hosts" msgstr "Zeige alle Slave-Hosts" #: libraries/classes/Server/Status/Data.php:200 #: templates/server/replication/primary_replication.twig:9 #, fuzzy -#| msgid "Show master status" msgid "Show primary status" msgstr "Zeige den Master-Status" #: libraries/classes/Server/Status/Data.php:207 #, fuzzy -#| msgid "Show slave status" msgid "Show replica status" msgstr "Zeige den Slave-Status" @@ -13918,8 +13925,6 @@ msgstr "Fehler beim Speichern der Konfiguration" #: libraries/classes/UserPreferences.php:185 #, fuzzy -#| msgid "" -#| "%sCreate%s the phpMyAdmin configuration storage in the current database." msgid "The phpMyAdmin configuration storage database could not be accessed." msgstr "" "%sErzeuge%s die PhpMyAdmin-Konfigurationsspeicherung in der aktuellen " @@ -14251,7 +14256,6 @@ msgstr "" #: templates/table/zoom_search/result_form.twig:26 #: templates/table/zoom_search/result_form.twig:95 #, fuzzy -#| msgid "Loading…" msgid "Loading" msgstr "Laden…" @@ -14591,9 +14595,6 @@ msgstr "Standard festlegen" #: templates/console/display.twig:185 #, fuzzy -#| msgid "" -#| "Execute queries on Enter and insert new line with Shift + Enter. To make " -#| "this permanent, view settings." msgid "" "Execute queries on Enter and insert new line with Shift+Enter. To make this " "permanent, view settings." @@ -14625,7 +14626,6 @@ msgstr "Erzeuge Version" #: templates/database/central_columns/edit.twig:15 #, fuzzy -#| msgid "A_I" msgctxt "Auto Increment" msgid "A_I" msgstr "A_I" @@ -14702,7 +14702,6 @@ msgstr "Aktion" #: templates/database/create_table.twig:3 #: templates/database/operations/index.twig:27 #, fuzzy -#| msgid "Create table" msgid "Create new table" msgstr "Erzeuge Tabelle" @@ -15056,7 +15055,6 @@ msgstr "Alle auswählen" #: templates/database/events/index.twig:27 #, fuzzy -#| msgid "Create event" msgid "Create new event" msgstr "Erzeuge Ereignis" @@ -15083,7 +15081,6 @@ msgstr "AUS" #: templates/database/export/index.twig:61 #, fuzzy -#| msgid ", @DATABASE@ will become the database name" msgid "" "@SERVER@ will become the server name and @DATABASE@ will become the database " "name." @@ -15101,13 +15098,11 @@ msgstr "Exportiere Tabellen der Datenbank \"%s\"" #: templates/database/export/index.twig:30 #, fuzzy -#| msgid "Allows altering the structure of existing tables." msgid "Export the structure of all tables." msgstr "Erlaubt das Verändern der Struktur bestehender Tabellen." #: templates/database/export/index.twig:33 #, fuzzy -#| msgid "Export views as tables" msgid "Export the data of all tables." msgstr "Exportiere Ansicht als Tabelle" @@ -15450,9 +15445,6 @@ msgstr "Ist plangesteuert" #: templates/database/routines/editor_form.twig:131 #, fuzzy -#| msgid "" -#| "You do not have sufficient privileges to perform this operation; Please " -#| "refer to the documentation for more details" msgid "" "You do not have sufficient privileges to perform this operation; Please " "refer to the documentation for more details." @@ -15475,7 +15467,6 @@ msgstr "Prozeduren-Parameter" #: templates/database/routines/index.twig:33 #, fuzzy -#| msgid "Create version" msgid "Create new routine" msgstr "Erzeuge Version" @@ -15814,7 +15805,6 @@ msgstr "Zeit" #: templates/database/triggers/list.twig:27 #, fuzzy -#| msgid "Create trigger" msgid "Create new trigger" msgstr "Erzeuge Trigger" @@ -15825,7 +15815,6 @@ msgstr "Es sind keine Trigger zum Anzeigen vorhanden." #: templates/display/results/checkbox_and_links.twig:16 #: templates/display/results/checkbox_and_links.twig:78 #, fuzzy -#| msgid "You can also edit most values
by clicking directly on them." msgid "You can also edit most values by clicking directly on them." msgstr "" "Sie können die meisten Werte auch bearbeiten,
indem Sie darauf klicken." @@ -15833,8 +15822,6 @@ msgstr "" #: templates/display/results/checkbox_and_links.twig:18 #: templates/display/results/checkbox_and_links.twig:80 #, fuzzy -#| msgid "" -#| "You can also edit most values
by double-clicking directly on them." msgid "You can also edit most values by double-clicking directly on them." msgstr "" "Sie können die meisten Werte auch bearbeiten,
indem Sie darauf " @@ -15894,7 +15881,6 @@ msgstr "Nach Schlüssel sortieren:" #: templates/display/results/table.twig:192 #: templates/table/search/index.twig:102 #, fuzzy -#| msgid "Return options" msgid "Extra options" msgstr "Rückgabe der Optionen" @@ -16013,7 +15999,6 @@ msgstr "Aktualisieren" #: templates/export.twig:72 #, fuzzy -#| msgid "Showing SQL query" msgid "Show SQL query" msgstr "Ansicht als SQL Abfrage" @@ -16031,7 +16016,6 @@ msgstr "Angepasst – zeige alle möglichen Optionen an" #: templates/export.twig:121 #, fuzzy -#| msgid "File to import:" msgid "File format to export" msgstr "Zu importierende Datei:" @@ -16116,11 +16100,6 @@ msgstr "Vorlage für den Dateinamen:" #: templates/export.twig:388 #, fuzzy, php-format -#| msgid "" -#| "This value is interpreted using %1$sstrftime%2$s, so you can use time " -#| "formatting strings. Additionally the following transformations will " -#| "happen: %3$s. Other text will be kept as is. See the %4$sFAQ%5$s for " -#| "details." msgid "" "This value is interpreted using the 'strftime' function, so you can use time " "formatting strings. Additionally the following transformations will happen: " @@ -16133,7 +16112,6 @@ msgstr "" #: templates/export.twig:398 #, fuzzy -#| msgid "use this for future exports" msgid "Use this for future exports" msgstr "Diese Einstellungen auch für zukünftige Exporte verwenden" @@ -16163,7 +16141,6 @@ msgstr "Exportiere Tabellen als separate Dateien" #: templates/export.twig:474 #, fuzzy -#| msgid "Skip tables larger than %s MiB" msgid "Skip tables larger than:" msgstr "Überspringe Tabellen größer als %s MiB" @@ -16352,7 +16329,6 @@ msgstr "Oberflächendesign" #: templates/home/index.twig:142 #, fuzzy -#| msgid "View only" msgctxt "View all themes" msgid "View all" msgstr "Nur zeigen" @@ -16440,7 +16416,6 @@ msgstr "" #: templates/home/index.twig:295 #, fuzzy -#| msgid "phpMyAdmin homepage" msgid "phpMyAdmin Themes" msgstr "phpMyAdmin-Homepage" @@ -16450,7 +16425,6 @@ msgstr "Mehr Designs herunterladen!" #: templates/home/themes.twig:7 #, fuzzy, php-format -#| msgid "Schema of the %s database" msgid "Screenshot of the %s theme." msgstr "Schema der Datenbank %s" @@ -16524,7 +16498,6 @@ msgstr "" #: templates/import.twig:40 #, fuzzy -#| msgid "Download file" msgid "Upload a file" msgstr "Datei herunterladen" @@ -16550,7 +16523,6 @@ msgstr "Wählen Sie vom Webserver-Uploadverzeichnis [strong]%s[/strong]:" #: templates/import.twig:69 templates/import.twig:96 #, fuzzy -#| msgid "There are no files to upload!" msgid "There are no files to import!" msgstr "Es sind keine Dateien zum Hochladen vorhanden!" @@ -16572,10 +16544,6 @@ msgstr "" #: templates/import.twig:138 #, fuzzy -#| msgid "" -#| "Allow the interruption of an import in case the script detects it is " -#| "close to the PHP timeout limit. (This might be a good way to import " -#| "large files, however it can break transactions.)" msgid "" "Allow the interruption of an import in case the script detects it is close " "to the PHP timeout limit." @@ -16586,10 +16554,6 @@ msgstr "" #: templates/import.twig:140 #, fuzzy -#| msgid "" -#| "Allow interrupt of import in case script detects it is close to time " -#| "limit. This might be a good way to import large files, however it can " -#| "break transactions." msgid "" "This might be a good way to import large files, however it can break " "transactions." @@ -16605,14 +16569,12 @@ msgstr "" #: templates/import.twig:154 #, fuzzy -#| msgid "Other options:" msgid "Other options" msgstr "Andere Optionen:" #: templates/indexes.twig:39 #: templates/table/structure/display_structure.twig:489 #, fuzzy -#| msgid "Rename to" msgid "Rename" msgstr "Umbenennen nach" @@ -16986,7 +16948,6 @@ msgstr "Es gibt keine Favoriten-Tabellen." #: templates/relation/check_relations.twig:3 #, fuzzy -#| msgid "phpMyAdmin configuration snippet" msgid "phpMyAdmin configuration storage" msgstr "phpMyAdmin-Konfigurationsschnipsel" @@ -17069,7 +17030,6 @@ msgstr "OK" #: templates/relation/check_relations.twig:62 #, fuzzy -#| msgid "General relation features" msgid "General relation features:" msgstr "Allgemeine Verknüpfungsfunktionen" @@ -17096,25 +17056,21 @@ msgstr "Aktiviert" #: templates/relation/check_relations.twig:87 #, fuzzy -#| msgid "Display Features" msgid "Display features:" msgstr "Anzeige verknüpfter Daten" #: templates/relation/check_relations.twig:125 #, fuzzy -#| msgid "Designer and creation of PDFs" msgid "Designer and creation of PDFs:" msgstr "Designer und Erzeugen von PDFs" #: templates/relation/check_relations.twig:150 #, fuzzy -#| msgid "Displaying Column Comments" msgid "Displaying column comments:" msgstr "Darstellung von Spaltenkommentaren" #: templates/relation/check_relations.twig:160 #, fuzzy -#| msgid "Browser transformation" msgid "Browser transformation:" msgstr "Darstellungsumwandlung" @@ -17126,7 +17082,6 @@ msgstr "" #: templates/relation/check_relations.twig:195 #, fuzzy -#| msgid "Bookmarked SQL query" msgid "Bookmarked SQL query:" msgstr "Gespeicherte SQL-Abfrage" @@ -17136,67 +17091,56 @@ msgstr "SQL-Verlaufsprotokoll:" #: templates/relation/check_relations.twig:245 #, fuzzy -#| msgid "Persistent recently used tables" msgid "Persistent recently used tables:" msgstr "Gespeicherte kürzlich verwendete Tabellen" #: templates/relation/check_relations.twig:270 #, fuzzy -#| msgid "Persistent favorite tables" msgid "Persistent favorite tables:" msgstr "Dauerhafte Favoriten-Tabellen" #: templates/relation/check_relations.twig:295 #, fuzzy -#| msgid "Persistent tables' UI preferences" msgid "Persistent tables' UI preferences:" msgstr "Gespeicherte Tabellen-Darstellungs-Optionen" #: templates/relation/check_relations.twig:320 #, fuzzy -#| msgid "Tracking" msgid "Tracking:" msgstr "Nachverfolgung" #: templates/relation/check_relations.twig:345 #, fuzzy -#| msgid "User preferences" msgid "User preferences:" msgstr "Benutzereinstellungen" #: templates/relation/check_relations.twig:383 #, fuzzy -#| msgid "Configurable menus" msgid "Configurable menus:" msgstr "Konfigurierbare Menüs" #: templates/relation/check_relations.twig:408 #, fuzzy -#| msgid "Hide/show navigation items" msgid "Hide/show navigation items:" msgstr "Navigations-Elemente aus-/einblenden" #: templates/relation/check_relations.twig:433 #, fuzzy -#| msgid "Saving Query-By-Example searches" msgid "Saving Query-By-Example searches:" msgstr "Suchen als Beispielabfragen speichern" #: templates/relation/check_relations.twig:458 #, fuzzy -#| msgid "Managing Central list of columns" msgid "Managing central list of columns:" msgstr "Verwaltung von zentralen Liste der Spalten" #: templates/relation/check_relations.twig:483 #, fuzzy -#| msgid "Remembering Designer Settings" msgid "Remembering designer settings:" msgstr "Designer-Einstellungen zwischenspeichern" #: templates/relation/check_relations.twig:508 #, fuzzy -#| msgid "Saving export templates" msgid "Saving export templates:" msgstr "Exportvorlagen speichern" @@ -17270,7 +17214,6 @@ msgstr "Zeichensätze und Kollationen" #: templates/server/collations/index.twig:23 #, fuzzy -#| msgid "Default" msgctxt "The collation is the default one" msgid "default" msgstr "Standard" @@ -17291,14 +17234,12 @@ msgstr "Keine Berechtigungen zum Erstellen von Datenbanken" #: templates/server/replication/index.twig:18 #: templates/server/replication/primary_replication.twig:3 #, fuzzy -#| msgid "Master replication" msgid "Primary replication" msgstr "Master Replikation" #: templates/server/databases/index.twig:160 #: templates/server/replication/replica_configuration.twig:2 #, fuzzy -#| msgid "Slave replication" msgid "Replica replication" msgstr "Slave Replikation" @@ -17487,7 +17428,6 @@ msgstr "Erlaubt das Ausführen dieser gespeicherten Routine." #: templates/server/privileges/initials_row.twig:1 #, fuzzy -#| msgid "Change login information / Copy user account" msgid "Pagination of user accounts" msgstr "Anmeldeinformation ändern/Benutzer kopieren" @@ -17671,7 +17611,6 @@ msgstr "" #: templates/server/privileges/privileges_table.twig:670 #, fuzzy -#| msgid "Allows creating stored routines." msgid "Allows creating foreign key relations." msgstr "Erlaubt das Erstellen von gespeicherten Routinen." @@ -17681,7 +17620,6 @@ msgstr "" #: templates/server/privileges/privileges_table.twig:670 #, fuzzy -#| msgid "Has no effect in this MySQL version." msgid "Not used for this MySQL version." msgstr "Hat keinen Effekt in dieser MySQL-Version." @@ -17814,20 +17752,17 @@ msgstr "Die gleichnamigen Datenbanken löschen." #: templates/server/privileges/users_overview.twig:178 #, fuzzy -#| msgid "Save page" msgid "Save changes" msgstr "Seite speichern" #: templates/server/replication/change_primary.twig:5 #, fuzzy -#| msgid "Slave configuration" msgid "Replica configuration" msgstr "Slave-Konfiguration" #: templates/server/replication/change_primary.twig:6 #: templates/server/replication/replica_configuration.twig:97 #, fuzzy -#| msgid "Change or reconfigure master server" msgid "Change or reconfigure primary server" msgstr "Master-Server wechseln oder neu konfigurieren" @@ -17846,9 +17781,6 @@ msgstr "Port:" #: templates/server/replication/index.twig:21 #, fuzzy, php-format -#| msgid "" -#| "This server is not configured as master in a replication process. Would " -#| "you like to %sconfigure%s it?" msgid "" "This server is not configured as primary in a replication process. Would you " "like to %sconfigure%s it?" @@ -17863,7 +17795,6 @@ msgstr "Keine Rechte" #: templates/server/replication/primary_add_replica_user.twig:6 #: templates/server/replication/primary_replication.twig:44 #, fuzzy -#| msgid "Add slave replication user" msgid "Add replica replication user" msgstr "Benutzer für den Replication-Slave hinzufügen" @@ -17879,18 +17810,11 @@ msgstr "Passwort generieren:" #: templates/server/replication/primary_configuration.twig:2 #, fuzzy -#| msgid "Server configuration" msgid "Primary configuration" msgstr "Serverkonfiguration" #: templates/server/replication/primary_configuration.twig:4 #, fuzzy -#| msgid "" -#| "This server is not configured as a master server in a replication " -#| "process. You can choose from either replicating all databases and " -#| "ignoring some of them (useful if you want to replicate a majority of the " -#| "databases) or you can choose to ignore all databases by default and allow " -#| "only certain databases to be replicated. Please select the mode:" msgid "" "This server is not configured as a primary server in a replication process. " "You can choose from either replicating all databases and ignoring some of " @@ -17927,10 +17851,6 @@ msgstr "" # translation from go to "OK" as defined in po file #: templates/server/replication/primary_configuration.twig:21 #, fuzzy -#| msgid "" -#| "Once you restarted MySQL server, please click on Go button. Afterwards, " -#| "you should see a message informing you, that this server is configured as master." msgid "" "Once you restarted MySQL server, please click on Go button. Afterwards, you " "should see a message informing you, that this server is " @@ -17942,22 +17862,17 @@ msgstr "" #: templates/server/replication/primary_replication.twig:5 #, fuzzy -#| msgid "This server is configured as master in a replication process." msgid "This server is configured as primary in a replication process." msgstr "" "Dieser Server ist als Master in einem Replikations-Prozess konfiguriert." #: templates/server/replication/primary_replication.twig:16 #, fuzzy -#| msgid "Show connected slaves" msgid "Show connected replicas" msgstr "Zeige verbundene Slaves" #: templates/server/replication/primary_replication.twig:38 #, fuzzy -#| msgid "" -#| "Only slaves started with the --report-host=host_name option are visible " -#| "in this list." msgid "" "Only replicas started with the --report-host=host_name option are visible in " "this list." @@ -17967,26 +17882,21 @@ msgstr "" #: templates/server/replication/replica_configuration.twig:5 #, fuzzy -#| msgid "Server connection:" msgid "Primary connection:" msgstr "Server-Verbindung:" #: templates/server/replication/replica_configuration.twig:25 #, fuzzy -#| msgid "Slave SQL Thread not running!" msgid "Replica SQL Thread not running!" msgstr "Slave SQL Thread läuft nicht!" #: templates/server/replication/replica_configuration.twig:28 #, fuzzy -#| msgid "Slave IO Thread not running!" msgid "Replica IO Thread not running!" msgstr "Slave IO Thread läuft nicht!" #: templates/server/replication/replica_configuration.twig:31 #, fuzzy -#| msgid "" -#| "Server is configured as slave in a replication process. Would you like to:" msgid "" "Server is configured as replica in a replication process. Would you like to:" msgstr "" @@ -17995,19 +17905,16 @@ msgstr "" #: templates/server/replication/replica_configuration.twig:34 #, fuzzy -#| msgid "See slave status table" msgid "See replica status table" msgstr "Die Slave Statustabelle sehen" #: templates/server/replication/replica_configuration.twig:38 #, fuzzy -#| msgid "Control slave:" msgid "Control replica:" msgstr "Kontrol-Slave:" #: templates/server/replication/replica_configuration.twig:48 #, fuzzy -#| msgid "Not replicated" msgid "Reset replica" msgstr "Nicht repliziert" @@ -18033,7 +17940,6 @@ msgstr "Fehlerbehandlung:" #: templates/server/replication/replica_configuration.twig:77 #, fuzzy -#| msgid "Skipping errors might lead into unsynchronized master and slave!" msgid "Skipping errors might lead into unsynchronized primary and replica!" msgstr "" "Überspringen von Fehlern kann zu Synchronisationsverlust zwischen Master und " @@ -18050,9 +17956,6 @@ msgstr "Überspringe die nächsten %s Fehler." #: templates/server/replication/replica_configuration.twig:107 #, fuzzy, php-format -#| msgid "" -#| "This server is not configured as slave in a replication process. Would " -#| "you like to %sconfigure%s it?" msgid "" "This server is not configured as replica in a replication process. Would you " "like to %sconfigure%s it?" @@ -18062,13 +17965,11 @@ msgstr "" #: templates/server/replication/status_table.twig:6 #, fuzzy -#| msgid "Import status" msgid "Primary status" msgstr "Importstatus" #: templates/server/replication/status_table.twig:8 #, fuzzy -#| msgid "Replication status" msgid "Replica status" msgstr "Replikations-Status" @@ -18110,7 +18011,7 @@ msgid "" "system." msgstr "" "Bitte beachten Sie jedoch, dass diese Empfehlungen auf einfachen " -"Berechnungen und Faustregeln basieren und nicht umbedingt auf Ihrem System " +"Berechnungen und Faustregeln basieren und nicht unbedingt auf Ihrem System " "funktionieren müssen." #: templates/server/status/advisor/index.twig:34 @@ -18432,7 +18333,6 @@ msgstr "#" #: templates/server/status/status/index.twig:18 #: templates/server/status/status/index.twig:38 #, fuzzy -#| msgid "per hour" msgid "ø per hour" msgstr "pro Stunde" @@ -18461,9 +18361,6 @@ msgstr "" #: templates/server/status/status/index.twig:59 #, fuzzy -#| msgid "" -#| "This MySQL server works as master and slave in " -#| "replication process." msgid "" "This MySQL server works as primary and replica in " "replication process." @@ -18473,8 +18370,6 @@ msgstr "" #: templates/server/status/status/index.twig:61 #, fuzzy -#| msgid "" -#| "This MySQL server works as master in replication process." msgid "" "This MySQL server works as primary in replication process." msgstr "" @@ -18483,8 +18378,6 @@ msgstr "" #: templates/server/status/status/index.twig:63 #, fuzzy -#| msgid "" -#| "This MySQL server works as slave in replication process." msgid "" "This MySQL server works as replica in replication process." msgstr "" @@ -18551,7 +18444,6 @@ msgstr "Tabs in der Tabellen-Ansicht" #: templates/server/user_groups/user_groups.twig:50 #, fuzzy -#| msgid "Edit user group" msgid "Delete user group" msgstr "Benutzergruppe bearbeiten" @@ -18594,7 +18486,6 @@ msgstr "Konfigurationsdatei" #: templates/setup/config/index.twig:16 #, fuzzy -#| msgid "Failed to read configuration file!" msgid "Generated configuration file" msgstr "Fehler beim Lesen der Konfigurationsdatei!" @@ -18684,7 +18575,6 @@ msgstr "SQL-Abfrage speichern" #: templates/sql/bookmark.twig:14 #, fuzzy -#| msgid "Bookmark table" msgid "Bookmark label:" msgstr "Lesezeichen Tabelle" @@ -18694,7 +18584,6 @@ msgstr "Diese gespeicherte SQL-Abfrage für jeden Benutzer verfügbar machen" #: templates/sql/bookmark.twig:24 #, fuzzy -#| msgid "Create bookmark" msgid "Create new bookmark" msgstr "Lesezeichen erstellen" @@ -18777,7 +18666,6 @@ msgstr "Diesen Wert verwenden" #: templates/table/chart/tbl_chart.twig:10 #, fuzzy -#| msgid "Chart title" msgid "Chart type" msgstr "Titel des Reports" @@ -18871,7 +18759,6 @@ msgstr "Diagramm als Bild speichern" #: templates/table/export/index.twig:12 #, fuzzy -#| msgid ", @DATABASE@ will become the database name" msgid "" "@SERVER@ will become the server name, @DATABASE@ will become the database " "name and @TABLE@ will become the table name." @@ -19029,7 +18916,6 @@ msgstr "Binär" #: templates/table/insert/column_row.twig:30 #, fuzzy -#| msgid "Value for the column \"%s\"" msgid "Use the NULL value for this column." msgstr "Wert für die Spalte »%s«" @@ -19053,7 +18939,6 @@ msgstr "Einfügen mit %s Datensätzen fortfahren" #: templates/table/maintenance/checksum.twig:13 #, fuzzy -#| msgid "Check" msgid "Checksum" msgstr "Überprüfen" @@ -19114,7 +18999,6 @@ msgstr "Tabelle leeren (TRUNCATE)" #: templates/table/operations/index.twig:431 #, fuzzy -#| msgid "Empty the table (TRUNCATE)" msgid "Empty the table (DELETE FROM)" msgstr "Tabelle leeren (TRUNCATE)" @@ -19149,43 +19033,36 @@ msgstr "Beziehungsansicht" #: templates/table/partition/analyze.twig:2 #, fuzzy -#| msgid "partitioned" msgid "Analyze partition" msgstr "partitioniert" #: templates/table/partition/check.twig:2 #, fuzzy -#| msgid "partitioned" msgid "Check partition" msgstr "partitioniert" #: templates/table/partition/drop.twig:2 #, fuzzy -#| msgid "partitioned" msgid "Drop partition" msgstr "partitioniert" #: templates/table/partition/optimize.twig:2 #, fuzzy -#| msgid "Remove partitioning" msgid "Optimize partition" msgstr "Entferne die Partitionierung" #: templates/table/partition/rebuild.twig:2 #, fuzzy -#| msgid "Subpartition" msgid "Rebuild partition" msgstr "Unterpartition" #: templates/table/partition/repair.twig:2 #, fuzzy -#| msgid "Remove partitioning" msgid "Repair partition" msgstr "Entferne die Partitionierung" #: templates/table/partition/truncate.twig:2 #, fuzzy -#| msgid "Subpartition" msgid "Truncate partition" msgstr "Unterpartition" @@ -19457,7 +19334,6 @@ msgstr "Nächster Autoindex" #: templates/table/structure/drop_confirm.twig:2 #, fuzzy -#| msgid "DROP columns %s from the table %s" msgid "Dropping columns from the table" msgstr "Entfernen der Spalten %s aus der Tabelle %s" @@ -19773,7 +19649,6 @@ msgstr "Spaltennamen" #~ msgstr "Verwende Hosttabelle" #, fuzzy -#~| msgid "Description" #~ msgctxt "for media (MIME) type transformation" #~ msgid "Description" #~ msgstr "Beschreibung" @@ -20039,7 +19914,6 @@ msgstr "Spaltennamen" #~ msgstr "Diese Option widerspricht „%1$s“." #, fuzzy -#~| msgid "Ending quote %1$s was expected." #~ msgid "Value/Expression for the option %1$s was expected" #~ msgstr "Wert/Ausdruck für die Option %1$s erwartet" @@ -20089,7 +19963,6 @@ msgstr "Spaltennamen" #~ msgstr "Unerkanntes Schlüsselwort." #, fuzzy -#~| msgid "Unexpected beginning of statement." #~ msgid "Unexpected ordering of clauses." #~ msgstr "Unerwarteter Statement-Anfang." @@ -20097,7 +19970,6 @@ msgstr "Spaltennamen" #~ msgstr "Der Name der Entität wurde erwartet." #, fuzzy -#~| msgid "Variable name was expected." #~ msgid "A table name was expected." #~ msgstr "Variablenname wurde erwartet." @@ -20108,7 +19980,6 @@ msgstr "Spaltennamen" #~ msgstr "Ein „RETURNS“-Schlüsselwort wurde erwartet." #, fuzzy -#~| msgid "This type of clause was previously parsed." #~ msgid "This type of clause is not valid in Multi-table queries." #~ msgstr "Diese Art von Klausel wurde zuvor analysiert." @@ -20347,7 +20218,6 @@ msgstr "Spaltennamen" #~ msgstr "Führt sie zu %s." #, fuzzy -#~| msgid "Authentication" #~ msgid "MySQL Native Authentication" #~ msgstr "Authentifizierung" @@ -20574,7 +20444,6 @@ msgstr "Spaltennamen" #~ msgid "Disable foreign key check" #~ msgstr "Fremdschlüsselüberprüfung deaktivieren" -#~| msgid "Reloading Privileges" #~ msgid "Realign Privileges" #~ msgstr "Benutzerrechte neu anpassen" @@ -20621,7 +20490,6 @@ msgstr "Spaltennamen" #~ msgstr "Lösche die Verlaufsdaten dieser Tabelle" #, fuzzy -#~| msgid "Table structure" #~ msgid "Table Structure" #~ msgstr "Tabellenstruktur" @@ -20636,7 +20504,6 @@ msgstr "Spaltennamen" #~ msgstr "Inline" #, fuzzy -#~| msgid "after %s" #~ msgid "after" #~ msgstr "nach %s" @@ -20684,17 +20551,14 @@ msgstr "Spaltennamen" #~ msgstr "Diese Seite enthält keine Tabellen!" #, fuzzy -#~| msgid "Invalid export type" #~ msgid "Dia export page" #~ msgstr "Ungültiger Typ für Export" #, fuzzy -#~| msgid "Invalid export type" #~ msgid "EPS export page" #~ msgstr "Ungültiger Typ für Export" #, fuzzy -#~| msgid "Invalid export type" #~ msgid "SVG export page" #~ msgstr "Ungültiger Typ für Export" @@ -20711,7 +20575,6 @@ msgstr "Spaltennamen" #~ msgstr "In Fenster bearbeiten" #, fuzzy -#~| msgid "Tab displayed when opening a new query window" #~ msgid "Tab displayed when opening a new query window." #~ msgstr "Angezeigter Tab beim Öffnen eines neuen Abfragefensters" @@ -20719,7 +20582,6 @@ msgstr "Spaltennamen" #~ msgstr "Voreingestellter Tab für Abfragefenster" #, fuzzy -#~| msgid "Query window height (in pixels)" #~ msgid "Query window height (in pixels)." #~ msgstr "Höhe des Abfragefensters (in Pixeln)" @@ -20727,7 +20589,6 @@ msgstr "Spaltennamen" #~ msgstr "Höhe des Abfragefensters" #, fuzzy -#~| msgid "Query window width (in pixels)" #~ msgid "Query window width (in pixels)." #~ msgstr "Breite des Abfragefensters (in Pixeln)" @@ -20750,7 +20611,6 @@ msgstr "Spaltennamen" #~ msgstr "Plugin ist deaktiviert" #, fuzzy -#~| msgid "Customize main panel" #~ msgid "Unlink with main panel" #~ msgstr "Hauptpanel anpassen" @@ -20758,12 +20618,10 @@ msgstr "Spaltennamen" #~ msgstr "Kein Index definiert! Erstellen Sie unten einen" #, fuzzy -#~| msgid "Export type" #~ msgid "eps export page" #~ msgstr "Exporttyp" #, fuzzy -#~| msgid "Invalid export type" #~ msgid "pdf export page" #~ msgstr "Ungültiger Typ für Export" @@ -20780,37 +20638,30 @@ msgstr "Spaltennamen" #~ "Diagramm-Funktionen nutzen." #, fuzzy -#~| msgid "Click to sort." #~ msgid "Click to sort" #~ msgstr "Zum Sortieren klicken." #, fuzzy -#~| msgid "Total" #~ msgid "Total " #~ msgstr "Insgesamt" #, fuzzy -#~| msgid "New bookmark" #~ msgid " bookmarks, " #~ msgstr "Neues Lesezeichen" #, fuzzy -#~| msgid "Select two columns" #~ msgid "Select one ..." #~ msgstr "Zwei Spalten auswählen" #, fuzzy -#~| msgid "Add unique index" #~ msgid "Add unique/primary index" #~ msgstr "Eindeutigen Index hinzufügen" #, fuzzy -#~| msgid "Move columns" #~ msgid "Have unique columns" #~ msgstr "Spalten verschieben" #, fuzzy -#~| msgid "The user %s already exists!" #~ msgid "Unique column(s) already exist" #~ msgstr "Der Benutzer %s existiert bereits!" @@ -20853,9 +20704,6 @@ msgstr "Spaltennamen" #~ "%s nicht gesetzt" #, fuzzy -#~| msgid "" -#~| "Disable the default warning that is displayed if mcrypt is missing for " -#~| "cookie authentication" #~ msgid "" #~ "Disable the default warning that is displayed if mcrypt is missing for " #~ "[kbd]cookie[/kbd] authentication." @@ -20870,7 +20718,6 @@ msgstr "Spaltennamen" #~ msgstr "Designer Coords Table" #, fuzzy -#~| msgid "Import/Export coordinates for PDF schema" #~ msgid "Import/Export coordinates for relational schema" #~ msgstr "Import/Export Koordinaten für das PDF Schema" @@ -20878,7 +20725,6 @@ msgstr "Spaltennamen" #~ msgstr "Seite wurde erstellt." #, fuzzy -#~| msgid "Page creation failed" #~ msgid "Page creation has failed!" #~ msgstr "Seitenerstellung fehlgeschlagen" @@ -20886,7 +20732,6 @@ msgstr "Spaltennamen" #~ msgstr "Seite:" #, fuzzy -#~| msgid "Import from selected page" #~ msgid "Import from selected page." #~ msgstr "Import von ausgewählter Seite" @@ -20946,14 +20791,10 @@ msgstr "Spaltennamen" #~ "Database Technology. Alle Rechte vorbehalten.[/em]" #, fuzzy -#~| msgid "Requires SQL Validator to be enabled" #~ msgid "Requires SQL Validator to be enabled." #~ msgstr "Erfordert das der SQL-Validator aktiviert ist" #, fuzzy -#~| msgid "" -#~| "[strong]Warning:[/strong] requires PHP SOAP extension or PEAR SOAP to be " -#~| "installed" #~ msgid "" #~ "[strong]Warning:[/strong] requires PHP SOAP extension or PEAR SOAP to be " #~ "installed." @@ -20962,9 +20803,6 @@ msgstr "Spaltennamen" #~ "PEAR SOAP installiert ist" #, fuzzy -#~| msgid "" -#~| "If you have a custom username, specify it here (defaults to " -#~| "[kbd]anonymous[/kbd])" #~ msgid "" #~ "If you have a custom username, specify it here (defaults to " #~ "[kbd]anonymous[/kbd])." @@ -20985,7 +20823,6 @@ msgstr "Spaltennamen" #~ "PHP-Erweiterungen installiert haben." #, fuzzy -#~| msgid "Error: Relation not added." #~ msgid "Error: Relation could not be added." #~ msgstr "Fehler: Verknüpfung nicht hinzugefügt." @@ -20996,9 +20833,6 @@ msgstr "Spaltennamen" #~ "verarbeitet wurde:" #, fuzzy -#~| msgid "" -#~| "Leave blank for no user preferences storage in database, suggested: " -#~| "[kbd]pma__userconfig[/kbd]" #~ msgid "" #~ "Leave blank to disable configurable menus feature, suggested: " #~ "[kbd]pma__users[/kbd]." @@ -21007,9 +20841,6 @@ msgstr "Spaltennamen" #~ "speichern, Vorschlag: [kbd]pma__userconfig[/kbd]" #, fuzzy -#~| msgid "" -#~| "Leave blank for no user preferences storage in database, suggested: " -#~| "[kbd]pma__userconfig[/kbd]" #~ msgid "" #~ "Leave blank to disable configurable menus feature, suggested: " #~ "[kbd]pma__usergroups[/kbd]." @@ -21106,17 +20937,14 @@ msgstr "Spaltennamen" #~ msgstr "SHOW DATABASES Befehl" #, fuzzy -#~| msgid "Version check" #~ msgid "Version check proxy url" #~ msgstr "Versionsüberprüfung" #, fuzzy -#~| msgid "Version check" #~ msgid "Version check proxy username" #~ msgstr "Versionsüberprüfung" #, fuzzy -#~| msgid "Version check" #~ msgid "Version check proxy password" #~ msgstr "Versionsüberprüfung" @@ -21139,7 +20967,6 @@ msgstr "Spaltennamen" #~ "möglich." #, fuzzy -#~| msgid "Find:" #~ msgid "Find" #~ msgstr "Finde:" @@ -21150,7 +20977,6 @@ msgstr "Spaltennamen" #~ msgstr "Kopfzeilen alle %s Zeilen" #, fuzzy -#~| msgid "Table Search" #~ msgid "Enable reCaptcha" #~ msgstr "Tabellensuche" @@ -21343,7 +21169,6 @@ msgstr "Spaltennamen" #~ "die Quell-Datenbank unverändert bleibt." #, fuzzy -#~| msgid "New" #~ msgctxt "Crate new trigger" #~ msgid "New" #~ msgstr "Neu" @@ -21457,7 +21282,6 @@ msgstr "Spaltennamen" #~ msgstr "Zeichenketten werden für die Zeichnung in Integerwerte umgewandelt" #, fuzzy -#~| msgid "Linestring" #~ msgid "String" #~ msgstr "LineString" @@ -21487,7 +21311,6 @@ msgstr "Spaltennamen" #~ msgstr "Auswirkungen von Mehrfachbefehlen zeigen" #, fuzzy -#~| msgid "Data only" #~ msgid "Dates only." #~ msgstr "Nur Daten"