From e552db4321ebf9e7f28017fd41eb744ccca52525 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Chapeaux?= Date: Sun, 19 Aug 2001 14:14:50 +0000 Subject: [PATCH] Put $strInstructions at its right place --- lang/english.inc.php3 | 2 +- lang/french.inc.php3 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lang/english.inc.php3 b/lang/english.inc.php3 index 9db037aaf..505a81520 100644 --- a/lang/english.inc.php3 +++ b/lang/english.inc.php3 @@ -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 ?> diff --git a/lang/french.inc.php3 b/lang/french.inc.php3 index f162b824f..258813906 100644 --- a/lang/french.inc.php3 +++ b/lang/french.inc.php3 @@ -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 ?>