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/slovenian/notification.inc.php

35 lines
1.6 KiB

<?php /*
for more information: see languages.txt in the lang folder.
*/
$lang_new_item = "nov element dodan";
$lang_title_notification = "Od va<EFBFBD>ega zadnjega obiska";
$lang_update_agenda = "obstoje<EFBFBD> element agende a<EFBFBD>uriran";
$lang_new_agenda = "nov element agende dodan";
$lang_update_announcements = "obstoje<EFBFBD>e obvestilo a<EFBFBD>urirano";
$lang_new_announcements = "novo obvestilo dodano";
$lang_new_document = "nov dokument(dokumenti) dodan dodani)";
$lang_new_exercise = "nova vaja omogo<EFBFBD>ena";
$lang_update_link = "informacija o obstoe<EFBFBD>i povezavi a<EFBFBD>urirana";
$lang_new_link = "nova povezava dodana";
$lang_new_forum_topic = "nova tema dodana";
$lang_new_groupforum_topic = "nova tema dodana v forum skupine";
$lang_new_dropbox_file = "prejeta nova datoteka";
$lang_update_dropbox_file = "datoteka v va<EFBFBD>em nabiralniku je bila a<EFBFBD>urirana";
$ForumCategoryAdded = "Kategorija foruma je bila dodana";
$LearnpathAdded = "U<EFBFBD>na pot je bila dodana";
$GlossaryAdded = "Nova beseda je bila dodana v besednjak";
$QuizQuestionAdded = "Novo vpra<EFBFBD>anje je bilo dodano";
$QuizQuestionUpdated = "Vpra<EFBFBD>anje je bilo a<EFBFBD>urirano";
$QuizQuestionDeleted = "Vpra<EFBFBD>anje je bilo odstranjeno";
$QuizUpdated = "Test je bil a<EFBFBD>uriran";
$QuizAdded = "Test je bil dodan";
$QuizDeleted = "Test je bil odstranjen";
$DocumentInvisible = "Dokument je skrit";
$DocumentVisible = "Dokument je viden";
$CourseDescriptionAdded = "Opis te<EFBFBD>aja je bil dodan";
$WikiAdded = "Wiki je bil dodan";
$SurveyAdded = "Vpra<EFBFBD>alnik je bil dodan";
$NotebookAdded = "Bele<EFBFBD>ka je bila dodana";
$NotebookUpdated = "Bele<EFBFBD>ka je bila a<EFBFBD>urirana";
$NotebookDeleted = "Bele<EFBFBD>ka je bila odstranjena";
?>