diff options
author | rvelices <rv-github@modusoptimus.com> | 2008-08-22 01:12:31 +0000 |
---|---|---|
committer | rvelices <rv-github@modusoptimus.com> | 2008-08-22 01:12:31 +0000 |
commit | 707351a95cc6f0afa71d684b775bd24e50880ce4 (patch) | |
tree | 25b6b14ba74417720612733f72c7bee35dfb46ba /language/fr_FR/admin.lang.php | |
parent | 0b32dd4c0bd53092fed21a0262dce0ebbd2afb9f (diff) |
- language - removed 2 unnecessary keys from admin.lang
- language - moved some keys from common.lang to admin.lang
git-svn-id: http://piwigo.org/svn/trunk@2482 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'language/fr_FR/admin.lang.php')
-rw-r--r-- | language/fr_FR/admin.lang.php | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/language/fr_FR/admin.lang.php b/language/fr_FR/admin.lang.php index 342d15586..3ade9d3e0 100644 --- a/language/fr_FR/admin.lang.php +++ b/language/fr_FR/admin.lang.php @@ -224,7 +224,6 @@ $lang['config'] = 'Configuration'; $lang['confirm'] = 'confirmer'; $lang['Date'] = 'Date'; $lang['delete category'] = 'supprimer la catégorie'; -$lang['description'] = 'description'; $lang['dissociate from category'] = 'dissocier de la catégorie'; $lang['dissociate from group'] = 'dissocier du groupe'; $lang['edit category permissions'] = 'Modifier les permissions de la catégorie'; @@ -259,7 +258,6 @@ $lang['manage sub-categories'] = 'gérer les sous-catégories'; $lang['manage'] = 'Gérer'; $lang['maximum height'] = 'hauteur maximum'; $lang['maximum width'] = 'largeur maximum'; -$lang['name'] = 'nom'; $lang['nbm_background_treatment_redirect_second'] = 'Le temps d\'exécution étant dépassé, le traitement doit continuer [Temps estimé: %d second].'; $lang['nbm_background_treatment_redirect_seconds'] = 'Le temps d\'exécution étant dépassé, le traitement doit continuer [Temps estimé: %d secondes].'; $lang['nbm_break_timeout_list_user'] = 'Le temps de préparation de la liste des utilisateurs pour l\'envoi est limité. Les autres utilisateurs ne sont pas listés.'; @@ -651,7 +649,7 @@ $lang['Hits'] = 'Utilisations'; $lang['GD library is missing'] = 'la bibliothèque GD est manquante'; $lang['conf_extents'] = 'Templates (modèles)'; $lang['extend_for_templates'] = 'Etendre les templates'; -$lang['Replacement of original templates'] = +$lang['Replacement of original templates'] = 'Remplacement des templates d\'origine par vos templates adaptés du dossier template-extension'; $lang['Replacers'] = 'Remplaçants (templates modifiés)'; $lang['Original templates'] = 'Templates d\'origine'; @@ -659,4 +657,7 @@ $lang['Optional URL keyword'] = 'Paramètre facultatif de l\'URL'; $lang['Templates recorded.'] = 'La configuration des templates a été enregistrée.'; $lang['Optimizations completed'] = 'Toutes les optimisations ont été réalisées avec succès.'; $lang['Optimizations errors'] = 'Certaines optimisations se sont terminées avec des erreurs.'; +$lang['delete this comment'] = 'supprimer ce commentaire'; +$lang['link_info_image'] = 'Modifier les informations'; +$lang['edit category informations'] = 'éditer les informations de cette catégorie'; ?>
\ No newline at end of file |