From d57471ee63825d67c7372beb934d1dbe53283b73 Mon Sep 17 00:00:00 2001 From: redstar504 Date: Sat, 12 Jul 2014 14:19:07 -0700 Subject: [PATCH] [Validator] Improve UserPassword message --- .../Security/Core/Validator/Constraints/UserPassword.php | 2 +- src/Symfony/Component/Validator/CHANGELOG.md | 1 + .../Validator/Resources/translations/validators.af.xlf | 2 +- .../Validator/Resources/translations/validators.ar.xlf | 2 +- .../Validator/Resources/translations/validators.bg.xlf | 2 +- .../Validator/Resources/translations/validators.ca.xlf | 2 +- .../Validator/Resources/translations/validators.cs.xlf | 2 +- .../Validator/Resources/translations/validators.cy.xlf | 2 +- .../Validator/Resources/translations/validators.da.xlf | 2 +- .../Validator/Resources/translations/validators.de.xlf | 2 +- .../Validator/Resources/translations/validators.el.xlf | 2 +- .../Validator/Resources/translations/validators.en.xlf | 2 +- .../Validator/Resources/translations/validators.es.xlf | 2 +- .../Validator/Resources/translations/validators.et.xlf | 2 +- .../Validator/Resources/translations/validators.eu.xlf | 2 +- .../Validator/Resources/translations/validators.fa.xlf | 2 +- .../Validator/Resources/translations/validators.fi.xlf | 2 +- .../Validator/Resources/translations/validators.fr.xlf | 2 +- .../Validator/Resources/translations/validators.gl.xlf | 2 +- .../Validator/Resources/translations/validators.he.xlf | 2 +- .../Validator/Resources/translations/validators.hr.xlf | 2 +- .../Validator/Resources/translations/validators.hu.xlf | 2 +- .../Validator/Resources/translations/validators.hy.xlf | 2 +- .../Validator/Resources/translations/validators.id.xlf | 2 +- .../Validator/Resources/translations/validators.it.xlf | 2 +- .../Validator/Resources/translations/validators.lb.xlf | 2 +- .../Validator/Resources/translations/validators.lt.xlf | 2 +- .../Validator/Resources/translations/validators.nl.xlf | 2 +- .../Validator/Resources/translations/validators.no.xlf | 2 +- .../Validator/Resources/translations/validators.pl.xlf | 2 +- .../Validator/Resources/translations/validators.pt.xlf | 2 +- .../Validator/Resources/translations/validators.pt_BR.xlf | 2 +- .../Validator/Resources/translations/validators.ro.xlf | 2 +- .../Validator/Resources/translations/validators.ru.xlf | 2 +- .../Validator/Resources/translations/validators.sk.xlf | 2 +- .../Validator/Resources/translations/validators.sl.xlf | 2 +- .../Validator/Resources/translations/validators.sq.xlf | 2 +- .../Validator/Resources/translations/validators.sr_Cyrl.xlf | 2 +- .../Validator/Resources/translations/validators.sr_Latn.xlf | 2 +- .../Validator/Resources/translations/validators.sv.xlf | 2 +- .../Validator/Resources/translations/validators.tr.xlf | 2 +- .../Validator/Resources/translations/validators.uk.xlf | 2 +- .../Validator/Resources/translations/validators.vi.xlf | 4 ++-- .../Validator/Resources/translations/validators.zh_CN.xlf | 2 +- .../Validator/Resources/translations/validators.zh_TW.xlf | 2 +- 45 files changed, 46 insertions(+), 45 deletions(-) diff --git a/src/Symfony/Component/Security/Core/Validator/Constraints/UserPassword.php b/src/Symfony/Component/Security/Core/Validator/Constraints/UserPassword.php index aee4cdad23..35537b338a 100644 --- a/src/Symfony/Component/Security/Core/Validator/Constraints/UserPassword.php +++ b/src/Symfony/Component/Security/Core/Validator/Constraints/UserPassword.php @@ -19,7 +19,7 @@ use Symfony\Component\Validator\Constraint; */ class UserPassword extends Constraint { - public $message = 'This value should be the user current password.'; + public $message = 'This value should be the user\'s current password.'; public $service = 'security.validator.user_password'; /** diff --git a/src/Symfony/Component/Validator/CHANGELOG.md b/src/Symfony/Component/Validator/CHANGELOG.md index 4dcb568a61..6cb64292bd 100644 --- a/src/Symfony/Component/Validator/CHANGELOG.md +++ b/src/Symfony/Component/Validator/CHANGELOG.md @@ -5,6 +5,7 @@ CHANGELOG ----- * [BC BREAK] `FileValidator` disallow empty files + * [BC BREAK] `UserPasswordValidator` source message change 2.5.0 ----- diff --git a/src/Symfony/Component/Validator/Resources/translations/validators.af.xlf b/src/Symfony/Component/Validator/Resources/translations/validators.af.xlf index 6100400159..ef7022104e 100644 --- a/src/Symfony/Component/Validator/Resources/translations/validators.af.xlf +++ b/src/Symfony/Component/Validator/Resources/translations/validators.af.xlf @@ -175,7 +175,7 @@ Die beeld hoogte is te klein ({{ height }}px). Minimum hoogte verwag is {{ min_height }}px. - This value should be the user current password. + This value should be the user's current password. Hierdie waarde moet die huidige wagwoord van die gebruiker wees. diff --git a/src/Symfony/Component/Validator/Resources/translations/validators.ar.xlf b/src/Symfony/Component/Validator/Resources/translations/validators.ar.xlf index 2fbc304106..abc0afcf14 100644 --- a/src/Symfony/Component/Validator/Resources/translations/validators.ar.xlf +++ b/src/Symfony/Component/Validator/Resources/translations/validators.ar.xlf @@ -175,7 +175,7 @@ طول الصورة صغير جدا ({{ height }}px). اقل طول مسموح به هو{{ min_height }}px. - This value should be the user current password. + This value should be the user's current password. هذه القيمة يجب ان تكون كلمة سر المستخدم الحالية. diff --git a/src/Symfony/Component/Validator/Resources/translations/validators.bg.xlf b/src/Symfony/Component/Validator/Resources/translations/validators.bg.xlf index 4f96dbb5b8..bbcd5ab1e1 100644 --- a/src/Symfony/Component/Validator/Resources/translations/validators.bg.xlf +++ b/src/Symfony/Component/Validator/Resources/translations/validators.bg.xlf @@ -175,7 +175,7 @@ Изображението е с твърде малка височина ({{ height }}px). Височина трябва да бъде минимум {{ min_height }}px. - This value should be the user current password. + This value should be the user's current password. Стойността трябва да бъде текущата потребителска парола. diff --git a/src/Symfony/Component/Validator/Resources/translations/validators.ca.xlf b/src/Symfony/Component/Validator/Resources/translations/validators.ca.xlf index 4b42b819b9..ae4b8bc99e 100644 --- a/src/Symfony/Component/Validator/Resources/translations/validators.ca.xlf +++ b/src/Symfony/Component/Validator/Resources/translations/validators.ca.xlf @@ -175,7 +175,7 @@ L'altura de la imatge és massa petita ({{ height }}px). L'altura mínima requerida són {{ min_height }}px. - This value should be the user current password. + This value should be the user's current password. Aquest valor hauria de ser la contrasenya actual de l'usuari. diff --git a/src/Symfony/Component/Validator/Resources/translations/validators.cs.xlf b/src/Symfony/Component/Validator/Resources/translations/validators.cs.xlf index 178af1765e..f0a9ef7f88 100644 --- a/src/Symfony/Component/Validator/Resources/translations/validators.cs.xlf +++ b/src/Symfony/Component/Validator/Resources/translations/validators.cs.xlf @@ -175,7 +175,7 @@ Obrázek je příliš nízký ({{ height }}px). Minimální výška obrázku musí být {{ min_height }}px. - This value should be the user current password. + This value should be the user's current password. Tato hodnota musí být aktuální heslo uživatele. diff --git a/src/Symfony/Component/Validator/Resources/translations/validators.cy.xlf b/src/Symfony/Component/Validator/Resources/translations/validators.cy.xlf index b9f5f82d0c..e899847985 100644 --- a/src/Symfony/Component/Validator/Resources/translations/validators.cy.xlf +++ b/src/Symfony/Component/Validator/Resources/translations/validators.cy.xlf @@ -175,7 +175,7 @@ Mae uchder y ddelwedd yn rhy fach ({{ width }}px). Yr uchder lleiaf â ganiateir yw {{ min_height }}px. - This value should be the user current password. + This value should be the user's current password. Dylaid bod y gwerth hwn yn gyfrinair presenol y defnyddiwr. diff --git a/src/Symfony/Component/Validator/Resources/translations/validators.da.xlf b/src/Symfony/Component/Validator/Resources/translations/validators.da.xlf index 8b355145cf..c187170bab 100644 --- a/src/Symfony/Component/Validator/Resources/translations/validators.da.xlf +++ b/src/Symfony/Component/Validator/Resources/translations/validators.da.xlf @@ -175,7 +175,7 @@ Billedhøjden er for lille ({{ height }}px). Forventet minimumshøjde er {{ min_height }}px. - This value should be the user current password. + This value should be the user's current password. Værdien skal være brugerens nuværende password. diff --git a/src/Symfony/Component/Validator/Resources/translations/validators.de.xlf b/src/Symfony/Component/Validator/Resources/translations/validators.de.xlf index 8f6144eead..6e3e2d94f2 100644 --- a/src/Symfony/Component/Validator/Resources/translations/validators.de.xlf +++ b/src/Symfony/Component/Validator/Resources/translations/validators.de.xlf @@ -175,7 +175,7 @@ Die Bildhöhe ist zu gering ({{ height }}px). Die erwartete Mindesthöhe beträgt {{ min_height }}px. - This value should be the user current password. + This value should be the user's current password. Dieser Wert sollte dem aktuellen Benutzerpasswort entsprechen. diff --git a/src/Symfony/Component/Validator/Resources/translations/validators.el.xlf b/src/Symfony/Component/Validator/Resources/translations/validators.el.xlf index 6bf3c146e9..616570076f 100644 --- a/src/Symfony/Component/Validator/Resources/translations/validators.el.xlf +++ b/src/Symfony/Component/Validator/Resources/translations/validators.el.xlf @@ -175,7 +175,7 @@ Το ύψος της εικόνας είναι πολύ μικρό ({{ height }}px). Το ελάχιστο επιτρεπτό ύψος είναι {{ min_height }}px. - This value should be the user current password. + This value should be the user's current password. Αυτή η τιμή θα έπρεπε να είναι ο τρέχων κωδικός. diff --git a/src/Symfony/Component/Validator/Resources/translations/validators.en.xlf b/src/Symfony/Component/Validator/Resources/translations/validators.en.xlf index c47feca2cf..c33dce385c 100644 --- a/src/Symfony/Component/Validator/Resources/translations/validators.en.xlf +++ b/src/Symfony/Component/Validator/Resources/translations/validators.en.xlf @@ -175,7 +175,7 @@ The image height is too small ({{ height }}px). Minimum height expected is {{ min_height }}px. - This value should be the user current password. + This value should be the user's current password. This value should be the user's current password. diff --git a/src/Symfony/Component/Validator/Resources/translations/validators.es.xlf b/src/Symfony/Component/Validator/Resources/translations/validators.es.xlf index 6c5629c6fb..64b177cf27 100644 --- a/src/Symfony/Component/Validator/Resources/translations/validators.es.xlf +++ b/src/Symfony/Component/Validator/Resources/translations/validators.es.xlf @@ -175,7 +175,7 @@ La altura de la imagen es demasiado pequeña ({{ height }}px). La altura mínima requerida son {{ min_height }}px. - This value should be the user current password. + This value should be the user's current password. Este valor debería ser la contraseña actual del usuario. diff --git a/src/Symfony/Component/Validator/Resources/translations/validators.et.xlf b/src/Symfony/Component/Validator/Resources/translations/validators.et.xlf index b296b6b82b..8bf1286c57 100644 --- a/src/Symfony/Component/Validator/Resources/translations/validators.et.xlf +++ b/src/Symfony/Component/Validator/Resources/translations/validators.et.xlf @@ -175,7 +175,7 @@ Pilt pole piisavalt pikk ({{ height }}px). Lubatud vähim pikkus on {{ min_height }}px. - This value should be the user current password. + This value should be the user's current password. Väärtus peaks olema kasutaja kehtiv salasõna. diff --git a/src/Symfony/Component/Validator/Resources/translations/validators.eu.xlf b/src/Symfony/Component/Validator/Resources/translations/validators.eu.xlf index 62801cce83..91b9313900 100644 --- a/src/Symfony/Component/Validator/Resources/translations/validators.eu.xlf +++ b/src/Symfony/Component/Validator/Resources/translations/validators.eu.xlf @@ -175,7 +175,7 @@ Irudiaren altuera txikiegia da ({{ height }}px). Onartutako gutxieneko altuera {{ min_height }}px dira. - This value should be the user current password. + This value should be the user's current password. Balio hau uneko erabiltzailearen pasahitza izan beharko litzateke. diff --git a/src/Symfony/Component/Validator/Resources/translations/validators.fa.xlf b/src/Symfony/Component/Validator/Resources/translations/validators.fa.xlf index 66b4e29d55..98b4bd66f0 100644 --- a/src/Symfony/Component/Validator/Resources/translations/validators.fa.xlf +++ b/src/Symfony/Component/Validator/Resources/translations/validators.fa.xlf @@ -175,7 +175,7 @@ ارتفاع تصویر بسیار کوچک است ({{ height }}px). کمینه ارتفاع موردنظر {{ min_height }}px است. - This value should be the user current password. + This value should be the user's current password. این مقدار می بایست کلمه عبور کنونی کاربر باشد. diff --git a/src/Symfony/Component/Validator/Resources/translations/validators.fi.xlf b/src/Symfony/Component/Validator/Resources/translations/validators.fi.xlf index 99f90b09f1..93749332e0 100644 --- a/src/Symfony/Component/Validator/Resources/translations/validators.fi.xlf +++ b/src/Symfony/Component/Validator/Resources/translations/validators.fi.xlf @@ -175,7 +175,7 @@ Kuva on liian matala ({{ height }}px). Korkeuden tulisi olla vähintään {{ min_height }}px. - This value should be the user current password. + This value should be the user's current password. Tämän arvon tulisi olla käyttäjän tämänhetkinen salasana. diff --git a/src/Symfony/Component/Validator/Resources/translations/validators.fr.xlf b/src/Symfony/Component/Validator/Resources/translations/validators.fr.xlf index 2a4f92342c..6da8ede45b 100644 --- a/src/Symfony/Component/Validator/Resources/translations/validators.fr.xlf +++ b/src/Symfony/Component/Validator/Resources/translations/validators.fr.xlf @@ -175,7 +175,7 @@ La hauteur de l'image est trop petite ({{ height }}px). La hauteur minimale attendue est de {{ min_height }}px. - This value should be the user current password. + This value should be the user's current password. Cette valeur doit être le mot de passe actuel de l'utilisateur. diff --git a/src/Symfony/Component/Validator/Resources/translations/validators.gl.xlf b/src/Symfony/Component/Validator/Resources/translations/validators.gl.xlf index 7d9f34ccee..d2a7d176a0 100644 --- a/src/Symfony/Component/Validator/Resources/translations/validators.gl.xlf +++ b/src/Symfony/Component/Validator/Resources/translations/validators.gl.xlf @@ -175,7 +175,7 @@ A altura da imaxe é demasiado pequena ({{ height }}px). A altura mínima requerida son {{ min_height }}px. - This value should be the user current password. + This value should be the user's current password. Este valor debería ser a contrasinal actual do usuario. diff --git a/src/Symfony/Component/Validator/Resources/translations/validators.he.xlf b/src/Symfony/Component/Validator/Resources/translations/validators.he.xlf index 520e5bae72..d34ee47dd9 100644 --- a/src/Symfony/Component/Validator/Resources/translations/validators.he.xlf +++ b/src/Symfony/Component/Validator/Resources/translations/validators.he.xlf @@ -175,7 +175,7 @@ גובה התמונה קטן מדי ({{ height }}px). הגובה המינימלי הוא {{ min_height }}px. - This value should be the user current password. + This value should be the user's current password. הערך צריך להיות סיסמת המשתמש הנוכחי. diff --git a/src/Symfony/Component/Validator/Resources/translations/validators.hr.xlf b/src/Symfony/Component/Validator/Resources/translations/validators.hr.xlf index bfe76e6e8c..55dad3f188 100644 --- a/src/Symfony/Component/Validator/Resources/translations/validators.hr.xlf +++ b/src/Symfony/Component/Validator/Resources/translations/validators.hr.xlf @@ -175,7 +175,7 @@ Visina slike je premala ({{ height }}px). Najmanja dozvoljena visina je {{ min_height }}px. - This value should be the user current password. + This value should be the user's current password. Ova vrijednost treba biti trenutna korisnička lozinka. diff --git a/src/Symfony/Component/Validator/Resources/translations/validators.hu.xlf b/src/Symfony/Component/Validator/Resources/translations/validators.hu.xlf index 09996479ea..4a8f785316 100644 --- a/src/Symfony/Component/Validator/Resources/translations/validators.hu.xlf +++ b/src/Symfony/Component/Validator/Resources/translations/validators.hu.xlf @@ -175,7 +175,7 @@ A kép magassága túl kicsi ({{ height }}px). Az elvárt legkisebb magasság {{ min_height }}px. - This value should be the user current password. + This value should be the user's current password. Ez az érték a felhasználó jelenlegi jelszavával kell megegyezzen. diff --git a/src/Symfony/Component/Validator/Resources/translations/validators.hy.xlf b/src/Symfony/Component/Validator/Resources/translations/validators.hy.xlf index 262b93b8bc..b4f8238e63 100644 --- a/src/Symfony/Component/Validator/Resources/translations/validators.hy.xlf +++ b/src/Symfony/Component/Validator/Resources/translations/validators.hy.xlf @@ -175,7 +175,7 @@ Նկարի բարձրությունը չափազանց փոքր է ({{ height }}px). Մինիմալ չափն է {{ min_height }}px. - This value should be the user current password. + This value should be the user's current password. Այս արժեքը պետք է լինի օգտագործողի ներկա ծածկագիրը. diff --git a/src/Symfony/Component/Validator/Resources/translations/validators.id.xlf b/src/Symfony/Component/Validator/Resources/translations/validators.id.xlf index 92d9c93788..d10d426275 100644 --- a/src/Symfony/Component/Validator/Resources/translations/validators.id.xlf +++ b/src/Symfony/Component/Validator/Resources/translations/validators.id.xlf @@ -175,7 +175,7 @@ Tinggi gambar terlalu kecil ({{ height }}px). Ukuran tinggi minimum yang diharapkan adalah {{ min_height }}px. - This value should be the user current password. + This value should be the user's current password. Nilai ini harus kata sandi pengguna saat ini. diff --git a/src/Symfony/Component/Validator/Resources/translations/validators.it.xlf b/src/Symfony/Component/Validator/Resources/translations/validators.it.xlf index 11db4d8743..20ca39cb70 100644 --- a/src/Symfony/Component/Validator/Resources/translations/validators.it.xlf +++ b/src/Symfony/Component/Validator/Resources/translations/validators.it.xlf @@ -175,7 +175,7 @@ L'altezza dell'immagine è troppo piccola ({{ height }}px). L'altezza minima è di {{ min_height }}px. - This value should be the user current password. + This value should be the user's current password. Questo valore dovrebbe essere la password attuale dell'utente. diff --git a/src/Symfony/Component/Validator/Resources/translations/validators.lb.xlf b/src/Symfony/Component/Validator/Resources/translations/validators.lb.xlf index 0105b8bfe1..8281c7c249 100644 --- a/src/Symfony/Component/Validator/Resources/translations/validators.lb.xlf +++ b/src/Symfony/Component/Validator/Resources/translations/validators.lb.xlf @@ -175,7 +175,7 @@ D'Héicht vum Bild ass ze kleng ({{ height }}px). Déi minimal Héicht ass {{ min_height }}px. - This value should be the user current password. + This value should be the user's current password. Dëse Wäert sollt dem aktuelle Benotzerpasswuert entspriechen. diff --git a/src/Symfony/Component/Validator/Resources/translations/validators.lt.xlf b/src/Symfony/Component/Validator/Resources/translations/validators.lt.xlf index 58737da20f..a0956d0258 100644 --- a/src/Symfony/Component/Validator/Resources/translations/validators.lt.xlf +++ b/src/Symfony/Component/Validator/Resources/translations/validators.lt.xlf @@ -175,7 +175,7 @@ Nuotraukos aukštis per mažas ({{ height }}px). Minimalus leidžiamas aukštis yra {{ min_height }}px. - This value should be the user current password. + This value should be the user's current password. Ši reikšmė turi sutapti su dabartiniu naudotojo slaptažodžiu. diff --git a/src/Symfony/Component/Validator/Resources/translations/validators.nl.xlf b/src/Symfony/Component/Validator/Resources/translations/validators.nl.xlf index 235083f1e4..635bd825f3 100644 --- a/src/Symfony/Component/Validator/Resources/translations/validators.nl.xlf +++ b/src/Symfony/Component/Validator/Resources/translations/validators.nl.xlf @@ -175,7 +175,7 @@ De afbeelding is niet hoog genoeg ({{ height }}px). De minimaal verwachte hoogte is {{ min_height }}px. - This value should be the user current password. + This value should be the user's current password. Deze waarde moet het huidige wachtwoord van de gebruiker zijn. diff --git a/src/Symfony/Component/Validator/Resources/translations/validators.no.xlf b/src/Symfony/Component/Validator/Resources/translations/validators.no.xlf index eeebabab24..5c42b4d8f1 100644 --- a/src/Symfony/Component/Validator/Resources/translations/validators.no.xlf +++ b/src/Symfony/Component/Validator/Resources/translations/validators.no.xlf @@ -175,7 +175,7 @@ Billethøgda er for låg, ({{ height }} pikslar). Forventa minimumshøgde er {{ min_height }} pikslar. - This value should be the user current password. + This value should be the user's current password. Verdien må vere brukaren sitt noverande passord. diff --git a/src/Symfony/Component/Validator/Resources/translations/validators.pl.xlf b/src/Symfony/Component/Validator/Resources/translations/validators.pl.xlf index 795ee36e21..997d83573d 100644 --- a/src/Symfony/Component/Validator/Resources/translations/validators.pl.xlf +++ b/src/Symfony/Component/Validator/Resources/translations/validators.pl.xlf @@ -175,7 +175,7 @@ Wysokość obrazka jest zbyt mała ({{ height }}px). Oczekiwana minimalna wysokość to {{ min_height }}px. - This value should be the user current password. + This value should be the user's current password. Ta wartość powinna być aktualnym hasłem użytkownika. diff --git a/src/Symfony/Component/Validator/Resources/translations/validators.pt.xlf b/src/Symfony/Component/Validator/Resources/translations/validators.pt.xlf index 6332c4886f..10a8a24456 100644 --- a/src/Symfony/Component/Validator/Resources/translations/validators.pt.xlf +++ b/src/Symfony/Component/Validator/Resources/translations/validators.pt.xlf @@ -175,7 +175,7 @@ A altura da imagem ({{ height }}px) é muito pequena. A altura miníma da imagem é de: {{ min_height }}px. - This value should be the user current password. + This value should be the user's current password. Este valor deveria de ser a password atual do utilizador. diff --git a/src/Symfony/Component/Validator/Resources/translations/validators.pt_BR.xlf b/src/Symfony/Component/Validator/Resources/translations/validators.pt_BR.xlf index f74fe90615..7614817b0c 100644 --- a/src/Symfony/Component/Validator/Resources/translations/validators.pt_BR.xlf +++ b/src/Symfony/Component/Validator/Resources/translations/validators.pt_BR.xlf @@ -175,7 +175,7 @@ A altura da imagem é muito pequena ({{ height }}px). A altura mínima esperada é de {{ min_height }}px. - This value should be the user current password. + This value should be the user's current password. Este valor deve ser a senha atual do usuário. diff --git a/src/Symfony/Component/Validator/Resources/translations/validators.ro.xlf b/src/Symfony/Component/Validator/Resources/translations/validators.ro.xlf index e109eb3c4b..db7e558c48 100644 --- a/src/Symfony/Component/Validator/Resources/translations/validators.ro.xlf +++ b/src/Symfony/Component/Validator/Resources/translations/validators.ro.xlf @@ -175,7 +175,7 @@ Înălțimea imaginii este prea mică ({{ height }}px). Înălțimea minimă permisă este de {{ min_height }}px. - This value should be the user current password. + This value should be the user's current password. Această valoare trebuie să fie parola curentă a utilizatorului. diff --git a/src/Symfony/Component/Validator/Resources/translations/validators.ru.xlf b/src/Symfony/Component/Validator/Resources/translations/validators.ru.xlf index 00bf50f7ef..7c464894c2 100644 --- a/src/Symfony/Component/Validator/Resources/translations/validators.ru.xlf +++ b/src/Symfony/Component/Validator/Resources/translations/validators.ru.xlf @@ -175,7 +175,7 @@ Высота изображения слишком мала ({{ height }}px). Минимально допустимая высота {{ min_height }}px. - This value should be the user current password. + This value should be the user's current password. Значение должно быть текущим паролем пользователя. diff --git a/src/Symfony/Component/Validator/Resources/translations/validators.sk.xlf b/src/Symfony/Component/Validator/Resources/translations/validators.sk.xlf index 04c6335a97..b0e7f24b96 100644 --- a/src/Symfony/Component/Validator/Resources/translations/validators.sk.xlf +++ b/src/Symfony/Component/Validator/Resources/translations/validators.sk.xlf @@ -175,7 +175,7 @@ Obrázok je príliš nízky ({{ height }}px). Minimálna výška obrázku by mala byť {{ min_height }}px. - This value should be the user current password. + This value should be the user's current password. Táto hodnota by mala byť aktuálne heslo používateľa. diff --git a/src/Symfony/Component/Validator/Resources/translations/validators.sl.xlf b/src/Symfony/Component/Validator/Resources/translations/validators.sl.xlf index ebe15a3114..86c8b15701 100644 --- a/src/Symfony/Component/Validator/Resources/translations/validators.sl.xlf +++ b/src/Symfony/Component/Validator/Resources/translations/validators.sl.xlf @@ -175,7 +175,7 @@ Višina slike je premajhna ({{ height }}px). Najmanjša predvidena višina je {{ min_height }}px. - This value should be the user current password. + This value should be the user's current password. Ta vrednost bi morala biti trenutno uporabnikovo geslo. diff --git a/src/Symfony/Component/Validator/Resources/translations/validators.sq.xlf b/src/Symfony/Component/Validator/Resources/translations/validators.sq.xlf index e6190fca11..b2d71f9fe3 100644 --- a/src/Symfony/Component/Validator/Resources/translations/validators.sq.xlf +++ b/src/Symfony/Component/Validator/Resources/translations/validators.sq.xlf @@ -175,7 +175,7 @@ Gjatësia e imazhit është shumë e vogël ({{ height }}px). Gjatësia minimale e pritur është {{ min_height }}px. - This value should be the user current password. + This value should be the user's current password. Kjo vlerë duhet të jetë fjalëkalimi aktual i përdoruesit. diff --git a/src/Symfony/Component/Validator/Resources/translations/validators.sr_Cyrl.xlf b/src/Symfony/Component/Validator/Resources/translations/validators.sr_Cyrl.xlf index 83fd9732f0..360af597dc 100644 --- a/src/Symfony/Component/Validator/Resources/translations/validators.sr_Cyrl.xlf +++ b/src/Symfony/Component/Validator/Resources/translations/validators.sr_Cyrl.xlf @@ -175,7 +175,7 @@ Висина слике је премала ({{ height }}px). Најмања дозвољена висина је {{ min_height }}px. - This value should be the user current password. + This value should be the user's current password. Вредност треба да буде тренутна корисничка лозинка. diff --git a/src/Symfony/Component/Validator/Resources/translations/validators.sr_Latn.xlf b/src/Symfony/Component/Validator/Resources/translations/validators.sr_Latn.xlf index f7b6baf028..fc1274fabd 100644 --- a/src/Symfony/Component/Validator/Resources/translations/validators.sr_Latn.xlf +++ b/src/Symfony/Component/Validator/Resources/translations/validators.sr_Latn.xlf @@ -175,7 +175,7 @@ Visina slike je premala ({{ height }}px). Najmanja dozvoljena visina je {{ min_height }}px. - This value should be the user current password. + This value should be the user's current password. Vrednost treba da bude trenutna korisnička lozinka. diff --git a/src/Symfony/Component/Validator/Resources/translations/validators.sv.xlf b/src/Symfony/Component/Validator/Resources/translations/validators.sv.xlf index c9d7b37b9a..94c75ed01b 100644 --- a/src/Symfony/Component/Validator/Resources/translations/validators.sv.xlf +++ b/src/Symfony/Component/Validator/Resources/translations/validators.sv.xlf @@ -175,7 +175,7 @@ Bildens höjd är för liten ({{ height }}px). Minsta förväntade höjd är {{ min_height }}px. - This value should be the user current password. + This value should be the user's current password. Värdet ska vara användarens nuvarande lösenord. diff --git a/src/Symfony/Component/Validator/Resources/translations/validators.tr.xlf b/src/Symfony/Component/Validator/Resources/translations/validators.tr.xlf index 331abd40b0..9e253b4ebf 100644 --- a/src/Symfony/Component/Validator/Resources/translations/validators.tr.xlf +++ b/src/Symfony/Component/Validator/Resources/translations/validators.tr.xlf @@ -175,7 +175,7 @@ Resmin yüksekliği çok küçük ({{ height }}px). En az {{ min_height }}px olmalıdır. - This value should be the user current password. + This value should be the user's current password. Bu değer kullanıcının şu anki şifresi olmalıdır. diff --git a/src/Symfony/Component/Validator/Resources/translations/validators.uk.xlf b/src/Symfony/Component/Validator/Resources/translations/validators.uk.xlf index 1832b34a01..318df399c3 100644 --- a/src/Symfony/Component/Validator/Resources/translations/validators.uk.xlf +++ b/src/Symfony/Component/Validator/Resources/translations/validators.uk.xlf @@ -175,7 +175,7 @@ Висота зображення занадто мала ({{ height }}px). Мінімально допустима висота {{ min_height }}px. - This value should be the user current password. + This value should be the user's current password. Значення має бути поточним паролем користувача. diff --git a/src/Symfony/Component/Validator/Resources/translations/validators.vi.xlf b/src/Symfony/Component/Validator/Resources/translations/validators.vi.xlf index 9c952e85aa..61a2d029a7 100644 --- a/src/Symfony/Component/Validator/Resources/translations/validators.vi.xlf +++ b/src/Symfony/Component/Validator/Resources/translations/validators.vi.xlf @@ -175,7 +175,7 @@ Chiều cao của hình quá thấp ({{ height }}px). Chiều cao tối thiểu phải là {{ min_height }}px. - This value should be the user current password. + This value should be the user's current password. Giá trị này phải là mật khẩu hiện tại của người dùng. @@ -280,4 +280,4 @@ - \ No newline at end of file + diff --git a/src/Symfony/Component/Validator/Resources/translations/validators.zh_CN.xlf b/src/Symfony/Component/Validator/Resources/translations/validators.zh_CN.xlf index ff6efdd135..ee1518431a 100644 --- a/src/Symfony/Component/Validator/Resources/translations/validators.zh_CN.xlf +++ b/src/Symfony/Component/Validator/Resources/translations/validators.zh_CN.xlf @@ -175,7 +175,7 @@ 图片高度不够 ({{ height }}px),最小高度为 {{ min_height }}px 。 - This value should be the user current password. + This value should be the user's current password. 该变量的值应为用户当前的密码。 diff --git a/src/Symfony/Component/Validator/Resources/translations/validators.zh_TW.xlf b/src/Symfony/Component/Validator/Resources/translations/validators.zh_TW.xlf index e39d32876f..9b767baddf 100644 --- a/src/Symfony/Component/Validator/Resources/translations/validators.zh_TW.xlf +++ b/src/Symfony/Component/Validator/Resources/translations/validators.zh_TW.xlf @@ -175,7 +175,7 @@ 圖片高度不夠 ({{ height }}px),最小高度為 {{ min_height }}px 。 - This value should be the user current password. + This value should be the user's current password. 該變數的值應為用戶目前的密碼。