This commit is contained in:
the-djmaze 2022-10-19 13:12:17 +02:00
parent f53dab1baa
commit bdea9c6833
195 changed files with 2344 additions and 12 deletions

View file

@ -3,7 +3,7 @@
<id>snappymail</id>
<name>SnappyMail</name>
<summary>SnappyMail Webmail</summary>
<version>2.19.0</version>
<version>2.19.1</version>
<licence>agpl</licence>
<author>SnappyMail, RainLoop Team, Nextgen-Networks, Tab Fitts, Nathan Kinkade, Pierre-Alain Bandinelli</author>
<description><![CDATA[**Simple, modern, lightweight & fast web-based email client.**

View file

@ -0,0 +1,9 @@
OC.L10N.register(
"rainloop",
{
"Email" : "E-pos",
"Error" : "Fout",
"Save" : "Stoor",
"Password" : "Wagwoord"
},
"nplurals=2; plural=(n != 1);");

View file

@ -0,0 +1,7 @@
{ "translations": {
"Email" : "E-pos",
"Error" : "Fout",
"Save" : "Stoor",
"Password" : "Wagwoord"
},"pluralForm" :"nplurals=2; plural=(n != 1);"
}

View file

@ -0,0 +1,8 @@
OC.L10N.register(
"rainloop",
{
"Email" : "Correu electronico",
"Error" : "Error",
"Password" : "Clau"
},
"nplurals=2; plural=(n != 1);");

View file

@ -0,0 +1,6 @@
{ "translations": {
"Email" : "Correu electronico",
"Error" : "Error",
"Password" : "Clau"
},"pluralForm" :"nplurals=2; plural=(n != 1);"
}

View file

@ -0,0 +1,18 @@
OC.L10N.register(
"rainloop",
{
"Email" : "البريد الإلكترونى",
"Error" : "خطأ",
"RainLoop" : "رين لوب",
"RainLoop Webmail" : "رين لوب لبريد الويب",
"Go to RainLoop Webmail admin panel" : "اذهب الى لوحة ادارة رين لوب لبريد الويب",
"Users will login manually, or define credentials in their personal settings for automatic logins." : "المستخدمين س يدخلو يدويا، او تعريف شهادات في اعدادات حساباتهم الشخصية لتسجيل الدخول آليا.",
"Attempt to automatically login users with their Nextcloud username and password, or user-defined credentials, if set." : "حاول ان تقوم بتسجيل دخول المستخدمين مع اسم المستخدم و الرمز لنيكست كلاود، او شهادة تعريف المستخدم، اذا تناسب.",
"Attempt to automatically login users with their Nextcloud email and password, or user-defined credentials, if set." : "حاول ان تقوم بتسجيل دخول المستخدمين مع الايميل و الرمز لنيكست كلاود، او شهادة تعريف المستخدم، اذا تناسب.",
"Save" : "حفظ",
"RainLoop Webmail is not configured yet." : "بريد الويب رين لوب لم يتم تكوينه بعد..",
"may have some" : "هل لي بعض",
"security considerations" : "اعتبارات امنية",
"Password" : "كلمة السر"
},
"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;");

View file

@ -0,0 +1,16 @@
{ "translations": {
"Email" : "البريد الإلكترونى",
"Error" : "خطأ",
"RainLoop" : "رين لوب",
"RainLoop Webmail" : "رين لوب لبريد الويب",
"Go to RainLoop Webmail admin panel" : "اذهب الى لوحة ادارة رين لوب لبريد الويب",
"Users will login manually, or define credentials in their personal settings for automatic logins." : "المستخدمين س يدخلو يدويا، او تعريف شهادات في اعدادات حساباتهم الشخصية لتسجيل الدخول آليا.",
"Attempt to automatically login users with their Nextcloud username and password, or user-defined credentials, if set." : "حاول ان تقوم بتسجيل دخول المستخدمين مع اسم المستخدم و الرمز لنيكست كلاود، او شهادة تعريف المستخدم، اذا تناسب.",
"Attempt to automatically login users with their Nextcloud email and password, or user-defined credentials, if set." : "حاول ان تقوم بتسجيل دخول المستخدمين مع الايميل و الرمز لنيكست كلاود، او شهادة تعريف المستخدم، اذا تناسب.",
"Save" : "حفظ",
"RainLoop Webmail is not configured yet." : "بريد الويب رين لوب لم يتم تكوينه بعد..",
"may have some" : "هل لي بعض",
"security considerations" : "اعتبارات امنية",
"Password" : "كلمة السر"
},"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;"
}

View file

@ -0,0 +1,9 @@
OC.L10N.register(
"rainloop",
{
"Email" : "email",
"Error" : "Fallu",
"Save" : "Guardar",
"Password" : "Password"
},
"nplurals=2; plural=(n != 1);");

View file

@ -0,0 +1,7 @@
{ "translations": {
"Email" : "email",
"Error" : "Fallu",
"Save" : "Guardar",
"Password" : "Password"
},"pluralForm" :"nplurals=2; plural=(n != 1);"
}

View file

@ -0,0 +1,9 @@
OC.L10N.register(
"rainloop",
{
"Email" : "Email",
"Error" : "Səhv",
"Save" : "Saxla",
"Password" : "Şifrə"
},
"nplurals=2; plural=(n != 1);");

View file

@ -0,0 +1,7 @@
{ "translations": {
"Email" : "Email",
"Error" : "Səhv",
"Save" : "Saxla",
"Password" : "Şifrə"
},"pluralForm" :"nplurals=2; plural=(n != 1);"
}

View file

@ -0,0 +1,9 @@
OC.L10N.register(
"rainloop",
{
"Email" : "email",
"Error" : "Памылка",
"Save" : "Save",
"Password" : "Password"
},
"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);");

View file

@ -0,0 +1,7 @@
{ "translations": {
"Email" : "email",
"Error" : "Памылка",
"Save" : "Save",
"Password" : "Password"
},"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);"
}

View file

@ -0,0 +1,22 @@
OC.L10N.register(
"rainloop",
{
"Email" : "Имейл",
"Error" : "Грешка",
"Invalid argument(s)" : "Невалиден аргумент(и)",
"Saved successfully" : "Успешно запазено",
"RainLoop" : "RainLoop",
"RainLoop Webmail" : "Уеб поща RainLoop ",
"Simple, modern and fast web-based email client. After enabling in Nextcloud, go to Nextcloud admin panel, \"Additionnal settings\" and you will see a \"Rainloop webmail\" section. There, click on the link to go to the Rainloop admin panel. The default user/password is admin/12345. This version is based on Rainloop 1.16.0 (2021-05)." : "Прост, модерен и бърз уеб-базиран имейл клиент. След като го активирате в Nextcloud, отидете на административния панел на Nextcloud, \"Допълнителни настройки\" и ще видите раздел „Уеб поща Rainloop“. Там щракнете върху връзката, за да отидете в администраторския панел на Rainloop. Потребителят/паролата по подразбиране е admin/12345. Тази версия е базирана на Rainloop 1.16.0 (2021-05).",
"Go to RainLoop Webmail admin panel" : "Отидете в администраторския панел на уеб поща RainLoop ",
"Users will login manually, or define credentials in their personal settings for automatic logins." : "Потребителите ще влизат ръчно или ще определят идентификационни данни в личните си настройки за автоматично влизане.",
"Attempt to automatically login users with their Nextcloud username and password, or user-defined credentials, if set." : "Опит за автоматично влизане на потребителите с тяхното име на потребител и парола в Nextcloud или потребителски дефинирани идентификационни данни, ако са зададени.",
"Attempt to automatically login users with their Nextcloud email and password, or user-defined credentials, if set." : "Опит за автоматично влизане на потребителите с техния имейл и парола в Nextcloud или потребителски дефинирани идентификационни данни, ако са зададени.",
"Save" : "Запазване",
"RainLoop Webmail is not configured yet." : "Уеб поща RainLoop все още не е конфигурирана.",
"may have some" : "може да има някои",
"security considerations" : "съображения за сигурност",
"Enter an email and password to auto-login to RainLoop. <b>Please note</b> that this feature %s %s." : "Въведете имейл и парола за автоматично влизане в RainLoop. <b>Моля, имайте предвид</b> ,че тази функция %s %s.",
"Password" : "Парола"
},
"nplurals=2; plural=(n != 1);");

View file

@ -0,0 +1,20 @@
{ "translations": {
"Email" : "Имейл",
"Error" : "Грешка",
"Invalid argument(s)" : "Невалиден аргумент(и)",
"Saved successfully" : "Успешно запазено",
"RainLoop" : "RainLoop",
"RainLoop Webmail" : "Уеб поща RainLoop ",
"Simple, modern and fast web-based email client. After enabling in Nextcloud, go to Nextcloud admin panel, \"Additionnal settings\" and you will see a \"Rainloop webmail\" section. There, click on the link to go to the Rainloop admin panel. The default user/password is admin/12345. This version is based on Rainloop 1.16.0 (2021-05)." : "Прост, модерен и бърз уеб-базиран имейл клиент. След като го активирате в Nextcloud, отидете на административния панел на Nextcloud, \"Допълнителни настройки\" и ще видите раздел „Уеб поща Rainloop“. Там щракнете върху връзката, за да отидете в администраторския панел на Rainloop. Потребителят/паролата по подразбиране е admin/12345. Тази версия е базирана на Rainloop 1.16.0 (2021-05).",
"Go to RainLoop Webmail admin panel" : "Отидете в администраторския панел на уеб поща RainLoop ",
"Users will login manually, or define credentials in their personal settings for automatic logins." : "Потребителите ще влизат ръчно или ще определят идентификационни данни в личните си настройки за автоматично влизане.",
"Attempt to automatically login users with their Nextcloud username and password, or user-defined credentials, if set." : "Опит за автоматично влизане на потребителите с тяхното име на потребител и парола в Nextcloud или потребителски дефинирани идентификационни данни, ако са зададени.",
"Attempt to automatically login users with their Nextcloud email and password, or user-defined credentials, if set." : "Опит за автоматично влизане на потребителите с техния имейл и парола в Nextcloud или потребителски дефинирани идентификационни данни, ако са зададени.",
"Save" : "Запазване",
"RainLoop Webmail is not configured yet." : "Уеб поща RainLoop все още не е конфигурирана.",
"may have some" : "може да има някои",
"security considerations" : "съображения за сигурност",
"Enter an email and password to auto-login to RainLoop. <b>Please note</b> that this feature %s %s." : "Въведете имейл и парола за автоматично влизане в RainLoop. <b>Моля, имайте предвид</b> ,че тази функция %s %s.",
"Password" : "Парола"
},"pluralForm" :"nplurals=2; plural=(n != 1);"
}

View file

@ -0,0 +1,9 @@
OC.L10N.register(
"rainloop",
{
"Email" : "ইমেইল",
"Error" : "সমস্যা",
"Save" : "সংরক্ষণ",
"Password" : "কূটশব্দ"
},
"nplurals=2; plural=(n != 1);");

View file

@ -0,0 +1,7 @@
{ "translations": {
"Email" : "ইমেইল",
"Error" : "সমস্যা",
"Save" : "সংরক্ষণ",
"Password" : "কূটশব্দ"
},"pluralForm" :"nplurals=2; plural=(n != 1);"
}

View file

@ -0,0 +1,21 @@
OC.L10N.register(
"rainloop",
{
"Email" : "Postel",
"Error" : "Fazi",
"Invalid argument(s)" : "Arguzenn(où) fall",
"Saved successfully" : "Enrollet mat",
"RainLoop" : "RainLoop",
"RainLoop Webmail" : "Postel web RainLoop",
"Go to RainLoop Webmail admin panel" : "Kit da banel ar merour ar bostel RainLoop",
"Users will login manually, or define credentials in their personal settings for automatic logins." : "An implijourienn a zeuio tre gant an dorn, pe lakaet a vo gante ho tirouroù identitelez en ho arventennoù bersonnel evit ur mont-tre otomatek. ",
"Attempt to automatically login users with their Nextcloud username and password, or user-defined credentials, if set." : "Klaskit em-gevreañ gant hoc'h anv-implijader hag ho ker-tremen Nextcloud, pe ar c'hredadoù termenet gant an implijader, m'emaint termenet.",
"Attempt to automatically login users with their Nextcloud email and password, or user-defined credentials, if set." : "Klaskit em-gevreañ gant ho postel hag ho ker-tremen Nextcloud, pe ar c'hredadoù termenet gant an implijader, m'emaint termenet.",
"Save" : "Enrollañ",
"RainLoop Webmail is not configured yet." : "N'eo ket arventet ar bostel RainLoop c'hoaz.",
"may have some" : "en deus un tamm marteze",
"security considerations" : "preder surentez",
"Enter an email and password to auto-login to RainLoop. <b>Please note</b> that this feature %s %s." : "Lakait ar bostelhag ar ger-temen evit mont-tre en un doare otomatek da RainLoop. <b>Notennit</b> e ra ar perzh-mañ %s %s.",
"Password" : "Ger-tremen"
},
"nplurals=5; plural=((n%10 == 1) && (n%100 != 11) && (n%100 !=71) && (n%100 !=91) ? 0 :(n%10 == 2) && (n%100 != 12) && (n%100 !=72) && (n%100 !=92) ? 1 :(n%10 ==3 || n%10==4 || n%10==9) && (n%100 < 10 || n% 100 > 19) && (n%100 < 70 || n%100 > 79) && (n%100 < 90 || n%100 > 99) ? 2 :(n != 0 && n % 1000000 == 0) ? 3 : 4);");

View file

@ -0,0 +1,19 @@
{ "translations": {
"Email" : "Postel",
"Error" : "Fazi",
"Invalid argument(s)" : "Arguzenn(où) fall",
"Saved successfully" : "Enrollet mat",
"RainLoop" : "RainLoop",
"RainLoop Webmail" : "Postel web RainLoop",
"Go to RainLoop Webmail admin panel" : "Kit da banel ar merour ar bostel RainLoop",
"Users will login manually, or define credentials in their personal settings for automatic logins." : "An implijourienn a zeuio tre gant an dorn, pe lakaet a vo gante ho tirouroù identitelez en ho arventennoù bersonnel evit ur mont-tre otomatek. ",
"Attempt to automatically login users with their Nextcloud username and password, or user-defined credentials, if set." : "Klaskit em-gevreañ gant hoc'h anv-implijader hag ho ker-tremen Nextcloud, pe ar c'hredadoù termenet gant an implijader, m'emaint termenet.",
"Attempt to automatically login users with their Nextcloud email and password, or user-defined credentials, if set." : "Klaskit em-gevreañ gant ho postel hag ho ker-tremen Nextcloud, pe ar c'hredadoù termenet gant an implijader, m'emaint termenet.",
"Save" : "Enrollañ",
"RainLoop Webmail is not configured yet." : "N'eo ket arventet ar bostel RainLoop c'hoaz.",
"may have some" : "en deus un tamm marteze",
"security considerations" : "preder surentez",
"Enter an email and password to auto-login to RainLoop. <b>Please note</b> that this feature %s %s." : "Lakait ar bostelhag ar ger-temen evit mont-tre en un doare otomatek da RainLoop. <b>Notennit</b> e ra ar perzh-mañ %s %s.",
"Password" : "Ger-tremen"
},"pluralForm" :"nplurals=5; plural=((n%10 == 1) && (n%100 != 11) && (n%100 !=71) && (n%100 !=91) ? 0 :(n%10 == 2) && (n%100 != 12) && (n%100 !=72) && (n%100 !=92) ? 1 :(n%10 ==3 || n%10==4 || n%10==9) && (n%100 < 10 || n% 100 > 19) && (n%100 < 70 || n%100 > 79) && (n%100 < 90 || n%100 > 99) ? 2 :(n != 0 && n % 1000000 == 0) ? 3 : 4);"
}

View file

@ -0,0 +1,9 @@
OC.L10N.register(
"rainloop",
{
"Email" : "E-pošta",
"Error" : "Greška",
"Save" : "Spremi",
"Password" : "Lozinka"
},
"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);");

View file

@ -0,0 +1,7 @@
{ "translations": {
"Email" : "E-pošta",
"Error" : "Greška",
"Save" : "Spremi",
"Password" : "Lozinka"
},"pluralForm" :"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);"
}

View file

@ -0,0 +1,22 @@
OC.L10N.register(
"rainloop",
{
"Email" : "Correu",
"Error" : "Error",
"Invalid argument(s)" : "Els arguments no són vàlids",
"Saved successfully" : "S'ha desat correctament",
"RainLoop" : "RainLoop",
"RainLoop Webmail" : "Correu web RainLoop",
"Simple, modern and fast web-based email client. After enabling in Nextcloud, go to Nextcloud admin panel, \"Additionnal settings\" and you will see a \"Rainloop webmail\" section. There, click on the link to go to the Rainloop admin panel. The default user/password is admin/12345. This version is based on Rainloop 1.16.0 (2021-05)." : "Client web de correu electrònic senzill, modern i ràpid. Després d'habilitar-lo en el Nextcloud, aneu al tauler d'administració del Nextcloud, «Paràmetres addicionals» i veureu una secció anomenada «Correu web RainLoop». Allà, feu clic en l'enllaç per a anar al tauler d'administració del RainLoop. L'usuari i la contrasenya per defecte són admin/12345. Aquesta versió està basada en el RainLoop 1.16.0 (2021-05).",
"Go to RainLoop Webmail admin panel" : "Ves al tauler d'administració del correu web RainLoop",
"Users will login manually, or define credentials in their personal settings for automatic logins." : "Els usuaris iniciaran la sessió manualment o definiran les credencials en els seus paràmetres personals per a iniciar la sessió automàticament.",
"Attempt to automatically login users with their Nextcloud username and password, or user-defined credentials, if set." : "Intenta iniciar la sessió automàticament amb el nom d'usuari i la contrasenya del Nextcloud o les credencials definides per l'usuari, si n'hi ha",
"Attempt to automatically login users with their Nextcloud email and password, or user-defined credentials, if set." : "Intenta iniciar la sessió automàticament amb l'adreça electrònica i la contrasenya del Nextcloud o les credencials definides per l'usuari, si n'hi ha",
"Save" : "Desa",
"RainLoop Webmail is not configured yet." : "Encara no s'ha configurat el correu web RainLoop.",
"may have some" : "pot tenir algunes",
"security considerations" : "implicacions de seguretat",
"Enter an email and password to auto-login to RainLoop. <b>Please note</b> that this feature %s %s." : "Introduïu una adreça electrònica i una contrasenya per a iniciar la sessió automàticament en el RainLoop. <b>Tingueu en compte</b> que aquesta característica %s %s.",
"Password" : "Contrasenya"
},
"nplurals=2; plural=(n != 1);");

View file

@ -0,0 +1,20 @@
{ "translations": {
"Email" : "Correu",
"Error" : "Error",
"Invalid argument(s)" : "Els arguments no són vàlids",
"Saved successfully" : "S'ha desat correctament",
"RainLoop" : "RainLoop",
"RainLoop Webmail" : "Correu web RainLoop",
"Simple, modern and fast web-based email client. After enabling in Nextcloud, go to Nextcloud admin panel, \"Additionnal settings\" and you will see a \"Rainloop webmail\" section. There, click on the link to go to the Rainloop admin panel. The default user/password is admin/12345. This version is based on Rainloop 1.16.0 (2021-05)." : "Client web de correu electrònic senzill, modern i ràpid. Després d'habilitar-lo en el Nextcloud, aneu al tauler d'administració del Nextcloud, «Paràmetres addicionals» i veureu una secció anomenada «Correu web RainLoop». Allà, feu clic en l'enllaç per a anar al tauler d'administració del RainLoop. L'usuari i la contrasenya per defecte són admin/12345. Aquesta versió està basada en el RainLoop 1.16.0 (2021-05).",
"Go to RainLoop Webmail admin panel" : "Ves al tauler d'administració del correu web RainLoop",
"Users will login manually, or define credentials in their personal settings for automatic logins." : "Els usuaris iniciaran la sessió manualment o definiran les credencials en els seus paràmetres personals per a iniciar la sessió automàticament.",
"Attempt to automatically login users with their Nextcloud username and password, or user-defined credentials, if set." : "Intenta iniciar la sessió automàticament amb el nom d'usuari i la contrasenya del Nextcloud o les credencials definides per l'usuari, si n'hi ha",
"Attempt to automatically login users with their Nextcloud email and password, or user-defined credentials, if set." : "Intenta iniciar la sessió automàticament amb l'adreça electrònica i la contrasenya del Nextcloud o les credencials definides per l'usuari, si n'hi ha",
"Save" : "Desa",
"RainLoop Webmail is not configured yet." : "Encara no s'ha configurat el correu web RainLoop.",
"may have some" : "pot tenir algunes",
"security considerations" : "implicacions de seguretat",
"Enter an email and password to auto-login to RainLoop. <b>Please note</b> that this feature %s %s." : "Introduïu una adreça electrònica i una contrasenya per a iniciar la sessió automàticament en el RainLoop. <b>Tingueu en compte</b> que aquesta característica %s %s.",
"Password" : "Contrasenya"
},"pluralForm" :"nplurals=2; plural=(n != 1);"
}

View file

@ -0,0 +1,22 @@
OC.L10N.register(
"rainloop",
{
"Email" : "E-mail",
"Error" : "Chyba",
"Invalid argument(s)" : "Neplatné argumenty",
"Saved successfully" : "Úspěšně uloženo",
"RainLoop" : "RainLoop",
"RainLoop Webmail" : "RainLoop webový e-mailový klient",
"Simple, modern and fast web-based email client. After enabling in Nextcloud, go to Nextcloud admin panel, \"Additionnal settings\" and you will see a \"Rainloop webmail\" section. There, click on the link to go to the Rainloop admin panel. The default user/password is admin/12345. This version is based on Rainloop 1.16.0 (2021-05)." : "Snadno se obsluhující, moderní a rychlý webový e-mailový klient. Po jeho zapnutí v Netxcloud, jděte do správy Nextcloud, sekce „Další nastavení“. Zde klikněte na odkaz vedoucí do rozhraní pro správu Rainloop. Výchozí uživatel/heslo je admin/12345. Tato verze je založena na Rainloop 1.16 (vydáno v lednu 2021-05).",
"Go to RainLoop Webmail admin panel" : "Přejít do webového rozhraní pro správu RainLoop",
"Users will login manually, or define credentials in their personal settings for automatic logins." : "Uživatelé se budou přihlašovat ručně nebo zadají své přihlašovací údaje do v osobních nastaveních Nextcloud a budou se přihlašovat automaticky.",
"Attempt to automatically login users with their Nextcloud username and password, or user-defined credentials, if set." : "Pokoušet se uživatele přihlašovat automaticky pomocí jejich uživatelských jmen a hesel, používaných v jejich Nextcloud účtech, nebo těch uživateli zadaných (pokud jsou).",
"Attempt to automatically login users with their Nextcloud email and password, or user-defined credentials, if set." : "Pokoušet se uživatele přihlašovat automaticky pomocí jejich e-mailů a hesel, používaných v jejich Nextcloud účtech, nebo těch uživateli zadaných (pokud jsou).",
"Save" : "Uložit",
"RainLoop Webmail is not configured yet." : "Webový e-mailový klient RainLoop doposud není nastavený.",
"may have some" : "může mít některé",
"security considerations" : "co zvážit ohledně zabezpečení",
"Enter an email and password to auto-login to RainLoop. <b>Please note</b> that this feature %s %s." : "Zadejte e-mail a heslo pro automatické přihlašování do Rainloop. <b>Prosím uvědomte</b> si, že tato funkce %s %s.",
"Password" : "Heslo"
},
"nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n >= 2 && n <= 4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3;");

View file

@ -0,0 +1,20 @@
{ "translations": {
"Email" : "E-mail",
"Error" : "Chyba",
"Invalid argument(s)" : "Neplatné argumenty",
"Saved successfully" : "Úspěšně uloženo",
"RainLoop" : "RainLoop",
"RainLoop Webmail" : "RainLoop webový e-mailový klient",
"Simple, modern and fast web-based email client. After enabling in Nextcloud, go to Nextcloud admin panel, \"Additionnal settings\" and you will see a \"Rainloop webmail\" section. There, click on the link to go to the Rainloop admin panel. The default user/password is admin/12345. This version is based on Rainloop 1.16.0 (2021-05)." : "Snadno se obsluhující, moderní a rychlý webový e-mailový klient. Po jeho zapnutí v Netxcloud, jděte do správy Nextcloud, sekce „Další nastavení“. Zde klikněte na odkaz vedoucí do rozhraní pro správu Rainloop. Výchozí uživatel/heslo je admin/12345. Tato verze je založena na Rainloop 1.16 (vydáno v lednu 2021-05).",
"Go to RainLoop Webmail admin panel" : "Přejít do webového rozhraní pro správu RainLoop",
"Users will login manually, or define credentials in their personal settings for automatic logins." : "Uživatelé se budou přihlašovat ručně nebo zadají své přihlašovací údaje do v osobních nastaveních Nextcloud a budou se přihlašovat automaticky.",
"Attempt to automatically login users with their Nextcloud username and password, or user-defined credentials, if set." : "Pokoušet se uživatele přihlašovat automaticky pomocí jejich uživatelských jmen a hesel, používaných v jejich Nextcloud účtech, nebo těch uživateli zadaných (pokud jsou).",
"Attempt to automatically login users with their Nextcloud email and password, or user-defined credentials, if set." : "Pokoušet se uživatele přihlašovat automaticky pomocí jejich e-mailů a hesel, používaných v jejich Nextcloud účtech, nebo těch uživateli zadaných (pokud jsou).",
"Save" : "Uložit",
"RainLoop Webmail is not configured yet." : "Webový e-mailový klient RainLoop doposud není nastavený.",
"may have some" : "může mít některé",
"security considerations" : "co zvážit ohledně zabezpečení",
"Enter an email and password to auto-login to RainLoop. <b>Please note</b> that this feature %s %s." : "Zadejte e-mail a heslo pro automatické přihlašování do Rainloop. <b>Prosím uvědomte</b> si, že tato funkce %s %s.",
"Password" : "Heslo"
},"pluralForm" :"nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n >= 2 && n <= 4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3;"
}

View file

@ -0,0 +1,9 @@
OC.L10N.register(
"rainloop",
{
"Email" : "E-bost",
"Error" : "Gwall",
"Save" : "Cadw",
"Password" : "Cyfrinair"
},
"nplurals=4; plural=(n==1) ? 0 : (n==2) ? 1 : (n != 8 && n != 11) ? 2 : 3;");

View file

@ -0,0 +1,7 @@
{ "translations": {
"Email" : "E-bost",
"Error" : "Gwall",
"Save" : "Cadw",
"Password" : "Cyfrinair"
},"pluralForm" :"nplurals=4; plural=(n==1) ? 0 : (n==2) ? 1 : (n != 8 && n != 11) ? 2 : 3;"
}

View file

@ -0,0 +1,21 @@
OC.L10N.register(
"rainloop",
{
"Email" : "Email",
"Error" : "Fejl",
"Invalid argument(s)" : "Ugyldige argument(er)",
"Saved successfully" : "Gemt",
"RainLoop" : "RainLoop",
"RainLoop Webmail" : "RainLoop Webmail",
"Go to RainLoop Webmail admin panel" : "Gå til RainLoop Webmail admin panel",
"Users will login manually, or define credentials in their personal settings for automatic logins." : "Brugere vil logge på manuelt eller definere legitimationsoplysninger i deres personlige indstillinger for automatiske logins.",
"Attempt to automatically login users with their Nextcloud username and password, or user-defined credentials, if set." : "Forsøg automatisk at logge på brugere med deres Nextcloud-brugernavn og adgangskode eller brugerdefinerede legitimationsoplysninger, hvis det er angivet.",
"Attempt to automatically login users with their Nextcloud email and password, or user-defined credentials, if set." : "Forsøg automatisk at logge på brugere med deres Nextcloud-e-mail og adgangskode eller brugerdefinerede legitimationsoplysninger, hvis det er angivet.",
"Save" : "Gem",
"RainLoop Webmail is not configured yet." : "RainLoop Webmail er ikke konfigureret endnu.",
"may have some" : "kan have nogle",
"security considerations" : "sikkerhedshensyn",
"Enter an email and password to auto-login to RainLoop. <b>Please note</b> that this feature %s %s." : "Indtast en e-mail og adgangskode for automatisk at logge på RainLoop. <b>Bemærk</b> at denne funktion %s %s.",
"Password" : "Adgangskode"
},
"nplurals=2; plural=(n != 1);");

View file

@ -0,0 +1,19 @@
{ "translations": {
"Email" : "Email",
"Error" : "Fejl",
"Invalid argument(s)" : "Ugyldige argument(er)",
"Saved successfully" : "Gemt",
"RainLoop" : "RainLoop",
"RainLoop Webmail" : "RainLoop Webmail",
"Go to RainLoop Webmail admin panel" : "Gå til RainLoop Webmail admin panel",
"Users will login manually, or define credentials in their personal settings for automatic logins." : "Brugere vil logge på manuelt eller definere legitimationsoplysninger i deres personlige indstillinger for automatiske logins.",
"Attempt to automatically login users with their Nextcloud username and password, or user-defined credentials, if set." : "Forsøg automatisk at logge på brugere med deres Nextcloud-brugernavn og adgangskode eller brugerdefinerede legitimationsoplysninger, hvis det er angivet.",
"Attempt to automatically login users with their Nextcloud email and password, or user-defined credentials, if set." : "Forsøg automatisk at logge på brugere med deres Nextcloud-e-mail og adgangskode eller brugerdefinerede legitimationsoplysninger, hvis det er angivet.",
"Save" : "Gem",
"RainLoop Webmail is not configured yet." : "RainLoop Webmail er ikke konfigureret endnu.",
"may have some" : "kan have nogle",
"security considerations" : "sikkerhedshensyn",
"Enter an email and password to auto-login to RainLoop. <b>Please note</b> that this feature %s %s." : "Indtast en e-mail og adgangskode for automatisk at logge på RainLoop. <b>Bemærk</b> at denne funktion %s %s.",
"Password" : "Adgangskode"
},"pluralForm" :"nplurals=2; plural=(n != 1);"
}

View file

@ -0,0 +1,22 @@
OC.L10N.register(
"rainloop",
{
"Email" : "E-Mail",
"Error" : "Fehler",
"Invalid argument(s)" : "Ungültige(r) Parameter",
"Saved successfully" : "Gespeichert",
"RainLoop" : "RainLoop",
"RainLoop Webmail" : "RainLoop Webmail",
"Simple, modern and fast web-based email client. After enabling in Nextcloud, go to Nextcloud admin panel, \"Additionnal settings\" and you will see a \"Rainloop webmail\" section. There, click on the link to go to the Rainloop admin panel. The default user/password is admin/12345. This version is based on Rainloop 1.16.0 (2021-05)." : "Einfacher, moderner und schneller webbasierter E-Mail-Client. Nach der Aktivierung in Nextcloud, siehst du in den Einstellungen unter Verwaltung in \"Zusätzliche Einstellungen\" einen Abschnitt mit dem Namen \"RainLoop Webmail\". Klicke dort auf den Link, um zum RainLoop-Verwaltungsbereich zu gelangen. Der Standardbenutzer/Passwort ist admin/12345. Diese Version basiert auf RainLoop 1.16.0 (2021-05).",
"Go to RainLoop Webmail admin panel" : "Gehe zum Administrator-Bereich von RainLoop Webmail ",
"Users will login manually, or define credentials in their personal settings for automatic logins." : "Benutzer melden sich manuell an oder definieren Zugangsdaten in ihren persönlichen Einstellungen für die automatische Anmeldung.",
"Attempt to automatically login users with their Nextcloud username and password, or user-defined credentials, if set." : "Es wird versucht Benutzer automatisch mit ihrem Benutzername und Passwort von Nextcloud oder, falls festgelegt, mit benutzerdefinierten Anmeldedaten anzumelden.",
"Attempt to automatically login users with their Nextcloud email and password, or user-defined credentials, if set." : "Es wird versucht Benutzer automatisch mit der E-Mail-Adresse und Passwort von Nextcloud oder, falls festgelegt, mit benutzerdefinierten Anmeldedaten anzumelden.",
"Save" : "Speichern",
"RainLoop Webmail is not configured yet." : "RainLoop Webmail ist noch nicht eingerichtet.",
"may have some" : "möglicherweise einige",
"security considerations" : "Sicherheitsüberlegungen benötigt",
"Enter an email and password to auto-login to RainLoop. <b>Please note</b> that this feature %s %s." : "E-Mail-Adresse und Passwort für die automatische Anmeldung bei RainLoop eingeben. <b>Bitte beachte</b>, dass diese Funktion %s %s.",
"Password" : "Passwort"
},
"nplurals=2; plural=(n != 1);");

View file

@ -0,0 +1,20 @@
{ "translations": {
"Email" : "E-Mail",
"Error" : "Fehler",
"Invalid argument(s)" : "Ungültige(r) Parameter",
"Saved successfully" : "Gespeichert",
"RainLoop" : "RainLoop",
"RainLoop Webmail" : "RainLoop Webmail",
"Simple, modern and fast web-based email client. After enabling in Nextcloud, go to Nextcloud admin panel, \"Additionnal settings\" and you will see a \"Rainloop webmail\" section. There, click on the link to go to the Rainloop admin panel. The default user/password is admin/12345. This version is based on Rainloop 1.16.0 (2021-05)." : "Einfacher, moderner und schneller webbasierter E-Mail-Client. Nach der Aktivierung in Nextcloud, siehst du in den Einstellungen unter Verwaltung in \"Zusätzliche Einstellungen\" einen Abschnitt mit dem Namen \"RainLoop Webmail\". Klicke dort auf den Link, um zum RainLoop-Verwaltungsbereich zu gelangen. Der Standardbenutzer/Passwort ist admin/12345. Diese Version basiert auf RainLoop 1.16.0 (2021-05).",
"Go to RainLoop Webmail admin panel" : "Gehe zum Administrator-Bereich von RainLoop Webmail ",
"Users will login manually, or define credentials in their personal settings for automatic logins." : "Benutzer melden sich manuell an oder definieren Zugangsdaten in ihren persönlichen Einstellungen für die automatische Anmeldung.",
"Attempt to automatically login users with their Nextcloud username and password, or user-defined credentials, if set." : "Es wird versucht Benutzer automatisch mit ihrem Benutzername und Passwort von Nextcloud oder, falls festgelegt, mit benutzerdefinierten Anmeldedaten anzumelden.",
"Attempt to automatically login users with their Nextcloud email and password, or user-defined credentials, if set." : "Es wird versucht Benutzer automatisch mit der E-Mail-Adresse und Passwort von Nextcloud oder, falls festgelegt, mit benutzerdefinierten Anmeldedaten anzumelden.",
"Save" : "Speichern",
"RainLoop Webmail is not configured yet." : "RainLoop Webmail ist noch nicht eingerichtet.",
"may have some" : "möglicherweise einige",
"security considerations" : "Sicherheitsüberlegungen benötigt",
"Enter an email and password to auto-login to RainLoop. <b>Please note</b> that this feature %s %s." : "E-Mail-Adresse und Passwort für die automatische Anmeldung bei RainLoop eingeben. <b>Bitte beachte</b>, dass diese Funktion %s %s.",
"Password" : "Passwort"
},"pluralForm" :"nplurals=2; plural=(n != 1);"
}

View file

@ -0,0 +1,22 @@
OC.L10N.register(
"rainloop",
{
"Email" : "E-Mail",
"Error" : "Fehler",
"Invalid argument(s)" : "Ungültige(r) Parameter",
"Saved successfully" : "Erfolgreich gespeichert",
"RainLoop" : "RainLoop",
"RainLoop Webmail" : "RainLoop Webmail",
"Simple, modern and fast web-based email client. After enabling in Nextcloud, go to Nextcloud admin panel, \"Additionnal settings\" and you will see a \"Rainloop webmail\" section. There, click on the link to go to the Rainloop admin panel. The default user/password is admin/12345. This version is based on Rainloop 1.16.0 (2021-05)." : "Einfacher, moderner und schneller webbasierter E-Mail-Client. Nach der Aktivierung in Nextcloud, sehen Sie in den Einstellungen unter Verwaltung in \"Zusätzliche Einstellungen\" einen Abschnitt mit dem Namen \"RainLoop Webmail\". Klicken Sie dort auf den Link, um zum RainLoop-Verwaltungsbereich zu gelangen. Der Standardbenutzer/Passwort ist admin/12345. Diese Version basiert auf RainLoop 1.16.0 (2021-05).",
"Go to RainLoop Webmail admin panel" : "Gehen Sie zum Administrator-Bereich von RainLoop Webmail ",
"Users will login manually, or define credentials in their personal settings for automatic logins." : "Benutzer melden sich manuell an oder definieren Zugangsdaten in ihren persönlichen Einstellungen für die automatische Anmeldung.",
"Attempt to automatically login users with their Nextcloud username and password, or user-defined credentials, if set." : "Es wird versucht Benutzer automatisch mit ihrem Benutzername und Passwort von Nextcloud oder, falls festgelegt, mit benutzerdefinierten Anmeldedaten anzumelden.",
"Attempt to automatically login users with their Nextcloud email and password, or user-defined credentials, if set." : "Es wird versucht Benutzer automatisch mit der E-Mail-Adresse und Passwort von Nextcloud oder, falls festgelegt, mit benutzerdefinierten Anmeldedaten anzumelden.",
"Save" : "Speichern",
"RainLoop Webmail is not configured yet." : "RainLoop Webmail ist noch nicht eingerichtet.",
"may have some" : "möglicherweise einige",
"security considerations" : "Sicherheitsüberlegungen benötigt",
"Enter an email and password to auto-login to RainLoop. <b>Please note</b> that this feature %s %s." : "E-Mail-Adresse und Passwort für die automatische Anmeldung bei RainLoop eingeben. <b>Bitte beachten Sie</b>, dass diese Funktion %s %s.",
"Password" : "Passwort"
},
"nplurals=2; plural=(n != 1);");

View file

@ -0,0 +1,20 @@
{ "translations": {
"Email" : "E-Mail",
"Error" : "Fehler",
"Invalid argument(s)" : "Ungültige(r) Parameter",
"Saved successfully" : "Erfolgreich gespeichert",
"RainLoop" : "RainLoop",
"RainLoop Webmail" : "RainLoop Webmail",
"Simple, modern and fast web-based email client. After enabling in Nextcloud, go to Nextcloud admin panel, \"Additionnal settings\" and you will see a \"Rainloop webmail\" section. There, click on the link to go to the Rainloop admin panel. The default user/password is admin/12345. This version is based on Rainloop 1.16.0 (2021-05)." : "Einfacher, moderner und schneller webbasierter E-Mail-Client. Nach der Aktivierung in Nextcloud, sehen Sie in den Einstellungen unter Verwaltung in \"Zusätzliche Einstellungen\" einen Abschnitt mit dem Namen \"RainLoop Webmail\". Klicken Sie dort auf den Link, um zum RainLoop-Verwaltungsbereich zu gelangen. Der Standardbenutzer/Passwort ist admin/12345. Diese Version basiert auf RainLoop 1.16.0 (2021-05).",
"Go to RainLoop Webmail admin panel" : "Gehen Sie zum Administrator-Bereich von RainLoop Webmail ",
"Users will login manually, or define credentials in their personal settings for automatic logins." : "Benutzer melden sich manuell an oder definieren Zugangsdaten in ihren persönlichen Einstellungen für die automatische Anmeldung.",
"Attempt to automatically login users with their Nextcloud username and password, or user-defined credentials, if set." : "Es wird versucht Benutzer automatisch mit ihrem Benutzername und Passwort von Nextcloud oder, falls festgelegt, mit benutzerdefinierten Anmeldedaten anzumelden.",
"Attempt to automatically login users with their Nextcloud email and password, or user-defined credentials, if set." : "Es wird versucht Benutzer automatisch mit der E-Mail-Adresse und Passwort von Nextcloud oder, falls festgelegt, mit benutzerdefinierten Anmeldedaten anzumelden.",
"Save" : "Speichern",
"RainLoop Webmail is not configured yet." : "RainLoop Webmail ist noch nicht eingerichtet.",
"may have some" : "möglicherweise einige",
"security considerations" : "Sicherheitsüberlegungen benötigt",
"Enter an email and password to auto-login to RainLoop. <b>Please note</b> that this feature %s %s." : "E-Mail-Adresse und Passwort für die automatische Anmeldung bei RainLoop eingeben. <b>Bitte beachten Sie</b>, dass diese Funktion %s %s.",
"Password" : "Passwort"
},"pluralForm" :"nplurals=2; plural=(n != 1);"
}

View file

@ -0,0 +1,21 @@
OC.L10N.register(
"rainloop",
{
"Email" : "Ηλ.Ταχυδρομείο",
"Error" : "Σφάλμα",
"Invalid argument(s)" : "Μη έγκυρο όρισμα(τα)",
"Saved successfully" : "Επιτυχής αποθήκευση",
"RainLoop" : "RainLoop",
"RainLoop Webmail" : "Ηλ.Ταχυδρομείο RainLoop",
"Go to RainLoop Webmail admin panel" : "Μετάβαση στον πίνακα διαχείρισης του RainLoop",
"Users will login manually, or define credentials in their personal settings for automatic logins." : "Οι χρήστες θα συνδεθούν χειροκίνητα ή θα ορίσουν διαπιστευτήρια στις προσωπικές τους ρυθμίσεις για αυτόματη σύνδεση.",
"Attempt to automatically login users with their Nextcloud username and password, or user-defined credentials, if set." : "Αυτόματη σύνδεση χρηστών με όνομα χρήστη και κωδικό πρόσβασης του Nextcloud ή με τα διαπιστευτήρια που καθορίζονται από τον χρήστη.",
"Attempt to automatically login users with their Nextcloud email and password, or user-defined credentials, if set." : "Αυτόματη σύνδεση χρηστών με την διεύθυνση Ηλ.Ταχυδρομείου και κωδικό πρόσβασης του Nextcloud ή με τα διαπιστευτήρια που καθορίζονται από τον χρήστη.",
"Save" : "Αποθήκευση",
"RainLoop Webmail is not configured yet." : "Το Ηλ.Ταχυδρομείο RainLoop δεν έχει ρυθμιστεί ακόμη.",
"may have some" : "μπορεί να έχει κάποια",
"security considerations" : "θέματα ασφάλειας",
"Enter an email and password to auto-login to RainLoop. <b>Please note</b> that this feature %s %s." : "Εισάγεται διεύθυνση ηλ.ταχυδρομείου και κωδικό πρόσβασης για αυτόματη σύνδεση στο RainLoop. <b>Σημειώστε</b> ότι αυτή η δυνατότητα %s %s.",
"Password" : "Συνθηματικό"
},
"nplurals=2; plural=(n != 1);");

View file

@ -0,0 +1,19 @@
{ "translations": {
"Email" : "Ηλ.Ταχυδρομείο",
"Error" : "Σφάλμα",
"Invalid argument(s)" : "Μη έγκυρο όρισμα(τα)",
"Saved successfully" : "Επιτυχής αποθήκευση",
"RainLoop" : "RainLoop",
"RainLoop Webmail" : "Ηλ.Ταχυδρομείο RainLoop",
"Go to RainLoop Webmail admin panel" : "Μετάβαση στον πίνακα διαχείρισης του RainLoop",
"Users will login manually, or define credentials in their personal settings for automatic logins." : "Οι χρήστες θα συνδεθούν χειροκίνητα ή θα ορίσουν διαπιστευτήρια στις προσωπικές τους ρυθμίσεις για αυτόματη σύνδεση.",
"Attempt to automatically login users with their Nextcloud username and password, or user-defined credentials, if set." : "Αυτόματη σύνδεση χρηστών με όνομα χρήστη και κωδικό πρόσβασης του Nextcloud ή με τα διαπιστευτήρια που καθορίζονται από τον χρήστη.",
"Attempt to automatically login users with their Nextcloud email and password, or user-defined credentials, if set." : "Αυτόματη σύνδεση χρηστών με την διεύθυνση Ηλ.Ταχυδρομείου και κωδικό πρόσβασης του Nextcloud ή με τα διαπιστευτήρια που καθορίζονται από τον χρήστη.",
"Save" : "Αποθήκευση",
"RainLoop Webmail is not configured yet." : "Το Ηλ.Ταχυδρομείο RainLoop δεν έχει ρυθμιστεί ακόμη.",
"may have some" : "μπορεί να έχει κάποια",
"security considerations" : "θέματα ασφάλειας",
"Enter an email and password to auto-login to RainLoop. <b>Please note</b> that this feature %s %s." : "Εισάγεται διεύθυνση ηλ.ταχυδρομείου και κωδικό πρόσβασης για αυτόματη σύνδεση στο RainLoop. <b>Σημειώστε</b> ότι αυτή η δυνατότητα %s %s.",
"Password" : "Συνθηματικό"
},"pluralForm" :"nplurals=2; plural=(n != 1);"
}

View file

@ -1,5 +1,5 @@
OC.L10N.register(
"snappymail",
"rainloop",
{
"Email" : "Email",
"Error" : "Error",

View file

@ -0,0 +1,9 @@
OC.L10N.register(
"rainloop",
{
"Email" : "Retpoŝtadreso",
"Error" : "Eraro",
"Save" : "Konservi",
"Password" : "Pasvorto"
},
"nplurals=2; plural=(n != 1);");

View file

@ -0,0 +1,7 @@
{ "translations": {
"Email" : "Retpoŝtadreso",
"Error" : "Eraro",
"Save" : "Konservi",
"Password" : "Pasvorto"
},"pluralForm" :"nplurals=2; plural=(n != 1);"
}

View file

@ -0,0 +1,22 @@
OC.L10N.register(
"rainloop",
{
"Email" : "Correo electrónico",
"Error" : "Error",
"Invalid argument(s)" : "Argumento(s) inválidos",
"Saved successfully" : "Guardado correctamente",
"RainLoop" : "RainLoop",
"RainLoop Webmail" : "RainLoop Webmail",
"Simple, modern and fast web-based email client. After enabling in Nextcloud, go to Nextcloud admin panel, \"Additionnal settings\" and you will see a \"Rainloop webmail\" section. There, click on the link to go to the Rainloop admin panel. The default user/password is admin/12345. This version is based on Rainloop 1.16.0 (2021-05)." : "Un cliente de correo basado en web sencillo, moderno y rápido. Tras activarlo en Nexcloud, vaya al panel de administración de Nextcloud, \"Ajustes adicionales\" y verá la sección \"Rainloop webmail\". Haga clic en el enlace para ir al panel de administración de Rainloop. Los valores predeterminados para usuario/contraseña son admin/12345. Esta versión está basada en Rainloop 1.16.0 (2021-05).",
"Go to RainLoop Webmail admin panel" : "Ir al panel de administración de RainLoop Webmail",
"Users will login manually, or define credentials in their personal settings for automatic logins." : "Los usuarios deben registrarse manualmente, o definir credenciales en sus ajustes personales para un registro automático.",
"Attempt to automatically login users with their Nextcloud username and password, or user-defined credentials, if set." : "Intenta iniciar sesión automáticamente con los usuarios usando el nombre de usuario y contraseña de Nextcloud, o las credenciales definidas del usuario, si está configurado.",
"Attempt to automatically login users with their Nextcloud email and password, or user-defined credentials, if set." : "Intenta iniciar sesión automáticamente con los usuarios usando el correo y contraseña de Nextcloud, o las credenciales definidas del usuario, si está configurado.",
"Save" : "Guardar",
"RainLoop Webmail is not configured yet." : "RainLoop Webmail aun no está configurado",
"may have some" : "puede tener alguna",
"security considerations" : "consideraciones de seguridad",
"Enter an email and password to auto-login to RainLoop. <b>Please note</b> that this feature %s %s." : "Escriba un email y contraseña para auto registro en RainLoop. Por favor, observe note</b> que esta característica %s %s.",
"Password" : "Contraseña"
},
"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");

View file

@ -0,0 +1,20 @@
{ "translations": {
"Email" : "Correo electrónico",
"Error" : "Error",
"Invalid argument(s)" : "Argumento(s) inválidos",
"Saved successfully" : "Guardado correctamente",
"RainLoop" : "RainLoop",
"RainLoop Webmail" : "RainLoop Webmail",
"Simple, modern and fast web-based email client. After enabling in Nextcloud, go to Nextcloud admin panel, \"Additionnal settings\" and you will see a \"Rainloop webmail\" section. There, click on the link to go to the Rainloop admin panel. The default user/password is admin/12345. This version is based on Rainloop 1.16.0 (2021-05)." : "Un cliente de correo basado en web sencillo, moderno y rápido. Tras activarlo en Nexcloud, vaya al panel de administración de Nextcloud, \"Ajustes adicionales\" y verá la sección \"Rainloop webmail\". Haga clic en el enlace para ir al panel de administración de Rainloop. Los valores predeterminados para usuario/contraseña son admin/12345. Esta versión está basada en Rainloop 1.16.0 (2021-05).",
"Go to RainLoop Webmail admin panel" : "Ir al panel de administración de RainLoop Webmail",
"Users will login manually, or define credentials in their personal settings for automatic logins." : "Los usuarios deben registrarse manualmente, o definir credenciales en sus ajustes personales para un registro automático.",
"Attempt to automatically login users with their Nextcloud username and password, or user-defined credentials, if set." : "Intenta iniciar sesión automáticamente con los usuarios usando el nombre de usuario y contraseña de Nextcloud, o las credenciales definidas del usuario, si está configurado.",
"Attempt to automatically login users with their Nextcloud email and password, or user-defined credentials, if set." : "Intenta iniciar sesión automáticamente con los usuarios usando el correo y contraseña de Nextcloud, o las credenciales definidas del usuario, si está configurado.",
"Save" : "Guardar",
"RainLoop Webmail is not configured yet." : "RainLoop Webmail aun no está configurado",
"may have some" : "puede tener alguna",
"security considerations" : "consideraciones de seguridad",
"Enter an email and password to auto-login to RainLoop. <b>Please note</b> that this feature %s %s." : "Escriba un email y contraseña para auto registro en RainLoop. Por favor, observe note</b> que esta característica %s %s.",
"Password" : "Contraseña"
},"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"
}

View file

@ -0,0 +1,9 @@
OC.L10N.register(
"rainloop",
{
"Email" : "Correo electrónico",
"Error" : "Error",
"Save" : "Guardar",
"Password" : "Contraseña"
},
"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");

View file

@ -0,0 +1,7 @@
{ "translations": {
"Email" : "Correo electrónico",
"Error" : "Error",
"Save" : "Guardar",
"Password" : "Contraseña"
},"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"
}

View file

@ -0,0 +1,9 @@
OC.L10N.register(
"rainloop",
{
"Email" : "Correo electrónico",
"Error" : "Error",
"Save" : "Guardar",
"Password" : "Contraseña"
},
"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");

View file

@ -0,0 +1,7 @@
{ "translations": {
"Email" : "Correo electrónico",
"Error" : "Error",
"Save" : "Guardar",
"Password" : "Contraseña"
},"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"
}

View file

@ -0,0 +1,9 @@
OC.L10N.register(
"rainloop",
{
"Email" : "Correo electrónico",
"Error" : "Error",
"Save" : "Guardar",
"Password" : "Contraseña"
},
"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");

View file

@ -0,0 +1,7 @@
{ "translations": {
"Email" : "Correo electrónico",
"Error" : "Error",
"Save" : "Guardar",
"Password" : "Contraseña"
},"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"
}

View file

@ -0,0 +1,9 @@
OC.L10N.register(
"rainloop",
{
"Email" : "Correo electrónico",
"Error" : "Error",
"Save" : "Guardar",
"Password" : "Contraseña"
},
"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");

View file

@ -0,0 +1,7 @@
{ "translations": {
"Email" : "Correo electrónico",
"Error" : "Error",
"Save" : "Guardar",
"Password" : "Contraseña"
},"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"
}

View file

@ -0,0 +1,9 @@
OC.L10N.register(
"rainloop",
{
"Email" : "Correo electrónico",
"Error" : "Error",
"Save" : "Guardar",
"Password" : "Contraseña"
},
"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");

View file

@ -0,0 +1,7 @@
{ "translations": {
"Email" : "Correo electrónico",
"Error" : "Error",
"Save" : "Guardar",
"Password" : "Contraseña"
},"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"
}

View file

@ -0,0 +1,9 @@
OC.L10N.register(
"rainloop",
{
"Email" : "Correo electrónico",
"Error" : "Error",
"Save" : "Guardar",
"Password" : "Contraseña"
},
"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");

View file

@ -0,0 +1,7 @@
{ "translations": {
"Email" : "Correo electrónico",
"Error" : "Error",
"Save" : "Guardar",
"Password" : "Contraseña"
},"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"
}

View file

@ -0,0 +1,9 @@
OC.L10N.register(
"rainloop",
{
"Email" : "Correo electrónico",
"Error" : "Error",
"Save" : "Guardar",
"Password" : "Contraseña"
},
"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");

View file

@ -0,0 +1,7 @@
{ "translations": {
"Email" : "Correo electrónico",
"Error" : "Error",
"Save" : "Guardar",
"Password" : "Contraseña"
},"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"
}

View file

@ -0,0 +1,9 @@
OC.L10N.register(
"rainloop",
{
"Email" : "Correo electrónico",
"Error" : "Error",
"Save" : "Guardar",
"Password" : "Contraseña"
},
"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");

View file

@ -0,0 +1,7 @@
{ "translations": {
"Email" : "Correo electrónico",
"Error" : "Error",
"Save" : "Guardar",
"Password" : "Contraseña"
},"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"
}

View file

@ -0,0 +1,9 @@
OC.L10N.register(
"rainloop",
{
"Email" : "Correo electrónico",
"Error" : "Error",
"Save" : "Guardar",
"Password" : "Contraseña"
},
"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");

View file

@ -0,0 +1,7 @@
{ "translations": {
"Email" : "Correo electrónico",
"Error" : "Error",
"Save" : "Guardar",
"Password" : "Contraseña"
},"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"
}

View file

@ -0,0 +1,9 @@
OC.L10N.register(
"rainloop",
{
"Email" : "Correo electrónico",
"Error" : "Error",
"Save" : "Guardar",
"Password" : "Contraseña"
},
"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");

View file

@ -0,0 +1,7 @@
{ "translations": {
"Email" : "Correo electrónico",
"Error" : "Error",
"Save" : "Guardar",
"Password" : "Contraseña"
},"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"
}

View file

@ -0,0 +1,9 @@
OC.L10N.register(
"rainloop",
{
"Email" : "Correo electrónico",
"Error" : "Error",
"Save" : "Guardar",
"Password" : "Contraseña"
},
"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");

View file

@ -0,0 +1,7 @@
{ "translations": {
"Email" : "Correo electrónico",
"Error" : "Error",
"Save" : "Guardar",
"Password" : "Contraseña"
},"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"
}

View file

@ -0,0 +1,9 @@
OC.L10N.register(
"rainloop",
{
"Email" : "Correo electrónico",
"Error" : "Error",
"Save" : "Guardar",
"Password" : "Contraseña"
},
"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");

View file

@ -0,0 +1,7 @@
{ "translations": {
"Email" : "Correo electrónico",
"Error" : "Error",
"Save" : "Guardar",
"Password" : "Contraseña"
},"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"
}

View file

@ -0,0 +1,9 @@
OC.L10N.register(
"rainloop",
{
"Email" : "Correo electrónico",
"Error" : "Error",
"Save" : "Guardar",
"Password" : "Contraseña"
},
"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");

View file

@ -0,0 +1,7 @@
{ "translations": {
"Email" : "Correo electrónico",
"Error" : "Error",
"Save" : "Guardar",
"Password" : "Contraseña"
},"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"
}

View file

@ -0,0 +1,9 @@
OC.L10N.register(
"rainloop",
{
"Email" : "Correo electrónico",
"Error" : "Error",
"Save" : "Guardar",
"Password" : "Contraseña"
},
"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");

View file

@ -0,0 +1,7 @@
{ "translations": {
"Email" : "Correo electrónico",
"Error" : "Error",
"Save" : "Guardar",
"Password" : "Contraseña"
},"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"
}

View file

@ -0,0 +1,9 @@
OC.L10N.register(
"rainloop",
{
"Email" : "Correo electrónico",
"Error" : "Error",
"Save" : "Guardar",
"Password" : "Contraseña"
},
"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");

View file

@ -0,0 +1,7 @@
{ "translations": {
"Email" : "Correo electrónico",
"Error" : "Error",
"Save" : "Guardar",
"Password" : "Contraseña"
},"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"
}

View file

@ -0,0 +1,9 @@
OC.L10N.register(
"rainloop",
{
"Email" : "Correo electrónico",
"Error" : "Error",
"Save" : "Guardar",
"Password" : "Contraseña"
},
"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");

View file

@ -0,0 +1,7 @@
{ "translations": {
"Email" : "Correo electrónico",
"Error" : "Error",
"Save" : "Guardar",
"Password" : "Contraseña"
},"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"
}

View file

@ -0,0 +1,9 @@
OC.L10N.register(
"rainloop",
{
"Email" : "Correo electrónico",
"Error" : "Error",
"Save" : "Guardar",
"Password" : "Contraseña"
},
"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");

View file

@ -0,0 +1,7 @@
{ "translations": {
"Email" : "Correo electrónico",
"Error" : "Error",
"Save" : "Guardar",
"Password" : "Contraseña"
},"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"
}

View file

@ -0,0 +1,9 @@
OC.L10N.register(
"rainloop",
{
"Email" : "Epost",
"Error" : "Viga",
"Save" : "Salvesta",
"Password" : "Parool"
},
"nplurals=2; plural=(n != 1);");

View file

@ -0,0 +1,7 @@
{ "translations": {
"Email" : "Epost",
"Error" : "Viga",
"Save" : "Salvesta",
"Password" : "Parool"
},"pluralForm" :"nplurals=2; plural=(n != 1);"
}

View file

@ -0,0 +1,22 @@
OC.L10N.register(
"rainloop",
{
"Email" : "Helbide elektronikoa",
"Error" : "Errorea",
"Invalid argument(s)" : "Argumentu baliogabea(k)",
"Saved successfully" : "Ondo gorde da",
"RainLoop" : "RainLoop",
"RainLoop Webmail" : "RainLoop Webmail",
"Simple, modern and fast web-based email client. After enabling in Nextcloud, go to Nextcloud admin panel, \"Additionnal settings\" and you will see a \"Rainloop webmail\" section. There, click on the link to go to the Rainloop admin panel. The default user/password is admin/12345. This version is based on Rainloop 1.16.0 (2021-05)." : "Sarean oinarritutako e-posta bezero sinple, moderno eta azkarra. Nextclouden gaitu eta gero, joan Nextcloud admin panelera, \"Ezarpen gehigarriak\" atalera eta bertan ikusiko duzu \"Rainloop webmail\" atala. Hor, egin klik Rainloopen admin panelera joateko estekan. Lehenetsitako erabiltzaile/pasahitza hau da: admin/12345. Bertsio hau honetan oinarrituta dago: Rainloop 1.16.0 (2020-05)",
"Go to RainLoop Webmail admin panel" : "Joan RainLoop Webmailen administrazio panelera",
"Users will login manually, or define credentials in their personal settings for automatic logins." : "Erabiltzaileek eskuz hasiko dute saioa, edo bestela beraien ezarpen pertsonaletan kredentzialak zehaztu ditzakete saio-hasiera automatikorako.",
"Attempt to automatically login users with their Nextcloud username and password, or user-defined credentials, if set." : "Ezarri saiakera erabiltzaileek saio-hasiera automatikoa egiteko Nextcloud erabiltzaile-izena eta pasahitzarekin, edo erabiltzaileek definitutako kredentzialekin, zehaztuz gero.",
"Attempt to automatically login users with their Nextcloud email and password, or user-defined credentials, if set." : "Ezarri saiakera erabiltzaileek saio-hasiera automatikoa egiteko Nextcloud e-posta eta pasahitzarekin, edo erabiltzaileek definitutako kredentzialekin, zehaztuz gero.",
"Save" : "Gorde",
"RainLoop Webmail is not configured yet." : "RainLoop Webmail ez dago konfiguratuta oraindik.",
"may have some" : "batzuk izan ditzake",
"security considerations" : "segurtasun kontuak",
"Enter an email and password to auto-login to RainLoop. <b>Please note</b> that this feature %s %s." : "Saioa automatikoki hasteko sartu helbide elektronikoa eta pasahitza RainLoop-en.<b>Kontuan izan</b>ezaugarri hori dela%s%s.",
"Password" : "Pasahitza"
},
"nplurals=2; plural=(n != 1);");

View file

@ -0,0 +1,20 @@
{ "translations": {
"Email" : "Helbide elektronikoa",
"Error" : "Errorea",
"Invalid argument(s)" : "Argumentu baliogabea(k)",
"Saved successfully" : "Ondo gorde da",
"RainLoop" : "RainLoop",
"RainLoop Webmail" : "RainLoop Webmail",
"Simple, modern and fast web-based email client. After enabling in Nextcloud, go to Nextcloud admin panel, \"Additionnal settings\" and you will see a \"Rainloop webmail\" section. There, click on the link to go to the Rainloop admin panel. The default user/password is admin/12345. This version is based on Rainloop 1.16.0 (2021-05)." : "Sarean oinarritutako e-posta bezero sinple, moderno eta azkarra. Nextclouden gaitu eta gero, joan Nextcloud admin panelera, \"Ezarpen gehigarriak\" atalera eta bertan ikusiko duzu \"Rainloop webmail\" atala. Hor, egin klik Rainloopen admin panelera joateko estekan. Lehenetsitako erabiltzaile/pasahitza hau da: admin/12345. Bertsio hau honetan oinarrituta dago: Rainloop 1.16.0 (2020-05)",
"Go to RainLoop Webmail admin panel" : "Joan RainLoop Webmailen administrazio panelera",
"Users will login manually, or define credentials in their personal settings for automatic logins." : "Erabiltzaileek eskuz hasiko dute saioa, edo bestela beraien ezarpen pertsonaletan kredentzialak zehaztu ditzakete saio-hasiera automatikorako.",
"Attempt to automatically login users with their Nextcloud username and password, or user-defined credentials, if set." : "Ezarri saiakera erabiltzaileek saio-hasiera automatikoa egiteko Nextcloud erabiltzaile-izena eta pasahitzarekin, edo erabiltzaileek definitutako kredentzialekin, zehaztuz gero.",
"Attempt to automatically login users with their Nextcloud email and password, or user-defined credentials, if set." : "Ezarri saiakera erabiltzaileek saio-hasiera automatikoa egiteko Nextcloud e-posta eta pasahitzarekin, edo erabiltzaileek definitutako kredentzialekin, zehaztuz gero.",
"Save" : "Gorde",
"RainLoop Webmail is not configured yet." : "RainLoop Webmail ez dago konfiguratuta oraindik.",
"may have some" : "batzuk izan ditzake",
"security considerations" : "segurtasun kontuak",
"Enter an email and password to auto-login to RainLoop. <b>Please note</b> that this feature %s %s." : "Saioa automatikoki hasteko sartu helbide elektronikoa eta pasahitza RainLoop-en.<b>Kontuan izan</b>ezaugarri hori dela%s%s.",
"Password" : "Pasahitza"
},"pluralForm" :"nplurals=2; plural=(n != 1);"
}

View file

@ -0,0 +1,9 @@
OC.L10N.register(
"rainloop",
{
"Email" : "email",
"Error" : "خطا",
"Save" : "ذخیره",
"Password" : "کلمه عبور"
},
"nplurals=2; plural=(n > 1);");

View file

@ -0,0 +1,7 @@
{ "translations": {
"Email" : "email",
"Error" : "خطا",
"Save" : "ذخیره",
"Password" : "کلمه عبور"
},"pluralForm" :"nplurals=2; plural=(n > 1);"
}

View file

@ -0,0 +1,13 @@
OC.L10N.register(
"rainloop",
{
"Email" : "Sähköposti",
"Error" : "Virhe",
"Invalid argument(s)" : "Yksi tai useampi virheellinen argumentti",
"Saved successfully" : "Tallennettu onnistuneesti",
"RainLoop" : "RainLoop",
"Save" : "Tallenna",
"RainLoop Webmail is not configured yet." : "RainLoop Webmailia ei ole vielä määritetty.",
"Password" : "Salasana"
},
"nplurals=2; plural=(n != 1);");

View file

@ -0,0 +1,11 @@
{ "translations": {
"Email" : "Sähköposti",
"Error" : "Virhe",
"Invalid argument(s)" : "Yksi tai useampi virheellinen argumentti",
"Saved successfully" : "Tallennettu onnistuneesti",
"RainLoop" : "RainLoop",
"Save" : "Tallenna",
"RainLoop Webmail is not configured yet." : "RainLoop Webmailia ei ole vielä määritetty.",
"Password" : "Salasana"
},"pluralForm" :"nplurals=2; plural=(n != 1);"
}

View file

@ -0,0 +1,7 @@
OC.L10N.register(
"rainloop",
{
"Email" : "T-post",
"Password" : "Loyniorð"
},
"nplurals=2; plural=(n != 1);");

View file

@ -0,0 +1,5 @@
{ "translations": {
"Email" : "T-post",
"Password" : "Loyniorð"
},"pluralForm" :"nplurals=2; plural=(n != 1);"
}

View file

@ -0,0 +1,21 @@
OC.L10N.register(
"rainloop",
{
"Email" : "E-mail",
"Error" : "Erreur",
"Invalid argument(s)" : "Argument(s) non valides",
"Saved successfully" : "Enregistré avec succès",
"RainLoop" : "RainLoop",
"RainLoop Webmail" : "Webmail RainLoop",
"Go to RainLoop Webmail admin panel" : "Accédez à la page d'administration de RainLoop ",
"Users will login manually, or define credentials in their personal settings for automatic logins." : "Les utilisateurs se connecteront manuellement ou définiront des informations d'identification dans leurs paramètres personnels pour les connexions automatiques.",
"Attempt to automatically login users with their Nextcloud username and password, or user-defined credentials, if set." : "Tenter de connecter automatiquement les utilisateurs avec leur nom d'utilisateur et mot de passe Nextcloud, ou avec les informations d'identification définies par l'utilisateur, si elles le sont.",
"Attempt to automatically login users with their Nextcloud email and password, or user-defined credentials, if set." : "Tenter de connecter es utilisateurs avec leur e-mail et mot de passe Nextcloud, ou avec informations d'identification définies par l'utilisateur, si définies.",
"Save" : "Enregistrer",
"RainLoop Webmail is not configured yet." : "RainLoop n'est pas encore configuré.",
"may have some" : "peut avoir",
"security considerations" : "Motifs de sécurité",
"Enter an email and password to auto-login to RainLoop. <b>Please note</b> that this feature %s %s." : "Saisissez un e-mail et un mot de passe pour se connecter automatiquement à RainLoop. <b>À noter que </b> cette fonctionnalité %s %s.",
"Password" : "Mot de passe"
},
"nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");

View file

@ -0,0 +1,19 @@
{ "translations": {
"Email" : "E-mail",
"Error" : "Erreur",
"Invalid argument(s)" : "Argument(s) non valides",
"Saved successfully" : "Enregistré avec succès",
"RainLoop" : "RainLoop",
"RainLoop Webmail" : "Webmail RainLoop",
"Go to RainLoop Webmail admin panel" : "Accédez à la page d'administration de RainLoop ",
"Users will login manually, or define credentials in their personal settings for automatic logins." : "Les utilisateurs se connecteront manuellement ou définiront des informations d'identification dans leurs paramètres personnels pour les connexions automatiques.",
"Attempt to automatically login users with their Nextcloud username and password, or user-defined credentials, if set." : "Tenter de connecter automatiquement les utilisateurs avec leur nom d'utilisateur et mot de passe Nextcloud, ou avec les informations d'identification définies par l'utilisateur, si elles le sont.",
"Attempt to automatically login users with their Nextcloud email and password, or user-defined credentials, if set." : "Tenter de connecter es utilisateurs avec leur e-mail et mot de passe Nextcloud, ou avec informations d'identification définies par l'utilisateur, si définies.",
"Save" : "Enregistrer",
"RainLoop Webmail is not configured yet." : "RainLoop n'est pas encore configuré.",
"may have some" : "peut avoir",
"security considerations" : "Motifs de sécurité",
"Enter an email and password to auto-login to RainLoop. <b>Please note</b> that this feature %s %s." : "Saisissez un e-mail et un mot de passe pour se connecter automatiquement à RainLoop. <b>À noter que </b> cette fonctionnalité %s %s.",
"Password" : "Mot de passe"
},"pluralForm" :"nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"
}

View file

@ -0,0 +1,9 @@
OC.L10N.register(
"rainloop",
{
"Email" : "Post-d",
"Error" : "Mearachd",
"Save" : "Sàbhail",
"Password" : "Facal-faire"
},
"nplurals=4; plural=(n==1 || n==11) ? 0 : (n==2 || n==12) ? 1 : (n > 2 && n < 20) ? 2 : 3;");

View file

@ -0,0 +1,7 @@
{ "translations": {
"Email" : "Post-d",
"Error" : "Mearachd",
"Save" : "Sàbhail",
"Password" : "Facal-faire"
},"pluralForm" :"nplurals=4; plural=(n==1 || n==11) ? 0 : (n==2 || n==12) ? 1 : (n > 2 && n < 20) ? 2 : 3;"
}

View file

@ -0,0 +1,21 @@
OC.L10N.register(
"rainloop",
{
"Email" : "Correo-e",
"Error" : "Erro",
"Invalid argument(s)" : "Argumento(s) incorrecto(s)",
"Saved successfully" : "Gardadao satisfactoriamente",
"RainLoop" : "RainLoop",
"RainLoop Webmail" : "Correo web RainLoop",
"Go to RainLoop Webmail admin panel" : "Ir ao panel de administración do Correo web RainLoop ",
"Users will login manually, or define credentials in their personal settings for automatic logins." : "Os usuarios iniciarán sesión manualmente ou definirán as credenciais nos seus axustes persoais para os accesos automáticos.",
"Attempt to automatically login users with their Nextcloud username and password, or user-defined credentials, if set." : "Tente acceder de xeito automático aos usuarios co seu nome de usuario e contrasinal do Nextcloud ou as credenciais definidas polo usuario, se están definidas.",
"Attempt to automatically login users with their Nextcloud email and password, or user-defined credentials, if set." : "Tente acceder de xeito automático aos usuarios co seu correo contrasinal do Nextcloud ou as credenciais definidas polo usuario, se están definidas.",
"Save" : "Gardar",
"RainLoop Webmail is not configured yet." : "O Correo web RainLoop aínda non foi configurado.",
"may have some" : "pode que teña algunhas",
"security considerations" : "consideracións de seguridade",
"Enter an email and password to auto-login to RainLoop. <b>Please note</b> that this feature %s %s." : "Introduza un correo electrónico e un contrasinal para o acceso automático ao RainLoop. <b>Teña en conta</b> que esta característica %s %s.",
"Password" : "Contrasinal"
},
"nplurals=2; plural=(n != 1);");

View file

@ -0,0 +1,19 @@
{ "translations": {
"Email" : "Correo-e",
"Error" : "Erro",
"Invalid argument(s)" : "Argumento(s) incorrecto(s)",
"Saved successfully" : "Gardadao satisfactoriamente",
"RainLoop" : "RainLoop",
"RainLoop Webmail" : "Correo web RainLoop",
"Go to RainLoop Webmail admin panel" : "Ir ao panel de administración do Correo web RainLoop ",
"Users will login manually, or define credentials in their personal settings for automatic logins." : "Os usuarios iniciarán sesión manualmente ou definirán as credenciais nos seus axustes persoais para os accesos automáticos.",
"Attempt to automatically login users with their Nextcloud username and password, or user-defined credentials, if set." : "Tente acceder de xeito automático aos usuarios co seu nome de usuario e contrasinal do Nextcloud ou as credenciais definidas polo usuario, se están definidas.",
"Attempt to automatically login users with their Nextcloud email and password, or user-defined credentials, if set." : "Tente acceder de xeito automático aos usuarios co seu correo contrasinal do Nextcloud ou as credenciais definidas polo usuario, se están definidas.",
"Save" : "Gardar",
"RainLoop Webmail is not configured yet." : "O Correo web RainLoop aínda non foi configurado.",
"may have some" : "pode que teña algunhas",
"security considerations" : "consideracións de seguridade",
"Enter an email and password to auto-login to RainLoop. <b>Please note</b> that this feature %s %s." : "Introduza un correo electrónico e un contrasinal para o acceso automático ao RainLoop. <b>Teña en conta</b> que esta característica %s %s.",
"Password" : "Contrasinal"
},"pluralForm" :"nplurals=2; plural=(n != 1);"
}

View file

@ -0,0 +1,21 @@
OC.L10N.register(
"rainloop",
{
"Email" : "דוא״ל",
"Error" : "שגיאה",
"Invalid argument(s)" : "ארגומנטים שגויים",
"Saved successfully" : "נשמר בהצלחה",
"RainLoop" : "RainLoop",
"RainLoop Webmail" : "דוא״ל דפדפן RainLoop",
"Go to RainLoop Webmail admin panel" : "מעבר ללוח הניהול של הדוא״ל דרך הדפדפן RainLoop",
"Users will login manually, or define credentials in their personal settings for automatic logins." : "משתמשים ייכנסו ידנית או יגדירו הרשאות גישה בהגדרות האישיות שלהם לכניסות באופן אוטומטי.",
"Attempt to automatically login users with their Nextcloud username and password, or user-defined credentials, if set." : "לנסות להכניס משתמשים עם שם המשתמש והססמה שלהם ב־Nextcloud או באמצעות פרטי גישה שהוגדרו על ידי המשתמש, אם הוגדרו כאלה.",
"Attempt to automatically login users with their Nextcloud email and password, or user-defined credentials, if set." : "לנסות להכניס משתמשים עם כתובת הדוא״ל והססמה שלהם ב־Nextcloud או באמצעות פרטי גישה שהוגדרו על ידי המשתמש, אם הוגדרו כאלה.",
"Save" : "שמירה",
"RainLoop Webmail is not configured yet." : "דוא״ל דפדפן RainLoop אינו מוגדר עדיין.",
"may have some" : "עשויים להיות",
"security considerations" : "ענייני אבטחה",
"Enter an email and password to auto-login to RainLoop. <b>Please note</b> that this feature %s %s." : "נא למלא שם משתמש וססמה כדי להיכנס ל־RainLoop אוטומטית. <b>נא לשים לב</b> שהתכונה הזאת %s %s.",
"Password" : "ססמה"
},
"nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n == 2 && n % 1 == 0) ? 1: (n % 10 == 0 && n % 1 == 0 && n > 10) ? 2 : 3;");

View file

@ -0,0 +1,19 @@
{ "translations": {
"Email" : "דוא״ל",
"Error" : "שגיאה",
"Invalid argument(s)" : "ארגומנטים שגויים",
"Saved successfully" : "נשמר בהצלחה",
"RainLoop" : "RainLoop",
"RainLoop Webmail" : "דוא״ל דפדפן RainLoop",
"Go to RainLoop Webmail admin panel" : "מעבר ללוח הניהול של הדוא״ל דרך הדפדפן RainLoop",
"Users will login manually, or define credentials in their personal settings for automatic logins." : "משתמשים ייכנסו ידנית או יגדירו הרשאות גישה בהגדרות האישיות שלהם לכניסות באופן אוטומטי.",
"Attempt to automatically login users with their Nextcloud username and password, or user-defined credentials, if set." : "לנסות להכניס משתמשים עם שם המשתמש והססמה שלהם ב־Nextcloud או באמצעות פרטי גישה שהוגדרו על ידי המשתמש, אם הוגדרו כאלה.",
"Attempt to automatically login users with their Nextcloud email and password, or user-defined credentials, if set." : "לנסות להכניס משתמשים עם כתובת הדוא״ל והססמה שלהם ב־Nextcloud או באמצעות פרטי גישה שהוגדרו על ידי המשתמש, אם הוגדרו כאלה.",
"Save" : "שמירה",
"RainLoop Webmail is not configured yet." : "דוא״ל דפדפן RainLoop אינו מוגדר עדיין.",
"may have some" : "עשויים להיות",
"security considerations" : "ענייני אבטחה",
"Enter an email and password to auto-login to RainLoop. <b>Please note</b> that this feature %s %s." : "נא למלא שם משתמש וססמה כדי להיכנס ל־RainLoop אוטומטית. <b>נא לשים לב</b> שהתכונה הזאת %s %s.",
"Password" : "ססמה"
},"pluralForm" :"nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n == 2 && n % 1 == 0) ? 1: (n % 10 == 0 && n % 1 == 0 && n > 10) ? 2 : 3;"
}

View file

@ -0,0 +1,21 @@
OC.L10N.register(
"rainloop",
{
"Email" : "E-pošta",
"Error" : "Pogreška",
"Invalid argument(s)" : "Nevažeći argument(i)",
"Saved successfully" : "Uspješno spremljeno",
"RainLoop" : "RainLoop",
"RainLoop Webmail" : "RainLoop Webmail",
"Go to RainLoop Webmail admin panel" : "Idi na administracijsku ploču aplikacije RainLoop Webmail",
"Users will login manually, or define credentials in their personal settings for automatic logins." : "Korisnici će se ručno prijavljivati ili definirati vjerodajnice za automatsku prijavu u svojim osobnim postavkama.",
"Attempt to automatically login users with their Nextcloud username and password, or user-defined credentials, if set." : "Pokušajte automatski prijaviti korisnike s njihovim Nextcloudovim korisničkim imenom i zaporkom ili korisničkim vjerodajnicama, ako postoje.",
"Attempt to automatically login users with their Nextcloud email and password, or user-defined credentials, if set." : "Pokušajte automatski prijaviti korisnike s njihovom Nextcloudovom adresom e-pošte i zaporkom ili korisničkim vjerodajnicama, ako postoje.",
"Save" : "Spremi",
"RainLoop Webmail is not configured yet." : "RainLoop Webmail još nije konfiguriran.",
"may have some" : "možda postoje neka",
"security considerations" : "sigurnosna pitanja",
"Enter an email and password to auto-login to RainLoop. <b>Please note</b> that this feature %s %s." : "Unesite adresu e-pošte i zaporku za automatsku prijavu u aplikaciju RainLoop. <b>Imajte na umu</b> da ova značajka %s %s.",
"Password" : "Zaporka"
},
"nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;");

View file

@ -0,0 +1,19 @@
{ "translations": {
"Email" : "E-pošta",
"Error" : "Pogreška",
"Invalid argument(s)" : "Nevažeći argument(i)",
"Saved successfully" : "Uspješno spremljeno",
"RainLoop" : "RainLoop",
"RainLoop Webmail" : "RainLoop Webmail",
"Go to RainLoop Webmail admin panel" : "Idi na administracijsku ploču aplikacije RainLoop Webmail",
"Users will login manually, or define credentials in their personal settings for automatic logins." : "Korisnici će se ručno prijavljivati ili definirati vjerodajnice za automatsku prijavu u svojim osobnim postavkama.",
"Attempt to automatically login users with their Nextcloud username and password, or user-defined credentials, if set." : "Pokušajte automatski prijaviti korisnike s njihovim Nextcloudovim korisničkim imenom i zaporkom ili korisničkim vjerodajnicama, ako postoje.",
"Attempt to automatically login users with their Nextcloud email and password, or user-defined credentials, if set." : "Pokušajte automatski prijaviti korisnike s njihovom Nextcloudovom adresom e-pošte i zaporkom ili korisničkim vjerodajnicama, ako postoje.",
"Save" : "Spremi",
"RainLoop Webmail is not configured yet." : "RainLoop Webmail još nije konfiguriran.",
"may have some" : "možda postoje neka",
"security considerations" : "sigurnosna pitanja",
"Enter an email and password to auto-login to RainLoop. <b>Please note</b> that this feature %s %s." : "Unesite adresu e-pošte i zaporku za automatsku prijavu u aplikaciju RainLoop. <b>Imajte na umu</b> da ova značajka %s %s.",
"Password" : "Zaporka"
},"pluralForm" :"nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;"
}

View file

@ -0,0 +1,22 @@
OC.L10N.register(
"rainloop",
{
"Email" : "E-mail",
"Error" : "Hiba",
"Invalid argument(s)" : "Érvénytelen argumentumok",
"Saved successfully" : "Sikeres mentés",
"RainLoop" : "RainLoop",
"RainLoop Webmail" : "RainLoop Webmail",
"Simple, modern and fast web-based email client. After enabling in Nextcloud, go to Nextcloud admin panel, \"Additionnal settings\" and you will see a \"Rainloop webmail\" section. There, click on the link to go to the Rainloop admin panel. The default user/password is admin/12345. This version is based on Rainloop 1.16.0 (2021-05)." : "Egyszerű, modern és gyors webes e-mail-kliens. Miután engedélyezte a Nextcloudban, ugorjon az adminisztrációs panelhez, válassza a „További beállítások” lehetőséget, és látni fogja a „RainLoop Webmail” szakaszt. Ott kattintson a hivatkozásra, amely a RainLoop adminisztrációs paneljéhez vezet. Az alapértelmezett felhasználónév/jelszó páros admin/12345. Ez a verzió a RainLoop 1.16.0-s (2021. májusi) verziójára épül.",
"Go to RainLoop Webmail admin panel" : "Ugorjon a RainLoop Webmail adminisztrációs paneljéhez",
"Users will login manually, or define credentials in their personal settings for automatic logins." : "A felhasználók kézileg fognak belépni, vagy megadják a hitelesítő adataikat a személyes beállításaikban az automatikusan bejelentkezéshez.",
"Attempt to automatically login users with their Nextcloud username and password, or user-defined credentials, if set." : "Megpróbálja automatikusan bejelentkezni a felhasználókat a nextcloudos felhasználónevükkel és jelszavukkal, vagy a felhasználó által megadott hitelesítő adatokkal, ha be vannak állítva.",
"Attempt to automatically login users with their Nextcloud email and password, or user-defined credentials, if set." : "Megpróbálja automatikusan bejelentkezni a felhasználókat a nextcloudos e-mail-címükkel és jelszavukkal, vagy a felhasználó által megadott hitelesítő adatokkal, ha be vannak állítva.",
"Save" : "Mentés",
"RainLoop Webmail is not configured yet." : "A RainLoop Webmail még nincs beállítva.",
"may have some" : "biztonsági megfontolásokat",
"security considerations" : "vethet fel",
"Enter an email and password to auto-login to RainLoop. <b>Please note</b> that this feature %s %s." : "Adjon meg egy e-mail-címet és jelszót a RainLoopba történő automatikus bejelentkezéshez. <b>Felhívjuk figyelmét</b>, hogy ez a funkció %s %s.",
"Password" : "Jelszó"
},
"nplurals=2; plural=(n != 1);");

View file

@ -0,0 +1,20 @@
{ "translations": {
"Email" : "E-mail",
"Error" : "Hiba",
"Invalid argument(s)" : "Érvénytelen argumentumok",
"Saved successfully" : "Sikeres mentés",
"RainLoop" : "RainLoop",
"RainLoop Webmail" : "RainLoop Webmail",
"Simple, modern and fast web-based email client. After enabling in Nextcloud, go to Nextcloud admin panel, \"Additionnal settings\" and you will see a \"Rainloop webmail\" section. There, click on the link to go to the Rainloop admin panel. The default user/password is admin/12345. This version is based on Rainloop 1.16.0 (2021-05)." : "Egyszerű, modern és gyors webes e-mail-kliens. Miután engedélyezte a Nextcloudban, ugorjon az adminisztrációs panelhez, válassza a „További beállítások” lehetőséget, és látni fogja a „RainLoop Webmail” szakaszt. Ott kattintson a hivatkozásra, amely a RainLoop adminisztrációs paneljéhez vezet. Az alapértelmezett felhasználónév/jelszó páros admin/12345. Ez a verzió a RainLoop 1.16.0-s (2021. májusi) verziójára épül.",
"Go to RainLoop Webmail admin panel" : "Ugorjon a RainLoop Webmail adminisztrációs paneljéhez",
"Users will login manually, or define credentials in their personal settings for automatic logins." : "A felhasználók kézileg fognak belépni, vagy megadják a hitelesítő adataikat a személyes beállításaikban az automatikusan bejelentkezéshez.",
"Attempt to automatically login users with their Nextcloud username and password, or user-defined credentials, if set." : "Megpróbálja automatikusan bejelentkezni a felhasználókat a nextcloudos felhasználónevükkel és jelszavukkal, vagy a felhasználó által megadott hitelesítő adatokkal, ha be vannak állítva.",
"Attempt to automatically login users with their Nextcloud email and password, or user-defined credentials, if set." : "Megpróbálja automatikusan bejelentkezni a felhasználókat a nextcloudos e-mail-címükkel és jelszavukkal, vagy a felhasználó által megadott hitelesítő adatokkal, ha be vannak állítva.",
"Save" : "Mentés",
"RainLoop Webmail is not configured yet." : "A RainLoop Webmail még nincs beállítva.",
"may have some" : "biztonsági megfontolásokat",
"security considerations" : "vethet fel",
"Enter an email and password to auto-login to RainLoop. <b>Please note</b> that this feature %s %s." : "Adjon meg egy e-mail-címet és jelszót a RainLoopba történő automatikus bejelentkezéshez. <b>Felhívjuk figyelmét</b>, hogy ez a funkció %s %s.",
"Password" : "Jelszó"
},"pluralForm" :"nplurals=2; plural=(n != 1);"
}

View file

@ -0,0 +1,9 @@
OC.L10N.register(
"rainloop",
{
"Email" : "Էլ․փոստ",
"Error" : "Սխալ",
"Save" : "Պահպանել",
"Password" : "Գաղտնաբառ"
},
"nplurals=2; plural=(n != 1);");

View file

@ -0,0 +1,7 @@
{ "translations": {
"Email" : "Էլ․փոստ",
"Error" : "Սխալ",
"Save" : "Պահպանել",
"Password" : "Գաղտնաբառ"
},"pluralForm" :"nplurals=2; plural=(n != 1);"
}

View file

@ -0,0 +1,9 @@
OC.L10N.register(
"rainloop",
{
"Email" : "E-posta",
"Error" : "Error",
"Save" : "Salveguardar",
"Password" : "Contrasigno"
},
"nplurals=2; plural=(n != 1);");

View file

@ -0,0 +1,7 @@
{ "translations": {
"Email" : "E-posta",
"Error" : "Error",
"Save" : "Salveguardar",
"Password" : "Contrasigno"
},"pluralForm" :"nplurals=2; plural=(n != 1);"
}

Some files were not shown because too many files have changed in this diff Show more