From a3cd3d39b317dc6ff114b6c251f71bba5d254259 Mon Sep 17 00:00:00 2001 From: Nextcloud bot Date: Sun, 26 Jul 2020 02:24:32 +0000 Subject: [tx-robot] updated from transifex --- l10n/be.js | 13 ------------- l10n/be.json | 11 ----------- l10n/ca.js | 1 + l10n/ca.json | 1 + l10n/cs.js | 1 + l10n/cs.json | 1 + l10n/da.js | 1 + l10n/da.json | 1 + l10n/de.js | 1 + l10n/de.json | 1 + l10n/de_DE.js | 1 + l10n/de_DE.json | 1 + l10n/eo.js | 1 + l10n/eo.json | 1 + l10n/es.js | 1 + l10n/es.json | 1 + l10n/fi.js | 1 + l10n/fi.json | 1 + l10n/fo.js | 13 ------------- l10n/fo.json | 11 ----------- l10n/fr.js | 1 + l10n/fr.json | 1 + l10n/gl.js | 1 + l10n/gl.json | 1 + l10n/hu.js | 1 + l10n/hu.json | 1 + l10n/it.js | 1 + l10n/it.json | 1 + l10n/ja.js | 1 + l10n/ja.json | 1 + l10n/lt_LT.js | 1 + l10n/lt_LT.json | 1 + l10n/nl.js | 1 + l10n/nl.json | 1 + l10n/pl.js | 1 + l10n/pl.json | 1 + l10n/pt_BR.js | 1 + l10n/pt_BR.json | 1 + l10n/ru.js | 1 + l10n/ru.json | 1 + l10n/sk.js | 1 + l10n/sk.json | 1 + l10n/sr.js | 1 + l10n/sr.json | 1 + l10n/sv.js | 1 + l10n/sv.json | 1 + l10n/tr.js | 1 + l10n/tr.json | 1 + l10n/uk.json | 2 +- l10n/zh_CN.js | 1 + l10n/zh_CN.json | 1 + 51 files changed, 47 insertions(+), 49 deletions(-) delete mode 100644 l10n/be.js delete mode 100644 l10n/be.json delete mode 100644 l10n/fo.js delete mode 100644 l10n/fo.json diff --git a/l10n/be.js b/l10n/be.js deleted file mode 100644 index a1399c34..00000000 --- a/l10n/be.js +++ /dev/null @@ -1,13 +0,0 @@ -OC.L10N.register( - "contacts", - { - "Loading" : "Loading", - "Title" : "Title", - "Delete" : "Delete", - "Cancel" : "Cancel", - "Rename" : "Rename", - "Notes" : "Notes", - "Email" : "email", - "Unknown" : "невядомы" -}, -"nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=11 && n%100<=14)? 2 : 3);"); diff --git a/l10n/be.json b/l10n/be.json deleted file mode 100644 index 7bf949df..00000000 --- a/l10n/be.json +++ /dev/null @@ -1,11 +0,0 @@ -{ "translations": { - "Loading" : "Loading", - "Title" : "Title", - "Delete" : "Delete", - "Cancel" : "Cancel", - "Rename" : "Rename", - "Notes" : "Notes", - "Email" : "email", - "Unknown" : "невядомы" -},"pluralForm" :"nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=11 && n%100<=14)? 2 : 3);" -} \ No newline at end of file diff --git a/l10n/ca.js b/l10n/ca.js index 5a117651..891522b8 100644 --- a/l10n/ca.js +++ b/l10n/ca.js @@ -37,6 +37,7 @@ OC.L10N.register( "Groups" : "Grups", "New contact" : "Contacte nou", "Syntax error. Cannot open the contact." : "Error de sintaxi. No es pot obrir el contacte.", + "The contact doesn't exists anymore on the server." : "El contacte ja no existeix al servidor.", "No errors" : "Sense errors", "Open your browser console for more details" : "Obriu la consola del navegador per veure més detalls", "_{failedCount} faulty contact_::_{failedCount} faulty contacts_" : ["{failedCount} contacte defectuós","{failedCount} contactes defectuosos"], diff --git a/l10n/ca.json b/l10n/ca.json index 547532d3..c7524662 100644 --- a/l10n/ca.json +++ b/l10n/ca.json @@ -35,6 +35,7 @@ "Groups" : "Grups", "New contact" : "Contacte nou", "Syntax error. Cannot open the contact." : "Error de sintaxi. No es pot obrir el contacte.", + "The contact doesn't exists anymore on the server." : "El contacte ja no existeix al servidor.", "No errors" : "Sense errors", "Open your browser console for more details" : "Obriu la consola del navegador per veure més detalls", "_{failedCount} faulty contact_::_{failedCount} faulty contacts_" : ["{failedCount} contacte defectuós","{failedCount} contactes defectuosos"], diff --git a/l10n/cs.js b/l10n/cs.js index 04b5c87c..a3a0e3ad 100644 --- a/l10n/cs.js +++ b/l10n/cs.js @@ -42,6 +42,7 @@ OC.L10N.register( "Groups" : "Skupiny", "New contact" : "Nový kontakt", "Syntax error. Cannot open the contact." : "Chyba syntaxe. Kontakty nelze otevřít.", + "The contact doesn't exists anymore on the server." : "Tento kontakt už na serveru neexistuje.", "An error occurred while trying to move the contact" : "Při pokusu o přesunutí kontaktu došlo k chybě", "An error occurred while trying to copy the contact" : "Při pokusu o zkopírování kontaktu došlo k chybě", "No errors" : "Žádné chyby", diff --git a/l10n/cs.json b/l10n/cs.json index 02fa4bf8..1e90edb0 100644 --- a/l10n/cs.json +++ b/l10n/cs.json @@ -40,6 +40,7 @@ "Groups" : "Skupiny", "New contact" : "Nový kontakt", "Syntax error. Cannot open the contact." : "Chyba syntaxe. Kontakty nelze otevřít.", + "The contact doesn't exists anymore on the server." : "Tento kontakt už na serveru neexistuje.", "An error occurred while trying to move the contact" : "Při pokusu o přesunutí kontaktu došlo k chybě", "An error occurred while trying to copy the contact" : "Při pokusu o zkopírování kontaktu došlo k chybě", "No errors" : "Žádné chyby", diff --git a/l10n/da.js b/l10n/da.js index cf57fc67..578fffac 100644 --- a/l10n/da.js +++ b/l10n/da.js @@ -38,6 +38,7 @@ OC.L10N.register( "Groups" : "Grupper", "New contact" : "Ny kontakt", "Syntax error. Cannot open the contact." : "Syntaks fejl. Kan ikke åbne kontakt.", + "The contact doesn't exists anymore on the server." : "Kontakten findes ikke længere på serveren.", "No errors" : "Ingen fejl", "Open your browser console for more details" : "Åbn din browsers konsol for flejre detaljer", "_{failedCount} faulty contact_::_{failedCount} faulty contacts_" : ["{failedCount} fejlbehæftet kontakt","{failedCount} fejlbehæftede kontakter"], diff --git a/l10n/da.json b/l10n/da.json index c3db4c2a..9c8b8205 100644 --- a/l10n/da.json +++ b/l10n/da.json @@ -36,6 +36,7 @@ "Groups" : "Grupper", "New contact" : "Ny kontakt", "Syntax error. Cannot open the contact." : "Syntaks fejl. Kan ikke åbne kontakt.", + "The contact doesn't exists anymore on the server." : "Kontakten findes ikke længere på serveren.", "No errors" : "Ingen fejl", "Open your browser console for more details" : "Åbn din browsers konsol for flejre detaljer", "_{failedCount} faulty contact_::_{failedCount} faulty contacts_" : ["{failedCount} fejlbehæftet kontakt","{failedCount} fejlbehæftede kontakter"], diff --git a/l10n/de.js b/l10n/de.js index 3057473f..40f829e0 100644 --- a/l10n/de.js +++ b/l10n/de.js @@ -42,6 +42,7 @@ OC.L10N.register( "Groups" : "Gruppen", "New contact" : "Neuer Kontakt", "Syntax error. Cannot open the contact." : "Syntaxfehler. Der Kontakt kann nicht geöffnet werden.", + "The contact doesn't exists anymore on the server." : "Der Kontakt existiert nicht mehr auf dem Server.", "An error occurred while trying to move the contact" : "Es ist ein Fehler beim Verschieben des Kontakts aufgetreten", "An error occurred while trying to copy the contact" : "Es ist ein Fehler beim Kopieren des Kontakts aufgetreten", "No errors" : "Keine Fehler", diff --git a/l10n/de.json b/l10n/de.json index e5b02790..83c37ce9 100644 --- a/l10n/de.json +++ b/l10n/de.json @@ -40,6 +40,7 @@ "Groups" : "Gruppen", "New contact" : "Neuer Kontakt", "Syntax error. Cannot open the contact." : "Syntaxfehler. Der Kontakt kann nicht geöffnet werden.", + "The contact doesn't exists anymore on the server." : "Der Kontakt existiert nicht mehr auf dem Server.", "An error occurred while trying to move the contact" : "Es ist ein Fehler beim Verschieben des Kontakts aufgetreten", "An error occurred while trying to copy the contact" : "Es ist ein Fehler beim Kopieren des Kontakts aufgetreten", "No errors" : "Keine Fehler", diff --git a/l10n/de_DE.js b/l10n/de_DE.js index 5d09003a..c6e1c4a3 100644 --- a/l10n/de_DE.js +++ b/l10n/de_DE.js @@ -42,6 +42,7 @@ OC.L10N.register( "Groups" : "Gruppen", "New contact" : "Neuer Kontakt", "Syntax error. Cannot open the contact." : "Syntaxfehler. Der Kontakt kann nicht geöffnet werden.", + "The contact doesn't exists anymore on the server." : "Der Kontakt existiert nicht mehr auf dem Server.", "An error occurred while trying to move the contact" : "Es ist ein Fehler beim Verschieben des Kontakts aufgetreten", "An error occurred while trying to copy the contact" : "Es ist ein Fehler beim Kopieren des Kontakts aufgetreten", "No errors" : "Keine Fehler", diff --git a/l10n/de_DE.json b/l10n/de_DE.json index 03841b23..5b2391b8 100644 --- a/l10n/de_DE.json +++ b/l10n/de_DE.json @@ -40,6 +40,7 @@ "Groups" : "Gruppen", "New contact" : "Neuer Kontakt", "Syntax error. Cannot open the contact." : "Syntaxfehler. Der Kontakt kann nicht geöffnet werden.", + "The contact doesn't exists anymore on the server." : "Der Kontakt existiert nicht mehr auf dem Server.", "An error occurred while trying to move the contact" : "Es ist ein Fehler beim Verschieben des Kontakts aufgetreten", "An error occurred while trying to copy the contact" : "Es ist ein Fehler beim Kopieren des Kontakts aufgetreten", "No errors" : "Keine Fehler", diff --git a/l10n/eo.js b/l10n/eo.js index 2d569096..12499d4c 100644 --- a/l10n/eo.js +++ b/l10n/eo.js @@ -36,6 +36,7 @@ OC.L10N.register( "Groups" : "Grupoj", "New contact" : "Nova kontakto", "Syntax error. Cannot open the contact." : "Sintakseraro. Ne eblas malfermi la kontakton.", + "The contact doesn't exists anymore on the server." : "La kontakto ne plu ekzistas en la servilo.", "No errors" : "Neniu eraro", "Open your browser console for more details" : "Malfermu vian retumilan konzolon por pli da detaloj", "_{failedCount} faulty contact_::_{failedCount} faulty contacts_" : ["{failedCount} difektita kontakto","{failedCount} difektitaj kontaktoj"], diff --git a/l10n/eo.json b/l10n/eo.json index dcad59fd..a8fbd61f 100644 --- a/l10n/eo.json +++ b/l10n/eo.json @@ -34,6 +34,7 @@ "Groups" : "Grupoj", "New contact" : "Nova kontakto", "Syntax error. Cannot open the contact." : "Sintakseraro. Ne eblas malfermi la kontakton.", + "The contact doesn't exists anymore on the server." : "La kontakto ne plu ekzistas en la servilo.", "No errors" : "Neniu eraro", "Open your browser console for more details" : "Malfermu vian retumilan konzolon por pli da detaloj", "_{failedCount} faulty contact_::_{failedCount} faulty contacts_" : ["{failedCount} difektita kontakto","{failedCount} difektitaj kontaktoj"], diff --git a/l10n/es.js b/l10n/es.js index d27ddd3b..8ce7f04e 100644 --- a/l10n/es.js +++ b/l10n/es.js @@ -42,6 +42,7 @@ OC.L10N.register( "Groups" : "Grupos", "New contact" : "Nuevo contacto", "Syntax error. Cannot open the contact." : "Error de sintaxis. No se puede abrir el contacto", + "The contact doesn't exists anymore on the server." : "El contacto ya no existe en el servidor.", "An error occurred while trying to move the contact" : "Ocurrió un error intentando mover el contacto", "An error occurred while trying to copy the contact" : "Ocurrió un error intentando copiar el contacto", "No errors" : "No hay errores", diff --git a/l10n/es.json b/l10n/es.json index f2d772f0..09357558 100644 --- a/l10n/es.json +++ b/l10n/es.json @@ -40,6 +40,7 @@ "Groups" : "Grupos", "New contact" : "Nuevo contacto", "Syntax error. Cannot open the contact." : "Error de sintaxis. No se puede abrir el contacto", + "The contact doesn't exists anymore on the server." : "El contacto ya no existe en el servidor.", "An error occurred while trying to move the contact" : "Ocurrió un error intentando mover el contacto", "An error occurred while trying to copy the contact" : "Ocurrió un error intentando copiar el contacto", "No errors" : "No hay errores", diff --git a/l10n/fi.js b/l10n/fi.js index 8022bcec..49b842cd 100644 --- a/l10n/fi.js +++ b/l10n/fi.js @@ -37,6 +37,7 @@ OC.L10N.register( "Groups" : "Ryhmät", "New contact" : "Uusi yhteystieto", "Syntax error. Cannot open the contact." : "Syntaksivirhe. Yhteystietoa ei voi avata.", + "The contact doesn't exists anymore on the server." : "Yhteystietoa ei ole enää olemassa tällä palvelimella.", "An error occurred while trying to move the contact" : "Yhteystietoa siirtäessä tapahtui virhe", "An error occurred while trying to copy the contact" : "Yhteystietoa kopioitaessa tapahtui virhe", "No errors" : "Ei virheitä", diff --git a/l10n/fi.json b/l10n/fi.json index 3f7b7660..8ac68429 100644 --- a/l10n/fi.json +++ b/l10n/fi.json @@ -35,6 +35,7 @@ "Groups" : "Ryhmät", "New contact" : "Uusi yhteystieto", "Syntax error. Cannot open the contact." : "Syntaksivirhe. Yhteystietoa ei voi avata.", + "The contact doesn't exists anymore on the server." : "Yhteystietoa ei ole enää olemassa tällä palvelimella.", "An error occurred while trying to move the contact" : "Yhteystietoa siirtäessä tapahtui virhe", "An error occurred while trying to copy the contact" : "Yhteystietoa kopioitaessa tapahtui virhe", "No errors" : "Ei virheitä", diff --git a/l10n/fo.js b/l10n/fo.js deleted file mode 100644 index 61dcc5d2..00000000 --- a/l10n/fo.js +++ /dev/null @@ -1,13 +0,0 @@ -OC.L10N.register( - "contacts", - { - "Delete" : "Strika", - "Cancel" : "strika", - "Groups" : "Bólkar", - "Rename" : "Nýnevn", - "Website" : "Heimasíða", - "Home" : "Heim", - "Address" : "Adressa", - "Email" : "T-post" -}, -"nplurals=2; plural=(n != 1);"); diff --git a/l10n/fo.json b/l10n/fo.json deleted file mode 100644 index 2e72e610..00000000 --- a/l10n/fo.json +++ /dev/null @@ -1,11 +0,0 @@ -{ "translations": { - "Delete" : "Strika", - "Cancel" : "strika", - "Groups" : "Bólkar", - "Rename" : "Nýnevn", - "Website" : "Heimasíða", - "Home" : "Heim", - "Address" : "Adressa", - "Email" : "T-post" -},"pluralForm" :"nplurals=2; plural=(n != 1);" -} \ No newline at end of file diff --git a/l10n/fr.js b/l10n/fr.js index 4d6eb18e..e605c711 100644 --- a/l10n/fr.js +++ b/l10n/fr.js @@ -42,6 +42,7 @@ OC.L10N.register( "Groups" : "Groupes", "New contact" : "Nouveau contact", "Syntax error. Cannot open the contact." : "Erreur de syntaxe. Impossible de lire le contact.", + "The contact doesn't exists anymore on the server." : "Le contact n'existe plus sur le serveur.", "An error occurred while trying to move the contact" : "Une erreur s'est produite lors du déplacement du contact", "An error occurred while trying to copy the contact" : "Une erreur s'est produite lors de la copie du contact", "No errors" : "Aucune erreur", diff --git a/l10n/fr.json b/l10n/fr.json index 1fc6f93e..66c41e07 100644 --- a/l10n/fr.json +++ b/l10n/fr.json @@ -40,6 +40,7 @@ "Groups" : "Groupes", "New contact" : "Nouveau contact", "Syntax error. Cannot open the contact." : "Erreur de syntaxe. Impossible de lire le contact.", + "The contact doesn't exists anymore on the server." : "Le contact n'existe plus sur le serveur.", "An error occurred while trying to move the contact" : "Une erreur s'est produite lors du déplacement du contact", "An error occurred while trying to copy the contact" : "Une erreur s'est produite lors de la copie du contact", "No errors" : "Aucune erreur", diff --git a/l10n/gl.js b/l10n/gl.js index 8ccaf9c4..82a280aa 100644 --- a/l10n/gl.js +++ b/l10n/gl.js @@ -42,6 +42,7 @@ OC.L10N.register( "Groups" : "Grupos", "New contact" : "Novo contacto", "Syntax error. Cannot open the contact." : "Erro de sintaxe. Non foi posíbel abrir o contacto.", + "The contact doesn't exists anymore on the server." : "O contacto xa non existe no servidor.", "An error occurred while trying to move the contact" : "Produciuse un erro ao tentar mover o contacto", "An error occurred while trying to copy the contact" : "Produciuse un erro ao tentar copiar o contacto", "No errors" : "Sen erros", diff --git a/l10n/gl.json b/l10n/gl.json index d20b988b..524afc35 100644 --- a/l10n/gl.json +++ b/l10n/gl.json @@ -40,6 +40,7 @@ "Groups" : "Grupos", "New contact" : "Novo contacto", "Syntax error. Cannot open the contact." : "Erro de sintaxe. Non foi posíbel abrir o contacto.", + "The contact doesn't exists anymore on the server." : "O contacto xa non existe no servidor.", "An error occurred while trying to move the contact" : "Produciuse un erro ao tentar mover o contacto", "An error occurred while trying to copy the contact" : "Produciuse un erro ao tentar copiar o contacto", "No errors" : "Sen erros", diff --git a/l10n/hu.js b/l10n/hu.js index 8c6dd6e7..0bc7096a 100644 --- a/l10n/hu.js +++ b/l10n/hu.js @@ -36,6 +36,7 @@ OC.L10N.register( "Groups" : "Csoportok", "New contact" : "Új névjegy", "Syntax error. Cannot open the contact." : "Szintaktikai hiba. Nem lehet megnyitni a kapcsolatot.", + "The contact doesn't exists anymore on the server." : "A névjegy már nem létezik a kiszolgálón.", "No errors" : "Nincsenek hibák", "Open your browser console for more details" : "Nyisd meg a böngésző konzolját további részletekért", "_{failedCount} faulty contact_::_{failedCount} faulty contacts_" : ["{failedCount} hibás névjegy","{failedCount} hibás névjegy"], diff --git a/l10n/hu.json b/l10n/hu.json index ab22cc50..d2b83e3b 100644 --- a/l10n/hu.json +++ b/l10n/hu.json @@ -34,6 +34,7 @@ "Groups" : "Csoportok", "New contact" : "Új névjegy", "Syntax error. Cannot open the contact." : "Szintaktikai hiba. Nem lehet megnyitni a kapcsolatot.", + "The contact doesn't exists anymore on the server." : "A névjegy már nem létezik a kiszolgálón.", "No errors" : "Nincsenek hibák", "Open your browser console for more details" : "Nyisd meg a böngésző konzolját további részletekért", "_{failedCount} faulty contact_::_{failedCount} faulty contacts_" : ["{failedCount} hibás névjegy","{failedCount} hibás névjegy"], diff --git a/l10n/it.js b/l10n/it.js index 6cec9c5b..be70ce9d 100644 --- a/l10n/it.js +++ b/l10n/it.js @@ -42,6 +42,7 @@ OC.L10N.register( "Groups" : "Gruppi", "New contact" : "Nuovo contatto", "Syntax error. Cannot open the contact." : "Errore di sintassi. Impossibile aprire il contatto.", + "The contact doesn't exists anymore on the server." : "Il contatto non esiste più sul server.", "An error occurred while trying to move the contact" : "Si è verificato un errore durante il tentativo di spostare il contatto", "An error occurred while trying to copy the contact" : "Si è verificato un errore durante il tentativo di copiare il contatto", "No errors" : "Nessun errore", diff --git a/l10n/it.json b/l10n/it.json index 3bf3ac6c..e2772fa8 100644 --- a/l10n/it.json +++ b/l10n/it.json @@ -40,6 +40,7 @@ "Groups" : "Gruppi", "New contact" : "Nuovo contatto", "Syntax error. Cannot open the contact." : "Errore di sintassi. Impossibile aprire il contatto.", + "The contact doesn't exists anymore on the server." : "Il contatto non esiste più sul server.", "An error occurred while trying to move the contact" : "Si è verificato un errore durante il tentativo di spostare il contatto", "An error occurred while trying to copy the contact" : "Si è verificato un errore durante il tentativo di copiare il contatto", "No errors" : "Nessun errore", diff --git a/l10n/ja.js b/l10n/ja.js index defb1319..fd86bddc 100644 --- a/l10n/ja.js +++ b/l10n/ja.js @@ -42,6 +42,7 @@ OC.L10N.register( "Groups" : "グループ", "New contact" : "新しい連絡先", "Syntax error. Cannot open the contact." : "構文エラー。 連絡先を開けません", + "The contact doesn't exists anymore on the server." : "連絡先はサーバーに存在しません。", "An error occurred while trying to move the contact" : "連絡先の移動中にエラーが発生しました", "An error occurred while trying to copy the contact" : "連絡先のコピー中にエラーが発生しました", "No errors" : "エラーはありません", diff --git a/l10n/ja.json b/l10n/ja.json index eca8bba4..64e97284 100644 --- a/l10n/ja.json +++ b/l10n/ja.json @@ -40,6 +40,7 @@ "Groups" : "グループ", "New contact" : "新しい連絡先", "Syntax error. Cannot open the contact." : "構文エラー。 連絡先を開けません", + "The contact doesn't exists anymore on the server." : "連絡先はサーバーに存在しません。", "An error occurred while trying to move the contact" : "連絡先の移動中にエラーが発生しました", "An error occurred while trying to copy the contact" : "連絡先のコピー中にエラーが発生しました", "No errors" : "エラーはありません", diff --git a/l10n/lt_LT.js b/l10n/lt_LT.js index 2ef2c280..6d22954d 100644 --- a/l10n/lt_LT.js +++ b/l10n/lt_LT.js @@ -38,6 +38,7 @@ OC.L10N.register( "Groups" : "Grupės", "New contact" : "Naujas adresatas", "Syntax error. Cannot open the contact." : "Sintaksės klaida. Nepavyko atverti adresato.", + "The contact doesn't exists anymore on the server." : "Adresato serveryje daugiau nebėra.", "An error occurred while trying to move the contact" : "Bandant perkelti adresatą, įvyko klaida", "An error occurred while trying to copy the contact" : "Bandant nukopijuoti adresatą, įvyko klaida", "No errors" : "Klaidų nėra", diff --git a/l10n/lt_LT.json b/l10n/lt_LT.json index 42dcd9fe..44607905 100644 --- a/l10n/lt_LT.json +++ b/l10n/lt_LT.json @@ -36,6 +36,7 @@ "Groups" : "Grupės", "New contact" : "Naujas adresatas", "Syntax error. Cannot open the contact." : "Sintaksės klaida. Nepavyko atverti adresato.", + "The contact doesn't exists anymore on the server." : "Adresato serveryje daugiau nebėra.", "An error occurred while trying to move the contact" : "Bandant perkelti adresatą, įvyko klaida", "An error occurred while trying to copy the contact" : "Bandant nukopijuoti adresatą, įvyko klaida", "No errors" : "Klaidų nėra", diff --git a/l10n/nl.js b/l10n/nl.js index 4f4c6bd8..79e3d408 100644 --- a/l10n/nl.js +++ b/l10n/nl.js @@ -42,6 +42,7 @@ OC.L10N.register( "Groups" : "Groepen", "New contact" : "Nieuwe contactpersoon", "Syntax error. Cannot open the contact." : "Syntaxfout. Kan het contact niet openen.", + "The contact doesn't exists anymore on the server." : "De contactpersoon bestaat niet meer op de server.", "An error occurred while trying to move the contact" : "Er trad een fout op bij het verplaatsen van de contactpersoon", "An error occurred while trying to copy the contact" : "Er trad een fout op bij het kopiëren van de contactpersoon", "No errors" : "Geen fouten.", diff --git a/l10n/nl.json b/l10n/nl.json index 2720c024..03d2e272 100644 --- a/l10n/nl.json +++ b/l10n/nl.json @@ -40,6 +40,7 @@ "Groups" : "Groepen", "New contact" : "Nieuwe contactpersoon", "Syntax error. Cannot open the contact." : "Syntaxfout. Kan het contact niet openen.", + "The contact doesn't exists anymore on the server." : "De contactpersoon bestaat niet meer op de server.", "An error occurred while trying to move the contact" : "Er trad een fout op bij het verplaatsen van de contactpersoon", "An error occurred while trying to copy the contact" : "Er trad een fout op bij het kopiëren van de contactpersoon", "No errors" : "Geen fouten.", diff --git a/l10n/pl.js b/l10n/pl.js index 5011bea6..63365052 100644 --- a/l10n/pl.js +++ b/l10n/pl.js @@ -42,6 +42,7 @@ OC.L10N.register( "Groups" : "Grupy", "New contact" : "Nowy kontakt", "Syntax error. Cannot open the contact." : "Błąd składni. Nie można otworzyć kontaktu.", + "The contact doesn't exists anymore on the server." : "Ten kontakt nie istnieje na serwerze.", "An error occurred while trying to move the contact" : "Wystąpił błąd podczas próby przeniesienia kontaktu", "An error occurred while trying to copy the contact" : "Wystąpił błąd podczas próby skopiowania kontaktu", "No errors" : "Brak błędów", diff --git a/l10n/pl.json b/l10n/pl.json index ed3f3f9b..cc7eabed 100644 --- a/l10n/pl.json +++ b/l10n/pl.json @@ -40,6 +40,7 @@ "Groups" : "Grupy", "New contact" : "Nowy kontakt", "Syntax error. Cannot open the contact." : "Błąd składni. Nie można otworzyć kontaktu.", + "The contact doesn't exists anymore on the server." : "Ten kontakt nie istnieje na serwerze.", "An error occurred while trying to move the contact" : "Wystąpił błąd podczas próby przeniesienia kontaktu", "An error occurred while trying to copy the contact" : "Wystąpił błąd podczas próby skopiowania kontaktu", "No errors" : "Brak błędów", diff --git a/l10n/pt_BR.js b/l10n/pt_BR.js index 3735a8ef..2d7de1a2 100644 --- a/l10n/pt_BR.js +++ b/l10n/pt_BR.js @@ -42,6 +42,7 @@ OC.L10N.register( "Groups" : "Grupos", "New contact" : "Novo contato", "Syntax error. Cannot open the contact." : "Erro de sintaxe. Não é possível abrir o contato.", + "The contact doesn't exists anymore on the server." : "O contato não existe mais no servidor.", "An error occurred while trying to move the contact" : "Ocorreu um erro ao mover o contato", "An error occurred while trying to copy the contact" : "Ocorreu um erro ao copiar o contato", "No errors" : "Sem erros", diff --git a/l10n/pt_BR.json b/l10n/pt_BR.json index a9723e8d..e323b004 100644 --- a/l10n/pt_BR.json +++ b/l10n/pt_BR.json @@ -40,6 +40,7 @@ "Groups" : "Grupos", "New contact" : "Novo contato", "Syntax error. Cannot open the contact." : "Erro de sintaxe. Não é possível abrir o contato.", + "The contact doesn't exists anymore on the server." : "O contato não existe mais no servidor.", "An error occurred while trying to move the contact" : "Ocorreu um erro ao mover o contato", "An error occurred while trying to copy the contact" : "Ocorreu um erro ao copiar o contato", "No errors" : "Sem erros", diff --git a/l10n/ru.js b/l10n/ru.js index 23f5c427..606741f7 100644 --- a/l10n/ru.js +++ b/l10n/ru.js @@ -42,6 +42,7 @@ OC.L10N.register( "Groups" : "Группы", "New contact" : "Новый контакт", "Syntax error. Cannot open the contact." : "Синтаксическая ошибка. Невозможно открыть контакт.", + "The contact doesn't exists anymore on the server." : "В настоящее время контакт не существует.", "An error occurred while trying to move the contact" : "Произошла ошибка при попытке переместить контакт", "An error occurred while trying to copy the contact" : "Произошла ошибка при попытке скопировать контакт", "No errors" : "Нет ошибок", diff --git a/l10n/ru.json b/l10n/ru.json index de86dea6..8f680189 100644 --- a/l10n/ru.json +++ b/l10n/ru.json @@ -40,6 +40,7 @@ "Groups" : "Группы", "New contact" : "Новый контакт", "Syntax error. Cannot open the contact." : "Синтаксическая ошибка. Невозможно открыть контакт.", + "The contact doesn't exists anymore on the server." : "В настоящее время контакт не существует.", "An error occurred while trying to move the contact" : "Произошла ошибка при попытке переместить контакт", "An error occurred while trying to copy the contact" : "Произошла ошибка при попытке скопировать контакт", "No errors" : "Нет ошибок", diff --git a/l10n/sk.js b/l10n/sk.js index e3303c95..cc8df5d8 100644 --- a/l10n/sk.js +++ b/l10n/sk.js @@ -42,6 +42,7 @@ OC.L10N.register( "Groups" : "Skupiny", "New contact" : "Nový kontakt", "Syntax error. Cannot open the contact." : "Chyba zápisu. Nepodarilo sa otvoriť kontakt.", + "The contact doesn't exists anymore on the server." : "Kontakt už na servri neexistuje.", "An error occurred while trying to move the contact" : "Pri pokuse o presun kontaktu sa vyskytla chyba", "An error occurred while trying to copy the contact" : "Pri pokuse o skopírovanie kontaktu sa vyskytla chyba", "No errors" : "Žiadne chyby", diff --git a/l10n/sk.json b/l10n/sk.json index ed6ab4e2..222a429a 100644 --- a/l10n/sk.json +++ b/l10n/sk.json @@ -40,6 +40,7 @@ "Groups" : "Skupiny", "New contact" : "Nový kontakt", "Syntax error. Cannot open the contact." : "Chyba zápisu. Nepodarilo sa otvoriť kontakt.", + "The contact doesn't exists anymore on the server." : "Kontakt už na servri neexistuje.", "An error occurred while trying to move the contact" : "Pri pokuse o presun kontaktu sa vyskytla chyba", "An error occurred while trying to copy the contact" : "Pri pokuse o skopírovanie kontaktu sa vyskytla chyba", "No errors" : "Žiadne chyby", diff --git a/l10n/sr.js b/l10n/sr.js index 775e09dc..29ab99b6 100644 --- a/l10n/sr.js +++ b/l10n/sr.js @@ -42,6 +42,7 @@ OC.L10N.register( "Groups" : "Групе", "New contact" : "Нови контакт", "Syntax error. Cannot open the contact." : "Синтаксна грешка. Не могу да отворим контакт.", + "The contact doesn't exists anymore on the server." : "Овај контакт не постоји више на серверу.", "An error occurred while trying to move the contact" : "Грешка приликом покушаја померања контакта", "An error occurred while trying to copy the contact" : "Грешка приликом покушаја копирања контакта", "No errors" : "Нема грешака", diff --git a/l10n/sr.json b/l10n/sr.json index 59e63ba8..ac35a01a 100644 --- a/l10n/sr.json +++ b/l10n/sr.json @@ -40,6 +40,7 @@ "Groups" : "Групе", "New contact" : "Нови контакт", "Syntax error. Cannot open the contact." : "Синтаксна грешка. Не могу да отворим контакт.", + "The contact doesn't exists anymore on the server." : "Овај контакт не постоји више на серверу.", "An error occurred while trying to move the contact" : "Грешка приликом покушаја померања контакта", "An error occurred while trying to copy the contact" : "Грешка приликом покушаја копирања контакта", "No errors" : "Нема грешака", diff --git a/l10n/sv.js b/l10n/sv.js index 4d2e1b34..8cd6da3a 100644 --- a/l10n/sv.js +++ b/l10n/sv.js @@ -38,6 +38,7 @@ OC.L10N.register( "Groups" : "Grupper", "New contact" : "Ny kontakt", "Syntax error. Cannot open the contact." : "Syntaxfel. Kan inte öppna kontakten.", + "The contact doesn't exists anymore on the server." : "Kontakten finns inte längre på servern.", "No errors" : "Inga fel", "Open your browser console for more details" : "Öppna din webbläsarkonsol för mer information", "_{failedCount} faulty contact_::_{failedCount} faulty contacts_" : ["{failedCount} felaktig kontakt","{failedCount} felaktiga kontakter"], diff --git a/l10n/sv.json b/l10n/sv.json index f412d6f4..1db52e7c 100644 --- a/l10n/sv.json +++ b/l10n/sv.json @@ -36,6 +36,7 @@ "Groups" : "Grupper", "New contact" : "Ny kontakt", "Syntax error. Cannot open the contact." : "Syntaxfel. Kan inte öppna kontakten.", + "The contact doesn't exists anymore on the server." : "Kontakten finns inte längre på servern.", "No errors" : "Inga fel", "Open your browser console for more details" : "Öppna din webbläsarkonsol för mer information", "_{failedCount} faulty contact_::_{failedCount} faulty contacts_" : ["{failedCount} felaktig kontakt","{failedCount} felaktiga kontakter"], diff --git a/l10n/tr.js b/l10n/tr.js index b2e335de..2070bd1c 100644 --- a/l10n/tr.js +++ b/l10n/tr.js @@ -42,6 +42,7 @@ OC.L10N.register( "Groups" : "Gruplar", "New contact" : "Yeni kişi", "Syntax error. Cannot open the contact." : "Yazım hatası. Kişi bulunamadı.", + "The contact doesn't exists anymore on the server." : "Kişi artık sunucu üzerinde değil.", "An error occurred while trying to move the contact" : "Kişi taşınırken bir sorun çıktı", "An error occurred while trying to copy the contact" : "Kişi kopyalanırken bir sorun çıktı", "No errors" : "Herhangi bir hata yok", diff --git a/l10n/tr.json b/l10n/tr.json index ab32c410..f8cd7837 100644 --- a/l10n/tr.json +++ b/l10n/tr.json @@ -40,6 +40,7 @@ "Groups" : "Gruplar", "New contact" : "Yeni kişi", "Syntax error. Cannot open the contact." : "Yazım hatası. Kişi bulunamadı.", + "The contact doesn't exists anymore on the server." : "Kişi artık sunucu üzerinde değil.", "An error occurred while trying to move the contact" : "Kişi taşınırken bir sorun çıktı", "An error occurred while trying to copy the contact" : "Kişi kopyalanırken bir sorun çıktı", "No errors" : "Herhangi bir hata yok", diff --git a/l10n/uk.json b/l10n/uk.json index 0dafc44a..493146f9 100644 --- a/l10n/uk.json +++ b/l10n/uk.json @@ -155,4 +155,4 @@ "Your web browser is out of date" : "Ваш бразуер застарів", "This application is not compatible with Internet Explorer" : "Застосунок не сумісний з Internet Explorer" },"pluralForm" :"nplurals=4; plural=(n % 1 == 0 && n % 10 == 1 && n % 100 != 11 ? 0 : n % 1 == 0 && n % 10 >= 2 && n % 10 <= 4 && (n % 100 < 12 || n % 100 > 14) ? 1 : n % 1 == 0 && (n % 10 ==0 || (n % 10 >=5 && n % 10 <=9) || (n % 100 >=11 && n % 100 <=14 )) ? 2: 3);" -} +} \ No newline at end of file diff --git a/l10n/zh_CN.js b/l10n/zh_CN.js index 6b9f9ebb..ba1ff373 100644 --- a/l10n/zh_CN.js +++ b/l10n/zh_CN.js @@ -41,6 +41,7 @@ OC.L10N.register( "Groups" : "群组", "New contact" : "新建联系人", "Syntax error. Cannot open the contact." : "语法错误。不能打开联系人。", + "The contact doesn't exists anymore on the server." : "此联系人不再存在于此服务器上。", "No errors" : "没有错误", "Open your browser console for more details" : "打开浏览器控制台以获取更多详细信息", "_{failedCount} faulty contact_::_{failedCount} faulty contacts_" : ["{failedCount} 个有错误的联系人"], diff --git a/l10n/zh_CN.json b/l10n/zh_CN.json index 4c46d13b..df837231 100644 --- a/l10n/zh_CN.json +++ b/l10n/zh_CN.json @@ -39,6 +39,7 @@ "Groups" : "群组", "New contact" : "新建联系人", "Syntax error. Cannot open the contact." : "语法错误。不能打开联系人。", + "The contact doesn't exists anymore on the server." : "此联系人不再存在于此服务器上。", "No errors" : "没有错误", "Open your browser console for more details" : "打开浏览器控制台以获取更多详细信息", "_{failedCount} faulty contact_::_{failedCount} faulty contacts_" : ["{failedCount} 个有错误的联系人"], -- cgit v1.2.3