[ Index ] |
|
Code source de PHP NUKE 7.9 |
1 <?php 2 3 /**************************************************************************/ 4 /* PHP-NUKE: Advanced Content Management System */ 5 /* ============================================ */ 6 /* */ 7 /* This is the language module with all the system messages */ 8 /* */ 9 /* If you made a translation, please go to my website and send to me */ 10 /* the translated file. Please keep the original text order by modules, */ 11 /* and just one message per line, also double check your translation! */ 12 /* */ 13 /* You need to change the second quoted phrase, not the capital one! */ 14 /* */ 15 /* If you need to use double quotes (") remember to add a backslash (\), */ 16 /* so your entry will look like: This is \"double quoted\" text. */ 17 /* And, if you use HTML code, please double check it. */ 18 /**************************************************************************/ 19 20 21 define("_CURRENTTOPICS","Current Active Topics"); 22 define("_CLICK2EDIT","Click on Topic to Edit"); 23 define("_ADDATOPIC","Add a New Topic"); 24 define("_TOPICNAME","Topic Name"); 25 define("_TOPICNAME1","(just a name without spaces - max: 20 characters)"); 26 define("_TOPICNAME2","(for example: gamesandhobbies)"); 27 define("_TOPICTEXT","Topic Text"); 28 define("_TOPICTEXT1","(the full topic text or description - max: 40 characters)"); 29 define("_TOPICTEXT2","(for example: Games and Hobbies)"); 30 define("_TOPICIMAGE","Topic Image"); 31 define("_ADDTOPIC","Add Topic"); 32 define("_EDITTOPIC","Edit Topic"); 33 define("_ADDRELATED","Add Related Links"); 34 define("_ACTIVERELATEDLINKS","Active Related Links"); 35 define("_SITENAME","Site Name"); 36 define("_NORELATED","There are no related links for this topic"); 37 define("_EDITRELATED","Edit Related Link"); 38 define("_YES","Yes"); 39 define("_NO","No"); 40 define("_TOPICSMANAGER","Topics Manager"); 41 define("_DELETETOPIC","Delete Topic"); 42 define("_TOPICDELSURE","Are you sure you want to delete Topic"); 43 define("_TOPICDELSURE1","This will delete ALL it's stories and it's comments!"); 44 45 46 ?>
titre
Description
Corps
titre
Description
Corps
titre
Description
Corps
titre
Corps
Généré le : Sun Apr 1 11:11:59 2007 | par Balluche grâce à PHPXref 0.7 |