server/apps/files_sharing/l10n/hr.php

8 lines
169 B
PHP
Raw Normal View History

2013-04-27 00:24:29 +00:00
<?php $TRANSLATIONS = array(
"Password" => "Lozinka",
"Submit" => "Pošalji",
2013-06-30 00:13:07 +00:00
"Download" => "Preuzimanje",
"Upload" => "Učitaj",
"Cancel upload" => "Prekini upload"
2013-04-27 00:24:29 +00:00
);