Put $strInstructions at its right place

This commit is contained in:
Loïc Chapeaux 2001-08-19 14:14:50 +00:00
parent c2d5de5703
commit e552db4321
2 changed files with 2 additions and 2 deletions

View File

@ -134,6 +134,7 @@ $strInsertAsNewRow = 'Insert as new row';
$strInsertIntoTable = 'Insert into table';
$strInsertNewRow = 'Insert new row';
$strInsertTextfiles = 'Insert textfiles into table';
$strInstructions = 'Instructions';
$strInUse = 'in use';
$strKeyname = 'Keyname';
@ -287,5 +288,4 @@ $strWelcome = 'Welcome to ';
$strWrongUser = 'Wrong username/password. Access denied.';
$strYes = 'Yes';
$strInstructions = 'Instructions';//to translate
?>

View File

@ -134,6 +134,7 @@ $strInsertAsNewRow = 'Ins
$strInsertIntoTable = 'Insérer dans la table';
$strInsertNewRow = 'Insérer un nouvel enregistrement';
$strInsertTextfiles = 'Insérer un fichier texte dans la table';
$strInstructions = 'Instructions';
$strInUse = 'utilisé';
$strKeyname = 'Nom de la clé';
@ -287,5 +288,4 @@ $strWelcome = 'Bienvenue
$strWrongUser = 'Erreur d\'utilisateur/mot de passe. Accès refusé';
$strYes = 'Oui';
$strInstructions = 'Instructions';//to translate
?>