From cac417c74bc6d5f528b356190561d244e9b4f93a Mon Sep 17 00:00:00 2001 From: plegall Date: Thu, 12 Jan 2012 21:37:28 +0000 Subject: feature 2548, multiple size: * adapt the upload script * remove the resize settings screen * add a new screen [Administration > Configuration > Options > Photo Sizes] with the ability to resize original after upload git-svn-id: http://piwigo.org/svn/trunk@12879 68402e56-0260-453c-a942-63ccdbb3a9ee --- language/fr_FR/admin.lang.php | 19 +++++++------------ 1 file changed, 7 insertions(+), 12 deletions(-) (limited to 'language/fr_FR') diff --git a/language/fr_FR/admin.lang.php b/language/fr_FR/admin.lang.php index bb6efca61..95edb4d2b 100644 --- a/language/fr_FR/admin.lang.php +++ b/language/fr_FR/admin.lang.php @@ -605,14 +605,7 @@ $lang['Select files'] = 'Choisir des fichiers'; $lang['Everybody'] = 'Tout le monde'; $lang['Who can see these photos?'] = 'Qui peut voir ces photos ?'; $lang['Who can see this photo?'] = 'Qui peut voir cette photo ?'; -$lang['The websize maximum width must be a number between %d and %d'] = 'La largeur maximum pour la photo taille web doit être un chiffre compris entre %d et %d'; -$lang['The websize maximum height must be a number between %d and %d'] = 'La hauteur maximum pour la photo taille web doit être un chiffre compris entre %d et %d'; -$lang['The websize image quality must be a number between %d and %d'] = 'La qualité d\'image pour la photo taille web doit être un chiffre compris entre %d et %d'; -$lang['The thumbnail maximum width must be a number between %d and %d'] = 'La largeur maximum pour la miniature doit être un chiffre compris entre %d et %d'; -$lang['The thumbnail maximum height must be a number between %d and %d'] = 'La hauteur maximum pour la miniature doit être un chiffre compris entre %d et %d'; -$lang['The thumbnail image quality must be a number between %d and %d'] = 'La qualité d\'image pour la miniature doit être un chiffre compris entre %d et %d'; $lang['Settings'] = 'Configuration'; -$lang['Web size photo'] = 'Photo taille web'; $lang['Resize'] = 'Redimensionner'; $lang['Maximum Width'] = 'Largeur maximum'; $lang['pixels'] = 'pixels'; @@ -620,7 +613,7 @@ $lang['Maximum Height'] = 'Hauteur maximum'; $lang['Image Quality'] = 'Qualité d\'image'; $lang['Thumbnail'] = 'Miniature'; $lang['Save Settings'] = 'Enregistrer les paramètres'; -$lang['Your configuration settings are saved'] = 'Vos paramètres de configurations sont enregistrés'; +$lang['Your configuration settings are saved'] = 'Vos paramètres de configuration sont enregistrés'; $lang['Active Themes'] = 'Thèmes activés'; $lang['Add write access to the "%s" directory'] = 'Ajoutez l\'accès en écriture pour le répertoire "%s"'; $lang['Administration Home'] = 'Accueil administration'; @@ -708,10 +701,9 @@ $lang['Menu Management'] = 'Menus'; $lang['automatic order'] = 'ordre automatique'; $lang['manual order'] = 'ordre manuel'; $lang['Albums automatically sorted'] = 'Les albums ont été triés automatiquement'; -$lang['Keep high definition'] = 'Conserver la haute définition'; -$lang['The high definition maximum width must be a number between %d and %d'] = 'La largeur maximum pour la haute définition doit être un chiffre compris entre %d et %d'; -$lang['The high definition maximum height must be a number between %d and %d'] = 'La hauteur maximum pour la haute définition doit être un chiffre compris entre %d et %d'; -$lang['The high definition image quality must be a number between %d and %d'] = 'La qualité d\'image pour la haute définition doit être un chiffre compris entre %d et %d'; +$lang['The original maximum width must be a number between %d and %d'] = 'La largeur maximum pour le redimensionnement de la photo original doit être un chiffre compris entre %d et %d'; +$lang['The original maximum height must be a number between %d and %d'] = 'La hauteur maximum pour le redimensionnement de la photo originale doit être un chiffre compris entre %d et %d'; +$lang['The original image quality must be a number between %d and %d'] = 'La qualité d\'image pour le redimensionnement de la photo originale doit être un chiffre compris entre %d et %d'; $lang['Batch Manager'] = 'Gestion par lot'; $lang['include child albums'] = 'inclure les sous-albums'; $lang['Selection'] = 'Sélection'; @@ -848,4 +840,7 @@ $lang['Add tags'] = "Ajouter les tags"; $lang['Synchronize metadata'] = "Synchroniser les méta-données"; $lang['Add to caddie'] = 'Ajouter au panier'; $lang['Zoom'] = 'Zoom'; +$lang['Resize after upload'] = 'Redimensionner après transfert'; +$lang['Photo Sizes'] = 'Tailles de photo'; +$lang['Original Size'] = 'Taille originale'; ?> \ No newline at end of file -- cgit v1.2.3