[ Index ] |
|
Code source de PHP NUKE 7.9 |
1 <?php 2 3 ###################################################################### 4 # Modulo Splatt Forum per PHP-NUKE 5 #------------------------- 6 # Versione: 3.2 7 # 8 # by: 9 # 10 # Giorgio Ciranni (~Splatt~) (http://www.splatt.it) (webmaster@splatt.it) 11 # 12 # 13 # Supporto tecnico disponibile sul Forum di www.splatt.it 14 ###################################################################### 15 # This program is free software. You can redistribute it and/or modify 16 # it under the terms of the GNU General Public License as published by 17 # the Free Software Foundation; either version 2 of the License. 18 ###################################################################### 19 20 /*****************************************************/ 21 /* Messaggi Modulo Forum 22 /*****************************************************/ 23 24 define("_FORUM","Forum"); 25 define("_FORUMACC","Users"); 26 define("_FORUMCONF","Configuration"); 27 define("_FORUMRANK","Ranks"); 28 define("_UNABLETOQUERY","Connection to the Bankrupt Database"); 29 define("_TODAYIS","Today is "); 30 define("_LASTVISIT","Your last visit to the forum was "); 31 define("_TYPES","Preferences"); 32 define("_FTOPICS","Discussion"); 33 define("_FPOSTS","Messages"); 34 define("_FLPOSTS","Last Message"); 35 define("_PMSG","Private Messages"); 36 define("_PINBOX","Inbox"); 37 define("_LOGINTOR","You must login before reading messages."); 38 define("_VNMS","new Messages"); 39 define("_VNM","new Messages"); 40 define("_TVM","Total Messages"); 41 define("_NPM","You have not received new Messages"); 42 define("_NPO","There are New Messages since your last visit"); 43 define("_NNPO","There are No New Message since your last visit"); 44 define("_FFA","Free to all"); 45 define("_FREG","Registered Users"); 46 define("_FMODS","Moderator"); 47 define("_PASSW","Password Protected"); 48 define("_FCOULDNOT","Problems were incountered accessing the Database"); 49 define("_FNOTEXIST","This forum does not exist! Select another."); 50 define("_MODERATED","Moderated by : "); 51 define("_FINDEX","Index"); 52 define("_FPRIVATE","This is a private forum, you will need the password to enter."); 53 define("_FREPLIES","Replies"); 54 define("_FPOSTER","Poster"); 55 define("_FVIEWS","Views"); 56 define("_FODATE","Date"); 57 define("_FNOTOPICS","There is no topics for this Forum."); 58 define("_FPOSTONE","If you like, you can post a new one."); 59 define("_FNEXTP","Next Page"); 60 define("_JUMPTO","Jump To"); 61 define("_FSELECTF","Select Forum"); 62 define("_TLOCKED","Discussion locked - No more messages allowed."); 63 define("_MORETHEN","More then"); 64 define("_WRONGPASS","Password not recognized!"); 65 define("_FNOMORE","There are no more Forums."); 66 define("_FFMOD","Moderator"); 67 define("_FCOULDNOTINSERT","Error, could not insert data into Database! Sorry for the inconvenience!"); 68 define("_FPOSTCOUNT","The message counter is not being increased."); 69 define("_FPOSTED","New Message Posted!"); 70 define("_FVIEW","Please wait a few seconds or click here."); 71 define("_YOUMUST","You must insert a message or a reply."); 72 define("_POSTIN","Respond to: "); 73 define("_FCANWRITE","You can Post new messages or replies to this Forum"); 74 define("_YOUNOT","You cannot write here!"); 75 define("_FBACK","Back"); 76 define("_FNICKNAME","NickName"); 77 define("_FPASSWORD","Password"); 78 define("_FSUBJECT","Subject"); 79 define("_FMESSAGE","Message"); 80 define("_FMICON","Message Icon"); 81 define("_FON","On"); 82 define("_FOFF","Off"); 83 define("_FOPTIONS","Options"); 84 define("_DISHTML","HTML is not allowed in this Message"); 85 define("_FDIS","Not allowed."); 86 define("_FTHISMAIL","in this Message"); 87 define("_FSHOWSIG","Company"); 88 define("_WHATISSIG","That one is setup in the User Pages."); 89 define("_FNOTIFY","Notify me by email when there is a new post.(Only for registerd users)"); 90 define("_FPAGED","Pages"); 91 define("_FAQOUTE","Qoute"); 92 define("_FAUTHOR","Author"); 93 define("_FGOTO","Go to Page: "); 94 define("_FADMINT","Administration"); 95 define("_LOCKTHIS","Lock discussion"); 96 define("_UNLOCKTHIS","Unlock discussion"); 97 define("_FMOVET","Move discussion"); 98 define("_FDELT","Cancel discussion"); 99 define("_FJOINED","Registered to :"); 100 define("_FAPOSTS","Messages :"); 101 define("_FFROM","Da"); 102 define("_NOTREG","User not Registered"); 103 define("_FTPOSTED","Posted"); 104 define("_FAPROFIL","Profile"); 105 define("_FAEMAIL","Email"); 106 define("_FAADD","Post"); 107 define("_FAEDIT","Edit"); 108 define("_TREVIEW","Review your Reply"); 109 define("_ENM","read"); 110 define("_FPAGES","pages"); 111 define("_BENV","Welcome to the $sitename Forum"); 112 define("_HEAD1","Here you can exchange ideas and thoughts."); 113 define("_HEAD2","To try and help those that need it."); 114 define("_HEAD3","Please feel free to post!"); 115 define("_ERRORE1","There was an Error!"); 116 define("_FNOTA","Even if the Forum is available to Anonymous posters <a href=\"modules.php?name=Your_Account\">Register!</a>"); 117 define("_ERRQUERY","during the database query"); 118 define("_FERRORE","ERROR!"); 119 define("_FNONTUO","You can't modify this message"); 120 define("_NOPERMESS","You don't have permission to edit this message."); 121 define("_MODBY","This message was edited by"); 122 define("_FIL","on"); 123 define("_CHECKCONF","I cannot connect to the database, please check the configuration."); 124 define("_PUPD","You message was successfully edited!"); 125 define("_CLIKVUPD","Click here to view you modified message."); 126 define("_CLIKRET","Click here to go to the main forum index."); 127 define("_POSTCANC","Post was canceled."); 128 define("_CLIKRETL","Click here to return to the list of messages."); 129 define("_MODPOST","Edit Message"); 130 define("_FNICK","Nickname"); 131 define("_FERRPASS","You have either entered an incorrect password or you don't have the correct password to edit this message. Please go back and re-enter your password."); 132 define("_MESSICON","Message icon"); 133 define("_FMESS","Messaggi!"); 134 define("_FOPT","Options"); 135 define("_FDELP","Cancel This Message"); 136 define("_FATTACT","Currently Active"); 137 define("_DISCTOT","Total Discussions"); 138 define("_FMESS","Messaggi!"); 139 define("_FLEGEN","Legend"); 140 define("_CLICONSMI","Click to add <a href=\"bb_smilies.php\">Smilies</a> into your Message:<br>"); 141 define("_CLIONBOT","Click to add <a href=\"bbcode_ref.php\">BBCode</a> to your Message:<br><br>"); 142 define("_FRICAV","Advanced Search"); 143 define("_FRESET","Reset"); 144 define("_FCANC","Cancel"); 145 define("_FPMESS","Private Message"); 146 define("_FFROM","Da"); 147 define("_FNOPMSG","You have not recieved any private messages."); 148 define("_FPROF","Profile"); 149 define("_FPREVMSG","Previous Message"); 150 define("_FNEXMSG","Next Message"); 151 define("_FLOKTOP","The Moderator has locked this Discussion. You cannot reply."); 152 define("_NOTIFSUB","Someone has posted a reply to your message."); 153 define("_CIAO","Hello"); 154 define("_NOTIFM1","You have recieved this email because someone has posted a reply to your message you posted on $sitename, and you chose"); 155 define("_NOTIFM2"," to be informed by email when this happened.\r\n\r\nYou can see the discussion here: "); 156 define("_NOTIFM3","Or you can see our home page $sitename here: "); 157 define("_GRAZ","Thanks"); 158 define("_APRSTAF","$sitename Staff"); 159 define("_FKEY","Key word or phrase to try"); 160 define("_FSEANY","Word (Default)"); 161 define("_FSEAL","Phrase"); 162 define("_SALF","In all the Forums"); 163 define("_AUTN","Author Name"); 164 define("_SORTBY","Sort By"); 165 define("_FPTIM","Post Date"); 166 define("_FSEA","I Tried!"); 167 define("_FNOREC","No Corresponding record found. Go Back."); 168 define("_FFTOPIC","Discussion"); 169 define("_FPRAC","Private Access Forum"); 170 define("_FLIVAC","Access Level Changed"); 171 define("_FADNAC","Add Access Level"); 172 define("_FADNUSAC","Add new user to this Access Level"); 173 define("_FUT","User"); 174 define("_FUSID","User Id"); 175 define("_FCUSACL","Activate User Levels"); 176 define("_FWARDEL","WARNING: You are about to delete this Access Level. Are you Sure about that?"); 177 define("_FNO","No"); 178 define("_FSI","Yes"); 179 define("_FEDUSAC","Edit User Access Level"); 180 define("_FADD","Add"); 181 define("_FSAV","Save"); 182 define("_WARDELU","WARNING: You are about to delete a users Access Level. Are you sure about that?"); 183 define("_FACNEG","ACCESS DENIED!!!!"); 184 define("_FCONF","Forum Configuration"); 185 define("_FALHTML","Activate HTML"); 186 define("_FALBBC","Activate BBCode"); 187 define("_FALSIGN","Activate Signature"); 188 define("_FHOTOP","Heated Discussion Threshold"); 189 define("_FPOSTP","Post per Page"); 190 define("_FMESSCO1","The number of Posts per page"); 191 define("_FTOPPF","Discussions per Forum"); 192 define("_FMESCO2","The number of Topics per Forum."); 193 define("_FSAVC","Save Configuration"); 194 define("_FCATE","Forum Categories"); 195 define("_FID","Id"); 196 define("_FCAT","Categories"); 197 define("_FNUM","Forum Number"); 198 define("_FEDFO","Edit Forum"); 199 define("_FADDCAT","Add Categorie"); 200 define("_FCATT","Category"); 201 define("_FPRAT","Currently on Forum "); 202 define("_FNAME","Name"); 203 define("_FDESCR","Description"); 204 define("_FACCE","Access"); 205 define("_FTIPO","Type"); 206 define("_FANON","Anonymous"); 207 define("_FMODERAM","Moderator/Administrator"); 208 define("_FPUBLIC","Public"); 209 define("_FPRIVA","Private"); 210 define("_FADDMOR","Add new Forum in "); 211 define("_FNONE","Nobody"); 212 define("_FPASSIF","Password <i>(Private)</i>"); 213 define("_FATTUA","Moderator/i Activate/i"); 214 define("_NOMODSA","No Moderator Assigned"); 215 define("_WADELCAT","WARNING: You are about to delete a Category and all it's Forums and Messages, would you like to continue?"); 216 define("_WADELFO","WARNING: You are about to delete a Forum and all it's messages, would you like to continue?"); 217 define("_FORANKSI","Hierarchical Forum Structure"); 218 define("_FTITL","Degree"); 219 define("_FMINPO","Min. Post"); 220 define("_FMAXPO","Max. Post"); 221 define("_FRANSP","Special Rank"); 222 define("_FADDNRAN","Add a new Rank"); 223 define("_WADELRA","WARNING: Are you sure you want to delete this Rank?"); 224 define("_FENTNIPAS","Please insert your username and password"); 225 define("_FTUNOMOD","You are not a moderator for this Forum, you do not have permission to execute that command!"); 226 define("_ERRORPASS","ERROR: You have entered an incorrect Password! Go back and re-enter it."); 227 define("_FTOPDEL","The Disscussion has been removed from the database."); 228 define("_FCLIKTORET","Click here to return to the Forum"); 229 define("_FTOPMOV","The Discussion has been moved!"); 230 define("_FTOPLOK","The Discussion has been Locked!"); 231 define("_FTOPSBLOK","The Discussion has been Unlocked!"); 232 define("_FUSIP","User Account and IP information"); 233 define("_FFUSIP","Users IP:"); 234 define("_FREDVIS","Warning: "); 235 define("_FIDENTMOD","It looks like you're the moderator of this Forum!"); 236 define("_FONCEDEL","Once you click the button, the selected Discussion and all of its messages will be deleted from the database."); 237 define("_FONCEMOV","Once you click the button, the selected Discussion and all its Messages will be moved to the selected Forum."); 238 define("_FONCELOK","When you click the button, the selected Discussion will be locked. You may unlock it at anytime."); 239 define("_FONCEUNLOK","When you click the button, the selected Discussion will be Unlocked and accessable to users."); 240 define("_FMOVETO","Move Discussion to: "); 241 define("_FVIEWIP","Your IP"); 242 define("_FANONIMO","Anonymous"); 243 define("_LOCALDATETIME","%d-%m-%Y at %H:%M"); 244 define("_BY","from"); 245 define("_WEEKDAYDATETIME","%A, %e-%m-%Y at %H:%M"); 246 247 /* AGGIUNTE PER VERSIONE 2.1 */ 248 249 define("_FINMSGH","Message Head"); 250 define("_FINMSGF","Message Footer"); 251 define("_FNOTIF","Notify"); 252 define("_FNOTMAIL","Notify Email"); 253 define("_FINDNOT","Notifyca Adress"); 254 define("_POSTINN","Post in: "); 255 define("_FOPTIO","Optional"); 256 define("_FOPPR","If private"); 257 258 /* AGGIUNTE PER VERSIONE 2.1 by REFOSCO */ 259 260 define("_FORUMPREF","Preference"); 261 define("_FORUMPREFDESC","general preference setting, active HTML, BBCode, Post for page, message header and footer, ecc."); 262 define("_FORUMDESC","category gestion, add, edit and delete Forum"); 263 define("_FORUMRANKDESC","ranks forum system, add, edit, delete ranks"); 264 define("_FORUMACCDESC","users gestion, add, edit, access privilege"); 265 define("_FORUMMENU","Forum Administration Menù"); 266 define("_EDITRANK","Edit rank"); 267 268 /* AGGIUNTE PER GESTIONE ATTACHMENT */ 269 270 define("_FORUMATCHM","Attachments"); 271 define("_FORUMENABLECOOKIE","To use this feature you need to enable cookies in your Browser"); 272 define("_FORUMCLOSE","Close"); 273 define("_FORUMATCHMERRINVFILETYPE","ERROR : this file cannot be attached"); 274 define("_FORUMATCHMERRMAXSIZEREACH","ERROR : file size is larger than allowed"); 275 define("_FORUMATCHMMODEINFO","To attach a file to your message, follow the two steps mentioned, repating them if necessary to include more than a file.<br>At the end, click on<B>OK</B> to go back to your massage."); 276 define("_FORUMATCHMMODEINFO1","Click on<B>Browse</B> to select the file<br> or type the path in the following field."); 277 define("_FORUMATCHMMODEINFO2","Move the file in the field<B></B> clicking on <B>Attach</B>. File transfer times may vary (from a few seconds to a few minutes)."); 278 define("_FORUMATCHMFINDFILE","Find file"); 279 define("_FORUMATCHMUPLOAD"," Attach "); 280 define("_FORUMATCHMREMOVE","Delete"); 281 define("_FORUMATCHMEMPTY","-- No Attachment --"); 282 define("_FORUMATCHMTOTSIZE","Total Size"); 283 define("_FORUMATCHMMAXSIZE","maximum"); 284 define("_FORUMATCHMCANCEL","Cancel"); 285 define("_FORUMATCHMDELCONFIRM","Are you sure you want to delete the file"); 286 define("_FORUMATCHMDOWNFILE","Download File"); 287 define("_FORUMATCHMOPENFILE","Open File"); 288 define("_FORUMATCHMCODE","(Press <Attachments> to add documents to your message)"); 289 290 /* AGGIUNTE VARIE 3.0 */ 291 292 define("_RANKIM","Image"); 293 define("_NONE","None"); 294 define("_RANKIMB","(N.B. Images must be in the directory: <b>images/forum/special/</b>)"); 295 define("_RANKIMD","Currently Available Images:"); 296 define("_NONEPOST","Forum Empty!"); 297 define("_LASTENP","Last ten messages"); 298 299 /* AGGIUNTE VARIE 3.1 */ 300 301 define("_FDI","of"); 302 define("_MAXUPFILE","Max attachment file size (Kb)"); 303 define("_MAXFILE","Attachments"); 304 define("_INVIA","Send"); 305 define("_RESETTA","Reset"); 306 define("_CATORDE","Order"); 307 define("_CATUP","Move one position up"); 308 define("_CATDOWN","Move one position down"); 309 define("_CATRESET","Reset default order"); 310 define("_FPAGE","Page"); 311 define("_FUSDEL","The user doesn't exist in database"); 312 define("_FNASCBS","Hide left blocks"); 313 define("_FVISBS","See left blocks"); 314 define("_FULTM","Last messages "); 315 define("_FMPIUL","More readed messages"); 316 define("_FMEDRI","On average every discussion receives:"); 317 define("_FRISPS","replies"); 318 define("_FCERCF","Search in the forums"); 319 define("_FISCRIPT","* beginning script doesn't accepted*"); 320 define("_FINSCRIPT","*end script doesn't accepted*"); 321 define("_FHACK","<font color=\"#FF0000\"> *** INSERT CODE PROHIBITED - THIS MESSAGE IS A PROBABLE ATTEMPT TO ATTACK FROM AN HACKER! IP ADDRESS REGISTERED! *** </font>"); 322 323 /* HELP SYSTEM */ 324 325 define("_SFHS","Splatt Forum Help System"); 326 define("_HSH1","Click here and you can insert a new message in this forum."); 327 define("_HSH2","Click here and you can see the last messages inserted in this forum."); 328 define("_HSH3","Click here and you can see the forum without left blocks. This is the best solution for a navigation more readable"); 329 define("_HSH4","Click here for a standard navigation, with left blocks."); 330 define("_HSH5","These are more readed ten messages. Near , between brackets, you can see how many times messages are readed."); 331 define("_HSH6","These are last ten messages in forums. They are in chronological order."); 332 define("_HSH7","Here you can see any restrictions setted in this forum."); 333 334 define("_LOCALDATE","%d-%m-%Y"); 335 336 ?>
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 |