mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-08-07 17:23:04 +02:00
Update of the user preferences panel.
Deletion of some PREFIX_TABLE occurences git-svn-id: http://piwigo.org/svn/trunk@630 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
@@ -122,8 +122,14 @@ $lang['days'] = 'days';
|
||||
$lang['today']='Today';
|
||||
|
||||
// Customization
|
||||
$lang['customize_page_title'] = 'Customization';
|
||||
$lang['customize_page_title'] = 'Your Gallery Customization ';
|
||||
$lang['customize_title'] = 'Customization';
|
||||
$lang['preferences'] = 'Preferences';
|
||||
$lang['mail_address'] = 'E-mail address';
|
||||
$lang['password_hint'] = 'You only have to give your password if you wish to change your e-mail';
|
||||
$lang['new_password'] = 'New password';
|
||||
$lang['new_password_hint'] = 'You only have to give a password if you wish to change it.';
|
||||
$lang['confirm_password_hint'] = 'You only have to confirm your new password if you wish to change it.';
|
||||
$lang['nb_image_per_row'] = 'Number of images per row';
|
||||
$lang['nb_row_per_page'] = 'Number of rows per page';
|
||||
$lang['maxwidth'] = 'Maximum width of the pictures';
|
||||
@@ -135,8 +141,18 @@ $lang['auto_expand'] = 'Expand all categories';
|
||||
$lang['show_nb_comments'] = 'Show number of comments';
|
||||
$lang['recent_period'] = 'Recent period';
|
||||
$lang['periods_error'] = 'Recent period must be a positive integer value';
|
||||
$lang['create_cookie'] = 'Create a cookie';
|
||||
|
||||
// Registration
|
||||
$lang['register_page_title'] = 'Registration';
|
||||
$lang['register_title'] = 'Registration';
|
||||
$lang['reg_err_login1'] = 'Please, enter a login';
|
||||
$lang['reg_err_login2'] = 'login mustn\'t end with a space character';
|
||||
$lang['reg_err_login3'] = 'login mustn\'t start with a space character';
|
||||
$lang['reg_err_login4'] = 'login mustn\'t contain characters " and \'';
|
||||
$lang['reg_err_login5'] = 'this login is already used';
|
||||
$lang['reg_err_pass'] = 'please enter your password again';
|
||||
$lang['reg_confirm'] = 'Confirm password';
|
||||
$lang['reg_err_mail_address'] = 'mail address must be like xxx@yyy.eee (example : jack@altern.org)';
|
||||
|
||||
// search
|
||||
$lang['search_title'] = 'Search';
|
||||
@@ -225,16 +241,7 @@ $lang['add_favorites_alt'] = 'Add to favorites';
|
||||
$lang['add_favorites_hint'] = 'Add this picture to your favorites';
|
||||
$lang['del_favorites_alt'] = 'Delete from favorites';
|
||||
$lang['del_favorites_hint'] = 'Delete this picture from your favorites';
|
||||
$lang['register_page_title'] = 'Registration';
|
||||
$lang['register_title'] = 'Registration';
|
||||
$lang['reg_err_login1'] = 'Please, enter a login';
|
||||
$lang['reg_err_login2'] = 'login mustn\'t end with a space character';
|
||||
$lang['reg_err_login3'] = 'login mustn\'t start with a space character';
|
||||
$lang['reg_err_login4'] = 'login mustn\'t contain characters " and \'';
|
||||
$lang['reg_err_login5'] = 'this login is already used';
|
||||
$lang['reg_err_pass'] = 'please enter your password again';
|
||||
$lang['reg_confirm'] = 'confirm';
|
||||
$lang['reg_err_mail_address'] = 'mail address must be like xxx@yyy.eee (example : jack@altern.org)';
|
||||
|
||||
$lang['upload_forbidden'] = 'You can\'t upload pictures in this category';
|
||||
$lang['upload_file_exists'] = 'A picture\'s name already used';
|
||||
$lang['upload_filenotfound'] = 'You must choose a picture fileformat for the image';
|
||||
@@ -251,7 +258,6 @@ $lang['upload_username'] = 'Username';
|
||||
$lang['upload_successful'] = 'Picture uploaded with success, an administrator will validate it as soon as possible';
|
||||
|
||||
$lang['guest'] = 'guest';
|
||||
$lang['mail_address'] = 'mail address';
|
||||
$lang['add'] = 'add';
|
||||
$lang['dissociate'] = 'dissociate';
|
||||
$lang['mandatory'] = 'obligatory';
|
||||
|
||||
@@ -123,8 +123,13 @@ $lang['today']='Aujourd\'hui';
|
||||
|
||||
|
||||
// Customization
|
||||
$lang['customize_page_title'] = 'Personnalisation';
|
||||
$lang['customize_page_title'] = 'Personnalisation de votre galerie';
|
||||
$lang['customize_title'] = 'Personnalisation';
|
||||
$lang['preferences'] = 'Préférences';
|
||||
$lang['password_hint'] = 'Vous devez confirmer votre mot de passe si vous souhaitez modifier votre adresse e-mail';
|
||||
$lang['new_password'] = 'Nouveau mot de passe';
|
||||
$lang['new_password_hint'] = 'Vous avez seulement besoin de fournir un mot de passe si vous voulez le changer';
|
||||
$lang['confirm_password_hint'] = 'Vous avez seulement besoin de confirmer votre mot de passe si vous l\'avez changé ci-dessus';
|
||||
$lang['nb_image_per_row'] = 'Nombre d\'images par ligne';
|
||||
$lang['nb_row_per_page'] = 'Nombre de lignes par page';
|
||||
$lang['language'] = 'Langue';
|
||||
@@ -133,13 +138,24 @@ $lang['maxheight'] = 'Hauteur maximum des images';
|
||||
$lang['auto_expand'] = 'Développer toutes les catégories';
|
||||
$lang['show_nb_comments'] = 'Montrer le nombre de commentaires';
|
||||
$lang['recent_period'] = 'Durée de nouveauté';
|
||||
$lang['create_cookie'] = 'Créer un cookie';
|
||||
$lang['theme'] = 'Thème de l\'interface';
|
||||
$lang['mail_address'] = 'Adresse mail';
|
||||
$lang['mail_address'] = 'Adresse e-mail';
|
||||
$lang['periods_error'] = 'La période doit être entière.';
|
||||
$lang['maxwidth_error'] = 'La largeur maximum des images doit être un entier supérieur à 50';
|
||||
$lang['maxheight_error'] = 'La hauteur maximum des images doit être un entier supérieur à 50';
|
||||
|
||||
// Register
|
||||
$lang['register_page_title'] = 'Enregistrement';
|
||||
$lang['register_title'] = 'Enregistrement';
|
||||
$lang['reg_err_login1'] = 'veuillez rentrer un pseudo';
|
||||
$lang['reg_err_login2'] = 'le pseudo ne doit pas se terminer par un espace';
|
||||
$lang['reg_err_login3'] = 'le pseudo ne doit pas commencer par un espace';
|
||||
$lang['reg_err_login4'] = 'le pseudo ne doit pas comporter les caractère " et \'';
|
||||
$lang['reg_err_login5'] = 'ce pseudo est déjà utilisé';
|
||||
$lang['reg_err_pass'] = 'veuillez retaper le mot de passe';
|
||||
$lang['reg_confirm'] = 'Confirmer le mot de passe';
|
||||
$lang['reg_err_mail_address'] = 'l\'adresse mail doit être de la forme xxx@yyy.eee (exemple : jack@altern.org)';
|
||||
|
||||
// search
|
||||
$lang['search_title'] = 'Rechercher';
|
||||
$lang['search_options'] = 'Options de recherche';
|
||||
@@ -224,16 +240,7 @@ $lang['add_favorites_alt'] = 'Ajouter aux favoris';
|
||||
$lang['add_favorites_hint'] = 'ajouter cette image à vos favoris';
|
||||
$lang['del_favorites_alt'] = 'Retirer des favoris';
|
||||
$lang['del_favorites_hint'] = 'supprimer cette image de vos favoris';
|
||||
$lang['register_page_title'] = 'Enregistrement';
|
||||
$lang['register_title'] = 'Enregistrement';
|
||||
$lang['reg_err_login1'] = 'veuillez rentrer un pseudo';
|
||||
$lang['reg_err_login2'] = 'le pseudo ne doit pas se terminer par un espace';
|
||||
$lang['reg_err_login3'] = 'le pseudo ne doit pas commencer par un espace';
|
||||
$lang['reg_err_login4'] = 'le pseudo ne doit pas comporter les caractère " et \'';
|
||||
$lang['reg_err_login5'] = 'ce pseudo est déjà utilisé';
|
||||
$lang['reg_err_pass'] = 'veuillez retaper le mot de passe';
|
||||
$lang['reg_confirm'] = 'confirmer';
|
||||
$lang['reg_err_mail_address'] = 'l\'adresse mail doit être de la forme xxx@yyy.eee (exemple : jack@altern.org)';
|
||||
|
||||
$lang['upload_forbidden'] = 'On ne peut pas ajouter d\'image dans cette catégorie';
|
||||
$lang['upload_file_exists'] = 'Une image du même nom existe déjà';
|
||||
$lang['upload_filenotfound'] = 'vous devez choisir un fichier image pour la photo';
|
||||
|
||||
Reference in New Issue
Block a user