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

30 lines
958 B

<?php
/*
for more information: see languages.txt in the lang folder.
*/
$StartPage = "Glavna strana";
$EditThisPage = "Izmeni stranu";
$AllPages = "Sve strane";
$AddNew = "Dodaj novu stranu";
$ChangesStored = "Promene su sačuvane";
$DifferencesNew = "Promene u verziji";
$Legend = "Legenda";
$ShowDifferences = "Uporedi odabrane verzije";
$SearchPages = "Traži";
$History = "Istorija";
$ShowThisPage = "Pogledaj stranu";
$DeleteThisPage = "Obriši stranu";
$DeleteWiki = "Izbriši sve";
$WikiPageDeleted = "Strana i njena istorija je izbrisana.";
$DeletePageHistory = "Obriši stranu i sve njene verzije";
$PageLocked = "Strana je zaštićena";
$Version = "Verzija";
$LockPage = "Zaštiti";
$WikiDiffAddedTex = "Tekst je dodat";
$HidePage = "Sakrij stranicu";
$ShowPage = "Prikaži stranicu";
$HideDiscuss = "Sakrij diskusiju";
$ShowDiscuss = "Prikaži diskusiju";
$LockByTeacher = "Onemogućeno od strane trenera";
$StandardTask = "Standardni zadatak";
?>