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

Last change on this file since 11290 was 11290, checked in by mistic100, 13 years ago
File size: 1.1 KB
Line 
1<?php
2
3$lang['%d photos associated to album &laquo;%s&raquo;'] = '%d photos associées à album &laquo;%s&raquo;';
4$lang['No filter selected'] = 'Aucun filter 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'] = 'Tous les tags';
13$lang['Added the'] = 'Ajouté le';
14$lang['Added before the'] = 'Ajouté avant le';
15$lang['Added after the'] = 'Ajouté après le';
16$lang['%d photo'] = '%d photo';
17$lang['%d photos'] = '%d photos';
18$lang['tags filter'] = 'filtrer par tags';
19$lang['date filter'] = 'filtrer par date';
20$lang['limit filter'] = 'nombre max. d\'éléments';
21$lang['This album is a SmartAlbum'] = 'Cet album est un SmartAlbum';
22$lang['Count'] = 'Compter';
23
24?>
Note: See TracBrowser for help on using the repository browser.