From 8a6ac0ce4efdcd250cdda1ce48a51d360ee2a64d Mon Sep 17 00:00:00 2001 From: Florin Patan Date: Wed, 6 Jul 2011 18:59:43 -0400 Subject: [PATCH] Added Romanian translations for validators --- .../translations/validators.ro.xliff | 143 ++++++++++++++++++ 1 file changed, 143 insertions(+) create mode 100644 src/Symfony/Bundle/FrameworkBundle/Resources/translations/validators.ro.xliff diff --git a/src/Symfony/Bundle/FrameworkBundle/Resources/translations/validators.ro.xliff b/src/Symfony/Bundle/FrameworkBundle/Resources/translations/validators.ro.xliff new file mode 100644 index 0000000000..b29152d588 --- /dev/null +++ b/src/Symfony/Bundle/FrameworkBundle/Resources/translations/validators.ro.xliff @@ -0,0 +1,143 @@ + + + + + + This value should be false + Această valoare trebuie să fie falsă (false) + + + This value should be true + Această valoare trebuie să fie adevarătă (true) + + + This value should be of type {{ type }} + Această valoare trebuie să fie de tipul {{ type }} + + + This value should be blank + Această valoare nu trebuie să fie completată + + + This value should be one of the given choices + Această valoare trebuie sa fie aleasă din opțiunile disponibile + + + You should select at least {{ limit }} choices + Trebuie să selectați cel puțin {{ limit }} opțiuni + + + You should select at most {{ limit }} choices + Trebuie să selectați cel mult {{ limit }} opțiuni + + + The fields {{ fields }} were not expected + Nu erau așteptate câmpurile {{ fields }} + + + The fields {{ fields }} are missing + Lipsesc câmpurile {{ fields }} + + + This value is not a valid date + Această valoare nu reprezintă o dată validă + + + This value is not a valid datetime + Această valoare nu reprezintă o dată si oră valide + + + This value is not a valid email address + Această valoare nu reprezintă o adresă de e-mail validă + + + The file could not be found + Fișierul nu a fost găsit + + + The file is not readable + Nu a fost posibilă citirea fișierului + + + The file is too large ({{ size }}). Allowed maximum size is {{ limit }} + Fișierul este prea mare ({{ size }}). Dimensiunea maximă este {{ limit}} + + + The mime type of the file is invalid ({{ type }}). Allowed mime types are {{ types }} + Tipul fișierului este invalid ({{ type }}). Tipurile valide de fișiere sunt ({{ types }}) + + + This value should be {{ limit }} or less + Această valoare trebuie să fie cel mult {{ limit }} + + + This value is too long. It should have {{ limit }} characters or less + Această valoare este prea lungă. Valoarea maximă este de {{ limit }} caractere + + + This value should be {{ limit }} or more + Această valoare trebuie să fie cel puțin {{ limit }} + + + This value is too short. It should have {{ limit }} characters or more + Această valoare este prea scurtă. Valoarea minimă este de {{ limit }} caractere + + + This value should not be blank + Această valoare nu trebuie să fie goală + + + This value should not be null + Această valoare nu trebuie să fie nulă (null) + + + This value should be null + Această valoare trebuie să fie nulă (null) + + + This value is not valid + Această valoare nu este validă + + + This value is not a valid time + Această valoare nu este o oră validă + + + This value is not a valid URL + Această valoare nu reprezintă un URL (link) valid + + + This value should be instance of class {{ class }} + Această valoare trebuie să fie o instanță a clasei {{ class }} + + + This field group should not contain extra fields + Aceast grup de câmpuri nu trebuie să conțină câmpuri suplimentare + + + The uploaded file was too large. Please try to upload a smaller file + Fișierul încărcat este prea mare. Încărcați un fișier mai mic + + + The CSRF token is invalid. Please try to resubmit the form + Token-ul CSRF este invalid. Trimiteți formularul incă o dată + + + The two values should be equal + Cele două valori trebuie să fie egale + + + The file is too large. Allowed maximum size is {{ limit }} + Fișierul încărcat este prea mare. Încărcați un fișier mai mic de {{ limit }} + + + The file is too large + Fișierul este prea mare + + + The file could not be uploaded + Fișierul nu a fost încărcat + + + + \ No newline at end of file