Skip to content

Commit

Permalink
Merge pull request #20 from sosojni/master
Browse files Browse the repository at this point in the history
Croatian translation
  • Loading branch information
kartik-v committed Mar 9, 2015
2 parents d1d89f2 + 8cc9af6 commit 309b0e5
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions messages/hr/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:' => 'Bilješka:',
'multiple file upload' => 'višestruko spremanje datoteka',
'file preview and multiple file upload' => 'pregled datoteka i višestruko spremanje datoteka',
'Your browser does not support {validation}. Try an alternative or more recent browser to access these features.' => 'Vaš internet preglednik ne podupire {validation}. Pokušajte sa novijom verzijom internet preglednika.',
'Browse' => 'Odaberi',
'Remove' => 'Ukloni',
'Upload' => 'Snimi na server',
];

0 comments on commit 309b0e5

Please sign in to comment.