update
This commit is contained in:
@@ -8,6 +8,7 @@ $Source$
|
||||
2006-01-25 Sebastian Mendel <cybot_tm@users.sourceforge.net>
|
||||
* server_status.php:
|
||||
fixed bug: high ascii char in preg_match
|
||||
* lang/german-*: update
|
||||
|
||||
2006-01-24 Marc Delisle <lem9@users.sourceforge.net>
|
||||
* lang/*: strViewMaxExactCount for the VIEW row count detection
|
||||
|
@@ -786,7 +786,7 @@ $strZip = 'Zip-komprimiert';
|
||||
|
||||
// To translate:
|
||||
$strAllowInterrupt = 'Abbruch wenn die maximale Scriptlaufzeit errreicht wird. Damit ist es m<>glich gro<72>e Dateien zu importieren, allerdings kann es Transaktionen zerst<73>ren.'; //recently translated
|
||||
$strAndThen = 'and then'; //to translate
|
||||
$strAndThen = 'und'; //recently translated
|
||||
|
||||
$strBookmarkCreated = 'Bookmark %s gespeichert'; //recently translated
|
||||
$strBookmarkReplace = '<27>berschreibe gleichnamiges Bookmark'; //recently translated
|
||||
@@ -808,7 +808,7 @@ $strHandler = 'Handler'; //recently translated
|
||||
$strIgnoreDuplicates = 'Ignoriere doppelte Zeilen'; //recently translated
|
||||
$strImportFormat = 'Dateiformat'; //recently translated
|
||||
$strImport = 'Importieren'; //recently translated
|
||||
$strInvalidAuthMethod = 'Invalid authentication method set in configuration:'; //to translate
|
||||
$strInvalidAuthMethod = 'Ung<EFBFBD>ltige Authentifizierungsmethode in der Konfiguration eingestellt:'; //recently translated
|
||||
$strInvalidColumnCount = 'Die Spaltenanzahl muss gr<67><72>er als 0 sein.'; //recently translated
|
||||
$strInvalidColumn = 'Ung<6E>ltige Spalte (%s) angegeben!'; //recently translated
|
||||
$strInvalidFieldCount = 'Die Tabelle muss mindestens ein Feld haben.'; //recently translated
|
||||
@@ -887,10 +887,10 @@ $strShowStatusInnodb_data_fsyncsDescr = 'The number of fsync() operations so far
|
||||
$strShowStatusInnodb_data_pending_fsyncsDescr = 'The current number of pending fsync() operations.'; //to translate
|
||||
$strShowStatusInnodb_data_pending_readsDescr = 'The current number of pending reads.'; //to translate
|
||||
$strShowStatusInnodb_data_pending_writesDescr = 'The current number of pending writes.'; //to translate
|
||||
$strShowStatusInnodb_data_readDescr = 'The amount of data read so far, in bytes.'; //to translate
|
||||
$strShowStatusInnodb_data_readsDescr = 'The total number of data reads.'; //to translate
|
||||
$strShowStatusInnodb_data_writesDescr = 'The total number of data writes.'; //to translate
|
||||
$strShowStatusInnodb_data_writtenDescr = 'The amount of data written so far, in bytes.'; //to translate
|
||||
$strShowStatusInnodb_data_readDescr = 'Wieviel Daten bisher gelesen wurden, in Byte.'; //recently translated
|
||||
$strShowStatusInnodb_data_readsDescr = 'Wie oft Daten gelesen wurden.'; //recently translated
|
||||
$strShowStatusInnodb_data_writesDescr = 'Wie oft Daten geschrieben wurden.'; //recently translated
|
||||
$strShowStatusInnodb_data_writtenDescr = 'Wieviel Daten bisher geschrieben wurden, in Byte.'; //recently translated
|
||||
$strShowStatusInnodb_dblwr_pages_writtenDescr = 'The number of doublewrite writes that have been performed and the number of pages that have been written for this purpose.'; //to translate
|
||||
$strShowStatusInnodb_dblwr_writesDescr = 'The number of doublewrite writes that have been performed and the number of pages that have been written for this purpose.'; //to translate
|
||||
$strShowStatusInnodb_log_waitsDescr = 'The number of waits we had because log buffer was too small and we had to wait for it to be flushed before continuing.'; //to translate
|
||||
@@ -911,8 +911,8 @@ $strShowStatusInnodb_row_lock_time_maxDescr = 'The maximum time to acquire a row
|
||||
$strShowStatusInnodb_row_lock_waitsDescr = 'The number of times a row lock had to be waited for.'; //to translate
|
||||
$strShowStatusInnodb_rows_deletedDescr = 'The number of rows deleted from InnoDB tables.'; //to translate
|
||||
$strShowStatusInnodb_rows_insertedDescr = 'The number of rows inserted in InnoDB tables.'; //to translate
|
||||
$strShowStatusInnodb_rows_readDescr = 'The number of rows read from InnoDB tables.'; //to translate
|
||||
$strShowStatusInnodb_rows_updatedDescr = 'The number of rows updated in InnoDB tables.'; //to translate
|
||||
$strShowStatusInnodb_rows_readDescr = 'Anzahl der Zeilen die aus InnoDB-Tabellen gelesen wurden.'; //recently translated
|
||||
$strShowStatusInnodb_rows_updatedDescr = 'Anzahl der Zeilen die in InnoDB-Tabellen aktualisiert wurden.'; //recently translated
|
||||
$strShowStatusKey_blocks_not_flushedDescr = 'Schl<68>ssel-Bl<42>cke im Schl<68>ssel-Cache, die ver<65>ndert wurden, aber noch nicht auf die Platte zur<75>ck geschrieben (flush). Auch bekannt als Not_flushed_key_blocks.'; //recently translated
|
||||
$strShowStatusKey_blocks_unusedDescr = 'Die Anzahl der unbenutzten Schl<68>ssel-Bl<42>cke im Schl<68>ssel-Cache. Dieser Wert kann dazu dienen die Auslastung des Schl<68>ssel-Cache zu bestimmen.'; //recently translated
|
||||
$strShowStatusKey_blocks_usedDescr = 'Die Anzahl der maximal gleichzeitig benutzten Blocks im Schl<68>ssel-Cache.'; //recently translated
|
||||
@@ -962,43 +962,43 @@ $strSorting = 'Sortierung'; //recently translated
|
||||
$strTableAlreadyExists = 'Die Tabelle %s existiert bereits!'; //recently translated
|
||||
$strTempData = 'Tempor<6F>re Daten'; //recently translated
|
||||
$strThreads = 'Prozesse'; //recently translated
|
||||
$strTimeoutInfo = 'Previous import timed out, after resubmitting will continue from position %d.'; //to translate
|
||||
$strTimeoutNothingParsed = 'However on last run no data has been parsed, this usually means phpMyAdmin won\'t be able to finish this import unless you increase php time limits.'; //to translate
|
||||
$strTimeoutPassed = 'Script timeout passed, if you want to finish import, please resubmit same file and import will resume.'; //to translate
|
||||
$strTimeoutInfo = 'Zeit<EFBFBD>berschreitung beim Importieren, durch erneutes senden wird an Position %d fortgesetzt.'; //recently translated
|
||||
$strTimeoutNothingParsed = 'Allerdings wurden beim letzten durchlauf keine Daten verarbeited, dies bedeuted das phpMyAdmin den Import nicht durchf<68>hren kann ohne das die maximale Scriptlaufzeit f<>r php erh<72>ht wird.'; //recently translated
|
||||
$strTimeoutPassed = 'Maximale Script-Laufzeit erreicht, senden Sie die Datei noch einmal zum Fertigstellen des Imports.'; //recently translated
|
||||
$strTransactionCoordinator = 'Transaction coordinator'; //to translate
|
||||
$strTransformation_application_octetstream__hex = 'Displays hexadecimal representation of data.'; //to translate
|
||||
$strTransformation_text_plain__sql = 'Formats text as SQL query with syntax highlighting.'; //to translate
|
||||
$strTransformation_application_octetstream__hex = 'Daten in hexadezimaler Schreibweise darstellen.'; //recently translated
|
||||
$strTransformation_text_plain__sql = 'Formatiert den Text als SQL mit Syntaxhervorhebung.'; //recently translated
|
||||
|
||||
$strUploadLimit = 'M<>glicherweise wurde eine zu gro<72>e Datei hochgeladen. Bitte schauen Sie in die %sDokumentation%s zur L<>sung diese Problems.'; //recently translated
|
||||
|
||||
$strInvalidServerIndex = 'Invalid server index: "%s"'; //to translate
|
||||
$strInvalidServerHostname = 'Invalid hostname for server %1$s. Please review your configuration.'; //to translate
|
||||
$strFileNameTemplateDescriptionTable = 'table name'; //to translate
|
||||
$strFileNameTemplateDescriptionDatabase = 'database name'; //to translate
|
||||
$strFileNameTemplateDescriptionServer = 'server name'; //to translate
|
||||
$strInvalidServerIndex = 'Ung<EFBFBD>ltige Server-Nummer: "%s"'; //recently translated
|
||||
$strInvalidServerHostname = 'Ung<EFBFBD>ltiger Host-Name f<EFBFBD>r Serverr %1$s. Bitte <20>berpr<70>fen Sie Ihre Konfiguration.'; //recently translated
|
||||
$strFileNameTemplateDescriptionTable = 'Tabellen-Name'; //recently translated
|
||||
$strFileNameTemplateDescriptionDatabase = 'Datenbank-Name'; //recently translated
|
||||
$strFileNameTemplateDescriptionServer = 'Server-Name'; //recently translated
|
||||
$strFileNameTemplateDescription = '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.'; //to translate
|
||||
$strProtocolVersion = 'Protocol version'; //to translate
|
||||
$strMysqlClientVersion = 'MySQL client version'; //to translate
|
||||
$strUsedPhpExtensions = 'Used PHP extensions'; //to translate
|
||||
$strOpenNewWindow = 'Open new phpMyAdmin window'; //to translate
|
||||
$strLanguageUnknown = 'Unknown language: %1$s.'; //to translate
|
||||
$strLanguageFileNotFound = 'Language file "%1$s" not found.'; //to translate
|
||||
$strThemeNoPreviewAvailable = 'No preview available.'; //to translate
|
||||
$strConfigDefaultFileError = 'Could not load default configuration from: "%1$s"'; //to translate
|
||||
$strPDF = 'PDF'; //to translate
|
||||
$strPDFOptions = 'PDF options'; //to translate
|
||||
$strPDFReportTitle = 'Report title'; //to translate
|
||||
$strInvalidCSVParameter = 'Invalid parameter for CSV import: %s'; //to translate
|
||||
$strInvalidCSVFieldCount = 'Invalid field count in CSV input on line %d.'; //to translate
|
||||
$strInvalidCSVFormat = 'Invalid format of CSV input on line %d.'; //to translate
|
||||
$strImportSuccessfullyFinished = 'Import has been successfully finished, %d queries executed.'; //to translate
|
||||
$strThemeNotFound = 'Theme %s not found!'; //to translate
|
||||
$strThemeDefaultNotFound = 'Default theme %s not found!'; //to translate
|
||||
$strThemeNoValidImgPath = 'No valid image path for theme %s found!'; //to translate
|
||||
$strThemePathNotFound = 'Theme path not found for theme %s!'; //to translate
|
||||
$strProtocolVersion = 'Protokoll-Version'; //recently translated
|
||||
$strMysqlClientVersion = 'MySQL Client-Version'; //recently translated
|
||||
$strUsedPhpExtensions = 'Verwendete php Erweiterungen'; //recently translated
|
||||
$strOpenNewWindow = 'Neues phpMyAdmin Fenster'; //recently translated
|
||||
$strLanguageUnknown = 'Unbekannte Sprache: "%1$s".'; //recently translated
|
||||
$strLanguageFileNotFound = 'Sprachdatei "%1$s" nicht gefunden.'; //recently translated
|
||||
$strThemeNoPreviewAvailable = 'Keine Vorschau verf<72>gbar.'; //recently translated
|
||||
$strConfigDefaultFileError = 'Fehelr beim laden der Standard-Konfiguration von: "%1$s"'; //recently translated
|
||||
$strPDF = 'PDF'; //recently translated
|
||||
$strPDFOptions = 'PDF Optionen'; //recently translated
|
||||
$strPDFReportTitle = 'Report Titel'; //recently translated
|
||||
$strInvalidCSVParameter = 'Ung<EFBFBD>ltiger Parameter f<EFBFBD>r CSV-Import: "%s"'; //recently translated
|
||||
$strInvalidCSVFieldCount = 'Ung<EFBFBD>ltige Anzahl an Feldern in Zeile %d.'; //recently translated
|
||||
$strInvalidCSVFormat = 'Ung<EFBFBD>ltiges Format in Zeile %d.'; //recently translated
|
||||
$strImportSuccessfullyFinished = 'Der Import wurde erfolgreich beendet, %d Abfragen ausgef<65>hrt.'; //recently translated
|
||||
$strThemeNotFound = 'Theme "%s" nicht gefunden!'; //recently translated
|
||||
$strThemeDefaultNotFound = 'Standard-Theme "%s" nicht gefunden!'; //recently translated
|
||||
$strThemeNoValidImgPath = 'Keinen g<>ltiges Bilder-Verzeichnis f<EFBFBD>r das Theme "%s" gefunden!'; //recently translated
|
||||
$strThemePathNotFound = 'Verzeichnis f<>r das theme "%s" nicht gefunden!'; //recently translated
|
||||
$strAccessDeniedCreateConfig = 'Probably reason of this is that you did not create configuration file. You might want to use %1$ssetup script%2$s to create one.'; //to translate
|
||||
$strSQLImportOptions = 'SQL options'; //to translate
|
||||
$strBrowseDistinctValues = 'Browse distinct values'; //to translate
|
||||
$strStatisticsOverrun = 'On a busy server, the byte counters may overrun, so those statistics as reported by the MySQL server may be incorrect.'; //to translate
|
||||
$strViewMaxExactCount = 'This view has more than %d rows. Please refer to %sdocumentation%s.'; //to translate
|
||||
$strSQLImportOptions = 'SQL Optionen'; //recently translated
|
||||
$strBrowseDistinctValues = 'Zeige unterschiedliche Werte'; //recently translated
|
||||
$strStatisticsOverrun = 'Auf stark frequentierten Server kann der Byte-Z<>hler "<22>berlaufen" (Wieder bei 0 beginnen), deshalb k<>nnen diese Werte wie sie vom MySQL Server ausgegeben werden falsch sein.'; //recently translated
|
||||
$strViewMaxExactCount = 'Dieses View hat mehr als %d Zeilen. Bitte schlagen Sie im %sHandbuch%s nach.'; //recently translated
|
||||
?>
|
||||
|
@@ -786,7 +786,7 @@ $strZip = 'Zip-komprimiert';
|
||||
|
||||
// To translate:
|
||||
$strAllowInterrupt = 'Abbruch wenn die maximale Scriptlaufzeit errreicht wird. Damit ist es m<>glich gro<72>e Dateien zu importieren, allerdings kann es Transaktionen zerst<73>ren.'; //recently translated
|
||||
$strAndThen = 'and then'; //to translate
|
||||
$strAndThen = 'und'; //recently translated
|
||||
|
||||
$strBookmarkCreated = 'Bookmark %s gespeichert'; //recently translated
|
||||
$strBookmarkReplace = '<27>berschreibe gleichnamiges Bookmark'; //recently translated
|
||||
@@ -808,7 +808,7 @@ $strHandler = 'Handler'; //recently translated
|
||||
$strIgnoreDuplicates = 'Ignoriere doppelte Zeilen'; //recently translated
|
||||
$strImportFormat = 'Dateiformat'; //recently translated
|
||||
$strImport = 'Importieren'; //recently translated
|
||||
$strInvalidAuthMethod = 'Invalid authentication method set in configuration:'; //to translate
|
||||
$strInvalidAuthMethod = 'Ung<EFBFBD>ltige Authentifizierungsmethode in der Konfiguration eingestellt:'; //recently translated
|
||||
$strInvalidColumnCount = 'Die Spaltenanzahl muss gr<67><72>er als 0 sein.'; //recently translated
|
||||
$strInvalidColumn = 'Ung<6E>ltige Spalte (%s) angegeben!'; //recently translated
|
||||
$strInvalidFieldCount = 'Die Tabelle muss mindestens ein Feld haben.'; //recently translated
|
||||
@@ -887,10 +887,10 @@ $strShowStatusInnodb_data_fsyncsDescr = 'The number of fsync() operations so far
|
||||
$strShowStatusInnodb_data_pending_fsyncsDescr = 'The current number of pending fsync() operations.'; //to translate
|
||||
$strShowStatusInnodb_data_pending_readsDescr = 'The current number of pending reads.'; //to translate
|
||||
$strShowStatusInnodb_data_pending_writesDescr = 'The current number of pending writes.'; //to translate
|
||||
$strShowStatusInnodb_data_readDescr = 'The amount of data read so far, in bytes.'; //to translate
|
||||
$strShowStatusInnodb_data_readsDescr = 'The total number of data reads.'; //to translate
|
||||
$strShowStatusInnodb_data_writesDescr = 'The total number of data writes.'; //to translate
|
||||
$strShowStatusInnodb_data_writtenDescr = 'The amount of data written so far, in bytes.'; //to translate
|
||||
$strShowStatusInnodb_data_readDescr = 'Wieviel Daten bisher gelesen wurden, in Byte.'; //recently translated
|
||||
$strShowStatusInnodb_data_readsDescr = 'Wie oft Daten gelesen wurden.'; //recently translated
|
||||
$strShowStatusInnodb_data_writesDescr = 'Wie oft Daten geschrieben wurden.'; //recently translated
|
||||
$strShowStatusInnodb_data_writtenDescr = 'Wieviel Daten bisher geschrieben wurden, in Byte.'; //recently translated
|
||||
$strShowStatusInnodb_dblwr_pages_writtenDescr = 'The number of doublewrite writes that have been performed and the number of pages that have been written for this purpose.'; //to translate
|
||||
$strShowStatusInnodb_dblwr_writesDescr = 'The number of doublewrite writes that have been performed and the number of pages that have been written for this purpose.'; //to translate
|
||||
$strShowStatusInnodb_log_waitsDescr = 'The number of waits we had because log buffer was too small and we had to wait for it to be flushed before continuing.'; //to translate
|
||||
@@ -911,8 +911,8 @@ $strShowStatusInnodb_row_lock_time_maxDescr = 'The maximum time to acquire a row
|
||||
$strShowStatusInnodb_row_lock_waitsDescr = 'The number of times a row lock had to be waited for.'; //to translate
|
||||
$strShowStatusInnodb_rows_deletedDescr = 'The number of rows deleted from InnoDB tables.'; //to translate
|
||||
$strShowStatusInnodb_rows_insertedDescr = 'The number of rows inserted in InnoDB tables.'; //to translate
|
||||
$strShowStatusInnodb_rows_readDescr = 'The number of rows read from InnoDB tables.'; //to translate
|
||||
$strShowStatusInnodb_rows_updatedDescr = 'The number of rows updated in InnoDB tables.'; //to translate
|
||||
$strShowStatusInnodb_rows_readDescr = 'Anzahl der Zeilen die aus InnoDB-Tabellen gelesen wurden.'; //recently translated
|
||||
$strShowStatusInnodb_rows_updatedDescr = 'Anzahl der Zeilen die in InnoDB-Tabellen aktualisiert wurden.'; //recently translated
|
||||
$strShowStatusKey_blocks_not_flushedDescr = 'Schl<68>ssel-Bl<42>cke im Schl<68>ssel-Cache, die ver<65>ndert wurden, aber noch nicht auf die Platte zur<75>ck geschrieben (flush). Auch bekannt als Not_flushed_key_blocks.'; //recently translated
|
||||
$strShowStatusKey_blocks_unusedDescr = 'Die Anzahl der unbenutzten Schl<68>ssel-Bl<42>cke im Schl<68>ssel-Cache. Dieser Wert kann dazu dienen die Auslastung des Schl<68>ssel-Cache zu bestimmen.'; //recently translated
|
||||
$strShowStatusKey_blocks_usedDescr = 'Die Anzahl der maximal gleichzeitig benutzten Blocks im Schl<68>ssel-Cache.'; //recently translated
|
||||
@@ -962,43 +962,43 @@ $strSorting = 'Sortierung'; //recently translated
|
||||
$strTableAlreadyExists = 'Die Tabelle %s existiert bereits!'; //recently translated
|
||||
$strTempData = 'Tempor<6F>re Daten'; //recently translated
|
||||
$strThreads = 'Prozesse'; //recently translated
|
||||
$strTimeoutInfo = 'Previous import timed out, after resubmitting will continue from position %d.'; //to translate
|
||||
$strTimeoutNothingParsed = 'However on last run no data has been parsed, this usually means phpMyAdmin won\'t be able to finish this import unless you increase php time limits.'; //to translate
|
||||
$strTimeoutPassed = 'Script timeout passed, if you want to finish import, please resubmit same file and import will resume.'; //to translate
|
||||
$strTimeoutInfo = 'Zeit<EFBFBD>berschreitung beim Importieren, durch erneutes senden wird an Position %d fortgesetzt.'; //recently translated
|
||||
$strTimeoutNothingParsed = 'Allerdings wurden beim letzten durchlauf keine Daten verarbeited, dies bedeuted das phpMyAdmin den Import nicht durchf<68>hren kann ohne das die maximale Scriptlaufzeit f<>r php erh<72>ht wird.'; //recently translated
|
||||
$strTimeoutPassed = 'Maximale Script-Laufzeit erreicht, senden Sie die Datei noch einmal zum Fertigstellen des Imports.'; //recently translated
|
||||
$strTransactionCoordinator = 'Transaction coordinator'; //to translate
|
||||
$strTransformation_application_octetstream__hex = 'Displays hexadecimal representation of data.'; //to translate
|
||||
$strTransformation_text_plain__sql = 'Formats text as SQL query with syntax highlighting.'; //to translate
|
||||
$strTransformation_application_octetstream__hex = 'Daten in hexadezimaler Schreibweise darstellen.'; //recently translated
|
||||
$strTransformation_text_plain__sql = 'Formatiert den Text als SQL mit Syntaxhervorhebung.'; //recently translated
|
||||
|
||||
$strUploadLimit = 'M<>glicherweise wurde eine zu gro<72>e Datei hochgeladen. Bitte schauen Sie in die %sDokumentation%s zur L<>sung diese Problems.'; //recently translated
|
||||
|
||||
$strInvalidServerIndex = 'Invalid server index: "%s"'; //to translate
|
||||
$strInvalidServerHostname = 'Invalid hostname for server %1$s. Please review your configuration.'; //to translate
|
||||
$strFileNameTemplateDescriptionTable = 'table name'; //to translate
|
||||
$strFileNameTemplateDescriptionDatabase = 'database name'; //to translate
|
||||
$strFileNameTemplateDescriptionServer = 'server name'; //to translate
|
||||
$strInvalidServerIndex = 'Ung<EFBFBD>ltige Server-Nummer: "%s"'; //recently translated
|
||||
$strInvalidServerHostname = 'Ung<EFBFBD>ltiger Host-Name f<EFBFBD>r Serverr %1$s. Bitte <20>berpr<70>fen Sie Ihre Konfiguration.'; //recently translated
|
||||
$strFileNameTemplateDescriptionTable = 'Tabellen-Name'; //recently translated
|
||||
$strFileNameTemplateDescriptionDatabase = 'Datenbank-Name'; //recently translated
|
||||
$strFileNameTemplateDescriptionServer = 'Server-Name'; //recently translated
|
||||
$strFileNameTemplateDescription = '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.'; //to translate
|
||||
$strProtocolVersion = 'Protocol version'; //to translate
|
||||
$strMysqlClientVersion = 'MySQL client version'; //to translate
|
||||
$strUsedPhpExtensions = 'Used PHP extensions'; //to translate
|
||||
$strOpenNewWindow = 'Open new phpMyAdmin window'; //to translate
|
||||
$strLanguageUnknown = 'Unknown language: %1$s.'; //to translate
|
||||
$strLanguageFileNotFound = 'Language file "%1$s" not found.'; //to translate
|
||||
$strThemeNoPreviewAvailable = 'No preview available.'; //to translate
|
||||
$strConfigDefaultFileError = 'Could not load default configuration from: "%1$s"'; //to translate
|
||||
$strPDF = 'PDF'; //to translate
|
||||
$strPDFOptions = 'PDF options'; //to translate
|
||||
$strPDFReportTitle = 'Report title'; //to translate
|
||||
$strInvalidCSVParameter = 'Invalid parameter for CSV import: %s'; //to translate
|
||||
$strInvalidCSVFieldCount = 'Invalid field count in CSV input on line %d.'; //to translate
|
||||
$strInvalidCSVFormat = 'Invalid format of CSV input on line %d.'; //to translate
|
||||
$strImportSuccessfullyFinished = 'Import has been successfully finished, %d queries executed.'; //to translate
|
||||
$strThemeNotFound = 'Theme %s not found!'; //to translate
|
||||
$strThemeDefaultNotFound = 'Default theme %s not found!'; //to translate
|
||||
$strThemeNoValidImgPath = 'No valid image path for theme %s found!'; //to translate
|
||||
$strThemePathNotFound = 'Theme path not found for theme %s!'; //to translate
|
||||
$strProtocolVersion = 'Protokoll-Version'; //recently translated
|
||||
$strMysqlClientVersion = 'MySQL Client-Version'; //recently translated
|
||||
$strUsedPhpExtensions = 'Verwendete php Erweiterungen'; //recently translated
|
||||
$strOpenNewWindow = 'Neues phpMyAdmin Fenster'; //recently translated
|
||||
$strLanguageUnknown = 'Unbekannte Sprache: "%1$s".'; //recently translated
|
||||
$strLanguageFileNotFound = 'Sprachdatei "%1$s" nicht gefunden.'; //recently translated
|
||||
$strThemeNoPreviewAvailable = 'Keine Vorschau verf<72>gbar.'; //recently translated
|
||||
$strConfigDefaultFileError = 'Fehelr beim laden der Standard-Konfiguration von: "%1$s"'; //recently translated
|
||||
$strPDF = 'PDF'; //recently translated
|
||||
$strPDFOptions = 'PDF Optionen'; //recently translated
|
||||
$strPDFReportTitle = 'Report Titel'; //recently translated
|
||||
$strInvalidCSVParameter = 'Ung<EFBFBD>ltiger Parameter f<EFBFBD>r CSV-Import: "%s"'; //recently translated
|
||||
$strInvalidCSVFieldCount = 'Ung<EFBFBD>ltige Anzahl an Feldern in Zeile %d.'; //recently translated
|
||||
$strInvalidCSVFormat = 'Ung<EFBFBD>ltiges Format in Zeile %d.'; //recently translated
|
||||
$strImportSuccessfullyFinished = 'Der Import wurde erfolgreich beendet, %d Abfragen ausgef<65>hrt.'; //recently translated
|
||||
$strThemeNotFound = 'Theme "%s" nicht gefunden!'; //recently translated
|
||||
$strThemeDefaultNotFound = 'Standard-Theme "%s" nicht gefunden!'; //recently translated
|
||||
$strThemeNoValidImgPath = 'Keinen g<>ltiges Bilder-Verzeichnis f<EFBFBD>r das Theme "%s" gefunden!'; //recently translated
|
||||
$strThemePathNotFound = 'Verzeichnis f<>r das theme "%s" nicht gefunden!'; //recently translated
|
||||
$strAccessDeniedCreateConfig = 'Probably reason of this is that you did not create configuration file. You might want to use %1$ssetup script%2$s to create one.'; //to translate
|
||||
$strSQLImportOptions = 'SQL options'; //to translate
|
||||
$strBrowseDistinctValues = 'Browse distinct values'; //to translate
|
||||
$strStatisticsOverrun = 'On a busy server, the byte counters may overrun, so those statistics as reported by the MySQL server may be incorrect.'; //to translate
|
||||
$strViewMaxExactCount = 'This view has more than %d rows. Please refer to %sdocumentation%s.'; //to translate
|
||||
$strSQLImportOptions = 'SQL Optionen'; //recently translated
|
||||
$strBrowseDistinctValues = 'Zeige unterschiedliche Werte'; //recently translated
|
||||
$strStatisticsOverrun = 'Auf stark frequentierten Server kann der Byte-Z<>hler "<22>berlaufen" (Wieder bei 0 beginnen), deshalb k<>nnen diese Werte wie sie vom MySQL Server ausgegeben werden falsch sein.'; //recently translated
|
||||
$strViewMaxExactCount = 'Dieses View hat mehr als %d Zeilen. Bitte schlagen Sie im %sHandbuch%s nach.'; //recently translated
|
||||
?>
|
||||
|
@@ -787,7 +787,7 @@ $strZip = 'Zip-komprimiert';
|
||||
|
||||
// To translate:
|
||||
$strAllowInterrupt = 'Abbruch wenn die maximale Scriptlaufzeit errreicht wird. Damit ist es möglich große Dateien zu importieren, allerdings kann es Transaktionen zerstören.'; //recently translated
|
||||
$strAndThen = 'and then'; //to translate
|
||||
$strAndThen = 'und'; //recently translated
|
||||
|
||||
$strBookmarkCreated = 'Bookmark %s gespeichert'; //recently translated
|
||||
$strBookmarkReplace = 'Überschreibe gleichnamiges Bookmark'; //recently translated
|
||||
@@ -809,7 +809,7 @@ $strHandler = 'Handler'; //recently translated
|
||||
$strIgnoreDuplicates = 'Ignoriere doppelte Zeilen'; //recently translated
|
||||
$strImportFormat = 'Dateiformat'; //recently translated
|
||||
$strImport = 'Importieren'; //recently translated
|
||||
$strInvalidAuthMethod = 'Invalid authentication method set in configuration:'; //to translate
|
||||
$strInvalidAuthMethod = 'Ungültige Authentifizierungsmethode in der Konfiguration eingestellt:'; //recently translated
|
||||
$strInvalidColumnCount = 'Die Spaltenanzahl muss größer als 0 sein.'; //recently translated
|
||||
$strInvalidColumn = 'Ungültige Spalte (%s) angegeben!'; //recently translated
|
||||
$strInvalidFieldCount = 'Die Tabelle muss mindestens ein Feld haben.'; //recently translated
|
||||
@@ -888,10 +888,10 @@ $strShowStatusInnodb_data_fsyncsDescr = 'The number of fsync() operations so far
|
||||
$strShowStatusInnodb_data_pending_fsyncsDescr = 'The current number of pending fsync() operations.'; //to translate
|
||||
$strShowStatusInnodb_data_pending_readsDescr = 'The current number of pending reads.'; //to translate
|
||||
$strShowStatusInnodb_data_pending_writesDescr = 'The current number of pending writes.'; //to translate
|
||||
$strShowStatusInnodb_data_readDescr = 'The amount of data read so far, in bytes.'; //to translate
|
||||
$strShowStatusInnodb_data_readsDescr = 'The total number of data reads.'; //to translate
|
||||
$strShowStatusInnodb_data_writesDescr = 'The total number of data writes.'; //to translate
|
||||
$strShowStatusInnodb_data_writtenDescr = 'The amount of data written so far, in bytes.'; //to translate
|
||||
$strShowStatusInnodb_data_readDescr = 'Wieviel Daten bisher gelesen wurden, in Byte.'; //recently translated
|
||||
$strShowStatusInnodb_data_readsDescr = 'Wie oft Daten gelesen wurden.'; //recently translated
|
||||
$strShowStatusInnodb_data_writesDescr = 'Wie oft Daten geschrieben wurden.'; //recently translated
|
||||
$strShowStatusInnodb_data_writtenDescr = 'Wieviel Daten bisher geschrieben wurden, in Byte.'; //recently translated
|
||||
$strShowStatusInnodb_dblwr_pages_writtenDescr = 'The number of doublewrite writes that have been performed and the number of pages that have been written for this purpose.'; //to translate
|
||||
$strShowStatusInnodb_dblwr_writesDescr = 'The number of doublewrite writes that have been performed and the number of pages that have been written for this purpose.'; //to translate
|
||||
$strShowStatusInnodb_log_waitsDescr = 'The number of waits we had because log buffer was too small and we had to wait for it to be flushed before continuing.'; //to translate
|
||||
@@ -912,8 +912,8 @@ $strShowStatusInnodb_row_lock_time_maxDescr = 'The maximum time to acquire a row
|
||||
$strShowStatusInnodb_row_lock_waitsDescr = 'The number of times a row lock had to be waited for.'; //to translate
|
||||
$strShowStatusInnodb_rows_deletedDescr = 'The number of rows deleted from InnoDB tables.'; //to translate
|
||||
$strShowStatusInnodb_rows_insertedDescr = 'The number of rows inserted in InnoDB tables.'; //to translate
|
||||
$strShowStatusInnodb_rows_readDescr = 'The number of rows read from InnoDB tables.'; //to translate
|
||||
$strShowStatusInnodb_rows_updatedDescr = 'The number of rows updated in InnoDB tables.'; //to translate
|
||||
$strShowStatusInnodb_rows_readDescr = 'Anzahl der Zeilen die aus InnoDB-Tabellen gelesen wurden.'; //recently translated
|
||||
$strShowStatusInnodb_rows_updatedDescr = 'Anzahl der Zeilen die in InnoDB-Tabellen aktualisiert wurden.'; //recently translated
|
||||
$strShowStatusKey_blocks_not_flushedDescr = 'Schlüssel-Blöcke im Schlüssel-Cache, die verändert wurden, aber noch nicht auf die Platte zurück geschrieben (flush). Auch bekannt als Not_flushed_key_blocks.'; //recently translated
|
||||
$strShowStatusKey_blocks_unusedDescr = 'Die Anzahl der unbenutzten Schlüssel-Blöcke im Schlüssel-Cache. Dieser Wert kann dazu dienen die Auslastung des Schlüssel-Cache zu bestimmen.'; //recently translated
|
||||
$strShowStatusKey_blocks_usedDescr = 'Die Anzahl der maximal gleichzeitig benutzten Blocks im Schlüssel-Cache.'; //recently translated
|
||||
@@ -963,43 +963,43 @@ $strSorting = 'Sortierung'; //recently translated
|
||||
$strTableAlreadyExists = 'Die Tabelle %s existiert bereits!'; //recently translated
|
||||
$strTempData = 'Temporäre Daten'; //recently translated
|
||||
$strThreads = 'Prozesse'; //recently translated
|
||||
$strTimeoutInfo = 'Previous import timed out, after resubmitting will continue from position %d.'; //to translate
|
||||
$strTimeoutNothingParsed = 'However on last run no data has been parsed, this usually means phpMyAdmin won\'t be able to finish this import unless you increase php time limits.'; //to translate
|
||||
$strTimeoutPassed = 'Script timeout passed, if you want to finish import, please resubmit same file and import will resume.'; //to translate
|
||||
$strTimeoutInfo = 'Zeitüberschreitung beim Importieren, durch erneutes senden wird an Position %d fortgesetzt.'; //recently translated
|
||||
$strTimeoutNothingParsed = 'Allerdings wurden beim letzten durchlauf keine Daten verarbeited, dies bedeuted das phpMyAdmin den Import nicht durchführen kann ohne das die maximale Scriptlaufzeit für php erhöht wird.'; //recently translated
|
||||
$strTimeoutPassed = 'Maximale Script-Laufzeit erreicht, senden Sie die Datei noch einmal zum Fertigstellen des Imports.'; //recently translated
|
||||
$strTransactionCoordinator = 'Transaction coordinator'; //to translate
|
||||
$strTransformation_application_octetstream__hex = 'Displays hexadecimal representation of data.'; //to translate
|
||||
$strTransformation_text_plain__sql = 'Formats text as SQL query with syntax highlighting.'; //to translate
|
||||
$strTransformation_application_octetstream__hex = 'Daten in hexadezimaler Schreibweise darstellen.'; //recently translated
|
||||
$strTransformation_text_plain__sql = 'Formatiert den Text als SQL mit Syntaxhervorhebung.'; //recently translated
|
||||
|
||||
$strUploadLimit = 'Möglicherweise wurde eine zu große Datei hochgeladen. Bitte schauen Sie in die %sDokumentation%s zur Lösung diese Problems.'; //recently translated
|
||||
|
||||
$strInvalidServerIndex = 'Invalid server index: "%s"'; //to translate
|
||||
$strInvalidServerHostname = 'Invalid hostname for server %1$s. Please review your configuration.'; //to translate
|
||||
$strFileNameTemplateDescriptionTable = 'table name'; //to translate
|
||||
$strFileNameTemplateDescriptionDatabase = 'database name'; //to translate
|
||||
$strFileNameTemplateDescriptionServer = 'server name'; //to translate
|
||||
$strInvalidServerIndex = 'Ungültige Server-Nummer: "%s"'; //recently translated
|
||||
$strInvalidServerHostname = 'Ungültiger Host-Name für Serverr %1$s. Bitte überprüfen Sie Ihre Konfiguration.'; //recently translated
|
||||
$strFileNameTemplateDescriptionTable = 'Tabellen-Name'; //recently translated
|
||||
$strFileNameTemplateDescriptionDatabase = 'Datenbank-Name'; //recently translated
|
||||
$strFileNameTemplateDescriptionServer = 'Server-Name'; //recently translated
|
||||
$strFileNameTemplateDescription = '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.'; //to translate
|
||||
$strProtocolVersion = 'Protocol version'; //to translate
|
||||
$strMysqlClientVersion = 'MySQL client version'; //to translate
|
||||
$strUsedPhpExtensions = 'Used PHP extensions'; //to translate
|
||||
$strOpenNewWindow = 'Open new phpMyAdmin window'; //to translate
|
||||
$strLanguageUnknown = 'Unknown language: %1$s.'; //to translate
|
||||
$strLanguageFileNotFound = 'Language file "%1$s" not found.'; //to translate
|
||||
$strThemeNoPreviewAvailable = 'No preview available.'; //to translate
|
||||
$strConfigDefaultFileError = 'Could not load default configuration from: "%1$s"'; //to translate
|
||||
$strPDF = 'PDF'; //to translate
|
||||
$strPDFOptions = 'PDF options'; //to translate
|
||||
$strPDFReportTitle = 'Report title'; //to translate
|
||||
$strInvalidCSVParameter = 'Invalid parameter for CSV import: %s'; //to translate
|
||||
$strInvalidCSVFieldCount = 'Invalid field count in CSV input on line %d.'; //to translate
|
||||
$strInvalidCSVFormat = 'Invalid format of CSV input on line %d.'; //to translate
|
||||
$strImportSuccessfullyFinished = 'Import has been successfully finished, %d queries executed.'; //to translate
|
||||
$strThemeNotFound = 'Theme %s not found!'; //to translate
|
||||
$strThemeDefaultNotFound = 'Default theme %s not found!'; //to translate
|
||||
$strThemeNoValidImgPath = 'No valid image path for theme %s found!'; //to translate
|
||||
$strThemePathNotFound = 'Theme path not found for theme %s!'; //to translate
|
||||
$strProtocolVersion = 'Protokoll-Version'; //recently translated
|
||||
$strMysqlClientVersion = 'MySQL Client-Version'; //recently translated
|
||||
$strUsedPhpExtensions = 'Verwendete php Erweiterungen'; //recently translated
|
||||
$strOpenNewWindow = 'Neues phpMyAdmin Fenster'; //recently translated
|
||||
$strLanguageUnknown = 'Unbekannte Sprache: "%1$s".'; //recently translated
|
||||
$strLanguageFileNotFound = 'Sprachdatei "%1$s" nicht gefunden.'; //recently translated
|
||||
$strThemeNoPreviewAvailable = 'Keine Vorschau verfügbar.'; //recently translated
|
||||
$strConfigDefaultFileError = 'Fehelr beim laden der Standard-Konfiguration von: "%1$s"'; //recently translated
|
||||
$strPDF = 'PDF'; //recently translated
|
||||
$strPDFOptions = 'PDF Optionen'; //recently translated
|
||||
$strPDFReportTitle = 'Report Titel'; //recently translated
|
||||
$strInvalidCSVParameter = 'Ungültiger Parameter für CSV-Import: "%s"'; //recently translated
|
||||
$strInvalidCSVFieldCount = 'Ungültige Anzahl an Feldern in Zeile %d.'; //recently translated
|
||||
$strInvalidCSVFormat = 'Ungültiges Format in Zeile %d.'; //recently translated
|
||||
$strImportSuccessfullyFinished = 'Der Import wurde erfolgreich beendet, %d Abfragen ausgeführt.'; //recently translated
|
||||
$strThemeNotFound = 'Theme "%s" nicht gefunden!'; //recently translated
|
||||
$strThemeDefaultNotFound = 'Standard-Theme "%s" nicht gefunden!'; //recently translated
|
||||
$strThemeNoValidImgPath = 'Keinen gültiges Bilder-Verzeichnis für das Theme "%s" gefunden!'; //recently translated
|
||||
$strThemePathNotFound = 'Verzeichnis für das theme "%s" nicht gefunden!'; //recently translated
|
||||
$strAccessDeniedCreateConfig = 'Probably reason of this is that you did not create configuration file. You might want to use %1$ssetup script%2$s to create one.'; //to translate
|
||||
$strSQLImportOptions = 'SQL options'; //to translate
|
||||
$strBrowseDistinctValues = 'Browse distinct values'; //to translate
|
||||
$strStatisticsOverrun = 'On a busy server, the byte counters may overrun, so those statistics as reported by the MySQL server may be incorrect.'; //to translate
|
||||
$strViewMaxExactCount = 'This view has more than %d rows. Please refer to %sdocumentation%s.'; //to translate
|
||||
$strSQLImportOptions = 'SQL Optionen'; //recently translated
|
||||
$strBrowseDistinctValues = 'Zeige unterschiedliche Werte'; //recently translated
|
||||
$strStatisticsOverrun = 'Auf stark frequentierten Server kann der Byte-Zähler "überlaufen" (Wieder bei 0 beginnen), deshalb können diese Werte wie sie vom MySQL Server ausgegeben werden falsch sein.'; //recently translated
|
||||
$strViewMaxExactCount = 'Dieses View hat mehr als %d Zeilen. Bitte schlagen Sie im %sHandbuch%s nach.'; //recently translated
|
||||
?>
|
||||
|
Reference in New Issue
Block a user