From: <on...@us...> - 2002-09-17 15:19:39
|
Update of /cvsroot/xoops/xoops-current/html/language/english In directory usw-pr-cvs1:/tmp/cvs-serv23604 Modified Files: global.php Log Message: no message Index: global.php =================================================================== RCS file: /cvsroot/xoops/xoops-current/html/language/english/global.php,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** global.php 10 Aug 2002 04:35:46 -0000 1.4 --- global.php 17 Sep 2002 15:19:34 -0000 1.5 *************** *** 31,38 **** define("_THREAD","Thread"); define("_POSTER","Poster"); ! define("_JOINED","Joined: "); ! define("_POSTS","Posts: "); ! define("_FROM","From: "); ! define("_POSTED","Posted: "); // Posted date define("_PROFILE","Profile"); define("_VISITWEBSITE","Visit Website"); --- 31,38 ---- define("_THREAD","Thread"); define("_POSTER","Poster"); ! define("_JOINED","Joined"); ! define("_POSTS","Posts"); ! define("_FROM","From"); ! define("_POSTED","Posted"); // Posted date define("_PROFILE","Profile"); define("_VISITWEBSITE","Visit Website"); *************** *** 51,56 **** define("_BOTTOM","Bottom"); define("_ONLINE","Online!"); ! define("_CANCEL","Cancel"); --- 51,63 ---- define("_BOTTOM","Bottom"); define("_ONLINE","Online!"); ! define('_NUMCOMMENTS', "%s comments"); ! define('_NUMVIEWS', "%s views"); ! define('_UPDATED', "Updated"); define("_CANCEL","Cancel"); + define("_ASCENDING","Ascending order"); + define("_DESCENDING","Descending order"); + define("_RATING","Rating"); + define("_VIEWS","Views"); + define("_COMMENTS",'Comments'); *************** *** 139,142 **** --- 146,168 ---- define('_WELCOMETO','Welcome to %s'); define('_SEARCH','Search'); + define('_CATEGORIES', 'Categories'); + define('_SUBCATEGORIES', 'Sub-Categories'); + define('_ALL', 'All'); + define('_NAVIGATION', 'Navigation'); + define('_SECTION', 'Section'); + define('_SORTBY', 'Sort by'); + define('_ORDERBY', 'Order by'); + define('_TITLE', 'Title'); + define('_MESSAGE', 'Message'); + define('_OPTIONS', 'Options'); + define('_DISABLEXCODE', 'Disable xcode'); + define('_ATTACHSIG', 'Attach Signature'); + define('_QUOTE', 'Quote'); + define('_RELATEDITEMS', 'Related Items'); + define('_EDITMESSAGE', 'Edit Message'); + define('_PREVMESSAGE', 'Preview Message'); + define('_HASSUBMITTED', 'Your message has been submitted!'); + define('_ORIGMESSAGE', 'Original Message'); + //%%%%% File Name class/xoopsform/formmatchoption.php %%%%% *************** *** 161,164 **** --- 187,191 ---- define("_ERRORIMGPOS","ERROR! Enter the position of the image."); define("_ENTEREMAIL","Enter the email address you want to add."); + define("_ENTERCODE","Enter the codes that you want to add."); define("_ENTERQUOTE","Enter the text that you want to be quoted."); define("_ENTERTEXTBOX","Please input text into the textbox."); |