1
0
mirror of https://github.com/vrana/adminer.git synced 2025-08-12 09:34:10 +02:00

Update translations

git-svn-id: https://adminer.svn.sourceforge.net/svnroot/adminer/trunk@757 7c3ca157-0c34-0410-bff1-cbf682f78f5c
This commit is contained in:
jakubvrana
2009-06-24 13:55:58 +00:00
parent 91156d1a1d
commit d11fc17932
7 changed files with 237 additions and 231 deletions

View File

@@ -71,7 +71,7 @@ $translations = array(
'Foreign keys' => 'Fremdschlüssel',
'Triggers' => 'Trigger',
'View' => 'View',
'Unable to select the table' => 'Tabelle kann nicht ausgewählt werden',
'Unable to select the table' => 'Auswahl der Tabelle fehlgeschlagen',
'Invalid CSRF token. Send the form again.' => 'CSRF Token ungültig. Bitte die Formulardaten erneut abschicken.',
'Comment' => 'Kommentar',
'Default values has been set.' => 'Standard Vorgabewerte sind erstellt worden.',
@@ -80,7 +80,7 @@ $translations = array(
'Show column comments' => 'Spaltenkomentare zeigen',
'%d byte(s)' => array('%d Byte', '%d Bytes'),
'No commands to execute.' => 'Kein Kommando vorhanden.',
'Unable to upload a file.' => 'Unmöglich Dateien hochzuladen.',
'Unable to upload a file.' => 'Hochladen von Datei fehlgeschlagen.',
'File upload' => 'Datei importieren',
'File uploads are disabled.' => 'Importieren von Dateien abgeschaltet.',
'Routine has been called, %d row(s) affected.' => array('Kommando SQL ausgeführt, %d Datensatz betroffen.', 'Kommando SQL ausgeführt, %d Datensätze betroffen.'),
@@ -146,7 +146,7 @@ $translations = array(
'User has been created.' => 'Benutzer erstellt.',
'Hashed' => 'Gehashed',
'Column' => 'Spalte',
'Routine' => 'Routine',
'Routine' => 'Rutine',
'Grant' => 'Erlauben',
'Revoke' => 'Verbieten',
'Too big POST data. Reduce the data or increase the "post_max_size" configuration directive.' => 'POST data zu gross. Reduzieren Sie die Grösse oder vergrössern Sie den Wert "post_max_size" in der Konfiguration.',
@@ -195,7 +195,7 @@ $translations = array(
'Move' => 'Verschieben',
'Engine' => 'Motor',
'Save and continue edit' => 'Speichern und weiter bearbeiten',
'original' => 'original',
'original' => 'Original',
'Tables have been dropped.' => 'Tabellen wurden entfernt (drop).',
'%d item(s) have been affected.' => array('%d Artikel betroffen.', '%d Artikel betroffen.'),
'whole result' => 'gesamtes Resultat',
@@ -206,13 +206,14 @@ $translations = array(
'Partition name' => 'Name der Partition',
'Values' => 'Werte',
'%d row(s) has been imported.' => array('%d Datensatz importiert.', '%d Datensätze wurden importiert.'),
'Table structure' => 'Tabellensruktur',
'Table structure' => 'Tabellenstruktur',
'(anywhere)' => '(beliebig)',
'CSV Import' => 'Importiere CSV',
'Import' => 'Importieren',
'Stop on error' => 'Bei Fehler anhaltan',
'Select table' => 'Tabelle auswählen',
'%.3f s' => '%.3f s',
'History' => 'Geschichte',
'History' => 'Register',
'Variables' => 'Variablen',
'Source and target columns must have the same data type and there must be an index on the target columns.' => 'Tabellenspalten des Ursprungs und des Zieles müssen den gleichen Datentyp haben, und es muss in den Zielspalten ein Index existieren.',
);