mirror of
https://github.com/moodle/moodle.git
synced 2025-02-25 04:23:22 +01:00
12 lines
299 B
PHP
12 lines
299 B
PHP
|
<?PHP // $Id$
|
|||
|
// block_html.php - created with Moodle 1.4 (2004083100)
|
|||
|
|
|||
|
|
|||
|
$string['configcontent'] = 'Tartalom';
|
|||
|
$string['configtitle'] = 'Blokk c<>me';
|
|||
|
$string['html'] = 'HTML';
|
|||
|
$string['leaveblanktohide'] = 'a c<>m elrejt<6A>s<EFBFBD>hez hagyja <20>resen';
|
|||
|
$string['newhtmlblock'] = '(<28>j HTML-blokk)';
|
|||
|
|
|||
|
?>
|