PHP Classes

File: Locale/zh_CN/translations.php

Recommend this page to a friend!
  Classes of kiran   Kanboard Timetable plugin   Locale/zh_CN/translations.php   Download  
File: Locale/zh_CN/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: 961 bytes
 

Contents

Class file image Download
<?php

return array(
   
'Start time' => '????',
   
'End time' => '???1?',
   
'Comment' => '??',
   
'All day' => '??',
   
'Day' => '??',
   
'Manage timetable' => '?????',
   
// 'Overtime timetable' => '',
   
'Time off timetable' => '?????',
   
'Timetable' => '???',
   
'Work timetable' => '?????',
   
'Week timetable' => '????',
   
'Day timetable' => '????',
   
'From' => '?',
   
'To' => '?',
   
'Time slot created successfully.' => '????????',
   
'Unable to save this time slot.' => '?????????',
   
'Time slot removed successfully.' => '????????',
   
'Unable to remove this time slot.' => '?????????',
   
'Do you really want to remove this time slot?' => '???????????',
   
'Remove time slot' => '?????',
   
'Add new time slot' => '??????',
);