diff options
author | plegall <plg@piwigo.org> | 2010-03-23 23:09:54 +0000 |
---|---|---|
committer | plegall <plg@piwigo.org> | 2010-03-23 23:09:54 +0000 |
commit | ae880eeabe4d53de6211939d7d92710e512cc863 (patch) | |
tree | c4bd192cbecaececa133f0f9a38bde67a52d7a67 /language/fr_FR/common.lang.php | |
parent | cdf89f21af72068c30f6bce64437545cb8e75a5b (diff) |
l10n fr_FR: add strings related to my new features in 2.1 ("no photo yet",
"upload form", "theme manager", administration header/footer)
git-svn-id: http://piwigo.org/svn/trunk@5300 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'language/fr_FR/common.lang.php')
-rw-r--r-- | language/fr_FR/common.lang.php | 16 |
1 files changed, 15 insertions, 1 deletions
diff --git a/language/fr_FR/common.lang.php b/language/fr_FR/common.lang.php index 8a86c325d..8d909bb2f 100644 --- a/language/fr_FR/common.lang.php +++ b/language/fr_FR/common.lang.php @@ -372,4 +372,18 @@ $lang['Some info about this picture'] = "Informations sur cette image"; $lang['Some more (technical) info about this picture'] = "Informations (techniques) sur cette image"; $lang['edit this comment'] = "editer ce commentaire"; $lang['Edit a comment'] = "Editer ce commentaire"; -?>
\ No newline at end of file +$lang['Are you sure?'] = "Etes-vous sûr ?"; +$lang['Welcome'] = 'Bienvenue'; +$lang['Welcome to your Piwigo photo gallery!'] = 'Bienvenue sur votre galerie photo Piwigo !'; +$lang['... or browse your empty gallery'] = '... ou naviguez sur votre galerie vide'; +$lang['... or please deactivate this message, I will find my way by myself'] = '... ou désactivez ce message, je me débrouillerai par moi-même'; +$lang['Hello %s, your Piwigo photo gallery is empty!'] = 'Bonjour %s, votre galerie photo Piwigo est vide !'; +$lang['I want to add photos'] = 'Je veux ajouter des photos'; +$lang['Manage this user comment: %s'] = 'Gérer ce commentaire : %s'; +$lang['Email address is missing. Please specify an email address.'] = "L'adresse email manque. Veuillez spécifier une adresse email."; +$lang['This author modified following comment:'] = 'Cet auteur a modifié le commentaire suivant :'; +$lang['This author removed the comment with id %d'] = 'Cet auteur a supprimé le commentaire portant l\'identifiant %d'; +$lang['delete this comment'] = "supprimer ce commentaire"; +$lang['validate this comment'] = 'valider ce commentaire'; +$lang['(!) This comment requires validation'] = '(!) Ce commentaire requiert une validation'; +?> |