summaryrefslogtreecommitdiffstats
path: root/l10n/fr.js
blob: 12a6de0da73252169f186f3202c98593f6358cdd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
OC.L10N.register(
    "contacts",
    {
    "Contacts" : "Contacts",
    "Address book name" : "Nom du carnet d'adresses",
    "Import" : "Importer",
    "The selected image is too big (max 1MB)" : "L'image sélectionnée est trop volumineuse (1Mo max)",
    "No contacts in here" : "Aucun contact",
    "Name" : "Nom",
    "Organization" : "Société",
    "Title" : "Titre",
    "Add field ..." : "Ajouter un champ ...",
    "+ New contact" : "+ Nouveau contact",
    "No search result for {query}" : "Aucun résultat pour {query}",
    "_%n contact_::_%n contacts_" : ["%n contact","%n contacts"],
    "Post office box" : "Boîte postale",
    "Postal code" : "Code postal",
    "City" : "Ville",
    "State or province" : "État ou région",
    "Country" : "Pays",
    "Address" : "Adresse",
    "(new group)" : "(nouveau groupe)",
    "Last name" : "Nom",
    "First name" : "Prénom",
    "Additional names" : "Noms supplémentaires",
    "Prefix" : "Préfixe",
    "Suffix" : "Suffixe",
    "All contacts" : "Tous les contacts",
    "Not grouped" : "Non groupés",
    "New contact" : "Nouveau contact",
    "{addressbook} shared by {owner}" : "{addressbook} partagé par {owner}",
    "No contacts in file. Only VCard files are allowed." : "Aucun contact dans ce fichier. Seulement les fichiers VCard sont autorisés.",
    "Nickname" : "Surnom",
    "Detailed name" : "Nom complet",
    "Notes" : "Notes",
    "Website" : "Site web",
    "Federated Cloud ID" : "Federated Cloud ID",
    "Home" : "Privé(e)",
    "Work" : "Pro",
    "Other" : "Autre",
    "Groups" : "Groupes",
    "Birthday" : "Anniversaire",
    "Anniversary" : "Anniversaire",
    "Date of death" : "Date de décès",
    "Email" : "Adresse e-mail",
    "Instant messaging" : "Messagerie instantanée",
    "Phone" : "Téléphone",
    "Mobile" : "Mobile",
    "Fax" : "Fax",
    "Fax home" : "Fax personnel",
    "Fax work" : "Fax pro",
    "Pager" : "Bipeur",
    "Voice" : "Voix",
    "Social network" : "Réseau social",
    "Settings" : "Paramètres"
},
"nplurals=2; plural=(n > 1);");