PHP Classes

File: Locale/id_ID/translations.php

Recommend this page to a friend!
  Classes of kiran   Kanboard Timetable plugin   Locale/id_ID/translations.php   Download  
File: Locale/id_ID/translations.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: Kanboard Timetable plugin
Plugin to present of timetable of pending tasks
Author: By
Last change:
Date: 3 years ago
Size: 1,018 bytes
 

Contents

Class file image Download
<?php

return array(
   
'Start time' => 'Waktu mulai',
   
'End time' => 'Waktu selesai',
   
'Comment' => 'Komentar',
   
'All day' => 'Semua hari',
   
'Day' => 'Hari',
   
'Manage timetable' => 'Mengatur jadwal',
   
'Overtime timetable' => 'Jadwal lembur',
   
'Time off timetable' => 'Jam absensi',
   
'Timetable' => 'Jadwal',
   
'Work timetable' => 'Jadwal kerja',
   
'Week timetable' => 'Jadwal mingguan',
   
'Day timetable' => 'Jadwal harian',
   
'From' => 'Dari',
   
'To' => 'Untuk',
   
'Time slot created successfully.' => 'Slot waktu berhasil dibuat.',
   
'Unable to save this time slot.' => 'Tidak dapat menyimpan slot waktu ini.',
   
'Time slot removed successfully.' => 'Slot waktu berhasil dihapus.',
   
'Unable to remove this time slot.' => 'Tidak dapat menghapus slot waktu ini.',
   
'Do you really want to remove this time slot?' => 'Apakah anda yakin akan menghapus slot waktu ini?',
   
'Remove time slot' => 'Hapus slot waktu',
   
'Add new time slot' => 'Tambah slot waktu baru',
);