diff options
author | Giovanni Scafora <linuxmania@gmail.com> | 2008-06-12 09:43:34 +0200 |
---|---|---|
committer | Callan Barrett <wizzomafizzo@gmail.com> | 2008-06-12 11:39:01 +0200 |
commit | f735ece7e1b53cdbd21829ffd885e7db75c78fb5 (patch) | |
tree | 043185c26531703dd361f99450a854da9decfdb6 /web/lang/it/acctfuncs_po.inc | |
parent | 604156950c42af1f0b592c6dc6758d44670db4da (diff) | |
download | aur-f735ece7e1b53cdbd21829ffd885e7db75c78fb5.tar.gz aur-f735ece7e1b53cdbd21829ffd885e7db75c78fb5.tar.xz |
Updated Italian translation
Signed-off-by: Giovanni Scafora <linuxmania@gmail.com>
Signed-off-by: Callan Barrett <wizzomafizzo@gmail.com>
Diffstat (limited to 'web/lang/it/acctfuncs_po.inc')
-rw-r--r-- | web/lang/it/acctfuncs_po.inc | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/web/lang/it/acctfuncs_po.inc b/web/lang/it/acctfuncs_po.inc index ebada425..b4be9956 100644 --- a/web/lang/it/acctfuncs_po.inc +++ b/web/lang/it/acctfuncs_po.inc @@ -93,4 +93,12 @@ $_t["it"]["It must be "] = "Deve essere "; $_t["it"]["can contain only one period, underscore or hyphen."] = "può contenere solo un punto, un trattino basso o un trattino."; +$_t["it"]["It must be between %s and %s characters long"] = "Deve contenere un minimo di %s ed un massimo di %s caratteri"; + +$_t["it"]["Your password must be at least %s characters."] = "La password deve contenere almeno %s caratteri."; + +$_t["it"]["Can contain only one period, underscore or hyphen."] = "Può contenere solo un punto, un trattino basso o un trattino."; + +$_t["it"]["Start and end with a letter or number"] = "Inizia e finisce con una lettera o un numero"; + ?>
\ No newline at end of file |