[ Index ]
 

Code source de PHP NUKE 7.9

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

title

Body

[fermer]

/modules/Web_Links/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("_URL","URL");
  22  define("_EMAIL","Email");
  23  define("_FUNCTIONS","Functions");
  24  define("_YES","Yes");
  25  define("_NO","No");
  26  define("_CATEGORY","Category");
  27  define("_SAVECHANGES","Save Changes");
  28  define("_OK","Ok!");
  29  define("_HELLO","Hello");
  30  define("_LINKTITLE","Link Title");
  31  define("_HITS","Hits");
  32  define("_THEREARE","There are");
  33  define("_DESCRIPTION","Description");
  34  define("_AUTHOR","Author");
  35  define("_NAME","Name");
  36  define("_PAGETITLE","Page Title");
  37  define("_PAGEURL","Page URL");
  38  define("_ADDURL","Add this URL");
  39  define("_LINKID","Link ID");
  40  define("_WEBLINKS","Web Links");
  41  define("_TITLE","Title");
  42  define("_STATUS","Status");
  43  define("_ADD","Add");
  44  define("_MODIFY","Modify");
  45  define("_LINKSINDB","Links in our Database");
  46  define("_LINKSWAITINGVAL","Links Waiting for Validation");
  47  define("_SUBMITTER","Submitter");
  48  define("_VISIT","Visit");
  49  define("_CLEANLINKSDB","Clean Links Votes");
  50  define("_BROKENLINKSREP","Broken Links Reports");
  51  define("_LINKMODREQUEST","Link Modification Requests");
  52  define("_ADDMAINCATEGORY","Add a MAIN Category");
  53  define("_ADDSUBCATEGORY","Add a SUB-Category");
  54  define("_IN","in");
  55  define("_ADDNEWLINK","Add a New Link");
  56  define("_DESCRIPTION255","Description: (255 characters max)");
  57  define("_MODCATEGORY","Modify a Category");
  58  define("_MODLINK","Modify a Link");
  59  define("_WEBLINKSADMIN","Web Links Administration");
  60  define("_ADDEDITORIAL","Add Editorial");
  61  define("_EDITORIALTITLE","Editorial Title");
  62  define("_EDITORIALTEXT","Editorial Text");
  63  define("_DATEWRITTEN","Date Written");
  64  define("_NOREPORTEDBROKEN","No reported broken links.");
  65  define("_USERREPBROKEN","User Reported Broken Links");
  66  define("_IGNOREINFO","Ignore (Deletes all <b><i>requests</i></b> for a given link)");
  67  define("_DELETEINFO","Delete (Deletes <b><i>broken link</i></b> and <b><i>requests</i></b> for a given link)");
  68  define("_LINK","Link");
  69  define("_LINKOWNER","Link Owner");
  70  define("_IGNORE","Ignore");
  71  define("_USERMODREQUEST","User Link Modification Requests");
  72  define("_ORIGINAL","Original");
  73  define("_PROPOSED","Proposed");
  74  define("_NOMODREQUESTS","There are not any modification requests right now");
  75  define("_SUBCATEGORY","Sub-Category");
  76  define("_OWNER","Owner");
  77  define("_ACCEPT","Accept");
  78  define("_ERRORTHECATEGORY","ERROR: The Category");
  79  define("_ALREADYEXIST","already exist!");
  80  define("_ERRORTHESUBCATEGORY","ERROR: The Sub-Category");
  81  define("_EDITORIALADDED","Editorial added to the Database");
  82  define("_EDITORIALMODIFIED","Editorial Modified");
  83  define("_EDITORIALREMOVED","Editorial removed from the Database");
  84  define("_LINKVALIDATION","Link Validation");
  85  define("_CHECKALLLINKS","Check ALL Links");
  86  define("_CHECKCATEGORIES","Check Categories");
  87  define("_INCLUDESUBCATEGORIES","(include Sub-Categories)");
  88  define("_VALIDATELINKS","Validate Links");
  89  define("_FAILED","Failed!");
  90  define("_BEPATIENT","(please be patient)");
  91  define("_VALIDATINGCAT","Validating Category (and all subcategories)");
  92  define("_VALIDATINGSUBCAT","Validating Sub-Category");
  93  define("_ERRORURLEXIST","ERROR: This URL is already listed in the Database!");
  94  define("_ERRORNOTITLE","ERROR: You need to type a TITLE for your URL!");
  95  define("_ERRORNOURL","ERROR: You need to type a URL for your URL!");
  96  define("_ERRORNODESCRIPTION","ERROR: You need to type a DESCRIPTION for your URL!");
  97  define("_NEWLINKADDED","New Link added to the Database");
  98  define("_YOURLINKAT","Your Link at");
  99  define("_YOUCANBROWSEUS","You can browse our search engine at:");
 100  define("_THANKS4YOURSUBMISSION","Thanks for your submission!");
 101  define("_TEAM","Team.");
 102  define("_EZTRANSFERLINKS","Transfer all links from category");
 103  define("_EZTRANSFER","Transfer");
 104  define("_DELEZLINKCATWARNING","WARNING : Are you sure you want to delete this category ? You will delete all sub-categories and attached links as well !");
 105  define("_EZTHEREIS","There is");
 106  define("_EZSUBCAT","sub-categories");
 107  define("_EZATTACHEDTOCAT","under this category");
 108  define("_EZBROKENLINKS","Broken Links");
 109  define("_LINKAPPROVEDMSG", "Congratulations! The web link you submitted to our links database has been approved right now.");
 110  
 111  define("_OWNERISADMIN","Administration");
 112  
 113  ?>


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