Skip to content

Commit

Permalink
replaced "With checked" by "With selected"
Browse files Browse the repository at this point in the history
  • Loading branch information
Loïc Chapeaux committed Oct 20, 2001
1 parent ec9a83a commit e7ee65c
Show file tree
Hide file tree
Showing 11 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion lang/brazilian_portuguese.inc.php3
Expand Up @@ -316,6 +316,6 @@ $strShowTables = 'Show tables';
$strTableHasBeenFlushed = 'Table %s has been flushed';
$strUpdateProfile = 'Update profile:';//to translate
$strUpdateProfileMessage = 'The profile has been updated.';//to translate
$strWithChecked = 'With checked:'; //to translate
$strWithChecked = 'With selected:'; //to translate
$strZip = '"zipped"'; //to translate
?>
2 changes: 1 addition & 1 deletion lang/catala.inc.php3
Expand Up @@ -318,5 +318,5 @@ $strTables = '%s table(s)'; //to translate
$strUpdateProfile = 'Update profile:';//to translate
$strUpdateProfileMessage = 'The profile has been updated.';//to translate
$strUseBackquotes = 'Use backquotes with tables and fields\' names';
$strWithChecked = 'With checked:';
$strWithChecked = 'With selected:';
?>
2 changes: 1 addition & 1 deletion lang/chinese_big5.inc.php3
Expand Up @@ -317,6 +317,6 @@ $strUpdatePrivMessage = 'You have updated the privileges for %s.';//to translate
$strUpdateProfile = 'Update profile:';//to translate
$strUpdateProfileMessage = 'The profile has been updated.';//to translate
$strUseBackquotes = ' Use backquotes with tables and fields names '; //to translate
$strWithChecked = 'With checked:';
$strWithChecked = 'With selected:';
$strZip = '"zipped"'; //to translate
?>
2 changes: 1 addition & 1 deletion lang/chinese_gb.inc.php3
Expand Up @@ -322,5 +322,5 @@ $strUpdatePrivMessage = 'You have updated the privileges for %s.';//to translate
$strUpdateProfile = 'Update profile:';//to translate
$strUpdateProfileMessage = 'The profile has been updated.';//to translate
$strUseBackquotes = 'Use backquotes with tables and fields\' names';
$strWithChecked = 'With checked:';
$strWithChecked = 'With selected:';
?>
2 changes: 1 addition & 1 deletion lang/dutch.inc.php3
Expand Up @@ -316,6 +316,6 @@ $strUpdatePrivMessage = 'You have updated the privileges for %s.';//to translate
$strUpdateProfile = 'Update profile:';//to translate
$strUpdateProfileMessage = 'The profile has been updated.';//to translate
$strUseBackquotes = 'Gebruik backquotes bij tabellen en velden\' namen'; // what are backquotes?
$strWithChecked = 'With checked:';
$strWithChecked = 'With selected:';
$strZip = '"zipped"'; //to translate
?>
2 changes: 1 addition & 1 deletion lang/english.inc.php3
Expand Up @@ -311,7 +311,7 @@ $strViewDump = 'View dump (schema) of table';
$strViewDumpDB = 'View dump (schema) of database';

$strWelcome = 'Welcome to ';
$strWithChecked = 'With checked:';
$strWithChecked = 'With selected:';
$strWrongUser = 'Wrong username/password. Access denied.';

$strYes = 'Yes';
Expand Down
2 changes: 1 addition & 1 deletion lang/japanese.inc.php3
Expand Up @@ -321,5 +321,5 @@ $strUpdatePrivMessage = 'You have updated the privileges for %s.';//to translate
$strUpdateProfile = 'Update profile:';//to translate
$strUpdateProfileMessage = 'The profile has been updated.';//to translate
$strUseBackquotes = 'Use backquotes with tables and fields\' names';
$strWithChecked = 'With checked:';
$strWithChecked = 'With selected:';
?>
2 changes: 1 addition & 1 deletion lang/korean.inc.php3
Expand Up @@ -321,5 +321,5 @@ $strUpdatePrivMessage = 'You have updated the privileges for %s.';//to translate
$strUpdateProfile = 'Update profile:';//to translate
$strUpdateProfileMessage = 'The profile has been updated.';//to translate
$strUseBackquotes = 'Use backquotes with tables and fields\' names';
$strWithChecked = 'With checked:';
$strWithChecked = 'With selected:';
?>
2 changes: 1 addition & 1 deletion lang/portuguese.inc.php3
Expand Up @@ -321,5 +321,5 @@ $strUpdatePrivMessage = 'You have updated the privileges for %s.';//to translate
$strUpdateProfile = 'Update profile:';//to translate
$strUpdateProfileMessage = 'The profile has been updated.';//to translate
$strUseBackquotes = 'Use backquotes with tables and fields\' names';
$strWithChecked = 'With checked:';
$strWithChecked = 'With selected:';
?>
2 changes: 1 addition & 1 deletion lang/spanish.inc.php3
Expand Up @@ -315,6 +315,6 @@ $strTableHasBeenEmptied = 'Table %s has been emptied';//to translate
$strTableHasBeenFlushed = 'Table %s has been flushed';
$strUpdateProfile = 'Update profile:';//to translate
$strUpdateProfileMessage = 'The profile has been updated.';//to translate
$strWithChecked = 'With checked:';
$strWithChecked = 'With selected:';
$strZip = '"zipped"'; //to translate
?>
2 changes: 1 addition & 1 deletion lang/thai.inc.php3
Expand Up @@ -322,5 +322,5 @@ $strUpdatePrivMessage = 'You have updated the privileges for %s.';//to translate
$strUpdateProfile = 'Update profile:';//to translate
$strUpdateProfileMessage = 'The profile has been updated.';//to translate
$strUseBackquotes = 'Use backquotes with tables and fields\' names';
$strWithChecked = 'With checked:';
$strWithChecked = 'With selected:';
?>

0 comments on commit e7ee65c

Please sign in to comment.