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_CA/admin.lang.php | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'language/fr_CA/admin.lang.php') diff --git a/language/fr_CA/admin.lang.php b/language/fr_CA/admin.lang.php index e676dbc6c..7ce9188cb 100644 --- a/language/fr_CA/admin.lang.php +++ b/language/fr_CA/admin.lang.php @@ -612,14 +612,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'; @@ -721,7 +714,6 @@ $lang['Failed to write file to disk'] = 'Échec à l\'écriture du fichier sur l $lang['File upload stopped by extension'] = 'Le transfert du fichier a été arrêté par une extension'; $lang['In your php.ini file, the upload_max_filesize (%sB) is bigger than post_max_size (%sB), you should change this setting'] = 'Dans votre fichier php.ini, la variable upload_max_filesize (%sB) est plus grande que post_max_size (%sB), vous devriez modifier ce paramètre'; $lang['include child albums'] = 'inclure les sous-albums'; -$lang['Keep high definition'] = 'Conserver la haute définition'; $lang['last import'] = 'dernière importation'; $lang['manual order'] = 'ordre manuel'; $lang['Missing a temporary folder'] = 'Impossible de trouver le répertoire temporaire'; @@ -743,9 +735,6 @@ $lang['Selection'] = 'Sélection'; $lang['Set author'] = 'Définir l\'auteur'; $lang['Set creation date'] = 'Définir la date de création'; $lang['Set title'] = 'Définir le titre'; -$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 high definition maximum height must be a number between %d and %d'] = 'La hauteur maximale pour la haute définition doit être un chiffre compris entre %d et %d'; -$lang['The high definition maximum width must be a number between %d and %d'] = 'La largeur maximale pour la haute définition doit être un chiffre compris entre %d et %d'; $lang['The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form'] = 'Le poids du fichier transféré dépasse la valeur de MAX_FILE_SIZE définie dans le formulaire HTML'; $lang['The uploaded file exceeds the upload_max_filesize directive in php.ini: %sB'] = 'Le poids du fichier transféré dépasse la valeur de upload_max_filesize définie dans votre fichier php.ini: %sB'; $lang['The uploaded file was only partially uploaded'] = 'Le fichier n\'a été que partiellement transféré'; -- cgit v1.2.3