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

24 lines
1.8 KiB

<?php /*
for more information: see languages.txt in the lang folder.
*/
$langLinkSite = "Napravi link ka Web-u";
$langSubTitle = "Dodaje link na po&#269;etnu stranicu vašeg kursa. Da biste uradili ovo, idite na tu stranicu, kopirajte njen URL u address bar na vrhu vašeg pretraživa&#269;a i prilepite ga u Link polje ispod.";
$langAddPage = "Dodaj stranicu";
$langSendPage = "Stranica za u&#269;itavanje na server";
$langCouldNot = "Fajl nije mogao da se u&#269;ita na server";
$langOkSentPage = "Vaš paket je u&#269;itan na server.<p>Napravjen je i link ka njemu sa <a href=\\\"../../\".$_course[\'path\'].\"/index.php\\\">Po&#269;etne stranice</a> ";
$langOkSentLink = "Vaš link je dodat. Sad mu je mogu&#263;e pristupiti sa <a href=\\\"\".api_get_path(WEB_COURSE_PATH). $_course[\'path\'] . \"/index.php\\\">Homepage</a>";
$langTooBig = "Niste izabrali nijedan fajl za slanje ili je prevelik";
$langExplanation = "Stranica mora da bude u HTML formatu (npr. „moja_stranica.htm“). Bi&#263;e napravljen link ka njoj sa po&#269;etne stranice. Ako želite da pošaljete nešto što nije u HTML formatu (PDF, Word, Power Point, Video, itd.) koristite <a href=../document/document.php>Alatka za Dokumente</a>";
$langPgTitle = "Naslov stranice";
$langNoLinkURL = "Molim Vas unesite URL linka";
$langLinkTarget = "Povezuje odredišta";
$langSameWindow = "U istom porzoru";
$langNewWindow = "U novom porzoru";
$langAdded = "Link je dodat";
$langAddLink = "Dodavanje linka";
$langNoLinkName = "Molim Vas, unesite ime linka";
$langEditLink = "Izmeni link po&#269;etne stranice kursa";
$langChangePress = "Izmenite i kliknite na OK";
$langLinkChanged = "Link po&#269;etne stranice kursa je promenjen. Koristite meni putanje iznad da se vratite na po&#269;etnu stranicu.";
?>