8000 minor #11383 [Validator] Improve UserPassword message (redstar504) · symfony/symfony@1fdd3df · GitHub
[go: up one dir, main page]

Skip to content

Commit 1fdd3df

Browse files
committed
minor #11383 [Validator] Improve UserPassword message (redstar504)
This PR was squashed before being merged into the 2.6-dev branch (closes #11383). Discussion ---------- [Validator] Improve UserPassword message | Q | A | ------------- | --- | Fixed tickets | None | License | MIT This validator message is not proper English. Commits ------- d57471e [Validator] Improve UserPassword message
2 parents 397687f + d57471e commit 1fdd3df

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

45 files changed

+46
-45
lines changed

src/Symfony/Component/Security/Core/Validator/Constraints/UserPassword.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
*/
2020
class UserPassword extends Constraint
2121
{
22-
public $message = 'This value should be the user current password.';
22+
public $message = 'This value should be the user\'s current password.';
2323
public $service = 'security.validator.user_password';
2424

2525
/**

src/Symfony/Component/Validator/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ CHANGELOG
55
-----
66

77
* [BC BREAK] `FileValidator` disallow empty files
8+
* [BC BREAK] `UserPasswordValidator` source message change
89

910
2.5.0
1011
-----

src/Symfony/Component/Validator/Resources/translations/validators.af.xlf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@
175175
<target>Die beeld hoogte is te klein ({{ height }}px). Minimum hoogte verwag is {{ min_height }}px.</target>
176176
</trans-unit>
177177
<trans-unit id="47">
178-
<source>This value should be the user current password.</source>
178+
<source>This value should be the user's current password.</source>
179179
<target>Hierdie waarde moet die huidige wagwoord van die gebruiker wees.</target>
180180
</trans-unit>
181181
<trans-unit id="48">

src/Symfony/Component/Validator/Resources/translations/validators.ar.xlf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@
175175
<target>طول الصورة صغير جدا ({{ height }}px). اقل طول مسموح به هو{{ min_height }}px.</target>
176176
</trans-unit>
177177
<trans-unit id="47">
178-
<source>This value should be the user current password.</source>
178+
<source>This value should be the user's current password.</source>
179179
<target>هذه القيمة يجب ان تكون كلمة سر المستخدم الحالية.</target>
180180
</trans-unit>
181181
<trans-unit id="48">

src/Symfony/Component/Validator/Resources/translations/validators.bg.xlf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@
175175
<target>Изображението е с твърде малка височина ({{ height }}px). Височина трябва да бъде минимум {{ min_height }}px.</target>
176176
</trans-unit>
177177
<trans-unit id="47">
178-
<source>This value should be the user current password.</source>
178+
<source>This value should be the user's current password.</source>
179179
<target>Стойността трябва да бъде текущата потребителска парола.</target>
180180
</trans-unit>
181181
<trans-unit id="48">

src/Symfony/Component/Validator/Resources/translations/validators.ca.xlf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@
175175
<target>L'altura de la imatge és massa petita ({{ height }}px). L'altura mínima requerida són {{ min_height }}px.</target>
176176
</trans-unit>
177177
<trans-unit id="47">
178-
<source>This value should be the user current password.</source>
178+
<source>This value should be the user's current password.</source>
179179
<target>Aquest valor hauria de ser la contrasenya actual de l'usuari.</target>
180180
</trans-unit>
181181
<trans-unit id="48">

src/Symfony/Component/Validator/Resources/translations/validators.cs.xlf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@
175175
<target>Obrázek je příliš nízký ({{ height }}px). Minimální výška obrázku musí být {{ min_height }}px.</target>
176176
</trans-unit>
177177
<trans-unit id="47">
178-
<source>This value should be the user current password.</source>
178+
<source>This value should be the user's current password.</source>
179179
<target>Tato hodnota musí být aktuální heslo uživatele.</target>
180180
</trans-unit>
181181
<trans-unit id="48">

src/Symfony/Component/Validator/Resources/translations/validators.cy.xlf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@
175175
<target>Mae uchder y ddelwedd yn rhy fach ({{ width }}px). Yr uchder lleiaf â ganiateir yw {{ min_height }}px.</target>
176176
</trans-unit>
177177
<trans-unit id="47">
178-
<source>This value should be the user current password.</source>
178+
<source>This value should be the user's current password.</source>
179179
<target>Dylaid bod y gwerth hwn yn gyfrinair presenol y defnyddiwr.</target>
180180
</trans-unit>
181181
<trans-unit id="48">

src/Symfony/Component/Validator/Resources/translations/validators.da.xlf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@
175175
<target>Billedhøjden er for lille ({{ height }}px). Forventet minimumshøjde er {{ min_height }}px.</target>
176176
</trans-unit>
177177
<trans-unit id="47">
178-
<source>This value should be the user current password.</source>
178+
<source>This value should be the user's current password.</source>
179179
<target>Værdien skal være brugerens nuværende password.</target>
180180
</trans-unit>
181181
<trans-unit id="48">

src/Symfony/Component/Validator/Resources/translations/validators.de.xlf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@
175175
<target>Die Bildhöhe ist zu gering ({{ height }}px). Die erwartete Mindesthöhe beträgt {{ min_height }}px.</target>
176176
</trans-unit>
177177
<trans-unit id="47">
178-
<source>This value should be the user current password.</source>
178+
<source>This value should be the user's current password.</source>
179179
<target>Dieser Wert sollte dem aktuellen Benutzerpasswort entsprechen.</target>
180180
</trans-unit>
181181
<trans-unit id="48">

src/Symfony/Component/Validator/Resources/translations/validators.el.xlf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@
175175
<target>Το ύψος της εικόνας είναι πολύ μικρό ({{ height }}px). Το ελάχιστο επιτρεπτό ύψος είναι {{ min_height }}px.</target>
176176
</trans-unit>
177177
<trans-unit id="47">
178-
<source>This value should be the user current password.</source>
178+
<source>This value should be the user's current password.</source>
179179
<target>Αυτή η τιμή θα έπρεπε να είναι ο τρέχων κωδικός.</target>
180180
</trans-unit>
181181
<trans-unit id="48">

src/Symfony/Component/Validator/Resources/translations/validators.en.xlf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@
175175
<target>The image height is too small ({{ height }}px). Minimum height expected is {{ min_height }}px.</target>
176176
</trans-unit>
177177
<trans-unit id="47">
178-
<source>This value should be the user current password.</source>
178+
<source>This value should be the user's current password.</source>
179179
<target>This value should be the user's current password.</target>
180180
</trans-unit>
181181
<trans-unit id="48">

src/Symfony/Component/Validator/Resources/translations/validators.es.xlf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@
175175
<target>La altura de la imagen es demasiado pequeña ({{ height }}px). La altura mínima requerida son {{ min_height }}px.</target>
176176
</trans-unit>
177177
<trans-unit id="47">
178-
<source>This value should be the user current password.</source>
178+
<source>This value should be the user's current password.</source>
179179
<target>Este valor debería ser la contraseña actual del usuario.</target>
180180
</trans-unit>
181181
<trans-unit id="48">

src/Symfony/Component/Validator/Resources/translations/validators.et.xlf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@
175175
<target>Pilt pole piisavalt pikk ({{ height }}px). Lubatud vähim pikkus on {{ min_height }}px.</target>
176176
</trans-unit>
177177
<trans-unit id="47">
178-
<source>This value should be the user current password.</source>
178+
<source>This value should be the user's current password.</source>
179179
<target>Väärtus peaks olema kasutaja kehtiv salasõna.</target>
180180
</trans-unit>
181181
<trans-unit id="48">

src/Symfony/Component/Validator/Resources/translations/validators.eu.xlf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@
175175
<target>Irudiaren altuera txikiegia da ({{ height }}px). Onartutako gutxieneko altuera {{ min_height }}px dira.</target>
176176
</trans-unit>
177177
<trans-unit id="47">
178-
<source>This value should be the user current password.</source>
178+
<source>This value should be the user's current password.</source>
179179
<target>Balio hau uneko erabiltzailearen pasahitza izan beharko litzateke.</target>
180180
</trans-unit>
181181
<trans-unit id="48">

src/Symfony/Component/Validator/Resources/translations/validators.fa.xlf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@
175175
<target>ارتفاع تصویر بسیار کوچک است ({{ height }}px). کمینه ارتفاع موردنظر {{ min_height }}px است.</target>
176176
</trans-unit>
177177
<trans-unit id="47">
178-
<source>This value should be the user current password.</source>
178+
<source>This value should be the user's current password.</source>
179179
<target>این مقدار می بایست کلمه عبور کنونی کاربر باشد.</target>
180180
</trans-unit>
181181
<trans-unit id="48">

src/Symfony/Component/Validator/Resources/translations/validators.fi.xlf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@
175175
<target>Kuva on liian matala ({{ height }}px). Korkeuden tulisi olla vähintään {{ min_height }}px.</target>
176176
</trans-unit>
177177
<trans-unit id="47">
178-
<source>This value should be the user current password.</source>
178+
<source>This value should be the user's current password.</source>
179179
<target>Tämän arvon tulisi olla käyttäjän tämänhetkinen salasana.</target>
180180
</trans-unit>
181181
<trans-unit id="48">

src/Symfony/Component/Validator/Resources/translations/validators.fr.xlf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@
175175
<target>La hauteur de l'image est trop petite ({{ height }}px). La hauteur minimale attendue est de {{ min_height }}px.</target>
176176
</trans-unit>
177177
<trans-unit id="47">
178-
<source>This value should be the user current password.</source>
178+
<source>This value should be the user's current password.</source>
179179
<target>Cette valeur doit être le mot de passe actuel de l'utilisateur.</target>
180180
</trans-unit>
181181
<trans-unit id="48">

src/Symfony/Component/Validator/Resources/translations/validators.gl.xlf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@
175175
<target>A altura da imaxe é demasiado pequena ({{ height }}px). A altura mínima requerida son {{ min_height }}px.</target>
176176
</trans-unit>
177177
<trans-unit id="47">
178-
<source>This value should be the user current password.</source>
178+
<source>This value should be the user's current password.</source>
179179
<target>Este valor debería ser a contrasinal actual do usuario.</target>
180180
</trans-unit>
181181
<trans-unit id="48">

src/Symfony/Component/Validator/Resources/translations/validators.he.xlf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@
175175
<target>גובה התמונה קטן מדי ({{ height }}px). הגובה המינימלי הוא {{ min_height }}px.</target>
176176
</trans-unit>
177177
<trans-unit id="47">
178-
<source>This value should be the user current password.</source>
178+
<source>This value should be the user's current password.</source>
179179
<target>הערך צריך להיות סיסמת המשתמש הנוכחי.</target>
180180
</trans-unit>
181181
<trans-unit id="48">

src/Symfony/Component/Validator/Resources/translations/validators.hr.xlf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@
175175
<target>Visina slike je premala ({{ height }}px). Najmanja dozvoljena visina je {{ min_height }}px.</target>
176176
</trans-unit>
177177
<trans-unit id="47">
178-
<source>This value should be the user current password.</source>
178+
<source>This value should be the user's current password.</source>
179179
<target>Ova vrijednost treba biti trenutna korisnička lozinka.</target>
180180
</trans-unit>
181181
<trans-unit id="48">

src/Symfony/Component/Validator/Resources/translations/validators.hu.xlf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@
175175
<target>A kép magassága túl kicsi ({{ height }}px). Az elvárt legkisebb magasság {{ min_height }}px.</target>
176176
</trans-unit>
177177
<trans-unit id="47">
178-
<source>This value should be the user current password.</source>
178+
<source>This value should be the user's current password.</source>
179179
<target>Ez az érték a felhasználó jelenlegi jelszavával kell megegyezzen.</target>
180180
</trans-unit>
181181
<trans-unit id="48">

src/Symfony/Component/Validator/Resources/translations/validators.hy.xlf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@
175175
<target>Նկարի բարձրությունը չափազանց փոքր է ({{ height }}px). Մինիմալ չափն է {{ min_height }}px.</target>
176176
</trans-unit>
177177
<trans-unit id="47">
178-
<source>This value should be the user current password.</source>
178+
<source>This value should be the user's current password.</source>
179179
<target>Այս արժեքը պետք է լինի օգտագործողի ներկա ծածկագիրը.</target>
180180
</trans-unit>
181181
<trans-unit id="48">

src/Symfony/Component/Validator/Resources/translations/validators.id.xlf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@
175175
<target>Tinggi gambar terlalu kecil ({{ height }}px). Ukuran tinggi minimum yang diharapkan adalah {{ min_height }}px.</target>
176176
</trans-unit>
177177
<trans-unit id="47">
178-
<source>This value should be the user current password.</source>
178+
<source>This value should be the user's current password.</source>
179179
<target>Nilai ini harus kata sandi pengguna saat ini.</target>
180180
</trans-unit>
181181
<trans-unit id="48">

src/Symfony/Component/Validator/Resources/translations/validators.it.xlf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@
175175
<target>L'altezza dell'immagine è troppo piccola ({{ height }}px). L'altezza minima è di {{ min_height }}px.</target>
176176
</trans-unit>
177177
<trans-unit id="47">
178-
<source>This value should be the user current password.</source>
178+
<source>This value should be the user's current password.</source>
179179
<target>Questo valore dovrebbe essere la password attuale dell'utente.</target>
180180
</trans-unit>
181181
<trans-unit id="48">

src/Symfony/Component/Validator/Resources/translations/validators.lb.xlf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@
175175
<target>D'Héicht vum Bild ass ze kleng ({{ height }}px). Déi minimal Héicht ass {{ min_height }}px.</target>
176176
</trans-unit>
177177
<trans-unit id="47">
178-
<source>This value should be the user current password.</source>
178+
<source>This value should be the user's current password.</source>
179179
<target>Dëse Wäert sollt dem aktuelle Benotzerpasswuert entspriechen.</target>
180180
</trans-unit>
181181
<trans-unit id="48">

src/Symfony/Component/Validator/Resources/translations/validators.lt.xlf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@
175175
<target>Nuotraukos aukštis per mažas ({{ height }}px). Minimalus leidžiamas aukštis yra {{ min_height }}px.</target>
176176
</trans-unit>
177177
<trans-unit id="47">
178-
<source>This value should be the user current password.</source>
178+
<source>This value should be the user's current password.</source>
179179
<target>Ši reikšmė turi sutapti su dabartiniu naudotojo slaptažodžiu.</target>
180180
</trans-unit>
181181
<trans-unit id="48">

src/Symfony/Component/Validator/Resources/translations/validators.nl.xlf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@
175175
<target>De afbeelding is niet hoog genoeg ({{ height }}px). De minimaal verwachte hoogte is {{ min_height }}px.</target>
176176
</trans-unit>
177177
<trans-unit id="47">
178-
<source>This value should be the user current password.</source>
178+
<source>This value should be the user's current password.</source>
179179
<target>Deze waarde moet het huidige wachtwoord van de gebruiker zijn.</target>
180180
</trans-unit>
181181
<trans-unit id="48">

src/Symfony/Component/Validator/Resources/translations/validators.no.xlf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@
175175
<target>Billethøgda er for låg, ({{ height }} pikslar). Forventa minimumshøgde er {{ min_height }} pikslar.</target>
176176
</trans-unit>
177177
<trans-unit id="47">
178-
<source>This value should be the user current password.</source>
178+
<source>This value should be the user's current password.</source>
179179
<target>Verdien må vere brukaren sitt noverande passord.</target>
180180
</trans-unit>
181181
<trans-unit id="48">

src/Symfony/Component/Validator/Resources/translations/validators.pl.xlf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@
175175
<target>Wysokość obrazka jest zbyt mała ({{ height }}px). Oczekiwana minimalna wysokość to {{ min_height }}px.</target>
176176
</trans-unit>
177177
<trans-unit id="47">
178-
<source>This value should be the user current password.</source>
178+
<source>This value should be the user's current password.</source>
179179
<target>Ta wartość powinna być aktualnym hasłem użytkownika.</target>
180180
</trans-unit>
181181
<trans-unit id="48">

src/Symfony/Component/Validator/Resources/translations/validators.pt.xlf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@
175175
<target>A altura da imagem ({{ height }}px) é muito pequena. A altura miníma da imagem é de: {{ min_height }}px.</target>
176176
</trans-unit>
177177
<trans-unit id="47">
178-
<source>This value should be the user current password.</source>
178+
<source>This value should be the user's current password.</source>
179179
<target>Este valor deveria de ser a password atual do utilizador.</target>
180180
</trans-unit>
181181
<trans-unit id="48">

src/Symfony/Component/Validator/Resources/translations/validators.pt_BR.xlf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@
175175
<target>A altura da imagem é muito pequena ({{ height }}px). A altura mínima esperada é de {{ min_height }}px.</target>
176176
</trans-unit>
177177
<trans-unit id="47">
178-
<source>This value should be the user current password.</source>
178+
<source>This value should be the user's current password.</source>
179179
<target>Este valor deve ser a senha atual do usuário.</target>
180180
</trans-unit>
181181
<trans-unit id="48">

src/Symfony/Component/Validator/Resources/translations/validators.ro.xlf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@
175175
<target>Înălțimea imaginii este prea mică ({{ height }}px). Înălțimea minimă permisă este de {{ min_height }}px.</target>
176176
</trans-unit>
177177
<trans-unit id="47">
178-
<source>This value should be the user current password.</source>
178+
<source>This value should be the user's current password.</source>
179179
<target>Această valoare trebuie să fie parola curentă a utilizatorului.</target>
180180
</trans-unit>
181181
<trans-unit id="48">

src/Symfony/Component/Validator/Resources/translations/validators.ru.xlf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@
175175
<target>Высота изображения слишком мала ({{ height }}px). Минимально допустимая высота {{ min_height }}px.</target>
176176
</trans-unit>
177177
<trans-unit id="47">
178-
<source>This value should be the user current password.</source>
178+
<source>This value should be the user's current password.</source>
179179
<target>Значение должно быть текущим паролем пользователя.</target>
180180
</trans-unit>
181181
<trans-unit id="48">

src/Symfony/Component/Validator/Resources/translations/validators.sk.xlf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@
175175
<target>Obrázok je príliš nízky ({{ height }}px). Minimálna výška obrázku by mala byť {{ min_height }}px.</target>
176176
</trans-unit>
177177
<trans-unit id="47">
178-
<source>This value should be the user current password.</source>
178+
<source>This value should be the user's current password.</source>
179179
<target>Táto hodnota by mala byť aktuálne heslo používateľa.</target>
180180
</trans-unit>
181181
<trans-unit id="48">

src/Symfony/Component/Validator/Resources/translations/validators.sl.xlf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@
175175
<target>Višina slike je premajhna ({{ height }}px). Najmanjša predvidena višina je {{ min_height }}px.</target>
176176
</trans-unit>
177177
<trans-unit id="47">
178-
<source>This value should be the user current password.</source>
178+
<source>This value should be the user's current password.</source>
179179
<target>Ta vrednost bi morala biti trenutno uporabnikovo geslo.</target>
180180
</trans-unit>
181181
<trans-unit id="48">

src/Symfony/Component/Validator/Resources/translations/validators.sq.xlf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@
175175
<target>Gjatësia e imazhit është shumë e vogël ({{ height }}px). Gjatësia minimale e pritur është {{ min_height }}px.</target>
176176
</trans-unit>
177177
<trans-unit id="47">
178-
<source>This value should be the user current password.</source>
178+
<source>This value should be the user's current password.</source>
179179
<target>Kjo vlerë duhet të jetë fjalëkalimi aktual i përdoruesit.</target>
180180
</trans-unit>
181181
<trans-unit id="48">

src/Symfony/Component/Validator/Resources/translations/validators.sr_Cyrl.xlf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@
175175
<target>Висина слике је премала ({{ height }}px). Најмања дозвољена висина је {{ min_height }}px.</target>
176176
</trans-unit>
177177
<trans-unit id="47">
178-
<source>This value should be the user current password.</source>
178+
<source>This value should be the user's current password.</source>
179179
<target>Вредност треба да буде тренутна корисничка лозинка.</target>
180180
</trans-unit>
181181
<trans-unit id="48">

0 commit comments

Comments
 (0)
0