diff --git a/src/Symfony/Bundle/FrameworkBundle/CHANGELOG.md b/src/Symfony/Bundle/FrameworkBundle/CHANGELOG.md index a8c5b97794..4a28859c35 100644 --- a/src/Symfony/Bundle/FrameworkBundle/CHANGELOG.md +++ b/src/Symfony/Bundle/FrameworkBundle/CHANGELOG.md @@ -4,6 +4,7 @@ CHANGELOG 2.1.0 ----- + * moved the translation files to the Form and Validator components * changed the default extension for XLIFF files from .xliff to .xlf * moved Symfony\Bundle\FrameworkBundle\ContainerAwareEventDispatcher to Symfony\Component\EventDispatcher\ContainerAwareEventDispatcher * moved Symfony\Bundle\FrameworkBundle\Debug\TraceableEventDispatcher to Symfony\Component\EventDispatcher\ContainerAwareTraceableEventDispatcher diff --git a/src/Symfony/Bundle/FrameworkBundle/DependencyInjection/FrameworkExtension.php b/src/Symfony/Bundle/FrameworkBundle/DependencyInjection/FrameworkExtension.php index 11d68401b6..192934a12e 100644 --- a/src/Symfony/Bundle/FrameworkBundle/DependencyInjection/FrameworkExtension.php +++ b/src/Symfony/Bundle/FrameworkBundle/DependencyInjection/FrameworkExtension.php @@ -543,6 +543,16 @@ class FrameworkExtension extends Extension if (is_dir($dir = $container->getParameter('kernel.root_dir').'/Resources/translations')) { $dirs[] = $dir; } + if (class_exists('Symfony\Component\Validator\Validator')) { + $r = new \ReflectionClass('Symfony\Component\Validator\Validator'); + + $dirs[] = dirname($r->getFilename()).'/Resources/translations'; + } + if (class_exists('Symfony\Component\Form\Form')) { + $r = new \ReflectionClass('Symfony\Component\Form\Form'); + + $dirs[] = dirname($r->getFilename()).'/Resources/translations'; + } // Register translation resources if ($dirs) { diff --git a/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/FrameworkExtensionTest.php b/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/FrameworkExtensionTest.php index 2c7204e735..548b7e6b3c 100644 --- a/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/FrameworkExtensionTest.php +++ b/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/FrameworkExtensionTest.php @@ -183,10 +183,16 @@ abstract class FrameworkExtensionTest extends TestCase } } + $files = array_map(function($resource) use ($resources) { return str_replace(realpath(__DIR__.'/../../../../..').'/', '', realpath($resource[1])); }, $resources); $this->assertContains( - realpath(__DIR__.'/../../Resources/translations/validators.fr.xlf'), - array_map(function($resource) use ($resources) { return realpath($resource[1]); }, $resources), - '->registerTranslatorConfiguration() finds FrameworkExtension translation resources' + 'Symfony/Component/Validator/Resources/translations/validators.en.xlf', + $files, + '->registerTranslatorConfiguration() finds Validator translation resources' + ); + $this->assertContains( + 'Symfony/Component/Form/Resources/translations/validators.en.xlf', + $files, + '->registerTranslatorConfiguration() finds Form translation resources' ); $calls = $container->getDefinition('translator.default')->getMethodCalls(); diff --git a/src/Symfony/Component/Form/Resources/translations/validators.ca.xlf b/src/Symfony/Component/Form/Resources/translations/validators.ca.xlf new file mode 100644 index 0000000000..764a912f00 --- /dev/null +++ b/src/Symfony/Component/Form/Resources/translations/validators.ca.xlf @@ -0,0 +1,19 @@ + + + + + + This form should not contain extra fields. + Aquest formulari no hauria de contenir camps addicionals. + + + The uploaded file was too large. Please try to upload a smaller file. + L'arxiu pujat és massa gran. Per favor, pugi un arxiu més petit. + + + The CSRF token is invalid. + El token CSRF no és vàlid. + + + + diff --git a/src/Symfony/Component/Form/Resources/translations/validators.cs.xlf b/src/Symfony/Component/Form/Resources/translations/validators.cs.xlf new file mode 100644 index 0000000000..776da49481 --- /dev/null +++ b/src/Symfony/Component/Form/Resources/translations/validators.cs.xlf @@ -0,0 +1,19 @@ + + + + + + This form should not contain extra fields. + Tato skupina polí nesmí obsahovat další pole. + + + The uploaded file was too large. Please try to upload a smaller file. + Nahraný soubor je příliš velký. Nahrajte prosím menší soubor. + + + The CSRF token is invalid. Please try to resubmit the form. + CSRF token je neplatný. Zkuste prosím znovu odeslat formulář. + + + + diff --git a/src/Symfony/Component/Form/Resources/translations/validators.da.xlf b/src/Symfony/Component/Form/Resources/translations/validators.da.xlf new file mode 100644 index 0000000000..9663cb6f17 --- /dev/null +++ b/src/Symfony/Component/Form/Resources/translations/validators.da.xlf @@ -0,0 +1,19 @@ + + + + + + This form should not contain extra fields. + Feltgruppen må ikke indeholde ekstra felter. + + + The uploaded file was too large. Please try to upload a smaller file. + Den oploadede fil var for stor. Opload venligst en mindre fil. + + + The CSRF token is invalid. + CSRF nøglen er ugyldig. + + + + diff --git a/src/Symfony/Component/Form/Resources/translations/validators.de.xlf b/src/Symfony/Component/Form/Resources/translations/validators.de.xlf new file mode 100644 index 0000000000..c801d67706 --- /dev/null +++ b/src/Symfony/Component/Form/Resources/translations/validators.de.xlf @@ -0,0 +1,19 @@ + + + + + + This form should not contain extra fields. + Dieses Formular sollte keine zusätzlichen Felder enthalten. + + + The uploaded file was too large. Please try to upload a smaller file. + Die hochgeladene Datei ist zu groß. Versuchen Sie bitte eine kleinere Datei hochzuladen. + + + The CSRF token is invalid. Please try to resubmit the form. + Das CSRF-Token ist ungültig. Versuchen Sie bitte das Formular erneut zu senden. + + + + \ No newline at end of file diff --git a/src/Symfony/Component/Form/Resources/translations/validators.en.xlf b/src/Symfony/Component/Form/Resources/translations/validators.en.xlf new file mode 100644 index 0000000000..b8542d319d --- /dev/null +++ b/src/Symfony/Component/Form/Resources/translations/validators.en.xlf @@ -0,0 +1,19 @@ + + + + + + This form should not contain extra fields. + This form should not contain extra fields. + + + The uploaded file was too large. Please try to upload a smaller file. + The uploaded file was too large. Please try to upload a smaller file. + + + The CSRF token is invalid. Please try to resubmit the form. + The CSRF token is invalid. Please try to resubmit the form. + + + + diff --git a/src/Symfony/Component/Form/Resources/translations/validators.es.xlf b/src/Symfony/Component/Form/Resources/translations/validators.es.xlf new file mode 100644 index 0000000000..b1974d733e --- /dev/null +++ b/src/Symfony/Component/Form/Resources/translations/validators.es.xlf @@ -0,0 +1,19 @@ + + + + + + This form should not contain extra fields. + Este formulario no debería contener campos adicionales. + + + The uploaded file was too large. Please try to upload a smaller file. + El archivo subido es demasiado grande. Por favor, suba un archivo más pequeño. + + + The CSRF token is invalid. + El token CSRF no es válido. + + + + diff --git a/src/Symfony/Component/Form/Resources/translations/validators.et.xlf b/src/Symfony/Component/Form/Resources/translations/validators.et.xlf new file mode 100644 index 0000000000..1a9867fa20 --- /dev/null +++ b/src/Symfony/Component/Form/Resources/translations/validators.et.xlf @@ -0,0 +1,19 @@ + + + + + + This form should not contain extra fields. + Väljade grupp ei tohiks sisalda lisaväljasid. + + + The uploaded file was too large. Please try to upload a smaller file. + Üleslaaditud fail oli liiga suur. Palun proovi uuesti väiksema failiga. + + + The CSRF token is invalid. Please try to resubmit the form. + CSRF-märgis on vigane. Palun proovi vormi uuesti esitada. + + + + diff --git a/src/Symfony/Component/Form/Resources/translations/validators.eu.xlf b/src/Symfony/Component/Form/Resources/translations/validators.eu.xlf new file mode 100644 index 0000000000..a07f786c72 --- /dev/null +++ b/src/Symfony/Component/Form/Resources/translations/validators.eu.xlf @@ -0,0 +1,19 @@ + + + + + + This form should not contain extra fields. + Formulario honek ez luke aparteko eremurik eduki behar. + + + The uploaded file was too large. Please try to upload a smaller file. + Igotako fitxategia handiegia da. Mesedez saiatu fitxategi txikiago bat igotzen. + + + The CSRF token is invalid. + CSFR tokena ez da egokia. + + + + diff --git a/src/Symfony/Component/Form/Resources/translations/validators.fa.xlf b/src/Symfony/Component/Form/Resources/translations/validators.fa.xlf new file mode 100644 index 0000000000..468d2f6fdd --- /dev/null +++ b/src/Symfony/Component/Form/Resources/translations/validators.fa.xlf @@ -0,0 +1,19 @@ + + + + + + This form should not contain extra fields. + این فرم نباید فیلد اضافی داشته باشد. + + + The uploaded file was too large. Please try to upload a smaller file. + فایل بارگذاری شده بسیار بزرگ است. لطفا فایل کوچکتری را بارگزاری کنید. + + + The CSRF token is invalid. Please try to resubmit the form. + مقدار CSRF نامعتبر است. لطفا فرم را مجددا ارسال فرمایید.. + + + + diff --git a/src/Symfony/Component/Form/Resources/translations/validators.fi.xlf b/src/Symfony/Component/Form/Resources/translations/validators.fi.xlf new file mode 100644 index 0000000000..d223bb05ca --- /dev/null +++ b/src/Symfony/Component/Form/Resources/translations/validators.fi.xlf @@ -0,0 +1,19 @@ + + + + + + This field group should not contain extra fields. + Tämä kenttäryhmä ei voi sisältää ylimääräisiä kenttiä. + + + The uploaded file was too large. Please try to upload a smaller file. + Ladattu tiedosto on liian iso. Ole hyvä ja lataa pienempi tiedosto. + + + The CSRF token is invalid. Please try to resubmit the form. + CSRF tarkiste on virheellinen. Olen hyvä ja yritä lähettää lomake uudestaan. + + + + diff --git a/src/Symfony/Component/Form/Resources/translations/validators.fr.xlf b/src/Symfony/Component/Form/Resources/translations/validators.fr.xlf new file mode 100644 index 0000000000..21f9010143 --- /dev/null +++ b/src/Symfony/Component/Form/Resources/translations/validators.fr.xlf @@ -0,0 +1,19 @@ + + + + + + This form should not contain extra fields. + Ce formulaire ne doit pas contenir des champs supplémentaires. + + + The uploaded file was too large. Please try to upload a smaller file. + Le fichier téléchargé est trop volumineux. Merci d'essayer d'envoyer un fichier plus petit. + + + The CSRF token is invalid. Please try to resubmit the form. + Le jeton CSRF est invalide. Veuillez renvoyer le formulaire. + + + + diff --git a/src/Symfony/Component/Form/Resources/translations/validators.he.xlf b/src/Symfony/Component/Form/Resources/translations/validators.he.xlf new file mode 100644 index 0000000000..5198738d3f --- /dev/null +++ b/src/Symfony/Component/Form/Resources/translations/validators.he.xlf @@ -0,0 +1,19 @@ + + + + + + This form should not contain extra fields. + הטופס לא צריך להכיל שדות נוספים. + + + The uploaded file was too large. Please try to upload a smaller file. + הקובץ שהועלה גדול מדי. נסה להעלות קובץ קטן יותר. + + + The CSRF token is invalid. + אסימון CSRF אינו חוקי. + + + + diff --git a/src/Symfony/Component/Form/Resources/translations/validators.hr.xlf b/src/Symfony/Component/Form/Resources/translations/validators.hr.xlf new file mode 100644 index 0000000000..8d0bd29201 --- /dev/null +++ b/src/Symfony/Component/Form/Resources/translations/validators.hr.xlf @@ -0,0 +1,19 @@ + + + + + + This form should not contain extra fields. + Ovaj obrazac ne smije sadržavati dodatna polja. + + + The uploaded file was too large. Please try to upload a smaller file. + Prenesena datoteka je prevelika. Molim pokušajte prenijeti manju datoteku. + + + The CSRF token is invalid. Please try to resubmit the form. + CSRF vrijednost nije ispravna. Pokušajte ponovo poslati obrazac. + + + + diff --git a/src/Symfony/Component/Form/Resources/translations/validators.hu.xlf b/src/Symfony/Component/Form/Resources/translations/validators.hu.xlf new file mode 100644 index 0000000000..d1491e7e2a --- /dev/null +++ b/src/Symfony/Component/Form/Resources/translations/validators.hu.xlf @@ -0,0 +1,19 @@ + + + + + + This form should not contain extra fields. + Ez a mezőcsoport nem tartalmazhat extra mezőket. + + + The uploaded file was too large. Please try to upload a smaller file. + A feltöltött fájl túl nagy. Kérem próbáljon egy kisebb fájlt feltölteni. + + + The CSRF token is invalid. Please try to resubmit the form. + Érvénytelen CSRF token. Kérem próbálja újra elküldeni az űrlapot. + + + + diff --git a/src/Symfony/Component/Form/Resources/translations/validators.hy.xlf b/src/Symfony/Component/Form/Resources/translations/validators.hy.xlf new file mode 100644 index 0000000000..5a6091f890 --- /dev/null +++ b/src/Symfony/Component/Form/Resources/translations/validators.hy.xlf @@ -0,0 +1,19 @@ + + + + + + This form should not contain extra fields. + Այս ձևը չպետք է պարունակի լրացուցիչ տողեր. + + + The uploaded file was too large. Please try to upload a smaller file. + Վերբեռնված ֆայլը չափազանց մեծ է: Խնդրվում է վերբեռնել ավելի փոքր չափսի ֆայլ. + + + The CSRF token is invalid. Please try to resubmit the form. + CSRF արժեքը անթույլատրելի է: Փորձեք նորից ուղարկել ձևը. + + + + \ No newline at end of file diff --git a/src/Symfony/Component/Form/Resources/translations/validators.id.xlf b/src/Symfony/Component/Form/Resources/translations/validators.id.xlf new file mode 100644 index 0000000000..b067d98474 --- /dev/null +++ b/src/Symfony/Component/Form/Resources/translations/validators.id.xlf @@ -0,0 +1,19 @@ + + + + + + This form should not contain extra fields. + Gabungan kolom tidak boleh mengandung kolom tambahan. + + + The uploaded file was too large. Please try to upload a smaller file. + Berkas yang di unggah terlalu besar. Silahkan coba unggah berkas yang lebih kecil. + + + The CSRF token is invalid. Please try to resubmit the form. + CSRF-Token tidak sah. Silahkan coba kirim ulang formulir. + + + + diff --git a/src/Symfony/Component/Form/Resources/translations/validators.it.xlf b/src/Symfony/Component/Form/Resources/translations/validators.it.xlf new file mode 100644 index 0000000000..aa15264d9f --- /dev/null +++ b/src/Symfony/Component/Form/Resources/translations/validators.it.xlf @@ -0,0 +1,19 @@ + + + + + + This form should not contain extra fields. + Questo form non dovrebbe contenere nessun campo extra. + + + The uploaded file was too large. Please try to upload a smaller file. + Il file caricato è troppo grande. Per favore caricare un file più piccolo. + + + The CSRF token is invalid. Please try to resubmit the form. + Il token CSRF non è valido. Provare a reinviare il form. + + + + diff --git a/src/Symfony/Component/Form/Resources/translations/validators.ja.xlf b/src/Symfony/Component/Form/Resources/translations/validators.ja.xlf new file mode 100644 index 0000000000..4559af1769 --- /dev/null +++ b/src/Symfony/Component/Form/Resources/translations/validators.ja.xlf @@ -0,0 +1,19 @@ + + + + + + This form should not contain extra fields. + フィールドグループに追加のフィールドを含んではなりません. + + + The uploaded file was too large. Please try to upload a smaller file. + アップロードされたファイルが大きすぎます。小さなファイルで再度アップロードしてください. + + + The CSRF token is invalid. + CSRFトークンが無効です. + + + + diff --git a/src/Symfony/Component/Form/Resources/translations/validators.lb.xlf b/src/Symfony/Component/Form/Resources/translations/validators.lb.xlf new file mode 100644 index 0000000000..a111ffe395 --- /dev/null +++ b/src/Symfony/Component/Form/Resources/translations/validators.lb.xlf @@ -0,0 +1,19 @@ + + + + + + This form should not contain extra fields. + Dës Feldergrupp sollt keng zousätzlech Felder enthalen. + + + The uploaded file was too large. Please try to upload a smaller file. + De geschécktene Fichier ass ze grouss. Versicht wann ech gelift ee méi klenge Fichier eropzelueden. + + + The CSRF token is invalid. Please try to resubmit the form. + Den CSRF-Token ass ongëlteg. Versicht wann ech gelift de Formulaire nach eng Kéier ze schécken. + + + + \ No newline at end of file diff --git a/src/Symfony/Component/Form/Resources/translations/validators.lt.xlf b/src/Symfony/Component/Form/Resources/translations/validators.lt.xlf new file mode 100644 index 0000000000..25f30887bc --- /dev/null +++ b/src/Symfony/Component/Form/Resources/translations/validators.lt.xlf @@ -0,0 +1,19 @@ + + + + + + This form should not contain extra fields. + Forma negali turėti papildomų laukų. + + + The uploaded file was too large. Please try to upload a smaller file. + Įkelta byla yra per didelė. bandykite įkelti mažesnę. + + + The CSRF token is invalid. Please try to resubmit the form. + CSRF kodas nepriimtinas. Bandykite siųsti formos užklausą dar kartą. + + + + \ No newline at end of file diff --git a/src/Symfony/Component/Form/Resources/translations/validators.mn.xlf b/src/Symfony/Component/Form/Resources/translations/validators.mn.xlf new file mode 100644 index 0000000000..002b01c175 --- /dev/null +++ b/src/Symfony/Component/Form/Resources/translations/validators.mn.xlf @@ -0,0 +1,19 @@ + + + + + + This form should not contain extra fields. + Форм нэмэлт талбар багтаах боломжгүй. + + + The uploaded file was too large. Please try to upload a smaller file. + Upload хийсэн файл хэтэрхий том байна. Бага хэмжээтэй файл оруулна уу. + + + The CSRF token is invalid. Please try to resubmit the form. + CSRF token буруу байна. Формоо дахин илгээнэ үү. + + + + diff --git a/src/Symfony/Component/Form/Resources/translations/validators.nb.xlf b/src/Symfony/Component/Form/Resources/translations/validators.nb.xlf new file mode 100644 index 0000000000..5e36bd5fec --- /dev/null +++ b/src/Symfony/Component/Form/Resources/translations/validators.nb.xlf @@ -0,0 +1,19 @@ + + + + + + This form should not contain extra fields. + Feltgruppen må ikke inneholde ekstra felter. + + + The uploaded file was too large. Please try to upload a smaller file. + Den opplastede file var for stor. Vennligst last opp en mindre fil. + + + The CSRF token is invalid. + CSRF nøkkelen er ugyldig. + + + + diff --git a/src/Symfony/Component/Form/Resources/translations/validators.nl.xlf b/src/Symfony/Component/Form/Resources/translations/validators.nl.xlf new file mode 100644 index 0000000000..3d737d79c1 --- /dev/null +++ b/src/Symfony/Component/Form/Resources/translations/validators.nl.xlf @@ -0,0 +1,19 @@ + + + + + + This form should not contain extra fields. + Dit formulier mag geen extra velden bevatten. + + + The uploaded file was too large. Please try to upload a smaller file. + Het geüploade bestand is te groot. Probeer een kleiner bestand te uploaden. + + + The CSRF token is invalid. Please try to resubmit the form. + De CSRF-token is ongeldig. Probeer het formulier opnieuw te versturen. + + + + diff --git a/src/Symfony/Component/Form/Resources/translations/validators.pl.xlf b/src/Symfony/Component/Form/Resources/translations/validators.pl.xlf new file mode 100644 index 0000000000..64def2a691 --- /dev/null +++ b/src/Symfony/Component/Form/Resources/translations/validators.pl.xlf @@ -0,0 +1,19 @@ + + + + + + This form should not contain extra fields. + Ten formularz nie powinien zawierać dodatkowych pól. + + + The uploaded file was too large. Please try to upload a smaller file. + Wgrany plik był za duży. Proszę spróbować wgrać mniejszy plik. + + + The CSRF token is invalid. Please try to resubmit the form. + Token CSRF jest nieprawidłowy. Proszę spróbować wysłać formularz ponownie. + + + + \ No newline at end of file diff --git a/src/Symfony/Component/Form/Resources/translations/validators.pt.xlf b/src/Symfony/Component/Form/Resources/translations/validators.pt.xlf new file mode 100644 index 0000000000..945464d47a --- /dev/null +++ b/src/Symfony/Component/Form/Resources/translations/validators.pt.xlf @@ -0,0 +1,19 @@ + + + + + + This form should not contain extra fields. + Este grupo de campos não deveria conter campos adicionais. + + + The uploaded file was too large. Please try to upload a smaller file. + O arquivo enviado é muito grande. Por favor, tente enviar um ficheiro mais pequeno. + + + The CSRF token is invalid. + O token CSRF é inválido. + + + + diff --git a/src/Symfony/Component/Form/Resources/translations/validators.pt_BR.xlf b/src/Symfony/Component/Form/Resources/translations/validators.pt_BR.xlf new file mode 100644 index 0000000000..9ae4d71912 --- /dev/null +++ b/src/Symfony/Component/Form/Resources/translations/validators.pt_BR.xlf @@ -0,0 +1,19 @@ + + + + + + This form should not contain extra fields. + Este formulário não deve conter campos adicionais. + + + The uploaded file was too large. Please try to upload a smaller file. + O arquivo enviado é muito grande. Por favor, tente enviar um arquivo menor. + + + The CSRF token is invalid. Please try to resubmit the form. + O token CSRF é inválido. Por favor, tente reenviar o formulário. + + + + diff --git a/src/Symfony/Component/Form/Resources/translations/validators.ro.xlf b/src/Symfony/Component/Form/Resources/translations/validators.ro.xlf new file mode 100644 index 0000000000..25abab3b6f --- /dev/null +++ b/src/Symfony/Component/Form/Resources/translations/validators.ro.xlf @@ -0,0 +1,19 @@ + + + + + + This form should not contain extra fields. + Aceast formular nu ar trebui să conțină câmpuri suplimentare. + + + The uploaded file was too large. Please try to upload a smaller file. + Fișierul încărcat a fost prea mare. Vă rugăm sa încărcați un fișier mai mic. + + + The CSRF token is invalid. Please try to resubmit the form. + Token-ul CSRF este invalid. Vă rugăm să trimiteți formularul incă o dată. + + + + \ No newline at end of file diff --git a/src/Symfony/Component/Form/Resources/translations/validators.ru.xlf b/src/Symfony/Component/Form/Resources/translations/validators.ru.xlf new file mode 100644 index 0000000000..8d829f1b46 --- /dev/null +++ b/src/Symfony/Component/Form/Resources/translations/validators.ru.xlf @@ -0,0 +1,19 @@ + + + + + + This form should not contain extra fields. + Эта форма не должна содержать дополнительных полей. + + + The uploaded file was too large. Please try to upload a smaller file. + Загруженный файл слишком большой. Пожалуйста, попробуйте загрузить файл меньшего размера. + + + The CSRF token is invalid. Please try to resubmit the form. + CSRF значение недопустимо. Пожалуйста, попробуйте повторить отправку формы. + + + + \ No newline at end of file diff --git a/src/Symfony/Component/Form/Resources/translations/validators.sk.xlf b/src/Symfony/Component/Form/Resources/translations/validators.sk.xlf new file mode 100644 index 0000000000..638d0cc4a0 --- /dev/null +++ b/src/Symfony/Component/Form/Resources/translations/validators.sk.xlf @@ -0,0 +1,19 @@ + + + + + + This form should not contain extra fields. + Polia by nemali obsahovať ďalšie prvky. + + + The uploaded file was too large. Please try to upload a smaller file. + Odoslaný súbor je príliš veľký. Prosím odošlite súbor s menšou veľkosťou. + + + The CSRF token is invalid. Please try to resubmit the form. + CSRF token je neplatný. Prosím skúste znovu odoslať formulár. + + + + diff --git a/src/Symfony/Component/Form/Resources/translations/validators.sl.xlf b/src/Symfony/Component/Form/Resources/translations/validators.sl.xlf new file mode 100644 index 0000000000..103124d0a8 --- /dev/null +++ b/src/Symfony/Component/Form/Resources/translations/validators.sl.xlf @@ -0,0 +1,19 @@ + + + + + + This form should not contain extra fields. + To področje ne sme vsebovati dodatnih polj. + + + The uploaded file was too large. Please try to upload a smaller file. + Naložena datoteka je prevelika. Prosim, poizkusite naložiti manjšo. + + + The CSRF token is invalid. Please try to resubmit the form. + CSRF vrednost je napačna. Prosimo, ponovno pošljite obrazec. + + + + diff --git a/src/Symfony/Component/Form/Resources/translations/validators.sr_Cyrl.xlf b/src/Symfony/Component/Form/Resources/translations/validators.sr_Cyrl.xlf new file mode 100644 index 0000000000..7cd90ffe49 --- /dev/null +++ b/src/Symfony/Component/Form/Resources/translations/validators.sr_Cyrl.xlf @@ -0,0 +1,19 @@ + + + + + + This form should not contain extra fields. + Овај формулар не треба да садржи додатна поља. + + + The uploaded file was too large. Please try to upload a smaller file. + Отпремљена датотека је била превелика. Молим покушајте отпремање мање датотеке. + + + The CSRF token is invalid. + CSRF вредност је невалидна. + + + + \ No newline at end of file diff --git a/src/Symfony/Component/Form/Resources/translations/validators.sr_Latn.xlf b/src/Symfony/Component/Form/Resources/translations/validators.sr_Latn.xlf new file mode 100644 index 0000000000..42d6d50b49 --- /dev/null +++ b/src/Symfony/Component/Form/Resources/translations/validators.sr_Latn.xlf @@ -0,0 +1,19 @@ + + + + + + This form should not contain extra fields. + Ovaj formular ne treba da sadrži dodatna polja. + + + The uploaded file was too large. Please try to upload a smaller file. + Otpremljena datoteka je bila prevelika. Molim pokušajte otpremanje manje datoteke. + + + The CSRF token is invalid. + CSRF vrednost je nevalidna. + + + + \ No newline at end of file diff --git a/src/Symfony/Component/Form/Resources/translations/validators.sv.xlf b/src/Symfony/Component/Form/Resources/translations/validators.sv.xlf new file mode 100644 index 0000000000..4e2518b16b --- /dev/null +++ b/src/Symfony/Component/Form/Resources/translations/validators.sv.xlf @@ -0,0 +1,19 @@ + + + + + + This form should not contain extra fields. + Formuläret kan inte innehålla extra fält. + + + The uploaded file was too large. Please try to upload a smaller file. + Den uppladdade filen var för stor. Försök ladda upp en mindre fil. + + + The CSRF token is invalid. + CSRF-symbolen är inte giltig. + + + + diff --git a/src/Symfony/Component/Form/Resources/translations/validators.ua.xlf b/src/Symfony/Component/Form/Resources/translations/validators.ua.xlf new file mode 100644 index 0000000000..4c739face5 --- /dev/null +++ b/src/Symfony/Component/Form/Resources/translations/validators.ua.xlf @@ -0,0 +1,19 @@ + + + + + + This form should not contain extra fields. + Ця форма не повинна містити додаткових полів. + + + The uploaded file was too large. Please try to upload a smaller file. + Завантажений файл занадто великий. Будь-ласка, спробуйте завантажити файл меншого розміру. + + + The CSRF token is invalid. Please try to resubmit the form. + CSRF значення недопустиме. Будь-ласка, спробуйте відправити форму знову. + + + + diff --git a/src/Symfony/Component/Form/Resources/translations/validators.zh_CN.xlf b/src/Symfony/Component/Form/Resources/translations/validators.zh_CN.xlf new file mode 100644 index 0000000000..8bdf7fb5ca --- /dev/null +++ b/src/Symfony/Component/Form/Resources/translations/validators.zh_CN.xlf @@ -0,0 +1,19 @@ + + + + + + This form should not contain extra fields. + 该表单中不可有额外字段. + + + The uploaded file was too large. Please try to upload a smaller file. + 上传文件太大, 请重新尝试上传一个较小的文件. + + + The CSRF token is invalid. Please try to resubmit the form. + CSRF 验证符无效, 请重新提交. + + + + diff --git a/src/Symfony/Bundle/FrameworkBundle/Resources/translations/validators.ca.xlf b/src/Symfony/Component/Validator/Resources/translations/validators.ca.xlf similarity index 93% rename from src/Symfony/Bundle/FrameworkBundle/Resources/translations/validators.ca.xlf rename to src/Symfony/Component/Validator/Resources/translations/validators.ca.xlf index e96ec7a2c5..7f6ee5f324 100644 --- a/src/Symfony/Bundle/FrameworkBundle/Resources/translations/validators.ca.xlf +++ b/src/Symfony/Component/Validator/Resources/translations/validators.ca.xlf @@ -110,18 +110,6 @@ This value is not a valid URL. Aquest valor no és una URL vàlida. - - This form should not contain extra fields. - Aquest formulari no hauria de contenir camps addicionals. - - - The uploaded file was too large. Please try to upload a smaller file. - L'arxiu pujat és massa gran. Per favor, pugi un arxiu més petit. - - - The CSRF token is invalid. - El token CSRF no és vàlid. - The two values should be equal. Els dos valors haurien de ser iguals. diff --git a/src/Symfony/Bundle/FrameworkBundle/Resources/translations/validators.cs.xlf b/src/Symfony/Component/Validator/Resources/translations/validators.cs.xlf similarity index 94% rename from src/Symfony/Bundle/FrameworkBundle/Resources/translations/validators.cs.xlf rename to src/Symfony/Component/Validator/Resources/translations/validators.cs.xlf index b90e2e005b..eeb0e16998 100644 --- a/src/Symfony/Bundle/FrameworkBundle/Resources/translations/validators.cs.xlf +++ b/src/Symfony/Component/Validator/Resources/translations/validators.cs.xlf @@ -110,18 +110,6 @@ This value is not a valid URL. Tato hodnota není platná URL adresa. - - This form should not contain extra fields. - Tato skupina polí nesmí obsahovat další pole. - - - The uploaded file was too large. Please try to upload a smaller file. - Nahraný soubor je příliš velký. Nahrajte prosím menší soubor. - - - The CSRF token is invalid. Please try to resubmit the form. - CSRF token je neplatný. Zkuste prosím znovu odeslat formulář. - The two values should be equal. Tyto dvě hodnoty musí být stejné. diff --git a/src/Symfony/Bundle/FrameworkBundle/Resources/translations/validators.da.xlf b/src/Symfony/Component/Validator/Resources/translations/validators.da.xlf similarity index 94% rename from src/Symfony/Bundle/FrameworkBundle/Resources/translations/validators.da.xlf rename to src/Symfony/Component/Validator/Resources/translations/validators.da.xlf index 5e3804b170..8d3e6531c2 100644 --- a/src/Symfony/Bundle/FrameworkBundle/Resources/translations/validators.da.xlf +++ b/src/Symfony/Component/Validator/Resources/translations/validators.da.xlf @@ -110,18 +110,6 @@ This value is not a valid URL. Værdien er ikke en gyldig URL. - - This form should not contain extra fields. - Feltgruppen må ikke indeholde ekstra felter. - - - The uploaded file was too large. Please try to upload a smaller file. - Den oploadede fil var for stor. Opload venligst en mindre fil. - - - The CSRF token is invalid. - CSRF nøglen er ugyldig. - The two values should be equal. De to værdier skal være ens. diff --git a/src/Symfony/Bundle/FrameworkBundle/Resources/translations/validators.de.xlf b/src/Symfony/Component/Validator/Resources/translations/validators.de.xlf similarity index 92% rename from src/Symfony/Bundle/FrameworkBundle/Resources/translations/validators.de.xlf rename to src/Symfony/Component/Validator/Resources/translations/validators.de.xlf index bfb6bd8fe8..710b8e7562 100644 --- a/src/Symfony/Bundle/FrameworkBundle/Resources/translations/validators.de.xlf +++ b/src/Symfony/Component/Validator/Resources/translations/validators.de.xlf @@ -110,18 +110,6 @@ This value is not a valid URL. Dieser Wert ist keine gültige URL. - - This form should not contain extra fields. - Dieses Formular sollte keine zusätzlichen Felder enthalten. - - - The uploaded file was too large. Please try to upload a smaller file. - Die hochgeladene Datei ist zu groß. Versuchen Sie bitte eine kleinere Datei hochzuladen. - - - The CSRF token is invalid. Please try to resubmit the form. - Das CSRF-Token ist ungültig. Versuchen Sie bitte das Formular erneut zu senden. - The two values should be equal. Die beiden Werte sollten identisch sein. diff --git a/src/Symfony/Bundle/FrameworkBundle/Resources/translations/validators.en.xlf b/src/Symfony/Component/Validator/Resources/translations/validators.en.xlf similarity index 94% rename from src/Symfony/Bundle/FrameworkBundle/Resources/translations/validators.en.xlf rename to src/Symfony/Component/Validator/Resources/translations/validators.en.xlf index 2017907f4b..b95ec611fe 100644 --- a/src/Symfony/Bundle/FrameworkBundle/Resources/translations/validators.en.xlf +++ b/src/Symfony/Component/Validator/Resources/translations/validators.en.xlf @@ -110,18 +110,6 @@ This value is not a valid URL. This value is not a valid URL. - - This form should not contain extra fields. - This form should not contain extra fields. - - - The uploaded file was too large. Please try to upload a smaller file. - The uploaded file was too large. Please try to upload a smaller file. - - - The CSRF token is invalid. Please try to resubmit the form. - The CSRF token is invalid. Please try to resubmit the form. - The two values should be equal. The two values should be equal. diff --git a/src/Symfony/Bundle/FrameworkBundle/Resources/translations/validators.es.xlf b/src/Symfony/Component/Validator/Resources/translations/validators.es.xlf similarity index 93% rename from src/Symfony/Bundle/FrameworkBundle/Resources/translations/validators.es.xlf rename to src/Symfony/Component/Validator/Resources/translations/validators.es.xlf index 60e4200037..cc1ed9d77e 100644 --- a/src/Symfony/Bundle/FrameworkBundle/Resources/translations/validators.es.xlf +++ b/src/Symfony/Component/Validator/Resources/translations/validators.es.xlf @@ -110,18 +110,6 @@ This value is not a valid URL. Este valor no es una URL válida. - - This form should not contain extra fields. - Este formulario no debería contener campos adicionales. - - - The uploaded file was too large. Please try to upload a smaller file. - El archivo subido es demasiado grande. Por favor, suba un archivo más pequeño. - - - The CSRF token is invalid. - El token CSRF no es válido. - The two values should be equal. Los dos valores deberían ser iguales. diff --git a/src/Symfony/Bundle/FrameworkBundle/Resources/translations/validators.et.xlf b/src/Symfony/Component/Validator/Resources/translations/validators.et.xlf similarity index 90% rename from src/Symfony/Bundle/FrameworkBundle/Resources/translations/validators.et.xlf rename to src/Symfony/Component/Validator/Resources/translations/validators.et.xlf index ddfe050997..3f9c9a8f75 100644 --- a/src/Symfony/Bundle/FrameworkBundle/Resources/translations/validators.et.xlf +++ b/src/Symfony/Component/Validator/Resources/translations/validators.et.xlf @@ -110,18 +110,6 @@ This value is not a valid URL. Väärtus pole korrektne URL. - - This form should not contain extra fields. - Väljade grupp ei tohiks sisalda lisaväljasid. - - - The uploaded file was too large. Please try to upload a smaller file. - Üleslaaditud fail oli liiga suur. Palun proovi uuesti väiksema failiga. - - - The CSRF token is invalid. Please try to resubmit the form. - CSRF-märgis on vigane. Palun proovi vormi uuesti esitada. - The two values should be equal. Väärtused peaksid olema võrdsed. diff --git a/src/Symfony/Bundle/FrameworkBundle/Resources/translations/validators.eu.xlf b/src/Symfony/Component/Validator/Resources/translations/validators.eu.xlf similarity index 92% rename from src/Symfony/Bundle/FrameworkBundle/Resources/translations/validators.eu.xlf rename to src/Symfony/Component/Validator/Resources/translations/validators.eu.xlf index 0b25269a45..08b854b616 100644 --- a/src/Symfony/Bundle/FrameworkBundle/Resources/translations/validators.eu.xlf +++ b/src/Symfony/Component/Validator/Resources/translations/validators.eu.xlf @@ -110,18 +110,6 @@ This value is not a valid URL. Balio hau ez da URL egoki bat. - - This form should not contain extra fields. - Formulario honek ez luke aparteko eremurik eduki behar. - - - The uploaded file was too large. Please try to upload a smaller file. - Igotako fitxategia handiegia da. Mesedez saiatu fitxategi txikiago bat igotzen. - - - The CSRF token is invalid. - CSFR tokena ez da egokia. - The two values should be equal. Bi balioak berdinak izan beharko lirateke. diff --git a/src/Symfony/Bundle/FrameworkBundle/Resources/translations/validators.fa.xlf b/src/Symfony/Component/Validator/Resources/translations/validators.fa.xlf similarity index 91% rename from src/Symfony/Bundle/FrameworkBundle/Resources/translations/validators.fa.xlf rename to src/Symfony/Component/Validator/Resources/translations/validators.fa.xlf index 3002c544ec..e409a3c072 100644 --- a/src/Symfony/Bundle/FrameworkBundle/Resources/translations/validators.fa.xlf +++ b/src/Symfony/Component/Validator/Resources/translations/validators.fa.xlf @@ -110,18 +110,6 @@ This value is not a valid URL. این یک URL معتبر نیست. - - This form should not contain extra fields. - این فرم نباید فیلد اضافی داشته باشد. - - - The uploaded file was too large. Please try to upload a smaller file. - فایل بارگذاری شده بسیار بزرگ است. لطفا فایل کوچکتری را بارگزاری کنید. - - - The CSRF token is invalid. Please try to resubmit the form. - مقدار CSRF نامعتبر است. لطفا فرم را مجددا ارسال فرمایید.. - The two values should be equal. دو مقدار باید برابر باشند. diff --git a/src/Symfony/Bundle/FrameworkBundle/Resources/translations/validators.fi.xlf b/src/Symfony/Component/Validator/Resources/translations/validators.fi.xlf similarity index 89% rename from src/Symfony/Bundle/FrameworkBundle/Resources/translations/validators.fi.xlf rename to src/Symfony/Component/Validator/Resources/translations/validators.fi.xlf index e512c9c4ce..e790f9e29a 100644 --- a/src/Symfony/Bundle/FrameworkBundle/Resources/translations/validators.fi.xlf +++ b/src/Symfony/Component/Validator/Resources/translations/validators.fi.xlf @@ -110,18 +110,6 @@ This value is not a valid URL. Annettu arvo ei ole kelvollinen URL-osoite. - - This field group should not contain extra fields. - Tämä kenttäryhmä ei voi sisältää ylimääräisiä kenttiä. - - - The uploaded file was too large. Please try to upload a smaller file. - Ladattu tiedosto on liian iso. Ole hyvä ja lataa pienempi tiedosto. - - - The CSRF token is invalid. Please try to resubmit the form. - CSRF tarkiste on virheellinen. Olen hyvä ja yritä lähettää lomake uudestaan. - The two values should be equal. Kahden annetun arvon tulee olla samat. diff --git a/src/Symfony/Bundle/FrameworkBundle/Resources/translations/validators.fr.xlf b/src/Symfony/Component/Validator/Resources/translations/validators.fr.xlf similarity index 94% rename from src/Symfony/Bundle/FrameworkBundle/Resources/translations/validators.fr.xlf rename to src/Symfony/Component/Validator/Resources/translations/validators.fr.xlf index fa7521bea7..1816ebeb24 100644 --- a/src/Symfony/Bundle/FrameworkBundle/Resources/translations/validators.fr.xlf +++ b/src/Symfony/Component/Validator/Resources/translations/validators.fr.xlf @@ -110,18 +110,6 @@ This value is not a valid URL. Cette valeur n'est pas une URL valide. - - This form should not contain extra fields. - Ce formulaire ne doit pas contenir des champs supplémentaires. - - - The uploaded file was too large. Please try to upload a smaller file. - Le fichier téléchargé est trop volumineux. Merci d'essayer d'envoyer un fichier plus petit. - - - The CSRF token is invalid. Please try to resubmit the form. - Le jeton CSRF est invalide. Veuillez renvoyer le formulaire. - The two values should be equal. Les deux valeurs doivent être identiques. diff --git a/src/Symfony/Bundle/FrameworkBundle/Resources/translations/validators.he.xlf b/src/Symfony/Component/Validator/Resources/translations/validators.he.xlf similarity index 94% rename from src/Symfony/Bundle/FrameworkBundle/Resources/translations/validators.he.xlf rename to src/Symfony/Component/Validator/Resources/translations/validators.he.xlf index 1495191ef9..0914b374ed 100644 --- a/src/Symfony/Bundle/FrameworkBundle/Resources/translations/validators.he.xlf +++ b/src/Symfony/Component/Validator/Resources/translations/validators.he.xlf @@ -110,18 +110,6 @@ This value is not a valid URL. זאת אינה כתובת אתר תקינה. - - This form should not contain extra fields. - הטופס לא צריך להכיל שדות נוספים. - - - The uploaded file was too large. Please try to upload a smaller file. - הקובץ שהועלה גדול מדי. נסה להעלות קובץ קטן יותר. - - - The CSRF token is invalid. - אסימון CSRF אינו חוקי. - The two values should be equal. שני הערכים צריכים להיות שווים. diff --git a/src/Symfony/Bundle/FrameworkBundle/Resources/translations/validators.hr.xlf b/src/Symfony/Component/Validator/Resources/translations/validators.hr.xlf similarity index 93% rename from src/Symfony/Bundle/FrameworkBundle/Resources/translations/validators.hr.xlf rename to src/Symfony/Component/Validator/Resources/translations/validators.hr.xlf index 67404f484f..f6bb1c95d5 100644 --- a/src/Symfony/Bundle/FrameworkBundle/Resources/translations/validators.hr.xlf +++ b/src/Symfony/Component/Validator/Resources/translations/validators.hr.xlf @@ -110,18 +110,6 @@ This value is not a valid URL. Ova vrijednost nije ispravan URL. - - This form should not contain extra fields. - Ovaj obrazac ne smije sadržavati dodatna polja. - - - The uploaded file was too large. Please try to upload a smaller file. - Prenesena datoteka je prevelika. Molim pokušajte prenijeti manju datoteku. - - - The CSRF token is invalid. Please try to resubmit the form. - CSRF vrijednost nije ispravna. Pokušajte ponovo poslati obrazac. - The two values should be equal. Obje vrijednosti trebaju biti jednake. diff --git a/src/Symfony/Bundle/FrameworkBundle/Resources/translations/validators.hu.xlf b/src/Symfony/Component/Validator/Resources/translations/validators.hu.xlf similarity index 93% rename from src/Symfony/Bundle/FrameworkBundle/Resources/translations/validators.hu.xlf rename to src/Symfony/Component/Validator/Resources/translations/validators.hu.xlf index 5c161a300f..29310b0014 100644 --- a/src/Symfony/Bundle/FrameworkBundle/Resources/translations/validators.hu.xlf +++ b/src/Symfony/Component/Validator/Resources/translations/validators.hu.xlf @@ -110,18 +110,6 @@ This value is not a valid URL. Ez az érték nem egy szabályos URL. - - This form should not contain extra fields. - Ez a mezőcsoport nem tartalmazhat extra mezőket. - - - The uploaded file was too large. Please try to upload a smaller file. - A feltöltött fájl túl nagy. Kérem próbáljon egy kisebb fájlt feltölteni. - - - The CSRF token is invalid. Please try to resubmit the form. - Érvénytelen CSRF token. Kérem próbálja újra elküldeni az űrlapot. - The two values should be equal. A két értéknek azonosnak kell lennie. diff --git a/src/Symfony/Bundle/FrameworkBundle/Resources/translations/validators.hy.xlf b/src/Symfony/Component/Validator/Resources/translations/validators.hy.xlf similarity index 92% rename from src/Symfony/Bundle/FrameworkBundle/Resources/translations/validators.hy.xlf rename to src/Symfony/Component/Validator/Resources/translations/validators.hy.xlf index 60a1e06682..7b161c99f8 100644 --- a/src/Symfony/Bundle/FrameworkBundle/Resources/translations/validators.hy.xlf +++ b/src/Symfony/Component/Validator/Resources/translations/validators.hy.xlf @@ -110,18 +110,6 @@ This value is not a valid URL. Արժեքը URL չէ. - - This form should not contain extra fields. - Այս ձևը չպետք է պարունակի լրացուցիչ տողեր. - - - The uploaded file was too large. Please try to upload a smaller file. - Վերբեռնված ֆայլը չափազանց մեծ է: Խնդրվում է վերբեռնել ավելի փոքր չափսի ֆայլ. - - - The CSRF token is invalid. Please try to resubmit the form. - CSRF արժեքը անթույլատրելի է: Փորձեք նորից ուղարկել ձևը. - The two values should be equal. Երկու արժեքները պետք է նույնը լինեն. diff --git a/src/Symfony/Bundle/FrameworkBundle/Resources/translations/validators.id.xlf b/src/Symfony/Component/Validator/Resources/translations/validators.id.xlf similarity index 93% rename from src/Symfony/Bundle/FrameworkBundle/Resources/translations/validators.id.xlf rename to src/Symfony/Component/Validator/Resources/translations/validators.id.xlf index c7e3fc1caf..4469a0462d 100644 --- a/src/Symfony/Bundle/FrameworkBundle/Resources/translations/validators.id.xlf +++ b/src/Symfony/Component/Validator/Resources/translations/validators.id.xlf @@ -110,18 +110,6 @@ This value is not a valid URL. Nilai ini bukan URL yang sah. - - This form should not contain extra fields. - Gabungan kolom tidak boleh mengandung kolom tambahan. - - - The uploaded file was too large. Please try to upload a smaller file. - Berkas yang di unggah terlalu besar. Silahkan coba unggah berkas yang lebih kecil. - - - The CSRF token is invalid. Please try to resubmit the form. - CSRF-Token tidak sah. Silahkan coba kirim ulang formulir. - The two values should be equal. Isi keduanya harus sama. diff --git a/src/Symfony/Bundle/FrameworkBundle/Resources/translations/validators.it.xlf b/src/Symfony/Component/Validator/Resources/translations/validators.it.xlf similarity index 93% rename from src/Symfony/Bundle/FrameworkBundle/Resources/translations/validators.it.xlf rename to src/Symfony/Component/Validator/Resources/translations/validators.it.xlf index 5b939dda34..e4920b2802 100644 --- a/src/Symfony/Bundle/FrameworkBundle/Resources/translations/validators.it.xlf +++ b/src/Symfony/Component/Validator/Resources/translations/validators.it.xlf @@ -110,18 +110,6 @@ This value is not a valid URL. Questo valore non è un URL valido. - - This form should not contain extra fields. - Questo form non dovrebbe contenere nessun campo extra. - - - The uploaded file was too large. Please try to upload a smaller file. - Il file caricato è troppo grande. Per favore caricare un file più piccolo. - - - The CSRF token is invalid. Please try to resubmit the form. - Il token CSRF non è valido. Provare a reinviare il form. - The two values should be equal. I due valori dovrebbero essere uguali. diff --git a/src/Symfony/Bundle/FrameworkBundle/Resources/translations/validators.ja.xlf b/src/Symfony/Component/Validator/Resources/translations/validators.ja.xlf similarity index 91% rename from src/Symfony/Bundle/FrameworkBundle/Resources/translations/validators.ja.xlf rename to src/Symfony/Component/Validator/Resources/translations/validators.ja.xlf index 7b4d6e5fbd..c8b4632330 100644 --- a/src/Symfony/Bundle/FrameworkBundle/Resources/translations/validators.ja.xlf +++ b/src/Symfony/Component/Validator/Resources/translations/validators.ja.xlf @@ -110,18 +110,6 @@ This value is not a valid URL. 値が有効なURLではありません. - - This form should not contain extra fields. - フィールドグループに追加のフィールドを含んではなりません. - - - The uploaded file was too large. Please try to upload a smaller file. - アップロードされたファイルが大きすぎます。小さなファイルで再度アップロードしてください. - - - The CSRF token is invalid. - CSRFトークンが無効です. - The two values should be equal. 2つの値が同じでなければなりません. diff --git a/src/Symfony/Bundle/FrameworkBundle/Resources/translations/validators.lb.xlf b/src/Symfony/Component/Validator/Resources/translations/validators.lb.xlf similarity index 89% rename from src/Symfony/Bundle/FrameworkBundle/Resources/translations/validators.lb.xlf rename to src/Symfony/Component/Validator/Resources/translations/validators.lb.xlf index 4efecc69e8..63db49d476 100644 --- a/src/Symfony/Bundle/FrameworkBundle/Resources/translations/validators.lb.xlf +++ b/src/Symfony/Component/Validator/Resources/translations/validators.lb.xlf @@ -110,18 +110,6 @@ This value is not a valid URL. Dëse Wäert ass keng gëlteg URL. - - This form should not contain extra fields. - Dës Feldergrupp sollt keng zousätzlech Felder enthalen. - - - The uploaded file was too large. Please try to upload a smaller file. - De geschécktene Fichier ass ze grouss. Versicht wann ech gelift ee méi klenge Fichier eropzelueden. - - - The CSRF token is invalid. Please try to resubmit the form. - Den CSRF-Token ass ongëlteg. Versicht wann ech gelift de Formulaire nach eng Kéier ze schécken. - The two values should be equal. Béid Wäerter sollten identesch sinn. diff --git a/src/Symfony/Bundle/FrameworkBundle/Resources/translations/validators.lt.xlf b/src/Symfony/Component/Validator/Resources/translations/validators.lt.xlf similarity index 91% rename from src/Symfony/Bundle/FrameworkBundle/Resources/translations/validators.lt.xlf rename to src/Symfony/Component/Validator/Resources/translations/validators.lt.xlf index d9ea20a41b..ea02a3af0a 100644 --- a/src/Symfony/Bundle/FrameworkBundle/Resources/translations/validators.lt.xlf +++ b/src/Symfony/Component/Validator/Resources/translations/validators.lt.xlf @@ -110,18 +110,6 @@ This value is not a valid URL. Ši reikšmė nėra tinkamas interneto adresas. - - This form should not contain extra fields. - Forma negali turėti papildomų laukų. - - - The uploaded file was too large. Please try to upload a smaller file. - Įkelta byla yra per didelė. bandykite įkelti mažesnę. - - - The CSRF token is invalid. Please try to resubmit the form. - CSRF kodas nepriimtinas. Bandykite siųsti formos užklausą dar kartą. - The two values should be equal. Abi reikšmės turi būti identiškos. diff --git a/src/Symfony/Bundle/FrameworkBundle/Resources/translations/validators.mn.xlf b/src/Symfony/Component/Validator/Resources/translations/validators.mn.xlf similarity index 91% rename from src/Symfony/Bundle/FrameworkBundle/Resources/translations/validators.mn.xlf rename to src/Symfony/Component/Validator/Resources/translations/validators.mn.xlf index fb544998c2..ab4ab09179 100644 --- a/src/Symfony/Bundle/FrameworkBundle/Resources/translations/validators.mn.xlf +++ b/src/Symfony/Component/Validator/Resources/translations/validators.mn.xlf @@ -110,18 +110,6 @@ This value is not a valid URL. Энэ утга буруу URL байна . - - This form should not contain extra fields. - Форм нэмэлт талбар багтаах боломжгүй. - - - The uploaded file was too large. Please try to upload a smaller file. - Upload хийсэн файл хэтэрхий том байна. Бага хэмжээтэй файл оруулна уу. - - - The CSRF token is invalid. Please try to resubmit the form. - CSRF token буруу байна. Формоо дахин илгээнэ үү. - The two values should be equal. Хоёр утгууд ижил байх ёстой. diff --git a/src/Symfony/Bundle/FrameworkBundle/Resources/translations/validators.nb.xlf b/src/Symfony/Component/Validator/Resources/translations/validators.nb.xlf similarity index 92% rename from src/Symfony/Bundle/FrameworkBundle/Resources/translations/validators.nb.xlf rename to src/Symfony/Component/Validator/Resources/translations/validators.nb.xlf index 7f9e406a7d..248c64259b 100644 --- a/src/Symfony/Bundle/FrameworkBundle/Resources/translations/validators.nb.xlf +++ b/src/Symfony/Component/Validator/Resources/translations/validators.nb.xlf @@ -110,18 +110,6 @@ This value is not a valid URL. Verdien er ikke en gyldig URL. - - This form should not contain extra fields. - Feltgruppen må ikke inneholde ekstra felter. - - - The uploaded file was too large. Please try to upload a smaller file. - Den opplastede file var for stor. Vennligst last opp en mindre fil. - - - The CSRF token is invalid. - CSRF nøkkelen er ugyldig. - The two values should be equal. De to verdier skal være ens. diff --git a/src/Symfony/Bundle/FrameworkBundle/Resources/translations/validators.nl.xlf b/src/Symfony/Component/Validator/Resources/translations/validators.nl.xlf similarity index 93% rename from src/Symfony/Bundle/FrameworkBundle/Resources/translations/validators.nl.xlf rename to src/Symfony/Component/Validator/Resources/translations/validators.nl.xlf index b1b414bc7a..152f60b772 100644 --- a/src/Symfony/Bundle/FrameworkBundle/Resources/translations/validators.nl.xlf +++ b/src/Symfony/Component/Validator/Resources/translations/validators.nl.xlf @@ -110,18 +110,6 @@ This value is not a valid URL. Deze waarde is geen geldige URL. - - This form should not contain extra fields. - Dit formulier mag geen extra velden bevatten. - - - The uploaded file was too large. Please try to upload a smaller file. - Het geüploade bestand is te groot. Probeer een kleiner bestand te uploaden. - - - The CSRF token is invalid. Please try to resubmit the form. - De CSRF-token is ongeldig. Probeer het formulier opnieuw te versturen. - The two values should be equal. De twee waarden moeten gelijk zijn. diff --git a/src/Symfony/Bundle/FrameworkBundle/Resources/translations/validators.pl.xlf b/src/Symfony/Component/Validator/Resources/translations/validators.pl.xlf similarity index 93% rename from src/Symfony/Bundle/FrameworkBundle/Resources/translations/validators.pl.xlf rename to src/Symfony/Component/Validator/Resources/translations/validators.pl.xlf index e8bfbbe420..ba97b6b2b3 100644 --- a/src/Symfony/Bundle/FrameworkBundle/Resources/translations/validators.pl.xlf +++ b/src/Symfony/Component/Validator/Resources/translations/validators.pl.xlf @@ -110,18 +110,6 @@ This value is not a valid URL. Ta wartość nie jest prawidłowym adresem URL. - - This form should not contain extra fields. - Ten formularz nie powinien zawierać dodatkowych pól. - - - The uploaded file was too large. Please try to upload a smaller file. - Wgrany plik był za duży. Proszę spróbować wgrać mniejszy plik. - - - The CSRF token is invalid. Please try to resubmit the form. - Token CSRF jest nieprawidłowy. Proszę spróbować wysłać formularz ponownie. - The two values should be equal. Obie wartości powinny być równe. diff --git a/src/Symfony/Bundle/FrameworkBundle/Resources/translations/validators.pt.xlf b/src/Symfony/Component/Validator/Resources/translations/validators.pt.xlf similarity index 94% rename from src/Symfony/Bundle/FrameworkBundle/Resources/translations/validators.pt.xlf rename to src/Symfony/Component/Validator/Resources/translations/validators.pt.xlf index bcb1df61ad..c1dbddeffa 100644 --- a/src/Symfony/Bundle/FrameworkBundle/Resources/translations/validators.pt.xlf +++ b/src/Symfony/Component/Validator/Resources/translations/validators.pt.xlf @@ -110,18 +110,6 @@ This value is not a valid URL. Este valor não é um URL válido. - - This form should not contain extra fields. - Este grupo de campos não deveria conter campos adicionais. - - - The uploaded file was too large. Please try to upload a smaller file. - O arquivo enviado é muito grande. Por favor, tente enviar um ficheiro mais pequeno. - - - The CSRF token is invalid. - O token CSRF é inválido. - The two values should be equal. Os dois valores deveriam ser iguais. diff --git a/src/Symfony/Bundle/FrameworkBundle/Resources/translations/validators.pt_BR.xlf b/src/Symfony/Component/Validator/Resources/translations/validators.pt_BR.xlf similarity index 93% rename from src/Symfony/Bundle/FrameworkBundle/Resources/translations/validators.pt_BR.xlf rename to src/Symfony/Component/Validator/Resources/translations/validators.pt_BR.xlf index ce52dd0f72..f5ebb5a858 100644 --- a/src/Symfony/Bundle/FrameworkBundle/Resources/translations/validators.pt_BR.xlf +++ b/src/Symfony/Component/Validator/Resources/translations/validators.pt_BR.xlf @@ -110,18 +110,6 @@ This value is not a valid URL. Este valor não é uma URL válida. - - This form should not contain extra fields. - Este formulário não deve conter campos adicionais. - - - The uploaded file was too large. Please try to upload a smaller file. - O arquivo enviado é muito grande. Por favor, tente enviar um arquivo menor. - - - The CSRF token is invalid. Please try to resubmit the form. - O token CSRF é inválido. Por favor, tente reenviar o formulário. - The two values should be equal. Os dois valores devem ser iguais. diff --git a/src/Symfony/Bundle/FrameworkBundle/Resources/translations/validators.ro.xlf b/src/Symfony/Component/Validator/Resources/translations/validators.ro.xlf similarity index 93% rename from src/Symfony/Bundle/FrameworkBundle/Resources/translations/validators.ro.xlf rename to src/Symfony/Component/Validator/Resources/translations/validators.ro.xlf index 5d7c4aa770..0555530358 100644 --- a/src/Symfony/Bundle/FrameworkBundle/Resources/translations/validators.ro.xlf +++ b/src/Symfony/Component/Validator/Resources/translations/validators.ro.xlf @@ -110,18 +110,6 @@ This value is not a valid URL. Această valoare nu reprezintă un URL (link) valid. - - This form should not contain extra fields. - Aceast formular nu ar trebui să conțină câmpuri suplimentare. - - - The uploaded file was too large. Please try to upload a smaller file. - Fișierul încărcat a fost prea mare. Vă rugăm sa încărcați un fișier mai mic. - - - The CSRF token is invalid. Please try to resubmit the form. - Token-ul CSRF este invalid. Vă rugăm să trimiteți formularul incă o dată. - The two values should be equal. Cele două valori ar trebui să fie egale. diff --git a/src/Symfony/Bundle/FrameworkBundle/Resources/translations/validators.ru.xlf b/src/Symfony/Component/Validator/Resources/translations/validators.ru.xlf similarity index 94% rename from src/Symfony/Bundle/FrameworkBundle/Resources/translations/validators.ru.xlf rename to src/Symfony/Component/Validator/Resources/translations/validators.ru.xlf index 5c3f23ca5c..325c348ab8 100644 --- a/src/Symfony/Bundle/FrameworkBundle/Resources/translations/validators.ru.xlf +++ b/src/Symfony/Component/Validator/Resources/translations/validators.ru.xlf @@ -110,18 +110,6 @@ This value is not a valid URL. Значение URL недопустимо. - - This form should not contain extra fields. - Эта форма не должна содержать дополнительных полей. - - - The uploaded file was too large. Please try to upload a smaller file. - Загруженный файл слишком большой. Пожалуйста, попробуйте загрузить файл меньшего размера. - - - The CSRF token is invalid. Please try to resubmit the form. - CSRF значение недопустимо. Пожалуйста, попробуйте повторить отправку формы. - The two values should be equal. Оба значения должны быть одинаковыми. diff --git a/src/Symfony/Bundle/FrameworkBundle/Resources/translations/validators.sk.xlf b/src/Symfony/Component/Validator/Resources/translations/validators.sk.xlf similarity index 93% rename from src/Symfony/Bundle/FrameworkBundle/Resources/translations/validators.sk.xlf rename to src/Symfony/Component/Validator/Resources/translations/validators.sk.xlf index 830e7679ed..9fc16a1755 100644 --- a/src/Symfony/Bundle/FrameworkBundle/Resources/translations/validators.sk.xlf +++ b/src/Symfony/Component/Validator/Resources/translations/validators.sk.xlf @@ -110,18 +110,6 @@ This value is not a valid URL. Táto hodnota nie je platnou URL adresou. - - This form should not contain extra fields. - Polia by nemali obsahovať ďalšie prvky. - - - The uploaded file was too large. Please try to upload a smaller file. - Odoslaný súbor je príliš veľký. Prosím odošlite súbor s menšou veľkosťou. - - - The CSRF token is invalid. Please try to resubmit the form. - CSRF token je neplatný. Prosím skúste znovu odoslať formulár. - The two values should be equal. Tieto dve hodnoty by mali byť rovnaké. diff --git a/src/Symfony/Bundle/FrameworkBundle/Resources/translations/validators.sl.xlf b/src/Symfony/Component/Validator/Resources/translations/validators.sl.xlf similarity index 93% rename from src/Symfony/Bundle/FrameworkBundle/Resources/translations/validators.sl.xlf rename to src/Symfony/Component/Validator/Resources/translations/validators.sl.xlf index 132dc27c89..bc62357580 100644 --- a/src/Symfony/Bundle/FrameworkBundle/Resources/translations/validators.sl.xlf +++ b/src/Symfony/Component/Validator/Resources/translations/validators.sl.xlf @@ -110,18 +110,6 @@ This value is not a valid URL. Vrednost ne vsebuje veljavnega URL naslova. - - This form should not contain extra fields. - To področje ne sme vsebovati dodatnih polj. - - - The uploaded file was too large. Please try to upload a smaller file. - Naložena datoteka je prevelika. Prosim, poizkusite naložiti manjšo. - - - The CSRF token is invalid. Please try to resubmit the form. - CSRF vrednost je napačna. Prosimo, ponovno pošljite obrazec. - The two values should be equal. Vrednosti morata biti enaki. diff --git a/src/Symfony/Bundle/FrameworkBundle/Resources/translations/validators.sr_Cyrl.xlf b/src/Symfony/Component/Validator/Resources/translations/validators.sr_Cyrl.xlf similarity index 93% rename from src/Symfony/Bundle/FrameworkBundle/Resources/translations/validators.sr_Cyrl.xlf rename to src/Symfony/Component/Validator/Resources/translations/validators.sr_Cyrl.xlf index 974d8ad02f..005a112709 100644 --- a/src/Symfony/Bundle/FrameworkBundle/Resources/translations/validators.sr_Cyrl.xlf +++ b/src/Symfony/Component/Validator/Resources/translations/validators.sr_Cyrl.xlf @@ -110,18 +110,6 @@ This value is not a valid URL. Вредност није валидан URL. - - This form should not contain extra fields. - Овај формулар не треба да садржи додатна поља. - - - The uploaded file was too large. Please try to upload a smaller file. - Отпремљена датотека је била превелика. Молим покушајте отпремање мање датотеке. - - - The CSRF token is invalid. - CSRF вредност је невалидна. - The two values should be equal. Обе вредности треба да буду једнаке. diff --git a/src/Symfony/Bundle/FrameworkBundle/Resources/translations/validators.sr_Latn.xlf b/src/Symfony/Component/Validator/Resources/translations/validators.sr_Latn.xlf similarity index 93% rename from src/Symfony/Bundle/FrameworkBundle/Resources/translations/validators.sr_Latn.xlf rename to src/Symfony/Component/Validator/Resources/translations/validators.sr_Latn.xlf index ae2b247474..afb051dcbe 100644 --- a/src/Symfony/Bundle/FrameworkBundle/Resources/translations/validators.sr_Latn.xlf +++ b/src/Symfony/Component/Validator/Resources/translations/validators.sr_Latn.xlf @@ -110,18 +110,6 @@ This value is not a valid URL. Vrednost nije validan URL. - - This form should not contain extra fields. - Ovaj formular ne treba da sadrži dodatna polja. - - - The uploaded file was too large. Please try to upload a smaller file. - Otpremljena datoteka je bila prevelika. Molim pokušajte otpremanje manje datoteke. - - - The CSRF token is invalid. - CSRF vrednost je nevalidna. - The two values should be equal. Obe vrednosti treba da budu jednake. diff --git a/src/Symfony/Bundle/FrameworkBundle/Resources/translations/validators.sv.xlf b/src/Symfony/Component/Validator/Resources/translations/validators.sv.xlf similarity index 90% rename from src/Symfony/Bundle/FrameworkBundle/Resources/translations/validators.sv.xlf rename to src/Symfony/Component/Validator/Resources/translations/validators.sv.xlf index 17f7878b8f..d8932c2d25 100644 --- a/src/Symfony/Bundle/FrameworkBundle/Resources/translations/validators.sv.xlf +++ b/src/Symfony/Component/Validator/Resources/translations/validators.sv.xlf @@ -110,18 +110,6 @@ This value is not a valid URL. Värdet är inte en giltig URL. - - This form should not contain extra fields. - Formuläret kan inte innehålla extra fält. - - - The uploaded file was too large. Please try to upload a smaller file. - Den uppladdade filen var för stor. Försök ladda upp en mindre fil. - - - The CSRF token is invalid. - CSRF-symbolen är inte giltig. - The two values should be equal. De två värdena måste vara lika. diff --git a/src/Symfony/Bundle/FrameworkBundle/Resources/translations/validators.ua.xlf b/src/Symfony/Component/Validator/Resources/translations/validators.ua.xlf similarity index 90% rename from src/Symfony/Bundle/FrameworkBundle/Resources/translations/validators.ua.xlf rename to src/Symfony/Component/Validator/Resources/translations/validators.ua.xlf index 41ea5579ef..0fd33e176e 100644 --- a/src/Symfony/Bundle/FrameworkBundle/Resources/translations/validators.ua.xlf +++ b/src/Symfony/Component/Validator/Resources/translations/validators.ua.xlf @@ -110,18 +110,6 @@ This value is not a valid URL. Значення URL недопустиме. - - This form should not contain extra fields. - Ця форма не повинна містити додаткових полів. - - - The uploaded file was too large. Please try to upload a smaller file. - Завантажений файл занадто великий. Будь-ласка, спробуйте завантажити файл меншого розміру. - - - The CSRF token is invalid. Please try to resubmit the form. - CSRF значення недопустиме. Будь-ласка, спробуйте відправити форму знову. - The two values should be equal. Обидва занчення повинні бути одинаковими. diff --git a/src/Symfony/Bundle/FrameworkBundle/Resources/translations/validators.zh_CN.xlf b/src/Symfony/Component/Validator/Resources/translations/validators.zh_CN.xlf similarity index 93% rename from src/Symfony/Bundle/FrameworkBundle/Resources/translations/validators.zh_CN.xlf rename to src/Symfony/Component/Validator/Resources/translations/validators.zh_CN.xlf index 0fcb15288f..f5f5416ef6 100644 --- a/src/Symfony/Bundle/FrameworkBundle/Resources/translations/validators.zh_CN.xlf +++ b/src/Symfony/Component/Validator/Resources/translations/validators.zh_CN.xlf @@ -110,18 +110,6 @@ This value is not a valid URL. 该值不是一个有效的 URL 地址. - - This form should not contain extra fields. - 该表单中不可有额外字段. - - - The uploaded file was too large. Please try to upload a smaller file. - 上传文件太大, 请重新尝试上传一个较小的文件. - - - The CSRF token is invalid. Please try to resubmit the form. - CSRF 验证符无效, 请重新提交. - The two values should be equal. 该两个变量的值应该相同.