diff options
Diffstat (limited to 'plugins/Calendar/Locale/th_TH/translations.php')
-rw-r--r-- | plugins/Calendar/Locale/th_TH/translations.php | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/plugins/Calendar/Locale/th_TH/translations.php b/plugins/Calendar/Locale/th_TH/translations.php new file mode 100644 index 00000000..72efa951 --- /dev/null +++ b/plugins/Calendar/Locale/th_TH/translations.php @@ -0,0 +1,13 @@ +<?php + +return array( + 'Calendar' => 'ปฏิทิน', + 'Calendar settings' => 'ตั้งค่าปฏิทิน', + 'Project calendar view' => 'มุมมองปฏิทินของโปรเจค', + 'User calendar view' => 'มุมมองปฏิทินของผู้ใช้', + 'My calendar' => 'ปฎิทินของฉัน', + 'Switch to the list view' => 'เปลี่ยนเป็นมุมมองลิสต์', + 'Show tasks based on the start date' => 'แสดงงานจากวันที่เริ่ม', + 'Subtasks time tracking' => 'การติดตามเวลางานย่อย', +); + |