From 5154aabe8aac27d569059cad3332cd12c7442a8a Mon Sep 17 00:00:00 2001 From: Florian Best Date: Wed, 26 Jun 2019 23:13:13 +0200 Subject: [PATCH] Restrict password length when changing password --- modules/pam_unix/pam_unix_passwd.c | 6 +++++- po/af.po | 3 +++ po/am.po | 3 +++ po/anp.po | 3 +++ po/ar.po | 3 +++ po/as.po | 3 +++ po/ast.po | 3 +++ po/bal.po | 3 +++ po/be.po | 3 +++ po/bg.po | 3 +++ po/bn.po | 3 +++ po/bn_IN.po | 3 +++ po/bo.po | 3 +++ po/br.po | 3 +++ po/brx.po | 3 +++ po/bs.po | 3 +++ po/ca.po | 3 +++ po/cs.po | 3 +++ po/cy.po | 3 +++ po/da.po | 3 +++ po/de.po | 3 +++ po/de_CH.po | 3 +++ po/el.po | 3 +++ po/en_GB.po | 3 +++ po/eo.po | 3 +++ po/es.po | 3 +++ po/et.po | 3 +++ po/eu.po | 3 +++ po/fa.po | 3 +++ po/fi.po | 3 +++ po/fr.po | 3 +++ po/ga.po | 3 +++ po/gl.po | 3 +++ po/gu.po | 3 +++ po/he.po | 3 +++ po/hi.po | 3 +++ po/hr.po | 3 +++ po/hu.po | 3 +++ po/ia.po | 3 +++ po/id.po | 3 +++ po/ilo.po | 3 +++ po/is.po | 3 +++ po/it.po | 3 +++ po/ja.po | 3 +++ po/ka.po | 3 +++ po/kk.po | 3 +++ po/km.po | 3 +++ po/kn.po | 3 +++ po/ko.po | 3 +++ po/kw.po | 3 +++ po/kw@kkcor.po | 3 +++ po/kw@uccor.po | 3 +++ po/kw_GB.po | 3 +++ po/ky.po | 3 +++ po/lt.po | 3 +++ po/lv.po | 3 +++ po/mai.po | 3 +++ po/mk.po | 3 +++ po/ml.po | 3 +++ po/mn.po | 3 +++ po/mr.po | 3 +++ po/ms.po | 3 +++ po/my.po | 3 +++ po/nb.po | 3 +++ po/nds.po | 3 +++ po/ne.po | 3 +++ po/nl.po | 3 +++ po/nn.po | 3 +++ po/nso.po | 3 +++ po/or.po | 3 +++ po/pa.po | 3 +++ po/pl.po | 3 +++ po/pt.po | 3 +++ po/pt_BR.po | 3 +++ po/ro.po | 3 +++ po/ru.po | 3 +++ po/si.po | 3 +++ po/sk.po | 3 +++ po/sl.po | 3 +++ po/sq.po | 3 +++ po/sr.po | 3 +++ po/sr@latin.po | 3 +++ po/sv.po | 3 +++ po/ta.po | 3 +++ po/te.po | 3 +++ po/tg.po | 3 +++ po/th.po | 3 +++ po/tr.po | 3 +++ po/tw.po | 3 +++ po/uk.po | 3 +++ po/ur.po | 3 +++ po/vi.po | 3 +++ po/wba.po | 3 +++ po/yo.po | 3 +++ po/zh_CN.po | 3 +++ po/zh_HK.po | 3 +++ po/zh_TW.po | 3 +++ po/zu.po | 3 +++ 98 files changed, 296 insertions(+), 1 deletion(-) diff --git a/modules/pam_unix/pam_unix_passwd.c b/modules/pam_unix/pam_unix_passwd.c index df4c1233..4d2f5e2c 100644 --- a/modules/pam_unix/pam_unix_passwd.c +++ b/modules/pam_unix/pam_unix_passwd.c @@ -576,7 +576,11 @@ static int _pam_unix_approve_pass(pam_handle_t * pamh return PAM_AUTHTOK_ERR; } } - if (off(UNIX__IAMROOT, ctrl)) { + + if (strlen(pass_new) > MAX_PASS) { + remark = _("You must choose a shorter password."); + D(("length exceeded [%s]", remark)); + } else if (off(UNIX__IAMROOT, ctrl)) { if (strlen(pass_new) < pass_min_len) remark = _("You must choose a longer password."); D(("length check [%s]", remark)); diff --git a/po/af.po b/po/af.po index 4850ed42..5fad6de4 100644 --- a/po/af.po +++ b/po/af.po @@ -566,3 +566,6 @@ msgstr "" #: modules/pam_unix/pam_unix_passwd.c:722 msgid "You must wait longer to change your password" msgstr "" + +msgid "You must choose a shorter password." +msgstr "Jy moet 'n korter wagwoord kies." diff --git a/po/am.po b/po/am.po index 65afbfa2..6734dec1 100644 --- a/po/am.po +++ b/po/am.po @@ -566,3 +566,6 @@ msgstr "" #: modules/pam_unix/pam_unix_passwd.c:722 msgid "You must wait longer to change your password" msgstr "" + +msgid "You must choose a shorter password." +msgstr "አጠር ያለ የይለፍ ቃል መምረጥ አለብህ." diff --git a/po/anp.po b/po/anp.po index d517e0ae..5251b460 100644 --- a/po/anp.po +++ b/po/anp.po @@ -562,3 +562,6 @@ msgstr "" #: modules/pam_unix/pam_unix_passwd.c:722 msgid "You must wait longer to change your password" msgstr "" + +msgid "You must choose a shorter password." +msgstr "" diff --git a/po/ar.po b/po/ar.po index b078d478..e06d455c 100644 --- a/po/ar.po +++ b/po/ar.po @@ -578,3 +578,6 @@ msgstr "" #: modules/pam_unix/pam_unix_passwd.c:722 msgid "You must wait longer to change your password" msgstr "يجب الانتظار فترة أطول لتغيير كلمة السر" + +msgid "You must choose a shorter password." +msgstr "يجب عليك اختيار كلمة مرور أقصر." diff --git a/po/as.po b/po/as.po index 455ae99b..77281385 100644 --- a/po/as.po +++ b/po/as.po @@ -575,3 +575,6 @@ msgstr "%s ৰ বাবে গুপ্তশব্দ সলনি কৰা #: modules/pam_unix/pam_unix_passwd.c:722 msgid "You must wait longer to change your password" msgstr "আপোনাৰ গুপ্তশব্দ সলনি কৰিবলৈ আপুনি আৰু কিছু পৰ অপেক্ষা কৰিব লাগিব" + +msgid "You must choose a shorter password." +msgstr "" diff --git a/po/ast.po b/po/ast.po index 8ddd6309..5db61744 100644 --- a/po/ast.po +++ b/po/ast.po @@ -566,3 +566,6 @@ msgstr "" #: modules/pam_unix/pam_unix_passwd.c:722 msgid "You must wait longer to change your password" msgstr "" + +msgid "You must choose a shorter password." +msgstr "" diff --git a/po/bal.po b/po/bal.po index 8d756d96..cb88538d 100644 --- a/po/bal.po +++ b/po/bal.po @@ -565,3 +565,6 @@ msgstr "" #: modules/pam_unix/pam_unix_passwd.c:722 msgid "You must wait longer to change your password" msgstr "" + +msgid "You must choose a shorter password." +msgstr "" diff --git a/po/be.po b/po/be.po index d238b047..40a03552 100644 --- a/po/be.po +++ b/po/be.po @@ -571,3 +571,6 @@ msgstr "" #: modules/pam_unix/pam_unix_passwd.c:722 msgid "You must wait longer to change your password" msgstr "" + +msgid "You must choose a shorter password." +msgstr "Вы павінны выбраць больш кароткі пароль." diff --git a/po/bg.po b/po/bg.po index c58f8ee0..a544f196 100644 --- a/po/bg.po +++ b/po/bg.po @@ -579,3 +579,6 @@ msgstr "Смяна на паролата за %s." #: modules/pam_unix/pam_unix_passwd.c:722 msgid "You must wait longer to change your password" msgstr "Трябва да изчакате повече, за да промените Вашата парола" + +msgid "You must choose a shorter password." +msgstr "Трябва да изберете по-кратка парола." diff --git a/po/bn.po b/po/bn.po index 1da2a383..d1a3abe4 100644 --- a/po/bn.po +++ b/po/bn.po @@ -583,3 +583,6 @@ msgstr "%s-র পাসওয়ার্ড পরিবর্তন করা #: modules/pam_unix/pam_unix_passwd.c:722 msgid "You must wait longer to change your password" msgstr "কিছু কাল পরে পাসওয়ার্ড পরিবর্তন করা সম্ভব হবে" + +msgid "You must choose a shorter password." +msgstr "আপনি একটি ছোট পাসওয়ার্ড নির্বাচন করতে হবে।" diff --git a/po/bn_IN.po b/po/bn_IN.po index 4e1a504a..366b70b4 100644 --- a/po/bn_IN.po +++ b/po/bn_IN.po @@ -578,3 +578,6 @@ msgstr "%s-র পাসওয়ার্ড পরিবর্তন করা #: modules/pam_unix/pam_unix_passwd.c:722 msgid "You must wait longer to change your password" msgstr "কিছু কাল পরে পাসওয়ার্ড পরিবর্তন করা সম্ভব হবে" + +msgid "You must choose a shorter password." +msgstr "আপনি একটি ছোট পাসওয়ার্ড নির্বাচন করতে হবে।" diff --git a/po/bo.po b/po/bo.po index 43cd8c21..d080b943 100644 --- a/po/bo.po +++ b/po/bo.po @@ -564,3 +564,6 @@ msgstr "" #: modules/pam_unix/pam_unix_passwd.c:722 msgid "You must wait longer to change your password" msgstr "" + +msgid "You must choose a shorter password." +msgstr "" diff --git a/po/br.po b/po/br.po index 1839f3d3..af59a546 100644 --- a/po/br.po +++ b/po/br.po @@ -566,3 +566,6 @@ msgstr "" #: modules/pam_unix/pam_unix_passwd.c:722 msgid "You must wait longer to change your password" msgstr "" + +msgid "You must choose a shorter password." +msgstr "" diff --git a/po/brx.po b/po/brx.po index 85a5863b..929f5852 100644 --- a/po/brx.po +++ b/po/brx.po @@ -566,3 +566,6 @@ msgstr "" #: modules/pam_unix/pam_unix_passwd.c:722 msgid "You must wait longer to change your password" msgstr "" + +msgid "You must choose a shorter password." +msgstr "" diff --git a/po/bs.po b/po/bs.po index dd8e5c50..47a615f1 100644 --- a/po/bs.po +++ b/po/bs.po @@ -569,3 +569,6 @@ msgstr "" #: modules/pam_unix/pam_unix_passwd.c:722 msgid "You must wait longer to change your password" msgstr "" + +msgid "You must choose a shorter password." +msgstr "Morate odabrati kraću lozinku." diff --git a/po/ca.po b/po/ca.po index 680f1cb8..cf77ad51 100644 --- a/po/ca.po +++ b/po/ca.po @@ -580,3 +580,6 @@ msgstr "S'està canviant la contrasenya de %s." #: modules/pam_unix/pam_unix_passwd.c:722 msgid "You must wait longer to change your password" msgstr "Heu d'esperar més temps abans de canviar la contrasenya" + +msgid "You must choose a shorter password." +msgstr "Heu de triar una contrasenya més curta." diff --git a/po/cs.po b/po/cs.po index 762ad8d0..69731a10 100644 --- a/po/cs.po +++ b/po/cs.po @@ -576,3 +576,6 @@ msgstr "Změna hesla pro %s." #: modules/pam_unix/pam_unix_passwd.c:722 msgid "You must wait longer to change your password" msgstr "Na změnu svého hesla musíte počkat déle" + +msgid "You must choose a shorter password." +msgstr "Musíte zvolit kratší heslo." diff --git a/po/cy.po b/po/cy.po index ec442d89..8416d51f 100644 --- a/po/cy.po +++ b/po/cy.po @@ -571,3 +571,6 @@ msgstr "" #: modules/pam_unix/pam_unix_passwd.c:722 msgid "You must wait longer to change your password" msgstr "" + +msgid "You must choose a shorter password." +msgstr "Rhaid i chi ddewis cyfrinair byrrach." diff --git a/po/da.po b/po/da.po index 9436302f..8a1d605d 100644 --- a/po/da.po +++ b/po/da.po @@ -572,3 +572,6 @@ msgstr "Ændrer adgangskode for %s." #: modules/pam_unix/pam_unix_passwd.c:722 msgid "You must wait longer to change your password" msgstr "Du skal vente lidt længere for at ændre din adgangskode" + +msgid "You must choose a shorter password." +msgstr "Du skal vælge en kortere adgangskode." diff --git a/po/de.po b/po/de.po index 815497fb..6c8e343b 100644 --- a/po/de.po +++ b/po/de.po @@ -580,3 +580,6 @@ msgstr "Ändern des Passworts für %s." #: modules/pam_unix/pam_unix_passwd.c:722 msgid "You must wait longer to change your password" msgstr "Sie können Ihr Passwort noch nicht ändern" + +msgid "You must choose a shorter password." +msgstr "Sie müssen ein kürzeres Passwort wählen." diff --git a/po/de_CH.po b/po/de_CH.po index 002af986..af50343b 100644 --- a/po/de_CH.po +++ b/po/de_CH.po @@ -566,3 +566,6 @@ msgstr "" #: modules/pam_unix/pam_unix_passwd.c:722 msgid "You must wait longer to change your password" msgstr "" + +msgid "You must choose a shorter password." +msgstr "Sie müssen ein kürzeres Passwort wählen." diff --git a/po/el.po b/po/el.po index e0547802..2b5a78b9 100644 --- a/po/el.po +++ b/po/el.po @@ -565,3 +565,6 @@ msgstr "" #: modules/pam_unix/pam_unix_passwd.c:722 msgid "You must wait longer to change your password" msgstr "" + +msgid "You must choose a shorter password." +msgstr "Πρέπει να επιλέξετε μικρότερο κωδικό πρόσβασης." diff --git a/po/en_GB.po b/po/en_GB.po index 66cf3429..e04689e5 100644 --- a/po/en_GB.po +++ b/po/en_GB.po @@ -566,3 +566,6 @@ msgstr "" #: modules/pam_unix/pam_unix_passwd.c:722 msgid "You must wait longer to change your password" msgstr "" + +msgid "You must choose a shorter password." +msgstr "" diff --git a/po/eo.po b/po/eo.po index 1ab548ea..45ddfd17 100644 --- a/po/eo.po +++ b/po/eo.po @@ -566,3 +566,6 @@ msgstr "" #: modules/pam_unix/pam_unix_passwd.c:722 msgid "You must wait longer to change your password" msgstr "" + +msgid "You must choose a shorter password." +msgstr "Vi devas elekti pli mallongan pasvorton." diff --git a/po/es.po b/po/es.po index 88490203..22b6fc68 100644 --- a/po/es.po +++ b/po/es.po @@ -585,3 +585,6 @@ msgstr "Cambiando la contraseña de %s." #: modules/pam_unix/pam_unix_passwd.c:722 msgid "You must wait longer to change your password" msgstr "Debe esperar más tiempo para cambiar la contraseña" + +msgid "You must choose a shorter password." +msgstr "Debes elegir una contraseña más corta." diff --git a/po/et.po b/po/et.po index 0c4e9b31..d826104e 100644 --- a/po/et.po +++ b/po/et.po @@ -568,3 +568,6 @@ msgstr "" #: modules/pam_unix/pam_unix_passwd.c:722 msgid "You must wait longer to change your password" msgstr "" + +msgid "You must choose a shorter password." +msgstr "Peate valima lühema parooli." diff --git a/po/eu.po b/po/eu.po index cba3e90a..f0de0402 100644 --- a/po/eu.po +++ b/po/eu.po @@ -567,3 +567,6 @@ msgstr "" #: modules/pam_unix/pam_unix_passwd.c:722 msgid "You must wait longer to change your password" msgstr "" + +msgid "You must choose a shorter password." +msgstr "Pasahitz laburragoa aukeratu behar duzu." diff --git a/po/fa.po b/po/fa.po index f7e77c9b..743e2c99 100644 --- a/po/fa.po +++ b/po/fa.po @@ -564,3 +564,6 @@ msgstr "" #: modules/pam_unix/pam_unix_passwd.c:722 msgid "You must wait longer to change your password" msgstr "" + +msgid "You must choose a shorter password." +msgstr "شما باید رمز عبور کوتاهتری انتخاب کنید." diff --git a/po/fi.po b/po/fi.po index 0e458aea..ccad0c40 100644 --- a/po/fi.po +++ b/po/fi.po @@ -584,3 +584,6 @@ msgstr "Vaihdetaan käyttäjän %s salasana." #: modules/pam_unix/pam_unix_passwd.c:722 msgid "You must wait longer to change your password" msgstr "Sinun täytyy odottaa kauemmin vaihtaaksesi salasanan" + +msgid "You must choose a shorter password." +msgstr "Sinun on valittava lyhyempi salasana." diff --git a/po/fr.po b/po/fr.po index dfca80a0..ce2176fe 100644 --- a/po/fr.po +++ b/po/fr.po @@ -593,3 +593,6 @@ msgstr "Changement du mot de passe pour %s." #: modules/pam_unix/pam_unix_passwd.c:722 msgid "You must wait longer to change your password" msgstr "Vous devez encore attendre avant de changer votre mot de passe" + +msgid "You must choose a shorter password." +msgstr "Vous devez choisir un mot de passe plus court." diff --git a/po/ga.po b/po/ga.po index f9b76a0e..c8a74319 100644 --- a/po/ga.po +++ b/po/ga.po @@ -601,3 +601,6 @@ msgstr "Focal faire %s á athrú." #: modules/pam_unix/pam_unix_passwd.c:722 msgid "You must wait longer to change your password" msgstr "Caithfidh tú fanacht níos faide chun d'fhocal faire a athrú" + +msgid "You must choose a shorter password." +msgstr "Ní mór duit pasfhocal níos giorra a roghnú." diff --git a/po/gl.po b/po/gl.po index d073f9b1..bc237ec1 100644 --- a/po/gl.po +++ b/po/gl.po @@ -566,3 +566,6 @@ msgstr "" #: modules/pam_unix/pam_unix_passwd.c:722 msgid "You must wait longer to change your password" msgstr "" + +msgid "You must choose a shorter password." +msgstr "Debes escoller un contrasinal máis curto." diff --git a/po/gu.po b/po/gu.po index 820cb457..44fb7179 100644 --- a/po/gu.po +++ b/po/gu.po @@ -575,3 +575,6 @@ msgstr "%s માટે પાસવર્ડ બદલવાનું." #: modules/pam_unix/pam_unix_passwd.c:722 msgid "You must wait longer to change your password" msgstr "તમારો પાસવર્ડ બદલવા માટે તમારે લાંબો સમય રાહ જોવી જ પડશે" + +msgid "You must choose a shorter password." +msgstr "તમારે ટૂંકા પાસવર્ડને પસંદ કરવો આવશ્યક છે." diff --git a/po/he.po b/po/he.po index 485b4491..cd6fe2e1 100644 --- a/po/he.po +++ b/po/he.po @@ -568,3 +568,6 @@ msgstr "משנה ססמה עבור %s.‏" #: modules/pam_unix/pam_unix_passwd.c:722 msgid "You must wait longer to change your password" msgstr "אתה חייב לחכות יותר כדי לשנות את הססמה" + +msgid "You must choose a shorter password." +msgstr "עליך לבחור סיסמה קצרה יותר." diff --git a/po/hi.po b/po/hi.po index 78d0af1c..6ffa21b3 100644 --- a/po/hi.po +++ b/po/hi.po @@ -574,3 +574,6 @@ msgstr "%s के लिए कूटशब्द बदल रहा है" #: modules/pam_unix/pam_unix_passwd.c:722 msgid "You must wait longer to change your password" msgstr "आपको अपना शब्दकूट बदलने के लिए लंबी प्रतीक्षा करनी होगी" + +msgid "You must choose a shorter password." +msgstr "आपको एक छोटा पासवर्ड चुनना होगा।" diff --git a/po/hr.po b/po/hr.po index 4e4a9a46..6240fb8c 100644 --- a/po/hr.po +++ b/po/hr.po @@ -569,3 +569,6 @@ msgstr "" #: modules/pam_unix/pam_unix_passwd.c:722 msgid "You must wait longer to change your password" msgstr "" + +msgid "You must choose a shorter password." +msgstr "Morate odabrati kraću zaporku." diff --git a/po/hu.po b/po/hu.po index a4992271..b362ba38 100644 --- a/po/hu.po +++ b/po/hu.po @@ -580,3 +580,6 @@ msgstr "%s jelszavának megváltoztatása." #: modules/pam_unix/pam_unix_passwd.c:722 msgid "You must wait longer to change your password" msgstr "Tovább kell várnia míg megváltoztathatja a jelszavát" + +msgid "You must choose a shorter password." +msgstr "Egy rövidebb jelszót kell választania." diff --git a/po/ia.po b/po/ia.po index fcd7a2b8..efbfea69 100644 --- a/po/ia.po +++ b/po/ia.po @@ -580,3 +580,6 @@ msgstr "Cambiamento del contrasigno pro %s." #: modules/pam_unix/pam_unix_passwd.c:722 msgid "You must wait longer to change your password" msgstr "Attende ancora pro cambiar le contrasigno" + +msgid "You must choose a shorter password." +msgstr "" diff --git a/po/id.po b/po/id.po index b45ed5ff..f85297fe 100644 --- a/po/id.po +++ b/po/id.po @@ -564,3 +564,6 @@ msgstr "" #: modules/pam_unix/pam_unix_passwd.c:722 msgid "You must wait longer to change your password" msgstr "" + +msgid "You must choose a shorter password." +msgstr "Anda harus memilih kata sandi yang lebih pendek." diff --git a/po/ilo.po b/po/ilo.po index bfac356f..3b1be996 100644 --- a/po/ilo.po +++ b/po/ilo.po @@ -566,3 +566,6 @@ msgstr "" #: modules/pam_unix/pam_unix_passwd.c:722 msgid "You must wait longer to change your password" msgstr "" + +msgid "You must choose a shorter password." +msgstr "" diff --git a/po/is.po b/po/is.po index 6f02ee32..fedbbe57 100644 --- a/po/is.po +++ b/po/is.po @@ -566,3 +566,6 @@ msgstr "" #: modules/pam_unix/pam_unix_passwd.c:722 msgid "You must wait longer to change your password" msgstr "" + +msgid "You must choose a shorter password." +msgstr "Þú verður að velja styttri lykilorð." diff --git a/po/it.po b/po/it.po index 09222493..7d343524 100644 --- a/po/it.po +++ b/po/it.po @@ -589,3 +589,6 @@ msgstr "Cambio password per %s." #: modules/pam_unix/pam_unix_passwd.c:722 msgid "You must wait longer to change your password" msgstr "Attendere ancora per cambiare la password" + +msgid "You must choose a shorter password." +msgstr "Devi scegliere una password più breve." diff --git a/po/ja.po b/po/ja.po index ef2148b6..8bc5229e 100644 --- a/po/ja.po +++ b/po/ja.po @@ -575,3 +575,6 @@ msgstr "%s 用にパスワードを変更中" #: modules/pam_unix/pam_unix_passwd.c:722 msgid "You must wait longer to change your password" msgstr "パスワードを変更するには長く待つ必要があります" + +msgid "You must choose a shorter password." +msgstr "もっと短いパスワードを選択する必要があります。" diff --git a/po/ka.po b/po/ka.po index 7f465cb4..23e9e1bb 100644 --- a/po/ka.po +++ b/po/ka.po @@ -565,3 +565,6 @@ msgstr "" #: modules/pam_unix/pam_unix_passwd.c:722 msgid "You must wait longer to change your password" msgstr "" + +msgid "You must choose a shorter password." +msgstr "თქვენ უნდა აირჩიოთ მოკლე პაროლი." diff --git a/po/kk.po b/po/kk.po index 0cedb870..c7ec624a 100644 --- a/po/kk.po +++ b/po/kk.po @@ -574,3 +574,6 @@ msgstr "%s үшін парольді өзгерту." #: modules/pam_unix/pam_unix_passwd.c:722 msgid "You must wait longer to change your password" msgstr "Пароліңізді өзгерті үшін біраз күтуіңіз керек" + +msgid "You must choose a shorter password." +msgstr "Сіз қысқа парольді таңдауыңыз керек." diff --git a/po/km.po b/po/km.po index e15f1ed7..8085ca07 100644 --- a/po/km.po +++ b/po/km.po @@ -569,3 +569,6 @@ msgstr "" #: modules/pam_unix/pam_unix_passwd.c:722 msgid "You must wait longer to change your password" msgstr "អ្នក​ត្រូវ​តែ​រង់ចាំ​បន្តិច ដើម្បី​ផ្លាស់ប្ដូរ​ពាក្យសម្ងាត់​របស់​អ្នក" + +msgid "You must choose a shorter password." +msgstr "អ្នកត្រូវតែជ្រើសរើសពាក្យសម្ងាត់ខ្លី។" diff --git a/po/kn.po b/po/kn.po index 9a22f5b3..ba0005af 100644 --- a/po/kn.po +++ b/po/kn.po @@ -575,3 +575,6 @@ msgstr "%s ಗಾಗಿ ಗುಪ್ತಪದವನ್ನು ಬದಲಾಯಿ #: modules/pam_unix/pam_unix_passwd.c:722 msgid "You must wait longer to change your password" msgstr "ನಿಮ್ಮ ಗುಪ್ತಪದವನ್ನು ಬದಲಾಯಿಸಲು ನೀವು ಬಹಳ ಸಮಯ ಕಾಯಬೇಕು" + +msgid "You must choose a shorter password." +msgstr "ನೀವು ಕಡಿಮೆ ಪಾಸ್‌ವರ್ಡ್ ಅನ್ನು ಆರಿಸಬೇಕು." diff --git a/po/ko.po b/po/ko.po index a5a2beb8..1ebe07cb 100644 --- a/po/ko.po +++ b/po/ko.po @@ -573,3 +573,6 @@ msgstr "%s에 대한 암호 변경 중 " #: modules/pam_unix/pam_unix_passwd.c:722 msgid "You must wait longer to change your password" msgstr "암호 변경을 위해 조금더 기다려 주십시오." + +msgid "You must choose a shorter password." +msgstr "더 짧은 암호를 선택해야합니다." diff --git a/po/kw.po b/po/kw.po index 6cc4aa80..17b2f128 100644 --- a/po/kw.po +++ b/po/kw.po @@ -563,3 +563,6 @@ msgstr "" #: modules/pam_unix/pam_unix_passwd.c:722 msgid "You must wait longer to change your password" msgstr "" + +msgid "You must choose a shorter password." +msgstr "" diff --git a/po/kw@kkcor.po b/po/kw@kkcor.po index e10c5f4f..0bcb780a 100644 --- a/po/kw@kkcor.po +++ b/po/kw@kkcor.po @@ -563,3 +563,6 @@ msgstr "" #: modules/pam_unix/pam_unix_passwd.c:722 msgid "You must wait longer to change your password" msgstr "" + +msgid "You must choose a shorter password." +msgstr "" diff --git a/po/kw@uccor.po b/po/kw@uccor.po index 8ce6789f..1c3a7a4e 100644 --- a/po/kw@uccor.po +++ b/po/kw@uccor.po @@ -563,3 +563,6 @@ msgstr "" #: modules/pam_unix/pam_unix_passwd.c:722 msgid "You must wait longer to change your password" msgstr "" + +msgid "You must choose a shorter password." +msgstr "" diff --git a/po/kw_GB.po b/po/kw_GB.po index 55bac444..b7824fce 100644 --- a/po/kw_GB.po +++ b/po/kw_GB.po @@ -563,3 +563,6 @@ msgstr "" #: modules/pam_unix/pam_unix_passwd.c:722 msgid "You must wait longer to change your password" msgstr "" + +msgid "You must choose a shorter password." +msgstr "" diff --git a/po/ky.po b/po/ky.po index ef2744e6..279602d2 100644 --- a/po/ky.po +++ b/po/ky.po @@ -564,3 +564,6 @@ msgstr "" #: modules/pam_unix/pam_unix_passwd.c:722 msgid "You must wait longer to change your password" msgstr "" + +msgid "You must choose a shorter password." +msgstr "Сиз кыска сөздү тандоо керек." diff --git a/po/lt.po b/po/lt.po index 391393f0..35baf6ec 100644 --- a/po/lt.po +++ b/po/lt.po @@ -569,3 +569,6 @@ msgstr "" #: modules/pam_unix/pam_unix_passwd.c:722 msgid "You must wait longer to change your password" msgstr "" + +msgid "You must choose a shorter password." +msgstr "Turite pasirinkti trumpesnį slaptažodį." diff --git a/po/lv.po b/po/lv.po index 5951105f..71c023dd 100644 --- a/po/lv.po +++ b/po/lv.po @@ -569,3 +569,6 @@ msgstr "" #: modules/pam_unix/pam_unix_passwd.c:722 msgid "You must wait longer to change your password" msgstr "" + +msgid "You must choose a shorter password." +msgstr "Jums jāizvēlas īsāka parole." diff --git a/po/mai.po b/po/mai.po index f45e71c5..7af46914 100644 --- a/po/mai.po +++ b/po/mai.po @@ -566,3 +566,6 @@ msgstr "" #: modules/pam_unix/pam_unix_passwd.c:722 msgid "You must wait longer to change your password" msgstr "" + +msgid "You must choose a shorter password." +msgstr "" diff --git a/po/mk.po b/po/mk.po index 38b5e120..f91b12ed 100644 --- a/po/mk.po +++ b/po/mk.po @@ -566,3 +566,6 @@ msgstr "" #: modules/pam_unix/pam_unix_passwd.c:722 msgid "You must wait longer to change your password" msgstr "" + +msgid "You must choose a shorter password." +msgstr "Мора да изберете пократка лозинка." diff --git a/po/ml.po b/po/ml.po index d84115d5..ba0bcd00 100644 --- a/po/ml.po +++ b/po/ml.po @@ -574,3 +574,6 @@ msgstr "%s-നുളള അടയാളവാക്ക് മാറ്റുന #: modules/pam_unix/pam_unix_passwd.c:722 msgid "You must wait longer to change your password" msgstr "നിങ്ങളുടെ അടയാളവാക്ക് മാറ്റുന്നതിനായി ഇനിയും കാത്തിരിക്കേണ്ടതാണ്." + +msgid "You must choose a shorter password." +msgstr "നിങ്ങൾ ഒരു ഹ്രസ്വ പാസ്‌വേഡ് തിരഞ്ഞെടുക്കണം." diff --git a/po/mn.po b/po/mn.po index 6449114a..9195403a 100644 --- a/po/mn.po +++ b/po/mn.po @@ -566,3 +566,6 @@ msgstr "" #: modules/pam_unix/pam_unix_passwd.c:722 msgid "You must wait longer to change your password" msgstr "" + +msgid "You must choose a shorter password." +msgstr "Та богино нууц үг сонгох ёстой." diff --git a/po/mr.po b/po/mr.po index 9989305e..8a4f6bc0 100644 --- a/po/mr.po +++ b/po/mr.po @@ -574,3 +574,6 @@ msgstr "%s करीता गुप्तशब्द बदलवित आह #: modules/pam_unix/pam_unix_passwd.c:722 msgid "You must wait longer to change your password" msgstr "तुमचा गुप्तशब्द बदलण्यासाठी तुम्हाला बराच वेळ वाट पहावी लागेल" + +msgid "You must choose a shorter password." +msgstr "आपण लहान संकेतशब्द निवडणे आवश्यक आहे." diff --git a/po/ms.po b/po/ms.po index dea80954..aad48229 100644 --- a/po/ms.po +++ b/po/ms.po @@ -564,3 +564,6 @@ msgstr "Menukar katalaluan untuk %s." #: modules/pam_unix/pam_unix_passwd.c:722 msgid "You must wait longer to change your password" msgstr "" + +msgid "You must choose a shorter password." +msgstr "Anda mesti memilih kata laluan yang lebih pendek." diff --git a/po/my.po b/po/my.po index 7613d708..9aeb978e 100644 --- a/po/my.po +++ b/po/my.po @@ -564,3 +564,6 @@ msgstr "" #: modules/pam_unix/pam_unix_passwd.c:722 msgid "You must wait longer to change your password" msgstr "" + +msgid "You must choose a shorter password." +msgstr "သင်တစ်ဦးပိုမိုတိုတောင်းသောစကားဝှက်ကိုရွေးချယ်ရပါမည်။" diff --git a/po/nb.po b/po/nb.po index dffee3fd..1cf9a595 100644 --- a/po/nb.po +++ b/po/nb.po @@ -576,3 +576,6 @@ msgstr "Endrer passord for %s." #: modules/pam_unix/pam_unix_passwd.c:722 msgid "You must wait longer to change your password" msgstr "Du må vente lenger før du kan endre passordet" + +msgid "You must choose a shorter password." +msgstr "Du må velge et kortere passord." diff --git a/po/nds.po b/po/nds.po index f1efce3a..e839e9ae 100644 --- a/po/nds.po +++ b/po/nds.po @@ -565,3 +565,6 @@ msgstr "" #: modules/pam_unix/pam_unix_passwd.c:722 msgid "You must wait longer to change your password" msgstr "" + +msgid "You must choose a shorter password." +msgstr "" diff --git a/po/ne.po b/po/ne.po index f8dfebc2..546eaccf 100644 --- a/po/ne.po +++ b/po/ne.po @@ -566,3 +566,6 @@ msgstr "" #: modules/pam_unix/pam_unix_passwd.c:722 msgid "You must wait longer to change your password" msgstr "" + +msgid "You must choose a shorter password." +msgstr "तपाईंले छोटो पासवर्ड छान्नु पर्छ।" diff --git a/po/nl.po b/po/nl.po index d7652635..b675f4d7 100644 --- a/po/nl.po +++ b/po/nl.po @@ -586,3 +586,6 @@ msgstr "Veranderen van wachtwoord voor %s." #: modules/pam_unix/pam_unix_passwd.c:722 msgid "You must wait longer to change your password" msgstr "U moet langer wachten om uw wachtwoord te wijzigen" + +msgid "You must choose a shorter password." +msgstr "U moet een korter wachtwoord kiezen." diff --git a/po/nn.po b/po/nn.po index c1a4d73f..a057bbe0 100644 --- a/po/nn.po +++ b/po/nn.po @@ -565,3 +565,6 @@ msgstr "" #: modules/pam_unix/pam_unix_passwd.c:722 msgid "You must wait longer to change your password" msgstr "" + +msgid "You must choose a shorter password." +msgstr "Du må velge et kortere passord." diff --git a/po/nso.po b/po/nso.po index ae7321b6..9527b4f9 100644 --- a/po/nso.po +++ b/po/nso.po @@ -566,3 +566,6 @@ msgstr "" #: modules/pam_unix/pam_unix_passwd.c:722 msgid "You must wait longer to change your password" msgstr "" + +msgid "You must choose a shorter password." +msgstr "" diff --git a/po/or.po b/po/or.po index 28583df3..93463c6b 100644 --- a/po/or.po +++ b/po/or.po @@ -576,3 +576,6 @@ msgstr "%s ପାଇଁ ପ୍ରବେଶ ସଙ୍କେତକୁ ବଦଳା #: modules/pam_unix/pam_unix_passwd.c:722 msgid "You must wait longer to change your password" msgstr "ପ୍ରବେଶ ସଙ୍କେତକୁ ବଦଳାଇବା ପାଇଁ ଆପଣ ଅଧିକ ସମୟ ଅପେକ୍ଷା କରିବା ଉଚିତ" + +msgid "You must choose a shorter password." +msgstr "" diff --git a/po/pa.po b/po/pa.po index e1b21414..deb55e14 100644 --- a/po/pa.po +++ b/po/pa.po @@ -574,3 +574,6 @@ msgstr "%s ਲਈ ਪਾਸਵਰਡ ਤਬਦੀਲ ਕਰ ਰਿਹਾ ਹੈ #: modules/pam_unix/pam_unix_passwd.c:722 msgid "You must wait longer to change your password" msgstr "ਤੁਹਾਨੂੰ ਲੰਬੇ ਸਮੇਂ ਲਈ ਆਪਣੇ ਪਾਸਵਰਡ ਲਈ ਉਡੀਕ ਕਰਨੀ ਪਵੇਗੀ" + +msgid "You must choose a shorter password." +msgstr "ਤੁਹਾਨੂੰ ਇੱਕ ਛੋਟਾ ਪਾਸਵਰਡ ਚੁਣਨਾ ਚਾਹੀਦਾ ਹੈ." diff --git a/po/pl.po b/po/pl.po index 6ff6d754..a7a4ae76 100644 --- a/po/pl.po +++ b/po/pl.po @@ -582,3 +582,6 @@ msgstr "Zmienianie hasła dla %s." #: modules/pam_unix/pam_unix_passwd.c:722 msgid "You must wait longer to change your password" msgstr "Należy poczekać dłużej na zmianę hasła" + +msgid "You must choose a shorter password." +msgstr "Musisz wybrać krótsze hasło." diff --git a/po/pt.po b/po/pt.po index ccebe2ca..eff8f816 100644 --- a/po/pt.po +++ b/po/pt.po @@ -583,3 +583,6 @@ msgstr "A alterar senha para %s." #: modules/pam_unix/pam_unix_passwd.c:722 msgid "You must wait longer to change your password" msgstr "Tem de esperar mais antes de poder alterar a sua senha" + +msgid "You must choose a shorter password." +msgstr "Você deve escolher uma senha mais curta." diff --git a/po/pt_BR.po b/po/pt_BR.po index c54bad29..d3a02d96 100644 --- a/po/pt_BR.po +++ b/po/pt_BR.po @@ -578,3 +578,6 @@ msgstr "Mudando senha para %s." #: modules/pam_unix/pam_unix_passwd.c:722 msgid "You must wait longer to change your password" msgstr "Aguarde mais tempo para mudar a senha" + +msgid "You must choose a shorter password." +msgstr "Você deve escolher uma senha mais curta." diff --git a/po/ro.po b/po/ro.po index 486cab4f..4e443851 100644 --- a/po/ro.po +++ b/po/ro.po @@ -569,3 +569,6 @@ msgstr "" #: modules/pam_unix/pam_unix_passwd.c:722 msgid "You must wait longer to change your password" msgstr "" + +msgid "You must choose a shorter password." +msgstr "Trebuie să alegeți o parolă mai scurtă." diff --git a/po/ru.po b/po/ru.po index 03323082..bb54b412 100644 --- a/po/ru.po +++ b/po/ru.po @@ -586,3 +586,6 @@ msgstr "Смена пароля для %s." #: modules/pam_unix/pam_unix_passwd.c:722 msgid "You must wait longer to change your password" msgstr "До смены пароля должно пройти больше времени" + +msgid "You must choose a shorter password." +msgstr "Вы должны выбрать более короткий пароль." diff --git a/po/si.po b/po/si.po index aa6356c0..7234cc6a 100644 --- a/po/si.po +++ b/po/si.po @@ -571,3 +571,6 @@ msgstr "" #: modules/pam_unix/pam_unix_passwd.c:722 msgid "You must wait longer to change your password" msgstr "ඔබගේ රහස්පදය වෙනස් කිරීමට බොහෝ වෙලාවක් රැදී සිටීය යුතුම වේ" + +msgid "You must choose a shorter password." +msgstr "ඔබ කෙටි මුරපදයක් තෝරා ගත යුතුය." diff --git a/po/sk.po b/po/sk.po index ce7e534e..9c1718bd 100644 --- a/po/sk.po +++ b/po/sk.po @@ -588,3 +588,6 @@ msgstr "Zmena hesla pre %s." #: modules/pam_unix/pam_unix_passwd.c:722 msgid "You must wait longer to change your password" msgstr "Na zmenu svojho hesla musíte počkať dlhšie" + +msgid "You must choose a shorter password." +msgstr "Musíte zvoliť kratšie heslo." diff --git a/po/sl.po b/po/sl.po index 0fe22f90..db2b296e 100644 --- a/po/sl.po +++ b/po/sl.po @@ -571,3 +571,6 @@ msgstr "" #: modules/pam_unix/pam_unix_passwd.c:722 msgid "You must wait longer to change your password" msgstr "" + +msgid "You must choose a shorter password." +msgstr "Izbrati morate krajše geslo." diff --git a/po/sq.po b/po/sq.po index ab512375..77749c25 100644 --- a/po/sq.po +++ b/po/sq.po @@ -566,3 +566,6 @@ msgstr "" #: modules/pam_unix/pam_unix_passwd.c:722 msgid "You must wait longer to change your password" msgstr "" + +msgid "You must choose a shorter password." +msgstr "Ju duhet të zgjidhni një fjalëkalim më të shkurtër." diff --git a/po/sr.po b/po/sr.po index 582645d0..db257d03 100644 --- a/po/sr.po +++ b/po/sr.po @@ -581,3 +581,6 @@ msgstr "Мењам лозинку за %s." #: modules/pam_unix/pam_unix_passwd.c:722 msgid "You must wait longer to change your password" msgstr "Морате дуже сачекати на промену лозинке" + +msgid "You must choose a shorter password." +msgstr "Морате одабрати краћу лозинку." diff --git a/po/sr@latin.po b/po/sr@latin.po index 4f87077a..763610e4 100644 --- a/po/sr@latin.po +++ b/po/sr@latin.po @@ -581,3 +581,6 @@ msgstr "Menjam lozinku za %s." #: modules/pam_unix/pam_unix_passwd.c:722 msgid "You must wait longer to change your password" msgstr "Morate duže sačekati na promenu lozinke" + +msgid "You must choose a shorter password." +msgstr "" diff --git a/po/sv.po b/po/sv.po index 7791df4c..6a9fc1bf 100644 --- a/po/sv.po +++ b/po/sv.po @@ -581,3 +581,6 @@ msgstr "Ändrar lösenord för %s." #: modules/pam_unix/pam_unix_passwd.c:722 msgid "You must wait longer to change your password" msgstr "Du måste vänta längre innan du kan ändra lösenord" + +msgid "You must choose a shorter password." +msgstr "Du måste välja ett kortare lösenord." diff --git a/po/ta.po b/po/ta.po index f1ea10a9..e7ce7eb8 100644 --- a/po/ta.po +++ b/po/ta.po @@ -575,3 +575,6 @@ msgstr "%sக்கு கடவுச்சொல்லை மாற்று #: modules/pam_unix/pam_unix_passwd.c:722 msgid "You must wait longer to change your password" msgstr "உங்கள் கடவுச்சொல்லை மாற்ற சிறிது காத்திருக்க வேண்டும்" + +msgid "You must choose a shorter password." +msgstr "குறுகிய கடவுச்சொல்லை நீங்கள் தேர்வு செய்ய வேண்டும்." diff --git a/po/te.po b/po/te.po index 169e8839..bb26d6c6 100644 --- a/po/te.po +++ b/po/te.po @@ -574,3 +574,6 @@ msgstr "%s కొరకు సంకేతపదమును మార్చు #: modules/pam_unix/pam_unix_passwd.c:722 msgid "You must wait longer to change your password" msgstr "మీ సంకేతపదమును మార్చుటకు మీరు ఎక్కువసేపు వేచివుండాలి" + +msgid "You must choose a shorter password." +msgstr "మీరు తప్పనిసరిగా తక్కువ పాస్‌వర్డ్‌ను ఎంచుకోవాలి." diff --git a/po/tg.po b/po/tg.po index 51ed86b4..d61db052 100644 --- a/po/tg.po +++ b/po/tg.po @@ -566,3 +566,6 @@ msgstr "" #: modules/pam_unix/pam_unix_passwd.c:722 msgid "You must wait longer to change your password" msgstr "" + +msgid "You must choose a shorter password." +msgstr "Шумо бояд гузарвожаи кӯтоҳтарро интихоб кунед." diff --git a/po/th.po b/po/th.po index 94d9c000..36fa0336 100644 --- a/po/th.po +++ b/po/th.po @@ -564,3 +564,6 @@ msgstr "" #: modules/pam_unix/pam_unix_passwd.c:722 msgid "You must wait longer to change your password" msgstr "" + +msgid "You must choose a shorter password." +msgstr "คุณต้องเลือกรหัสผ่านที่สั้นกว่า" diff --git a/po/tr.po b/po/tr.po index 382909ae..eb55d94d 100644 --- a/po/tr.po +++ b/po/tr.po @@ -580,3 +580,6 @@ msgstr "%s kullanıcısının parolası değiştiriliyor." #: modules/pam_unix/pam_unix_passwd.c:722 msgid "You must wait longer to change your password" msgstr "Parolanızı değiştirmek için daha sonra denemelisiniz" + +msgid "You must choose a shorter password." +msgstr "Daha kısa bir şifre seçmelisiniz." diff --git a/po/tw.po b/po/tw.po index 2e9238f3..f08ddea3 100644 --- a/po/tw.po +++ b/po/tw.po @@ -562,3 +562,6 @@ msgstr "" #: modules/pam_unix/pam_unix_passwd.c:722 msgid "You must wait longer to change your password" msgstr "" + +msgid "You must choose a shorter password." +msgstr "" diff --git a/po/uk.po b/po/uk.po index fd2bacf5..6b1d5640 100644 --- a/po/uk.po +++ b/po/uk.po @@ -586,3 +586,6 @@ msgstr "Зміна пароля %s." #: modules/pam_unix/pam_unix_passwd.c:722 msgid "You must wait longer to change your password" msgstr "Ви повинні зачекати, щоб змінити ваш пароль" + +msgid "You must choose a shorter password." +msgstr "Необхідно вибрати коротший пароль." diff --git a/po/ur.po b/po/ur.po index 54f75ccb..9b65a4ec 100644 --- a/po/ur.po +++ b/po/ur.po @@ -565,3 +565,6 @@ msgstr "" #: modules/pam_unix/pam_unix_passwd.c:722 msgid "You must wait longer to change your password" msgstr "" + +msgid "You must choose a shorter password." +msgstr "آپ کو ایک چھوٹا پاس ورڈ منتخب کرنا ہوگا." diff --git a/po/vi.po b/po/vi.po index 998be99c..cd529ab1 100644 --- a/po/vi.po +++ b/po/vi.po @@ -577,3 +577,6 @@ msgstr "Thay đổi mật khẩu cho %s." #: modules/pam_unix/pam_unix_passwd.c:722 msgid "You must wait longer to change your password" msgstr "Bạn phải đợi thêm nữa, để thay đổi mật khẩu" + +msgid "You must choose a shorter password." +msgstr "Bạn phải chọn một mật khẩu ngắn hơn." diff --git a/po/wba.po b/po/wba.po index 7c088a2c..c6815502 100644 --- a/po/wba.po +++ b/po/wba.po @@ -562,3 +562,6 @@ msgstr "" #: modules/pam_unix/pam_unix_passwd.c:722 msgid "You must wait longer to change your password" msgstr "" + +msgid "You must choose a shorter password." +msgstr "" diff --git a/po/yo.po b/po/yo.po index b719d25a..175b2a87 100644 --- a/po/yo.po +++ b/po/yo.po @@ -562,3 +562,6 @@ msgstr "" #: modules/pam_unix/pam_unix_passwd.c:722 msgid "You must wait longer to change your password" msgstr "" + +msgid "You must choose a shorter password." +msgstr "O gbọdọ yan ọrọigbaniwọle kukuru." diff --git a/po/zh_CN.po b/po/zh_CN.po index 33c257d4..ce9b2333 100644 --- a/po/zh_CN.po +++ b/po/zh_CN.po @@ -572,3 +572,6 @@ msgstr "为 %s 更改 STRESS 密码。" #: modules/pam_unix/pam_unix_passwd.c:722 msgid "You must wait longer to change your password" msgstr "您必须等待更长时间以更改密码" + +msgid "You must choose a shorter password." +msgstr "您必须选择较短的密码。" diff --git a/po/zh_HK.po b/po/zh_HK.po index bb861112..65b00415 100644 --- a/po/zh_HK.po +++ b/po/zh_HK.po @@ -563,3 +563,6 @@ msgstr "" #: modules/pam_unix/pam_unix_passwd.c:722 msgid "You must wait longer to change your password" msgstr "" + +msgid "You must choose a shorter password." +msgstr "您必須選擇較短的密碼。" diff --git a/po/zh_TW.po b/po/zh_TW.po index 105840ea..1a5e8beb 100644 --- a/po/zh_TW.po +++ b/po/zh_TW.po @@ -570,3 +570,6 @@ msgstr "正在更改 %s 的 STRESS 密碼。" #: modules/pam_unix/pam_unix_passwd.c:722 msgid "You must wait longer to change your password" msgstr "您必須久候,以更改您的密碼" + +msgid "You must choose a shorter password." +msgstr "您必須選擇較短的密碼。" diff --git a/po/zu.po b/po/zu.po index 2bf11e92..f34b41db 100644 --- a/po/zu.po +++ b/po/zu.po @@ -576,3 +576,6 @@ msgstr "" #: modules/pam_unix/pam_unix_passwd.c:722 msgid "You must wait longer to change your password" msgstr "Kumelwe ulinde isikhashana ukuze ushintshe iphasiwedi yakho" + +msgid "You must choose a shorter password." +msgstr "Kumele ukhethe iphasiwedi emifushane." -- 2.40.0