From ceb77253c30a0d0fb37d883685f0501d588caf78 Mon Sep 17 00:00:00 2001 From: rvelices Date: Thu, 15 Feb 2007 03:03:16 +0000 Subject: - plugins: added new action user_init - put in a new admin_multi_view:allows admins to change on the fly language/theme and view gallery as guest (useful for developers and just to show a 'new' way of using plugins) - removed some warnings from history.php and increased table width to 99% - remove unused admin language strings git-svn-id: http://piwigo.org/svn/trunk@1821 68402e56-0260-453c-a942-63ccdbb3a9ee --- language/fr_FR.iso-8859-1/admin.lang.php | 40 +++++--------------------------- 1 file changed, 6 insertions(+), 34 deletions(-) (limited to 'language/fr_FR.iso-8859-1') diff --git a/language/fr_FR.iso-8859-1/admin.lang.php b/language/fr_FR.iso-8859-1/admin.lang.php index c060ea908..a3a342913 100644 --- a/language/fr_FR.iso-8859-1/admin.lang.php +++ b/language/fr_FR.iso-8859-1/admin.lang.php @@ -515,25 +515,7 @@ $lang['ws_success_upd'] = ' -> Action r $lang['ws_adding_legend'] = ' Ajout d\'un accès partenaire aux Services Web '; $lang['ws_update_legend'] = ' Supprimer / Modifier l\'accès du partenaire sélectionné '; $lang['ws_delete_legend'] = ' Supprimer définitivement l\'accès du partenaire sélectionné '; -// $lang['ws_default_legend'] = ' Valeurs par défaut en situation de paramètre manquant '; -// $lang['ws_default'] = ' Défauts '; $lang['ws_Methods'] = ' Méthodes '; -// $lang['ws_requested_nbr'] = ' Nombre d\'images renvoyées '; -$lang['ws_random'] = 'Aléatoires'; /* Random order */ -$lang['ws_list'] = 'Liste d\'id'; /* list on MBt & z0rglub request */ -$lang['ws_maxviewed'] = 'Plus vues'; /* hit > 0 and hit desc order */ -$lang['ws_recent'] = 'Plus récentes'; /* recent = Date_available desc order */ -$lang['ws_highrated'] = 'Mieux notées'; /* avg_rate > 0 and desc order */ -$lang['ws_oldest'] = 'Plus anciennes'; /* Date_available asc order */ -$lang['ws_lessviewed'] = 'Moins vues'; /* hit asc order */ -$lang['ws_lowrated'] = 'Moins bien notées'; /* avg_rate asc order */ -$lang['ws_undescribed'] = 'Non décrites'; /* description missing */ -$lang['ws_unnamed'] = 'Non renommées'; /* new name missing */ -$lang['ws_portraits'] = 'Portraits'; /* width < height (portrait oriented) */ -$lang['ws_landscapes'] = 'Paysages'; /* width > height (landscape oriented) */ -$lang['ws_squares'] = 'Carrées'; /* width ~ height (square form) */ -$lang['ws_high_auth'] = ' Autoriser la haute résolution '; -$lang['ws_normal_auth'] = ' Autoriser la dimension normale '; $lang['ws_KeyName'] = ' Partenaire '; $lang['ws_Access'] = ' Access '; $lang['ws_Start'] = ' Début '; @@ -543,9 +525,6 @@ $lang['ws_High'] = ' High '; $lang['ws_Normal'] = ' Normal '; $lang['ws_Limit'] = ' Limite '; $lang['ws_Comment'] = ' Commentaire '; -// $lang['Reset filter(s)'] = ' Filtres désactivés '; -// $lang['New filter(s)'] = ' Nouveau(x) filtre(s)activé(s) '; -// $lang['Not selected / Not confirmed'] = 'Accès non sélectionné ou opération non confirmée'; $lang['Modify End from Now +'] = 'Modifier la Fin par cet instant + '; $lang['Confirmation'] = ' Confirmation '; $lang['Delete'] = ' Retrait '; @@ -554,30 +533,23 @@ $lang['Confidential partner key'] = 'Cl $lang['Basis of access key calculation'] = 'Base de calcul de la clé'; $lang['Target'] = 'Cible'; $lang['Access: see help text for more'] = 'Accès: voir l\'aide en ligne'; -$lang['Facultative and restrictive option'] = - 'Option facultative et restrictive'; +$lang['Facultative and restrictive option'] = 'Option facultative et restrictive'; $lang['Postponed availability in days'] = 'Report de disponibilité en jours'; $lang['Duration in days'] = 'Durée en jours'; $lang['Restrict access to'] = 'Accès restreint à'; -$lang['High resolution information will be returned to your partner'] = - 'Les informations de la haute résolution seront transmises' . - ' à votre partenaire'; -$lang['Normal size information will be returned to your partner'] = - 'Les informations de l\'image normale seront transmises à votre partenaire'; +$lang['High resolution information will be returned to your partner'] = 'Les informations de la haute résolution seront transmises à votre partenaire'; +$lang['Normal size information will be returned to your partner'] = 'Les informations de l\'image normale seront transmises à votre partenaire'; $lang['Returned images limit'] = 'Limite de transmision'; -$lang['Comment to identify your partner clearly'] = - 'Commentaire vous permettant d\'identifier votre partenaire facilement'; +$lang['Comment to identify your partner clearly'] = 'Commentaire vous permettant d\'identifier votre partenaire facilement'; $lang['Add this access definition']= 'Ajouter cette définition d\'accès'; -$lang['Web Services availability duration in days'] = - 'Durée d\'ouverture des Services Web en jours'; +$lang['Web Services availability duration in days'] = 'Durée d\'ouverture des Services Web en jours'; $lang['special_admin_menu'] = 'Spécials'; $lang['pictures_menu'] = 'Images'; $lang['note_check_exif'] = '%s doit être mis à "false" dans votre fichier config_local.inc.php parce que l\'exif n\'est pas supporté.'; $lang['note_check_more_info'] = 'Allez sur %s ou %s pour plus d\'informations.'; $lang['note_check_more_info_forum'] = 'le forum'; $lang['note_check_more_info_wiki'] = 'le wiki'; -$lang['Duplicates'] = 'Fichiers portant le même nom dans plusieurs' . - ' catégories physiques'; +$lang['Duplicates'] = 'Fichiers portant le même nom dans plusieurs catégories physiques'; $lang['DEMO'] = 'DÉMO'; $lang['HOME'] = 'ACCUEIL PWG'; $lang['FORUM'] = 'FORUM'; -- cgit v1.2.3