<?php /****************************************************************************\ * TaskFreak! * * multi user * ****************************************************************************** * Version: 0.6.3 * * Authors: Stan Ozier <hide@address.com> * * Translation by Po Ming <hide@address.com> * * License: http://www.gnu.org/licenses/gpl.txt (GPL) * \****************************************************************************/ // project status $GLOBALS['langProjectStatus'] = array( 0 => 'æ°æ¹æ¡', // 0 is for new project 10 => 'è¨åä¸', // anything between 0 and 40 20 => 'é²è¡ä¸', // is free to be customized 40 => '已宿', // anything 40 and over 50 => '已忶' // is for non active projects ); // project position $GLOBALS['langProjectPosition'] = array( 1 => '訪客', // see only, no action 2 => 'å®å¡', // add comments 3 => 'æå¡', // add tasks, add comments, task status 4 => '編輯', // add/edit all tasks, comments, project members and status 5 => 'ç¶ç' // everything ); // members global position $GLOBALS['langGlobalPosition'] = array( 1 => '客人', // access own projects, view only public tasks 2 => 'å §é¨äººå¡', // access own projects, create projects, create tasks 3 => '管çå¡', // access own projects, create projects, tasks 4 => 'è¶ ç´ç®¡çå¡' // everything ); // task (item) status $GLOBALS['langItemStatus'] = array( 0 => '0%', 1 => '20%', 2 => '40%', 3 => '60%', 4 => '80%', 5 => '100%' ); // contexts $GLOBALS['langItemContext'] = array ( 1 => 'å·¥ä½', 2 => 'æè°', 3 => 'ææª', 4 => '網絡', 5 => 'é»è©±', 6 => 'é»éµ', 7 => 'å®¶å', 8 => 'å ¶ä»' ); $GLOBALS['langItemPriority'] = array ( 1 => 'ç·æ¥', 2 => 'é«åªå ç´', 3 => 'ä¸åªå ç´', 4 => 'æ®éåªå ç´', 5 => 'ä½åªå ç´', 6 => 'æ´ä½åªå ', 7 => 'å¾ä½åªå ', 8 => 'æä½åªå ç´', 9 => 'ç¡' ); ?>