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

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

error in french file

File size: 2.2 KB
Line 
1<?php
2
3$lang['%d photos associated to album %s'] = '%d photos associées à l\'album %s';
4$lang['No filter selected'] = 'Aucun filtre sélectionné';
5$lang['No tag selected'] = 'Aucun tag sélectionné';
6$lang['Date string is malformed'] = 'La date n\'est pas correcte';
7$lang['Limit must be an integer'] = 'La limite doit être un entier';
8$lang['You can\'t use more than one limit'] = 'Vous ne pouvez utiliser qu\'une seule limite';
9$lang['All these tags'] = 'Tous les tags';
10$lang['One of these tags'] = 'Un des tags';
11$lang['None of these tags'] = 'Aucun des tags';
12$lang['Only these tags'] = 'Seulement les tags';
13$lang['Added on'] = 'Ajouté le';
14$lang['Added before'] = 'Ajouté avant le';
15$lang['Added after'] = 'Ajouté après le';
16$lang['Created on'] = 'Créé le';
17$lang['Created before'] = 'Créé avant le';
18$lang['Created after'] = 'Créé après le';
19$lang['%d photo'] = '%d photo';
20$lang['%d photos'] = '%d photos';
21$lang['tags filter'] = 'filtrer par tags';
22$lang['date filter'] = 'filtrer par date';
23$lang['limit filter'] = 'nombre max. d\'éléments';
24$lang['Add filters here'] = 'Ajoutez des filtres ici';
25$lang['This album is a SmartAlbum'] = 'Cet album est un SmartAlbum';
26$lang['Count'] = 'Compter';
27$lang['Regenerate photos list of this SmartAlbum'] = 'Régénérer les photos de ce SmartAlbum';
28$lang['Regenerate photos list of all SmartAlbums'] = 'Régénérer les photos de tous les SmartAlbums';
29$lang['Update albums on file upload'] = 'Mettre à jour les albums après la mise en ligne d\'un fichier';
30$lang['(can cause slowdowns on admin pages)'] = '(peut causer des ralentissements)';
31$lang['All SmartAlbums'] = 'Tous les SmartAlbums';
32$lang['Add a SmartAlbum'] = 'Ajouter un SmartAlbum';
33$lang['SmartAlbum deleted'] = 'SmartAlbum supprimé';
34$lang['SmartAlbum added'] = 'SmartAlbum ajouté';
35$lang['Only SmartAlbums are displayed on this page'] = 'Seuls les SmartAlbums sont affichés sur cette page';
36$lang['To order albums please go the main albums management page'] = 'Pour ordonner les albums veuillez vous rendre sur la page principale de <a href="admin.php?page=cat_list">gestion des albums</a>';
37$lang['Don\'t show this message again'] = 'Ne plus afficher ce message';
38
39?>
Note: See TracBrowser for help on using the repository browser.