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

View File

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