You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
979 B
22 lines
979 B
<?php
|
|
/*
|
|
for more information: see languages.txt in the lang folder.
|
|
*/
|
|
$lang_new_item = "novi element dodan";
|
|
$lang_title_notification = "Od vaše posljednje posjete";
|
|
$lang_update_agenda = "postojeći element rasporeda ažuriran";
|
|
$lang_new_agenda = "novi element rasporeda dodan";
|
|
$lang_update_announcements = "postojeća obavijest ažurirana";
|
|
$lang_new_announcements = "nova obavijest dodana";
|
|
$lang_new_document = "novi dokument(i) dodan(i)";
|
|
$lang_new_exercise = "aktivirana nova vježba";
|
|
$lang_update_link = "postojeći podatci o poveznici ažurirani";
|
|
$lang_new_link = "nova poveznica dodana";
|
|
$lang_new_forum_topic = "nova tema dodana";
|
|
$lang_new_groupforum_topic = "nova tema dodana forumu skupine";
|
|
$lang_new_dropbox_file = "primljena nova datoteka";
|
|
$lang_update_dropbox_file = "datoteka u vašem pretincu je ažurirana";
|
|
$ForumCategoryAdded = "Kategorija foruma je dodana";
|
|
$LearnpathAdded = "Put učenja dodan";
|
|
$GlossaryAdded = "Dodan je novi izraz u Kazalo";
|
|
?>
|