1 | <?php |
---|
2 | |
---|
3 | $lang['Copied'] = 'Copié'; |
---|
4 | $lang['Public collection'] = 'Publique'; |
---|
5 | $lang['Copy to clipboard'] = 'Copier dans le press-papier'; |
---|
6 | $lang['Return to collections list'] = 'Retourner à la liste des collections'; |
---|
7 | $lang['This collection is empty'] = 'Cette collection est vide'; |
---|
8 | $lang['Collection name:'] = 'Nom de la collection:'; |
---|
9 | $lang['Create a new collection'] = 'Créer une nouvelle collection'; |
---|
10 | $lang['Unsaved collections'] = 'Collections temporaires'; |
---|
11 | $lang['save'] = 'sauvegarder'; |
---|
12 | $lang['set active'] = 'choisir comme collection active'; |
---|
13 | $lang['Saved collections'] = 'Collections sauvegardées'; |
---|
14 | $lang['See all my collections'] = 'Voir toutes mes collections'; |
---|
15 | $lang['Please give a name'] = 'Veuillez donner un nom'; |
---|
16 | $lang['Invalid collection'] = 'Collection invalide'; |
---|
17 | $lang['by %s'] = 'par %s'; |
---|
18 | $lang['Collections'] = 'Collections'; |
---|
19 | $lang['Collection'] = 'Collection'; |
---|
20 | $lang['Remove from collection'] = 'Supprimer de la collection'; |
---|
21 | $lang['Add to collection'] = 'Ajouter à la collection'; |
---|
22 | $lang['Clear collection'] = 'Vider'; |
---|
23 | $lang['You have %d collection'] = 'Vous avez %d collection'; |
---|
24 | $lang['You have no collection'] = 'Vous n\'avez aucune collection'; |
---|
25 | $lang['You have %d collections'] = 'Vous avez %d collections'; |
---|
26 | $lang['active'] = 'active'; |
---|
27 | $lang['Save'] = 'Sauvegarder'; |
---|
28 | $lang['%d more...'] = 'et %d autres...'; |
---|
29 | |
---|
30 | ?> |
---|