Use other messages (thanks to Marc), replace slashes in filename with underscore to avoid possible problems.

This commit is contained in:
Michal Čihař
2003-05-14 14:15:58 +00:00
parent 5bea83b618
commit 0c867d815f
94 changed files with 194 additions and 283 deletions

View File

@@ -75,8 +75,6 @@ $strBzError = 'phpMyAdmin was unable to compress the dump because of a broken Bz
$strBzip = '"bzipped"';
$strCSVOptions = 'CSV options';
$strCanNotOpenFile = 'Can not open file %s for writing, check your configuration.';
$strCanNotWriteFile = 'Can not write to file %s, check your configuration.';
$strCannotLogin = 'Cannot login to MySQL server';
$strCantLoad = 'cannot load %s extension,<br />please check PHP Configuration';
$strCantLoadMySQL = 'cannot load MySQL extension,<br />please check PHP Configuration.';
@@ -214,7 +212,6 @@ $strFileCouldNotBeRead = 'File could not be read';
$strFileNameTemplate = 'File name template';
$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.';
$strFileNameTemplateRemember = 'remember template';
$strFileNotWriteble = 'File %s is not writable, check your configuration.';
$strFixed = 'fixed';
$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.';
$strFlushTable = 'Flush the table ("FLUSH")';
@@ -336,10 +333,12 @@ $strNoIndexPartsDefined = 'No index parts defined!';
$strNoModification = 'No change';
$strNoOptions = 'This format has no options';
$strNoPassword = 'No Password';
$strNoPermission = 'The web server does not have permission to save the file %s.';
$strNoPhp = 'Without PHP Code';
$strNoPrivileges = 'No Privileges';
$strNoQuery = 'No SQL query!';
$strNoRights = 'You don\'t have enough rights to be here right now!';
$strNoSpace = 'Insufficient space to save the file %s.';
$strNoTablesFound = 'No tables found in database.';
$strNoUsersFound = 'No user(s) found.';
$strNoUsersSelected = 'No users selected.';