From a51a4651c6b6fce146f0dcfb63260c4442efc0f1 Mon Sep 17 00:00:00 2001 From: Kartik Visweswaran Date: Fri, 24 Oct 2014 09:04:03 +0530 Subject: [PATCH] Fix #177: Add Italian translations --- CHANGE.md | 1 + messages/it/fileinput.php | 27 +++++++++++++++++++++++++++ 2 files changed, 28 insertions(+) create mode 100644 messages/it/fileinput.php diff --git a/CHANGE.md b/CHANGE.md index 0a96c4f..42ddaca 100644 --- a/CHANGE.md +++ b/CHANGE.md @@ -5,6 +5,7 @@ version 3.1.0 1. enh #169: Enhancement for ICU format conversion for DatePicker and DateTimePicker (enrica, kartik-v). 2. bug #172: More correct InputWidget name field parsing. 3. enh #173: Fix styling for FileInput additional line feed. +4. enh #177: Add Italian translations. version 3.0.0 ============= diff --git a/messages/it/fileinput.php b/messages/it/fileinput.php new file mode 100644 index 0000000..e6aad32 --- /dev/null +++ b/messages/it/fileinput.php @@ -0,0 +1,27 @@ + 'Note', + 'multiple file upload' => 'caricamento file multipli', + 'file preview and multiple file upload' => 'anteprima file e caricamento file multipli', + 'Browse' => 'Scegli', + 'Upload' => 'Carica', + 'Remove' => 'Rimuovi', + 'Your browser does not support {validation}. Try an alternative or more recent browser to access these features.' => 'Il tuo browser non supporta {validation}. Provane uno alternativo o una versione aggiornata per accedere a questa caratteristica', +];