source: extensions/header_manager/language/fr_FR/plugin.lang.php @ 15854

Last change on this file since 15854 was 15854, checked in by mistic100, 12 years ago

initial release

File size: 2.1 KB
Line 
1<?php
2
3// crop page
4$lang['Crop banner image'] = 'Recadrer la bannière';
5$lang['Choose the part of the image you want to use as your header.'] = 'Choississez la zone de l\'image à utiliser comme bannière.';
6$lang['Banner added'] = 'Bannière ajoutée';
7$lang['Incorrect file type,'] = 'Type de fichier incorrect';
8
9// upload page
10$lang['Default banner size'] = 'Taille par défaut de la banière';
11$lang['Select an image'] = 'Sélectionner une image';
12$lang['You can upload a custom header image or select one from your gallery. On the next screen you will be able to crop the image.'] = 'Vous pouvez télécharger une bannière personnalisée ou utiliser une photo de votre galerie. Sur l\'écran suivant il vous sera proposé de recadrer votre image.';
13$lang['Choose an image from your computer'] = 'Choisir une image stockée sur l\'ordinateur';
14$lang['or choose a picture from the gallery'] = 'ou choisir une photo de la galerie';
15$lang['Use'] = 'Utiliser';
16$lang['Banner deleted'] = 'Bannière supprimée';
17$lang['Unknown picture id'] = 'Identifiant inconnu';
18$lang['Picture id.'] = 'Id. de la photo';
19$lang['The numeric identifier can be found on the picture edition page, near the thumbnail.'] = 'L\'identifiant numérique peut être trouvé sur la page d\'édition, à côté de la miniature.';
20$lang['For MontBlancXL and BlancMontXL, advised size is 900&times;190.'] = 'Pour les thèmes MontBlancXL et BlancMontXL, la taille conseillée est de 900&times;190.';
21
22// config page
23$lang['Image only'] = 'Image seule';
24$lang['Gallery title above image'] = 'Titre de la gallerie au dessus de l\'image';
25$lang['With text'] = 'Image et texte';
26$lang['You can customize the display by adding CSS rules to'] = 'Vous pouvez personnaliser l\'affichage en ajoutant des règles CSS à';
27$lang['Put <b>%header_manager%</b> where you want to display the image.'] = 'Ajoutez <b>%header_manager%</b> à l\'endroit où vous voulez voir apparaître votre image.';
28$lang['Banner'] = 'Bannière';
29$lang['Random'] = 'Aléatoire';
30$lang['No banner added yet'] = 'Aucune bannière ajoutée';
31$lang['Add a banner'] = 'Ajouter une bannière';
32
33?>
Note: See TracBrowser for help on using the repository browser.