| Line | |
|---|
| 1 | <?php |
|---|
| 2 | |
|---|
| 3 | $lang['%d photos associated to album «%s»'] = '%d photos associées à album «%s»'; |
|---|
| 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 | |
|---|
| 24 | ?> |
|---|