diff options
Diffstat (limited to '')
-rw-r--r-- | language/fr_FR/admin.lang.php | 24 | ||||
-rw-r--r-- | language/fr_FR/common.lang.php | 5 |
2 files changed, 23 insertions, 6 deletions
diff --git a/language/fr_FR/admin.lang.php b/language/fr_FR/admin.lang.php index ca1500d69..b16947f6c 100644 --- a/language/fr_FR/admin.lang.php +++ b/language/fr_FR/admin.lang.php @@ -596,12 +596,12 @@ $lang['Caddie is currently empty'] = "Le panier est actuellement vide."; $lang['Upload'] = "Téléchargement"; $lang['Show upload link every time'] = "Afficher le lien d'ajout d'image tout le temps"; $lang['User access level to upload'] = "Niveau d'accès utilisateur pour télécharger"; -$lang['Free access'] = "Accès libre"; -$lang['Access to all'] = "Accès à tous"; -$lang['Access to subscribed'] = "Accès aux inscrits"; -$lang['Access to administrators'] = "Accès aux administrateurs"; -$lang['Access to webmasters'] = "Accès aux webmestres"; -$lang['No access'] = "Pas d'accès"; +$lang['ACCESS_0'] = "Accès libre"; +$lang['ACCESS_1'] = "Accès à tous"; +$lang['ACCESS_2'] = "Accès aux inscrits"; +$lang['ACCESS_3'] = "Accès aux administrateurs"; +$lang['ACCESS_4'] = "Accès aux webmestres"; +$lang['ACCESS_5'] = "Pas d'accès"; $lang['Demo'] = "Démo"; $lang['Piwigo home'] = "Accueil Piwigo"; $lang['Support'] = "Support"; @@ -666,4 +666,16 @@ $lang['Email administrators when a comment is modified'] = "Notifier les adminis $lang['Email administrators when a comment is deleted'] = "Notifier les administrateurs quand un commentaire est supprimé"; $lang['Cannot delete the old permalink !'] = "Impossible de supprimer cet ancien lien permanent !"; $lang['Hit'] = "score"; + +$lang['Tools'] = "Outils"; +$lang['Photos'] = "Photos"; +$lang['Themes'] = "Thèmes"; +$lang['Instructions to use Piwigo'] = "Aide pour utiliser Piwigo"; +$lang['Order alphanumerically'] = "Ordre alphanumérique"; +$lang['Order alphanumerically reverse'] = "Ordre alphanumérique inverse"; +$lang['Installed Themes'] = "Thèmes installés"; +$lang['Add New Theme'] = "Ajouter un thème"; +$lang['Forbid this theme to users'] = "Interdire ce thème aux utilisateurs"; +$lang['Set as default theme for unregistered and new users'] = "Thème par défaut pour les invités et les nouveaux utilisateurs"; +$lang['unknown'] = 'inconnu'; ?>
\ No newline at end of file diff --git a/language/fr_FR/common.lang.php b/language/fr_FR/common.lang.php index a85a5c93b..8a86c325d 100644 --- a/language/fr_FR/common.lang.php +++ b/language/fr_FR/common.lang.php @@ -367,4 +367,9 @@ $lang['Reset to default values'] = "Rétablir les valeurs par défaut"; $lang['delete all images from your favorites'] = "supprimer toutes les images de vos favoris"; $lang['Sent by'] = "Envoyé par"; $lang['Cookies are blocked or not supported by your browser. You must enable cookies to connect.'] = "Les cookies sont bloqués ou non supportés par votre navigateur web. Vous devez activer les cookies pour vous connecter."; + +$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 |