diff options
author | plegall <plg@piwigo.org> | 2013-11-18 13:53:19 +0000 |
---|---|---|
committer | plegall <plg@piwigo.org> | 2013-11-18 13:53:19 +0000 |
commit | 0ed662ef77a81ddd1efdb972620965dd70fad72c (patch) | |
tree | 5f9b6925b505597d283d1fa68673a47a8f0856f3 /language/fr_FR/common.lang.php | |
parent | 3e1d6ba47a9201486851fb41f4ec4a0df2db2d5b (diff) |
feature 1668: replace "Interface theme" by "Theme".
git-svn-id: http://piwigo.org/svn/trunk@25549 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | language/fr_FR/common.lang.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/language/fr_FR/common.lang.php b/language/fr_FR/common.lang.php index e88783ba8..f81bd9fe3 100644 --- a/language/fr_FR/common.lang.php +++ b/language/fr_FR/common.lang.php @@ -193,7 +193,6 @@ $lang['in %d sub-album'] = 'dans %d sous-album'; $lang['in %d sub-albums'] = 'dans %d sous-albums'; $lang['in this album'] = 'dans cet album'; $lang['included'] = 'inclus'; -$lang['Interface theme'] = 'Thème de l\'interface'; $lang['Invalid key'] = 'Clef invalide'; $lang['Invalid password!'] = 'Mot de passe invalide !'; $lang['Invalid username or email'] = 'Nom d\'utilisateur ou adresse email invalide'; @@ -418,4 +417,5 @@ $lang['Email'] = "Email"; $lang['Password is missing. Please enter the password.'] = "Le mot de passe manque. Veuillez saisir le mot de passe."; $lang['Password confirmation is missing. Please confirm the chosen password.'] = "La confirmation du mot de passe manque. Veuillez confirmer le mot de passe choisi."; $lang['%d photos per page'] = '%d photos par page'; +$lang['Theme'] = 'Thème'; ?>
\ No newline at end of file |