Chamilo is a learning management system focused on ease of use and accessibility
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.
chamilo-lms/main/lang/serbian/notification.inc.php

18 lines
848 B

<?php /*
for more information: see languages.txt in the lang folder.
*/
$lang_new_item = "nova stavka je dodata";
$lang_title_notification = "Od va<EFBFBD>e poslednje posete";
$lang_update_agenda = "postoje&#263;a stavka agende je a<EFBFBD>urirana";
$lang_new_agenda = "nova stavka je dodata ";
$lang_update_announcements = "postoje&#263;e obave<EFBFBD>tenje je a<EFBFBD>urirano ";
$lang_new_announcements = "novo obave<EFBFBD>tenje je dodato";
$lang_new_document = "Nova dokumenta su dodata";
$lang_new_exercise = "nova ve<EFBFBD>ba je dostupna";
$lang_update_link = "postoje&#263;a informacija o linku je a<EFBFBD>urirana ";
$lang_new_link = "novi link je dodat";
$lang_new_forum_topic = "nova tema je dodata";
$lang_new_groupforum_topic = "nova tema je dodata u forum grupe";
$lang_new_dropbox_file = "novi fajl je stigao";
$lang_update_dropbox_file = "fajl u va<EFBFBD>em dropbox-u je a<EFBFBD>uriran ";
?>