Put $strInstructions at its right place
This commit is contained in:
parent
c2d5de5703
commit
e552db4321
@ -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
|
||||
?>
|
||||
|
||||
@ -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
|
||||
?>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user