blob: 62305c15711d1778221faafcb16bec3aa74648c6 (
plain)
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"
);
|