<?php /****************************************************************************\ * TaskFreak! * * multi user * ****************************************************************************** * Version: 0.6.3 * * Authors: Stan Ozier <hide@address.com> * * Translation by Wang Yingqi <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 => 'æ ' ); ?>