summaryrefslogtreecommitdiffstats
path: root/l10n/fr.js
blob: f1abee1565df0daf6a59067d21cd2cd403b701b7 (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
OC.L10N.register(
    "contacts",
    {
    "Contacts" : "Contacts",
    "Address book name" : "Nom du carnet d'adresses",
    "No contacts in here" : "Aucun contact",
    "Name" : "Nom",
    "Organization" : "Société",
    "Title" : "Titre",
    "Add field ..." : "Ajouter un champ ...",
    "Import" : "Importer",
    "Add contact" : "Ajouter un contact",
    "No search result for {query}" : "Aucun résultat pour {query}",
    "All contacts" : "Tous les contacts",
    "Not grouped" : "Non groupés",
    "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)",
    "{addressbook} shared by {owner}" : "{addressbook} partagé par {owner}",
    "Nickname" : "Surnom",
    "Notes" : "Notes",
    "Website" : "Site web",
    "Federated Cloud ID" : "Federated Cloud ID",
    "Home" : "Privé(e)",
    "Work" : "Pro",
    "Other" : "Autre",
    "Groups" : "Groupes",
    "Birthday" : "Anniversaire",
    "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",
    "Settings" : "Paramètres"
},
"nplurals=2; plural=(n > 1);");