translation-value-sets/id/position_set.php
2020-09-07 15:02:32 +02:00

14 lines
458 B
PHP

<?PHP
$position_set['left'] = 'Kiri';
$position_set['top_left'] = 'Kiri atas';
$position_set['top'] = 'Atas';
$position_set['top_right'] = 'Kanan atas';
$position_set['right'] = 'Kanan';
$position_set['bottom_right'] = 'Bawah kanan';
$position_set['bottom'] = 'Bawah';
$position_set['bottom_left'] = 'Bawah kiri';
$position_set['center'] = 'Pusat';
$position_set['rear_side'] = 'Belakang';
$position_set['edge'] = 'Pinggir';
$position_set['other'] = 'Lain';