*** empty log message ***
This commit is contained in:
parent
8960d2df91
commit
b366f54e05
@ -65,6 +65,7 @@ $strCreate = 'Create';
|
||||
$strCreateNewDatabase = 'Create new database';
|
||||
$strCreateNewTable = 'Create new table on database ';
|
||||
$strCriteria = 'Criteria';
|
||||
$strCuttedStrings = 'Cutted Strings';
|
||||
|
||||
$strData = 'Data';
|
||||
$strDatabase = 'Database ';
|
||||
@ -113,6 +114,7 @@ $strFieldsEmpty = ' The field count is empty! ';
|
||||
$strFixed = 'fixed';
|
||||
$strFormat = 'Format';
|
||||
$strFormEmpty = 'Missing value in the form !';
|
||||
$strFullStrings = 'Full Strings';
|
||||
$strFunction = 'Function';
|
||||
|
||||
$strGenTime = 'Generation Time';
|
||||
@ -298,6 +300,4 @@ $strWelcome = 'Welcome to ';
|
||||
$strWrongUser = 'Wrong username/password. Access denied.';
|
||||
|
||||
$strYes = 'Yes';
|
||||
$strFullStrings = 'Full Strings';//to translate
|
||||
$strCuttedStrings = 'Cutted Strings';//to translate
|
||||
?>
|
||||
|
||||
@ -65,6 +65,7 @@ $strCreate = 'Cr
|
||||
$strCreateNewDatabase = 'Créer une base de données';
|
||||
$strCreateNewTable = 'Créer une nouvelle table sur la base ';
|
||||
$strCriteria = 'Critère';
|
||||
$strCuttedStrings = 'Textes coupés';
|
||||
|
||||
$strData = 'Données';
|
||||
$strDatabase = 'Base de données';
|
||||
@ -113,6 +114,7 @@ $strFieldsEmpty = 'Il faut indiquer le nombre de champs';
|
||||
$strFixed = 'fixe';
|
||||
$strFormat = 'format';
|
||||
$strFormEmpty = 'Formulaire incomplet !';
|
||||
$strFullStrings = 'Textes entiers';
|
||||
$strFunction = 'Fonction';
|
||||
|
||||
$strGenTime = 'Généré le ';
|
||||
@ -298,6 +300,4 @@ $strWelcome = 'Bienvenue
|
||||
$strWrongUser = 'Erreur d\'utilisateur/mot de passe. Accès refusé';
|
||||
|
||||
$strYes = 'Oui';
|
||||
$strFullStrings = 'Full Strings';//to translate
|
||||
$strCuttedStrings = 'Cutted Strings';//to translate
|
||||
?>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user