diff --git a/l10n/cs_CZ.js b/l10n/cs_CZ.js index 6cd6d673d..195a686fe 100644 --- a/l10n/cs_CZ.js +++ b/l10n/cs_CZ.js @@ -28,6 +28,7 @@ OC.L10N.register( "Not grouped" : "Neseskupené", "New contact" : "Nový kontakt", "{addressbook} shared by {owner}" : "{addressbook} sdílí {owner}", + "Contact could not be created." : "Kontakt se nepodařilo vytvořit.", "No contacts in file. Only VCard files are allowed." : "Žádné kontakty v souboru. Pouze soubory vCard jsou povoleny.", "Nickname" : "Přezdívka", "Detailed name" : "Jméno podrobně", diff --git a/l10n/cs_CZ.json b/l10n/cs_CZ.json index ae5dd3b09..61c9e94e9 100644 --- a/l10n/cs_CZ.json +++ b/l10n/cs_CZ.json @@ -26,6 +26,7 @@ "Not grouped" : "Neseskupené", "New contact" : "Nový kontakt", "{addressbook} shared by {owner}" : "{addressbook} sdílí {owner}", + "Contact could not be created." : "Kontakt se nepodařilo vytvořit.", "No contacts in file. Only VCard files are allowed." : "Žádné kontakty v souboru. Pouze soubory vCard jsou povoleny.", "Nickname" : "Přezdívka", "Detailed name" : "Jméno podrobně", diff --git a/l10n/de.js b/l10n/de.js index bfbdc35ed..e05398088 100644 --- a/l10n/de.js +++ b/l10n/de.js @@ -28,6 +28,7 @@ OC.L10N.register( "Not grouped" : "Nicht gruppiert", "New contact" : "Neuer Kontakt", "{addressbook} shared by {owner}" : "{addressbook} geteilt von {owner}", + "Contact could not be created." : "Kontakt konnte nicht erstellt werden.", "No contacts in file. Only VCard files are allowed." : "Keine Kontakte in der Datei. Nur VCard-Dateien sind erlaubt.", "Nickname" : "Spitzname", "Detailed name" : "Detaillierter Name", diff --git a/l10n/de.json b/l10n/de.json index 0f23299ad..f05fffb3f 100644 --- a/l10n/de.json +++ b/l10n/de.json @@ -26,6 +26,7 @@ "Not grouped" : "Nicht gruppiert", "New contact" : "Neuer Kontakt", "{addressbook} shared by {owner}" : "{addressbook} geteilt von {owner}", + "Contact could not be created." : "Kontakt konnte nicht erstellt werden.", "No contacts in file. Only VCard files are allowed." : "Keine Kontakte in der Datei. Nur VCard-Dateien sind erlaubt.", "Nickname" : "Spitzname", "Detailed name" : "Detaillierter Name", diff --git a/l10n/de_DE.js b/l10n/de_DE.js index 224a8f937..0bc32bd09 100644 --- a/l10n/de_DE.js +++ b/l10n/de_DE.js @@ -28,6 +28,7 @@ OC.L10N.register( "Not grouped" : "Nicht gruppiert", "New contact" : "Neuer Kontakt", "{addressbook} shared by {owner}" : "{addressbook} geteilt von {owner}", + "Contact could not be created." : "Kontakt konnte nicht erstellt werden.", "No contacts in file. Only VCard files are allowed." : "Keine Kontakte in der Datei. Nur VCard-Dateien sind erlaubt.", "Nickname" : "Spitzname", "Detailed name" : "Detaillierter Name", diff --git a/l10n/de_DE.json b/l10n/de_DE.json index fc852b4b1..8dcd14dba 100644 --- a/l10n/de_DE.json +++ b/l10n/de_DE.json @@ -26,6 +26,7 @@ "Not grouped" : "Nicht gruppiert", "New contact" : "Neuer Kontakt", "{addressbook} shared by {owner}" : "{addressbook} geteilt von {owner}", + "Contact could not be created." : "Kontakt konnte nicht erstellt werden.", "No contacts in file. Only VCard files are allowed." : "Keine Kontakte in der Datei. Nur VCard-Dateien sind erlaubt.", "Nickname" : "Spitzname", "Detailed name" : "Detaillierter Name", diff --git a/l10n/fi_FI.js b/l10n/fi_FI.js index 446af3102..9e1a1a83e 100644 --- a/l10n/fi_FI.js +++ b/l10n/fi_FI.js @@ -28,6 +28,7 @@ OC.L10N.register( "Not grouped" : "Ei ryhmitelty", "New contact" : "Uusi yhteystieto", "{addressbook} shared by {owner}" : "Osoitekirjan {addressbook} jakoi {owner}", + "Contact could not be created." : "Yhteystiedon luominen ei onnistunut.", "No contacts in file. Only VCard files are allowed." : "Ei yhteystietoja tiedostossa. Vain vCard-tiedostot ovat sallittuja.", "Nickname" : "Kutsumanimi", "Detailed name" : "Täsmällinen nimi", diff --git a/l10n/fi_FI.json b/l10n/fi_FI.json index 86fb5599b..3487574cd 100644 --- a/l10n/fi_FI.json +++ b/l10n/fi_FI.json @@ -26,6 +26,7 @@ "Not grouped" : "Ei ryhmitelty", "New contact" : "Uusi yhteystieto", "{addressbook} shared by {owner}" : "Osoitekirjan {addressbook} jakoi {owner}", + "Contact could not be created." : "Yhteystiedon luominen ei onnistunut.", "No contacts in file. Only VCard files are allowed." : "Ei yhteystietoja tiedostossa. Vain vCard-tiedostot ovat sallittuja.", "Nickname" : "Kutsumanimi", "Detailed name" : "Täsmällinen nimi", diff --git a/l10n/nl.js b/l10n/nl.js index 67fee35d6..6c0e796ba 100644 --- a/l10n/nl.js +++ b/l10n/nl.js @@ -28,6 +28,7 @@ OC.L10N.register( "Not grouped" : "Niet gegroepeerd", "New contact" : "Nieuwe contactpersoon", "{addressbook} shared by {owner}" : "{addressbook} gedeeld door {owner}", + "Contact could not be created." : "Contact kon niet worden aangemaakt.", "No contacts in file. Only VCard files are allowed." : "Geen contacten in bestand. Alleen VCard bestanden zijn toegestaan.", "Nickname" : "Roepnaam", "Detailed name" : "Gedetailleerde naam", diff --git a/l10n/nl.json b/l10n/nl.json index a150fe20f..34d21b32b 100644 --- a/l10n/nl.json +++ b/l10n/nl.json @@ -26,6 +26,7 @@ "Not grouped" : "Niet gegroepeerd", "New contact" : "Nieuwe contactpersoon", "{addressbook} shared by {owner}" : "{addressbook} gedeeld door {owner}", + "Contact could not be created." : "Contact kon niet worden aangemaakt.", "No contacts in file. Only VCard files are allowed." : "Geen contacten in bestand. Alleen VCard bestanden zijn toegestaan.", "Nickname" : "Roepnaam", "Detailed name" : "Gedetailleerde naam",