Update translations

git-svn-id: https://adminer.svn.sourceforge.net/svnroot/adminer/trunk@572 7c3ca157-0c34-0410-bff1-cbf682f78f5c
This commit is contained in:
jakubvrana
2009-04-03 14:06:01 +00:00
parent ba642018f7
commit deebaa32c4
7 changed files with 137 additions and 65 deletions

View File

@@ -157,9 +157,9 @@ $translations = array(
'Functions' => 'Funktionen',
'Aggregation' => 'Aggregationen',
'Export' => 'Exportieren',
'Output' => 'Ausgabe',
'Output' => 'Ergebnis',
'open' => 'zeigen',
'save' => 'speichern',
'save' => 'Datei',
'Format' => 'Format',
'SQL' => 'SQL',
'CSV' => 'CSV',
@@ -204,4 +204,16 @@ $translations = array(
'%d item(s) have been affected.' => array('%d Artikel betroffen.', '%d Artikel betroffen.'),
'whole result' => 'gesamtes Resultat',
'Clone' => 'Klonen',
'Maximum number of allowed fields exceeded. Please increase %s and %s.' => 'Die maximal erlaubte Anzahl der Felder ist überschritten. Bitte %s und %s erhöhen.',
'Partition by' => 'Partitionieren um',
'Partitions' => 'Partitionen',
'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',
'(anywhere)' => '(beliebig)',
'CSV Import' => 'Importiere CSV',
'Import' => 'Importieren',
'Stop on error' => 'Bei Fehler anhaltan',
'Select table' => 'Tabelle auswählen',
);