summaryrefslogtreecommitdiffstats
path: root/l10n/es_AR.js
blob: 879898504b6cc88d5cbed46c0272587d8a251eed (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
OC.L10N.register(
    "contacts",
    {
    "Contacts" : "Contactos",
    "Import" : "Importar",
    "Name" : "Nombre",
    "Organization" : "Organización",
    "Title" : "Título",
    "Postal code" : "Código postal",
    "City" : "Ciudad",
    "State or province" : "Provincia o estado",
    "Country" : "País",
    "Address" : "Dirección",
    "Last name" : "Apellido",
    "First name" : "Nombre",
    "Additional names" : "Segundo nombre",
    "New contact" : "Nuevo contacto",
    "Not grouped" : "No agrupado",
    "Nickname" : "Sobrenombre",
    "Notes" : "Notas",
    "Home" : "Particular",
    "Work" : "Trabajo",
    "Other" : "Otros",
    "Groups" : "Grupos",
    "Birthday" : "Cumpleaños",
    "Email" : "e-mail",
    "Phone" : "Teléfono",
    "Mobile" : "Celular",
    "Fax" : "Fax",
    "Pager" : "Pager",
    "Voice" : "Voz",
    "Settings" : "Configuración"
},
"nplurals=2; plural=(n != 1);");