From 8198078d96b11e4ed59b792e95ca000a85e8a3d0 Mon Sep 17 00:00:00 2001 From: Michele Orselli Date: Tue, 6 Sep 2011 22:35:40 +0200 Subject: [PATCH] updated italian translation for validators --- .../translations/validators.it.xliff | 66 ++++++++++++++++++- 1 file changed, 63 insertions(+), 3 deletions(-) diff --git a/src/Symfony/Bundle/FrameworkBundle/Resources/translations/validators.it.xliff b/src/Symfony/Bundle/FrameworkBundle/Resources/translations/validators.it.xliff index ef75139aa4..3edcc9d5eb 100644 --- a/src/Symfony/Bundle/FrameworkBundle/Resources/translations/validators.it.xliff +++ b/src/Symfony/Bundle/FrameworkBundle/Resources/translations/validators.it.xliff @@ -32,7 +32,7 @@ One or more of the given values is invalid - One or more of the given values is invalid + Uno o più valori inseriti non sono validi The fields {{ fields }} were not expected @@ -119,13 +119,73 @@ Il file caricato è troppo grande. Per favore caricare un file più piccolo - The CSRF token is invalid - Il token CSRF non è valido + The CSRF token is invalid. Please try to resubmit the form + Il token CSRF non è valido. Provare a reinviare la form The two values should be equal I due valori dovrebbero essere uguali + + The file is too large. Allowed maximum size is {{ limit }} + Il file è troppo grande. La dimensione massima è {{ limit }} + + + The file is too large + Il file è troppo grande + + + The file could not be uploaded + Il file non può essere caricato + + + This value should be a valid number + Questo valore dovrebbe essere un numero + + + This file is not a valid image + Questo file non è una immagine valida + + + This is not a valid IP address + Questo valore non è un indirizzo IP valido + + + This value is not a valid language + Questo valore non è una lingua valida + + + This value is not a valid locale + Questo valore non è una impostazione regionale valida + + + This value is not a valid country + Questo valore non è una nazione valida + + + This value is already used + Questo valore è già stato utilizzato + + + The size of the image could not be detected + La dimensione dell'immagine non può essere determinata + + + The image width is too big ({{ width }}px). Allowed maximum width is {{ max_width }}px + La larghezza dell'immagine è troppo grande ({{ width }}px). La larghezza massima è di {{ max_width }}px + + + The image width is too small ({{ width }}px). Minimum width expected is {{ min_width }}px + La larghezza dell'immagine è troppo piccola ({{ width }}px). La larghezza minima è di {{ min_width }}px + + + The image height is too big ({{ height }}px). Allowed maximum height is {{ max_height }}px + L'altezza dell'immagine è troppo grande ({{ height }}px). L'altezza massima è di {{ max_height }}px + + + The image height is too small ({{ height }}px). Minimum height expected is {{ min_height }}px + L'altezza dell'immagine è troppo piccola ({{ height }}px). L'altezza minima è di {{ min_height }}px +