Skip to content

Commit

Permalink
Fix #177: Add Italian translations
Browse files Browse the repository at this point in the history
  • Loading branch information
kartik-v committed Oct 24, 2014
1 parent 8a90b70 commit a51a465
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGE.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
=============
Expand Down
27 changes: 27 additions & 0 deletions messages/it/fileinput.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
<?php

/**
* Message translations for \kartik\widgets\FileInput.
*
* It contains the localizable messages extracted from source code.
* You may modify this file by translating the extracted messages.
*
* Each array element represents the translation (value) of a message (key).
* If the value is empty, the message is considered as not translated.
* Messages that no longer need translation will have their translations
* enclosed between a pair of '@@' marks.
*
* Message string can be used with plural forms format. Check i18n section
* of the guide for details.
*
* NOTE: this file must be saved in UTF-8 encoding.
*/
return [
'Note:' => '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',
];

0 comments on commit a51a465

Please sign in to comment.