diff --git a/plugins/kolab/index.php b/plugins/kolab/index.php index 5f3c9c535..2ccff8e36 100644 --- a/plugins/kolab/index.php +++ b/plugins/kolab/index.php @@ -5,7 +5,7 @@ class KolabPlugin extends \RainLoop\Plugins\AbstractPlugin const NAME = 'Kolab', VERSION = '0.2', - RELEASE = '2022-05-18', + RELEASE = '2022-05-19', CATEGORY = 'Contacts', DESCRIPTION = 'Use an Address Book of Kolab.', REQUIRED = '2.15.4'; @@ -14,6 +14,8 @@ class KolabPlugin extends \RainLoop\Plugins\AbstractPlugin { // \RainLoop\Api::Config()->Set('contacts', 'enable', true); if (\RainLoop\Api::Config()->Get('contacts', 'enable', false)) { + $this->UseLangs(true); + $this->addHook('filter.app-data', 'FilterAppData'); $this->addHook('main.fabrica', 'MainFabrica'); diff --git a/plugins/kolab/langs/ar-SA.json b/plugins/kolab/langs/ar-SA.json new file mode 100644 index 000000000..39fe71e65 --- /dev/null +++ b/plugins/kolab/langs/ar-SA.json @@ -0,0 +1,5 @@ +{ + "KOLAB": { + "CONTACTS_FOLDER": "Contacts Folder" + } +} diff --git a/plugins/kolab/langs/bg-BG.json b/plugins/kolab/langs/bg-BG.json new file mode 100644 index 000000000..39fe71e65 --- /dev/null +++ b/plugins/kolab/langs/bg-BG.json @@ -0,0 +1,5 @@ +{ + "KOLAB": { + "CONTACTS_FOLDER": "Contacts Folder" + } +} diff --git a/plugins/kolab/langs/cs-CZ.json b/plugins/kolab/langs/cs-CZ.json new file mode 100644 index 000000000..39fe71e65 --- /dev/null +++ b/plugins/kolab/langs/cs-CZ.json @@ -0,0 +1,5 @@ +{ + "KOLAB": { + "CONTACTS_FOLDER": "Contacts Folder" + } +} diff --git a/plugins/kolab/langs/da-DK.json b/plugins/kolab/langs/da-DK.json new file mode 100644 index 000000000..39fe71e65 --- /dev/null +++ b/plugins/kolab/langs/da-DK.json @@ -0,0 +1,5 @@ +{ + "KOLAB": { + "CONTACTS_FOLDER": "Contacts Folder" + } +} diff --git a/plugins/kolab/langs/de-DE.json b/plugins/kolab/langs/de-DE.json new file mode 100644 index 000000000..39fe71e65 --- /dev/null +++ b/plugins/kolab/langs/de-DE.json @@ -0,0 +1,5 @@ +{ + "KOLAB": { + "CONTACTS_FOLDER": "Contacts Folder" + } +} diff --git a/plugins/kolab/langs/el-GR.json b/plugins/kolab/langs/el-GR.json new file mode 100644 index 000000000..39fe71e65 --- /dev/null +++ b/plugins/kolab/langs/el-GR.json @@ -0,0 +1,5 @@ +{ + "KOLAB": { + "CONTACTS_FOLDER": "Contacts Folder" + } +} diff --git a/plugins/kolab/langs/en.json b/plugins/kolab/langs/en.json new file mode 100644 index 000000000..39fe71e65 --- /dev/null +++ b/plugins/kolab/langs/en.json @@ -0,0 +1,5 @@ +{ + "KOLAB": { + "CONTACTS_FOLDER": "Contacts Folder" + } +} diff --git a/plugins/kolab/langs/es-ES.json b/plugins/kolab/langs/es-ES.json new file mode 100644 index 000000000..39fe71e65 --- /dev/null +++ b/plugins/kolab/langs/es-ES.json @@ -0,0 +1,5 @@ +{ + "KOLAB": { + "CONTACTS_FOLDER": "Contacts Folder" + } +} diff --git a/plugins/kolab/langs/et-EE.json b/plugins/kolab/langs/et-EE.json new file mode 100644 index 000000000..39fe71e65 --- /dev/null +++ b/plugins/kolab/langs/et-EE.json @@ -0,0 +1,5 @@ +{ + "KOLAB": { + "CONTACTS_FOLDER": "Contacts Folder" + } +} diff --git a/plugins/kolab/langs/fa-IR.json b/plugins/kolab/langs/fa-IR.json new file mode 100644 index 000000000..39fe71e65 --- /dev/null +++ b/plugins/kolab/langs/fa-IR.json @@ -0,0 +1,5 @@ +{ + "KOLAB": { + "CONTACTS_FOLDER": "Contacts Folder" + } +} diff --git a/plugins/kolab/langs/fi-FI.json b/plugins/kolab/langs/fi-FI.json new file mode 100644 index 000000000..39fe71e65 --- /dev/null +++ b/plugins/kolab/langs/fi-FI.json @@ -0,0 +1,5 @@ +{ + "KOLAB": { + "CONTACTS_FOLDER": "Contacts Folder" + } +} diff --git a/plugins/kolab/langs/fr-FR.json b/plugins/kolab/langs/fr-FR.json new file mode 100644 index 000000000..39fe71e65 --- /dev/null +++ b/plugins/kolab/langs/fr-FR.json @@ -0,0 +1,5 @@ +{ + "KOLAB": { + "CONTACTS_FOLDER": "Contacts Folder" + } +} diff --git a/plugins/kolab/langs/hu-HU.json b/plugins/kolab/langs/hu-HU.json new file mode 100644 index 000000000..39fe71e65 --- /dev/null +++ b/plugins/kolab/langs/hu-HU.json @@ -0,0 +1,5 @@ +{ + "KOLAB": { + "CONTACTS_FOLDER": "Contacts Folder" + } +} diff --git a/plugins/kolab/langs/id-ID.json b/plugins/kolab/langs/id-ID.json new file mode 100644 index 000000000..39fe71e65 --- /dev/null +++ b/plugins/kolab/langs/id-ID.json @@ -0,0 +1,5 @@ +{ + "KOLAB": { + "CONTACTS_FOLDER": "Contacts Folder" + } +} diff --git a/plugins/kolab/langs/is-IS.json b/plugins/kolab/langs/is-IS.json new file mode 100644 index 000000000..39fe71e65 --- /dev/null +++ b/plugins/kolab/langs/is-IS.json @@ -0,0 +1,5 @@ +{ + "KOLAB": { + "CONTACTS_FOLDER": "Contacts Folder" + } +} diff --git a/plugins/kolab/langs/it-IT.json b/plugins/kolab/langs/it-IT.json new file mode 100644 index 000000000..39fe71e65 --- /dev/null +++ b/plugins/kolab/langs/it-IT.json @@ -0,0 +1,5 @@ +{ + "KOLAB": { + "CONTACTS_FOLDER": "Contacts Folder" + } +} diff --git a/plugins/kolab/langs/ja-JP.json b/plugins/kolab/langs/ja-JP.json new file mode 100644 index 000000000..39fe71e65 --- /dev/null +++ b/plugins/kolab/langs/ja-JP.json @@ -0,0 +1,5 @@ +{ + "KOLAB": { + "CONTACTS_FOLDER": "Contacts Folder" + } +} diff --git a/plugins/kolab/langs/ko-KR.json b/plugins/kolab/langs/ko-KR.json new file mode 100644 index 000000000..39fe71e65 --- /dev/null +++ b/plugins/kolab/langs/ko-KR.json @@ -0,0 +1,5 @@ +{ + "KOLAB": { + "CONTACTS_FOLDER": "Contacts Folder" + } +} diff --git a/plugins/kolab/langs/lt-LT.json b/plugins/kolab/langs/lt-LT.json new file mode 100644 index 000000000..39fe71e65 --- /dev/null +++ b/plugins/kolab/langs/lt-LT.json @@ -0,0 +1,5 @@ +{ + "KOLAB": { + "CONTACTS_FOLDER": "Contacts Folder" + } +} diff --git a/plugins/kolab/langs/lv-LV.json b/plugins/kolab/langs/lv-LV.json new file mode 100644 index 000000000..39fe71e65 --- /dev/null +++ b/plugins/kolab/langs/lv-LV.json @@ -0,0 +1,5 @@ +{ + "KOLAB": { + "CONTACTS_FOLDER": "Contacts Folder" + } +} diff --git a/plugins/kolab/langs/nb-NO.json b/plugins/kolab/langs/nb-NO.json new file mode 100644 index 000000000..39fe71e65 --- /dev/null +++ b/plugins/kolab/langs/nb-NO.json @@ -0,0 +1,5 @@ +{ + "KOLAB": { + "CONTACTS_FOLDER": "Contacts Folder" + } +} diff --git a/plugins/kolab/langs/nl-NL.json b/plugins/kolab/langs/nl-NL.json new file mode 100644 index 000000000..39fe71e65 --- /dev/null +++ b/plugins/kolab/langs/nl-NL.json @@ -0,0 +1,5 @@ +{ + "KOLAB": { + "CONTACTS_FOLDER": "Contacts Folder" + } +} diff --git a/plugins/kolab/langs/pl-PL.json b/plugins/kolab/langs/pl-PL.json new file mode 100644 index 000000000..39fe71e65 --- /dev/null +++ b/plugins/kolab/langs/pl-PL.json @@ -0,0 +1,5 @@ +{ + "KOLAB": { + "CONTACTS_FOLDER": "Contacts Folder" + } +} diff --git a/plugins/kolab/langs/pt-BR.json b/plugins/kolab/langs/pt-BR.json new file mode 100644 index 000000000..39fe71e65 --- /dev/null +++ b/plugins/kolab/langs/pt-BR.json @@ -0,0 +1,5 @@ +{ + "KOLAB": { + "CONTACTS_FOLDER": "Contacts Folder" + } +} diff --git a/plugins/kolab/langs/pt-PT.json b/plugins/kolab/langs/pt-PT.json new file mode 100644 index 000000000..39fe71e65 --- /dev/null +++ b/plugins/kolab/langs/pt-PT.json @@ -0,0 +1,5 @@ +{ + "KOLAB": { + "CONTACTS_FOLDER": "Contacts Folder" + } +} diff --git a/plugins/kolab/langs/ro-RO.json b/plugins/kolab/langs/ro-RO.json new file mode 100644 index 000000000..39fe71e65 --- /dev/null +++ b/plugins/kolab/langs/ro-RO.json @@ -0,0 +1,5 @@ +{ + "KOLAB": { + "CONTACTS_FOLDER": "Contacts Folder" + } +} diff --git a/plugins/kolab/langs/ru-RU.json b/plugins/kolab/langs/ru-RU.json new file mode 100644 index 000000000..39fe71e65 --- /dev/null +++ b/plugins/kolab/langs/ru-RU.json @@ -0,0 +1,5 @@ +{ + "KOLAB": { + "CONTACTS_FOLDER": "Contacts Folder" + } +} diff --git a/plugins/kolab/langs/sk-SK.json b/plugins/kolab/langs/sk-SK.json new file mode 100644 index 000000000..39fe71e65 --- /dev/null +++ b/plugins/kolab/langs/sk-SK.json @@ -0,0 +1,5 @@ +{ + "KOLAB": { + "CONTACTS_FOLDER": "Contacts Folder" + } +} diff --git a/plugins/kolab/langs/sl-SI.json b/plugins/kolab/langs/sl-SI.json new file mode 100644 index 000000000..39fe71e65 --- /dev/null +++ b/plugins/kolab/langs/sl-SI.json @@ -0,0 +1,5 @@ +{ + "KOLAB": { + "CONTACTS_FOLDER": "Contacts Folder" + } +} diff --git a/plugins/kolab/langs/sv-SE.json b/plugins/kolab/langs/sv-SE.json new file mode 100644 index 000000000..39fe71e65 --- /dev/null +++ b/plugins/kolab/langs/sv-SE.json @@ -0,0 +1,5 @@ +{ + "KOLAB": { + "CONTACTS_FOLDER": "Contacts Folder" + } +} diff --git a/plugins/kolab/langs/tr-TR.json b/plugins/kolab/langs/tr-TR.json new file mode 100644 index 000000000..39fe71e65 --- /dev/null +++ b/plugins/kolab/langs/tr-TR.json @@ -0,0 +1,5 @@ +{ + "KOLAB": { + "CONTACTS_FOLDER": "Contacts Folder" + } +} diff --git a/plugins/kolab/langs/uk-UA.json b/plugins/kolab/langs/uk-UA.json new file mode 100644 index 000000000..39fe71e65 --- /dev/null +++ b/plugins/kolab/langs/uk-UA.json @@ -0,0 +1,5 @@ +{ + "KOLAB": { + "CONTACTS_FOLDER": "Contacts Folder" + } +} diff --git a/plugins/kolab/langs/zh-CN.json b/plugins/kolab/langs/zh-CN.json new file mode 100644 index 000000000..39fe71e65 --- /dev/null +++ b/plugins/kolab/langs/zh-CN.json @@ -0,0 +1,5 @@ +{ + "KOLAB": { + "CONTACTS_FOLDER": "Contacts Folder" + } +} diff --git a/plugins/kolab/langs/zh-TW.json b/plugins/kolab/langs/zh-TW.json new file mode 100644 index 000000000..39fe71e65 --- /dev/null +++ b/plugins/kolab/langs/zh-TW.json @@ -0,0 +1,5 @@ +{ + "KOLAB": { + "CONTACTS_FOLDER": "Contacts Folder" + } +} diff --git a/snappymail/v/0.0.0/app/localization/ar-SA/user.json b/snappymail/v/0.0.0/app/localization/ar-SA/user.json index c92ec8a5a..adbec8eb9 100644 --- a/snappymail/v/0.0.0/app/localization/ar-SA/user.json +++ b/snappymail/v/0.0.0/app/localization/ar-SA/user.json @@ -502,9 +502,6 @@ "LABEL_SEND_MESSAGE": "إرسال الرسالة", "LABEL_CLOSE_COMPOSE": "إغلاق الرسالة" }, - "KOLAB": { - "CONTACTS_FOLDER": "Contacts Folder" - }, "NOTIFICATIONS": { "INVALID_TOKEN": "خاطىء token", "AUTH_ERROR": "خطأ في كلمة السر \\اسم المستخدم", diff --git a/snappymail/v/0.0.0/app/localization/bg-BG/user.json b/snappymail/v/0.0.0/app/localization/bg-BG/user.json index 57792db81..acb759611 100644 --- a/snappymail/v/0.0.0/app/localization/bg-BG/user.json +++ b/snappymail/v/0.0.0/app/localization/bg-BG/user.json @@ -502,9 +502,6 @@ "LABEL_SEND_MESSAGE": "Изпрати съобщението", "LABEL_CLOSE_COMPOSE": "Затвори създаването" }, - "KOLAB": { - "CONTACTS_FOLDER": "Contacts Folder" - }, "NOTIFICATIONS": { "INVALID_TOKEN": "Невалиден токен", "AUTH_ERROR": "Неуспешно удостоверяване", diff --git a/snappymail/v/0.0.0/app/localization/cs-CZ/user.json b/snappymail/v/0.0.0/app/localization/cs-CZ/user.json index 096858e46..1d4b721f5 100644 --- a/snappymail/v/0.0.0/app/localization/cs-CZ/user.json +++ b/snappymail/v/0.0.0/app/localization/cs-CZ/user.json @@ -502,9 +502,6 @@ "LABEL_SEND_MESSAGE": "Odeslat zprávu", "LABEL_CLOSE_COMPOSE": "Zavřít okno se zprávou" }, - "KOLAB": { - "CONTACTS_FOLDER": "Contacts Folder" - }, "NOTIFICATIONS": { "INVALID_TOKEN": "Neplatný token", "AUTH_ERROR": "Ověření selhalo", diff --git a/snappymail/v/0.0.0/app/localization/da-DK/user.json b/snappymail/v/0.0.0/app/localization/da-DK/user.json index 39b2111df..da2eda87a 100644 --- a/snappymail/v/0.0.0/app/localization/da-DK/user.json +++ b/snappymail/v/0.0.0/app/localization/da-DK/user.json @@ -502,9 +502,6 @@ "LABEL_SEND_MESSAGE": "Send meddelelse", "LABEL_CLOSE_COMPOSE": "Luk forfatter mode" }, - "KOLAB": { - "CONTACTS_FOLDER": "Contacts Folder" - }, "NOTIFICATIONS": { "INVALID_TOKEN": "Ugyldigt tegn", "AUTH_ERROR": "Godkendelse fejlede", diff --git a/snappymail/v/0.0.0/app/localization/de-DE/user.json b/snappymail/v/0.0.0/app/localization/de-DE/user.json index 4ed98e97a..241d8a3f7 100644 --- a/snappymail/v/0.0.0/app/localization/de-DE/user.json +++ b/snappymail/v/0.0.0/app/localization/de-DE/user.json @@ -502,9 +502,6 @@ "LABEL_SEND_MESSAGE": "Nachricht senden", "LABEL_CLOSE_COMPOSE": "Popup schließen" }, - "KOLAB": { - "CONTACTS_FOLDER": "Contacts Folder" - }, "NOTIFICATIONS": { "INVALID_TOKEN": "Ungültiger Token", "AUTH_ERROR": "Authentifizierung fehlgeschlagen", diff --git a/snappymail/v/0.0.0/app/localization/el-GR/user.json b/snappymail/v/0.0.0/app/localization/el-GR/user.json index 647d8b413..a680d1361 100644 --- a/snappymail/v/0.0.0/app/localization/el-GR/user.json +++ b/snappymail/v/0.0.0/app/localization/el-GR/user.json @@ -502,9 +502,6 @@ "LABEL_SEND_MESSAGE": "Send message", "LABEL_CLOSE_COMPOSE": "Close compose" }, - "KOLAB": { - "CONTACTS_FOLDER": "Contacts Folder" - }, "NOTIFICATIONS": { "INVALID_TOKEN": "Invalid token", "AUTH_ERROR": "Authentication failed", diff --git a/snappymail/v/0.0.0/app/localization/en/user.json b/snappymail/v/0.0.0/app/localization/en/user.json index ab7152397..b0c303c4d 100644 --- a/snappymail/v/0.0.0/app/localization/en/user.json +++ b/snappymail/v/0.0.0/app/localization/en/user.json @@ -502,9 +502,6 @@ "LABEL_SEND_MESSAGE": "Send message", "LABEL_CLOSE_COMPOSE": "Close compose" }, - "KOLAB": { - "CONTACTS_FOLDER": "Contacts Folder" - }, "NOTIFICATIONS": { "INVALID_TOKEN": "Invalid token", "AUTH_ERROR": "Authentication failed", diff --git a/snappymail/v/0.0.0/app/localization/es-ES/user.json b/snappymail/v/0.0.0/app/localization/es-ES/user.json index 9dfd66cae..787fde9aa 100644 --- a/snappymail/v/0.0.0/app/localization/es-ES/user.json +++ b/snappymail/v/0.0.0/app/localization/es-ES/user.json @@ -502,9 +502,6 @@ "LABEL_SEND_MESSAGE": "Enviar mensaje", "LABEL_CLOSE_COMPOSE": "Cerrar componer" }, - "KOLAB": { - "CONTACTS_FOLDER": "Contacts Folder" - }, "NOTIFICATIONS": { "INVALID_TOKEN": "Elemento no válido", "AUTH_ERROR": "Autentificación fallida", diff --git a/snappymail/v/0.0.0/app/localization/et-EE/user.json b/snappymail/v/0.0.0/app/localization/et-EE/user.json index c18202e76..f3b24de3f 100644 --- a/snappymail/v/0.0.0/app/localization/et-EE/user.json +++ b/snappymail/v/0.0.0/app/localization/et-EE/user.json @@ -502,9 +502,6 @@ "LABEL_SEND_MESSAGE": "Saada kiri", "LABEL_CLOSE_COMPOSE": "Sulge kirja koostamise aken" }, - "KOLAB": { - "CONTACTS_FOLDER": "Contacts Folder" - }, "NOTIFICATIONS": { "INVALID_TOKEN": "Puudulik tõend", "AUTH_ERROR": "Autentimine ebaõnnestus", diff --git a/snappymail/v/0.0.0/app/localization/fa-IR/user.json b/snappymail/v/0.0.0/app/localization/fa-IR/user.json index e5f73677c..f1a6d727a 100644 --- a/snappymail/v/0.0.0/app/localization/fa-IR/user.json +++ b/snappymail/v/0.0.0/app/localization/fa-IR/user.json @@ -502,9 +502,6 @@ "LABEL_SEND_MESSAGE": "فرستادن پیام", "LABEL_CLOSE_COMPOSE": "بستن صفحه ایجاد" }, - "KOLAB": { - "CONTACTS_FOLDER": "Contacts Folder" - }, "NOTIFICATIONS": { "INVALID_TOKEN": "توکن نامعتبر", "AUTH_ERROR": "احراز هویت با موفقیت همراه نبود", diff --git a/snappymail/v/0.0.0/app/localization/fi-FI/user.json b/snappymail/v/0.0.0/app/localization/fi-FI/user.json index b8aa698e1..f1c49729c 100644 --- a/snappymail/v/0.0.0/app/localization/fi-FI/user.json +++ b/snappymail/v/0.0.0/app/localization/fi-FI/user.json @@ -502,9 +502,6 @@ "LABEL_SEND_MESSAGE": "Lähetä viesti", "LABEL_CLOSE_COMPOSE": "Sule luo viesti" }, - "KOLAB": { - "CONTACTS_FOLDER": "Contacts Folder" - }, "NOTIFICATIONS": { "INVALID_TOKEN": "Väärä suojaustunnus", "AUTH_ERROR": "Tunnistusvirhe", diff --git a/snappymail/v/0.0.0/app/localization/fr-FR/user.json b/snappymail/v/0.0.0/app/localization/fr-FR/user.json index 28ab9e5c0..cec693b35 100644 --- a/snappymail/v/0.0.0/app/localization/fr-FR/user.json +++ b/snappymail/v/0.0.0/app/localization/fr-FR/user.json @@ -502,9 +502,6 @@ "LABEL_SEND_MESSAGE": "Envoyer le message", "LABEL_CLOSE_COMPOSE": "Fermer la fenêtre d'édition" }, - "KOLAB": { - "CONTACTS_FOLDER": "Contacts Folder" - }, "NOTIFICATIONS": { "INVALID_TOKEN": "Jeton invalide", "AUTH_ERROR": "L'authentification a échoué", diff --git a/snappymail/v/0.0.0/app/localization/hu-HU/user.json b/snappymail/v/0.0.0/app/localization/hu-HU/user.json index 0d7935c2c..afb6f3ffb 100644 --- a/snappymail/v/0.0.0/app/localization/hu-HU/user.json +++ b/snappymail/v/0.0.0/app/localization/hu-HU/user.json @@ -502,9 +502,6 @@ "LABEL_SEND_MESSAGE": "Üzenet küldés", "LABEL_CLOSE_COMPOSE": "Levélírás bezárása" }, - "KOLAB": { - "CONTACTS_FOLDER": "Contacts Folder" - }, "NOTIFICATIONS": { "INVALID_TOKEN": "Érvénytelen kulcs", "AUTH_ERROR": "Érvénytelen hitelesítés", diff --git a/snappymail/v/0.0.0/app/localization/id-ID/user.json b/snappymail/v/0.0.0/app/localization/id-ID/user.json index d1120d588..6296a12d1 100644 --- a/snappymail/v/0.0.0/app/localization/id-ID/user.json +++ b/snappymail/v/0.0.0/app/localization/id-ID/user.json @@ -502,9 +502,6 @@ "LABEL_SEND_MESSAGE": "Kirim pesan", "LABEL_CLOSE_COMPOSE": "Tutup buat pesan" }, - "KOLAB": { - "CONTACTS_FOLDER": "Contacts Folder" - }, "NOTIFICATIONS": { "INVALID_TOKEN": "Token tidak sah", "AUTH_ERROR": "Otentikasi gagal", diff --git a/snappymail/v/0.0.0/app/localization/is-IS/user.json b/snappymail/v/0.0.0/app/localization/is-IS/user.json index d9d8a643d..11989ed3a 100644 --- a/snappymail/v/0.0.0/app/localization/is-IS/user.json +++ b/snappymail/v/0.0.0/app/localization/is-IS/user.json @@ -502,9 +502,6 @@ "LABEL_SEND_MESSAGE": "Senda skilaboð", "LABEL_CLOSE_COMPOSE": "Loka ritli" }, - "KOLAB": { - "CONTACTS_FOLDER": "Contacts Folder" - }, "NOTIFICATIONS": { "INVALID_TOKEN": "Rangt tákn", "AUTH_ERROR": "Auðkenning mistókst", diff --git a/snappymail/v/0.0.0/app/localization/it-IT/user.json b/snappymail/v/0.0.0/app/localization/it-IT/user.json index 5db38625d..321a1049e 100644 --- a/snappymail/v/0.0.0/app/localization/it-IT/user.json +++ b/snappymail/v/0.0.0/app/localization/it-IT/user.json @@ -502,9 +502,6 @@ "LABEL_SEND_MESSAGE": "Invia messaggio", "LABEL_CLOSE_COMPOSE": "Chiudi finestra di scrittura" }, - "KOLAB": { - "CONTACTS_FOLDER": "Contacts Folder" - }, "NOTIFICATIONS": { "INVALID_TOKEN": "Token invalido", "AUTH_ERROR": "Autenticazione fallita", diff --git a/snappymail/v/0.0.0/app/localization/ja-JP/user.json b/snappymail/v/0.0.0/app/localization/ja-JP/user.json index 837893dbb..074db4c65 100644 --- a/snappymail/v/0.0.0/app/localization/ja-JP/user.json +++ b/snappymail/v/0.0.0/app/localization/ja-JP/user.json @@ -502,9 +502,6 @@ "LABEL_SEND_MESSAGE": "メッセージを送信", "LABEL_CLOSE_COMPOSE": "作成画面を閉じる" }, - "KOLAB": { - "CONTACTS_FOLDER": "Contacts Folder" - }, "NOTIFICATIONS": { "INVALID_TOKEN": "無効なトークン", "AUTH_ERROR": "認証に失敗しました", diff --git a/snappymail/v/0.0.0/app/localization/ko-KR/user.json b/snappymail/v/0.0.0/app/localization/ko-KR/user.json index ee1b2b502..e0e223cab 100644 --- a/snappymail/v/0.0.0/app/localization/ko-KR/user.json +++ b/snappymail/v/0.0.0/app/localization/ko-KR/user.json @@ -502,9 +502,6 @@ "LABEL_SEND_MESSAGE": "메시지 보내기", "LABEL_CLOSE_COMPOSE": "쓰기 창 닫기" }, - "KOLAB": { - "CONTACTS_FOLDER": "Contacts Folder" - }, "NOTIFICATIONS": { "INVALID_TOKEN": "잘못된 토큰입니다.", "AUTH_ERROR": "인증에 실패했습니다", diff --git a/snappymail/v/0.0.0/app/localization/lt-LT/user.json b/snappymail/v/0.0.0/app/localization/lt-LT/user.json index 0f0165c24..b3b009172 100644 --- a/snappymail/v/0.0.0/app/localization/lt-LT/user.json +++ b/snappymail/v/0.0.0/app/localization/lt-LT/user.json @@ -502,9 +502,6 @@ "LABEL_SEND_MESSAGE": "Siųsti laišką", "LABEL_CLOSE_COMPOSE": "Uždaryti laišką" }, - "KOLAB": { - "CONTACTS_FOLDER": "Contacts Folder" - }, "NOTIFICATIONS": { "INVALID_TOKEN": "Neteisingas raktas", "AUTH_ERROR": "Autorizacija nepavyko", diff --git a/snappymail/v/0.0.0/app/localization/lv-LV/user.json b/snappymail/v/0.0.0/app/localization/lv-LV/user.json index 007e48962..6027d6f1a 100644 --- a/snappymail/v/0.0.0/app/localization/lv-LV/user.json +++ b/snappymail/v/0.0.0/app/localization/lv-LV/user.json @@ -502,9 +502,6 @@ "LABEL_SEND_MESSAGE": "Send message", "LABEL_CLOSE_COMPOSE": "Close compose" }, - "KOLAB": { - "CONTACTS_FOLDER": "Contacts Folder" - }, "NOTIFICATIONS": { "INVALID_TOKEN": "Nepareizs tokens", "AUTH_ERROR": "Autorizācija neizdevās", diff --git a/snappymail/v/0.0.0/app/localization/nb-NO/user.json b/snappymail/v/0.0.0/app/localization/nb-NO/user.json index a99e4d313..1e66d85ff 100644 --- a/snappymail/v/0.0.0/app/localization/nb-NO/user.json +++ b/snappymail/v/0.0.0/app/localization/nb-NO/user.json @@ -502,9 +502,6 @@ "LABEL_SEND_MESSAGE": "Send melding", "LABEL_CLOSE_COMPOSE": "Lukk ny melding" }, - "KOLAB": { - "CONTACTS_FOLDER": "Contacts Folder" - }, "NOTIFICATIONS": { "INVALID_TOKEN": "Ugyldig info", "AUTH_ERROR": "Autentisering mislyktes", diff --git a/snappymail/v/0.0.0/app/localization/nl-NL/user.json b/snappymail/v/0.0.0/app/localization/nl-NL/user.json index f5d0866b9..1aba242d6 100644 --- a/snappymail/v/0.0.0/app/localization/nl-NL/user.json +++ b/snappymail/v/0.0.0/app/localization/nl-NL/user.json @@ -502,9 +502,6 @@ "LABEL_SEND_MESSAGE": "Bericht versturen", "LABEL_CLOSE_COMPOSE": "Nieuw bericht venster sluiten" }, - "KOLAB": { - "CONTACTS_FOLDER": "Contacts Folder" - }, "NOTIFICATIONS": { "INVALID_TOKEN": "Ongeldige token", "AUTH_ERROR": "Authenticatie mislukt", diff --git a/snappymail/v/0.0.0/app/localization/pl-PL/user.json b/snappymail/v/0.0.0/app/localization/pl-PL/user.json index 588de003d..dab92b07f 100644 --- a/snappymail/v/0.0.0/app/localization/pl-PL/user.json +++ b/snappymail/v/0.0.0/app/localization/pl-PL/user.json @@ -502,9 +502,6 @@ "LABEL_SEND_MESSAGE": "Wyślij wiadomość", "LABEL_CLOSE_COMPOSE": "Zamknij okno tworzenia wiadomości" }, - "KOLAB": { - "CONTACTS_FOLDER": "Contacts Folder" - }, "NOTIFICATIONS": { "INVALID_TOKEN": "Nieprawidłowy token", "AUTH_ERROR": "Błąd autoryzacji", diff --git a/snappymail/v/0.0.0/app/localization/pt-BR/user.json b/snappymail/v/0.0.0/app/localization/pt-BR/user.json index 2d1c3bb07..2cacbcafb 100644 --- a/snappymail/v/0.0.0/app/localization/pt-BR/user.json +++ b/snappymail/v/0.0.0/app/localization/pt-BR/user.json @@ -502,9 +502,6 @@ "LABEL_SEND_MESSAGE": "Enviar mensagem", "LABEL_CLOSE_COMPOSE": "Fechar composição" }, - "KOLAB": { - "CONTACTS_FOLDER": "Contacts Folder" - }, "NOTIFICATIONS": { "INVALID_TOKEN": "Senha inválida", "AUTH_ERROR": "Falha na autenticação", diff --git a/snappymail/v/0.0.0/app/localization/pt-PT/user.json b/snappymail/v/0.0.0/app/localization/pt-PT/user.json index afb02344e..0a24cabac 100644 --- a/snappymail/v/0.0.0/app/localization/pt-PT/user.json +++ b/snappymail/v/0.0.0/app/localization/pt-PT/user.json @@ -502,9 +502,6 @@ "LABEL_SEND_MESSAGE": "Enviar mensagem", "LABEL_CLOSE_COMPOSE": "Fechar janela de composição" }, - "KOLAB": { - "CONTACTS_FOLDER": "Contacts Folder" - }, "NOTIFICATIONS": { "INVALID_TOKEN": "Token inválido", "AUTH_ERROR": "Falha na autenticação", diff --git a/snappymail/v/0.0.0/app/localization/ro-RO/user.json b/snappymail/v/0.0.0/app/localization/ro-RO/user.json index 4c191a41a..f022cca18 100644 --- a/snappymail/v/0.0.0/app/localization/ro-RO/user.json +++ b/snappymail/v/0.0.0/app/localization/ro-RO/user.json @@ -502,9 +502,6 @@ "LABEL_SEND_MESSAGE": "Send message", "LABEL_CLOSE_COMPOSE": "Close compose" }, - "KOLAB": { - "CONTACTS_FOLDER": "Contacts Folder" - }, "NOTIFICATIONS": { "INVALID_TOKEN": "Semn invalid", "AUTH_ERROR": "Nu se poate realiza conectarea", diff --git a/snappymail/v/0.0.0/app/localization/ru-RU/user.json b/snappymail/v/0.0.0/app/localization/ru-RU/user.json index 2e69c293f..42ad15545 100644 --- a/snappymail/v/0.0.0/app/localization/ru-RU/user.json +++ b/snappymail/v/0.0.0/app/localization/ru-RU/user.json @@ -502,9 +502,6 @@ "LABEL_SEND_MESSAGE": "Отправить сообщение", "LABEL_CLOSE_COMPOSE": "Закрыть сообщение" }, - "KOLAB": { - "CONTACTS_FOLDER": "Contacts Folder" - }, "NOTIFICATIONS": { "INVALID_TOKEN": "Неверный токен запроса", "AUTH_ERROR": "Не удалось авторизоваться", diff --git a/snappymail/v/0.0.0/app/localization/sk-SK/user.json b/snappymail/v/0.0.0/app/localization/sk-SK/user.json index f26490109..25f42fa79 100644 --- a/snappymail/v/0.0.0/app/localization/sk-SK/user.json +++ b/snappymail/v/0.0.0/app/localization/sk-SK/user.json @@ -502,9 +502,6 @@ "LABEL_SEND_MESSAGE": "Send message", "LABEL_CLOSE_COMPOSE": "Close compose" }, - "KOLAB": { - "CONTACTS_FOLDER": "Contacts Folder" - }, "NOTIFICATIONS": { "INVALID_TOKEN": "Neplatný token", "AUTH_ERROR": "Overenie zlyhalo", diff --git a/snappymail/v/0.0.0/app/localization/sl-SI/user.json b/snappymail/v/0.0.0/app/localization/sl-SI/user.json index 87e349520..88b6ac298 100644 --- a/snappymail/v/0.0.0/app/localization/sl-SI/user.json +++ b/snappymail/v/0.0.0/app/localization/sl-SI/user.json @@ -502,9 +502,6 @@ "LABEL_SEND_MESSAGE": "Pošlji sporočilo", "LABEL_CLOSE_COMPOSE": "Zapri sestavljanje" }, - "KOLAB": { - "CONTACTS_FOLDER": "Contacts Folder" - }, "NOTIFICATIONS": { "INVALID_TOKEN": "Neveljaven žeton", "AUTH_ERROR": "Spodletelo overjanje", diff --git a/snappymail/v/0.0.0/app/localization/sv-SE/user.json b/snappymail/v/0.0.0/app/localization/sv-SE/user.json index ee50d7ec0..1c547e7b2 100644 --- a/snappymail/v/0.0.0/app/localization/sv-SE/user.json +++ b/snappymail/v/0.0.0/app/localization/sv-SE/user.json @@ -502,9 +502,6 @@ "LABEL_SEND_MESSAGE": "Skicka meddelande", "LABEL_CLOSE_COMPOSE": "Stäng fönster" }, - "KOLAB": { - "CONTACTS_FOLDER": "Contacts Folder" - }, "NOTIFICATIONS": { "INVALID_TOKEN": "Ogiltigt tecken", "AUTH_ERROR": "Autentisering misslyckades", diff --git a/snappymail/v/0.0.0/app/localization/tr-TR/user.json b/snappymail/v/0.0.0/app/localization/tr-TR/user.json index df3b489c0..cee8f3669 100644 --- a/snappymail/v/0.0.0/app/localization/tr-TR/user.json +++ b/snappymail/v/0.0.0/app/localization/tr-TR/user.json @@ -502,9 +502,6 @@ "LABEL_SEND_MESSAGE": "Mesajı Gönder", "LABEL_CLOSE_COMPOSE": "Oluşturulanı Kapat" }, - "KOLAB": { - "CONTACTS_FOLDER": "Contacts Folder" - }, "NOTIFICATIONS": { "INVALID_TOKEN": "Geçersiz token", "AUTH_ERROR": "Kimlik doğrulama başarısız oldu", diff --git a/snappymail/v/0.0.0/app/localization/uk-UA/user.json b/snappymail/v/0.0.0/app/localization/uk-UA/user.json index 9d7bc5518..fe1e336eb 100644 --- a/snappymail/v/0.0.0/app/localization/uk-UA/user.json +++ b/snappymail/v/0.0.0/app/localization/uk-UA/user.json @@ -502,9 +502,6 @@ "LABEL_SEND_MESSAGE": "Надіслати повідомлення", "LABEL_CLOSE_COMPOSE": "Закрити повідомлення" }, - "KOLAB": { - "CONTACTS_FOLDER": "Contacts Folder" - }, "NOTIFICATIONS": { "INVALID_TOKEN": "Невірний токен запиту", "AUTH_ERROR": "Не вдалося авторизуватися", diff --git a/snappymail/v/0.0.0/app/localization/zh-CN/user.json b/snappymail/v/0.0.0/app/localization/zh-CN/user.json index 07989d01a..b996cfadb 100644 --- a/snappymail/v/0.0.0/app/localization/zh-CN/user.json +++ b/snappymail/v/0.0.0/app/localization/zh-CN/user.json @@ -502,9 +502,6 @@ "LABEL_SEND_MESSAGE": "发送邮件", "LABEL_CLOSE_COMPOSE": "退出新邮件" }, - "KOLAB": { - "CONTACTS_FOLDER": "Contacts Folder" - }, "NOTIFICATIONS": { "INVALID_TOKEN": "无效标记", "AUTH_ERROR": "认证失败", diff --git a/snappymail/v/0.0.0/app/localization/zh-TW/user.json b/snappymail/v/0.0.0/app/localization/zh-TW/user.json index b1d2adfa3..4eba452b7 100644 --- a/snappymail/v/0.0.0/app/localization/zh-TW/user.json +++ b/snappymail/v/0.0.0/app/localization/zh-TW/user.json @@ -502,9 +502,6 @@ "LABEL_SEND_MESSAGE": "Send message", "LABEL_CLOSE_COMPOSE": "Close compose" }, - "KOLAB": { - "CONTACTS_FOLDER": "Contacts Folder" - }, "NOTIFICATIONS": { "INVALID_TOKEN": "無效標記", "AUTH_ERROR": "認證失敗",