diff options
author | rvelices <rv-github@modusoptimus.com> | 2006-10-31 02:41:32 +0000 |
---|---|---|
committer | rvelices <rv-github@modusoptimus.com> | 2006-10-31 02:41:32 +0000 |
commit | a81bac0f15907d81da4e9fea978840b9a10210c8 (patch) | |
tree | 7ad7312cea1e447a698e627093614174f5a7552e /language/fr_FR.iso-8859-1/admin.lang.php | |
parent | 9c3e182268ed2bc5df5f31cf4045b217f7ad8791 (diff) |
plugins go now in the #plugins table
git-svn-id: http://piwigo.org/svn/trunk@1584 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'language/fr_FR.iso-8859-1/admin.lang.php')
-rw-r--r-- | language/fr_FR.iso-8859-1/admin.lang.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/language/fr_FR.iso-8859-1/admin.lang.php b/language/fr_FR.iso-8859-1/admin.lang.php index c6662ff3b..09fe8a129 100644 --- a/language/fr_FR.iso-8859-1/admin.lang.php +++ b/language/fr_FR.iso-8859-1/admin.lang.php @@ -95,6 +95,7 @@ $lang['Groups'] = 'Groupes'; $lang['Guests'] = 'Invités'; $lang['History'] = 'Historique'; $lang['Informations'] = 'Informations'; +$lang['Install'] = 'Installer'; $lang['Interface theme'] = 'Theme de l\'interface'; $lang['Language'] = 'Langue'; $lang['Link all category elements to a new category'] = 'Associer tous les éléments de la catégorie à une nouvelle catégorie'; @@ -172,6 +173,7 @@ $lang['Tag selection'] = 'Sélection de tags'; $lang['Take selected elements out of caddie'] = 'Sortir les éléments sélectionnés du panier'; $lang['The %d following tags were deleted : %s'] = 'Les %d tags suivants ont été supprimés : %s'; $lang['Unable to check for upgrade since allow_url_fopen is disabled.'] = 'Impossible de connaître la dernière version cat la fonction allow_url_fopen est désactivée.'; +$lang['Uninstall'] = 'Désinstaller'; $lang['Use default sort order']='Utiliser l\'ordre de tri des images par défaut (défini dans le fichier de configuration)'; $lang['User comments validation'] = 'Validation des commentaires utilisateur'; $lang['Users'] = 'Utilisateurs'; |