source: extensions/SmartAlbums/language/fr_FR/plugin.lang.php @ 16126

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

deals with template compilation and loading order

File size: 3.2 KB
Line 
1<?php
2
3$lang['No filter selected'] = 'Aucun filtre sélectionné';
4$lang['%d photo'] = '%d photo';
5$lang['%d photos'] = '%d photos';
6$lang['All these tags'] = 'Tous les tags';
7$lang['One of these tags'] = 'Un des tags';
8$lang['None of these tags'] = 'Aucun des tags';
9$lang['Only these tags'] = 'Seulement les tags';
10$lang['Added on'] = 'Ajouté le';
11$lang['Added before'] = 'Ajouté avant le';
12$lang['Added after'] = 'Ajouté après le';
13$lang['Created before'] = 'Créé avant le';
14$lang['Created after'] = 'Créé après le';
15$lang['Contains'] = 'Contient';
16$lang['Begins with'] = 'Commence par';
17$lang['Ends with'] = 'Fini par';
18$lang['Doesn\'t contain'] = 'Ne contient pas';
19$lang['Doesn\'t begin with'] = 'Ne commence pas par';
20$lang['Doesn\'t end with'] = 'Ne fini pas par';
21$lang['Is'] = 'Est';
22$lang['Is in'] = 'Est dans';
23$lang['Is not'] = 'N\'est pas';
24$lang['Is not in'] = 'N\'est pas dans';
25$lang['Bellow'] = 'Moins que';
26$lang['Above'] = 'Plus que';
27$lang['SmartAlbum deleted'] = 'SmartAlbum supprimé';
28$lang['SmartAlbum added'] = 'SmartAlbum ajouté';
29$lang['%d photos associated to album %s'] = '%d photos associées à l\'album %s';
30$lang['Only SmartAlbums are displayed on this page'] = 'Seuls les SmartAlbums sont affichés sur cette page';
31$lang['To order albums please go the main albums <a href="%s">management page</a>'] = 'Pour trier les SmartAlbums veuillez vous rendre sur la page principale de <a href="%s">gestion des albums</a>';
32$lang['Don\'t show this message again'] = 'Ne plus afficher ce message';
33$lang['All SmartAlbums'] = 'Tous les  SmartAlbums';
34$lang['No tag selected'] = 'Aucun tag sélectionné';
35$lang['Date string is malformed'] = 'Date incorrecte';
36$lang['Name is empty'] = 'Le nom est vide';
37$lang['Author is empty'] = 'L\'auteur est vide';
38$lang['Hits must be an integer'] = 'Le nombre de vues doit être un entier';
39$lang['Limit must be an integer'] = 'La nombre d\'éléments doit être un entier';
40$lang['You can\'t use more than one limit filter'] = 'Vous ne pouvez choisir qu\'une seule limite de nombre d\'éléments';
41$lang['You can\'t use more than one level filter'] = 'Vous ne pouvez choisir qu\'un seul niveau de confidentialité';
42$lang['tags_filter'] = 'Tags';
43$lang['date_filter'] = 'Date';
44$lang['name_filter'] = 'Nom de la photo';
45$lang['author_filter'] = 'Auteur';
46$lang['hit_filter'] = 'Nombre de vues';
47$lang['level_filter'] = 'Niveau de confidentialité';
48$lang['limit_filter'] = 'Nombre max. d\'éléments';
49$lang['For "Is (not) in", separate each author by a comma'] = 'Pour "Est/N\'est pas dans", séparez chaque auteur par une virgule';
50$lang['This album is a SmartAlbum'] = 'Cet album est un SmartAlbum';
51$lang['Add filters here'] = 'Ajoutez des filtres ici';
52$lang['Count'] = 'Compter';
53$lang['create a new SmartAlbum'] = 'créer un nouveau SmartAlbum';
54$lang['Regenerate photos list of all SmartAlbums'] = 'Régénérer les photos de tous les SmartAlbums';
55$lang['Regenerate photos list of this SmartAlbum'] = 'Régénérer les photos de ce SmartAlbum';
56$lang['Update albums on file upload'] = 'Mettre à jour les albums après la mise en ligne d\'un fichier';
57$lang['(can cause slowdowns)'] = '(peut causer des ralentissements)';
58$lang['Filters'] = 'Filtres';
59
60?>
Note: See TracBrowser for help on using the repository browser.