aboutsummaryrefslogtreecommitdiffhomepage
path: root/vendor/symfony/form/Symfony/Component/Form/Resources/translations/validators.it.xlf
blob: aa15264d9faad4e4846514ec8a529930a4b55ee0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<?xml version="1.0"?>
<xliff version="1.2" xmlns="urn:oasis:names:tc:xliff:document:1.2">
    <file source-language="en" datatype="plaintext" original="file.ext">
        <body>
            <trans-unit id="28">
                <source>This form should not contain extra fields.</source>
                <target>Questo form non dovrebbe contenere nessun campo extra.</target>
            </trans-unit>
            <trans-unit id="29">
                <source>The uploaded file was too large. Please try to upload a smaller file.</source>
                <target>Il file caricato è troppo grande. Per favore caricare un file più piccolo.</target>
            </trans-unit>
            <trans-unit id="30">
                <source>The CSRF token is invalid. Please try to resubmit the form.</source>
                <target>Il token CSRF non è valido. Provare a reinviare il form.</target>
            </trans-unit>
        </body>
    </file>
</xliff>