diff options
author | gweltas <gweltas@piwigo.org> | 2005-01-04 16:27:17 +0000 |
---|---|---|
committer | gweltas <gweltas@piwigo.org> | 2005-01-04 16:27:17 +0000 |
commit | 0d8918b7d89eac72238ac2ea990f2ec4668d9e0a (patch) | |
tree | 36bcc3412d655de9ace0e06ac69aa5a1aad79254 /language/fr_FR.iso-8859-1/common.lang.php | |
parent | c8e89e0c55e6db60cc0244073f8299b1b34dacfc (diff) |
- French translation
- Deletion of the eCard template entry
git-svn-id: http://piwigo.org/svn/trunk@670 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | language/fr_FR.iso-8859-1/common.lang.php | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/language/fr_FR.iso-8859-1/common.lang.php b/language/fr_FR.iso-8859-1/common.lang.php index 32baa2b45..b52532f89 100644 --- a/language/fr_FR.iso-8859-1/common.lang.php +++ b/language/fr_FR.iso-8859-1/common.lang.php @@ -129,7 +129,6 @@ $lang['w_day']='Jour';; $lang['days']='Jours'; $lang['today']='Aujourd\'hui'; - // Customization $lang['customize_page_title'] = 'Personnalisation de votre galerie'; $lang['customize_title'] = 'Personnalisation'; @@ -191,6 +190,11 @@ $lang['search_one_clause_at_least'] = 'Recherche vide. Aucun critère n\'a été re $lang['search_result'] = 'Résultats de la recherche'; $lang['invalid_search'] = 'Les mots recherchés doivent comporter plus de 3 caractères et ne doivent pas inclure de caractères de ponctuation'; +// Admin messages +$lang['gallery_locked_message'] = 'Cette galerie est actuellement inaccessible pour cause de maintenance. +Revenez plus tard ou connectez vous en tant qu\'administrateur: <a href="'.PHPWG_ROOT_PATH.'identification.php">Identification</a>'; +$lang['sql_queries_in'] = 'requêtes SQL en'; + $lang['Look_up_user'] = 'Rechercher l\'utilisateur'; $lang['Find_username'] = 'Trouver un nom d\'utilisateur'; $lang['No_match'] = 'Aucun enregistrement trouvé.'; |