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

Last change on this file since 11376 was 11376, checked in by mistic100, 13 years ago

Add event_handler on 'login_success' and 'invalidate_user_cache' to regenerate SmartAlbums content

File size: 1.5 KB
Line 
1<?php
2
3$lang['%d photos associated to album &laquo;%s&raquo;'] = '%d photos associées à l\'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'] = 'Seulement 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$lang['Regenerate photos list of this SmartAlbum'] = 'Régénérer les photos de ce SmartAlbum';
24$lang['Regenerate photos list of all SmartAlbums'] = 'Régénérer les photos de tous les SmartAlbums';
25$lang['Update albums on file upload'] = 'Mettre à jour les albums après la mise en ligne d\'un fichier';
26$lang['Update albums when an admin logins'] = 'Mettre à jour les albums quand un admin se connecte';
27
28?>
Note: See TracBrowser for help on using the repository browser.