Better description for filename format (RFE #1362423).

This commit is contained in:
Michal Čihař
2005-11-23 19:49:16 +00:00
parent 4e540cb43e
commit f9293a28b3
119 changed files with 481 additions and 119 deletions

View File

@@ -472,7 +472,6 @@ $strFailedAttempts = 'Failed attempts'; //to translate
$strFileAlreadyExists = 'File %s already exists on server, change filename or check overwrite option.'; //to translate
$strFileCouldNotBeRead = 'File could not be read'; //to translate
$strFileNameTemplate = 'File name template'; //to translate
$strFileNameTemplateHelp = 'Use __DB__ for database name, __TABLE__ for table name and %sany strftime%s options for time specification, extension will be automagically added. Any other text will be preserved.'; //to translate
$strFileNameTemplateRemember = 'remember template'; //to translate
$strFlushPrivilegesNote = 'Note: phpMyAdmin gets the users\' privileges directly from MySQL\'s privilege tables. The content of these tables may differ from the privileges the server uses if manual changes have made to it. In this case, you should %sreload the privileges%s before you continue.'; //to translate
@@ -981,4 +980,8 @@ $strTransformation_text_plain__sql = 'Formats text as SQL query with syntax high
$strEsperanto = 'Esperanto'; //to translate
$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
$strFileNameTemplateDescription = 'This value is interpreted using %1$sstrftime%2$s, so you can use time formatting strings. Additionally folloving transformations will happen: %3$s. Other text will be kept as is.'; //to translate
?>