Add todo translations (bug #1436564).

This commit is contained in:
Michal Čihař
2006-05-30 14:58:40 +00:00
parent 8bfebb7072
commit 0f7e8e9e7d
120 changed files with 474 additions and 8 deletions

View File

@@ -1013,4 +1013,8 @@ $strOpenDocumentText = 'Open Document Text'; //to translate
$strOpenDocumentTextOptions = 'Open Document Text options'; //to translate
$strNoDataReceived = 'No data was received to import. Either no file name was submitted, or the file size exceeded the maximum size permitted by your PHP configuration. See FAQ 1.16.'; //to translate
$strCanNotLoadExportPlugins = 'Could not load export plugins, please check your installation!'; //to translate
$strErrorRenamingTable = 'Error renaming table %1$s to %2$s'; //to translate
$strInvalidTableName = 'Invalid table name'; //to translate
$strInvalidDatabase = 'Invalid database'; //to translate
$strServers = 'Servers'; //to translate
?>