moodle/lang/sr_utf8/error.php
2004-06-16 13:07:45 +00:00

19 lines
1.4 KiB
PHP
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?PHP // $Id$
// error.php - created with Moodle 1.3.1 (2004052501)
$string['coursegroupunknown'] = 'Одговарајући курс за групу $a није задат';
$string['erroronline'] = 'Грешка у линији $a';
$string['fieldrequired'] = '$a је обавезно поље';
$string['groupalready'] = 'Корисник већ припада групи $a';
$string['groupunknown'] = 'Група $a не припада датом курсу';
$string['missingfield'] = 'Недостаје поље ';
$string['modulerequirementsnotmet'] = 'Модул \"$a->modulename\" ($a->moduleversion) није инсталисан. Препоручујемо новију верзију Moodle-а (тренутно користите $a->currentmoodle, препоручујемо вам $a->requiremoodle).';
$string['notavailable'] = 'Тренутно није на располагању';
$string['restricteduser'] = 'Жао нам је, али ваш текући налог \"$a\" је ограничен и не можете урадити ову акцију.';
$string['unknowncourse'] = 'Непознато име курса ';
$string['usernotaddederror'] = 'Корисник \"$a\" није додат - непозната грешка';
$string['usernotaddedregistered'] = 'Корисник \"$a\" није додат - већ је регистрован';
?>