- Timestamp:
- Jun 19, 2013, 2:43:41 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
extensions/UserCollections/language/fr_FR/plugin.lang.php
r20093 r23361 19 19 $lang['Collection'] = 'Collection'; 20 20 $lang['Remove from collection'] = 'Supprimer de la collection'; 21 $lang['Add to collection'] = 'Ajouter à lacollection';21 $lang['Add to collection'] = 'Ajouter à une collection'; 22 22 $lang['Clear'] = 'Vider'; 23 23 $lang['You have %d collection'] = 'Vous avez %d collection'; … … 27 27 $lang['Save'] = 'Sauvegarder'; 28 28 $lang['%d more...'] = 'et %d autres...'; 29 $lang['(remove)'] = '(retirer)'; 29 30 30 31 $lang['Allow users to set their collections as public'] = 'Les utilisateurs peuvent rendre leurs collections publiques'; … … 58 59 $lang['Date added to collection, new → old'] = 'Date d\'ajout à la collection, récent → ancien'; 59 60 $lang['Date added to collection, old → new'] = 'Date d\'ajout à la collection, ancien → récent'; 61 $lang['Name, A → Z'] = 'Nom, A → Z'; 62 $lang['Name, Z → A'] = 'Nom, Z → A'; 63 $lang['Photos number, high → low'] = 'Nombre de photos, élévé → faible'; 64 $lang['Photos number, low → high'] = 'Nombre de photos, faible → élévé'; 60 65 61 66 ?>
Note: See TracChangeset
for help on using the changeset viewer.