summaryrefslogtreecommitdiffstats
path: root/l10n/ca.js
blob: 5f7a18f0c33fef925fae29ba789fb54e20359a0e (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
58
59
60
61
62
63
64
65
66
67
68
69
OC.L10N.register(
    "contacts",
    {
    "Contacts" : "Contactes",
    "Details" : "Detalls",
    "Download" : "Baixa",
    "Delete" : "Suprimeix",
    "Groups" : "Grups",
    "New contact" : "Contacte nou",
    "Copy link" : "Copiar enllaç",
    "Rename" : "Canvia el nom",
    "Share with users or groups" : "Comparteix amb usuaris o grups",
    "Import into" : "Importa a",
    "First name" : "Nom",
    "Last name" : "Cognom",
    "All contacts" : "Tots els contactes",
    "Nickname" : "Sobrenom",
    "Detailed name" : "Nom detallat",
    "Additional names" : "Noms addicionals",
    "Prefix" : "Prefix",
    "Suffix" : "Sufix",
    "Notes" : "Anotacions",
    "Website" : "Pàgina web",
    "Federated Cloud ID" : "ID de núvol federat",
    "Home" : "Casa",
    "Work" : "Feina",
    "Other" : "Un altre",
    "Address" : "Adreça",
    "Post office box" : "Apartat de Correus",
    "City" : "Ciutat",
    "State or province" : "Estat o província",
    "Postal code" : "Codi postal",
    "Country" : "País",
    "Birthday" : "Aniversari",
    "Date of death" : "Data de la mort",
    "Email" : "Correu electrònic",
    "Instant messaging" : "Missatgeria instantània",
    "Phone" : "Telèfon",
    "Mobile" : "Mòbil",
    "Work mobile" : "Mòbil de la feina",
    "Home mobile" : "Mòbil de casa",
    "Fax" : "Fax",
    "Fax home" : "Fax (casa)",
    "Fax work" : "Fax (feina)",
    "Pager" : "Cercapersones",
    "Voice" : "Veu",
    "Work pager" : "Cercapersones de la feina",
    "Social network" : "Xarxa social",
    "Relationship" : "Relació",
    "Spouse" : "Parella",
    "Child" : "Fill",
    "Mother" : "Mare",
    "Father" : "Pare",
    "Brother" : "Germà",
    "Sister" : "Germana",
    "Relative" : "Familiar",
    "Friend" : "Amic",
    "Colleague" : "Company",
    "Manager" : "Gestor",
    "Assistant" : "Assistent",
    "Contact" : "Contacte",
    "Co-worker" : "Company de feina",
    "Gender" : "Gènere",
    "Female" : "Femení",
    "Male" : "Masculí",
    "_{failed} contact failed to be read_::_{failed} contacts failed to be read_" : ["No s'ha pogut llegir {failed} contacte","No s'han pogut llegir {failed} contactes"],
    "An error occurred" : "S'ha produït un error"
},
"nplurals=2; plural=(n != 1);");