[ Index ]
 

Code source de PHP NUKE 7.9

Accédez au Source d'autres logiciels libresSoutenez Angelica Josefina !

title

Body

[fermer]

/modules/Surveys/admin/language/ -> lang-english.php (source)

   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 go to the 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("_YES","Yes");
  22  define("_NO","No");
  23  define("_CATEGORY","Category");
  24  define("_SAVECHANGES","Save Changes");
  25  define("_ARTICLES","Articles");
  26  define("_SELECTTOPIC","Select Topic");
  27  define("_OPTION","Option");
  28  define("_ADMPOLLS","Surveys/Polls");
  29  define("_TITLE","Title");
  30  define("_STORYTEXT","Story Text");
  31  define("_EXTENDEDTEXT","Extended Text");
  32  define("_PUBLISHINHOME","Publish in Home?");
  33  define("_ONLYIFCATSELECTED","Only works if <i>Articles</i> category isn't selected");
  34  define("_ADD","Add");
  35  define("_POLLSADMIN","Polls/Surveys Administration");
  36  define("_CREATEPOLL","Create a New Poll");
  37  define("_DELETEPOLLS","Delete Polls");
  38  define("_POLLTITLE","Poll Title");
  39  define("_POLLEACHFIELD","Please enter each available option into a single field");
  40  define("_CREATEPOLLBUT","Create Poll");
  41  define("_REMOVEEXISTING","Remove an existing Poll");
  42  define("_POLLDELWARNING","WARNING: The chosen poll will be removed IMMEDIATELY from the database!");
  43  define("_CHOOSEPOLL","Please choose a poll from the list below:");
  44  define("_EDITPOLL","Edit Polls");
  45  define("_CHOOSEPOLLEDIT","Choose the Poll you want to edit:");
  46  define("_ACTIVATECOMMENTS","Activate Comments for this Story?");
  47  define("_LANGUAGE","Language");
  48  define("_ANNOUNCEPOLL","Announce this new Survey in your site");
  49  define("_LEAVEBLANK","(Leave blank to create a new survey without announce it)");
  50  define("_POLLEDIT","Edit Poll:");
  51  
  52  
  53  ?>


Généré le : Sun Apr 1 11:11:59 2007 par Balluche grâce à PHPXref 0.7