moodle/lang/km_utf8/editor.php
2006-02-01 16:25:01 +00:00

41 lines
1.7 KiB
PHP

<?PHP // $Id$
// editor.php - created with Moodle 1.5.3+ (2005060230)
$string['address'] = 'អស័យដ្ឋាន';
$string['bold'] = 'បែប​ដិត​ខ្លាំង';
$string['cancel'] = 'បោះបង់';
$string['close'] = 'បិទ';
$string['delete'] = 'លុប';
$string['fontname'] = 'ឈ្មោះពុម្ពអក្សរ';
$string['fontsize'] = 'ទំហំពុម្ពអក្សរ';
$string['forecolor'] = 'ពណ៌ពុម្ពអក្សរ';
$string['formatblock'] = 'ទំរង់';
$string['heading'] = 'នាំមុខ';
$string['height'] = 'កំពស់';
$string['horizontalrule'] = 'បន្ទាត់ឈរ';
$string['insertimage'] = 'បញ្ចូលរូបភាព';
$string['inserttable'] = 'បញ្ចូលតារាង';
$string['italic'] = 'ទ្រេត';
$string['justifycenter'] = 'តំរឹមកណ្តាល';
$string['left'] = 'ឆ្វេង';
$string['linktargetnone'] = 'គ្មាន';
$string['linktitle'] = 'ចំណងជើង';
$string['normal'] = 'ធម្មតា';
$string['notset'] = 'មិនបានកំនត់';
$string['ok'] = 'យល់ព្រម';
$string['options'] = 'ជំម្រើស';
$string['percent'] = 'ភាគរយ';
$string['rename'] = 'ប្តូរឈ្មោះ';
$string['replaceall'] = 'ជំនួសទាំងអស់';
$string['replacewith'] = 'ជំនួស';
$string['right'] = 'ស្តាំ';
$string['rows'] = 'ជួរដេក';
$string['size'] = 'ទំហំ';
$string['type'] = 'ប្រភេទ';
$string['upload'] = 'បញ្ជូន';
$string['vertical'] = 'ឈរ';
$string['width'] = 'ទទឹង';
?>