Skip to content

Commit

Permalink
Translate lang/fr/lang_message.php in en
Browse files Browse the repository at this point in the history
100% translated source file: 'lang/fr/lang_message.php'
on 'en'.
  • Loading branch information
transifex-integration[bot] authored Apr 16, 2024
1 parent 50b8138 commit a5a30d8
Showing 1 changed file with 4 additions and 9 deletions.
13 changes: 4 additions & 9 deletions lang/en/lang_message.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,6 @@
* @version 3.3.0
*/

/*
* <?php echo($lang['ADMIN_DISPLAY_GALAXY_TITLE']); ?>
*
*/

/* message.php */
$lang['MSG_SYSTEM'] = "System Message";
$lang['MSG_FORBIDDEN'] = "You don't have enough rights to perform this action";
Expand All @@ -34,15 +29,15 @@
$lang['MSG_NEW_ACCOUNT_KO'] = "Account creation failed";
$lang['MSG_NEW_ACCOUNT_KO_NAME'] = "That username is already used";
$lang['MSG_NEW_ACCOUNT_KO_NAME_ILLEGAL'] = "The name must have at least 3 characters and less than 15 characters";
$lang['MSG_NEW_ACCOUNT_KO_PASSWORD_ILLEGAL'] = "The password must have at least 6 characters and less than 15 characters";
$lang['MSG_NEW_ACCOUNT_KO_EMAIL_ILLEGAL'] = "Email Adress is incorrect";
$lang['MSG_NEW_ACCOUNT_KO_PASSWORD_ILLEGAL'] = "The password must have at least 6 characters and less than 64 characters";
$lang['MSG_NEW_ACCOUNT_KO_EMAIL_ILLEGAL'] = "Email address is incorrect";
$lang['MSG_NEW_ACCOUNT_KO_OTHER'] = "The username is incorrect";
$lang['MSG_PROFILE_OK'] = "User profile settings saved";
$lang['MSG_PROFILE_KO'] = "User profile settings save has failed";
$lang['MSG_PROFILE_SAVE_OK'] = "Your user profile has been saved successfully";
$lang['MSG_PROFILE_SAVE_KO'] = "Your user profile has not been saved correctly";
$lang['MSG_PROFILE_SAVE_PWD'] = "Please enter your old password and twice the new one";
$lang['MSG_PROFILE_SAVE_PWD_ILLEGAL'] = "The password must have at least 6 characters and less than 15 characters";
$lang['MSG_PROFILE_SAVE_PWD_ILLEGAL'] = "The password must have at least 6 characters and less than 64 characters";
$lang['MSG_PROFILE_SAVE_NAME_INUSE'] = "That username is already used";
$lang['MSG_PROFILE_SAVE_NAME_ILLEGAL'] = "The name must have at least 3 characters and less than 15 characters";
$lang['MSG_DELETE_USER_OK'] = "Member has been removed sucessfully";
Expand All @@ -69,4 +64,4 @@
$lang['MSG_DB_OPTIM_AFTER'] = "Space used after optimization";
$lang['MSG_EMPIRE_DATA_FAILURE'] = "A problem has been found when getting your empire data";
$lang['MSG_RATIO_RAZ'] = "Ratio reset has been performed";
$lang['MSG_BACK'] = "Back";
$lang['MSG_BACK'] = "Back";

0 comments on commit a5a30d8

Please sign in to comment.