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_unicode/notebook.inc.php

13 lines
465 B

<?php /*
for more information: see languages.txt in the lang folder.
*/
$NewNote = "Nova beležka";
$Note = "Beležka";
$NoteDeleted = "Beležka je bila odstranjena";
$NoteUpdated = "Beležka je bila ažurirana";
$NoteCreated = "Beležka je bila ustvarjena";
$YouMustWriteANote = "Prosim, dodajte zapis v beležko";
$WriteYourNoteHere = "Prosim, dodajte zapis beležke tukaj";
$SaveNote = "Shrani beležko";
$WriteYourNoteHere = "Tule zapišite svojo beležko";
?>