Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updates for file lang/fr/lang_profile.php in en #409

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 2 additions & 10 deletions lang/en/lang_profile.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,17 +9,12 @@
* @version 3.3.0
*/

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

/* profile.php */

$lang['PROFILE_ERROR_RETRY'] = "Enter your new password with the confirmation";
$lang['PROFILE_ERROR_OLDPWD'] = "Enter your previous password";
$lang['PROFILE_ERROR_ERROR'] = "The entered password is not the identical to the password confirmation";
$lang['PROFILE_ERROR_ILLEGAL'] = "The password must have at least 6 characters and less than 15 characters";
$lang['PROFILE_ERROR_ILLEGAL'] = "The password must have at least 6 characters and less than 64 characters";

$lang['PROFILE_TITLE'] = "OGSpy Informations";
$lang['PROFILE_PSEUDO'] = "Player name";
Expand Down Expand Up @@ -47,8 +42,5 @@
$lang['PROFILE_OTHERS'] = "Miscellaneous";
$lang['PROFILE_IPCHECK_DISABLE'] = "Disable the IP address verification";
$lang['PROFILE_SAVE'] = "Save";




$lang['PROFILE_CHANGEPWD'] = "You must renew your password !";

Loading