1 | <?php |
---|
2 | |
---|
3 | $lang['This collection is empty'] = 'Cette collection est vide'; |
---|
4 | $lang['Collection name:'] = 'Nom de la collection :'; |
---|
5 | $lang['Create a new collection'] = 'Créer une nouvelle collection'; |
---|
6 | $lang['Please give a name'] = 'Veuillez donner un nom'; |
---|
7 | $lang['Invalid collection'] = 'Collection invalide'; |
---|
8 | $lang['by %s'] = 'par %s'; |
---|
9 | $lang['Collections'] = 'Collections'; |
---|
10 | $lang['Collection'] = 'Collection'; |
---|
11 | $lang['Remove from collection'] = 'Supprimer de la collection'; |
---|
12 | $lang['Add to collection'] = 'Ajouter à une collection'; |
---|
13 | $lang['Clear'] = 'Vider'; |
---|
14 | $lang['You have %d collection'] = 'Vous avez %d collection'; |
---|
15 | $lang['You have no collection'] = 'Vous n\'avez aucune collection'; |
---|
16 | $lang['You have %d collections'] = 'Vous avez %d collections'; |
---|
17 | $lang['Save'] = 'Sauvegarder'; |
---|
18 | $lang['%d more...'] = 'et %d autres...'; |
---|
19 | $lang['(remove)'] = '(retirer)'; |
---|
20 | $lang['Collection not found'] = 'collection non trouvée'; |
---|
21 | $lang['Expiration date'] = 'Date d\'expiration'; |
---|
22 | $lang['New share added: <a href="%s">%s</a>'] = 'Nouveau partage ajouté : <a href="%s">%s</a>'; |
---|
23 | $lang['Restricted access'] = 'Accès restreint'; |
---|
24 | $lang['Share'] = 'Partager'; |
---|
25 | $lang['Share deleted'] = 'Partage supprimé'; |
---|
26 | $lang['Share key'] = 'Clé de partage'; |
---|
27 | $lang['Share this collection'] = 'Partager cette collection'; |
---|
28 | $lang['The key must be at least 8 characters long'] = 'La clé doit faire au moins 8 caractères'; |
---|
29 | $lang['This key is already used'] = 'Cette clé est déjà utilisée'; |
---|
30 | $lang['This link expired'] = 'Ce lien a expiré'; |
---|
31 | $lang['Allow users to set their collections as public'] = 'Les utilisateurs peuvent rendre leurs collections publiques'; |
---|
32 | $lang['Allow users to send their public collections by mail'] = 'Les utilisateurs peuvent envoyer leurs collections publiques par mail'; |
---|
33 | $lang['Fields'] = 'Champs'; |
---|
34 | $lang['Active'] = 'Actifs'; |
---|
35 | $lang['Inactive'] = 'Inactifs'; |
---|
36 | $lang['Download CSV file'] = 'Télécharger le fichier CSV'; |
---|
37 | $lang['Preview'] = 'Aperçu'; |
---|
38 | $lang['Number of images'] = 'Nombre d\'images'; |
---|
39 | $lang['Edit this collection'] = 'Editer celle collection'; |
---|
40 | $lang['Export image list'] = 'Exporter la liste d\'images'; |
---|
41 | $lang['Delete this collection'] = 'Supprimer la collection'; |
---|
42 | $lang['Send this collection my mail'] = 'Envoyer cette collection par mail'; |
---|
43 | $lang['Clear this collection'] = 'Vider cette collection'; |
---|
44 | $lang['Please enter your name'] = 'Veuillez entrer votre nom'; |
---|
45 | $lang['Please enter the recipient name'] = 'Veuillez entrer le nom du destinataire'; |
---|
46 | $lang['Please enter your e-mail'] = 'Veuillez entrer votre e-mail'; |
---|
47 | $lang['Please enter the recipient e-mail'] = 'Veuillez entrer l\'e-mail du destinataire'; |
---|
48 | $lang['A photo collection by %s'] = 'Une collection photo de %s'; |
---|
49 | $lang['Error while sending e-mail'] = 'Erreur lors de l\'envoi de l\'e-mail'; |
---|
50 | $lang['E-mail sent successfully'] = 'E-mail envoyé avec succès'; |
---|
51 | $lang['Your name'] = 'Votre nom'; |
---|
52 | $lang['Your e-mail'] = 'Votre e-mail'; |
---|
53 | $lang['Recipient name'] = 'Nom du destinataire'; |
---|
54 | $lang['Recipient e-mail'] = 'E-mail du destinataire'; |
---|
55 | $lang['Message (optional)'] = 'Message (optionel)'; |
---|
56 | $lang['Hello <b>%s</b>, %s sent you a photos collection from <a href="%s">%s</a>'] = 'Bonjour <b>%s</b>, %s vous a envoyé une collection de photos depuis <a href="%s">%s</a>'; |
---|
57 | $lang['Click here to view the complete collection'] = 'Cliquez ici pour voir la collection complète'; |
---|
58 | $lang['Date added to collection, new → old'] = 'Date d\'ajout à la collection, récent → ancien'; |
---|
59 | $lang['Date added to collection, old → new'] = 'Date d\'ajout à la collection, ancien → récent'; |
---|
60 | $lang['Name, A → Z'] = 'Nom, A → Z'; |
---|
61 | $lang['Name, Z → A'] = 'Nom, Z → A'; |
---|
62 | $lang['Photos number, high → low'] = 'Nombre de photos, élévé → faible'; |
---|
63 | $lang['Photos number, low → high'] = 'Nombre de photos, faible → élévé'; |
---|
64 | |
---|
65 | ?> |
---|