[532] | 1 | <?php |
---|
| 2 | // +-----------------------------------------------------------------------+ |
---|
[593] | 3 | // | PhpWebGallery - a PHP based picture gallery | |
---|
| 4 | // | Copyright (C) 2002-2003 Pierrick LE GALL - pierrick@phpwebgallery.net | |
---|
[675] | 5 | // | Copyright (C) 2003-2005 PhpWebGallery Team - http://phpwebgallery.net | |
---|
[532] | 6 | // +-----------------------------------------------------------------------+ |
---|
[593] | 7 | // | branch : BSF (Best So Far) |
---|
[532] | 8 | // | file : $RCSfile$ |
---|
| 9 | // | last update : $Date: 2006-04-02 22:26:19 +0000 (Sun, 02 Apr 2006) $ |
---|
| 10 | // | last modifier : $Author: plg $ |
---|
| 11 | // | revision : $Revision: 1119 $ |
---|
| 12 | // +-----------------------------------------------------------------------+ |
---|
| 13 | // | This program is free software; you can redistribute it and/or modify | |
---|
| 14 | // | it under the terms of the GNU General Public License as published by | |
---|
| 15 | // | the Free Software Foundation | |
---|
| 16 | // | | |
---|
| 17 | // | This program is distributed in the hope that it will be useful, but | |
---|
| 18 | // | WITHOUT ANY WARRANTY; without even the implied warranty of | |
---|
| 19 | // | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | |
---|
| 20 | // | General Public License for more details. | |
---|
| 21 | // | | |
---|
| 22 | // | You should have received a copy of the GNU General Public License | |
---|
| 23 | // | along with this program; if not, write to the Free Software | |
---|
| 24 | // | Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, | |
---|
| 25 | // | USA. | |
---|
| 26 | // +-----------------------------------------------------------------------+ |
---|
| 27 | |
---|
| 28 | // Langage informations |
---|
| 29 | $lang_info['language_name'] = 'Français'; |
---|
| 30 | $lang_info['country'] = 'France'; |
---|
| 31 | $lang_info['charset'] = 'iso-8859-1'; |
---|
| 32 | $lang_info['direction'] = 'ltr'; |
---|
| 33 | $lang_info['code'] = 'fr'; |
---|
| 34 | |
---|
[1103] | 35 | $lang['%.2f (rated %d times, standard deviation = %.2f)'] = '%.2f (noté %d fois, écart type = %.2f)'; |
---|
[863] | 36 | $lang['%d Kb'] = '%d Ko'; |
---|
| 37 | $lang['%d categories updated'] = '%d catégories mises à jour'; |
---|
| 38 | $lang['%d comments to validate'] = '%d commentaires utilisateur à valider'; |
---|
| 39 | $lang['%d new comments'] = '%d nouveaux commentaires utilisateur'; |
---|
| 40 | $lang['%d new elements'] = '%d nouveaux éléments'; |
---|
| 41 | $lang['%d new users'] = '%d nouveaux utilisateurs'; |
---|
[1119] | 42 | $lang['%d pictures are also linked to current tags'] = '%d images sont également liées aux tags courants'; |
---|
[863] | 43 | $lang['About'] = 'À propos'; |
---|
[1119] | 44 | $lang['All tags must match'] = 'Tous les tags doivent correspondre'; |
---|
| 45 | $lang['All tags'] = 'Tous les tags'; |
---|
| 46 | $lang['Any tag'] = 'N\'importe quel tag'; |
---|
[1015] | 47 | $lang['At least one listed rule must be satisfied.'] = 'Au moins un des critères doit être satisfait.'; |
---|
[1119] | 48 | $lang['At least one tag must match'] = 'Au moins un tag doit correspondre'; |
---|
[863] | 49 | $lang['Author'] = 'Auteur'; |
---|
| 50 | $lang['Average rate'] = 'Note moyenne'; |
---|
| 51 | $lang['Categories'] = 'Catégories'; |
---|
[889] | 52 | $lang['Category'] = 'Catégorie'; |
---|
[863] | 53 | $lang['Close this window'] = 'Fermer cette fenêtre'; |
---|
| 54 | $lang['Confirm Password'] = 'Confirmer le mot de passe'; |
---|
[1015] | 55 | $lang['Connection settings'] = 'Paramètres de connexion'; |
---|
[919] | 56 | $lang['Connection'] = 'Connexion'; |
---|
[866] | 57 | $lang['Contact webmaster'] = 'Contacter le webmestre'; |
---|
[863] | 58 | $lang['Create a new account'] = 'Créer un nouveau compte'; |
---|
[969] | 59 | $lang['Created on'] = 'Créée le'; |
---|
[1020] | 60 | $lang['Creation date'] = 'Date de création'; |
---|
[863] | 61 | $lang['Current password is wrong'] = 'Erreur sur le mot de passe actuel'; |
---|
| 62 | $lang['Dimensions'] = 'Dimensions'; |
---|
| 63 | $lang['Display'] = 'Affichage'; |
---|
[1015] | 64 | $lang['Each listed rule must be satisfied.'] = 'Chaque critère doit être satisfait'; |
---|
[889] | 65 | $lang['Email address is missing'] = 'L\'adresse e-mail manque'; |
---|
| 66 | $lang['Email address'] = 'Adresse e-mail'; |
---|
[863] | 67 | $lang['Enter your personnal informations'] = 'Entrer vos informations personnelles'; |
---|
[866] | 68 | $lang['Error sending email'] = 'Erreur à l\'envoi du mail'; |
---|
[1119] | 69 | $lang['File name'] = 'Nom du fichier'; |
---|
[863] | 70 | $lang['File'] = 'Fichier'; |
---|
| 71 | $lang['Filesize'] = 'Poids'; |
---|
| 72 | $lang['Filter and display'] = 'Filtrer et afficher'; |
---|
| 73 | $lang['Filter'] = 'Filtre'; |
---|
[866] | 74 | $lang['Forgot your password?'] = 'Mot de passe oublié ?'; |
---|
[863] | 75 | $lang['Go through the gallery as a visitor'] = 'Parcourir la galerie en tant que visiteur'; |
---|
| 76 | $lang['Help'] = 'Aide'; |
---|
| 77 | $lang['Identification'] = 'Identification'; |
---|
| 78 | $lang['Keyword'] = 'Mot-clef'; |
---|
| 79 | $lang['Keywords'] = 'Mots-clef'; |
---|
| 80 | $lang['Links'] = 'Liens'; |
---|
| 81 | $lang['Mail address'] = $lang['Email address']; |
---|
| 82 | $lang['N/A'] = 'non disponible'; |
---|
| 83 | $lang['New on %s'] = 'Nouveau le %s'; |
---|
| 84 | $lang['New password confirmation does not correspond'] = 'Erreur de confirmation de mot de passe'; |
---|
[889] | 85 | $lang['New password sent by email'] = 'Nouveau mot de passe envoyé par e-mail'; |
---|
| 86 | $lang['No email address'] = 'Pas d\'adresse e-mail'; |
---|
| 87 | $lang['No user matches this email address'] = 'Cette adresse e-mail ne correspond à aucun utilisateur'; |
---|
[863] | 88 | $lang['Notification'] = 'Notification'; |
---|
| 89 | $lang['Number of items'] = 'Nombre d\'élément'; |
---|
| 90 | $lang['Original dimensions'] = 'Dimensions d\'origine'; |
---|
[866] | 91 | $lang['Password forgotten'] = 'Mot de passe oublié'; |
---|
[863] | 92 | $lang['Password'] = 'Mot de passe'; |
---|
| 93 | $lang['PhpWebGallery Help'] = 'Aide de PhpWebGallery'; |
---|
[1059] | 94 | $lang['Post date'] = 'Date d\'ajout'; |
---|
| 95 | $lang['Posted on'] = 'Ajoutée le'; |
---|
[863] | 96 | $lang['Profile'] = 'Profil'; |
---|
[1015] | 97 | $lang['Quick connect'] = 'Connexion rapide'; |
---|
[1119] | 98 | $lang['RSS feed'] = 'flux RSS'; |
---|
[1042] | 99 | $lang['Rate'] = 'Note'; |
---|
[863] | 100 | $lang['Register'] = 'S\'enregistrer'; |
---|
| 101 | $lang['Registration'] = 'Enregistrement'; |
---|
[1119] | 102 | $lang['Related tags'] = 'Tags liés'; |
---|
[863] | 103 | $lang['Reset'] = 'Annuler'; |
---|
[866] | 104 | $lang['Retrieve password'] = 'Récupérer un mot de passe'; |
---|
[1015] | 105 | $lang['Search rules'] = 'Critères de recherche'; |
---|
[1119] | 106 | $lang['Search tags'] = 'Rechercher les tags'; |
---|
[863] | 107 | $lang['Search'] = 'Rechercher'; |
---|
[1119] | 108 | $lang['See available tags'] = 'Voir les tags disponibles'; |
---|
| 109 | $lang['See pictures linked to this tag only'] = 'Voir les images liées uniquement à ce tag'; |
---|
[866] | 110 | $lang['Send new password'] = 'Envoyer le nouveau mot de passe'; |
---|
[863] | 111 | $lang['Since'] = 'Depuis'; |
---|
| 112 | $lang['Sort by'] = 'Trier selon'; |
---|
| 113 | $lang['Sort order'] = 'Ordre de tri'; |
---|
[1119] | 114 | $lang['Tag'] = 'Tag'; |
---|
| 115 | $lang['Tags'] = 'Tags'; |
---|
[1103] | 116 | $lang['The RSS notification feed provides notification on news from this website : new pictures, updated categories, new comments. Use a RSS feed reader.'] = 'Le flux RSS notifie les événements de la galerie : nouvelles images, catégories mises à jour, nouveaux commentaires utilisateur. À utiliser avec un lecteur de flux RSS.'; |
---|
[863] | 117 | $lang['Unknown feed identifier'] = 'Identifiant de flux inconnu'; |
---|
| 118 | $lang['User comments'] = 'Commentaires utilisateur'; |
---|
[889] | 119 | $lang['Username'] = 'Nom d\'utilisateur'; |
---|
[863] | 120 | $lang['Visits'] = 'Visites'; |
---|
| 121 | $lang['Webmaster'] = 'Webmestre'; |
---|
[1069] | 122 | $lang['Week %d'] = 'Semaine %d'; |
---|
[889] | 123 | $lang['about_page_title'] = 'À propos de PhpWebGallery'; |
---|
[1052] | 124 | $lang['access_forbiden'] = 'Vous n\'êtes pas autorisé sur la page demandée'; |
---|
[863] | 125 | $lang['add to caddie'] = 'ajouter au panier'; |
---|
| 126 | $lang['add_favorites_alt'] = 'Ajouter aux favoris'; |
---|
| 127 | $lang['add_favorites_hint'] = 'Ajouter cette image à vos favoris'; |
---|
| 128 | $lang['admin'] = 'Administration'; |
---|
[1119] | 129 | $lang['adviser_mode_enabled'] = 'Mode conseiller actif'; |
---|
[889] | 130 | $lang['all'] = 'tout'; |
---|
[863] | 131 | $lang['all_categories'] = 'toutes les catégories'; |
---|
| 132 | $lang['already_rated'] = 'Vous avez déjà voté pour cette image'; |
---|
[889] | 133 | $lang['ascending'] = 'croissant'; |
---|
[1015] | 134 | $lang['author(s) : %s'] = 'auteur(s) : %s'; |
---|
[863] | 135 | $lang['auto_expand'] = 'Développer toutes les catégories'; |
---|
[1015] | 136 | $lang['became available after %s (%s)'] = 'mis à disposition après le %s (%s)'; |
---|
| 137 | $lang['became available before %s (%s)'] = 'mis à disposition avant le %s (%s)'; |
---|
| 138 | $lang['became available between %s (%s) and %s (%s)'] = 'mis à disposition entre le %s (%s) et le %s (%s)'; |
---|
| 139 | $lang['became available on %s'] = 'mis à disposition le %s'; |
---|
[889] | 140 | $lang['best_rated_cat'] = 'Mieux notées'; |
---|
[1083] | 141 | $lang['best_rated_cat_hint'] = 'afficher les images les mieux notées'; |
---|
[921] | 142 | $lang['caddie'] = 'Panier'; |
---|
[889] | 143 | $lang['calendar'] = 'Calendrier'; |
---|
[1050] | 144 | $lang['calendar_any'] = 'Tout'; |
---|
[863] | 145 | $lang['calendar_hint'] = 'affichage année par année, mois par mois, jour par jour'; |
---|
[1083] | 146 | $lang['calendar_picture_hint'] = 'afficher les images du '; |
---|
[1069] | 147 | $lang['calendar_view'] = 'Vue'; |
---|
[1119] | 148 | $lang['chronology_monthly_calendar'] = 'Calendrier mensuel'; |
---|
[1090] | 149 | $lang['chronology_monthly_list'] = 'Liste mensuelle'; |
---|
| 150 | $lang['chronology_weekly_list'] = 'Liste hebdomadaire'; |
---|
[1052] | 151 | $lang['click_to_redirect'] = 'Cliquez ici si votre navigateur ne vous redirige pas.'; |
---|
[889] | 152 | $lang['comment date'] = 'date du commentaire'; |
---|
[532] | 153 | $lang['comment'] = 'Commentaire'; |
---|
[863] | 154 | $lang['comment_added'] = 'Votre commentaire a été enregistré'; |
---|
| 155 | $lang['comment_anti-flood'] = 'Système anti-abus : merci de patienter avant d\'ajouter un nouveau commentaire'; |
---|
| 156 | $lang['comment_to_validate'] = 'Un administrateur doit valider votre commentaire afin qu\'il soit visible.'; |
---|
| 157 | $lang['comment_user_exists'] = 'Ce nom d\'utilisateur est déjà pris'; |
---|
[532] | 158 | $lang['comments'] = 'Commentaires'; |
---|
[863] | 159 | $lang['comments_add'] = 'Ajouter un commentaire'; |
---|
[921] | 160 | $lang['comments_del'] = 'Supprimer ce commentaire'; |
---|
[863] | 161 | $lang['comments_title'] = 'Commentaires des utilisateurs'; |
---|
| 162 | $lang['confirm_password_hint'] = 'Vous n\'avez à confirmer votre mot de passe que si vous désirez en changer.'; |
---|
[1015] | 163 | $lang['created after %s (%s)'] = 'créée après le %s (%s)'; |
---|
| 164 | $lang['created before %s (%s)'] = 'créée avant le %s (%s)'; |
---|
| 165 | $lang['created between %s (%s) and %s (%s)'] = 'créée entre le %s (%s) et le %s (%s)'; |
---|
| 166 | $lang['created on %s'] = 'créée le %s'; |
---|
[921] | 167 | $lang['customize'] = 'Personnaliser'; |
---|
[863] | 168 | $lang['customize_page_title'] = 'Personnalisation de votre affichage '; |
---|
| 169 | $lang['customize_title'] = 'Personnaliser'; |
---|
| 170 | $lang['day'][0] = 'Dimanche'; |
---|
| 171 | $lang['day'][1] = 'Lundi'; |
---|
| 172 | $lang['day'][2] = 'Mardi'; |
---|
| 173 | $lang['day'][3] = 'Mercredi'; |
---|
| 174 | $lang['day'][4] = 'Jeudi'; |
---|
| 175 | $lang['day'][5] = 'Vendredi'; |
---|
| 176 | $lang['day'][6] = 'Samedi'; |
---|
| 177 | $lang['days'] = 'jours'; |
---|
[1059] | 178 | $lang['default_sort'] = 'Par défaut'; |
---|
[863] | 179 | $lang['del_favorites_alt'] = 'Supprimer des favoris'; |
---|
| 180 | $lang['del_favorites_hint'] = 'Supprimer cette image de vos favoris'; |
---|
[532] | 181 | $lang['delete'] = 'Supprimer'; |
---|
[889] | 182 | $lang['descending'] = 'décroissant'; |
---|
[863] | 183 | $lang['download'] = 'télécharger'; |
---|
| 184 | $lang['download_hint'] = 'télécharger ce fichier'; |
---|
| 185 | $lang['edit category informations'] = 'éditer les informations de cette catégorie'; |
---|
| 186 | $lang['edit'] = 'éditer'; |
---|
[671] | 187 | $lang['err_date'] = 'date erronée'; |
---|
[1015] | 188 | $lang['excluded'] = 'exclus'; |
---|
[889] | 189 | $lang['favorite_cat'] = 'Mes favorites'; |
---|
| 190 | $lang['favorite_cat_hint'] = 'afficher mes images favorites'; |
---|
[863] | 191 | $lang['favorites'] = 'Favoris'; |
---|
| 192 | $lang['first_page'] = 'Premier'; |
---|
[1025] | 193 | $lang['gallery_locked_message'] = 'La galerie est verrouillée pour cause de maintenance. Revenir plus tard.'; |
---|
[863] | 194 | $lang['generation_time'] = 'Page fabriquée en'; |
---|
| 195 | $lang['guest'] = 'visiteur'; |
---|
| 196 | $lang['hello'] = 'Bonjour'; |
---|
| 197 | $lang['hint_admin'] = 'disponible uniquement pour les administrateurs'; |
---|
| 198 | $lang['hint_category'] = 'montre les images à la racine de cette catégorie'; |
---|
| 199 | $lang['hint_comments'] = 'Voir les derniers commentaires utilisateur'; |
---|
| 200 | $lang['hint_customize'] = 'personnaliser l\'apparence de la galerie'; |
---|
| 201 | $lang['hint_search'] = 'recherche'; |
---|
| 202 | $lang['home'] = 'Accueil'; |
---|
| 203 | $lang['home_hint'] = 'Retour à la page d\'accueil'; |
---|
[671] | 204 | $lang['ident_forgotten_password'] = 'Mot de passe oublié ?'; |
---|
| 205 | $lang['ident_guest_visit'] = 'Parcourir la galerie en tant que visiteur'; |
---|
[863] | 206 | $lang['ident_register'] = 'S\'enregistrer'; |
---|
| 207 | $lang['ident_title'] = 'Identification (FIXME)'; |
---|
| 208 | $lang['identification'] = 'Identification'; |
---|
| 209 | $lang['images_available'] = 'images dans cette catégorie'; |
---|
[1015] | 210 | $lang['included'] = 'inclus'; |
---|
[863] | 211 | $lang['invalid_pwd'] = 'Mot de passe invalide !'; |
---|
| 212 | $lang['language'] = 'Langue'; |
---|
| 213 | $lang['last %d days'] = '%d derniers jours'; |
---|
| 214 | $lang['last_page'] = 'Dernier'; |
---|
| 215 | $lang['link_info_image'] = 'Modifier les informations'; |
---|
| 216 | $lang['login'] = 'Connexion'; |
---|
| 217 | $lang['logout'] = 'Déconnexion'; |
---|
| 218 | $lang['mail_address'] = $lang['Email address']; |
---|
| 219 | $lang['mandatory'] = 'obligatoire'; |
---|
| 220 | $lang['maxheight'] = 'Hauteur maximum des images'; |
---|
| 221 | $lang['maxheight_error'] = 'La hauteur maximum des images doit être supérieure à 50'; |
---|
| 222 | $lang['maxwidth'] = 'Largeur maximum des images'; |
---|
| 223 | $lang['maxwidth_error'] = 'La largeur des images doit être supérieure à 50'; |
---|
[1119] | 224 | $lang['mode_created_hint'] = 'afficher un calendrier par date de création'; |
---|
[1059] | 225 | $lang['mode_normal_hint'] = 'retourne à la vue normale'; |
---|
[1083] | 226 | $lang['mode_posted_hint'] = 'afficher un calendrier par date d\'ajout'; |
---|
[863] | 227 | $lang['month'][10] = 'Octobre'; |
---|
| 228 | $lang['month'][11] = 'Novembre'; |
---|
| 229 | $lang['month'][12] = 'Decembre'; |
---|
[532] | 230 | $lang['month'][1] = 'Janvier'; |
---|
| 231 | $lang['month'][2] = 'Février'; |
---|
| 232 | $lang['month'][3] = 'Mars'; |
---|
| 233 | $lang['month'][4] = 'Avril'; |
---|
| 234 | $lang['month'][5] = 'Mai'; |
---|
| 235 | $lang['month'][6] = 'Juin'; |
---|
| 236 | $lang['month'][7] = 'Juillet'; |
---|
| 237 | $lang['month'][8] = 'Août'; |
---|
| 238 | $lang['month'][9] = 'Septembre'; |
---|
[889] | 239 | $lang['most_visited_cat'] = 'Plus vues'; |
---|
[863] | 240 | $lang['most_visited_cat_hint'] = 'afficher les images les plus vues'; |
---|
[1119] | 241 | $lang['nb_image_line_error'] = 'Le nombre d\'images par ligne doit être un entier non nul'; |
---|
[863] | 242 | $lang['nb_image_per_row'] = 'Nombre de miniatures par ligne'; |
---|
[1119] | 243 | $lang['nb_line_page_error'] = 'Le nombre de lignes par page doit être un entier non nul'; |
---|
[863] | 244 | $lang['nb_row_per_page'] = 'Nombre de lignes par page'; |
---|
[1119] | 245 | $lang['nbm_unknown_identifier'] = 'Identifiants inconnus'; |
---|
[863] | 246 | $lang['never_rated'] = 'Vous n\'avez jamais voté pour cette image'; |
---|
[630] | 247 | $lang['new_password'] = 'Nouveau mot de passe'; |
---|
[863] | 248 | $lang['new_password_hint'] = 'Vous n\'avez à confirmer votre mot de passe que si vous désirez en changer.'; |
---|
| 249 | $lang['next_page'] = 'Suivant'; |
---|
| 250 | $lang['no'] = 'Non'; |
---|
| 251 | $lang['no_category'] = 'Accueil'; |
---|
| 252 | $lang['no_rate'] = 'pas de note'; |
---|
| 253 | $lang['notification'] = 'notification'; |
---|
| 254 | $lang['only_members'] = 'Seuls les membres enregistrés peuvent accéder à cette page'; |
---|
[866] | 255 | $lang['password updated'] = 'mot de passe mis à jour'; |
---|
[863] | 256 | $lang['password'] = 'Mot de passe'; |
---|
| 257 | $lang['password_hint'] = 'Vous n\'avez à donner votre mot de passe que si vous désirez en changer.'; |
---|
| 258 | $lang['periods_error'] = 'La période de nouveauté doit être un entier positif'; |
---|
[889] | 259 | $lang['picture'] = 'image'; |
---|
[863] | 260 | $lang['picture_high'] = 'Cliquer sur l\'image pour la visualiser en haute définition'; |
---|
[1113] | 261 | $lang['picture_show_metadata'] = 'Montrer les méta-données du fichier'; |
---|
[863] | 262 | $lang['powered_by'] = 'Propulsé par'; |
---|
[889] | 263 | $lang['preferences'] = 'Préférences'; |
---|
[863] | 264 | $lang['previous_page'] = 'Précédent'; |
---|
[889] | 265 | $lang['random_cat'] = 'Images au hasard'; |
---|
[1083] | 266 | $lang['random_cat_hint'] = 'afficher un ensemble aléatoire d\'images'; |
---|
[921] | 267 | $lang['recent_cats_cat'] = 'Dernières catégories'; |
---|
[1083] | 268 | $lang['recent_cats_cat_hint'] = 'afficher les catégories récemment mises à jour ou créées'; |
---|
[863] | 269 | $lang['recent_image'] = 'Image de moins de'; |
---|
[889] | 270 | $lang['recent_period'] = 'Période récente'; |
---|
[863] | 271 | $lang['recent_pics_cat'] = 'Dernières images'; |
---|
[1083] | 272 | $lang['recent_pics_cat_hint'] = 'afficher les images les plus récentes'; |
---|
[863] | 273 | $lang['reg_confirm'] = 'Confirmer le mot de passe'; |
---|
| 274 | $lang['reg_err_login1'] = 'S\'il vous plaît, entrer un nom utilisateur'; |
---|
[1103] | 275 | $lang['reg_err_login2'] = 'le nom utilisateur ne doit pas se terminer par un espace'; |
---|
[863] | 276 | $lang['reg_err_login3'] = 'le nom utilisateur ne doit pas commencer par un espace'; |
---|
| 277 | $lang['reg_err_login5'] = 'ce nom utilisateur est déjà pris'; |
---|
[889] | 278 | $lang['reg_err_mail_address'] = 'l\'adresse e-mail doit être de la forme xxx@yyy.eee (example : jack@altern.org)'; |
---|
[863] | 279 | $lang['reg_err_pass'] = 'S\'il vous plaît, entrez à nouveau votre mot de passe'; |
---|
| 280 | $lang['register'] = 's\'enregistrer'; |
---|
| 281 | $lang['register_page_title'] = 'Enregistrement'; |
---|
| 282 | $lang['register_title'] = 'Enregistrement'; |
---|
| 283 | $lang['remember_me'] = 'Connexion auto'; |
---|
| 284 | $lang['representative'] = 'représentant'; |
---|
| 285 | $lang['reset'] = 'Annuler'; |
---|
| 286 | $lang['return to homepage'] = 'retour à la page d\'accueil'; |
---|
| 287 | $lang['search'] = 'Recherche'; |
---|
| 288 | $lang['search_ascending'] = 'Croissant'; |
---|
| 289 | $lang['search_author'] = 'Rechercher un auteur'; |
---|
| 290 | $lang['search_categories'] = 'Rechercher dans les catégories'; |
---|
| 291 | $lang['search_date'] = 'Recherche par date'; |
---|
| 292 | $lang['search_date_creation'] = 'Création'; |
---|
[629] | 293 | $lang['search_date_from'] = 'Date'; |
---|
| 294 | $lang['search_date_to'] = 'Date de fin'; |
---|
[621] | 295 | $lang['search_date_type'] = 'Type de date'; |
---|
| 296 | $lang['search_descending'] = 'Décroissant'; |
---|
[863] | 297 | $lang['search_explain'] = 'Utiliser * comme un joker pour une recherche partielle'; |
---|
| 298 | $lang['search_keywords'] = 'Recherche de mot'; |
---|
| 299 | $lang['search_mode_and'] = 'Rechercher tous les mots'; |
---|
| 300 | $lang['search_mode_or'] = 'Rechercher un des mots'; |
---|
| 301 | $lang['search_one_clause_at_least'] = 'Requête vide. Aucun critère fourni.'; |
---|
| 302 | $lang['search_options'] = 'Options de recherche'; |
---|
| 303 | $lang['search_result'] = 'Résultats de recherche'; |
---|
| 304 | $lang['search_sort'] = 'Trier les résultats de recherche selon'; |
---|
| 305 | $lang['search_subcats_included'] = 'Rechercher dans les sous-catégories'; |
---|
| 306 | $lang['search_title'] = 'Recherche'; |
---|
[1015] | 307 | $lang['searched words : %s'] = 'mots recherchés : %s'; |
---|
[863] | 308 | $lang['send_mail'] = 'Contacter'; |
---|
| 309 | $lang['set as category representative'] = 'élire comme représentant de cette catégorie'; |
---|
[889] | 310 | $lang['show_nb_comments'] = 'Montrer le nombre de commentaires'; |
---|
[863] | 311 | $lang['slideshow'] = 'diaporama'; |
---|
| 312 | $lang['slideshow_stop'] = 'arrêter le diaporama'; |
---|
| 313 | $lang['special_categories'] = 'Spéciales'; |
---|
| 314 | $lang['sql_queries_in'] = 'requêtes SQL en'; |
---|
| 315 | $lang['submit'] = 'Valider'; |
---|
| 316 | $lang['the beginning'] = 'le début'; |
---|
| 317 | $lang['theme'] = 'Thème de l\'interface'; |
---|
| 318 | $lang['thumbnails'] = 'Miniatures'; |
---|
| 319 | $lang['title_comments'] = 'Commentaires utilisateurs'; |
---|
| 320 | $lang['title_menu'] = 'Menu'; |
---|
| 321 | $lang['title_send_mail'] = 'Un commentaire sur le site'; |
---|
| 322 | $lang['today'] = 'aujourd\'hui'; |
---|
[532] | 323 | $lang['total'] = 'images'; |
---|
[748] | 324 | $lang['update_rate'] = 'Mettre à jour votre note'; |
---|
[863] | 325 | $lang['update_wrong_dirname'] = 'wrong filename'; |
---|
| 326 | $lang['upload_advise'] = 'Choisir une image à ajouter dans cette catégorie : '; |
---|
| 327 | $lang['upload_advise_filesize'] = 'le poids de l\'image ne doit dépasser : '; |
---|
| 328 | $lang['upload_advise_filetype'] = 'le format de l\'image doit être jpg, png ou gif'; |
---|
| 329 | $lang['upload_advise_height'] = 'la hauteur de l\'image ne doit pas dépasser : '; |
---|
[1103] | 330 | $lang['upload_advise_thumbnail'] = 'Optionnel, mais recommandé : choisir une miniature à associer '; |
---|
[532] | 331 | $lang['upload_advise_width'] = 'la largeur de l\'image ne doit pas dépasser : '; |
---|
[863] | 332 | $lang['upload_author'] = 'Auteur'; |
---|
| 333 | $lang['upload_cannot_upload'] = 'impossible de transférer le fichier sur le serveur'; |
---|
| 334 | $lang['upload_creation_date'] = 'Date de création (JJ/MM/AAAA)'; |
---|
| 335 | $lang['upload_err_username'] = 'nom d\'utilisateur manquant'; |
---|
| 336 | $lang['upload_file_exists'] = 'ce fichier existe déjà'; |
---|
| 337 | $lang['upload_filenotfound'] = 'le format du fichier n\'est pas un format d\'image'; |
---|
| 338 | $lang['upload_forbidden'] = 'impossible d\'ajouter une image dans cette catégorie'; |
---|
[532] | 339 | $lang['upload_name'] = 'Nom de l\'image'; |
---|
[863] | 340 | $lang['upload_picture'] = 'Ajouter une image'; |
---|
| 341 | $lang['upload_successful'] = 'Image ajoutée avec succès, un administrateur doit valider l\'ajout pour le rendre visible'; |
---|
| 342 | $lang['upload_title'] = 'Ajouter une image'; |
---|
[889] | 343 | $lang['upload_username'] = 'Nom d\'utilisateur'; |
---|
[866] | 344 | $lang['useful when password forgotten'] = 'utile en cas d\'oubli de mot de passe'; |
---|
[863] | 345 | $lang['w_month'] = 'Mois'; |
---|
| 346 | $lang['yes'] = 'Oui'; |
---|
[1113] | 347 | ?> |
---|