summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--l10n/de.js8
-rw-r--r--l10n/de.json8
-rw-r--r--l10n/de_DE.js8
-rw-r--r--l10n/de_DE.json8
-rw-r--r--l10n/es.js7
-rw-r--r--l10n/es.json7
-rw-r--r--l10n/fr.js2
-rw-r--r--l10n/fr.json2
-rw-r--r--l10n/gl.js6
-rw-r--r--l10n/gl.json6
-rw-r--r--l10n/it.js2
-rw-r--r--l10n/it.json2
-rw-r--r--l10n/lt_LT.js14
-rw-r--r--l10n/lt_LT.json14
-rw-r--r--l10n/nb.js5
-rw-r--r--l10n/nb.json5
-rw-r--r--l10n/pl.js2
-rw-r--r--l10n/pl.json2
-rw-r--r--l10n/pt_BR.js2
-rw-r--r--l10n/pt_BR.json2
-rw-r--r--l10n/sv.js10
-rw-r--r--l10n/sv.json10
22 files changed, 128 insertions, 4 deletions
diff --git a/l10n/de.js b/l10n/de.js
index d559a35a..9cd41535 100644
--- a/l10n/de.js
+++ b/l10n/de.js
@@ -24,12 +24,16 @@ OC.L10N.register(
"Addressbook" : "Adressbuch",
"Groups" : "Gruppen",
"New contact" : "Neuer Kontakt",
+ "Syntax error. Cannot open the contact." : "Syntaxfehler. Der Kontakt kann nicht geöffnet werden.",
"Importing {total} contacts into" : "Importiere {total} Kontakte nach",
+ "No errors" : "Keine Fehler",
"Open your browser console for more details" : "Browser-Konsole für weitere Einzelheiten öffnen",
+ "_{failedCount} faulty contact_::_{failedCount} faulty contacts_" : ["{failedCount} fehlerhafter Kontakt","{failedCount} fehlerhafte Kontakte"],
"Select type" : "Wähle Typ",
"Select Date" : "Datum auswählen",
"Add contact in group" : "Kontakt zur Gruppe hinzufügen",
"No results" : "Keine Ergebnisse",
+ "Last modified" : "Zuletzt geändert",
"Select option" : "Option auswählen",
"Copy link" : "Link kopieren",
"Copied" : "Kopiert",
@@ -59,6 +63,7 @@ OC.L10N.register(
"Last name" : "Nachname",
"Display name" : "Anzeigename",
"Sort by {sorting}" : "Sortieren nach {sorting}",
+ "Not grouped" : "Nicht gruppiert",
"Unable to create the contact." : "Kontakt konnte nicht erstellt werden.",
"Contact not found" : "Kontakt nicht gefunden",
"Nickname" : "Spitzname",
@@ -82,6 +87,7 @@ OC.L10N.register(
"Country" : "Land",
"Birthday" : "Geburtstag",
"Anniversary" : "Jahrestag",
+ "The date of marriage, or equivalent, of this contact" : "Hochzeitstag, oder ähnliches, von diesem Kontakt",
"Date of death" : "Todestag",
"Email" : "E-Mail",
"Instant messaging" : "Instant Messaging",
@@ -121,6 +127,8 @@ OC.L10N.register(
"Gender" : "Geschlecht",
"Female" : "Weiblich",
"Male" : "Männlich",
+ "None" : "Keine",
+ "Unknown" : "Unbekannt",
"_{failed} contact failed to be read_::_{failed} contacts failed to be read_" : ["{failed} Kontakt konnte nicht gelesen werden","{failed} Kontakte konnten nicht gelesen werden"],
"An error occurred" : "Es ist ein Fehler aufgetreten"
},
diff --git a/l10n/de.json b/l10n/de.json
index c3bcb479..010180db 100644
--- a/l10n/de.json
+++ b/l10n/de.json
@@ -22,12 +22,16 @@
"Addressbook" : "Adressbuch",
"Groups" : "Gruppen",
"New contact" : "Neuer Kontakt",
+ "Syntax error. Cannot open the contact." : "Syntaxfehler. Der Kontakt kann nicht geöffnet werden.",
"Importing {total} contacts into" : "Importiere {total} Kontakte nach",
+ "No errors" : "Keine Fehler",
"Open your browser console for more details" : "Browser-Konsole für weitere Einzelheiten öffnen",
+ "_{failedCount} faulty contact_::_{failedCount} faulty contacts_" : ["{failedCount} fehlerhafter Kontakt","{failedCount} fehlerhafte Kontakte"],
"Select type" : "Wähle Typ",
"Select Date" : "Datum auswählen",
"Add contact in group" : "Kontakt zur Gruppe hinzufügen",
"No results" : "Keine Ergebnisse",
+ "Last modified" : "Zuletzt geändert",
"Select option" : "Option auswählen",
"Copy link" : "Link kopieren",
"Copied" : "Kopiert",
@@ -57,6 +61,7 @@
"Last name" : "Nachname",
"Display name" : "Anzeigename",
"Sort by {sorting}" : "Sortieren nach {sorting}",
+ "Not grouped" : "Nicht gruppiert",
"Unable to create the contact." : "Kontakt konnte nicht erstellt werden.",
"Contact not found" : "Kontakt nicht gefunden",
"Nickname" : "Spitzname",
@@ -80,6 +85,7 @@
"Country" : "Land",
"Birthday" : "Geburtstag",
"Anniversary" : "Jahrestag",
+ "The date of marriage, or equivalent, of this contact" : "Hochzeitstag, oder ähnliches, von diesem Kontakt",
"Date of death" : "Todestag",
"Email" : "E-Mail",
"Instant messaging" : "Instant Messaging",
@@ -119,6 +125,8 @@
"Gender" : "Geschlecht",
"Female" : "Weiblich",
"Male" : "Männlich",
+ "None" : "Keine",
+ "Unknown" : "Unbekannt",
"_{failed} contact failed to be read_::_{failed} contacts failed to be read_" : ["{failed} Kontakt konnte nicht gelesen werden","{failed} Kontakte konnten nicht gelesen werden"],
"An error occurred" : "Es ist ein Fehler aufgetreten"
},"pluralForm" :"nplurals=2; plural=(n != 1);"
diff --git a/l10n/de_DE.js b/l10n/de_DE.js
index 77613b39..80645f62 100644
--- a/l10n/de_DE.js
+++ b/l10n/de_DE.js
@@ -24,12 +24,16 @@ OC.L10N.register(
"Addressbook" : "Adressbuch",
"Groups" : "Gruppen",
"New contact" : "Neuer Kontakt",
+ "Syntax error. Cannot open the contact." : "Syntaxfehler. Der Kontakt kann nicht geöffnet werden.",
"Importing {total} contacts into" : "Importiere {total} Kontakte nach",
+ "No errors" : "Keine Fehler",
"Open your browser console for more details" : "Browser-Konsole für weitere Einzelheiten öffnen",
+ "_{failedCount} faulty contact_::_{failedCount} faulty contacts_" : ["{failedCount} fehlerhafter Kontakt","{failedCount} fehlerhafte Kontakte"],
"Select type" : "Wähle Typ",
"Select Date" : "Datum auswählen",
"Add contact in group" : "Kontakt zur Gruppe hinzufügen",
"No results" : "Keine Ergebnisse",
+ "Last modified" : "Zuletzt geändert",
"Select option" : "Option auswählen",
"Copy link" : "Link kopieren",
"Copied" : "Kopiert",
@@ -59,6 +63,7 @@ OC.L10N.register(
"Last name" : "Nachname",
"Display name" : "Anzeigename",
"Sort by {sorting}" : "Sortieren nach {sorting}",
+ "Not grouped" : "Nicht gruppiert",
"Unable to create the contact." : "Kontakt konnte nicht erstellt werden.",
"Contact not found" : "Kontakt nicht gefunden",
"Nickname" : "Spitzname",
@@ -82,6 +87,7 @@ OC.L10N.register(
"Country" : "Land",
"Birthday" : "Geburtstag",
"Anniversary" : "Jahrestag",
+ "The date of marriage, or equivalent, of this contact" : "Hochzeitstag, oder ähnliches, von diesem Kontakt",
"Date of death" : "Todestag",
"Email" : "E-Mail",
"Instant messaging" : "Instant Messaging",
@@ -121,6 +127,8 @@ OC.L10N.register(
"Gender" : "Geschlecht",
"Female" : "Weiblich",
"Male" : "Männlich",
+ "None" : "Keine",
+ "Unknown" : "Unbekannt",
"_{failed} contact failed to be read_::_{failed} contacts failed to be read_" : ["{failed} Kontakt konnte nicht gelesen werden","{failed} Kontakte konnten nicht gelesen werden"],
"An error occurred" : "Es ist ein Fehler aufgetreten"
},
diff --git a/l10n/de_DE.json b/l10n/de_DE.json
index c89065ea..9e288456 100644
--- a/l10n/de_DE.json
+++ b/l10n/de_DE.json
@@ -22,12 +22,16 @@
"Addressbook" : "Adressbuch",
"Groups" : "Gruppen",
"New contact" : "Neuer Kontakt",
+ "Syntax error. Cannot open the contact." : "Syntaxfehler. Der Kontakt kann nicht geöffnet werden.",
"Importing {total} contacts into" : "Importiere {total} Kontakte nach",
+ "No errors" : "Keine Fehler",
"Open your browser console for more details" : "Browser-Konsole für weitere Einzelheiten öffnen",
+ "_{failedCount} faulty contact_::_{failedCount} faulty contacts_" : ["{failedCount} fehlerhafter Kontakt","{failedCount} fehlerhafte Kontakte"],
"Select type" : "Wähle Typ",
"Select Date" : "Datum auswählen",
"Add contact in group" : "Kontakt zur Gruppe hinzufügen",
"No results" : "Keine Ergebnisse",
+ "Last modified" : "Zuletzt geändert",
"Select option" : "Option auswählen",
"Copy link" : "Link kopieren",
"Copied" : "Kopiert",
@@ -57,6 +61,7 @@
"Last name" : "Nachname",
"Display name" : "Anzeigename",
"Sort by {sorting}" : "Sortieren nach {sorting}",
+ "Not grouped" : "Nicht gruppiert",
"Unable to create the contact." : "Kontakt konnte nicht erstellt werden.",
"Contact not found" : "Kontakt nicht gefunden",
"Nickname" : "Spitzname",
@@ -80,6 +85,7 @@
"Country" : "Land",
"Birthday" : "Geburtstag",
"Anniversary" : "Jahrestag",
+ "The date of marriage, or equivalent, of this contact" : "Hochzeitstag, oder ähnliches, von diesem Kontakt",
"Date of death" : "Todestag",
"Email" : "E-Mail",
"Instant messaging" : "Instant Messaging",
@@ -119,6 +125,8 @@
"Gender" : "Geschlecht",
"Female" : "Weiblich",
"Male" : "Männlich",
+ "None" : "Keine",
+ "Unknown" : "Unbekannt",
"_{failed} contact failed to be read_::_{failed} contacts failed to be read_" : ["{failed} Kontakt konnte nicht gelesen werden","{failed} Kontakte konnten nicht gelesen werden"],
"An error occurred" : "Es ist ein Fehler aufgetreten"
},"pluralForm" :"nplurals=2; plural=(n != 1);"
diff --git a/l10n/es.js b/l10n/es.js
index 369acbc9..534ec9ef 100644
--- a/l10n/es.js
+++ b/l10n/es.js
@@ -24,12 +24,15 @@ OC.L10N.register(
"Addressbook" : "Agenda",
"Groups" : "Grupos",
"New contact" : "Nuevo contacto",
+ "Syntax error. Cannot open the contact." : "Error de sintaxis. No se puede abrir el contacto",
"Importing {total} contacts into" : "Importando {total} contactos en",
+ "No errors" : "No hay errores",
"Open your browser console for more details" : "Abre la consola del navegador para más detalles",
"Select type" : "Selecciona tipo",
"Select Date" : "Seleccione la fecha",
"Add contact in group" : "Añadir contacto en grupo",
"No results" : "Sin resultados",
+ "Last modified" : "Última modificación",
"Select option" : "Selecciona opción",
"Copy link" : "Copiar enlace",
"Copied" : "Copiado",
@@ -59,6 +62,7 @@ OC.L10N.register(
"Last name" : "Apellido",
"Display name" : "Mostrar nombre",
"Sort by {sorting}" : "Ordenar por {sorting}",
+ "Not grouped" : "No agrupado",
"Unable to create the contact." : "NO se ha podido crear el contacto.",
"Contact not found" : "Contacto no encontrado",
"Nickname" : "Apodo",
@@ -82,6 +86,7 @@ OC.L10N.register(
"Country" : "País",
"Birthday" : "Fecha de nacimiento",
"Anniversary" : "Aniversario",
+ "The date of marriage, or equivalent, of this contact" : "Fecha de matrimonio, o equivalente, de este contacto",
"Date of death" : "Fecha de fallecimiento",
"Email" : "Correo electrónico",
"Instant messaging" : "Mensajería instantánea",
@@ -121,6 +126,8 @@ OC.L10N.register(
"Gender" : "Género",
"Female" : "Mujer",
"Male" : "Hombre",
+ "None" : "Ninguno",
+ "Unknown" : "Desconocido",
"_{failed} contact failed to be read_::_{failed} contacts failed to be read_" : ["{failed} contacto no se ha podido leer","{failed} contactos no se han podido leer"],
"An error occurred" : "Ocurrió un error"
},
diff --git a/l10n/es.json b/l10n/es.json
index 6c05b6ff..422c706d 100644
--- a/l10n/es.json
+++ b/l10n/es.json
@@ -22,12 +22,15 @@
"Addressbook" : "Agenda",
"Groups" : "Grupos",
"New contact" : "Nuevo contacto",
+ "Syntax error. Cannot open the contact." : "Error de sintaxis. No se puede abrir el contacto",
"Importing {total} contacts into" : "Importando {total} contactos en",
+ "No errors" : "No hay errores",
"Open your browser console for more details" : "Abre la consola del navegador para más detalles",
"Select type" : "Selecciona tipo",
"Select Date" : "Seleccione la fecha",
"Add contact in group" : "Añadir contacto en grupo",
"No results" : "Sin resultados",
+ "Last modified" : "Última modificación",
"Select option" : "Selecciona opción",
"Copy link" : "Copiar enlace",
"Copied" : "Copiado",
@@ -57,6 +60,7 @@
"Last name" : "Apellido",
"Display name" : "Mostrar nombre",
"Sort by {sorting}" : "Ordenar por {sorting}",
+ "Not grouped" : "No agrupado",
"Unable to create the contact." : "NO se ha podido crear el contacto.",
"Contact not found" : "Contacto no encontrado",
"Nickname" : "Apodo",
@@ -80,6 +84,7 @@
"Country" : "País",
"Birthday" : "Fecha de nacimiento",
"Anniversary" : "Aniversario",
+ "The date of marriage, or equivalent, of this contact" : "Fecha de matrimonio, o equivalente, de este contacto",
"Date of death" : "Fecha de fallecimiento",
"Email" : "Correo electrónico",
"Instant messaging" : "Mensajería instantánea",
@@ -119,6 +124,8 @@
"Gender" : "Género",
"Female" : "Mujer",
"Male" : "Hombre",
+ "None" : "Ninguno",
+ "Unknown" : "Desconocido",
"_{failed} contact failed to be read_::_{failed} contacts failed to be read_" : ["{failed} contacto no se ha podido leer","{failed} contactos no se han podido leer"],
"An error occurred" : "Ocurrió un error"
},"pluralForm" :"nplurals=2; plural=(n != 1);"
diff --git a/l10n/fr.js b/l10n/fr.js
index 6028e8c5..04ab80c5 100644
--- a/l10n/fr.js
+++ b/l10n/fr.js
@@ -127,6 +127,8 @@ OC.L10N.register(
"Gender" : "Sexe",
"Female" : "Femme",
"Male" : "Homme",
+ "None" : "Aucun",
+ "Unknown" : "Inconnu",
"_{failed} contact failed to be read_::_{failed} contacts failed to be read_" : ["Erreur de lecture pour {failed} contact","Erreur de lecture pour {failed} contacts"],
"An error occurred" : "Une erreur est survenue"
},
diff --git a/l10n/fr.json b/l10n/fr.json
index 2ad8dfe9..3f8b985f 100644
--- a/l10n/fr.json
+++ b/l10n/fr.json
@@ -125,6 +125,8 @@
"Gender" : "Sexe",
"Female" : "Femme",
"Male" : "Homme",
+ "None" : "Aucun",
+ "Unknown" : "Inconnu",
"_{failed} contact failed to be read_::_{failed} contacts failed to be read_" : ["Erreur de lecture pour {failed} contact","Erreur de lecture pour {failed} contacts"],
"An error occurred" : "Une erreur est survenue"
},"pluralForm" :"nplurals=2; plural=(n > 1);"
diff --git a/l10n/gl.js b/l10n/gl.js
index 2af79eb9..f9ad7240 100644
--- a/l10n/gl.js
+++ b/l10n/gl.js
@@ -85,8 +85,8 @@ OC.L10N.register(
"State or province" : "Estado ou provincia",
"Postal code" : "Código postal",
"Country" : "País",
- "Birthday" : "Aniversario",
- "Anniversary" : "Aniversario",
+ "Birthday" : "Aniversario (nacemento)",
+ "Anniversary" : "Aniversario (casamento)",
"The date of marriage, or equivalent, of this contact" : "A data do casamento, ou equivalente, deste contacto",
"Date of death" : "Data do pasamento",
"Email" : "Correo",
@@ -127,6 +127,8 @@ OC.L10N.register(
"Gender" : "Xénero",
"Female" : "Muller",
"Male" : "Home",
+ "None" : "Ningún",
+ "Unknown" : "Descoñecido",
"_{failed} contact failed to be read_::_{failed} contacts failed to be read_" : ["Produciuse un fallo ao ler {failed} contacto","Produciuse un fallo ao ler {failed} contactos"],
"An error occurred" : "Produciuse un erro"
},
diff --git a/l10n/gl.json b/l10n/gl.json
index 90b90a58..529bb1c3 100644
--- a/l10n/gl.json
+++ b/l10n/gl.json
@@ -83,8 +83,8 @@
"State or province" : "Estado ou provincia",
"Postal code" : "Código postal",
"Country" : "País",
- "Birthday" : "Aniversario",
- "Anniversary" : "Aniversario",
+ "Birthday" : "Aniversario (nacemento)",
+ "Anniversary" : "Aniversario (casamento)",
"The date of marriage, or equivalent, of this contact" : "A data do casamento, ou equivalente, deste contacto",
"Date of death" : "Data do pasamento",
"Email" : "Correo",
@@ -125,6 +125,8 @@
"Gender" : "Xénero",
"Female" : "Muller",
"Male" : "Home",
+ "None" : "Ningún",
+ "Unknown" : "Descoñecido",
"_{failed} contact failed to be read_::_{failed} contacts failed to be read_" : ["Produciuse un fallo ao ler {failed} contacto","Produciuse un fallo ao ler {failed} contactos"],
"An error occurred" : "Produciuse un erro"
},"pluralForm" :"nplurals=2; plural=(n != 1);"
diff --git a/l10n/it.js b/l10n/it.js
index 944fcb41..774e8160 100644
--- a/l10n/it.js
+++ b/l10n/it.js
@@ -127,6 +127,8 @@ OC.L10N.register(
"Gender" : "Sesso",
"Female" : "Femmina",
"Male" : "Maschio",
+ "None" : "Nessuno",
+ "Unknown" : "Sconosciuto",
"_{failed} contact failed to be read_::_{failed} contacts failed to be read_" : ["lettura di {failed} contatto non riuscita","lettura di {failed} contatti non riuscita"],
"An error occurred" : "Si è verificato un errore"
},
diff --git a/l10n/it.json b/l10n/it.json
index b8d09efb..4f7cd621 100644
--- a/l10n/it.json
+++ b/l10n/it.json
@@ -125,6 +125,8 @@
"Gender" : "Sesso",
"Female" : "Femmina",
"Male" : "Maschio",
+ "None" : "Nessuno",
+ "Unknown" : "Sconosciuto",
"_{failed} contact failed to be read_::_{failed} contacts failed to be read_" : ["lettura di {failed} contatto non riuscita","lettura di {failed} contatti non riuscita"],
"An error occurred" : "Si è verificato un errore"
},"pluralForm" :"nplurals=2; plural=(n != 1);"
diff --git a/l10n/lt_LT.js b/l10n/lt_LT.js
index 57c6f2f8..4e8310af 100644
--- a/l10n/lt_LT.js
+++ b/l10n/lt_LT.js
@@ -5,11 +5,15 @@ OC.L10N.register(
"All contacts" : "Visi adresatai",
"A contacts app for Nextcloud" : "Adresatų programėlė, skirta Nextcloud",
"Add new property" : "Pridėti naują savybę",
+ "Loading" : "Įkeliama",
+ "This contact is in read-only mode. You do not have permission to edit this contact." : "Šis adresatas yra tik skaitymo veiksenoje. Jūs neturite leidimo taisyti šį adresatą.",
"Download" : "Atsisiųsti",
"Delete" : "Ištrinti",
"Addressbook" : "Adresų knyga",
"Groups" : "Grupės",
"New contact" : "Naujas adresatas",
+ "Syntax error. Cannot open the contact." : "Sintaksės klaida. Nepavyko atverti adresato.",
+ "No errors" : "Klaidų nėra",
"Open your browser console for more details" : "Išsamesnei informacijai, atverkite savo naršyklės pultą",
"No results" : "Rezultatų nėra",
"Copy link" : "Kopijuoti nuorodą",
@@ -31,16 +35,20 @@ OC.L10N.register(
"An error occurred, unable to create the addressbook." : "Įvyko klaida, nepavyko sukurti adresų knygos.",
"First name" : "Vardas",
"Last name" : "Pavardė",
+ "Sort by {sorting}" : "Rikiuoti pagal {sorting}",
"Unable to create the contact." : "Nepavyko sukurti adresato.",
"Contact not found" : "Adresatas nerastas",
"Nickname" : "Slapyvardis",
"Website" : "Svetainė",
+ "Federated Cloud ID" : "Federacinės debesijos ID",
"Home" : "Namų",
"Address" : "Adresas",
"Extended address" : "Išplėstinis adresas",
"City" : "Miestas",
"Postal code" : "Pašto kodas",
"Country" : "Šalis",
+ "Anniversary" : "Metinės",
+ "The date of marriage, or equivalent, of this contact" : "Šio adresato santuokos ar lygiavertė data",
"Date of death" : "Mirties data",
"Email" : "El. paštas",
"Instant messaging" : "Pokalbių programa",
@@ -48,6 +56,10 @@ OC.L10N.register(
"Mobile" : "Mobilusis",
"Work mobile" : "Darbo mobilusis",
"Home mobile" : "Namų mobilusis",
+ "Fax" : "Faksas",
+ "Fax home" : "Namų faksas",
+ "Fax work" : "Darbo faksas",
+ "Pager" : "Pranešimų gaviklis",
"Car" : "Automobilis",
"Work pager" : "Darbo pranešimų gaviklis",
"Social network" : "Socialinis tinklas",
@@ -69,6 +81,8 @@ OC.L10N.register(
"Gender" : "Lytis",
"Female" : "Moteris",
"Male" : "Vyras",
+ "None" : "Nėra",
+ "Unknown" : "Nežinoma",
"_{failed} contact failed to be read_::_{failed} contacts failed to be read_" : ["Nepavyko perskaityti {failed} adresato","Nepavyko perskaityti {failed} adresatų","Nepavyko perskaityti {failed} adresatų","Nepavyko perskaityti {failed} adresato"],
"An error occurred" : "Įvyko klaida"
},
diff --git a/l10n/lt_LT.json b/l10n/lt_LT.json
index 441b3d6a..7af73600 100644
--- a/l10n/lt_LT.json
+++ b/l10n/lt_LT.json
@@ -3,11 +3,15 @@
"All contacts" : "Visi adresatai",
"A contacts app for Nextcloud" : "Adresatų programėlė, skirta Nextcloud",
"Add new property" : "Pridėti naują savybę",
+ "Loading" : "Įkeliama",
+ "This contact is in read-only mode. You do not have permission to edit this contact." : "Šis adresatas yra tik skaitymo veiksenoje. Jūs neturite leidimo taisyti šį adresatą.",
"Download" : "Atsisiųsti",
"Delete" : "Ištrinti",
"Addressbook" : "Adresų knyga",
"Groups" : "Grupės",
"New contact" : "Naujas adresatas",
+ "Syntax error. Cannot open the contact." : "Sintaksės klaida. Nepavyko atverti adresato.",
+ "No errors" : "Klaidų nėra",
"Open your browser console for more details" : "Išsamesnei informacijai, atverkite savo naršyklės pultą",
"No results" : "Rezultatų nėra",
"Copy link" : "Kopijuoti nuorodą",
@@ -29,16 +33,20 @@
"An error occurred, unable to create the addressbook." : "Įvyko klaida, nepavyko sukurti adresų knygos.",
"First name" : "Vardas",
"Last name" : "Pavardė",
+ "Sort by {sorting}" : "Rikiuoti pagal {sorting}",
"Unable to create the contact." : "Nepavyko sukurti adresato.",
"Contact not found" : "Adresatas nerastas",
"Nickname" : "Slapyvardis",
"Website" : "Svetainė",
+ "Federated Cloud ID" : "Federacinės debesijos ID",
"Home" : "Namų",
"Address" : "Adresas",
"Extended address" : "Išplėstinis adresas",
"City" : "Miestas",
"Postal code" : "Pašto kodas",
"Country" : "Šalis",
+ "Anniversary" : "Metinės",
+ "The date of marriage, or equivalent, of this contact" : "Šio adresato santuokos ar lygiavertė data",
"Date of death" : "Mirties data",
"Email" : "El. paštas",
"Instant messaging" : "Pokalbių programa",
@@ -46,6 +54,10 @@
"Mobile" : "Mobilusis",
"Work mobile" : "Darbo mobilusis",
"Home mobile" : "Namų mobilusis",
+ "Fax" : "Faksas",
+ "Fax home" : "Namų faksas",
+ "Fax work" : "Darbo faksas",
+ "Pager" : "Pranešimų gaviklis",
"Car" : "Automobilis",
"Work pager" : "Darbo pranešimų gaviklis",
"Social network" : "Socialinis tinklas",
@@ -67,6 +79,8 @@
"Gender" : "Lytis",
"Female" : "Moteris",
"Male" : "Vyras",
+ "None" : "Nėra",
+ "Unknown" : "Nežinoma",
"_{failed} contact failed to be read_::_{failed} contacts failed to be read_" : ["Nepavyko perskaityti {failed} adresato","Nepavyko perskaityti {failed} adresatų","Nepavyko perskaityti {failed} adresatų","Nepavyko perskaityti {failed} adresato"],
"An error occurred" : "Įvyko klaida"
},"pluralForm" :"nplurals=4; plural=(n % 10 == 1 && (n % 100 > 19 || n % 100 < 11) ? 0 : (n % 10 >= 2 && n % 10 <=9) && (n % 100 > 19 || n % 100 < 11) ? 1 : n % 1 != 0 ? 2: 3);"
diff --git a/l10n/nb.js b/l10n/nb.js
index 37ee0074..7bf3ecab 100644
--- a/l10n/nb.js
+++ b/l10n/nb.js
@@ -23,9 +23,11 @@ OC.L10N.register(
"Addressbook" : "Addressebok",
"Groups" : "Grupper",
"New contact" : "Ny kontakt",
+ "Syntax error. Cannot open the contact." : "Syntaksfeil. Kan ikke åpne kontakten.",
"Importing {total} contacts into" : "Importerer {total} kontakter til",
"No errors" : "Ingen feil",
"Open your browser console for more details" : "Åpne din nettlesers konsoll for flere detaljer",
+ "_{failedCount} faulty contact_::_{failedCount} faulty contacts_" : ["{failedCount} kontakt med feil","{failedCount} kontakter med feil"],
"Select type" : "Velg type",
"Select Date" : "Velg dato",
"Add contact in group" : "Legg kontakt til gruppe",
@@ -79,6 +81,7 @@ OC.L10N.register(
"Country" : "Land",
"Birthday" : "Bursdag",
"Anniversary" : "Jubileum",
+ "The date of marriage, or equivalent, of this contact" : "Datoen for ekteskapet, eller tilsvarende, for denne kontakten",
"Date of death" : "Dødsdato",
"Email" : "E-post",
"Instant messaging" : "Direktemeldinger",
@@ -114,6 +117,8 @@ OC.L10N.register(
"Gender" : "Kjønn",
"Female" : "Mann",
"Male" : "Dame",
+ "None" : "Ingen",
+ "Unknown" : "Ukjent",
"_{failed} contact failed to be read_::_{failed} contacts failed to be read_" : ["{failed} kontakt kunne ikke bli lest inn","{failed} kontakter kunne ikke bli lest inn"],
"An error occurred" : "En feil oppstod"
},
diff --git a/l10n/nb.json b/l10n/nb.json
index 87cdcde9..66798e49 100644
--- a/l10n/nb.json
+++ b/l10n/nb.json
@@ -21,9 +21,11 @@
"Addressbook" : "Addressebok",
"Groups" : "Grupper",
"New contact" : "Ny kontakt",
+ "Syntax error. Cannot open the contact." : "Syntaksfeil. Kan ikke åpne kontakten.",
"Importing {total} contacts into" : "Importerer {total} kontakter til",
"No errors" : "Ingen feil",
"Open your browser console for more details" : "Åpne din nettlesers konsoll for flere detaljer",
+ "_{failedCount} faulty contact_::_{failedCount} faulty contacts_" : ["{failedCount} kontakt med feil","{failedCount} kontakter med feil"],
"Select type" : "Velg type",
"Select Date" : "Velg dato",
"Add contact in group" : "Legg kontakt til gruppe",
@@ -77,6 +79,7 @@
"Country" : "Land",
"Birthday" : "Bursdag",
"Anniversary" : "Jubileum",
+ "The date of marriage, or equivalent, of this contact" : "Datoen for ekteskapet, eller tilsvarende, for denne kontakten",
"Date of death" : "Dødsdato",
"Email" : "E-post",
"Instant messaging" : "Direktemeldinger",
@@ -112,6 +115,8 @@
"Gender" : "Kjønn",
"Female" : "Mann",
"Male" : "Dame",
+ "None" : "Ingen",
+ "Unknown" : "Ukjent",
"_{failed} contact failed to be read_::_{failed} contacts failed to be read_" : ["{failed} kontakt kunne ikke bli lest inn","{failed} kontakter kunne ikke bli lest inn"],
"An error occurred" : "En feil oppstod"
},"pluralForm" :"nplurals=2; plural=(n != 1);"
diff --git a/l10n/pl.js b/l10n/pl.js
index c61f5f40..adc63eab 100644
--- a/l10n/pl.js
+++ b/l10n/pl.js
@@ -127,6 +127,8 @@ OC.L10N.register(
"Gender" : "Płeć",
"Female" : "Kobieta",
"Male" : "Mężczyzna",
+ "None" : "Brak",
+ "Unknown" : "Nieznany",
"_{failed} contact failed to be read_::_{failed} contacts failed to be read_" : ["Nie udało się odczytać {failed} kontaktu","Nie udało się odczytać {failed} kontaktów","Nie udało się odczytać {failed} kontaktów","Nie udało się odczytać {failed} kontaktów"],
"An error occurred" : "Wystąpił błąd"
},
diff --git a/l10n/pl.json b/l10n/pl.json
index 4039a073..1340d333 100644
--- a/l10n/pl.json
+++ b/l10n/pl.json
@@ -125,6 +125,8 @@
"Gender" : "Płeć",
"Female" : "Kobieta",
"Male" : "Mężczyzna",
+ "None" : "Brak",
+ "Unknown" : "Nieznany",
"_{failed} contact failed to be read_::_{failed} contacts failed to be read_" : ["Nie udało się odczytać {failed} kontaktu","Nie udało się odczytać {failed} kontaktów","Nie udało się odczytać {failed} kontaktów","Nie udało się odczytać {failed} kontaktów"],
"An error occurred" : "Wystąpił błąd"
},"pluralForm" :"nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n%100<12 || n%100>14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);"
diff --git a/l10n/pt_BR.js b/l10n/pt_BR.js
index ffb51225..afdc50fd 100644
--- a/l10n/pt_BR.js
+++ b/l10n/pt_BR.js
@@ -127,6 +127,8 @@ OC.L10N.register(
"Gender" : "Gênero",
"Female" : "Mulher",
"Male" : "Homem",
+ "None" : "Nenhum",
+ "Unknown" : "Desconhecido",
"_{failed} contact failed to be read_::_{failed} contacts failed to be read_" : ["{failed} contato falhou ao ler","{failed} contatos falharam ao ler"],
"An error occurred" : "Um erro ocorreu"
},
diff --git a/l10n/pt_BR.json b/l10n/pt_BR.json
index 26521652..0a1af44a 100644
--- a/l10n/pt_BR.json
+++ b/l10n/pt_BR.json
@@ -125,6 +125,8 @@
"Gender" : "Gênero",
"Female" : "Mulher",
"Male" : "Homem",
+ "None" : "Nenhum",
+ "Unknown" : "Desconhecido",
"_{failed} contact failed to be read_::_{failed} contacts failed to be read_" : ["{failed} contato falhou ao ler","{failed} contatos falharam ao ler"],
"An error occurred" : "Um erro ocorreu"
},"pluralForm" :"nplurals=2; plural=(n > 1);"
diff --git a/l10n/sv.js b/l10n/sv.js
index 3208f6eb..45158545 100644
--- a/l10n/sv.js
+++ b/l10n/sv.js
@@ -23,12 +23,16 @@ OC.L10N.register(
"Addressbook" : "Adressbok",
"Groups" : "Grupper",
"New contact" : "Ny kontakt",
+ "Syntax error. Cannot open the contact." : "Syntaxfel. Kan inte öppna kontakten.",
"Importing {total} contacts into" : "Importerar {total} kontakter till",
+ "No errors" : "Inga fel",
"Open your browser console for more details" : "Öppna din webbläsarkonsol för mer information",
+ "_{failedCount} faulty contact_::_{failedCount} faulty conta