Update German translation, tracker #3187551

This commit is contained in:
Michal Čihař
2011-02-21 13:46:01 +01:00
parent e905d0bbcc
commit c722cf64a3
2 changed files with 13 additions and 13 deletions

View File

@@ -13,6 +13,7 @@ $HeadURL: https://phpmyadmin.svn.sourceforge.net/svnroot/phpmyadmin/trunk/phpMyA
- bug #3153409 [core] 0 row(s) affected
- bug #3155842 [core] Edit relational page and page number
- [security] Minor security fixes, see PMASA-2010-9 and PMASA-2010-10
- [lang] German update, thanks to to jannicars@users.sourceforge.net.
3.3.9.2 (2011-02-11)
- [security] SQL injection, see PMASA-2011-2

View File

@@ -1609,22 +1609,21 @@ $strYes = 'Ja';
$strZeroRemovesTheLimit = 'Der Wert 0 (null) entfernt die Beschränkung.';
$strZip = 'Zip-komprimiert';
// To translate:
$strAndSmall = 'and'; //to translate
$strAndSmall = 'und';
$strImportODS = 'Open Document Spreadsheet'; //to translate
$strImportODS = 'Öffne Dokument Tabelle';
$strReplicationShowMasterStatus = 'Show master status'; //to translate
$strReplicationSkippingErrorWarn = 'Skipping error(s) might lead into unsynchronized master and slave!'; //to translate
$strReplicationStatusInfo = 'This MySQL server works as %s in <b>replication</b> process. For further information about replication status on the server, please visit the <a href="#replication">replication section</a>.'; //to translate
$strReplicationShowMasterStatus = 'Zeige Haupt Status';
$strReplicationSkippingErrorWarn = 'Errror überspringen kann dazu führen, dass die Master- und Slave Server nicht mehr abgeglichen sind!';
$strReplicationStatusInfo = 'Dieser MySQL Server arbeitet als ein %s in <b>Replication</b> Prozess. Für weitere Informationen über den Replication Status auf dem Server, besuche bitte die <a href="#replication">Replication Abteilung</a>.';
$strSetupImport_skip_queries_desc = 'Number of records (queries) to skip from start'; //to translate
$strSetupNavigationBarIconic_desc = 'Use only icons, only text or both'; //to translate
$strSetupServers_only_db_desc = 'You can use MySQL wildcard characters (% and _), escape them if you want to use their literal instances, i.e. use \'my\_db\' and not \'my_db\''; //to translate
$strSetupServers_password_desc = 'Leave empty if not using config auth'; //to translate
$strSetupSQLQuery_Validate_name = 'Validate SQL'; //to translate
$strStructureDiff = 'Structure Difference' ; //to translate
$strSetupImport_skip_queries_desc = 'Anzahl von Einträgen (Abfragen) zum überspringen vom Start';
$strSetupNavigationBarIconic_desc = 'Benutze nur Icons, nur Text oder beides';
$strSetupServers_only_db_desc = 'Du kannst MySQL Platzhalter Symbole (% und _) benutzen, entferne sie falls du wörtliche Instanzen benutzen möchtest, z.B. nutze \'my\_db\' und nicht \'my_db\'';
$strSetupServers_password_desc = 'Lass dies leer falls nicht, benutze config auth';
$strSetupSQLQuery_Validate_name = 'Validiere SQL';
$strStructureDiff = 'Struktur Unterschiede' ;
$strTableAlterIndex = 'Alter index(s)'; //to translate
$strTableAlterIndex = 'Ändere index(e)';
?>