10 lines
138 B
PHP
10 lines
138 B
PHP
<?php
|
|
|
|
return array(
|
|
|
|
'id' => 'iskaznica',
|
|
'months' => 'mjeseci',
|
|
'term' => 'Termin',
|
|
'title' => 'Ime',
|
|
|
|
);
|