Show spam aliases #
This commit is contained in:
30
data/web/rc/plugins/password/localization/ar.inc
Normal file
30
data/web/rc/plugins/password/localization/ar.inc
Normal file
@@ -0,0 +1,30 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
+-----------------------------------------------------------------------+
|
||||
| plugins/password/localization/<lang>.inc |
|
||||
| |
|
||||
| Localization file of the Roundcube Webmail Password plugin |
|
||||
| Copyright (C) 2012-2013, The Roundcube Dev Team |
|
||||
| |
|
||||
| Licensed under the GNU General Public License version 3 or |
|
||||
| any later version with exceptions for skins & plugins. |
|
||||
| See the README file for a full license statement. |
|
||||
| |
|
||||
+-----------------------------------------------------------------------+
|
||||
|
||||
For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-password/
|
||||
*/
|
||||
$labels['curpasswd'] = 'كلمة المرور الحالية:';
|
||||
$labels['newpasswd'] = 'كلمة المرور الجديدة:';
|
||||
$labels['confpasswd'] = 'تأكيد كلمة المرور الجديدة:';
|
||||
$messages['nopassword'] = 'من فضلك أدخل كلمة المرور الجديدة.';
|
||||
$messages['nocurpassword'] = 'من فضلك أدخل كلمة المرور الحالية.';
|
||||
$messages['passwordincorrect'] = 'كلمة المرور الحالية غير صحيحة.';
|
||||
$messages['passwordinconsistency'] = 'كلمة المرور غير مطابقة حاول مجددا';
|
||||
$messages['crypterror'] = 'تعذر حفظ كلمة المرور الجديدة. وظيفة التشفير مفقودة.';
|
||||
$messages['connecterror'] = 'تعذر حفظ كلمة المرور الجديدة. خطأ بالإتصال.';
|
||||
$messages['internalerror'] = 'تعذر حفظ كلمة المرور الجديدة.';
|
||||
$messages['passwordshort'] = 'كلمة المرور يجب على الأقل $length أحرف';
|
||||
$messages['passwordweak'] = ' كلمة المرور يجب أن تتضمن رقم واحد على الأقل وحرف ترقيم واحد.';
|
||||
$messages['passwordforbidden'] = 'كلمة المرور تحتوى على أحرف ممنوعة';
|
30
data/web/rc/plugins/password/localization/ar_SA.inc
Normal file
30
data/web/rc/plugins/password/localization/ar_SA.inc
Normal file
@@ -0,0 +1,30 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
+-----------------------------------------------------------------------+
|
||||
| plugins/password/localization/<lang>.inc |
|
||||
| |
|
||||
| Localization file of the Roundcube Webmail Password plugin |
|
||||
| Copyright (C) 2012-2013, The Roundcube Dev Team |
|
||||
| |
|
||||
| Licensed under the GNU General Public License version 3 or |
|
||||
| any later version with exceptions for skins & plugins. |
|
||||
| See the README file for a full license statement. |
|
||||
| |
|
||||
+-----------------------------------------------------------------------+
|
||||
|
||||
For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-password/
|
||||
*/
|
||||
$labels['curpasswd'] = 'كلمة المرور الحالية';
|
||||
$labels['newpasswd'] = 'كلمة المرور الجديدة';
|
||||
$labels['confpasswd'] = 'تأكيد كلمة المرور الجديدة';
|
||||
$messages['nopassword'] = 'من فضلك أدخل كلمة مرور جديدة';
|
||||
$messages['nocurpassword'] = 'من فضلك أدخل كلمة المرور الحالية';
|
||||
$messages['passwordincorrect'] = 'كلمة المرور الحالية غير صحيحة';
|
||||
$messages['passwordinconsistency'] = 'كلمة المرور غير مطابقة, أعد المحاولة';
|
||||
$messages['crypterror'] = 'تعذر حفظ كلمة المرور الجديدة. دالة التشفير مفقودة.';
|
||||
$messages['connecterror'] = 'تعذر حفظ كلمة المرور الجديدة. خطأ في الإتصال';
|
||||
$messages['internalerror'] = 'تعذر حفظ كلمة المرور الجديدة';
|
||||
$messages['passwordshort'] = 'كلمة المرور يجب ان تحتوي على الاقل $length احرف.';
|
||||
$messages['passwordweak'] = 'كلمة المرور يجب ان تتضمن على الاقل رقم و علامة ترميز.';
|
||||
$messages['passwordforbidden'] = 'كلمة المرور تحتوي حروفاً ممنوعة';
|
31
data/web/rc/plugins/password/localization/ast.inc
Normal file
31
data/web/rc/plugins/password/localization/ast.inc
Normal file
@@ -0,0 +1,31 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
+-----------------------------------------------------------------------+
|
||||
| plugins/password/localization/<lang>.inc |
|
||||
| |
|
||||
| Localization file of the Roundcube Webmail Password plugin |
|
||||
| Copyright (C) 2012-2013, The Roundcube Dev Team |
|
||||
| |
|
||||
| Licensed under the GNU General Public License version 3 or |
|
||||
| any later version with exceptions for skins & plugins. |
|
||||
| See the README file for a full license statement. |
|
||||
| |
|
||||
+-----------------------------------------------------------------------+
|
||||
|
||||
For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-password/
|
||||
*/
|
||||
$labels['curpasswd'] = 'Contraseña actual:';
|
||||
$labels['newpasswd'] = 'Contraseña nueva:';
|
||||
$labels['confpasswd'] = 'Confirmar contraseña:';
|
||||
$messages['nopassword'] = 'Por favor, introduz una contraseña nueva.';
|
||||
$messages['nocurpassword'] = 'Por favor, introduz la contraseña actual.';
|
||||
$messages['passwordincorrect'] = 'La contraseña actual ye incorreuta.';
|
||||
$messages['passwordinconsistency'] = 'Les contraseñes nun concasen. Por favor, inténtalo otra vegada.';
|
||||
$messages['crypterror'] = 'Nun pudo guardase la contraseña nueva. Falta la función de cifráu.';
|
||||
$messages['connecterror'] = 'Nun pudo guardase la contraseña nueva. Fallu de conexón.';
|
||||
$messages['internalerror'] = 'Nun pudo guardase la contraseña nueva. ';
|
||||
$messages['passwordshort'] = 'La contraseña tien de tener polo menos $length caráuteres.';
|
||||
$messages['passwordweak'] = 'La contraseña tien de tener polo menos un númberu y un signu de puntuación.';
|
||||
$messages['passwordforbidden'] = 'La contraseña contien caráuteres prohibíos.';
|
||||
$messages['firstloginchange'] = 'Esti ye\'l to primer aniciu sesión. Por favor, camuda la to contraseña.';
|
30
data/web/rc/plugins/password/localization/az_AZ.inc
Normal file
30
data/web/rc/plugins/password/localization/az_AZ.inc
Normal file
@@ -0,0 +1,30 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
+-----------------------------------------------------------------------+
|
||||
| plugins/password/localization/<lang>.inc |
|
||||
| |
|
||||
| Localization file of the Roundcube Webmail Password plugin |
|
||||
| Copyright (C) 2012-2013, The Roundcube Dev Team |
|
||||
| |
|
||||
| Licensed under the GNU General Public License version 3 or |
|
||||
| any later version with exceptions for skins & plugins. |
|
||||
| See the README file for a full license statement. |
|
||||
| |
|
||||
+-----------------------------------------------------------------------+
|
||||
|
||||
For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-password/
|
||||
*/
|
||||
$labels['curpasswd'] = 'Hal-hazırki şifrə:';
|
||||
$labels['newpasswd'] = 'Yeni şifrə:';
|
||||
$labels['confpasswd'] = 'Yeni şifrə: (təkrar)';
|
||||
$messages['nopassword'] = 'Yeni şifrəni daxil edin.';
|
||||
$messages['nocurpassword'] = 'Hal-hazırda istifadə etdiyiniz şifrəni daxil edin.';
|
||||
$messages['passwordincorrect'] = 'Yalnış şifrə daxil etdiniz.';
|
||||
$messages['passwordinconsistency'] = 'Yeni daxil etdiyiniz şifrələr bir-birinə uyğun deyildir.';
|
||||
$messages['crypterror'] = 'Yeni şifrənin saxlanılması mümkün olmadı. Şifrələmə metodu tapılmadı.';
|
||||
$messages['connecterror'] = 'Yeni şifrənin saxlanılması mümkün olmadı. Qoşulma səhvi.';
|
||||
$messages['internalerror'] = 'Yeni şifrənin saxlanılması mümkün olmadı.';
|
||||
$messages['passwordshort'] = 'Yeni şifrə $length simvoldan uzun olmalıdır.';
|
||||
$messages['passwordweak'] = 'Şifrədə heç olmasa minimum bir rəqəm və simvol olmalıdır.';
|
||||
$messages['passwordforbidden'] = 'Şifrədə icazə verilməyən simvollar vardır.';
|
32
data/web/rc/plugins/password/localization/be_BE.inc
Normal file
32
data/web/rc/plugins/password/localization/be_BE.inc
Normal file
@@ -0,0 +1,32 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
+-----------------------------------------------------------------------+
|
||||
| plugins/password/localization/<lang>.inc |
|
||||
| |
|
||||
| Localization file of the Roundcube Webmail Password plugin |
|
||||
| Copyright (C) 2012-2013, The Roundcube Dev Team |
|
||||
| |
|
||||
| Licensed under the GNU General Public License version 3 or |
|
||||
| any later version with exceptions for skins & plugins. |
|
||||
| See the README file for a full license statement. |
|
||||
| |
|
||||
+-----------------------------------------------------------------------+
|
||||
|
||||
For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-password/
|
||||
*/
|
||||
$labels['changepasswd'] = 'Змяніць пароль';
|
||||
$labels['curpasswd'] = 'Бягучы пароль:';
|
||||
$labels['newpasswd'] = 'Новы пароль:';
|
||||
$labels['confpasswd'] = 'Паўтарыце новы пароль:';
|
||||
$messages['nopassword'] = 'Увядзіце новы пароль.';
|
||||
$messages['nocurpassword'] = 'Увядзіце бягучы пароль.';
|
||||
$messages['passwordincorrect'] = 'Няслушны бягучы пароль.';
|
||||
$messages['passwordinconsistency'] = 'Паролі не супадаюць. Паспрабуйце яшчэ раз.';
|
||||
$messages['crypterror'] = 'Не ўдалося захаваць новы пароль. Бракуе функцыі шыфравання.';
|
||||
$messages['connecterror'] = 'Не ўдалося захаваць новы пароль. Памылка злучэння.';
|
||||
$messages['internalerror'] = 'Не ўдалося захаваць новы пароль.';
|
||||
$messages['passwordshort'] = 'Пароль мусіць быць мінімум $length знакаў.';
|
||||
$messages['passwordweak'] = 'Пароль мусіць утрымліваць мінімум адну лічбу і адзін знак пунктуацыі.';
|
||||
$messages['passwordforbidden'] = 'Пароль утрымлівае забароненыя знакі.';
|
||||
$messages['firstloginchange'] = 'Гэта ваш першы ўваход. Трэба змяніць пароль.';
|
37
data/web/rc/plugins/password/localization/bg_BG.inc
Normal file
37
data/web/rc/plugins/password/localization/bg_BG.inc
Normal file
@@ -0,0 +1,37 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
+-----------------------------------------------------------------------+
|
||||
| plugins/password/localization/<lang>.inc |
|
||||
| |
|
||||
| Localization file of the Roundcube Webmail Password plugin |
|
||||
| Copyright (C) 2012-2013, The Roundcube Dev Team |
|
||||
| |
|
||||
| Licensed under the GNU General Public License version 3 or |
|
||||
| any later version with exceptions for skins & plugins. |
|
||||
| See the README file for a full license statement. |
|
||||
| |
|
||||
+-----------------------------------------------------------------------+
|
||||
|
||||
For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-password/
|
||||
*/
|
||||
$labels['changepasswd'] = 'Промяна на парола';
|
||||
$labels['curpasswd'] = 'Текуща парола:';
|
||||
$labels['newpasswd'] = 'Нова парола:';
|
||||
$labels['confpasswd'] = 'Повторно нова парола:';
|
||||
$messages['nopassword'] = 'Моля въведете нова парола.';
|
||||
$messages['nocurpassword'] = 'Моля въведете текущата парола.';
|
||||
$messages['passwordincorrect'] = 'Невалидна текуща парола.';
|
||||
$messages['passwordinconsistency'] = 'Паролите не съвпадат, опитайте отново.';
|
||||
$messages['crypterror'] = 'Невъзможна промяна на паролата. Липсва PHP функция за криптиране.';
|
||||
$messages['connecterror'] = 'Невъзможна промяна на паролата. Грешка при свързване със сървър.';
|
||||
$messages['internalerror'] = 'Паролата не може да бъде променена.';
|
||||
$messages['passwordshort'] = 'Паролата трябва да е дълга поне $length знака.';
|
||||
$messages['passwordweak'] = 'Паролата трябва да включва поне един цифра и поне един знак за пунктуация.';
|
||||
$messages['passwordforbidden'] = 'Паролата съдържа непозволени символи.';
|
||||
$messages['firstloginchange'] = 'Влизате за първи път. Моля променете Вашата парола.';
|
||||
$messages['disablednotice'] = 'Системата е в режим на поддръжка и не е възможна промяна на паролата. Всичко би трябвало да се нормализира съвсем скоро. Извиняваме са за причиненото неудобство.';
|
||||
$messages['passwinhistory'] = 'Тази парола вече е била използвана.';
|
||||
$messages['samepasswd'] = 'Новата парола трябва да е различна от старата парола.';
|
||||
$messages['passwdexpirewarning'] = 'Внимание! Срокът на Вашата парола изтича съвсем скоро и е препоръчително да я смените преди $expirationdatetime.';
|
||||
$messages['passwdexpired'] = 'Срокът на Вашата парола е изтекъл и трябва да я смените точно сега!';
|
33
data/web/rc/plugins/password/localization/br.inc
Normal file
33
data/web/rc/plugins/password/localization/br.inc
Normal file
@@ -0,0 +1,33 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
+-----------------------------------------------------------------------+
|
||||
| plugins/password/localization/<lang>.inc |
|
||||
| |
|
||||
| Localization file of the Roundcube Webmail Password plugin |
|
||||
| Copyright (C) 2012-2013, The Roundcube Dev Team |
|
||||
| |
|
||||
| Licensed under the GNU General Public License version 3 or |
|
||||
| any later version with exceptions for skins & plugins. |
|
||||
| See the README file for a full license statement. |
|
||||
| |
|
||||
+-----------------------------------------------------------------------+
|
||||
|
||||
For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-password/
|
||||
*/
|
||||
$labels['changepasswd'] = 'Kemmañ ar ger-tremen';
|
||||
$labels['curpasswd'] = 'Ger-tremen bremañ :';
|
||||
$labels['newpasswd'] = 'Ger-tremen nevez :';
|
||||
$labels['confpasswd'] = 'Kadarnaat ar ger-tremen :';
|
||||
$messages['nopassword'] = 'Roit ur ger-tremen nevez, mar plij.';
|
||||
$messages['nocurpassword'] = 'Roit ar ger-tremen red, mar plij.';
|
||||
$messages['passwordincorrect'] = 'Direizh eo ar ger-tremen red.';
|
||||
$messages['passwordinconsistency'] = 'Ar gerioù-tremen ne glotont ket an eil gant eben, roit anezhe en-dro.';
|
||||
$messages['crypterror'] = 'N\'haller ket enrollañ ar ger-tremen nevez. Arc\'hwel enrinegañ o vank.';
|
||||
$messages['connecterror'] = 'N\'haller ket enrollañ ar ger-tremen nevez. Fazi gant ar c\'hennask.';
|
||||
$messages['internalerror'] = 'N\'haller ket enrollañ ar ger-tremen nevez.';
|
||||
$messages['passwordshort'] = 'Ret eo d\'ar ger-tremen bezañ hiroc\'h eget $length arouezenn.';
|
||||
$messages['passwordweak'] = 'En ho ker-tremen e tle bezañ ur sifr hag un arouezenn boentaouiñ da nebeutañ';
|
||||
$messages['passwordforbidden'] = 'Arouezennoù difennet zo er ger-tremen.';
|
||||
$messages['firstloginchange'] = 'Emaoc\'h o kennaskañ evit ar wezh kentañ. Kemmit ho ker-tremen mar plij.';
|
||||
$messages['disablednotice'] = 'War drezalc\'h eo ar reizhiad evit ar mare ha n\'haller ket kemmañ gerioù-tremen. Pep tra a rankfe distreiñ d\'e stad orin a-benn nebeud. Digarezit ac\'hanomp.';
|
32
data/web/rc/plugins/password/localization/bs_BA.inc
Normal file
32
data/web/rc/plugins/password/localization/bs_BA.inc
Normal file
@@ -0,0 +1,32 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
+-----------------------------------------------------------------------+
|
||||
| plugins/password/localization/<lang>.inc |
|
||||
| |
|
||||
| Localization file of the Roundcube Webmail Password plugin |
|
||||
| Copyright (C) 2012-2013, The Roundcube Dev Team |
|
||||
| |
|
||||
| Licensed under the GNU General Public License version 3 or |
|
||||
| any later version with exceptions for skins & plugins. |
|
||||
| See the README file for a full license statement. |
|
||||
| |
|
||||
+-----------------------------------------------------------------------+
|
||||
|
||||
For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-password/
|
||||
*/
|
||||
$labels['changepasswd'] = 'Promijeni šifru';
|
||||
$labels['curpasswd'] = 'Trenutna šifra:';
|
||||
$labels['newpasswd'] = 'Nova šifra:';
|
||||
$labels['confpasswd'] = 'Potvrdite novu šifru:';
|
||||
$messages['nopassword'] = 'Molimo vas da upišete novu šifru.';
|
||||
$messages['nocurpassword'] = 'Molimo vas da upišete trenutnu šifru.';
|
||||
$messages['passwordincorrect'] = 'Trenutna šifra je netačna.';
|
||||
$messages['passwordinconsistency'] = 'Šifre se ne podudaraju, molimo vas da pokušate ponovo.';
|
||||
$messages['crypterror'] = 'Nije moguće sačuvati šifre. Nedostaje funkcija za enkripciju.';
|
||||
$messages['connecterror'] = 'Nije moguće sačuvati šifre. Greška u povezivanju.';
|
||||
$messages['internalerror'] = 'Nije moguće sačuvati novu šifru.';
|
||||
$messages['passwordshort'] = 'Šifra mora sadržavati barem $length znakova.';
|
||||
$messages['passwordweak'] = 'Šifra mora imati barem jedan broj i jedan interpunkcijski znak.';
|
||||
$messages['passwordforbidden'] = 'Šifra sadrži nedozvoljene znakove.';
|
||||
$messages['firstloginchange'] = 'Ovo je vaša prva prijava. Molimo vas da promijenite vašu šifru.';
|
32
data/web/rc/plugins/password/localization/ca_ES.inc
Normal file
32
data/web/rc/plugins/password/localization/ca_ES.inc
Normal file
@@ -0,0 +1,32 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
+-----------------------------------------------------------------------+
|
||||
| plugins/password/localization/<lang>.inc |
|
||||
| |
|
||||
| Localization file of the Roundcube Webmail Password plugin |
|
||||
| Copyright (C) 2012-2013, The Roundcube Dev Team |
|
||||
| |
|
||||
| Licensed under the GNU General Public License version 3 or |
|
||||
| any later version with exceptions for skins & plugins. |
|
||||
| See the README file for a full license statement. |
|
||||
| |
|
||||
+-----------------------------------------------------------------------+
|
||||
|
||||
For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-password/
|
||||
*/
|
||||
$labels['changepasswd'] = 'Canvia la contrasenya';
|
||||
$labels['curpasswd'] = 'Contrasenya actual:';
|
||||
$labels['newpasswd'] = 'Nova contrasenya:';
|
||||
$labels['confpasswd'] = 'Confirmeu la nova contrasenya:';
|
||||
$messages['nopassword'] = 'Si us plau, introduïu la nova contrasenya.';
|
||||
$messages['nocurpassword'] = 'Si us plau, introduïu la contrasenya actual.';
|
||||
$messages['passwordincorrect'] = 'Contrasenya actual incorrecta.';
|
||||
$messages['passwordinconsistency'] = 'La contrasenya nova no coincideix, torneu-ho a provar.';
|
||||
$messages['crypterror'] = 'No s\'ha pogut desar la nova contrasenya. No existeix la funció d\'encriptació.';
|
||||
$messages['connecterror'] = 'No s\'ha pogut desar la nova contrasenya. Error de connexió.';
|
||||
$messages['internalerror'] = 'No s\'ha pogut desar la nova contrasenya.';
|
||||
$messages['passwordshort'] = 'La nova contrasenya ha de tenir com a mínim $length caràcters.';
|
||||
$messages['passwordweak'] = 'La nova contrasenya ha d\'incloure com a mínim un nombre i un caràcter de puntuació.';
|
||||
$messages['passwordforbidden'] = 'La contrasenya conté caràcters no permesos.';
|
||||
$messages['firstloginchange'] = 'Aquest és el vostre primer accés. Si us plau, canvieu-vos la contrasenya.';
|
33
data/web/rc/plugins/password/localization/cs_CZ.inc
Normal file
33
data/web/rc/plugins/password/localization/cs_CZ.inc
Normal file
@@ -0,0 +1,33 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
+-----------------------------------------------------------------------+
|
||||
| plugins/password/localization/<lang>.inc |
|
||||
| |
|
||||
| Localization file of the Roundcube Webmail Password plugin |
|
||||
| Copyright (C) 2012-2013, The Roundcube Dev Team |
|
||||
| |
|
||||
| Licensed under the GNU General Public License version 3 or |
|
||||
| any later version with exceptions for skins & plugins. |
|
||||
| See the README file for a full license statement. |
|
||||
| |
|
||||
+-----------------------------------------------------------------------+
|
||||
|
||||
For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-password/
|
||||
*/
|
||||
$labels['changepasswd'] = 'Změna hesla';
|
||||
$labels['curpasswd'] = 'Aktuální heslo:';
|
||||
$labels['newpasswd'] = 'Nové heslo:';
|
||||
$labels['confpasswd'] = 'Nové heslo (pro kontrolu):';
|
||||
$messages['nopassword'] = 'Prosím zadejte nové heslo.';
|
||||
$messages['nocurpassword'] = 'Prosím zadejte aktuální heslo.';
|
||||
$messages['passwordincorrect'] = 'Zadané aktuální heslo není správné.';
|
||||
$messages['passwordinconsistency'] = 'Zadaná hesla se neshodují. Prosím zkuste to znovu.';
|
||||
$messages['crypterror'] = 'Heslo se nepodařilo uložit. Chybí šifrovací funkce.';
|
||||
$messages['connecterror'] = 'Heslo se nepodařilo uložit. Problém s připojením.';
|
||||
$messages['internalerror'] = 'Heslo se nepodařilo uložit.';
|
||||
$messages['passwordshort'] = 'Heslo musí mít alespoň $length znaků.';
|
||||
$messages['passwordweak'] = 'Heslo musí obsahovat alespoň jedno číslo a jedno interpuknční znaménko.';
|
||||
$messages['passwordforbidden'] = 'Heslo obsahuje nepovolené znaky.';
|
||||
$messages['firstloginchange'] = 'Vaše první přihlášení, změňte si prosím heslo.';
|
||||
$messages['disablednotice'] = 'Z důvodu údržby systému není momentálně možné změnit heslo. Za chvíli by mělo být vše v pořádku, omlouváme se za tuto nepříjemnost.';
|
37
data/web/rc/plugins/password/localization/cy_GB.inc
Normal file
37
data/web/rc/plugins/password/localization/cy_GB.inc
Normal file
@@ -0,0 +1,37 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
+-----------------------------------------------------------------------+
|
||||
| plugins/password/localization/<lang>.inc |
|
||||
| |
|
||||
| Localization file of the Roundcube Webmail Password plugin |
|
||||
| Copyright (C) 2012-2013, The Roundcube Dev Team |
|
||||
| |
|
||||
| Licensed under the GNU General Public License version 3 or |
|
||||
| any later version with exceptions for skins & plugins. |
|
||||
| See the README file for a full license statement. |
|
||||
| |
|
||||
+-----------------------------------------------------------------------+
|
||||
|
||||
For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-password/
|
||||
*/
|
||||
$labels['changepasswd'] = 'Newid cyfrinair';
|
||||
$labels['curpasswd'] = 'Cyfrinair Presennol:';
|
||||
$labels['newpasswd'] = 'Cyfrinair Newydd:';
|
||||
$labels['confpasswd'] = 'Cadarnhau Cyfrinair Newydd:';
|
||||
$messages['nopassword'] = 'Rhowch eich cyfrinair newydd.';
|
||||
$messages['nocurpassword'] = 'Rhowch eich cyfrinair presennol.';
|
||||
$messages['passwordincorrect'] = 'Roedd y cyfrinair presennol yn anghywir.';
|
||||
$messages['passwordinconsistency'] = 'Nid yw\'r cyfrineiriau yn cymharu, ceisiwch eto.';
|
||||
$messages['crypterror'] = 'Methwyd cadw\'r cyfrinair newydd. Ffwythiant amgodi ar goll.';
|
||||
$messages['connecterror'] = 'Methwyd cadw\'r cyfrinair newydd. Gwall cysylltiad.';
|
||||
$messages['internalerror'] = 'Methwyd cadw\'r cyfrinair newydd.';
|
||||
$messages['passwordshort'] = 'Rhaid i\'r cyfrinair fod o leia $length llythyren o hyd.';
|
||||
$messages['passwordweak'] = 'Rhaid i\'r cyfrinair gynnwys o leia un rhif a un cymeriad atalnodi.';
|
||||
$messages['passwordforbidden'] = 'Mae\'r cyfrinair yn cynnwys llythrennau wedi gwahardd.';
|
||||
$messages['firstloginchange'] = 'Dyma eich mewngofnodiad cynta. Newidiwch eich cyfrinair.';
|
||||
$messages['disablednotice'] = 'Mae gwaith cynnal a chadw ar y system ar hyn o bryd a nid yw\'n bosib newid y cyfrinair ar hyn o bryd. Fe ddylai fod popeth nol i\'r arfer yn fuan. Rydym yn ymddiheuro am yr anghyfleustra.';
|
||||
$messages['passwinhistory'] = 'Defnyddiwyd y cyfrinair hwn o\'r blaen.';
|
||||
$messages['samepasswd'] = 'Rhaid i\'r cyfrinair newydd fod yn wahanol i\'r hen un.';
|
||||
$messages['passwdexpirewarning'] = 'Rhybudd! Fe fydd eich cyfrinair yn dod i ben cyn hir, newidiwch e cyn $expirationdatetime.';
|
||||
$messages['passwdexpired'] = 'Mae\'ch cyfrinair wedi dod i ben, rhaid i chi ei newid nawr!';
|
37
data/web/rc/plugins/password/localization/da_DK.inc
Normal file
37
data/web/rc/plugins/password/localization/da_DK.inc
Normal file
@@ -0,0 +1,37 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
+-----------------------------------------------------------------------+
|
||||
| plugins/password/localization/<lang>.inc |
|
||||
| |
|
||||
| Localization file of the Roundcube Webmail Password plugin |
|
||||
| Copyright (C) 2012-2013, The Roundcube Dev Team |
|
||||
| |
|
||||
| Licensed under the GNU General Public License version 3 or |
|
||||
| any later version with exceptions for skins & plugins. |
|
||||
| See the README file for a full license statement. |
|
||||
| |
|
||||
+-----------------------------------------------------------------------+
|
||||
|
||||
For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-password/
|
||||
*/
|
||||
$labels['changepasswd'] = 'Ændre adgangskode ';
|
||||
$labels['curpasswd'] = 'Nuværende adgangskode:';
|
||||
$labels['newpasswd'] = 'Ny adgangskode:';
|
||||
$labels['confpasswd'] = 'Bekræft ny adgangskode:';
|
||||
$messages['nopassword'] = 'Indtast venligst en ny adgangskode.';
|
||||
$messages['nocurpassword'] = 'Indtast venligst nuværende adgangskode.';
|
||||
$messages['passwordincorrect'] = 'Nuværende adgangskode er forkert.';
|
||||
$messages['passwordinconsistency'] = 'Adgangskoderne er ikke ens, prøv igen.';
|
||||
$messages['crypterror'] = 'Kunne ikke gemme den nye adgangskode. Krypteringsfunktion mangler.';
|
||||
$messages['connecterror'] = 'Kunne ikke gemme den nye adgangskode. Fejl ved forbindelsen.';
|
||||
$messages['internalerror'] = 'Kunne ikke gemme den nye adgangskode.';
|
||||
$messages['passwordshort'] = 'Adgangskoden skal være mindst $length tegn lang.';
|
||||
$messages['passwordweak'] = 'Adgangskoden skal indeholde mindst et tal og et tegnsætningstegn (-.,)';
|
||||
$messages['passwordforbidden'] = 'Adgangskoden indeholder forbudte tegn.';
|
||||
$messages['firstloginchange'] = 'Dette er første gang du logger ind, ændre venligst din adgangskode';
|
||||
$messages['disablednotice'] = 'Systemet vedligeholdes i øjeblikket og det er pt. ikke muligt at skifte kodeord. Alt burde være oppe igen om lidt. Vi beklager ulejligheden. ';
|
||||
$messages['passwinhistory'] = 'Kodeordet har tidligere været anvendt. ';
|
||||
$messages['samepasswd'] = 'Det nye kodeord skal være forskelligt fra det gamle. ';
|
||||
$messages['passwdexpirewarning'] = 'Advarsel, Dit kodeord udløber snart. Du skal ændre det før $expirationdatetime.';
|
||||
$messages['passwdexpired'] = 'Dit kodeord er udløbet, du skal ændre det nu!';
|
33
data/web/rc/plugins/password/localization/de_CH.inc
Normal file
33
data/web/rc/plugins/password/localization/de_CH.inc
Normal file
@@ -0,0 +1,33 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
+-----------------------------------------------------------------------+
|
||||
| plugins/password/localization/<lang>.inc |
|
||||
| |
|
||||
| Localization file of the Roundcube Webmail Password plugin |
|
||||
| Copyright (C) 2012-2013, The Roundcube Dev Team |
|
||||
| |
|
||||
| Licensed under the GNU General Public License version 3 or |
|
||||
| any later version with exceptions for skins & plugins. |
|
||||
| See the README file for a full license statement. |
|
||||
| |
|
||||
+-----------------------------------------------------------------------+
|
||||
|
||||
For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-password/
|
||||
*/
|
||||
$labels['changepasswd'] = 'Passwort ändern';
|
||||
$labels['curpasswd'] = 'Aktuelles Passwort';
|
||||
$labels['newpasswd'] = 'Neues Passwort';
|
||||
$labels['confpasswd'] = 'Passwort Wiederholung';
|
||||
$messages['nopassword'] = 'Bitte geben Sie ein neues Passwort ein';
|
||||
$messages['nocurpassword'] = 'Bitte geben Sie Ihr aktuelles Passwort an';
|
||||
$messages['passwordincorrect'] = 'Das aktuelle Passwort ist nicht korrekt';
|
||||
$messages['passwordinconsistency'] = 'Das neue Passwort und dessen Wiederholung stimmen nicht überein';
|
||||
$messages['crypterror'] = 'Neues Passwort nicht gespeichert: Verschlüsselungsfunktion fehlt';
|
||||
$messages['connecterror'] = 'Neues Passwort nicht gespeichert: Verbindungsfehler';
|
||||
$messages['internalerror'] = 'Neues Passwort nicht gespeichert';
|
||||
$messages['passwordshort'] = 'Passwort muss mindestens $length Zeichen lang sein.';
|
||||
$messages['passwordweak'] = 'Passwort muss mindestens eine Zahl und ein Sonderzeichen enthalten.';
|
||||
$messages['passwordforbidden'] = 'Passwort enthält unzulässige Zeichen.';
|
||||
$messages['firstloginchange'] = 'Dies ist Ihre erste Anmeldung. Bitte ändern Sie Ihr Passwort.';
|
||||
$messages['disablednotice'] = 'Das System befindet sich derzeit im Wartungszustand und eine Passwortänderung ist im Moment nicht möglich. Der normale Betrieb sollte bald wieder hergestellt sein. Wir bitten um Entschuldigung für die Unannehmlichkeiten.';
|
37
data/web/rc/plugins/password/localization/de_DE.inc
Normal file
37
data/web/rc/plugins/password/localization/de_DE.inc
Normal file
@@ -0,0 +1,37 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
+-----------------------------------------------------------------------+
|
||||
| plugins/password/localization/<lang>.inc |
|
||||
| |
|
||||
| Localization file of the Roundcube Webmail Password plugin |
|
||||
| Copyright (C) 2012-2013, The Roundcube Dev Team |
|
||||
| |
|
||||
| Licensed under the GNU General Public License version 3 or |
|
||||
| any later version with exceptions for skins & plugins. |
|
||||
| See the README file for a full license statement. |
|
||||
| |
|
||||
+-----------------------------------------------------------------------+
|
||||
|
||||
For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-password/
|
||||
*/
|
||||
$labels['changepasswd'] = 'Passwort ändern';
|
||||
$labels['curpasswd'] = 'Aktuelles Passwort:';
|
||||
$labels['newpasswd'] = 'Neues Passwort:';
|
||||
$labels['confpasswd'] = 'Neues Passwort bestätigen:';
|
||||
$messages['nopassword'] = 'Bitte geben Sie ein neues Passwort ein.';
|
||||
$messages['nocurpassword'] = 'Bitte geben Sie Ihr aktuelles Passwort ein.';
|
||||
$messages['passwordincorrect'] = 'Aktuelles Passwort ist falsch.';
|
||||
$messages['passwordinconsistency'] = 'Passwörter stimmen nicht überein, bitte versuchen Sie es erneut.';
|
||||
$messages['crypterror'] = 'Neues Passwort konnte nicht gespeichert werden. Verschlüsselungsfunktion fehlt.';
|
||||
$messages['connecterror'] = 'Neues Passwort konnte nicht gespeichert werden. Verbindungsfehler.';
|
||||
$messages['internalerror'] = 'Neues Passwort konnte nicht gespeichert werden.';
|
||||
$messages['passwordshort'] = 'Passwort muss mindestens $length Zeichen lang sein.';
|
||||
$messages['passwordweak'] = 'Passwort muss mindestens eine Zahl und ein Sonderzeichen enthalten.';
|
||||
$messages['passwordforbidden'] = 'Passwort enthält unzulässige Zeichen.';
|
||||
$messages['firstloginchange'] = 'Das ist Ihre erste Anmeldung. Bitte ändern Sie Ihr Passwort.';
|
||||
$messages['disablednotice'] = 'Das System befindet sich derzeit im Wartungszustand und eine Passwortänderung ist im Moment nicht möglich. Alles sollte bald wieder normal sein. Wir bitten um Entschuldigung für die Unannehmlichkeiten.';
|
||||
$messages['passwinhistory'] = 'Dieses Passwort wurde bereits zu einem früheren Zeitpunkt verwendet.';
|
||||
$messages['samepasswd'] = 'Das neue Passwort muss sich von dem Alten unterscheiden.';
|
||||
$messages['passwdexpirewarning'] = 'Achtung! Ihr Passwort läuft am $expirationdatetime ab. Ändern Sie es rechtzeitig.';
|
||||
$messages['passwdexpired'] = 'Ihr Passwort ist abgelaufen, ändern Sie es jetzt!';
|
33
data/web/rc/plugins/password/localization/el_GR.inc
Normal file
33
data/web/rc/plugins/password/localization/el_GR.inc
Normal file
@@ -0,0 +1,33 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
+-----------------------------------------------------------------------+
|
||||
| plugins/password/localization/<lang>.inc |
|
||||
| |
|
||||
| Localization file of the Roundcube Webmail Password plugin |
|
||||
| Copyright (C) 2012-2013, The Roundcube Dev Team |
|
||||
| |
|
||||
| Licensed under the GNU General Public License version 3 or |
|
||||
| any later version with exceptions for skins & plugins. |
|
||||
| See the README file for a full license statement. |
|
||||
| |
|
||||
+-----------------------------------------------------------------------+
|
||||
|
||||
For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-password/
|
||||
*/
|
||||
$labels['changepasswd'] = 'Αλλαγή κωδικού';
|
||||
$labels['curpasswd'] = 'Τρέχων κωδικός πρόσβασης:';
|
||||
$labels['newpasswd'] = 'Νέος κωδικός πρόσβασης:';
|
||||
$labels['confpasswd'] = 'Επιβέβαιωση κωδικού πρόσβασης:';
|
||||
$messages['nopassword'] = 'Εισάγετε ένα νέο κωδικό.';
|
||||
$messages['nocurpassword'] = 'Εισάγετε τον τρέχοντα κωδικό σας.';
|
||||
$messages['passwordincorrect'] = 'Ο τρέχων κωδικός είναι λάθος.';
|
||||
$messages['passwordinconsistency'] = 'Οι κωδικοί πρόσβασης δεν ταιριάζουν, προσπαθήστε ξανά.';
|
||||
$messages['crypterror'] = 'Δεν μπόρεσε να αποθηκευτεί ο νέος κωδικός πρόσβασης. Η λειτουργία κρυπτογράφησης λείπει.';
|
||||
$messages['connecterror'] = 'Δεν μπορεσε να αποθηκευτεί ο νέος κωδικός πρόσβασης. Σφάλμα σύνδεσης.';
|
||||
$messages['internalerror'] = 'Δεν μπορεσε να αποθηκευτεί ο νέος κωδικός πρόσβασης. ';
|
||||
$messages['passwordshort'] = 'Ο κωδικός πρόσβασης πρέπει να είναι τουλάχιστον $length χαρακτήρων.';
|
||||
$messages['passwordweak'] = 'Ο κωδικός πρόσβασης πρέπει να περιλαμβάνει τουλάχιστον έναν αριθμό και ένα σημείο στίξης. ';
|
||||
$messages['passwordforbidden'] = 'Ο κωδικός πρόσβασης περιέχει μη επιτρεπτούς χαρακτήρες. ';
|
||||
$messages['firstloginchange'] = 'Αυτή είναι η πρώτη σας είσοδος. Παρακαλώ αλλάξτε το συνθηματικό σας.';
|
||||
$messages['disablednotice'] = 'Το σύστημα βρίσκεται υπό συντήρηση και η αλλαγή του κωδικού πρόσβασης δεν είναι δυνατή αυτή τη στιγμή. Τα πάντα θα πρέπει να επανέλθουν σε κανονική λειτουργία σύντομα. Ζητούμε συγγνώμη για την όποια ταλαιπωρία.';
|
30
data/web/rc/plugins/password/localization/en_CA.inc
Normal file
30
data/web/rc/plugins/password/localization/en_CA.inc
Normal file
@@ -0,0 +1,30 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
+-----------------------------------------------------------------------+
|
||||
| plugins/password/localization/<lang>.inc |
|
||||
| |
|
||||
| Localization file of the Roundcube Webmail Password plugin |
|
||||
| Copyright (C) 2012-2013, The Roundcube Dev Team |
|
||||
| |
|
||||
| Licensed under the GNU General Public License version 3 or |
|
||||
| any later version with exceptions for skins & plugins. |
|
||||
| See the README file for a full license statement. |
|
||||
| |
|
||||
+-----------------------------------------------------------------------+
|
||||
|
||||
For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-password/
|
||||
*/
|
||||
$labels['curpasswd'] = 'Current Password:';
|
||||
$labels['newpasswd'] = 'New Password:';
|
||||
$labels['confpasswd'] = 'Confirm New Password:';
|
||||
$messages['nopassword'] = 'Please input new password.';
|
||||
$messages['nocurpassword'] = 'Please input current password.';
|
||||
$messages['passwordincorrect'] = 'Current password incorrect.';
|
||||
$messages['passwordinconsistency'] = 'Passwords do not match, please try again.';
|
||||
$messages['crypterror'] = 'Could not save new password. Encryption function missing.';
|
||||
$messages['connecterror'] = 'Could not save new password. Connection error.';
|
||||
$messages['internalerror'] = 'Could not save new password.';
|
||||
$messages['passwordshort'] = 'Password must be at least $length characters long.';
|
||||
$messages['passwordweak'] = 'Password must include at least one number and one punctuation character.';
|
||||
$messages['passwordforbidden'] = 'Password contains forbidden characters.';
|
33
data/web/rc/plugins/password/localization/en_GB.inc
Normal file
33
data/web/rc/plugins/password/localization/en_GB.inc
Normal file
@@ -0,0 +1,33 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
+-----------------------------------------------------------------------+
|
||||
| plugins/password/localization/<lang>.inc |
|
||||
| |
|
||||
| Localization file of the Roundcube Webmail Password plugin |
|
||||
| Copyright (C) 2012-2013, The Roundcube Dev Team |
|
||||
| |
|
||||
| Licensed under the GNU General Public License version 3 or |
|
||||
| any later version with exceptions for skins & plugins. |
|
||||
| See the README file for a full license statement. |
|
||||
| |
|
||||
+-----------------------------------------------------------------------+
|
||||
|
||||
For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-password/
|
||||
*/
|
||||
$labels['changepasswd'] = 'Change password';
|
||||
$labels['curpasswd'] = 'Current Password:';
|
||||
$labels['newpasswd'] = 'New Password:';
|
||||
$labels['confpasswd'] = 'Confirm New Password:';
|
||||
$messages['nopassword'] = 'Please enter a new password.';
|
||||
$messages['nocurpassword'] = 'Please enter the current password.';
|
||||
$messages['passwordincorrect'] = 'Current password is incorrect.';
|
||||
$messages['passwordinconsistency'] = 'Passwords do not match. Please try again.';
|
||||
$messages['crypterror'] = 'New password could not be saved. The encryption function is missing.';
|
||||
$messages['connecterror'] = 'New password could not be saved. There is a connection error.';
|
||||
$messages['internalerror'] = 'New password could not be saved.';
|
||||
$messages['passwordshort'] = 'Password must be at least $length characters long.';
|
||||
$messages['passwordweak'] = 'Password must include at least one number and one symbol.';
|
||||
$messages['passwordforbidden'] = 'Password contains forbidden characters.';
|
||||
$messages['firstloginchange'] = 'This is your first login. Please change your password.';
|
||||
$messages['disablednotice'] = 'The system is currently under maintenance and password change is not possible at the moment. Everything should be back to normal soon. We apologise for any inconvenience.';
|
42
data/web/rc/plugins/password/localization/en_US.inc
Normal file
42
data/web/rc/plugins/password/localization/en_US.inc
Normal file
@@ -0,0 +1,42 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
+-----------------------------------------------------------------------+
|
||||
| plugins/password/localization/<lang>.inc |
|
||||
| |
|
||||
| Localization file of the Roundcube Webmail Password plugin |
|
||||
| Copyright (C) 2012-2013, The Roundcube Dev Team |
|
||||
| |
|
||||
| Licensed under the GNU General Public License version 3 or |
|
||||
| any later version with exceptions for skins & plugins. |
|
||||
| See the README file for a full license statement. |
|
||||
| |
|
||||
+-----------------------------------------------------------------------+
|
||||
|
||||
For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-password/
|
||||
*/
|
||||
|
||||
$labels = array();
|
||||
$labels['changepasswd'] = 'Change password';
|
||||
$labels['curpasswd'] = 'Current Password:';
|
||||
$labels['newpasswd'] = 'New Password:';
|
||||
$labels['confpasswd'] = 'Confirm New Password:';
|
||||
|
||||
$messages = array();
|
||||
$messages['nopassword'] = 'Please input new password.';
|
||||
$messages['nocurpassword'] = 'Please input current password.';
|
||||
$messages['passwordincorrect'] = 'Current password incorrect.';
|
||||
$messages['passwordinconsistency'] = 'Passwords do not match, please try again.';
|
||||
$messages['crypterror'] = 'Could not save new password. Encryption function missing.';
|
||||
$messages['connecterror'] = 'Could not save new password. Connection error.';
|
||||
$messages['internalerror'] = 'Could not save new password.';
|
||||
$messages['passwordshort'] = 'Password must be at least $length characters long.';
|
||||
$messages['passwordweak'] = 'Password must include at least one number and one punctuation character.';
|
||||
$messages['passwordforbidden'] = 'Password contains forbidden characters.';
|
||||
$messages['firstloginchange'] = 'This is your first login. Please change your password.';
|
||||
$messages['disablednotice'] = 'The system is currently under maintenance and password change is not possible at the moment. Everything should be back to normal soon. We apologize for any inconvenience.';
|
||||
$messages['passwinhistory'] = 'This password has already been used previously.';
|
||||
$messages['samepasswd'] = 'New password have to be different from the old one.';
|
||||
$messages['passwdexpirewarning'] = 'Warning! Your password will expire soon, change it before $expirationdatetime.';
|
||||
$messages['passwdexpired'] = 'Your password has expired, you have to change it now!';
|
||||
|
30
data/web/rc/plugins/password/localization/eo.inc
Normal file
30
data/web/rc/plugins/password/localization/eo.inc
Normal file
@@ -0,0 +1,30 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
+-----------------------------------------------------------------------+
|
||||
| plugins/password/localization/<lang>.inc |
|
||||
| |
|
||||
| Localization file of the Roundcube Webmail Password plugin |
|
||||
| Copyright (C) 2012-2013, The Roundcube Dev Team |
|
||||
| |
|
||||
| Licensed under the GNU General Public License version 3 or |
|
||||
| any later version with exceptions for skins & plugins. |
|
||||
| See the README file for a full license statement. |
|
||||
| |
|
||||
+-----------------------------------------------------------------------+
|
||||
|
||||
For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-password/
|
||||
*/
|
||||
$labels['curpasswd'] = 'Nuna pasvorto:';
|
||||
$labels['newpasswd'] = 'Nova pasvorto:';
|
||||
$labels['confpasswd'] = 'Konfirmi novan pasvorton:';
|
||||
$messages['nopassword'] = 'Bonvole tajpu novan pasvorton.';
|
||||
$messages['nocurpassword'] = 'Bonvole tajpu nunan pasvorton.';
|
||||
$messages['passwordincorrect'] = 'Nuna pasvorto nekorekta.';
|
||||
$messages['passwordinconsistency'] = 'Pasvortoj ne kongruas, bonvole provu denove.';
|
||||
$messages['crypterror'] = 'Pasvorto ne konserveblas: funkcio de ĉifrado mankas.';
|
||||
$messages['connecterror'] = 'Pasvorto ne konserveblas: eraro de konekto.';
|
||||
$messages['internalerror'] = 'Nova pasvorto ne konserveblas.';
|
||||
$messages['passwordshort'] = 'Pasvorto longu almenaŭ $length signojn.';
|
||||
$messages['passwordweak'] = 'La pasvorto enhavu almenaŭ unu ciferon kaj unu interpunktan signon.';
|
||||
$messages['passwordforbidden'] = 'La pasvorto enhavas malpermesitajn signojn.';
|
32
data/web/rc/plugins/password/localization/es_419.inc
Normal file
32
data/web/rc/plugins/password/localization/es_419.inc
Normal file
@@ -0,0 +1,32 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
+-----------------------------------------------------------------------+
|
||||
| plugins/password/localization/<lang>.inc |
|
||||
| |
|
||||
| Localization file of the Roundcube Webmail Password plugin |
|
||||
| Copyright (C) 2012-2013, The Roundcube Dev Team |
|
||||
| |
|
||||
| Licensed under the GNU General Public License version 3 or |
|
||||
| any later version with exceptions for skins & plugins. |
|
||||
| See the README file for a full license statement. |
|
||||
| |
|
||||
+-----------------------------------------------------------------------+
|
||||
|
||||
For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-password/
|
||||
*/
|
||||
$labels['changepasswd'] = 'Cambiar contraseña';
|
||||
$labels['curpasswd'] = 'Contraseña actual: ';
|
||||
$labels['newpasswd'] = 'Contraseña nueva:';
|
||||
$labels['confpasswd'] = 'Confirmar contraseña nueva:';
|
||||
$messages['nopassword'] = 'Por favor, ingresa la nueva contraseña.';
|
||||
$messages['nocurpassword'] = 'Por favor, ingresa la contraseña actual.';
|
||||
$messages['passwordincorrect'] = 'Contraseña actual incorrecta.';
|
||||
$messages['passwordinconsistency'] = 'Las contraseñas no concuerdan, por favor intenta nuevamente.';
|
||||
$messages['crypterror'] = 'No se puedo guardar la nueva contraseña. No se encuentra la función de encriptación.';
|
||||
$messages['connecterror'] = 'No se puedo guardar la nueva contraseña. Error de conexión.';
|
||||
$messages['internalerror'] = 'No se puedo guardar la nueva contraseña.';
|
||||
$messages['passwordshort'] = 'La contraseña debe tener al menos $length carácteres.';
|
||||
$messages['passwordweak'] = 'La contraseña debe incluir por lo menos un número y un signo de puntuación.';
|
||||
$messages['passwordforbidden'] = 'La contraseña contiene carácteres ilegales.';
|
||||
$messages['firstloginchange'] = 'Esta es la primera vez que ingresas. Por favor cambia tu contraseña.';
|
32
data/web/rc/plugins/password/localization/es_AR.inc
Normal file
32
data/web/rc/plugins/password/localization/es_AR.inc
Normal file
@@ -0,0 +1,32 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
+-----------------------------------------------------------------------+
|
||||
| plugins/password/localization/<lang>.inc |
|
||||
| |
|
||||
| Localization file of the Roundcube Webmail Password plugin |
|
||||
| Copyright (C) 2012-2013, The Roundcube Dev Team |
|
||||
| |
|
||||
| Licensed under the GNU General Public License version 3 or |
|
||||
| any later version with exceptions for skins & plugins. |
|
||||
| See the README file for a full license statement. |
|
||||
| |
|
||||
+-----------------------------------------------------------------------+
|
||||
|
||||
For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-password/
|
||||
*/
|
||||
$labels['changepasswd'] = 'Cambiar contraseña';
|
||||
$labels['curpasswd'] = 'Contraseña Actual:';
|
||||
$labels['newpasswd'] = 'Contraseña Nueva:';
|
||||
$labels['confpasswd'] = 'Confirmar Contraseña:';
|
||||
$messages['nopassword'] = 'Por favor introduce una nueva contraseña.';
|
||||
$messages['nocurpassword'] = 'Por favor introduce la contraseña actual.';
|
||||
$messages['passwordincorrect'] = 'Contraseña actual incorrecta.';
|
||||
$messages['passwordinconsistency'] = 'Las contraseñas no coinciden, por favor inténtalo de nuevo.';
|
||||
$messages['crypterror'] = 'No se pudo guardar la contraseña nueva. Falta la función de cifrado.';
|
||||
$messages['connecterror'] = 'No se pudo guardar la contraseña nueva. Error de conexión';
|
||||
$messages['internalerror'] = 'No se pudo guardar la contraseña nueva.';
|
||||
$messages['passwordshort'] = 'Tu contraseña debe tener una longitud mínima de $length.';
|
||||
$messages['passwordweak'] = 'Tu nueva contraseña debe incluir al menos un número y un signo de puntuación.';
|
||||
$messages['passwordforbidden'] = 'La contraseña contiene caracteres inválidos.';
|
||||
$messages['firstloginchange'] = 'Este es tu primer inicio de sesión. Por favor, cambia tu contraseña.';
|
37
data/web/rc/plugins/password/localization/es_ES.inc
Normal file
37
data/web/rc/plugins/password/localization/es_ES.inc
Normal file
@@ -0,0 +1,37 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
+-----------------------------------------------------------------------+
|
||||
| plugins/password/localization/<lang>.inc |
|
||||
| |
|
||||
| Localization file of the Roundcube Webmail Password plugin |
|
||||
| Copyright (C) 2012-2013, The Roundcube Dev Team |
|
||||
| |
|
||||
| Licensed under the GNU General Public License version 3 or |
|
||||
| any later version with exceptions for skins & plugins. |
|
||||
| See the README file for a full license statement. |
|
||||
| |
|
||||
+-----------------------------------------------------------------------+
|
||||
|
||||
For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-password/
|
||||
*/
|
||||
$labels['changepasswd'] = 'Cambiar contraseña';
|
||||
$labels['curpasswd'] = 'Contraseña actual:';
|
||||
$labels['newpasswd'] = 'Contraseña nueva:';
|
||||
$labels['confpasswd'] = 'Confirmar contraseña:';
|
||||
$messages['nopassword'] = 'Por favor, introduzca una contraseña nueva.';
|
||||
$messages['nocurpassword'] = 'Por favor, introduzca la contraseña actual.';
|
||||
$messages['passwordincorrect'] = 'La contraseña actual es incorrecta.';
|
||||
$messages['passwordinconsistency'] = 'Las contraseñas no coinciden. Por favor, inténtelo de nuevo.';
|
||||
$messages['crypterror'] = 'No se pudo guardar la contraseña nueva. Falta la función de cifrado.';
|
||||
$messages['connecterror'] = 'No se pudo guardar la contraseña nueva. Error de conexión.';
|
||||
$messages['internalerror'] = 'No se pudo guardar la contraseña nueva.';
|
||||
$messages['passwordshort'] = 'La contraseña debe tener al menos $length caracteres.';
|
||||
$messages['passwordweak'] = 'La contraseña debe incluir al menos un número y un signo de puntuación.';
|
||||
$messages['passwordforbidden'] = 'La contraseña introducida contiene caracteres no permitidos.';
|
||||
$messages['firstloginchange'] = 'Este es su primer inicio de sesión. Por favor, cambie su contraseña.';
|
||||
$messages['disablednotice'] = 'El sistema actualmente está en mantenimiento y ahora no se puede cambiar la contraseña. Todo debería volver a la normalidad pronto. Disculpa las molestias.';
|
||||
$messages['passwinhistory'] = 'Esta contraseña ya se ha usado previamente.';
|
||||
$messages['samepasswd'] = 'La nueva contraseña tiene que ser diferente a la antigua.';
|
||||
$messages['passwdexpirewarning'] = '¡ Atención! Su nueva contraseña expirará pronto, cámbiela antes de $expirationdatetime.';
|
||||
$messages['passwdexpired'] = 'Su contraseña ha expirado, tiene que cambiarla ahora.';
|
32
data/web/rc/plugins/password/localization/et_EE.inc
Normal file
32
data/web/rc/plugins/password/localization/et_EE.inc
Normal file
@@ -0,0 +1,32 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
+-----------------------------------------------------------------------+
|
||||
| plugins/password/localization/<lang>.inc |
|
||||
| |
|
||||
| Localization file of the Roundcube Webmail Password plugin |
|
||||
| Copyright (C) 2012-2013, The Roundcube Dev Team |
|
||||
| |
|
||||
| Licensed under the GNU General Public License version 3 or |
|
||||
| any later version with exceptions for skins & plugins. |
|
||||
| See the README file for a full license statement. |
|
||||
| |
|
||||
+-----------------------------------------------------------------------+
|
||||
|
||||
For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-password/
|
||||
*/
|
||||
$labels['changepasswd'] = 'Muuda parooli';
|
||||
$labels['curpasswd'] = 'Vana parool:';
|
||||
$labels['newpasswd'] = 'Uus parool:';
|
||||
$labels['confpasswd'] = 'Uus parool uuesti:';
|
||||
$messages['nopassword'] = 'Palun sisesta uus parool.';
|
||||
$messages['nocurpassword'] = 'Palun sisesta vana parool.';
|
||||
$messages['passwordincorrect'] = 'Vana parool on vale.';
|
||||
$messages['passwordinconsistency'] = 'Paroolid ei kattu, palun proovi uuesti.';
|
||||
$messages['crypterror'] = 'Serveris ei ole parooli krüpteerimiseks vajalikku funktsiooni.';
|
||||
$messages['connecterror'] = 'Parooli salvestamine nurjus. Ühenduse tõrge.';
|
||||
$messages['internalerror'] = 'Uue parooli andmebaasi salvestamine nurjus.';
|
||||
$messages['passwordshort'] = 'Parool peab olema vähemalt $length märki pikk.';
|
||||
$messages['passwordweak'] = 'Parool peab sisaldama vähemalt üht numbrit ja märki.';
|
||||
$messages['passwordforbidden'] = 'Parool sisaldab keelatud märki.';
|
||||
$messages['firstloginchange'] = 'See on sinu esimene sisselogimine, palun muuda oma parooli.';
|
33
data/web/rc/plugins/password/localization/eu_ES.inc
Normal file
33
data/web/rc/plugins/password/localization/eu_ES.inc
Normal file
@@ -0,0 +1,33 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
+-----------------------------------------------------------------------+
|
||||
| plugins/password/localization/<lang>.inc |
|
||||
| |
|
||||
| Localization file of the Roundcube Webmail Password plugin |
|
||||
| Copyright (C) 2012-2013, The Roundcube Dev Team |
|
||||
| |
|
||||
| Licensed under the GNU General Public License version 3 or |
|
||||
| any later version with exceptions for skins & plugins. |
|
||||
| See the README file for a full license statement. |
|
||||
| |
|
||||
+-----------------------------------------------------------------------+
|
||||
|
||||
For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-password/
|
||||
*/
|
||||
$labels['changepasswd'] = 'Pasahitza aldatu';
|
||||
$labels['curpasswd'] = 'Oraingo pasahitza:';
|
||||
$labels['newpasswd'] = 'Pasahitz berria:';
|
||||
$labels['confpasswd'] = 'Konfirmatu pasahitz berria:';
|
||||
$messages['nopassword'] = 'Sartu pasahitz berria.';
|
||||
$messages['nocurpassword'] = 'Sartu oraingo pasahitza.';
|
||||
$messages['passwordincorrect'] = 'Oraingo pasahitza ez da zuzena.';
|
||||
$messages['passwordinconsistency'] = 'Pasahitz berria ez datoz bat, saiatu berriz.';
|
||||
$messages['crypterror'] = 'Ezin izan da pasahitz berria gorde. Ez da enkriptazio funtziorik aurkitu.';
|
||||
$messages['connecterror'] = 'Ezin izan da pasahitz berria gorde. Konexio arazoak egon dira.';
|
||||
$messages['internalerror'] = 'Ezin izan da pasahitz berria gorde.';
|
||||
$messages['passwordshort'] = 'Gutxienez $length karakteretakoa izan behar du pasahitzak.';
|
||||
$messages['passwordweak'] = 'Gutxienez zenbaki bat eta puntuazio karaktere bat izan behar du pasahitzak.';
|
||||
$messages['passwordforbidden'] = 'Galarazitako karaktereak daude pasahitzean.';
|
||||
$messages['firstloginchange'] = 'Zure lehenengo sarrera da. Pasahitza aldatu mesedez.';
|
||||
$messages['disablednotice'] = 'Sistema mantentze lanetan dago eta oraintxe bertan ezin da pasahitzik aldatu. Laster denak bere onera itzuli beharko luke. Barkatu eragozpenenak.';
|
30
data/web/rc/plugins/password/localization/fa_AF.inc
Normal file
30
data/web/rc/plugins/password/localization/fa_AF.inc
Normal file
@@ -0,0 +1,30 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
+-----------------------------------------------------------------------+
|
||||
| plugins/password/localization/<lang>.inc |
|
||||
| |
|
||||
| Localization file of the Roundcube Webmail Password plugin |
|
||||
| Copyright (C) 2012-2013, The Roundcube Dev Team |
|
||||
| |
|
||||
| Licensed under the GNU General Public License version 3 or |
|
||||
| any later version with exceptions for skins & plugins. |
|
||||
| See the README file for a full license statement. |
|
||||
| |
|
||||
+-----------------------------------------------------------------------+
|
||||
|
||||
For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-password/
|
||||
*/
|
||||
$labels['curpasswd'] = 'رمز عبور کنونی';
|
||||
$labels['newpasswd'] = 'رمز عبور جدید';
|
||||
$labels['confpasswd'] = 'تایید رمز عبور جدید';
|
||||
$messages['nopassword'] = 'لطفا رمز عبور جدیدی وارد کنید';
|
||||
$messages['nocurpassword'] = 'لطفا رمز عبور کنونی را وارد کنید';
|
||||
$messages['passwordincorrect'] = 'رمز عبور کنونی اشتباه است';
|
||||
$messages['passwordinconsistency'] = 'رمزهای عبور با هم مطابقت ندارند، لطفا دوباره سعی کنید';
|
||||
$messages['crypterror'] = 'امکان ذخیره رمز عبور جدید وجود ندارد. تابع رمزگذاری یافت نشد';
|
||||
$messages['connecterror'] = 'امکان ذخیره رمز عبور جدید وجود ندارد. لطفا دوباره سعی کنید';
|
||||
$messages['internalerror'] = 'امکان ذخیره رمز عبور جدید وجود ندارد';
|
||||
$messages['passwordshort'] = 'طول رمز عبور می بایست حداقل به طول $length کاراکتر باشد';
|
||||
$messages['passwordweak'] = 'رمز عبور می بایست دارای حداقل یک عدد و یک کاراکتر علامت گذاری باشد';
|
||||
$messages['passwordforbidden'] = 'رمز عبور شامل کاراکترهای غیر مجاز است';
|
32
data/web/rc/plugins/password/localization/fa_IR.inc
Normal file
32
data/web/rc/plugins/password/localization/fa_IR.inc
Normal file
@@ -0,0 +1,32 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
+-----------------------------------------------------------------------+
|
||||
| plugins/password/localization/<lang>.inc |
|
||||
| |
|
||||
| Localization file of the Roundcube Webmail Password plugin |
|
||||
| Copyright (C) 2012-2013, The Roundcube Dev Team |
|
||||
| |
|
||||
| Licensed under the GNU General Public License version 3 or |
|
||||
| any later version with exceptions for skins & plugins. |
|
||||
| See the README file for a full license statement. |
|
||||
| |
|
||||
+-----------------------------------------------------------------------+
|
||||
|
||||
For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-password/
|
||||
*/
|
||||
$labels['changepasswd'] = 'تغییر گذرواژه';
|
||||
$labels['curpasswd'] = 'گذرواژه فعلی:';
|
||||
$labels['newpasswd'] = 'گذرواژه جدید:';
|
||||
$labels['confpasswd'] = 'تایید گذرواژه جدید:';
|
||||
$messages['nopassword'] = 'لطفا گذرواژه جدید را وارد نمایید.';
|
||||
$messages['nocurpassword'] = ' لطفا گذرواژه فعلی را وارد نمایید.';
|
||||
$messages['passwordincorrect'] = 'گذرواژه فعلی اشتباه است.';
|
||||
$messages['passwordinconsistency'] = 'گذرواژهها با هم مطابقت ندارند، دوباره سعی نمایید.';
|
||||
$messages['crypterror'] = 'گذرواژه جدید نمیتواند ذخیره شود. نبود تابع رمزگذاری.';
|
||||
$messages['connecterror'] = 'گذرواژه جدید نمیتواند ذخیره شود. خطای ارتباط.';
|
||||
$messages['internalerror'] = 'گذرواژه جدید نتوانست ذخیره نشد.';
|
||||
$messages['passwordshort'] = 'گذرواژه باید حداقل $length کاراکتر طول داشته باشد.';
|
||||
$messages['passwordweak'] = 'گذرواژه باید شامل حداقل یک عدد و یک کاراکتر نشانهای باشد.';
|
||||
$messages['passwordforbidden'] = 'گذرواژه شامل کاراکترهای غیرمجاز است.';
|
||||
$messages['firstloginchange'] = 'این اولین ورود شما است، لطفا گذرواژه خود را تغییر دهید.';
|
33
data/web/rc/plugins/password/localization/fi_FI.inc
Normal file
33
data/web/rc/plugins/password/localization/fi_FI.inc
Normal file
@@ -0,0 +1,33 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
+-----------------------------------------------------------------------+
|
||||
| plugins/password/localization/<lang>.inc |
|
||||
| |
|
||||
| Localization file of the Roundcube Webmail Password plugin |
|
||||
| Copyright (C) 2012-2013, The Roundcube Dev Team |
|
||||
| |
|
||||
| Licensed under the GNU General Public License version 3 or |
|
||||
| any later version with exceptions for skins & plugins. |
|
||||
| See the README file for a full license statement. |
|
||||
| |
|
||||
+-----------------------------------------------------------------------+
|
||||
|
||||
For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-password/
|
||||
*/
|
||||
$labels['changepasswd'] = 'Vaihda salasana';
|
||||
$labels['curpasswd'] = 'Nykyinen salasana:';
|
||||
$labels['newpasswd'] = 'Uusi salasana:';
|
||||
$labels['confpasswd'] = 'Vahvista uusi salasana:';
|
||||
$messages['nopassword'] = 'Syötä uusi salasana.';
|
||||
$messages['nocurpassword'] = 'Syötä nykyinen salasana.';
|
||||
$messages['passwordincorrect'] = 'Nykyinen salasana on väärin.';
|
||||
$messages['passwordinconsistency'] = 'Salasanat eivät täsmää, yritä uudelleen.';
|
||||
$messages['crypterror'] = 'Uuden salasanan tallennus epäonnistui. Kryptausfunktio puuttuu.';
|
||||
$messages['connecterror'] = 'Uuden salasanan tallennus epäonnistui. Yhteysongelma.';
|
||||
$messages['internalerror'] = 'Uuden salasanan tallennus epäonnistui.';
|
||||
$messages['passwordshort'] = 'Salasanassa täytyy olla vähintään $length merkkiä.';
|
||||
$messages['passwordweak'] = 'Salasanan täytyy sisältää vähintään yksi numero ja yksi välimerkki.';
|
||||
$messages['passwordforbidden'] = 'Salasana sisältää virheellisiä merkkejä.';
|
||||
$messages['firstloginchange'] = 'Tämä on ensimmäinen kirjautumiskertasi. Vaihda salasanasi.';
|
||||
$messages['disablednotice'] = 'Järjestelmä on parhaillaan huoltotilassa, joten salasanaa ei voi vaihtaa juuri nyt. Pahoittelemme aiheutunutta vaivaa. Kaiken pitäisi olla pian käytettävissä normaaliin tapaan.';
|
33
data/web/rc/plugins/password/localization/fo_FO.inc
Normal file
33
data/web/rc/plugins/password/localization/fo_FO.inc
Normal file
@@ -0,0 +1,33 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
+-----------------------------------------------------------------------+
|
||||
| plugins/password/localization/<lang>.inc |
|
||||
| |
|
||||
| Localization file of the Roundcube Webmail Password plugin |
|
||||
| Copyright (C) 2012-2013, The Roundcube Dev Team |
|
||||
| |
|
||||
| Licensed under the GNU General Public License version 3 or |
|
||||
| any later version with exceptions for skins & plugins. |
|
||||
| See the README file for a full license statement. |
|
||||
| |
|
||||
+-----------------------------------------------------------------------+
|
||||
|
||||
For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-password/
|
||||
*/
|
||||
$labels['changepasswd'] = 'Broyt loyniorð';
|
||||
$labels['curpasswd'] = 'Nú verandi loyniorð:';
|
||||
$labels['newpasswd'] = 'Nýtt loyniorð:';
|
||||
$labels['confpasswd'] = 'Endurtak nýggja loyniorð:';
|
||||
$messages['nopassword'] = 'Vinarliga skriva inn nýtt loyniorð.';
|
||||
$messages['nocurpassword'] = 'Vinarliga skriva inn núverandi loyniorð.';
|
||||
$messages['passwordincorrect'] = 'Verandi loyniorð er skeift.';
|
||||
$messages['passwordinconsistency'] = 'Loyniorðini eru ikki líka, vinarliga royn aftur.';
|
||||
$messages['crypterror'] = 'Kann ikki goyma nýggja loyniorð. Brongling manglar.';
|
||||
$messages['connecterror'] = 'Kann ikki goyma nýtt loyniorð. Sambands feilur.';
|
||||
$messages['internalerror'] = 'Kundi ikki goyma nýggja loyniorðið.';
|
||||
$messages['passwordshort'] = 'Loyniorði má hvørfall verða $length tekin langt.';
|
||||
$messages['passwordweak'] = 'Loyniorði má innihalda minst eitt nummar og eitt punktum tekin.';
|
||||
$messages['passwordforbidden'] = 'Loyniorð inniheldur ólóglig tekin.';
|
||||
$messages['firstloginchange'] = 'Hetta er tín fyrsta innriting. Vinarliga broyt títt loyniorð.';
|
||||
$messages['disablednotice'] = 'Skipanin er í verandi stunduni dagførd. Av tí sama, er ikki loyvt at broyta loyniorði í løtuni. Alt skuldi verið aftur til tað vanliga skjótt. Tað muga tygum orsaka. ';
|
37
data/web/rc/plugins/password/localization/fr_FR.inc
Normal file
37
data/web/rc/plugins/password/localization/fr_FR.inc
Normal file
@@ -0,0 +1,37 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
+-----------------------------------------------------------------------+
|
||||
| plugins/password/localization/<lang>.inc |
|
||||
| |
|
||||
| Localization file of the Roundcube Webmail Password plugin |
|
||||
| Copyright (C) 2012-2013, The Roundcube Dev Team |
|
||||
| |
|
||||
| Licensed under the GNU General Public License version 3 or |
|
||||
| any later version with exceptions for skins & plugins. |
|
||||
| See the README file for a full license statement. |
|
||||
| |
|
||||
+-----------------------------------------------------------------------+
|
||||
|
||||
For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-password/
|
||||
*/
|
||||
$labels['changepasswd'] = 'Changer le mot de passe';
|
||||
$labels['curpasswd'] = 'Mot de passe actuel :';
|
||||
$labels['newpasswd'] = 'Nouveau mot de passe :';
|
||||
$labels['confpasswd'] = 'Confirmer le nouveau mot de passe :';
|
||||
$messages['nopassword'] = 'Veuillez saisir le nouveau mot de passe.';
|
||||
$messages['nocurpassword'] = 'Veuillez saisir le mot de passe actuel.';
|
||||
$messages['passwordincorrect'] = 'Le mot de passe actuel est erroné.';
|
||||
$messages['passwordinconsistency'] = 'Les mots de passe ne correspondent pas, veuillez ressayer.';
|
||||
$messages['crypterror'] = 'Impossible d\'enregistrer le nouveau mot de passe. La fonction de chiffrement est manquante.';
|
||||
$messages['connecterror'] = 'Impossible d\'enregistrer le nouveau mot de passe. Erreur de connexion.';
|
||||
$messages['internalerror'] = 'Impossible d\'enregistrer le nouveau mot de passe.';
|
||||
$messages['passwordshort'] = 'Le mot de passe doit comporter au moins $length caractères.';
|
||||
$messages['passwordweak'] = 'Le mot de passe doit comporter au moins un chiffre et un signe de ponctuation.';
|
||||
$messages['passwordforbidden'] = 'Le mot de passe contient des caractères interdits.';
|
||||
$messages['firstloginchange'] = 'Ceci est votre première connexion. Veuillez changer votre mot de passe.';
|
||||
$messages['disablednotice'] = 'Le système est en cours de maintenance et les changements de mot de passe sont impossibles pour l\'instant. Tout devrait redevenir normal sous peu. Nous regrettons tout inconvénient que cette situation pourrait occasionner.';
|
||||
$messages['passwinhistory'] = 'Le mot de passe a déjà été utilisé précédemment.';
|
||||
$messages['samepasswd'] = 'Le nouveau mot de passe doit être différent du précédent.';
|
||||
$messages['passwdexpirewarning'] = 'Attention ! Votre mot de passe expirera prochainnement. Changez-le avant le $expirationdatetime.';
|
||||
$messages['passwdexpired'] = 'Votre mot de passe a expiré. Vous devez le changer maintenant !';
|
18
data/web/rc/plugins/password/localization/fy_NL.inc
Normal file
18
data/web/rc/plugins/password/localization/fy_NL.inc
Normal file
@@ -0,0 +1,18 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
+-----------------------------------------------------------------------+
|
||||
| plugins/password/localization/<lang>.inc |
|
||||
| |
|
||||
| Localization file of the Roundcube Webmail Password plugin |
|
||||
| Copyright (C) 2012-2013, The Roundcube Dev Team |
|
||||
| |
|
||||
| Licensed under the GNU General Public License version 3 or |
|
||||
| any later version with exceptions for skins & plugins. |
|
||||
| See the README file for a full license statement. |
|
||||
| |
|
||||
+-----------------------------------------------------------------------+
|
||||
|
||||
For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-password/
|
||||
*/
|
||||
$labels['newpasswd'] = 'Nij wachtwurd:';
|
32
data/web/rc/plugins/password/localization/gl_ES.inc
Normal file
32
data/web/rc/plugins/password/localization/gl_ES.inc
Normal file
@@ -0,0 +1,32 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
+-----------------------------------------------------------------------+
|
||||
| plugins/password/localization/<lang>.inc |
|
||||
| |
|
||||
| Localization file of the Roundcube Webmail Password plugin |
|
||||
| Copyright (C) 2012-2013, The Roundcube Dev Team |
|
||||
| |
|
||||
| Licensed under the GNU General Public License version 3 or |
|
||||
| any later version with exceptions for skins & plugins. |
|
||||
| See the README file for a full license statement. |
|
||||
| |
|
||||
+-----------------------------------------------------------------------+
|
||||
|
||||
For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-password/
|
||||
*/
|
||||
$labels['changepasswd'] = 'Cambiar contrasinal';
|
||||
$labels['curpasswd'] = 'Contrasinal actual:';
|
||||
$labels['newpasswd'] = 'Contrasinal novo:';
|
||||
$labels['confpasswd'] = 'Confirmar contrasinal:';
|
||||
$messages['nopassword'] = 'Por favor, introduce un contrasinal novo.';
|
||||
$messages['nocurpassword'] = 'Por favor, introduce o contrasinal actual.';
|
||||
$messages['passwordincorrect'] = 'O contrasinal actual é incorrecto.';
|
||||
$messages['passwordinconsistency'] = 'Os contrasinais non cadran. Por favor, inténtao outra vez.';
|
||||
$messages['crypterror'] = 'Non foi posíbel gardar o contrasinal novo. Falta a función de cifrado.';
|
||||
$messages['connecterror'] = 'Non foi posíbel gardar o contrasinal novo. Erro de conexión';
|
||||
$messages['internalerror'] = 'Non foi posíbel gardar o contrasinal novo.';
|
||||
$messages['passwordshort'] = 'O contrasinal debe ter polo menos $length caracteres.';
|
||||
$messages['passwordweak'] = 'O contrasinal debe incluir polo menos un número e un signo de puntuación.';
|
||||
$messages['passwordforbidden'] = 'O contrasinal contén caracteres non permitidos.';
|
||||
$messages['firstloginchange'] = 'É a primeira vez que se conecta. Por favor, troque o seu contrasinal.';
|
37
data/web/rc/plugins/password/localization/he_IL.inc
Normal file
37
data/web/rc/plugins/password/localization/he_IL.inc
Normal file
@@ -0,0 +1,37 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
+-----------------------------------------------------------------------+
|
||||
| plugins/password/localization/<lang>.inc |
|
||||
| |
|
||||
| Localization file of the Roundcube Webmail Password plugin |
|
||||
| Copyright (C) 2012-2013, The Roundcube Dev Team |
|
||||
| |
|
||||
| Licensed under the GNU General Public License version 3 or |
|
||||
| any later version with exceptions for skins & plugins. |
|
||||
| See the README file for a full license statement. |
|
||||
| |
|
||||
+-----------------------------------------------------------------------+
|
||||
|
||||
For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-password/
|
||||
*/
|
||||
$labels['changepasswd'] = 'שנה סיסמה';
|
||||
$labels['curpasswd'] = 'סיסמה נוכחית:';
|
||||
$labels['newpasswd'] = 'סיסמה חדשה:';
|
||||
$labels['confpasswd'] = 'אימות הסיסמה החדשה:';
|
||||
$messages['nopassword'] = 'נא להקליד סיסמה חדשה';
|
||||
$messages['nocurpassword'] = 'נא להקיש הסיסמה הנוכחית';
|
||||
$messages['passwordincorrect'] = 'הוקשה סיסמה נוכחית שגויה';
|
||||
$messages['passwordinconsistency'] = 'הסיסמאות שהוקשו אינן תואמות, נא לנסות שנית.';
|
||||
$messages['crypterror'] = 'לא נשמרה הסיסמה החדשה. חסר מנגנון הצפנה.';
|
||||
$messages['connecterror'] = 'לא נשמרה הסיסמה החדשה. שגיאת תקשורת.';
|
||||
$messages['internalerror'] = 'לא ניתן לשמור על הסיסמה החדשה.';
|
||||
$messages['passwordshort'] = 'הסיסמה צריכה להיות לפחות בעלת $length תווים';
|
||||
$messages['passwordweak'] = 'הסיסמה חייבת לכלול לפחות סיפרה אחת ולפחות סימן פיסוק אחד.';
|
||||
$messages['passwordforbidden'] = 'הסיסמה מכילה תווים אסורים.';
|
||||
$messages['firstloginchange'] = 'זוהי כניסתך הראשונה. אנא שנה את סיסמתך.';
|
||||
$messages['disablednotice'] = 'לא ניתן לשנות סיסמה כעת כי המערכת התחזוקה. המערכת תחזור בקרוב לפעולה רגילה. אנו מתנצלים על אי הנוחות.';
|
||||
$messages['passwinhistory'] = 'הסיסמה היתה בשימוש מקודם';
|
||||
$messages['samepasswd'] = 'הסיסמה החדשה צריכה להיות שונה מהישנה';
|
||||
$messages['passwdexpirewarning'] = 'אזהרה! הסיסמה תפוג בקרוב. יש לשנותה לפני expirationdatetime$.';
|
||||
$messages['passwdexpired'] = 'פג תוקפה של הסיסמה. יש לשנותה כעת!';
|
33
data/web/rc/plugins/password/localization/hr_HR.inc
Normal file
33
data/web/rc/plugins/password/localization/hr_HR.inc
Normal file
@@ -0,0 +1,33 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
+-----------------------------------------------------------------------+
|
||||
| plugins/password/localization/<lang>.inc |
|
||||
| |
|
||||
| Localization file of the Roundcube Webmail Password plugin |
|
||||
| Copyright (C) 2012-2013, The Roundcube Dev Team |
|
||||
| |
|
||||
| Licensed under the GNU General Public License version 3 or |
|
||||
| any later version with exceptions for skins & plugins. |
|
||||
| See the README file for a full license statement. |
|
||||
| |
|
||||
+-----------------------------------------------------------------------+
|
||||
|
||||
For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-password/
|
||||
*/
|
||||
$labels['changepasswd'] = 'Promjena zaporke';
|
||||
$labels['curpasswd'] = 'Važeća zaporka:';
|
||||
$labels['newpasswd'] = 'Nova zaporka:';
|
||||
$labels['confpasswd'] = 'Potvrda nove zaporke:';
|
||||
$messages['nopassword'] = 'Molimo unesite novu zaporku.';
|
||||
$messages['nocurpassword'] = 'Molimo unesite trenutnu zaporku.';
|
||||
$messages['passwordincorrect'] = 'Trenutna zaporka je nevažeća.';
|
||||
$messages['passwordinconsistency'] = 'Zaporke su različite, pokušajte ponovo.';
|
||||
$messages['crypterror'] = 'Nemoguće promijeniti zaporku. Nedostaje enkripcijska funkcija.';
|
||||
$messages['connecterror'] = 'Nemoguće promijeniti zaporku. Greška prilikom spajanja.';
|
||||
$messages['internalerror'] = 'Nemoguće promijeniti zaporku.';
|
||||
$messages['passwordshort'] = 'Zaporka mora sadržavati barem $length znakova.';
|
||||
$messages['passwordweak'] = 'Zaporka mora sadržavati barem jednu znamenku i jedan interpunkcijski znak.';
|
||||
$messages['passwordforbidden'] = 'Zaporka sadrži nedozvoljene znakove.';
|
||||
$messages['firstloginchange'] = 'Ovo je vaša prva prijava u sustav. Molimo promijenite vašu zaporku.';
|
||||
$messages['disablednotice'] = 'Sustav je trenutno u fazi održavanja i promjena zaporke trenutno nije moguća. Uskoro bi sve trebalo raditi ispravno. Ispričavamo se zbog neugodnosti.';
|
37
data/web/rc/plugins/password/localization/hu_HU.inc
Normal file
37
data/web/rc/plugins/password/localization/hu_HU.inc
Normal file
@@ -0,0 +1,37 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
+-----------------------------------------------------------------------+
|
||||
| plugins/password/localization/<lang>.inc |
|
||||
| |
|
||||
| Localization file of the Roundcube Webmail Password plugin |
|
||||
| Copyright (C) 2012-2013, The Roundcube Dev Team |
|
||||
| |
|
||||
| Licensed under the GNU General Public License version 3 or |
|
||||
| any later version with exceptions for skins & plugins. |
|
||||
| See the README file for a full license statement. |
|
||||
| |
|
||||
+-----------------------------------------------------------------------+
|
||||
|
||||
For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-password/
|
||||
*/
|
||||
$labels['changepasswd'] = 'Jelszó módosítás';
|
||||
$labels['curpasswd'] = 'Jelenlegi jelszó:';
|
||||
$labels['newpasswd'] = 'Új jelszó:';
|
||||
$labels['confpasswd'] = 'Új jelszó mégegyszer:';
|
||||
$messages['nopassword'] = 'Kérjük adja meg az új jelszót.';
|
||||
$messages['nocurpassword'] = 'Kérjük adja meg a jelenlegi jelszót.';
|
||||
$messages['passwordincorrect'] = 'Érvénytelen a jelenlegi jelszó.';
|
||||
$messages['passwordinconsistency'] = 'A beírt jelszavak nem azonosak. Próbálja újra.';
|
||||
$messages['crypterror'] = 'Hiba történt a kérés feldolgozása során.';
|
||||
$messages['connecterror'] = 'Az új jelszó mentése nem sikerült. Hiba a kapcsolatban';
|
||||
$messages['internalerror'] = 'Hiba történt a kérés feldolgozása során.';
|
||||
$messages['passwordshort'] = 'A jelszónak legalább $length karakter hosszunak kell lennie.';
|
||||
$messages['passwordweak'] = 'A jelszónak mindenképpen kell tartalmaznia egy számot és egy írásjelet.';
|
||||
$messages['passwordforbidden'] = 'A jelszó tiltott karaktert is tartalmaz.';
|
||||
$messages['firstloginchange'] = 'Ez az első belépésed. Változtass jelszót.';
|
||||
$messages['disablednotice'] = 'A rendszer jelenleg karbantartás alatt van és a jelszó módosítás nem lehetséges ebben a pillanatban. Minden visszaáll normálisra hamarosan. A kellemetlenségért elnézést kérünk.';
|
||||
$messages['passwinhistory'] = 'A megadott jelszó volt már használva.';
|
||||
$messages['samepasswd'] = 'Az új jelszó nem lehet azonos a régi jelszóval.';
|
||||
$messages['passwdexpirewarning'] = 'Figyelem! A jelszavad hamarosan lejár, változtasd meg még $expirationdatetime elött.';
|
||||
$messages['passwdexpired'] = 'A jelszavad lejárt, adj meg újat.';
|
33
data/web/rc/plugins/password/localization/hy_AM.inc
Normal file
33
data/web/rc/plugins/password/localization/hy_AM.inc
Normal file
@@ -0,0 +1,33 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
+-----------------------------------------------------------------------+
|
||||
| plugins/password/localization/<lang>.inc |
|
||||
| |
|
||||
| Localization file of the Roundcube Webmail Password plugin |
|
||||
| Copyright (C) 2012-2013, The Roundcube Dev Team |
|
||||
| |
|
||||
| Licensed under the GNU General Public License version 3 or |
|
||||
| any later version with exceptions for skins & plugins. |
|
||||
| See the README file for a full license statement. |
|
||||
| |
|
||||
+-----------------------------------------------------------------------+
|
||||
|
||||
For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-password/
|
||||
*/
|
||||
$labels['changepasswd'] = 'Փոխել գաղտնաբառը';
|
||||
$labels['curpasswd'] = 'Ներկա գաղտնաբառ`';
|
||||
$labels['newpasswd'] = 'Նոր գաղտնաբառ`';
|
||||
$labels['confpasswd'] = 'Կրկնեք նոր գաղտնաբառը`';
|
||||
$messages['nopassword'] = 'Ներմուցեք նոր գաղտնաբառը։';
|
||||
$messages['nocurpassword'] = 'Ներմուցեք առկա գաղտնաբառը։';
|
||||
$messages['passwordincorrect'] = 'Առկա գաղտնաբառը սխալ է։';
|
||||
$messages['passwordinconsistency'] = 'Նոր գաղտնաբառերը չեն համընկնում, կրկին փորձեք։';
|
||||
$messages['crypterror'] = 'Նոր գաղտնաբառի պահպանումը ձախողվեց։ Բացակայում է գաղտնագրման ֆունկցիան։';
|
||||
$messages['connecterror'] = 'Նոր գաղտնաբառի պահպանումը ձախողվեց։ Կապի սխալ։';
|
||||
$messages['internalerror'] = 'Նոր գաղտնաբառի պահպանումը ձախողվեց։';
|
||||
$messages['passwordshort'] = 'Գաղտնաբառերը պետք է լինեն առնվազն $length նիշ երկարությամբ։';
|
||||
$messages['passwordweak'] = 'Գաղտնաբառերը պետք է պարունակեն առնվազն մեկ թիվ և մեկ կետադրական նիշ։';
|
||||
$messages['passwordforbidden'] = 'Գաղտնաբառը պարունակում է արգելված նիշ։';
|
||||
$messages['firstloginchange'] = 'Սա ձեր առաջին մուտքն է։ Խնդրում ենք փոխել գաղտնաբառը։';
|
||||
$messages['disablednotice'] = 'Ներկա պահին համակարգը գտնվում է վերականգնման փուլում, և այս պահին գաղտնաբառը հնարավոր չէ փոխել: Ամեն ինչ շուտով կվերականգնվի: Խնդրում ենք Ձեր ներողամտությունը, պատճառված անհարմարության համար:';
|
33
data/web/rc/plugins/password/localization/ia.inc
Normal file
33
data/web/rc/plugins/password/localization/ia.inc
Normal file
@@ -0,0 +1,33 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
+-----------------------------------------------------------------------+
|
||||
| plugins/password/localization/<lang>.inc |
|
||||
| |
|
||||
| Localization file of the Roundcube Webmail Password plugin |
|
||||
| Copyright (C) 2012-2013, The Roundcube Dev Team |
|
||||
| |
|
||||
| Licensed under the GNU General Public License version 3 or |
|
||||
| any later version with exceptions for skins & plugins. |
|
||||
| See the README file for a full license statement. |
|
||||
| |
|
||||
+-----------------------------------------------------------------------+
|
||||
|
||||
For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-password/
|
||||
*/
|
||||
$labels['changepasswd'] = 'Cambiar contrasigno';
|
||||
$labels['curpasswd'] = 'Contrasigno actual:';
|
||||
$labels['newpasswd'] = 'Nove contrasigno:';
|
||||
$labels['confpasswd'] = 'Confirmar nove contrasigno:';
|
||||
$messages['nopassword'] = 'Entra un nove contrasigno.';
|
||||
$messages['nocurpassword'] = 'Entra le contrasigno actual.';
|
||||
$messages['passwordincorrect'] = 'Le contrasigno actual es incorrecte.';
|
||||
$messages['passwordinconsistency'] = 'Le contrasignos non es identic. Essaya lo de novo.';
|
||||
$messages['crypterror'] = 'Impossibile salveguardar le nove contrasigno. Le function de cryptographia manca.';
|
||||
$messages['connecterror'] = 'Impossibile salveguardar le nove contrasigno. Error de connexion.';
|
||||
$messages['internalerror'] = 'Impossibile salveguardar le nove contrasigno.';
|
||||
$messages['passwordshort'] = 'Le contrasigno debe haber al minus $length characteres.';
|
||||
$messages['passwordweak'] = 'Le contrasigno debe includer al minus un numero e un character de punctuation.';
|
||||
$messages['passwordforbidden'] = 'Le contrasigno contine characteres interdicte.';
|
||||
$messages['firstloginchange'] = 'Iste es vostre prime session. Per favor, cambia vostre contrasigno.';
|
||||
$messages['disablednotice'] = 'Le systema es sub mantenentia e non es possibile cambiar le contrasigno in iste momento. Le systema retornara al functionamento normal bentosto. Nos offere nostre excusas pro omne inconveniente.';
|
37
data/web/rc/plugins/password/localization/id_ID.inc
Normal file
37
data/web/rc/plugins/password/localization/id_ID.inc
Normal file
@@ -0,0 +1,37 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
+-----------------------------------------------------------------------+
|
||||
| plugins/password/localization/<lang>.inc |
|
||||
| |
|
||||
| Localization file of the Roundcube Webmail Password plugin |
|
||||
| Copyright (C) 2012-2013, The Roundcube Dev Team |
|
||||
| |
|
||||
| Licensed under the GNU General Public License version 3 or |
|
||||
| any later version with exceptions for skins & plugins. |
|
||||
| See the README file for a full license statement. |
|
||||
| |
|
||||
+-----------------------------------------------------------------------+
|
||||
|
||||
For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-password/
|
||||
*/
|
||||
$labels['changepasswd'] = 'Ubah sandi';
|
||||
$labels['curpasswd'] = 'Sandi saat ini:';
|
||||
$labels['newpasswd'] = 'Sandi Baru:';
|
||||
$labels['confpasswd'] = 'Konfirmasi Sandi Baru:';
|
||||
$messages['nopassword'] = 'Masukkan sandi baru.';
|
||||
$messages['nocurpassword'] = 'Masukkan sandi saat ini.';
|
||||
$messages['passwordincorrect'] = 'Sandi saat ini salah.';
|
||||
$messages['passwordinconsistency'] = 'Sandi tidak cocok, harap coba lagi.';
|
||||
$messages['crypterror'] = 'Tidak dapat menyimpan sandi baru. Fungsi enkripsi tidak ditemukan.';
|
||||
$messages['connecterror'] = 'Tidak dapat menyimpan sandi baru. Koneksi error.';
|
||||
$messages['internalerror'] = 'Tidak dapat menyimpan sandi baru.';
|
||||
$messages['passwordshort'] = 'Panjang password minimal $length karakter';
|
||||
$messages['passwordweak'] = 'Sandi harus menyertakan setidaknya satu angka dan satu tanda baca.';
|
||||
$messages['passwordforbidden'] = 'Sandi mengandung karakter terlarang.';
|
||||
$messages['firstloginchange'] = 'Ini login pertama Anda. Harap ubah sandi Anda.';
|
||||
$messages['disablednotice'] = 'Sistem saat ini sedang dalam pemeliharaan dan perubahan sandi tidak mungkin saat ini. Semua mestinya segera kembali normal. Kami mohon maaf untuk ketidaknyamanan ini.';
|
||||
$messages['passwinhistory'] = 'Kata sandi sudah pernah digunakan';
|
||||
$messages['samepasswd'] = 'Kata sandi harus berbeda dengan yang sebelumnya';
|
||||
$messages['passwdexpirewarning'] = 'Peringatan! Masa kata sandi segera berakhir, ganti sebelum $expirationdatetime.';
|
||||
$messages['passwdexpired'] = 'Kata sandi kadaluarsa, harus diganti sekarang.';
|
33
data/web/rc/plugins/password/localization/is_IS.inc
Normal file
33
data/web/rc/plugins/password/localization/is_IS.inc
Normal file
@@ -0,0 +1,33 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
+-----------------------------------------------------------------------+
|
||||
| plugins/password/localization/<lang>.inc |
|
||||
| |
|
||||
| Localization file of the Roundcube Webmail Password plugin |
|
||||
| Copyright (C) 2012-2013, The Roundcube Dev Team |
|
||||
| |
|
||||
| Licensed under the GNU General Public License version 3 or |
|
||||
| any later version with exceptions for skins & plugins. |
|
||||
| See the README file for a full license statement. |
|
||||
| |
|
||||
+-----------------------------------------------------------------------+
|
||||
|
||||
For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-password/
|
||||
*/
|
||||
$labels['changepasswd'] = 'Breyta lykilorði';
|
||||
$labels['curpasswd'] = 'Núverandi lykilorð:';
|
||||
$labels['newpasswd'] = 'Nýtt lykilorð:';
|
||||
$labels['confpasswd'] = 'Staðfesta nýtt lykilorð:';
|
||||
$messages['nopassword'] = 'Settu inn nýtt lykilorð.';
|
||||
$messages['nocurpassword'] = 'Settu inn núverandi lykilorð.';
|
||||
$messages['passwordincorrect'] = 'Núverandi lykilorð er ekki rétt.';
|
||||
$messages['passwordinconsistency'] = 'Lykilorðin samsvara ekki, reyndu aftur.';
|
||||
$messages['crypterror'] = 'Gat ekki vistað nýtt lykilorð. Dulritunareiginleika vantar.';
|
||||
$messages['connecterror'] = 'Gat ekki vistað nýtt lykilorð. Villa í tengingu.';
|
||||
$messages['internalerror'] = 'Gat ekki vistað nýtt lykilorð.';
|
||||
$messages['passwordshort'] = 'Lykilorð þarf að vera að minnsta kosti $length stafa langt.';
|
||||
$messages['passwordweak'] = 'Lykilorð þarf að innihalda a.m.k. einn tölustaf og eitt greinamerki.';
|
||||
$messages['passwordforbidden'] = 'Lykilorð inniheldur óleyfilega stafi.';
|
||||
$messages['firstloginchange'] = 'Þetta er í fyrsta skipti sem þú skráir þig inn. Endilega breyttu lykilorðinu þínu.';
|
||||
$messages['disablednotice'] = 'Kerfið er í viðhaldsfasa og því er ekki hægt að breyta lykilorðum sem stendur. Allt ætti að vera komið í samt lag innan stundar. Við biðjumst afsökunar á þeim óþægindum sem af þessu geta hlotist.';
|
37
data/web/rc/plugins/password/localization/it_IT.inc
Normal file
37
data/web/rc/plugins/password/localization/it_IT.inc
Normal file
@@ -0,0 +1,37 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
+-----------------------------------------------------------------------+
|
||||
| plugins/password/localization/<lang>.inc |
|
||||
| |
|
||||
| Localization file of the Roundcube Webmail Password plugin |
|
||||
| Copyright (C) 2012-2013, The Roundcube Dev Team |
|
||||
| |
|
||||
| Licensed under the GNU General Public License version 3 or |
|
||||
| any later version with exceptions for skins & plugins. |
|
||||
| See the README file for a full license statement. |
|
||||
| |
|
||||
+-----------------------------------------------------------------------+
|
||||
|
||||
For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-password/
|
||||
*/
|
||||
$labels['changepasswd'] = 'Modifica la Password';
|
||||
$labels['curpasswd'] = 'Password corrente:';
|
||||
$labels['newpasswd'] = 'Nuova password:';
|
||||
$labels['confpasswd'] = 'Conferma la nuova Password:';
|
||||
$messages['nopassword'] = 'Per favore inserire la nuova password.';
|
||||
$messages['nocurpassword'] = 'Per favore inserire la password corrente.';
|
||||
$messages['passwordincorrect'] = 'La password corrente non è corretta.';
|
||||
$messages['passwordinconsistency'] = 'Le password non coincidono, per favore reinserire.';
|
||||
$messages['crypterror'] = 'Impossibile salvare la nuova password. Funzione di crittografia mancante.';
|
||||
$messages['connecterror'] = 'Impossibile salvare la nuova password. Errore di connessione.';
|
||||
$messages['internalerror'] = 'Impossibile salvare la nuova password.';
|
||||
$messages['passwordshort'] = 'La password deve essere lunga almeno $length caratteri.';
|
||||
$messages['passwordweak'] = 'La password deve includere almeno una cifra decimale e un carattere di punteggiatura.';
|
||||
$messages['passwordforbidden'] = 'La password contiene caratteri proibiti.';
|
||||
$messages['firstloginchange'] = 'Questo è il tuo primo accesso. Si prega di cambiare la propria password.';
|
||||
$messages['disablednotice'] = 'Il sistema è attualmente in manutenzione e pertanto al momento non è possibile effettuare il cambio della password. Presto tutto tornerà alla normalità. Ci scusiamo per il disagio.';
|
||||
$messages['passwinhistory'] = 'Questa password è già stata usata precedentemente';
|
||||
$messages['samepasswd'] = 'La nuova password deve essere differente da una usata precedentemente.';
|
||||
$messages['passwdexpirewarning'] = 'Attenzione! La tua password scadrà a breve, cambiala prima del $expiretiondatetime.';
|
||||
$messages['passwdexpired'] = 'La tua password è scaduta, devi cambiarla adesso.';
|
37
data/web/rc/plugins/password/localization/ja_JP.inc
Normal file
37
data/web/rc/plugins/password/localization/ja_JP.inc
Normal file
@@ -0,0 +1,37 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
+-----------------------------------------------------------------------+
|
||||
| plugins/password/localization/<lang>.inc |
|
||||
| |
|
||||
| Localization file of the Roundcube Webmail Password plugin |
|
||||
| Copyright (C) 2012-2013, The Roundcube Dev Team |
|
||||
| |
|
||||
| Licensed under the GNU General Public License version 3 or |
|
||||
| any later version with exceptions for skins & plugins. |
|
||||
| See the README file for a full license statement. |
|
||||
| |
|
||||
+-----------------------------------------------------------------------+
|
||||
|
||||
For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-password/
|
||||
*/
|
||||
$labels['changepasswd'] = 'パスワードの変更';
|
||||
$labels['curpasswd'] = '現在のパスワード:';
|
||||
$labels['newpasswd'] = '新しいパスワード:';
|
||||
$labels['confpasswd'] = '新しいパスワード (確認):';
|
||||
$messages['nopassword'] = '新しいパスワードを入力してください。';
|
||||
$messages['nocurpassword'] = '現在のパスワードを入力してください。';
|
||||
$messages['passwordincorrect'] = '現在のパスワードが間違っています。';
|
||||
$messages['passwordinconsistency'] = 'パスワードが一致しません。もう一度やり直してください。';
|
||||
$messages['crypterror'] = 'パスワードを保存できませんでした。暗号化関数がみあたりません。';
|
||||
$messages['connecterror'] = '新しいパスワードを保存できませんでした。接続エラーです。';
|
||||
$messages['internalerror'] = '新しいパスワードを保存できませんでした。';
|
||||
$messages['passwordshort'] = 'パスワードは少なくとも $length 文字の長さが必要です。';
|
||||
$messages['passwordweak'] = 'パスワードは少なくとも数字の 1 文字と記号の 1 文字を含んでいなければなりません。';
|
||||
$messages['passwordforbidden'] = 'パスワードに禁止された文字が含まれています。';
|
||||
$messages['firstloginchange'] = 'これは初めてのログインです。パスワードを変更してください。';
|
||||
$messages['disablednotice'] = 'このシステムは今は保守中で、現在のところパスワードの変更はできません。しばらくすれば、通常の状態に復帰するはずです。ご迷惑を掛けて申し訳ありません。';
|
||||
$messages['passwinhistory'] = 'このパスワードは以前に使用しています。';
|
||||
$messages['samepasswd'] = '新しいパスワードは以前のものと異なっていなければなりません。';
|
||||
$messages['passwdexpirewarning'] = '警告! パスワードの有効期限がすぐに切れます、$expirationdatetimeよりも前に変更してください。';
|
||||
$messages['passwdexpired'] = 'パスワードの期限が切れています、今すぐ変更しなければなりません!';
|
30
data/web/rc/plugins/password/localization/km_KH.inc
Normal file
30
data/web/rc/plugins/password/localization/km_KH.inc
Normal file
@@ -0,0 +1,30 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
+-----------------------------------------------------------------------+
|
||||
| plugins/password/localization/<lang>.inc |
|
||||
| |
|
||||
| Localization file of the Roundcube Webmail Password plugin |
|
||||
| Copyright (C) 2012-2013, The Roundcube Dev Team |
|
||||
| |
|
||||
| Licensed under the GNU General Public License version 3 or |
|
||||
| any later version with exceptions for skins & plugins. |
|
||||
| See the README file for a full license statement. |
|
||||
| |
|
||||
+-----------------------------------------------------------------------+
|
||||
|
||||
For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-password/
|
||||
*/
|
||||
$labels['curpasswd'] = 'ពាក្យសម្ងាត់បច្ចុប្បន្ន៖';
|
||||
$labels['newpasswd'] = 'ពាក្យសម្ងាត់ថ្មី៖';
|
||||
$labels['confpasswd'] = 'បញ្ជាក់ពាក្យសម្ងាត់ថ្មី៖';
|
||||
$messages['nopassword'] = 'សូមបញ្ចូលពាក្យសម្ងាត់ថ្មី។';
|
||||
$messages['nocurpassword'] = 'សូមបញ្ចូលពាក្យសម្ងាត់បច្ចុប្បន្នឲ្យបានត្រូវ។';
|
||||
$messages['passwordincorrect'] = 'ពាក្យសម្ងាត់បច្ចុប្បន្នគឺមិនត្រូវឡើយ។';
|
||||
$messages['passwordinconsistency'] = 'ពាក្យសម្ងាត់មិនត្រូវគ្នាទេ សូមព្យាយាមម្ដងទៀត។';
|
||||
$messages['crypterror'] = 'មិនអាចរក្សាទុកពាក្យសម្ងាត់ថ្មីបានទេ។ បាត់មុខងារកូដនីយកម្ម។';
|
||||
$messages['connecterror'] = 'មិនអាចរក្សាទុកពាក្យសម្ងាត់ថ្មីបានទេ។ ការតភ្ជាប់មានបញ្ហា។';
|
||||
$messages['internalerror'] = 'មិនអាចរក្សាទុកពាក្យសម្ងាត់ថ្មីបានទេ។';
|
||||
$messages['passwordshort'] = 'ពាក្យសម្ងាត់ត្រូវតែមានយ៉ាងតិច $length តួ។';
|
||||
$messages['passwordweak'] = 'ពាក្យសម្ងាត់ត្រូវតែមានបញ្ចូលយ៉ាងហោចណាស់លេខមួយតួ និងអក្សរសញ្ញាមួយតួ។';
|
||||
$messages['passwordforbidden'] = 'ពាក្យសម្ងាត់មានអក្សរដែលត្រូវហាមឃាត់។';
|
37
data/web/rc/plugins/password/localization/ko_KR.inc
Normal file
37
data/web/rc/plugins/password/localization/ko_KR.inc
Normal file
@@ -0,0 +1,37 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
+-----------------------------------------------------------------------+
|
||||
| plugins/password/localization/<lang>.inc |
|
||||
| |
|
||||
| Localization file of the Roundcube Webmail Password plugin |
|
||||
| Copyright (C) 2012-2013, The Roundcube Dev Team |
|
||||
| |
|
||||
| Licensed under the GNU General Public License version 3 or |
|
||||
| any later version with exceptions for skins & plugins. |
|
||||
| See the README file for a full license statement. |
|
||||
| |
|
||||
+-----------------------------------------------------------------------+
|
||||
|
||||
For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-password/
|
||||
*/
|
||||
$labels['changepasswd'] = '암호 변경';
|
||||
$labels['curpasswd'] = '현재 암호:';
|
||||
$labels['newpasswd'] = '새로운 암호:';
|
||||
$labels['confpasswd'] = '새로운 암호 확인:';
|
||||
$messages['nopassword'] = '새로운 암호를 입력하세요.';
|
||||
$messages['nocurpassword'] = '현재 사용 중인 암호를 입력하세요.';
|
||||
$messages['passwordincorrect'] = '현재 사용 중인 암호가 올바르지 않습니다.';
|
||||
$messages['passwordinconsistency'] = '암호가 일치하지 않습니다. 다시 시도해주세요.';
|
||||
$messages['crypterror'] = '새로운 암호를 저장할 수 없습니다. 암호화 기능이 누락되었습니다.';
|
||||
$messages['connecterror'] = '새로운 암호를 저장할 수 없습니다. 연결 오류입니다.';
|
||||
$messages['internalerror'] = '새로운 암호를 저장할 수 없습니다.';
|
||||
$messages['passwordshort'] = '암호는 문자가 $length개 이상이어야 합니다.';
|
||||
$messages['passwordweak'] = '암호는 숫자 및 특수문자를 각각 한 개 이상 포함해야 합니다.';
|
||||
$messages['passwordforbidden'] = '암호가 금지된 문자을 포함하고 있습니다.';
|
||||
$messages['firstloginchange'] = '처음 로그인하셨습니다. 암호를 변경해주세요.';
|
||||
$messages['disablednotice'] = '시스템이 현재 유지보수 중이며 암호 변경이 일시적으로 불가능합니다. 모든 것이 조만간 정상화 될 예정입니다. 불편을 끼쳐드려 죄송합니다.';
|
||||
$messages['passwinhistory'] = '이 암호는 이미 이전에 사용됐습니다.';
|
||||
$messages['samepasswd'] = '새로운 암호는 예전 암호와 달라야 합니다.';
|
||||
$messages['passwdexpirewarning'] = '경고! 암호가 곧 만료됩니다. $expirationdatetime 이전에 변경하십시오.';
|
||||
$messages['passwdexpired'] = '암호가 만료됐습니다. 지금 변경하셔야 합니다!';
|
32
data/web/rc/plugins/password/localization/ku.inc
Normal file
32
data/web/rc/plugins/password/localization/ku.inc
Normal file
@@ -0,0 +1,32 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
+-----------------------------------------------------------------------+
|
||||
| plugins/password/localization/<lang>.inc |
|
||||
| |
|
||||
| Localization file of the Roundcube Webmail Password plugin |
|
||||
| Copyright (C) 2012-2013, The Roundcube Dev Team |
|
||||
| |
|
||||
| Licensed under the GNU General Public License version 3 or |
|
||||
| any later version with exceptions for skins & plugins. |
|
||||
| See the README file for a full license statement. |
|
||||
| |
|
||||
+-----------------------------------------------------------------------+
|
||||
|
||||
For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-password/
|
||||
*/
|
||||
$labels['changepasswd'] = 'Şîfreyê biguherîne';
|
||||
$labels['curpasswd'] = 'Şîfreya niha:';
|
||||
$labels['newpasswd'] = 'Şîfreya nû:';
|
||||
$labels['confpasswd'] = 'Şîfreya nû bipejirîne:';
|
||||
$messages['nopassword'] = 'Şîfreya nû binivîse.';
|
||||
$messages['nocurpassword'] = 'Şîfreya niha binivîse.';
|
||||
$messages['passwordincorrect'] = 'Şîfreya niha xelet e.';
|
||||
$messages['passwordinconsistency'] = 'Şîfre hevdu nagirin, dîsa biceribîne.';
|
||||
$messages['crypterror'] = 'Şîfreya nû nehat tomarkirin. Fonksiyona şîfrekirinê hat jibîrkirin.';
|
||||
$messages['connecterror'] = 'Şîfreya nû nehat tomarkirin. Çewtiya girêdanê.';
|
||||
$messages['internalerror'] = 'Şîfre nehat tomarkirin.';
|
||||
$messages['passwordshort'] = 'Divê şîfre ji $length karakteran kêmtir nebe.';
|
||||
$messages['passwordweak'] = 'Divê di şîfreyê de herî kêm hejmarek û karakterekî xalbendiyê hebe.';
|
||||
$messages['passwordforbidden'] = 'Şîfre karakterên qedexe dihewîne.';
|
||||
$messages['firstloginchange'] = 'Ev têketina te ya yekemîn e. Ji kerema xwe şîfreya xwe biguherîne.';
|
29
data/web/rc/plugins/password/localization/ku_IQ.inc
Normal file
29
data/web/rc/plugins/password/localization/ku_IQ.inc
Normal file
@@ -0,0 +1,29 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
+-----------------------------------------------------------------------+
|
||||
| plugins/password/localization/<lang>.inc |
|
||||
| |
|
||||
| Localization file of the Roundcube Webmail Password plugin |
|
||||
| Copyright (C) 2012-2013, The Roundcube Dev Team |
|
||||
| |
|
||||
| Licensed under the GNU General Public License version 3 or |
|
||||
| any later version with exceptions for skins & plugins. |
|
||||
| See the README file for a full license statement. |
|
||||
| |
|
||||
+-----------------------------------------------------------------------+
|
||||
|
||||
For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-password/
|
||||
*/
|
||||
$labels['changepasswd'] = 'گۆڕینی تێپەڕەوشە';
|
||||
$labels['curpasswd'] = 'تێپەڕەوشەی ئێستا:';
|
||||
$labels['newpasswd'] = 'تێپەڕەوشەی نوێ:';
|
||||
$labels['confpasswd'] = 'پشتڕاستکردنەوەی تێپەڕەوشەی نوێ:';
|
||||
$messages['nopassword'] = 'تکایە تێپەڕەوشەی نوێ بنووسە.';
|
||||
$messages['nocurpassword'] = 'تکایە تێپەڕەوشەی ئێستا بنووسە.';
|
||||
$messages['passwordincorrect'] = 'تێپەڕەوشەی ئێستا نادروستە.';
|
||||
$messages['passwordinconsistency'] = 'تێپەڕەوشەکان هاویەک نین، تکایە دووبارە هەوڵبدەوە.';
|
||||
$messages['connecterror'] = 'نەتوانرا تێپەڕەوشەی نوێ پاشەکەوت بکرێت. هەڵەی پەیوەندیکردن.';
|
||||
$messages['internalerror'] = 'نەتوانرا تێپەڕەوشەی نوێ پاشەکەوت بکرێت.';
|
||||
$messages['passwordforbidden'] = 'تێپەڕەوشە نووسەی ڕێپێنەدراوی تێدایە.';
|
||||
$messages['firstloginchange'] = 'ئەمە یەکەم چوونەژوورەوەتە. تکایە تێپەڕەوشەکەت بگۆڕە.';
|
30
data/web/rc/plugins/password/localization/lb_LU.inc
Normal file
30
data/web/rc/plugins/password/localization/lb_LU.inc
Normal file
@@ -0,0 +1,30 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
+-----------------------------------------------------------------------+
|
||||
| plugins/password/localization/<lang>.inc |
|
||||
| |
|
||||
| Localization file of the Roundcube Webmail Password plugin |
|
||||
| Copyright (C) 2012-2013, The Roundcube Dev Team |
|
||||
| |
|
||||
| Licensed under the GNU General Public License version 3 or |
|
||||
| any later version with exceptions for skins & plugins. |
|
||||
| See the README file for a full license statement. |
|
||||
| |
|
||||
+-----------------------------------------------------------------------+
|
||||
|
||||
For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-password/
|
||||
*/
|
||||
$labels['curpasswd'] = 'Aktuellt Passwuert:';
|
||||
$labels['newpasswd'] = 'Neit Passwuert:';
|
||||
$labels['confpasswd'] = 'Neit Passwuert bestätegen:';
|
||||
$messages['nopassword'] = 'Gëff wann ech gelift en neit Passwuert an.';
|
||||
$messages['nocurpassword'] = 'Gëff wann ech gelift dat aktuellt Passwuert an.';
|
||||
$messages['passwordincorrect'] = 'Aktuellt Passwuert net korrekt.';
|
||||
$messages['passwordinconsistency'] = 'D\'Passwierder passen net, probéier wann ech gelift nach eng Kéier.';
|
||||
$messages['crypterror'] = 'Passwuert konnt net gespäichert ginn. Verschlësselungs-Funktioun feelt.';
|
||||
$messages['connecterror'] = 'Passwuert konnt net gespäichert ginn. Connectiouns-Feeler.';
|
||||
$messages['internalerror'] = 'Neit Passwuert konnt net gespäichert ginn.';
|
||||
$messages['passwordshort'] = 'D\'Passwuert muss mindestens $length Zeeche laang sinn.';
|
||||
$messages['passwordweak'] = 'D\'Passwuert muss mindestens eng Zuel an ee Sazzeechen enthalen.';
|
||||
$messages['passwordforbidden'] = 'D\'Passwuert enthält verbueden Zeechen.';
|
33
data/web/rc/plugins/password/localization/lt_LT.inc
Normal file
33
data/web/rc/plugins/password/localization/lt_LT.inc
Normal file
@@ -0,0 +1,33 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
+-----------------------------------------------------------------------+
|
||||
| plugins/password/localization/<lang>.inc |
|
||||
| |
|
||||
| Localization file of the Roundcube Webmail Password plugin |
|
||||
| Copyright (C) 2012-2013, The Roundcube Dev Team |
|
||||
| |
|
||||
| Licensed under the GNU General Public License version 3 or |
|
||||
| any later version with exceptions for skins & plugins. |
|
||||
| See the README file for a full license statement. |
|
||||
| |
|
||||
+-----------------------------------------------------------------------+
|
||||
|
||||
For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-password/
|
||||
*/
|
||||
$labels['changepasswd'] = 'Keisti slaptažodį';
|
||||
$labels['curpasswd'] = 'Dabartinis slaptažodis:';
|
||||
$labels['newpasswd'] = 'Naujasis slaptažodis:';
|
||||
$labels['confpasswd'] = 'Pakartokite naująjį slaptažodį:';
|
||||
$messages['nopassword'] = 'Prašom įvesti naująjį slaptažodį.';
|
||||
$messages['nocurpassword'] = 'Prašom įvesti dabartinį slaptažodį.';
|
||||
$messages['passwordincorrect'] = 'Dabartinis slaptažodis neteisingas.';
|
||||
$messages['passwordinconsistency'] = 'Slaptažodžiai nesutapo. Bandykite dar kartą.';
|
||||
$messages['crypterror'] = 'Nepavyko įrašyti naujojo slaptažodžio. Trūksta šifravimo funkcijos.';
|
||||
$messages['connecterror'] = 'Nepavyko įrašyti naujojo slaptažodžio. Ryšio klaida.';
|
||||
$messages['internalerror'] = 'Nepavyko įrašyti naujojo slaptažodžio.';
|
||||
$messages['passwordshort'] = 'Slaptažodis turi būti sudarytas bent iš $length simbolių.';
|
||||
$messages['passwordweak'] = 'Slaptažodyje turi būti bent vienas skaitmuo ir vienas skyrybos ženklas.';
|
||||
$messages['passwordforbidden'] = 'Slaptažodyje rasta neleistinų simbolių.';
|
||||
$messages['firstloginchange'] = 'Tai yra pirmasis jūsų prisijungimas. Prašau, pasikeiskite savo slaptažodį.';
|
||||
$messages['disablednotice'] = 'Sistema šiuo metu tvarkoma ir slaptažodžio pakeitimas negalimas. Netrukus viskas turėtų grįžti į įprastą būseną. Atsiprašome dėl nepatogumų.';
|
33
data/web/rc/plugins/password/localization/lv_LV.inc
Normal file
33
data/web/rc/plugins/password/localization/lv_LV.inc
Normal file
@@ -0,0 +1,33 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
+-----------------------------------------------------------------------+
|
||||
| plugins/password/localization/<lang>.inc |
|
||||
| |
|
||||
| Localization file of the Roundcube Webmail Password plugin |
|
||||
| Copyright (C) 2012-2013, The Roundcube Dev Team |
|
||||
| |
|
||||
| Licensed under the GNU General Public License version 3 or |
|
||||
| any later version with exceptions for skins & plugins. |
|
||||
| See the README file for a full license statement. |
|
||||
| |
|
||||
+-----------------------------------------------------------------------+
|
||||
|
||||
For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-password/
|
||||
*/
|
||||
$labels['changepasswd'] = 'Mainīt paroli';
|
||||
$labels['curpasswd'] = 'Pašreizējā parole:';
|
||||
$labels['newpasswd'] = 'Jaunā parole:';
|
||||
$labels['confpasswd'] = 'Apstiprināt jauno paroli:';
|
||||
$messages['nopassword'] = 'Lūdzu ievadiet jauno paroli.';
|
||||
$messages['nocurpassword'] = 'Lūdzu ievadiet pašreizējo paroli.';
|
||||
$messages['passwordincorrect'] = 'Pašreizējā parole nav pareiza.';
|
||||
$messages['passwordinconsistency'] = 'Paroles nesakrīt. Lūdzu, ievadiet vēlreiz.';
|
||||
$messages['crypterror'] = 'Nevarēja saglabāt jauno paroli. Trūkst kriptēšanas funkcijas.';
|
||||
$messages['connecterror'] = 'Nevarēja saglabāt jauno paroli. Savienojuma kļūda.';
|
||||
$messages['internalerror'] = 'Nevarēja saglabāt jauno paroli.';
|
||||
$messages['passwordshort'] = 'Jaunajai parolei jābūt vismaz $length simbolu garai.';
|
||||
$messages['passwordweak'] = 'Jaunajai parolei jāsatur vismaz viens cipars un speciālais simbols.';
|
||||
$messages['passwordforbidden'] = 'Parole satur neatļautus simbolus.';
|
||||
$messages['firstloginchange'] = 'Jūs autorizējaties pirmo reizi. Lūdzu nomainite savu paroli.';
|
||||
$messages['disablednotice'] = 'Sistēma uz doto brīdi atrodas apkopes režīmā un paroles maiņa nav iespējama. Lūdzu mēginiet vēlāk. Atvainojamies par sagādātajām neērtībām.';
|
32
data/web/rc/plugins/password/localization/ml_IN.inc
Normal file
32
data/web/rc/plugins/password/localization/ml_IN.inc
Normal file
@@ -0,0 +1,32 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
+-----------------------------------------------------------------------+
|
||||
| plugins/password/localization/<lang>.inc |
|
||||
| |
|
||||
| Localization file of the Roundcube Webmail Password plugin |
|
||||
| Copyright (C) 2012-2013, The Roundcube Dev Team |
|
||||
| |
|
||||
| Licensed under the GNU General Public License version 3 or |
|
||||
| any later version with exceptions for skins & plugins. |
|
||||
| See the README file for a full license statement. |
|
||||
| |
|
||||
+-----------------------------------------------------------------------+
|
||||
|
||||
For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-password/
|
||||
*/
|
||||
$labels['changepasswd'] = 'രഹസ്യവാക്ക് മാറ്റുക';
|
||||
$labels['curpasswd'] = 'ഇപ്പോഴത്തെ രഹസ്യവാക്ക്';
|
||||
$labels['newpasswd'] = 'പുതിയ രഹസ്യവാക്ക്';
|
||||
$labels['confpasswd'] = 'പുതിയ രഹസ്യവാക്ക് സ്ഥിരീകരിക്കുക';
|
||||
$messages['nopassword'] = 'ദയവായി പുതിയ രഹസ്യവാക്ക് നൽകുക';
|
||||
$messages['nocurpassword'] = 'ദയവായി ഇപ്പോഴത്തെ രഹസ്യവാക്ക് നൽകുക';
|
||||
$messages['passwordincorrect'] = 'ഇപ്പോഴത്തെ രഹസ്യവാക്ക് തെറ്റാണ്.';
|
||||
$messages['passwordinconsistency'] = 'രഹസ്യവാക്കുകൾ ചേരുന്നില്ല, ദയവായി വീണ്ടും ശ്രമിക്കുക';
|
||||
$messages['crypterror'] = 'പുതിയ രഹസ്യവാക്ക് സൂക്ഷിക്കാൻ സാധിച്ചില്ല. എൻക്രിപ്ഷൻ ഫങ്ങ്ഷൻ ലഭ്യമല്ല.';
|
||||
$messages['connecterror'] = 'പുതിയ രഹസ്യവാക്ക് സൂക്ഷിക്കാൻ സാധിച്ചില്ല. ബന്ധം സ്ഥാപിക്കുന്നതിൽ പിഴവ്.';
|
||||
$messages['internalerror'] = 'പുതിയ രഹസ്യവാക്ക് സൂക്ഷിക്കാൻ സാധിച്ചില്ല.';
|
||||
$messages['passwordshort'] = 'രഹസ്യവാക്കിനു് കുറഞ്ഞത് $length അക്ഷരങ്ങൾ നീളം വേണം';
|
||||
$messages['passwordweak'] = 'രഹസ്യവാക്കിൽ കുറഞ്ഞത് ഒരു സംഖ്യയും, ഒരു പ്രത്യേക അക്ഷരവും വേണം';
|
||||
$messages['passwordforbidden'] = 'രഹസ്യവാക്കിൽ അനുവദനീയമല്ലാത്ത അക്ഷരങ്ങൾ ഉണ്ട്';
|
||||
$messages['firstloginchange'] = 'ഇത് താങ്കളുടെ ആദ്യത്തെ പ്രവേശനമാണ്. ദയവായി താങ്കളുടെ രഹസ്യവാക്ക് മാറ്റുക.';
|
32
data/web/rc/plugins/password/localization/mn_MN.inc
Normal file
32
data/web/rc/plugins/password/localization/mn_MN.inc
Normal file
@@ -0,0 +1,32 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
+-----------------------------------------------------------------------+
|
||||
| plugins/password/localization/<lang>.inc |
|
||||
| |
|
||||
| Localization file of the Roundcube Webmail Password plugin |
|
||||
| Copyright (C) 2012-2013, The Roundcube Dev Team |
|
||||
| |
|
||||
| Licensed under the GNU General Public License version 3 or |
|
||||
| any later version with exceptions for skins & plugins. |
|
||||
| See the README file for a full license statement. |
|
||||
| |
|
||||
+-----------------------------------------------------------------------+
|
||||
|
||||
For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-password/
|
||||
*/
|
||||
$labels['changepasswd'] = 'Нууц үг солих';
|
||||
$labels['curpasswd'] = 'Одоогийн нууц үг:';
|
||||
$labels['newpasswd'] = 'Шинэ нууц үг:';
|
||||
$labels['confpasswd'] = 'Шинэ нууц үгийг батлах';
|
||||
$messages['nopassword'] = 'Шинэ нууц үгээ оруулна уу.';
|
||||
$messages['nocurpassword'] = 'Одоогийн нууц үгээ оруулна уу.';
|
||||
$messages['passwordincorrect'] = 'Одоогийн нууц үг таарахгүй байна.';
|
||||
$messages['passwordinconsistency'] = 'Нууц үгнүүд хоорондоо таарахгүй байна, дахин оролдоно уу.';
|
||||
$messages['crypterror'] = 'Шинэ нууц үгийг хадгалж чадсангүй. Шифрлэлтийн функц олдоогүй.';
|
||||
$messages['connecterror'] = 'Шинэ нууц үгийг хадгалж чадсангүй. Холболтын алдаа.';
|
||||
$messages['internalerror'] = 'Шинэ нууц үгийг хадгалж чадахгүй байна.';
|
||||
$messages['passwordshort'] = 'Нууц үг хамгийн богинодоо $length урттай байх ёстой.';
|
||||
$messages['passwordweak'] = 'Нууц үг дор хаяж нэг тоо ба нэг цэг, таслал зэрэг тэмдэгт агуулах ёстой.';
|
||||
$messages['passwordforbidden'] = 'Нууц үг зөвшөөрөгдөөгүй тэмдэгт агуулж байна.';
|
||||
$messages['firstloginchange'] = 'Энэ бол таны анхны нэвтрэлт. Нууц үгээ солино уу.';
|
30
data/web/rc/plugins/password/localization/nb_NO.inc
Normal file
30
data/web/rc/plugins/password/localization/nb_NO.inc
Normal file
@@ -0,0 +1,30 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
+-----------------------------------------------------------------------+
|
||||
| plugins/password/localization/<lang>.inc |
|
||||
| |
|
||||
| Localization file of the Roundcube Webmail Password plugin |
|
||||
| Copyright (C) 2012-2013, The Roundcube Dev Team |
|
||||
| |
|
||||
| Licensed under the GNU General Public License version 3 or |
|
||||
| any later version with exceptions for skins & plugins. |
|
||||
| See the README file for a full license statement. |
|
||||
| |
|
||||
+-----------------------------------------------------------------------+
|
||||
|
||||
For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-password/
|
||||
*/
|
||||
$labels['curpasswd'] = 'Nåværende passord:';
|
||||
$labels['newpasswd'] = 'Nytt passord:';
|
||||
$labels['confpasswd'] = 'Bekreft nytt passord';
|
||||
$messages['nopassword'] = 'Vennligst skriv inn nytt passord';
|
||||
$messages['nocurpassword'] = 'Vennligst skriv inn nåværende passord';
|
||||
$messages['passwordincorrect'] = 'Nåværende passord er feil.';
|
||||
$messages['passwordinconsistency'] = 'Passordene er ikke like, vennligst prøv igjen.';
|
||||
$messages['crypterror'] = 'Kunne ikke lagre nytt passord. Krypteringsfunksjonen mangler.';
|
||||
$messages['connecterror'] = 'Kunne ikke lagre nytt passord. Tilkoblingsfeil.';
|
||||
$messages['internalerror'] = 'Kunne ikke lagre nytt passord';
|
||||
$messages['passwordshort'] = 'Passordet må minimum inneholde $length tegn.';
|
||||
$messages['passwordweak'] = 'Passordet må inneholde minst ett tall og ett tegnsettingssymbol.';
|
||||
$messages['passwordforbidden'] = 'Passordet inneholder forbudte tegn.';
|
33
data/web/rc/plugins/password/localization/nl_BE.inc
Normal file
33
data/web/rc/plugins/password/localization/nl_BE.inc
Normal file
@@ -0,0 +1,33 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
+-----------------------------------------------------------------------+
|
||||
| plugins/password/localization/<lang>.inc |
|
||||
| |
|
||||
| Localization file of the Roundcube Webmail Password plugin |
|
||||
| Copyright (C) 2012-2013, The Roundcube Dev Team |
|
||||
| |
|
||||
| Licensed under the GNU General Public License version 3 or |
|
||||
| any later version with exceptions for skins & plugins. |
|
||||
| See the README file for a full license statement. |
|
||||
| |
|
||||
+-----------------------------------------------------------------------+
|
||||
|
||||
For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-password/
|
||||
*/
|
||||
$labels['changepasswd'] = 'Wijzig wachtwoord';
|
||||
$labels['curpasswd'] = 'Huidig wachtwoord:';
|
||||
$labels['newpasswd'] = 'Nieuw wachtwoord:';
|
||||
$labels['confpasswd'] = 'Bevestig nieuw wachtwoord:';
|
||||
$messages['nopassword'] = 'Voeg aub nieuw wachtwoord in.';
|
||||
$messages['nocurpassword'] = 'Voeg aub huidig wachtwoord in.';
|
||||
$messages['passwordincorrect'] = 'Huidig wachtwoord incorrect.';
|
||||
$messages['passwordinconsistency'] = 'Wachtwoorden komen niet overeen, probeer nogmaals.';
|
||||
$messages['crypterror'] = 'Nieuw wachtwoord niet bewaard. Encryptie-functie ontbreekt.';
|
||||
$messages['connecterror'] = 'Nieuw wachtwoord niet bewaard. Verbindingsfout.';
|
||||
$messages['internalerror'] = 'Nieuw wachtwoord niet bewaard.';
|
||||
$messages['passwordshort'] = 'Wachtwoord moet ten minste $length tekens lang zijn.';
|
||||
$messages['passwordweak'] = 'Wachtwoord moet ten minste één getal en één leesteken bevatten.';
|
||||
$messages['passwordforbidden'] = 'Wachtwoord bevat ongeldige tekens.';
|
||||
$messages['firstloginchange'] = 'Dit is uw eerste login. Gelieve uw wachtwoord te wijzigen.';
|
||||
$messages['disablednotice'] = 'Het systeem is momenteel in onderhoud en het wijzigen van een wachtwoord is momenteel niet mogelijk. Alles zou binnenkort terug normaal moeten werken. We verontschuldigen ons voor het ongemak.';
|
33
data/web/rc/plugins/password/localization/nl_NL.inc
Normal file
33
data/web/rc/plugins/password/localization/nl_NL.inc
Normal file
@@ -0,0 +1,33 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
+-----------------------------------------------------------------------+
|
||||
| plugins/password/localization/<lang>.inc |
|
||||
| |
|
||||
| Localization file of the Roundcube Webmail Password plugin |
|
||||
| Copyright (C) 2012-2013, The Roundcube Dev Team |
|
||||
| |
|
||||
| Licensed under the GNU General Public License version 3 or |
|
||||
| any later version with exceptions for skins & plugins. |
|
||||
| See the README file for a full license statement. |
|
||||
| |
|
||||
+-----------------------------------------------------------------------+
|
||||
|
||||
For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-password/
|
||||
*/
|
||||
$labels['changepasswd'] = 'Wijzig wachtwoord';
|
||||
$labels['curpasswd'] = 'Huidig wachtwoord:';
|
||||
$labels['newpasswd'] = 'Nieuw wachtwoord:';
|
||||
$labels['confpasswd'] = 'Bevestig nieuw wachtwoord:';
|
||||
$messages['nopassword'] = 'Vul uw nieuwe wachtwoord in.';
|
||||
$messages['nocurpassword'] = 'Vul uw huidige wachtwoord in.';
|
||||
$messages['passwordincorrect'] = 'Huidig wachtwoord is onjuist.';
|
||||
$messages['passwordinconsistency'] = 'Wachtwoorden komen niet overeen, probeer het opnieuw.';
|
||||
$messages['crypterror'] = 'Nieuwe wachtwoord kan niet opgeslagen worden; de server mist een versleutelfunctie.';
|
||||
$messages['connecterror'] = 'Nieuwe wachtwoord kan niet opgeslagen worden; verbindingsfout.';
|
||||
$messages['internalerror'] = 'Uw nieuwe wachtwoord kan niet worden opgeslagen.';
|
||||
$messages['passwordshort'] = 'Het wachtwoord moet minimaal $length tekens lang zijn.';
|
||||
$messages['passwordweak'] = 'Het wachtwoord moet minimaal één cijfer en één leesteken bevatten.';
|
||||
$messages['passwordforbidden'] = 'Het wachtwoord bevat tekens die niet toegestaan zijn.';
|
||||
$messages['firstloginchange'] = 'Dit is uw eerste aanmelding. Verander uw wachtwoord alstublieft.';
|
||||
$messages['disablednotice'] = 'Het systeem is momenteel in onderhoud en wachtwoord wijzigen is op dit moment dus niet mogelijk. Alles werkt binnenkort weer naar behoren. Onze excuses voor het ongemak.';
|
30
data/web/rc/plugins/password/localization/nn_NO.inc
Normal file
30
data/web/rc/plugins/password/localization/nn_NO.inc
Normal file
@@ -0,0 +1,30 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
+-----------------------------------------------------------------------+
|
||||
| plugins/password/localization/<lang>.inc |
|
||||
| |
|
||||
| Localization file of the Roundcube Webmail Password plugin |
|
||||
| Copyright (C) 2012-2013, The Roundcube Dev Team |
|
||||
| |
|
||||
| Licensed under the GNU General Public License version 3 or |
|
||||
| any later version with exceptions for skins & plugins. |
|
||||
| See the README file for a full license statement. |
|
||||
| |
|
||||
+-----------------------------------------------------------------------+
|
||||
|
||||
For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-password/
|
||||
*/
|
||||
$labels['curpasswd'] = 'Noverande passord:';
|
||||
$labels['newpasswd'] = 'Nytt passord:';
|
||||
$labels['confpasswd'] = 'Bekreft nytt passord';
|
||||
$messages['nopassword'] = 'Venlegast skriv inn nytt passord.';
|
||||
$messages['nocurpassword'] = 'Venlegast skriv inn noverande passord.';
|
||||
$messages['passwordincorrect'] = 'Noverande passord er feil.';
|
||||
$messages['passwordinconsistency'] = 'Passorda er ikkje like, venlegast prøv igjen.';
|
||||
$messages['crypterror'] = 'Kunne ikkje lagre nytt passord. Krypteringsfunksjonen manglar.';
|
||||
$messages['connecterror'] = 'Kunne ikkje lagre nytt passord. Tilkoblingsfeil.';
|
||||
$messages['internalerror'] = 'Kunne ikkje lagre nytt passord.';
|
||||
$messages['passwordshort'] = 'Passordet må minimum innehalde $length teikn.';
|
||||
$messages['passwordweak'] = 'Passordet må innehalde minst eitt tal og eitt skilleteikn.';
|
||||
$messages['passwordforbidden'] = 'Passordet inneheld forbodne teikn.';
|
37
data/web/rc/plugins/password/localization/pl_PL.inc
Normal file
37
data/web/rc/plugins/password/localization/pl_PL.inc
Normal file
@@ -0,0 +1,37 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
+-----------------------------------------------------------------------+
|
||||
| plugins/password/localization/<lang>.inc |
|
||||
| |
|
||||
| Localization file of the Roundcube Webmail Password plugin |
|
||||
| Copyright (C) 2012-2013, The Roundcube Dev Team |
|
||||
| |
|
||||
| Licensed under the GNU General Public License version 3 or |
|
||||
| any later version with exceptions for skins & plugins. |
|
||||
| See the README file for a full license statement. |
|
||||
| |
|
||||
+-----------------------------------------------------------------------+
|
||||
|
||||
For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-password/
|
||||
*/
|
||||
$labels['changepasswd'] = 'Zmiana hasła';
|
||||
$labels['curpasswd'] = 'Aktualne hasło:';
|
||||
$labels['newpasswd'] = 'Nowe hasło:';
|
||||
$labels['confpasswd'] = 'Potwierdź hasło:';
|
||||
$messages['nopassword'] = 'Wprowadź nowe hasło.';
|
||||
$messages['nocurpassword'] = 'Wprowadź aktualne hasło.';
|
||||
$messages['passwordincorrect'] = 'Błędne aktualne hasło, spróbuj ponownie.';
|
||||
$messages['passwordinconsistency'] = 'Hasła nie pasują, spróbuj ponownie.';
|
||||
$messages['crypterror'] = 'Nie udało się zapisać nowego hasła. Brak funkcji kodującej.';
|
||||
$messages['connecterror'] = 'Nie udało się zapisać nowego hasła. Błąd połączenia.';
|
||||
$messages['internalerror'] = 'Nie udało się zapisać nowego hasła.';
|
||||
$messages['passwordshort'] = 'Hasło musi posiadać co najmniej $length znaków.';
|
||||
$messages['passwordweak'] = 'Hasło musi zawierać co najmniej jedną cyfrę i znak interpunkcyjny.';
|
||||
$messages['passwordforbidden'] = 'Hasło zawiera niedozwolone znaki.';
|
||||
$messages['firstloginchange'] = 'To jest twoje pierwsze logowanie. Proszę zmień hasło.';
|
||||
$messages['disablednotice'] = 'System jest w trakcie konserwacji i zmiana hasła w tym momencie nie jest możliwa. Wszystko powinno wrócić do normy w niedługim czasie. Przepraszamy za wszelkie niedogodności';
|
||||
$messages['passwinhistory'] = 'To hasło było już wcześniej użyte';
|
||||
$messages['samepasswd'] = 'Nowe hasło musi być różne od poprzednich.';
|
||||
$messages['passwdexpirewarning'] = 'Uwaga! Twoje hasło wkrótce wygaśnie, zmień je przed $expirationdatetime.';
|
||||
$messages['passwdexpired'] = 'Twoje hasło wygasło, musisz je zmienić.';
|
37
data/web/rc/plugins/password/localization/pt_BR.inc
Normal file
37
data/web/rc/plugins/password/localization/pt_BR.inc
Normal file
@@ -0,0 +1,37 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
+-----------------------------------------------------------------------+
|
||||
| plugins/password/localization/<lang>.inc |
|
||||
| |
|
||||
| Localization file of the Roundcube Webmail Password plugin |
|
||||
| Copyright (C) 2012-2013, The Roundcube Dev Team |
|
||||
| |
|
||||
| Licensed under the GNU General Public License version 3 or |
|
||||
| any later version with exceptions for skins & plugins. |
|
||||
| See the README file for a full license statement. |
|
||||
| |
|
||||
+-----------------------------------------------------------------------+
|
||||
|
||||
For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-password/
|
||||
*/
|
||||
$labels['changepasswd'] = 'Alterar a senha';
|
||||
$labels['curpasswd'] = 'Senha atual:';
|
||||
$labels['newpasswd'] = 'Nova senha:';
|
||||
$labels['confpasswd'] = 'Confirmar nova senha:';
|
||||
$messages['nopassword'] = 'Por favor, informe a nova senha.';
|
||||
$messages['nocurpassword'] = 'Por favor, informe a senha atual.';
|
||||
$messages['passwordincorrect'] = 'Senha atual incorreta.';
|
||||
$messages['passwordinconsistency'] = 'Senhas não combinam, por favor tente novamente.';
|
||||
$messages['crypterror'] = 'Não foi possível gravar a nova senha. Função de criptografia ausente.';
|
||||
$messages['connecterror'] = 'Não foi possível gravar a nova senha. Erro de conexão.';
|
||||
$messages['internalerror'] = 'Não foi possível gravar a nova senha.';
|
||||
$messages['passwordshort'] = 'A senha precisa ter ao menos $length caracteres.';
|
||||
$messages['passwordweak'] = 'A senha precisa conter ao menos um número e um caractere de pontuação.';
|
||||
$messages['passwordforbidden'] = 'A senha contém caracteres proibidos.';
|
||||
$messages['firstloginchange'] = 'Este é o seu primeiro acesso. Por favor altere sua senha.';
|
||||
$messages['disablednotice'] = 'O sistema está em manutenção e a senha não pode ser alterada no momento. Tudo voltará ao normal em breve. Pedimos desculpas pelo inconveniente.';
|
||||
$messages['passwinhistory'] = 'Esta senha já foi usada antes.';
|
||||
$messages['samepasswd'] = 'A nova senha deve ser diferente da antiga.';
|
||||
$messages['passwdexpirewarning'] = 'Atenção! Sua senha vai expirar em breve, altere ela antes de $expirationdatetime.';
|
||||
$messages['passwdexpired'] = 'Sua senha expirou, você precisa alterá-la agora!';
|
37
data/web/rc/plugins/password/localization/pt_PT.inc
Normal file
37
data/web/rc/plugins/password/localization/pt_PT.inc
Normal file
@@ -0,0 +1,37 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
+-----------------------------------------------------------------------+
|
||||
| plugins/password/localization/<lang>.inc |
|
||||
| |
|
||||
| Localization file of the Roundcube Webmail Password plugin |
|
||||
| Copyright (C) 2012-2013, The Roundcube Dev Team |
|
||||
| |
|
||||
| Licensed under the GNU General Public License version 3 or |
|
||||
| any later version with exceptions for skins & plugins. |
|
||||
| See the README file for a full license statement. |
|
||||
| |
|
||||
+-----------------------------------------------------------------------+
|
||||
|
||||
For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-password/
|
||||
*/
|
||||
$labels['changepasswd'] = 'Alterar palavra-passe';
|
||||
$labels['curpasswd'] = 'Palavra-passe actual:';
|
||||
$labels['newpasswd'] = 'Nova palavra-passe:';
|
||||
$labels['confpasswd'] = 'Confirmar palavra-passe:';
|
||||
$messages['nopassword'] = 'Introduza a nova palavra-passe.';
|
||||
$messages['nocurpassword'] = 'Introduza a palavra-passe actual.';
|
||||
$messages['passwordincorrect'] = 'Palavra-passe actual incorrecta.';
|
||||
$messages['passwordinconsistency'] = 'As palavras-passe não combinam, tente novamente.';
|
||||
$messages['crypterror'] = 'Não foi possível gravar a nova palavra-passe. Função de criptografia inexistente.';
|
||||
$messages['connecterror'] = 'Não foi possível gravar a nova palavra-passe. Erro de ligação.';
|
||||
$messages['internalerror'] = 'Não foi possível gravar a nova palavra-passe.';
|
||||
$messages['passwordshort'] = 'A palavra-passe deve ter pelo menos $length caracteres';
|
||||
$messages['passwordweak'] = 'A palavra-passe deve incluir pelo menos um número e um sinal de pontuação.';
|
||||
$messages['passwordforbidden'] = 'A palavra-passe contém caracteres não suportados.';
|
||||
$messages['firstloginchange'] = 'Este é o seu primeiro acesso. Por favor, altere a sua palavra-passe.';
|
||||
$messages['disablednotice'] = 'O sistema está em manutenção e a alteração da password não é possível neste momento. Tudo deve volta ao normal em breve. Pedimos desculpas por qualquer inconveniente.';
|
||||
$messages['passwinhistory'] = 'Esta palavra-passe já foi usada anteriormente.';
|
||||
$messages['samepasswd'] = 'A nova palavra-passe tem de ser diferente da antiga.';
|
||||
$messages['passwdexpirewarning'] = 'Aviso! A sua palavra-passe irá expirar em breve. Deve alterá-la antes de $expirationdatetime.';
|
||||
$messages['passwdexpired'] = 'A sua palavra-passe expirou. Tem de alterá-la agora!';
|
32
data/web/rc/plugins/password/localization/ro_RO.inc
Normal file
32
data/web/rc/plugins/password/localization/ro_RO.inc
Normal file
@@ -0,0 +1,32 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
+-----------------------------------------------------------------------+
|
||||
| plugins/password/localization/<lang>.inc |
|
||||
| |
|
||||
| Localization file of the Roundcube Webmail Password plugin |
|
||||
| Copyright (C) 2012-2013, The Roundcube Dev Team |
|
||||
| |
|
||||
| Licensed under the GNU General Public License version 3 or |
|
||||
| any later version with exceptions for skins & plugins. |
|
||||
| See the README file for a full license statement. |
|
||||
| |
|
||||
+-----------------------------------------------------------------------+
|
||||
|
||||
For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-password/
|
||||
*/
|
||||
$labels['changepasswd'] = 'Schimbă parola';
|
||||
$labels['curpasswd'] = 'Parola curentă:';
|
||||
$labels['newpasswd'] = 'Parola nouă:';
|
||||
$labels['confpasswd'] = 'Confirmare parola nouă:';
|
||||
$messages['nopassword'] = 'Te rog să introduci noua parolă.';
|
||||
$messages['nocurpassword'] = 'Te rog să introduci parola curentă';
|
||||
$messages['passwordincorrect'] = 'Parola curentă este incorectă.';
|
||||
$messages['passwordinconsistency'] = 'Parolele nu se potrivesc, te rog să mai încerci';
|
||||
$messages['crypterror'] = 'Nu am reușit să salvez noua parolă. Funcția de criptare lipsește.';
|
||||
$messages['connecterror'] = 'Nu am reușit să salvez noua parolă. Eroare connexiune.';
|
||||
$messages['internalerror'] = 'Nu am reușit să salvez noua parolă.';
|
||||
$messages['passwordshort'] = 'Parola trebuie să aibă minim $length caractere.';
|
||||
$messages['passwordweak'] = 'Parola trebuie să conțina cel puțin un număr si un semn de punctuație.';
|
||||
$messages['passwordforbidden'] = 'Parola conține caractere nepermise.';
|
||||
$messages['firstloginchange'] = 'Aceasta este prima autentificare. Te rugăm să schimbi parola.';
|
37
data/web/rc/plugins/password/localization/ru_RU.inc
Normal file
37
data/web/rc/plugins/password/localization/ru_RU.inc
Normal file
@@ -0,0 +1,37 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
+-----------------------------------------------------------------------+
|
||||
| plugins/password/localization/<lang>.inc |
|
||||
| |
|
||||
| Localization file of the Roundcube Webmail Password plugin |
|
||||
| Copyright (C) 2012-2013, The Roundcube Dev Team |
|
||||
| |
|
||||
| Licensed under the GNU General Public License version 3 or |
|
||||
| any later version with exceptions for skins & plugins. |
|
||||
| See the README file for a full license statement. |
|
||||
| |
|
||||
+-----------------------------------------------------------------------+
|
||||
|
||||
For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-password/
|
||||
*/
|
||||
$labels['changepasswd'] = 'Изменить пароль';
|
||||
$labels['curpasswd'] = 'Текущий пароль:';
|
||||
$labels['newpasswd'] = 'Новый пароль:';
|
||||
$labels['confpasswd'] = 'Подтвердите новый пароль:';
|
||||
$messages['nopassword'] = 'Пожалуйста, введите новый пароль.';
|
||||
$messages['nocurpassword'] = 'Пожалуйста, введите текущий пароль.';
|
||||
$messages['passwordincorrect'] = 'Текущий пароль неверен.';
|
||||
$messages['passwordinconsistency'] = 'Пароли не совпадают, попробуйте ещё раз, пожалуйста.';
|
||||
$messages['crypterror'] = 'Не могу сохранить новый пароль. Отсутствует криптографическая функция.';
|
||||
$messages['connecterror'] = 'Не могу сохранить новый пароль. Ошибка соединения.';
|
||||
$messages['internalerror'] = 'Не могу сохранить новый пароль.';
|
||||
$messages['passwordshort'] = 'Длина пароля должна быть как минимум $length символов.';
|
||||
$messages['passwordweak'] = 'Пароль должен включать в себя как минимум одну цифру и один знак пунктуации.';
|
||||
$messages['passwordforbidden'] = 'Пароль содержит недопустимые символы.';
|
||||
$messages['firstloginchange'] = 'Вы выполнили вход впервые. Измените ваш пароль.';
|
||||
$messages['disablednotice'] = 'В настоящее время проводится обслуживание системы и изменение пароля не возможно в данный момент. Все должно вернуться в нормальное состояние в ближайшее время. Приносим свои извинения за причиненные неудобства.';
|
||||
$messages['passwinhistory'] = 'Этот пароль уже использовался ранее.';
|
||||
$messages['samepasswd'] = 'Новый пароль должен отличаться от старого.';
|
||||
$messages['passwdexpirewarning'] = 'Внимание! Ваш пароль истекает в ближайшее время, измените его до $expirationdatetime.';
|
||||
$messages['passwdexpired'] = 'Срок действия вашего пароля истек, вы должны изменить его сейчас!';
|
37
data/web/rc/plugins/password/localization/sk_SK.inc
Normal file
37
data/web/rc/plugins/password/localization/sk_SK.inc
Normal file
@@ -0,0 +1,37 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
+-----------------------------------------------------------------------+
|
||||
| plugins/password/localization/<lang>.inc |
|
||||
| |
|
||||
| Localization file of the Roundcube Webmail Password plugin |
|
||||
| Copyright (C) 2012-2013, The Roundcube Dev Team |
|
||||
| |
|
||||
| Licensed under the GNU General Public License version 3 or |
|
||||
| any later version with exceptions for skins & plugins. |
|
||||
| See the README file for a full license statement. |
|
||||
| |
|
||||
+-----------------------------------------------------------------------+
|
||||
|
||||
For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-password/
|
||||
*/
|
||||
$labels['changepasswd'] = 'Zmeniť heslo';
|
||||
$labels['curpasswd'] = 'Aktuálne heslo:';
|
||||
$labels['newpasswd'] = 'Nové heslo:';
|
||||
$labels['confpasswd'] = 'Potvrďte nové heslo:';
|
||||
$messages['nopassword'] = 'Prosím zadajte nové heslo.';
|
||||
$messages['nocurpassword'] = 'Prosím zadajte aktuálne heslo.';
|
||||
$messages['passwordincorrect'] = 'Aktuálne heslo je nesprávne.';
|
||||
$messages['passwordinconsistency'] = 'Heslá nie sú rovnaké, skúste to znova.';
|
||||
$messages['crypterror'] = 'Nové heslo nemožno uložiť. Chýba šifrovacia funkcia.';
|
||||
$messages['connecterror'] = 'Nové heslo nemožno uložiť. Chyba spojenia.';
|
||||
$messages['internalerror'] = 'Nové heslo nemožno uložiť.';
|
||||
$messages['passwordshort'] = 'Heslo musí mať najmenej $length znakov.';
|
||||
$messages['passwordweak'] = 'Heslo musí obsahovať aspoň jedno číslo a jedno interpunkčné znamienko.';
|
||||
$messages['passwordforbidden'] = 'Heslo obsahuje nepovolené znaky.';
|
||||
$messages['firstloginchange'] = 'Prihlásili ste sa po prvýkrát. Prosím zmeňte si prístupové heslo.';
|
||||
$messages['disablednotice'] = 'V systéme momentálne prebieha údržba a preto nie je teraz možné zmeniť heslo. Čoskoro by sa však situácia mala vrátiť do normálu. Ospravedlňujeme sa Vám za spôsobené nepríjemnosti.';
|
||||
$messages['passwinhistory'] = 'Toto heslo už bolo predtým použité.';
|
||||
$messages['samepasswd'] = 'Nové heslo by sa malo odlišovať od pôvodného hesla.';
|
||||
$messages['passwdexpirewarning'] = 'Pozor! Platnosť Vášho hesla čoskoro vyprší, zmeňte ho pred $expirationdatetime.';
|
||||
$messages['passwdexpired'] = 'Platnosť Vášho hesla vypršala, teraz ho musíte zmeniť!';
|
37
data/web/rc/plugins/password/localization/sl_SI.inc
Normal file
37
data/web/rc/plugins/password/localization/sl_SI.inc
Normal file
@@ -0,0 +1,37 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
+-----------------------------------------------------------------------+
|
||||
| plugins/password/localization/<lang>.inc |
|
||||
| |
|
||||
| Localization file of the Roundcube Webmail Password plugin |
|
||||
| Copyright (C) 2012-2013, The Roundcube Dev Team |
|
||||
| |
|
||||
| Licensed under the GNU General Public License version 3 or |
|
||||
| any later version with exceptions for skins & plugins. |
|
||||
| See the README file for a full license statement. |
|
||||
| |
|
||||
+-----------------------------------------------------------------------+
|
||||
|
||||
For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-password/
|
||||
*/
|
||||
$labels['changepasswd'] = 'Spremenjeno geslo';
|
||||
$labels['curpasswd'] = 'Obstoječe geslo:';
|
||||
$labels['newpasswd'] = 'Novo geslo:';
|
||||
$labels['confpasswd'] = 'Potrdi novo geslo:';
|
||||
$messages['nopassword'] = 'Vnesite novo geslo.';
|
||||
$messages['nocurpassword'] = 'Vnesite obstoječe geslo.';
|
||||
$messages['passwordincorrect'] = 'Obstoječe geslo ni veljavno.';
|
||||
$messages['passwordinconsistency'] = 'Gesli se ne ujemata, poskusite znova.';
|
||||
$messages['crypterror'] = 'Novega gesla ni bilo mogoče shraniti. Prišlo je do napake pri šifriranju.';
|
||||
$messages['connecterror'] = 'Novega gesla ni bilo mogoče shraniti. Prišlo je do napake v povezavi.';
|
||||
$messages['internalerror'] = 'Novega gesla ni bilo mogoče shraniti.';
|
||||
$messages['passwordshort'] = 'Geslo mora vsebovati vsaj $length znakov';
|
||||
$messages['passwordweak'] = 'Geslo mora vključevati vsaj eno številko in ločilo.';
|
||||
$messages['passwordforbidden'] = 'Geslo vsebuje neveljavne znake.';
|
||||
$messages['firstloginchange'] = 'To je vaša prva prijava. Spremenite začetno geslo.';
|
||||
$messages['disablednotice'] = 'Sistem se trenutno posodablja, zato sprememba gesla v tem trenutku ni mogoča. Postopek bo mogoče opraviti v kratkem. Za nevšečnosti se opravičujemo.';
|
||||
$messages['passwinhistory'] = 'To geslo ste v preteklosti že uporabili.';
|
||||
$messages['samepasswd'] = 'Novo geslo se mora razlikovati od prejšnjega.';
|
||||
$messages['passwdexpirewarning'] = 'Opozorilo! Vaše geslo bo kmalu poteklo, spremenite ga pred $expirationdatetime.';
|
||||
$messages['passwdexpired'] = 'Vaše geslo je poteklo, spremenite ga!';
|
37
data/web/rc/plugins/password/localization/sq_AL.inc
Normal file
37
data/web/rc/plugins/password/localization/sq_AL.inc
Normal file
@@ -0,0 +1,37 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
+-----------------------------------------------------------------------+
|
||||
| plugins/password/localization/<lang>.inc |
|
||||
| |
|
||||
| Localization file of the Roundcube Webmail Password plugin |
|
||||
| Copyright (C) 2012-2013, The Roundcube Dev Team |
|
||||
| |
|
||||
| Licensed under the GNU General Public License version 3 or |
|
||||
| any later version with exceptions for skins & plugins. |
|
||||
| See the README file for a full license statement. |
|
||||
| |
|
||||
+-----------------------------------------------------------------------+
|
||||
|
||||
For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-password/
|
||||
*/
|
||||
$labels['changepasswd'] = 'Ndrysho fjalëkalimin';
|
||||
$labels['curpasswd'] = 'Fjalëkalimi i Tanishëm';
|
||||
$labels['newpasswd'] = 'Fjalëkalimi i Ri:';
|
||||
$labels['confpasswd'] = 'Konfirmoni fjalëkalimin e ri:';
|
||||
$messages['nopassword'] = 'Ju lutemi, futni fjalëkalimin e ri.';
|
||||
$messages['nocurpassword'] = 'Ju lutemi, futni fjalëkalimin e tanishëm.';
|
||||
$messages['passwordincorrect'] = 'Fjalëkalimi i tanishëm është i pasaktë.';
|
||||
$messages['passwordinconsistency'] = 'Fjalëkalimet nuk përputhen, ju lutemi, riprovoni.';
|
||||
$messages['crypterror'] = 'S’u ruajt dot fjalëkalimi i ri. Mungon funksioni i Fshehtëzimit.';
|
||||
$messages['connecterror'] = 'S’u ruajt dot fjalëkalimi i ri. Gabim lidhjejej.';
|
||||
$messages['internalerror'] = 'S’u ruajt dot fjalëkalimi i ri.';
|
||||
$messages['passwordshort'] = 'Fjalëkalimi duhet të jetë të paktën $length shenja i gjatë.';
|
||||
$messages['passwordweak'] = 'Fjalëkalimi duhet të përmbajë të paktën një numër dhe një shenjë pikësimi.';
|
||||
$messages['passwordforbidden'] = 'Fjalëkalimi përmban shenja të ndaluara.';
|
||||
$messages['firstloginchange'] = 'Kjo është hyrja juaj e parë. Ju lutemi, ndryshoni fjalëkalimin tuaj.';
|
||||
$messages['disablednotice'] = 'Sistemi është hëpërhë nën gjendje punimesh mirëmbajtjeje dhe ndryshimi i fjalëkalimit s’është i mundur në këtë çast. Gjithçka do të duhej të ish kthyer në gjendje normale shumë shpejt. Kërkojmë ndjesë për çfarëdo siklet.';
|
||||
$messages['passwinhistory'] = 'Ky fjalëkalim është përdorur një herë më parë.';
|
||||
$messages['samepasswd'] = 'Fjalëkalimi i ri duhet të jetë i ndryshëm nga i vjetri.';
|
||||
$messages['passwdexpirewarning'] = 'Kujdes! Fjalëkalimi juaj do të skadojë së shpejti, ndryshojeni para $expirationdatetime.';
|
||||
$messages['passwdexpired'] = 'Fjalëkalimi juaj ka skaduar, lypset ta ndryshoni tani!';
|
32
data/web/rc/plugins/password/localization/sr_CS.inc
Normal file
32
data/web/rc/plugins/password/localization/sr_CS.inc
Normal file
@@ -0,0 +1,32 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
+-----------------------------------------------------------------------+
|
||||
| plugins/password/localization/<lang>.inc |
|
||||
| |
|
||||
| Localization file of the Roundcube Webmail Password plugin |
|
||||
| Copyright (C) 2012-2013, The Roundcube Dev Team |
|
||||
| |
|
||||
| Licensed under the GNU General Public License version 3 or |
|
||||
| any later version with exceptions for skins & plugins. |
|
||||
| See the README file for a full license statement. |
|
||||
| |
|
||||
+-----------------------------------------------------------------------+
|
||||
|
||||
For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-password/
|
||||
*/
|
||||
$labels['changepasswd'] = 'Измени лозинку';
|
||||
$labels['curpasswd'] = 'Тренутна лозинка:';
|
||||
$labels['newpasswd'] = 'Нова лозинка:';
|
||||
$labels['confpasswd'] = 'Потврдите нову лозинку:';
|
||||
$messages['nopassword'] = 'Унесите нову лозинку.';
|
||||
$messages['nocurpassword'] = 'Унесите тренутну лозинку.';
|
||||
$messages['passwordincorrect'] = 'Тренутна лозинка је нетачна.';
|
||||
$messages['passwordinconsistency'] = 'Лозинке се не поклапају. Покушајте поново.';
|
||||
$messages['crypterror'] = 'Није могуће сачувати нову лозинку. Недостаје функција за шифровање.';
|
||||
$messages['connecterror'] = 'Није могуће сачувати нову лозинку. Грешка везе.';
|
||||
$messages['internalerror'] = 'Није могуће сачувати нову лозинку.';
|
||||
$messages['passwordshort'] = 'Лозинка мора имати најмање $lenght знакова.';
|
||||
$messages['passwordweak'] = 'Лозинка мора да садржи најмање један број и један знак интерпункције.';
|
||||
$messages['passwordforbidden'] = 'Лозинка садржи недозвољене знакове.';
|
||||
$messages['firstloginchange'] = 'Ово је ваше прво пријављивање. Измените лозинку.';
|
37
data/web/rc/plugins/password/localization/sv_SE.inc
Normal file
37
data/web/rc/plugins/password/localization/sv_SE.inc
Normal file
@@ -0,0 +1,37 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
+-----------------------------------------------------------------------+
|
||||
| plugins/password/localization/<lang>.inc |
|
||||
| |
|
||||
| Localization file of the Roundcube Webmail Password plugin |
|
||||
| Copyright (C) 2012-2013, The Roundcube Dev Team |
|
||||
| |
|
||||
| Licensed under the GNU General Public License version 3 or |
|
||||
| any later version with exceptions for skins & plugins. |
|
||||
| See the README file for a full license statement. |
|
||||
| |
|
||||
+-----------------------------------------------------------------------+
|
||||
|
||||
For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-password/
|
||||
*/
|
||||
$labels['changepasswd'] = 'Ändra lösenord';
|
||||
$labels['curpasswd'] = 'Nuvarande lösenord';
|
||||
$labels['newpasswd'] = 'Nytt lösenord';
|
||||
$labels['confpasswd'] = 'Bekräfta nytt lösenord';
|
||||
$messages['nopassword'] = 'Ange nytt lösenord.';
|
||||
$messages['nocurpassword'] = 'Ange nuvarande lösenord.';
|
||||
$messages['passwordincorrect'] = 'Felaktigt nuvarande lösenord.';
|
||||
$messages['passwordinconsistency'] = 'Bekräftelsen av lösenordet stämmer inte, försök igen.';
|
||||
$messages['crypterror'] = 'Lösenordet kunde inte ändras. Krypteringsfunktionen saknas.';
|
||||
$messages['connecterror'] = 'Lösenordet kunde inte ändras. Anslutningen misslyckades.';
|
||||
$messages['internalerror'] = 'Lösenordet kunde inte ändras.';
|
||||
$messages['passwordshort'] = 'Lösenordet måste vara minst $length tecken långt.';
|
||||
$messages['passwordweak'] = 'Lösenordet måste innehålla minst en siffra och ett specialtecken.';
|
||||
$messages['passwordforbidden'] = 'Lösenordet innehåller otillåtna tecken.';
|
||||
$messages['firstloginchange'] = 'Du loggar in för första gången. Vänligen ändra ditt lösenord.';
|
||||
$messages['disablednotice'] = 'Underhåll av systemet pågår och därför kan lösenord inte ändras för tillfället. Allt ska fungera normalt igen så snart som möjligt. Ursäkta den eventuella olägenheten underhållet orsakar.';
|
||||
$messages['passwinhistory'] = 'Lösenordet har redan använts tidigare.';
|
||||
$messages['samepasswd'] = 'Lösenordet får inte vara samma som det gamla.';
|
||||
$messages['passwdexpirewarning'] = 'Varning! Lösenordet blir snart ogiltigt, ändra det innan $expirationdatetime.';
|
||||
$messages['passwdexpired'] = 'Lösenordet är ogiltigt, du måste ändra det nu!';
|
37
data/web/rc/plugins/password/localization/th_TH.inc
Normal file
37
data/web/rc/plugins/password/localization/th_TH.inc
Normal file
@@ -0,0 +1,37 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
+-----------------------------------------------------------------------+
|
||||
| plugins/password/localization/<lang>.inc |
|
||||
| |
|
||||
| Localization file of the Roundcube Webmail Password plugin |
|
||||
| Copyright (C) 2012-2013, The Roundcube Dev Team |
|
||||
| |
|
||||
| Licensed under the GNU General Public License version 3 or |
|
||||
| any later version with exceptions for skins & plugins. |
|
||||
| See the README file for a full license statement. |
|
||||
| |
|
||||
+-----------------------------------------------------------------------+
|
||||
|
||||
For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-password/
|
||||
*/
|
||||
$labels['changepasswd'] = 'เปลี่ยนรหัสผ่าน';
|
||||
$labels['curpasswd'] = 'รหัสผ่านปัจจุบัน';
|
||||
$labels['newpasswd'] = 'รหัสผ่านใหม่';
|
||||
$labels['confpasswd'] = 'ยืนยันรหัสผ่านใหม่';
|
||||
$messages['nopassword'] = 'กรุณาใส่รหัสผ่านใหม่';
|
||||
$messages['nocurpassword'] = 'กรุณาใส่รหัสผ่านปัจจุบัน';
|
||||
$messages['passwordincorrect'] = 'รหัสผ่านปัจจุบันไม่ถูกต้อง';
|
||||
$messages['passwordinconsistency'] = 'รหัสผ่านไม่ตรงกัน กรุณากรอกใหม่อีกครััง';
|
||||
$messages['crypterror'] = 'ไม่สามารถบันทึกรหัสผ่านใหม่. ฟังก์ชั่นการเข้ารหัสขาดหายไป.';
|
||||
$messages['connecterror'] = 'ไม่สามารถบันทึกรหัสผ่านใหม่. เชื่อมต่อผิดพลาด.';
|
||||
$messages['internalerror'] = 'ไม่สามารถบันทึกรหัสผ่านใหม่.';
|
||||
$messages['passwordshort'] = 'รหัสผ่านต้องมีอย่างน้อย $length ตัวอักษร.';
|
||||
$messages['passwordweak'] = 'รหัสผ่านต้องมีอย่างน้อยหนึ่งตัวเลขและตัวอักษรวรรคตอนหนึ่ง';
|
||||
$messages['passwordforbidden'] = 'รหัสผ่านมีอักขระต้องห้าม';
|
||||
$messages['firstloginchange'] = 'นี่คือครั้งแรกในการเข้าระบบ กรุณาเปลี่ยนรหัสผ่านของคุณ';
|
||||
$messages['disablednotice'] = 'ระบบขณะนี้อยู่ระหว่างการบำรุงรักษาและการเปลี่ยนรหัสผ่านเป็นไปไม่ได้ในขณะนี้ ทุกอย่างควรจะกลับมาเป็นปกติเร็ว ๆ นี้ เราต้องขออภัยในความไม่สะดวก.';
|
||||
$messages['passwinhistory'] = 'รหัสผ่านนี้ได้ถูกนำมาใช้ก่อนหน้านี้';
|
||||
$messages['samepasswd'] = 'รหัสผ่านใหม่จะต้องมีความแตกต่างจากเดิม';
|
||||
$messages['passwdexpirewarning'] = 'คำเตือน! รหัสผ่านของคุณจะหมดอายุในเร็ว ๆ นี้ เปลี่ยนก่อน $expirationdatetime.';
|
||||
$messages['passwdexpired'] = 'รหัสผ่านของคุณหมดอายุแล้วคุณมีการเปลี่ยนแปลงในขณะนี้!';
|
30
data/web/rc/plugins/password/localization/ti.inc
Normal file
30
data/web/rc/plugins/password/localization/ti.inc
Normal file
@@ -0,0 +1,30 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
+-----------------------------------------------------------------------+
|
||||
| plugins/password/localization/<lang>.inc |
|
||||
| |
|
||||
| Localization file of the Roundcube Webmail Password plugin |
|
||||
| Copyright (C) 2012-2013, The Roundcube Dev Team |
|
||||
| |
|
||||
| Licensed under the GNU General Public License version 3 or |
|
||||
| any later version with exceptions for skins & plugins. |
|
||||
| See the README file for a full license statement. |
|
||||
| |
|
||||
+-----------------------------------------------------------------------+
|
||||
|
||||
For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-password/
|
||||
*/
|
||||
$labels['curpasswd'] = 'ህልው መሕለፊ ቃል:';
|
||||
$labels['newpasswd'] = 'ሓዱሽ መሕለፊ ቃል:';
|
||||
$labels['confpasswd'] = 'መረጋገፂ ሓዱሽ መሕለፊ ቃል :';
|
||||
$messages['nopassword'] = 'ሓዱሽ መሕለፊ ቃል አብዚ ይእቶ::';
|
||||
$messages['nocurpassword'] = 'ህልው መሕለፊ ቃል ኣብዚ ይእቶ::';
|
||||
$messages['passwordincorrect'] = 'ህልው መሕለፊ ቃል ከምኡ ኣይኮነን::';
|
||||
$messages['passwordinconsistency'] = 'መሕለፍቲ ቃላት ሓድ ኣይኮኑን ::ተውሳኺ ፈተነ የድሊ::';
|
||||
$messages['crypterror'] = 'መመስጥሪ ፋንክሽን ስለዝሳእነ እቲ መሕለፊ ቃል ኣይተቐመጠን::';
|
||||
$messages['connecterror'] = 'ናይ ርክብ ጸገም ስለዘሎ እቲ መሕለፊ ቃል ኣይተቐመጠን::';
|
||||
$messages['internalerror'] = 'እቲ መሕለፊ ቃል ኣይተቐመጠን::';
|
||||
$messages['passwordshort'] = 'ንውሓት መሕለፊ ቃል $length ፊዳላት ክኾን አለዎ::';
|
||||
$messages['passwordweak'] = 'መሕለፊ ቃል እንተውሓደ ሓደ ኣሃዝን ሓደ ስርዓተ ነጥብን ከጠቓልል አለዎ::';
|
||||
$messages['passwordforbidden'] = 'እቲ መሕለፊ ቃል ውጉዳት ፊዳላት አለውዎ::';
|
37
data/web/rc/plugins/password/localization/tr_TR.inc
Normal file
37
data/web/rc/plugins/password/localization/tr_TR.inc
Normal file
@@ -0,0 +1,37 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
+-----------------------------------------------------------------------+
|
||||
| plugins/password/localization/<lang>.inc |
|
||||
| |
|
||||
| Localization file of the Roundcube Webmail Password plugin |
|
||||
| Copyright (C) 2012-2013, The Roundcube Dev Team |
|
||||
| |
|
||||
| Licensed under the GNU General Public License version 3 or |
|
||||
| any later version with exceptions for skins & plugins. |
|
||||
| See the README file for a full license statement. |
|
||||
| |
|
||||
+-----------------------------------------------------------------------+
|
||||
|
||||
For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-password/
|
||||
*/
|
||||
$labels['changepasswd'] = 'Parola Değiştirme';
|
||||
$labels['curpasswd'] = 'Geçerli Parola:';
|
||||
$labels['newpasswd'] = 'Yeni Parola:';
|
||||
$labels['confpasswd'] = 'Yeni Parola Onayı:';
|
||||
$messages['nopassword'] = 'Yeni parolayı yazın.';
|
||||
$messages['nocurpassword'] = 'Geçerli parolayı yazın.';
|
||||
$messages['passwordincorrect'] = 'Geçerli parolayı yanlış yazdınız.';
|
||||
$messages['passwordinconsistency'] = 'Parola ile onayı aynı değil, lütfen yeniden deneyin.';
|
||||
$messages['crypterror'] = 'Yeni parola kaydedilemedi. Şifreleme işlevi bulunamadı.';
|
||||
$messages['connecterror'] = 'Yeni parola kaydedilemedi. Bağlantı sorunu.';
|
||||
$messages['internalerror'] = 'Yeni parola kaydedilemedi.';
|
||||
$messages['passwordshort'] = 'Parola en az $length karakterden oluşmalı.';
|
||||
$messages['passwordweak'] = 'Parola en az bir sayı ve bir noktalama işareti içermeli.';
|
||||
$messages['passwordforbidden'] = 'Parolada izin verilmeyen karakterler var.';
|
||||
$messages['firstloginchange'] = 'İlk kez oturum açıyorsunuz. Parolanızı değiştirin.';
|
||||
$messages['disablednotice'] = 'Sistem bakımda olduğundan parola değiştirilemez. Lütfen daha sonra yeniden deneyin. Verdiğimiz rahatsızlıktan dolayı özür dileriz.';
|
||||
$messages['passwinhistory'] = 'Bu parola daha önce kullanılmış.';
|
||||
$messages['samepasswd'] = 'Yeni parola eski paroladan farklı olmalıdır.';
|
||||
$messages['passwdexpirewarning'] = 'Uyarı! Parolanızın kullanma süresi yakında dolacak. $expirationdatetime tarihinden önce değiştirin.';
|
||||
$messages['passwdexpired'] = 'Parolanızın kullanma süresi dolmuş. Şimdi değiştirmelisiniz!';
|
37
data/web/rc/plugins/password/localization/uk_UA.inc
Normal file
37
data/web/rc/plugins/password/localization/uk_UA.inc
Normal file
@@ -0,0 +1,37 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
+-----------------------------------------------------------------------+
|
||||
| plugins/password/localization/<lang>.inc |
|
||||
| |
|
||||
| Localization file of the Roundcube Webmail Password plugin |
|
||||
| Copyright (C) 2012-2013, The Roundcube Dev Team |
|
||||
| |
|
||||
| Licensed under the GNU General Public License version 3 or |
|
||||
| any later version with exceptions for skins & plugins. |
|
||||
| See the README file for a full license statement. |
|
||||
| |
|
||||
+-----------------------------------------------------------------------+
|
||||
|
||||
For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-password/
|
||||
*/
|
||||
$labels['changepasswd'] = 'Змінити пароль';
|
||||
$labels['curpasswd'] = 'Поточний пароль:';
|
||||
$labels['newpasswd'] = 'Новий пароль:';
|
||||
$labels['confpasswd'] = 'Підтвердіть новий пароль:';
|
||||
$messages['nopassword'] = 'Будь ласка, введіть новий пароль.';
|
||||
$messages['nocurpassword'] = 'Будь ласка, введіть поточний пароль.';
|
||||
$messages['passwordincorrect'] = 'Поточний пароль неправильний.';
|
||||
$messages['passwordinconsistency'] = 'Паролі не збігаються, спробуйте ще раз.';
|
||||
$messages['crypterror'] = 'Не вдалося зберегти новий пароль. Функція шифрування відсутня.';
|
||||
$messages['connecterror'] = 'Не вдалося зберегти новий пароль. Помилка з\'єднання.';
|
||||
$messages['internalerror'] = 'Не вдалося зберегти новий пароль.';
|
||||
$messages['passwordshort'] = 'Пароль повинен бути не менше $length символів.';
|
||||
$messages['passwordweak'] = 'Пароль повинен містити як мінімум одну цифру і один розділовий знак.';
|
||||
$messages['passwordforbidden'] = 'Пароль містить заборонені символи.';
|
||||
$messages['firstloginchange'] = 'Це Ваше перше входження в систему. Змініть, будь ласка, свій пароль.';
|
||||
$messages['disablednotice'] = 'Система зараз в режимі обслуговування і змінити пароль наразі неможливо. Невдовзі все має вернутися в норму. Просимо вибачення за будь-які незручності.';
|
||||
$messages['passwinhistory'] = 'Цей пароль вже використовувався раніше.';
|
||||
$messages['samepasswd'] = 'Новий пароль повинен відрізнятися від старого.';
|
||||
$messages['passwdexpirewarning'] = 'УВАГА! У вашого пароля закінчується термін, змінити його як омога скоріше до $expirationdatetime.';
|
||||
$messages['passwdexpired'] = 'Ваш пароль закінчився, ви повинні змінити це зараз!';
|
30
data/web/rc/plugins/password/localization/vi_VN.inc
Normal file
30
data/web/rc/plugins/password/localization/vi_VN.inc
Normal file
@@ -0,0 +1,30 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
+-----------------------------------------------------------------------+
|
||||
| plugins/password/localization/<lang>.inc |
|
||||
| |
|
||||
| Localization file of the Roundcube Webmail Password plugin |
|
||||
| Copyright (C) 2012-2013, The Roundcube Dev Team |
|
||||
| |
|
||||
| Licensed under the GNU General Public License version 3 or |
|
||||
| any later version with exceptions for skins & plugins. |
|
||||
| See the README file for a full license statement. |
|
||||
| |
|
||||
+-----------------------------------------------------------------------+
|
||||
|
||||
For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-password/
|
||||
*/
|
||||
$labels['curpasswd'] = 'Mật khẩu hiện tại';
|
||||
$labels['newpasswd'] = 'Mật khẩu mới:';
|
||||
$labels['confpasswd'] = 'Xác nhận mật khẩu mới';
|
||||
$messages['nopassword'] = 'Mời nhập mật khẩu mới';
|
||||
$messages['nocurpassword'] = 'Mời nhập mật khẩu hiện tại';
|
||||
$messages['passwordincorrect'] = 'Mật khẩu hiện thời không đúng';
|
||||
$messages['passwordinconsistency'] = 'Mật khẩu không khớp, hãy thử lại';
|
||||
$messages['crypterror'] = 'Không thể lưu mật khẩu mới. Thiếu chức năng mã hóa';
|
||||
$messages['connecterror'] = 'Không thể lưu mật mã mới. Lổi kết nối';
|
||||
$messages['internalerror'] = 'Không thể lưu mật khẩu mới';
|
||||
$messages['passwordshort'] = 'Mật khẩu phải dài ít nhất $ ký tự';
|
||||
$messages['passwordweak'] = 'Mật khẩu phải bao gồm ít nhất 1 con số và 1 ký tự dấu câu';
|
||||
$messages['passwordforbidden'] = 'Mật khẩu bao gồm ký tự không hợp lệ';
|
33
data/web/rc/plugins/password/localization/zh_CN.inc
Normal file
33
data/web/rc/plugins/password/localization/zh_CN.inc
Normal file
@@ -0,0 +1,33 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
+-----------------------------------------------------------------------+
|
||||
| plugins/password/localization/<lang>.inc |
|
||||
| |
|
||||
| Localization file of the Roundcube Webmail Password plugin |
|
||||
| Copyright (C) 2012-2013, The Roundcube Dev Team |
|
||||
| |
|
||||
| Licensed under the GNU General Public License version 3 or |
|
||||
| any later version with exceptions for skins & plugins. |
|
||||
| See the README file for a full license statement. |
|
||||
| |
|
||||
+-----------------------------------------------------------------------+
|
||||
|
||||
For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-password/
|
||||
*/
|
||||
$labels['changepasswd'] = '修改密码';
|
||||
$labels['curpasswd'] = '当前密码:';
|
||||
$labels['newpasswd'] = '新密码:';
|
||||
$labels['confpasswd'] = '确认新密码:';
|
||||
$messages['nopassword'] = '请输入新密码。';
|
||||
$messages['nocurpassword'] = '请输入当前的密码。';
|
||||
$messages['passwordincorrect'] = '当前密码不正确。';
|
||||
$messages['passwordinconsistency'] = '两次输入的密码不一致,请重试。';
|
||||
$messages['crypterror'] = '无法保存新密码,缺少加密功能。';
|
||||
$messages['connecterror'] = '无法保存新密码,连接出错。';
|
||||
$messages['internalerror'] = '无法保存新密码。';
|
||||
$messages['passwordshort'] = '密码至少为 $length 位。';
|
||||
$messages['passwordweak'] = '密码必须至少包含一个数字和一个标点符号。';
|
||||
$messages['passwordforbidden'] = '密码包含禁止使用的字符。';
|
||||
$messages['firstloginchange'] = '这是你第一次登录邮箱,请修改邮箱密码。';
|
||||
$messages['disablednotice'] = '系统目前正在维护,密码修改功能无法使用。我们会很快回来,给您带来不便深表歉意。';
|
32
data/web/rc/plugins/password/localization/zh_TW.inc
Normal file
32
data/web/rc/plugins/password/localization/zh_TW.inc
Normal file
@@ -0,0 +1,32 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
+-----------------------------------------------------------------------+
|
||||
| plugins/password/localization/<lang>.inc |
|
||||
| |
|
||||
| Localization file of the Roundcube Webmail Password plugin |
|
||||
| Copyright (C) 2012-2013, The Roundcube Dev Team |
|
||||
| |
|
||||
| Licensed under the GNU General Public License version 3 or |
|
||||
| any later version with exceptions for skins & plugins. |
|
||||
| See the README file for a full license statement. |
|
||||
| |
|
||||
+-----------------------------------------------------------------------+
|
||||
|
||||
For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-password/
|
||||
*/
|
||||
$labels['changepasswd'] = '更改密碼';
|
||||
$labels['curpasswd'] = '目前的密碼';
|
||||
$labels['newpasswd'] = '新密碼';
|
||||
$labels['confpasswd'] = '確認新密碼';
|
||||
$messages['nopassword'] = '請輸入新密碼';
|
||||
$messages['nocurpassword'] = '請輸入目前的密碼';
|
||||
$messages['passwordincorrect'] = '目前的密碼錯誤';
|
||||
$messages['passwordinconsistency'] = '密碼不相符,請重新輸入';
|
||||
$messages['crypterror'] = '無法更新密碼:無加密機制';
|
||||
$messages['connecterror'] = '無法更新密碼:連線失敗';
|
||||
$messages['internalerror'] = '無法更新密碼';
|
||||
$messages['passwordshort'] = '您的密碼至少需 $length 個字元長';
|
||||
$messages['passwordweak'] = '您的新密碼至少需含有一個數字與一個標點符號';
|
||||
$messages['passwordforbidden'] = '您的密碼含有禁用字元';
|
||||
$messages['firstloginchange'] = '這是你第一次登入。請更改你的密碼。';
|
Reference in New Issue
Block a user