diff options
author | rvelices <rv-github@modusoptimus.com> | 2006-03-28 01:26:37 +0000 |
---|---|---|
committer | rvelices <rv-github@modusoptimus.com> | 2006-03-28 01:26:37 +0000 |
commit | 7690f9bb8bfe33b6d0e85c6473f8d39a4fddf0df (patch) | |
tree | 80fc0ff864a27cbf3597a0dfbb094fc744cf039d /language/fr_FR.iso-8859-1 | |
parent | 51a4de797c76dbda26741acacbda76013caa5f64 (diff) |
fix: php 5 errors and warnings
improve: put back update remote site from local listing.xml functionality
(allow_url_fopen is false on several ISPs)
git-svn-id: http://piwigo.org/svn/trunk@1107 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'language/fr_FR.iso-8859-1')
-rw-r--r-- | language/fr_FR.iso-8859-1/admin.lang.php | 1 |
1 files changed, 1 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 810716154..a8ede8c34 100644 --- a/language/fr_FR.iso-8859-1/admin.lang.php +++ b/language/fr_FR.iso-8859-1/admin.lang.php @@ -301,6 +301,7 @@ $lang['remote_site_clean'] = 'nettoyer'; $lang['remote_site_clean_hint'] = 'supprimer le fichier listing.xml distant'; $lang['remote_site_generate'] = 'générer le listing'; $lang['remote_site_generate_hint'] = 'générer le fichier listing.xml sur le site distant'; +$lang['remote_site_local_create'] = 'Créer ce site'; $lang['remote_site_local_found'] = 'Un fichier listing.xml local a été trouvé pour '; $lang['remote_site_local_update'] = 'lire le listing.xml local et mettre à jour'; $lang['remote_site_test'] = 'tester'; |