aboutsummaryrefslogtreecommitdiffstats
path: root/language/fr_FR/common.lang.php
diff options
context:
space:
mode:
authorrvelices <rv-github@modusoptimus.com>2012-02-09 20:43:41 +0000
committerrvelices <rv-github@modusoptimus.com>2012-02-09 20:43:41 +0000
commit1b527e396434fa72c60dfd57fc00ea3e31bebefc (patch)
tree9f2fc07b5e3b2ce2dad3316168b9288ce5f7e535 /language/fr_FR/common.lang.php
parentafb04c02937046f22b2e71974c785c6ee70ae10f (diff)
- language aditions/removal
git-svn-id: http://piwigo.org/svn/trunk@13068 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'language/fr_FR/common.lang.php')
-rw-r--r--language/fr_FR/common.lang.php12
1 files changed, 9 insertions, 3 deletions
diff --git a/language/fr_FR/common.lang.php b/language/fr_FR/common.lang.php
index b86e2ccc2..5555a50ef 100644
--- a/language/fr_FR/common.lang.php
+++ b/language/fr_FR/common.lang.php
@@ -367,12 +367,18 @@ $lang['Your favorites'] = 'Mes favorites';
$lang['Your Gallery Customization'] = 'Personnalisation de votre affichage ';
$lang['Your username has been successfully changed to : %s'] = 'Votre nom d\'utilisateur a bien été changé par : %s';
$lang['Your password has been reset'] = 'Votre mot de passe a été réinitialisé';
-$lang['original'] = "Original";
+$lang['Original'] = "Original";
$lang['Thank you for registering at %s!'] = 'Merci pour votre inscription sur %s !';
$lang['Here are your connection settings'] = 'Voici vos identifiants';
$lang['Password: %s'] = 'Mot de passe : %s';
$lang['Username: %s'] = 'Nom d\'utilisateur : %s';
-$lang['Email: %s'] = 'Email: %s';
$lang['If you think you\'ve received this email in error, please contact us at %s'] = 'Si vous pensez avoir reçu cet email par erreur, veuillez nous contacter %s';
-
+$lang['Photo sizes'] = 'Tailles de photo';
+$lang['square'] = "Carré";
+$lang['thumb'] = "Miniature";
+$lang['small'] = "Petit";
+$lang['medium'] = "Moyen";
+$lang['large'] = "Large";
+$lang['xlarge'] = "XLarge";
+$lang['xxlarge'] = "XXLarge";
?> \ No newline at end of file