diff --git a/l10n/af.js b/l10n/af.js index 464a2804b..a49e2955d 100644 --- a/l10n/af.js +++ b/l10n/af.js @@ -94,6 +94,7 @@ OC.L10N.register( "Gender" : "Geslag", "Female" : "Vroulik", "Male" : "Manlik", - "Unknown" : "Onbekend" + "Unknown" : "Onbekend", + "Manager" : "Bestuurder" }, "nplurals=2; plural=(n != 1);"); diff --git a/l10n/af.json b/l10n/af.json index 2a6ec5b77..76fc05e9b 100644 --- a/l10n/af.json +++ b/l10n/af.json @@ -92,6 +92,7 @@ "Gender" : "Geslag", "Female" : "Vroulik", "Male" : "Manlik", - "Unknown" : "Onbekend" + "Unknown" : "Onbekend", + "Manager" : "Bestuurder" },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/l10n/ar.js b/l10n/ar.js index d432d19cc..1d6c920ae 100644 --- a/l10n/ar.js +++ b/l10n/ar.js @@ -45,6 +45,7 @@ OC.L10N.register( "Show all teams" : "عرض كل الفرق", "Collapse teams" : "طي الفرق", "This group already exists" : "المجموعة موجودة مسبقاً", + "An error occurred while creating the group" : "حدث خطأ أثناء إنشاء المجموعة", "This team already exists" : "هذا الفريق موجود سلفاً", "An error happened during the creation of the team" : "حدث خطأ أثناء إنشاء الفريق", "{addressbookname} (Disabled)" : "{addressbookname} (معطل)", @@ -311,6 +312,8 @@ OC.L10N.register( "An error has occurred in team(s). Check the console for more details." : "حدث خطأ في الفريق أو الفرق. إفحص شاشة التحكم (console) لمزيد من التفاصيل.", "Unable to create team {circleName}" : "تعذّر إنشاء الفريق {circleName}", "Unable to delete team {circleId}" : "تعذّر حذف الفريق {circleId}", - "Unable to delete contact" : "تعذّر حذف جهة الاتصال" + "Unable to delete contact" : "تعذّر حذف جهة الاتصال", + "Memberships must be confirmed/accepted by a Moderator (requires Open)" : "يلزم تأكيد/قبول العضويات من قِبَل المنسق (تستلزم الفتح)", + "Manager" : "مدير" }, "nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;"); diff --git a/l10n/ar.json b/l10n/ar.json index 151831e9d..78597c0ae 100644 --- a/l10n/ar.json +++ b/l10n/ar.json @@ -43,6 +43,7 @@ "Show all teams" : "عرض كل الفرق", "Collapse teams" : "طي الفرق", "This group already exists" : "المجموعة موجودة مسبقاً", + "An error occurred while creating the group" : "حدث خطأ أثناء إنشاء المجموعة", "This team already exists" : "هذا الفريق موجود سلفاً", "An error happened during the creation of the team" : "حدث خطأ أثناء إنشاء الفريق", "{addressbookname} (Disabled)" : "{addressbookname} (معطل)", @@ -309,6 +310,8 @@ "An error has occurred in team(s). Check the console for more details." : "حدث خطأ في الفريق أو الفرق. إفحص شاشة التحكم (console) لمزيد من التفاصيل.", "Unable to create team {circleName}" : "تعذّر إنشاء الفريق {circleName}", "Unable to delete team {circleId}" : "تعذّر حذف الفريق {circleId}", - "Unable to delete contact" : "تعذّر حذف جهة الاتصال" + "Unable to delete contact" : "تعذّر حذف جهة الاتصال", + "Memberships must be confirmed/accepted by a Moderator (requires Open)" : "يلزم تأكيد/قبول العضويات من قِبَل المنسق (تستلزم الفتح)", + "Manager" : "مدير" },"pluralForm" :"nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;" } \ No newline at end of file diff --git a/l10n/de_DE.js b/l10n/de_DE.js index e52a8809a..41a9053f2 100644 --- a/l10n/de_DE.js +++ b/l10n/de_DE.js @@ -45,6 +45,7 @@ OC.L10N.register( "Show all teams" : "Alle Teams anzeigen", "Collapse teams" : "Teams einklappen", "This group already exists" : "Diese Gruppe existiert bereits", + "An error occurred while creating the group" : "Es ist ein Fehler beim Erstellen der Gruppe aufgetreten", "This team already exists" : "Dieses Team existiert bereits", "An error happened during the creation of the team" : "Es ist ein Fehler beim Erstellen des Teams aufgetreten.", "{addressbookname} (Disabled)" : "{addressbookname} (deaktiviert)", diff --git a/l10n/de_DE.json b/l10n/de_DE.json index 8a9052f95..390d2999a 100644 --- a/l10n/de_DE.json +++ b/l10n/de_DE.json @@ -43,6 +43,7 @@ "Show all teams" : "Alle Teams anzeigen", "Collapse teams" : "Teams einklappen", "This group already exists" : "Diese Gruppe existiert bereits", + "An error occurred while creating the group" : "Es ist ein Fehler beim Erstellen der Gruppe aufgetreten", "This team already exists" : "Dieses Team existiert bereits", "An error happened during the creation of the team" : "Es ist ein Fehler beim Erstellen des Teams aufgetreten.", "{addressbookname} (Disabled)" : "{addressbookname} (deaktiviert)", diff --git a/l10n/fr.js b/l10n/fr.js index bc626548b..4be55f5e2 100644 --- a/l10n/fr.js +++ b/l10n/fr.js @@ -45,6 +45,7 @@ OC.L10N.register( "Show all teams" : "Afficher toutes les équipes", "Collapse teams" : "Replier les équipes ", "This group already exists" : "Ce groupe existe déjà", + "An error occurred while creating the group" : "Une erreur s'est produite lors de la création du groupe", "This team already exists" : "Cette équipe existe déjà", "An error happened during the creation of the team" : "Une erreur est survenue lors de la création de l'équipe", "{addressbookname} (Disabled)" : "{addressbookname} (Disabled)", diff --git a/l10n/fr.json b/l10n/fr.json index 12fb8dc31..b2fe25987 100644 --- a/l10n/fr.json +++ b/l10n/fr.json @@ -43,6 +43,7 @@ "Show all teams" : "Afficher toutes les équipes", "Collapse teams" : "Replier les équipes ", "This group already exists" : "Ce groupe existe déjà", + "An error occurred while creating the group" : "Une erreur s'est produite lors de la création du groupe", "This team already exists" : "Cette équipe existe déjà", "An error happened during the creation of the team" : "Une erreur est survenue lors de la création de l'équipe", "{addressbookname} (Disabled)" : "{addressbookname} (Disabled)", diff --git a/l10n/gl.js b/l10n/gl.js index 6d2755f17..a1b7dbe3b 100644 --- a/l10n/gl.js +++ b/l10n/gl.js @@ -45,6 +45,7 @@ OC.L10N.register( "Show all teams" : "Amosar todos os equipos", "Collapse teams" : "Contraer os equipos", "This group already exists" : "Xa existe este grupo", + "An error occurred while creating the group" : "Produciuse un erro ao crear o grupo", "This team already exists" : "Xa existe este equipo", "An error happened during the creation of the team" : "Produciuse un erro durante a creación do equipo", "{addressbookname} (Disabled)" : "{addressbookname} (Desactivdo)", @@ -140,7 +141,7 @@ OC.L10N.register( "Edit" : "Editar", "Clone contact" : "Clonar o contacto", "Generate QR Code" : "Xerar un código QR", - "Contact vCard as QR code" : "Contacto con vCard como código QR", + "Contact vCard as QR code" : "vCard de contacto como código QR", "Pick an address book" : "Escolla un caderno de enderezos", "Select address book" : "Seleccionar caderno de enderezos", "Media shares with you" : "Medios compartidos con Vde.", diff --git a/l10n/gl.json b/l10n/gl.json index 6c5bcdfa2..ef8ceb411 100644 --- a/l10n/gl.json +++ b/l10n/gl.json @@ -43,6 +43,7 @@ "Show all teams" : "Amosar todos os equipos", "Collapse teams" : "Contraer os equipos", "This group already exists" : "Xa existe este grupo", + "An error occurred while creating the group" : "Produciuse un erro ao crear o grupo", "This team already exists" : "Xa existe este equipo", "An error happened during the creation of the team" : "Produciuse un erro durante a creación do equipo", "{addressbookname} (Disabled)" : "{addressbookname} (Desactivdo)", @@ -138,7 +139,7 @@ "Edit" : "Editar", "Clone contact" : "Clonar o contacto", "Generate QR Code" : "Xerar un código QR", - "Contact vCard as QR code" : "Contacto con vCard como código QR", + "Contact vCard as QR code" : "vCard de contacto como código QR", "Pick an address book" : "Escolla un caderno de enderezos", "Select address book" : "Seleccionar caderno de enderezos", "Media shares with you" : "Medios compartidos con Vde.", diff --git a/l10n/it.js b/l10n/it.js index 59def0e90..9fd3671a0 100644 --- a/l10n/it.js +++ b/l10n/it.js @@ -45,6 +45,7 @@ OC.L10N.register( "Show all teams" : "Mostra tutti i team", "Collapse teams" : "Appiattisci team", "This group already exists" : "Questo gruppo esiste già", + "An error occurred while creating the group" : "Si è verificato un errore durante la creazione del gruppo", "This team already exists" : "Questo team esiste già", "An error happened during the creation of the team" : "Si è verificato un errore durante la creazione del team", "{addressbookname} (Disabled)" : "{addressbookname} (Disattivato)", diff --git a/l10n/it.json b/l10n/it.json index 94b008c2b..813eaf1f0 100644 --- a/l10n/it.json +++ b/l10n/it.json @@ -43,6 +43,7 @@ "Show all teams" : "Mostra tutti i team", "Collapse teams" : "Appiattisci team", "This group already exists" : "Questo gruppo esiste già", + "An error occurred while creating the group" : "Si è verificato un errore durante la creazione del gruppo", "This team already exists" : "Questo team esiste già", "An error happened during the creation of the team" : "Si è verificato un errore durante la creazione del team", "{addressbookname} (Disabled)" : "{addressbookname} (Disattivato)", diff --git a/l10n/sv.js b/l10n/sv.js index b0d84bd62..665c1f26f 100644 --- a/l10n/sv.js +++ b/l10n/sv.js @@ -45,6 +45,7 @@ OC.L10N.register( "Show all teams" : "Visa alla team", "Collapse teams" : "Dölj team", "This group already exists" : "Denna grupp existerar redan", + "An error occurred while creating the group" : "Ett fel uppstod när gruppen skulle skapas", "This team already exists" : "Detta team finns redan", "An error happened during the creation of the team" : "Ett fel inträffade när team skulle skapades", "{addressbookname} (Disabled)" : "{addressbookname} (Inaktiverad)", diff --git a/l10n/sv.json b/l10n/sv.json index 981e7b7dd..7166028b9 100644 --- a/l10n/sv.json +++ b/l10n/sv.json @@ -43,6 +43,7 @@ "Show all teams" : "Visa alla team", "Collapse teams" : "Dölj team", "This group already exists" : "Denna grupp existerar redan", + "An error occurred while creating the group" : "Ett fel uppstod när gruppen skulle skapas", "This team already exists" : "Detta team finns redan", "An error happened during the creation of the team" : "Ett fel inträffade när team skulle skapades", "{addressbookname} (Disabled)" : "{addressbookname} (Inaktiverad)", diff --git a/l10n/zh_TW.js b/l10n/zh_TW.js index 39c316e65..9d368560f 100644 --- a/l10n/zh_TW.js +++ b/l10n/zh_TW.js @@ -45,6 +45,7 @@ OC.L10N.register( "Show all teams" : "顯示所有團隊", "Collapse teams" : "折疊團隊", "This group already exists" : "該群組已存在", + "An error occurred while creating the group" : "建立群組時發生錯誤", "This team already exists" : "此團隊已存在", "An error happened during the creation of the team" : "建立團隊時發生錯誤", "{addressbookname} (Disabled)" : "{addressbookname}(已停用)", diff --git a/l10n/zh_TW.json b/l10n/zh_TW.json index e0995f182..abb1c14d6 100644 --- a/l10n/zh_TW.json +++ b/l10n/zh_TW.json @@ -43,6 +43,7 @@ "Show all teams" : "顯示所有團隊", "Collapse teams" : "折疊團隊", "This group already exists" : "該群組已存在", + "An error occurred while creating the group" : "建立群組時發生錯誤", "This team already exists" : "此團隊已存在", "An error happened during the creation of the team" : "建立團隊時發生錯誤", "{addressbookname} (Disabled)" : "{addressbookname}(已停用)",