| [ 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 the site 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 define("_USERSJOURNAL","Users Journal"); 21 define("_YOUMUSTBEMEMBER","You must be a registered <a href=\"modules.php?name=Your_Account\">member</a> of this site before you can add/edit a journal entry."); 22 define("_ADDJOURNAL","Add Journal Entry"); 23 define("_ADDENTRY","Add New Entry"); 24 define("_YOURLAST20","Your Last 20 Entries"); 25 define("_LISTALLENTRIES","List All Your Entries"); 26 define("_TITLE","Title"); 27 define("_BODY","Body"); 28 define("_WRAP","Wrap paragraphs in <p> and </p> tags. HTML is Allowed."); 29 define("_LITTLEGRAPH","Graphic"); 30 define("_OPTIONAL","(optional)"); 31 define("_PUBLIC","Public"); 32 define("_TYPOS","(Did you test it for typos?)"); 33 define("_LEAVECOMMENT","Leave a comment on Journal Entry"); 34 define("_COMMENTBOX","Comment Box"); 35 define("_POSTCOMMENT","Post Comment"); 36 define("_COMMENTSNOTE","Note: Your name will appear next to your comments. This is <i>not</i> anonymous! The journal owner also has the capability to delete your comment."); 37 define("_COMMENTDELETED","The comment has been removed from the database"); 38 define("_RETURNJOURNAL","Return to Your Journal Entry"); 39 define("_COMMENTPOSTED","Your comment has been posted to the bottom of the journal entry"); 40 define("_RETURNJOURNAL2","Return to the journal entry"); 41 define("_THANKS","THANK YOU!"); 42 define("_ABOUTTODELETE","You are about to delete a journal entry!"); 43 define("_SUREDELJOURNAL","Are you sure you want to delete this journal entry?"); 44 define("_YOUCANTSAVE","You can <b>not</b> recall an entry once it is removed! All posted comments will be removed as well!"); 45 define("_YOUWRONG","There appears to be something wrong with your <a href=\"modules.php?name=Your_Account\">username</a> and the recorded author of this article.<br>For security reasons, the journal entry will not be deleted from the database.<br>Please ensure that you are <a href=\"modules.php?name=Your_Account\">logged</a> into this site under the same name as that of the author."); 46 define("_ENTRYREMOVED","Journal entry has removed from the database"); 47 define("_ANERROR","An error occured. Please return to the <a href=\"modules.php?name=Journal\">Journal Homepage</a>."); 48 define("_ISPRIVATE","This is a private journal entry, you do not have the proper authority to view it."); 49 define("_LASTUPDATED","Last updated on"); 50 define("_WRITECOMMENT","Write a Comment"); 51 define("_VIEWMORE","View More"); 52 define("_USERPROFILE","User Profile"); 53 define("_SENDMESSAGE","Send a Message"); 54 define("_CREATEACCOUNT","Create an Account"); 55 define("_REGUSERSCOMM","<a href=\"modules.php?name=Your_Account\">Registered</a> users may write comments here"); 56 define("_COMMENTBY","Comment By"); 57 define("_DELCOMMENT","Delete this Comment"); 58 global $username; 59 define("_NOTYOURS","Journal Entry does not belong to user <b>$username</b>.<br>You <b>can not</b> update this journal entry."); 60 define("_UPDATEOK","Update Successful!"); 61 define("_UPDATED","--- Journal entry Updated! ---"); 62 define("_JOURNALFOR","Journal for"); 63 define("_LAST20FOR","Last 20 Journal Entries for"); 64 define("_CLICKTOVIEW","(click to view)"); 65 define("_TIME","Time"); 66 define("_COMPLETELIST","Complete List for"); 67 define("_COMMENT","comment"); 68 define("_PUBLICENTRIES","Public Entries"); 69 define("_PRIVATEENTRIES","Private Entries"); 70 define("_TOTALENTRIES","Total Entries"); 71 define("_JOURNALDIR","Journal Directory"); 72 define("_YOURJOURNAL","Your Journal"); 73 define("_MEMBERSCAN","Site member's automatically have the option to create their own journals and post comments."); 74 define("_20ACTIVE","The last 20 active journals"); 75 define("_VIEWJOURNAL","View<br>Journal"); 76 define("_MEMBER","Member"); 77 define("_MEMBERPROFILE","Member's<br>Profile"); 78 define("_CREATEACCOUNT2","Create an<br>Account"); 79 define("_PRIVMSGJ","Private<br>Message"); 80 define("_PRIVMSGJ2","Private Message"); 81 define("_ALPHABETICAL","Alphabetical Listing of Journal Authors"); 82 define("_VIEWJOURNAL2","View Journal"); 83 define("_USERPROFILE2","User Profile"); 84 define("_20AUTHORS","Last 20 Active Authors"); 85 define("_LISTALLJOURNALS","List All Journals"); 86 define("_SEARCHMEMBER","Search a Member"); 87 define("_EDITJOURNAL","Edit Journal Entry"); 88 define("_NOTYOURS2","This Journal entry does not belong to user <b>$username</b>.<br>You <b>can not</b> update this journal entry."); 89 define("_MODIFYENTRY","Modify Entry"); 90 define("_ENTRYADDED","Journal Entry Added!"); 91 define("_JOURNALSEARCH","Journal Search"); 92 define("_IN","in"); 93 define("_SEARCHRESULTS","Search Results"); 94 define("_BODYTEXT","Body Text"); 95 define("_UCOMMENTS","Comments"); 96 define("_READ","Read"); 97 define("_PUBLICFOR","public entries were found in your search for"); 98 define("_VIEW","View"); 99 define("_PROFILE","Profile"); 100 define("_SENDJFRIEND","Send this Journal to a Friend"); 101 define("_YOUSENDJOURNAL","You'll send this Journal entry to a friend. Please fill the following required information:"); 102 define("_FYOURNAME","Your Name"); 103 define("_FYOUREMAIL","Your Email"); 104 define("_FFRIENDNAME","Your Friend's Name"); 105 define("_FFRIENDEMAIL","Your Friend's Email"); 106 define("_SEND","Send"); 107 define("_INTERESTING","Interesting text at"); 108 define("_YOURFRIEND","Your friend"); 109 define("_CONSIDERED","considered the following journal entry in our site of your interest."); 110 define("_AREMORE","There are many more Journals in our site. You're invited to check them out!"); 111 define("_FSENT","The message has been sent. Thank you!"); 112 define("_URL","Url"); 113 define("_YOUMUSTFILLFIELDS","You must fill in all required fields."); 114 ?>
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 |