Skip to content

Commit

Permalink
Merge pull request 2amigos#126 from dennybiasiolli/patch-1
Browse files Browse the repository at this point in the history
adding php open tag in italian translation file
  • Loading branch information
tonydspaniard authored Oct 2, 2017
2 parents 945d650 + 35b4504 commit 84ee8ae
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions src/messages/it/fileupload.php
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
<?php

/**
* Message translations.
*
* This file is automatically generated by 'yii message' command.
* 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 [
'Add files' => 'Aggiungi file',
'Start upload' => 'Inizia Upload',
Expand Down

0 comments on commit 84ee8ae

Please sign in to comment.