Blame view
sources/lib/l10n/hr.php
392 Bytes
|
03e52840d
|
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 |
<?php $TRANSLATIONS = array( "Help" => "Pomoć", "Personal" => "Osobno", "Settings" => "Postavke", "Users" => "Korisnici", "Authentication error" => "Greška kod autorizacije", "Files" => "Datoteke", "Text" => "Tekst", "seconds ago" => "sekundi prije", "today" => "danas", "yesterday" => "jučer", "last month" => "prošli mjesec", "last year" => "prošlu godinu", "years ago" => "godina" ); |