diff options
author | plegall <plg@piwigo.org> | 2014-06-17 11:11:44 +0000 |
---|---|---|
committer | plegall <plg@piwigo.org> | 2014-06-17 11:11:44 +0000 |
commit | 6f8caf22ba22395b0e038989bfdc2726cc4c2342 (patch) | |
tree | eb8f98932f9707adddf23d75d06b6c7f61cc5a71 /language/fr_FR | |
parent | 583af81d3d23ab0e3692dd7bb4a36314deab5994 (diff) |
feature 3093: search form, ability to select the list of properties on which
the search terms applies.
feature 3094: minor redesign on search form.
git-svn-id: http://piwigo.org/svn/trunk@28709 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'language/fr_FR')
-rw-r--r-- | language/fr_FR/common.lang.php | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/language/fr_FR/common.lang.php b/language/fr_FR/common.lang.php index 208c50b83..4f2b48e35 100644 --- a/language/fr_FR/common.lang.php +++ b/language/fr_FR/common.lang.php @@ -418,4 +418,7 @@ $lang['Password is missing. Please enter the password.'] = "Le mot de passe manq $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'; -$lang['No results for'] = 'Aucun résultat pour';
\ No newline at end of file +$lang['No results for'] = 'Aucun résultat pour'; +$lang['Apply on properties'] = 'Appliquer sur les propriétés'; +$lang['Photo title'] = 'Titre de la photo'; +$lang['Photo description'] = 'Description de la photo'; |