mirror of
https://github.com/moodle/moodle.git
synced 2025-02-02 14:19:07 +01:00
5a4a62f745
Translated by Andrew Ivanov [red_eye@abv.bg]
28 lines
916 B
PHP
28 lines
916 B
PHP
<?PHP // $Id$
|
|
// attendance.php - created with Moodle 1.4.1+ (2004083101)
|
|
|
|
|
|
$string['absentlong'] = 'Îòñúñòâà';
|
|
$string['absentshort'] = 'Î';
|
|
$string['auto'] = 'àâòîìàòè÷íî';
|
|
$string['downloadexcelfull'] = 'Èçòåãëÿíå íà âñè÷êè äàííè â Excel òàáëèöà';
|
|
$string['downloadexceltotals'] = 'Èçòåãëÿíå íà îáîáùåíè äàííè â Excel òàáëèöà';
|
|
$string['downloadtextfull'] = 'Èçòåãëÿíå íà ïúëåí òåêñòîâ äîêëàä';
|
|
$string['downloadtexttotals'] = 'Èçòåãëÿíå íà îáîáùåí òåêñòîâ äîêëàä';
|
|
$string['endbeforestart'] = 'Êðàéíàòà äàòà å ïðåäè íà÷àëíàòà';
|
|
$string['for'] = 'çà';
|
|
$string['friday'] = 'Ïò';
|
|
$string['gradeshort'] = 'Îöåíåí(à)';
|
|
$string['monday'] = 'Ïí';
|
|
$string['of'] = 'îò';
|
|
$string['pages'] = 'Ñòðàíèöè';
|
|
$string['presentlong'] = 'Ïðèñúñòâà';
|
|
$string['presentshort'] = 'Ï';
|
|
$string['saturday'] = 'Ñá';
|
|
$string['sunday'] = 'Íä';
|
|
$string['thursday'] = '×åò';
|
|
$string['tuesday'] = 'Âò';
|
|
$string['wednesday'] = 'Ñð';
|
|
|
|
?>
|