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

15 lines
1019 B

<?php /*
for more information: see languages.txt in the lang folder.
*/
$langPgTitle = "Naslov stranice";
$langExplanation = "Stranica mora da bude u HTML formatu (npr. „moja_stranica.htm\"). Ako želite da pošaljete dokumente koji nisu HTML (PDF, Word, Power Point, Video, itd.) koristite <a href=../document/document.php>Alatku za dokumente</a>";
$langTooBig = "Niste odabrali nijedan fajl za u&#269;itavanje na server ili je fajl preveliki.";
$langCouldNot = "U&#269;itavanje fajla nije uspelo.";
$langNotAllowed = "Nije dozvoljeno";
$langAddPageToSite = "Dodavanje stranice u okruženje";
$langCouldNotSendPage = "Ovaj fajl nije u HTML formatu i ne mo\\e da se u;ita na server. Ako želite da pošaljete dokument koji nije u HTML formatu (PDF, Word, Power Point, Video, itd.) koristite <a href=../document/document.php>Dokumeta alatku</a>";
$langSendPage = "Stranica za u&#269;itavanje";
$langPageTitleModified = "Naslov stranice je izmenjen";
$langPageAdded = "Stranica je dodata";
$langAddPage = "Dodaj stranicu";
?>