mirror of
https://github.com/moodle/moodle.git
synced 2025-02-21 01:48:45 +01:00
25 lines
2.0 KiB
PHP
25 lines
2.0 KiB
PHP
<?PHP // $Id$
|
|
// error.php - created with Moodle 1.4.1+ (2004083101)
|
|
|
|
|
|
$string['coursegroupunknown'] = 'Íå å óêàçàí êóðñ, êîéòî äà ñúîòâåòñòâà íà ãðóïàòà $a.';
|
|
$string['erroronline'] = 'Ãðåøêà íà ðåä $a!';
|
|
$string['fieldrequired'] = 'Ïîëåòî \"$a\" å çàäúëæèòåëíî!';
|
|
$string['filenotfound'] = 'Ñúæàëÿâàìå, íî çàÿâåíèÿò ôàéë íå å îòêðèò!';
|
|
$string['groupalready'] = 'Ïîòðåáèòåëÿò âå÷å å âêëþ÷åí â ãðóïàòà \"$a\"!';
|
|
$string['groupunknown'] = 'Ãðóïàòà $a íå å îáâúðçàíà ñ óêàçàíèÿ êóðñ';
|
|
$string['invalidfieldname'] = '\"$a\" íå å âàëèäíî èìå íà ïîëå!';
|
|
$string['modulerequirementsnotmet'] = 'Ìîäóëúò \"$a->modulename\" ($a->moduleversion) íå ìîæå äà áúäå èíñòàëèðàí. Òîçè ìîäóë èçèñêâà ïî-íîâà âåðñèÿ íà Moodle (ïîíàñòîÿùåì âèå èçïîëçâàòå $a->currentmoodle, à ìîäóëúò èçèñêâà $a->requiremoodle).';
|
|
$string['notavailable'] = 'Òîçè ðåñóðñ íå å äîñòúïåí â ìîìåíòà.';
|
|
$string['restricteduser'] = 'Ñúæàëÿâàìå, íî çà âàøèÿ ïðîôèë (\"$a\") å àêòèâèðàíà çàáðàíà çà èçâúðøâàíåòî íà òîâà äåéñòâèå.';
|
|
$string['unknowncourse'] = 'Êóðñúò \"$a\" å íåïîçíàò çà ñèñòåìàòà!';
|
|
$string['usernotaddederror'] = 'Ïîòðåáèòåëÿò \"$a\" ÍÅ å ñúçäàäåí - ãðåøêà îò íåèçâåñòåí òèï';
|
|
$string['usernotaddedregistered'] = 'Ïîòðåáèòåëÿò \"$a\" íå å äîáàâåí - âå÷å å ðåãèñòðèðàí
|
|
';
|
|
$string['usernotavailable'] = 'Íÿìàòå äîñòúï äî äàííèòå çà ïîòðåáèòåëÿ.';
|
|
$string['confirmsesskeybad'] = "Sorry, but your session key could not be confirmed to carry out this action. This security feature prevents against accidental or malicious execution of important functions in your name. Please make sure you really wanted to execute this function.";
|
|
$string['missingfield'] = "Field \"\$a\" is missing";
|
|
$string['processingstops'] = "Processing stops here. Remaining records ignored.";
|
|
$string['sessionipnomatch'] = "Sorry, but your IP number seems to have changed from when you first logged in. This security feature prevents crackers stealing your identity while logged in to this site. Normal users should not be seeing this message - please ask the site administrator for help.";
|
|
|
|
?>
|