[ Index ]
 

Code source de XOOPS 2.0.17.1

Accédez au Source d'autres logiciels libres

title

Body

[fermer]

/htdocs/language/english/ -> global.php (source)

   1  <?php
   2  // $Id: global.php 747 2006-09-20 20:42:11Z skalpa $

   3  //%%%%%%    File Name mainfile.php     %%%%%

   4  define("_PLEASEWAIT","Please Wait");
   5  define("_FETCHING","Loading...");
   6  define("_TAKINGBACK","Taking you back to where you were....");
   7  define("_LOGOUT","Logout");
   8  define("_SUBJECT","Subject");
   9  define("_MESSAGEICON","Message Icon");
  10  define("_COMMENTS","Comments");
  11  define("_POSTANON","Post Anonymously");
  12  define("_DISABLESMILEY","Disable smiley");
  13  define("_DISABLEHTML","Disable html");
  14  define("_PREVIEW","Preview");
  15  
  16  define("_GO","Go!");
  17  define("_NESTED","Nested");
  18  define("_NOCOMMENTS","No Comments");
  19  define("_FLAT","Flat");
  20  define("_THREADED","Threaded");
  21  define("_OLDESTFIRST","Oldest First");
  22  define("_NEWESTFIRST","Newest First");
  23  define("_MORE","more...");
  24  define("_MULTIPAGE","To have your article span multiple pages, insert the word <font color=red>[pagebreak]</font> (with brackets) in the article.");
  25  define("_IFNOTRELOAD","If the page does not automatically reload, please click <a href='%s'>here</a>");
  26  define("_WARNINSTALL2","WARNING: Directory %s exists on your server. <br />Please remove this directory for security reasons.");
  27  define("_WARNINWRITEABLE","WARNING: File %s is writeable by the server. <br />Please change the permission of this file for security reasons.<br /> in Unix (444), in Win32 (read-only)");
  28  
  29  // Error messages issued by XoopsObject::cleanVars()

  30  define( "_XOBJ_ERR_REQUIRED", "%s is required" );
  31  define( "_XOBJ_ERR_SHORTERTHAN", "%s must be shorter than %d characters." );
  32  
  33  //%%%%%%    File Name themeuserpost.php     %%%%%

  34  define("_PROFILE","Profile");
  35  define("_POSTEDBY","Posted by");
  36  define("_VISITWEBSITE","Visit Website");
  37  define("_SENDPMTO","Send Private Message to %s");
  38  define("_SENDEMAILTO","Send Email to %s");
  39  define("_ADD","Add");
  40  define("_REPLY","Reply");
  41  define("_DATE","Date");   // Posted date

  42  
  43  //%%%%%%    File Name admin_functions.php     %%%%%

  44  define("_MAIN","Main");
  45  define("_MANUAL","Manual");
  46  define("_INFO","Info");
  47  define("_CPHOME","Control Panel Home");
  48  define("_YOURHOME","Home Page");
  49  
  50  //%%%%%%    File Name misc.php (who's-online popup)    %%%%%

  51  define("_WHOSONLINE","Who's Online");
  52  define('_GUESTS', 'Guests');
  53  define('_MEMBERS', 'Members');
  54  define("_ONLINEPHRASE","<b>%s</b> user(s) are online");
  55  define("_ONLINEPHRASEX","<b>%s</b> user(s) are browsing <b>%s</b>");
  56  define("_CLOSE","Close");  // Close window

  57  
  58  //%%%%%%    File Name module.textsanitizer.php     %%%%%

  59  define("_QUOTEC","Quote:");
  60  
  61  //%%%%%%    File Name admin.php     %%%%%

  62  define("_NOPERM","Sorry, you don't have the permission to access this area.");
  63  
  64  //%%%%%        Common Phrases        %%%%%

  65  define("_NO","No");
  66  define("_YES","Yes");
  67  define("_EDIT","Edit");
  68  define("_DELETE","Delete");
  69  define("_SUBMIT","Submit");
  70  define("_MODULENOEXIST","Selected module does not exist!");
  71  define("_ALIGN","Align");
  72  define("_LEFT","Left");
  73  define("_CENTER","Center");
  74  define("_RIGHT","Right");
  75  define("_FORM_ENTER", "Please enter %s");
  76  // %s represents file name

  77  define("_MUSTWABLE","File %s must be writable by the server!");
  78  // Module info

  79  define('_PREFERENCES', 'Preferences');
  80  define("_VERSION", "Version");
  81  define("_DESCRIPTION", "Description");
  82  define("_ERRORS", "Errors");
  83  define("_NONE", "None");
  84  define('_ON','on');
  85  define('_READS','reads');
  86  define('_WELCOMETO','Welcome to %s');
  87  define('_SEARCH','Search');
  88  define('_ALL', 'All');
  89  define('_TITLE', 'Title');
  90  define('_OPTIONS', 'Options');
  91  define('_QUOTE', 'Quote');
  92  define('_LIST', 'List');
  93  define('_LOGIN','User Login');
  94  define('_USERNAME','Username: ');
  95  define('_PASSWORD','Password: ');
  96  define("_SELECT","Select");
  97  define("_IMAGE","Image");
  98  define("_SEND","Send");
  99  define("_CANCEL","Cancel");
 100  define("_ASCENDING","Ascending order");
 101  define("_DESCENDING","Descending order");
 102  define('_BACK', 'Back');
 103  define('_NOTITLE', 'No title');
 104  
 105  /* Image manager */

 106  define('_IMGMANAGER','Image Manager');
 107  define('_NUMIMAGES', '%s images');
 108  define('_ADDIMAGE','Add Image File');
 109  define('_IMAGENAME','Name:');
 110  define('_IMGMAXSIZE','Max size allowed (bytes):');
 111  define('_IMGMAXWIDTH','Max width allowed (pixels):');
 112  define('_IMGMAXHEIGHT','Max height allowed (pixels):');
 113  define('_IMAGECAT','Category:');
 114  define('_IMAGEFILE','Image file:');
 115  define('_IMGWEIGHT','Display order in image manager:');
 116  define('_IMGDISPLAY','Display this image?');
 117  define('_IMAGEMIME','MIME type:');
 118  define('_FAILFETCHIMG', 'Could not get uploaded file %s');
 119  define('_FAILSAVEIMG', 'Failed storing image %s into the database');
 120  define('_NOCACHE', 'No Cache');
 121  define('_CLONE', 'Clone');
 122  
 123  //%%%%%    File Name class/xoopsform/formmatchoption.php     %%%%%

 124  define("_STARTSWITH", "Starts with");
 125  define("_ENDSWITH", "Ends with");
 126  define("_MATCHES", "Matches");
 127  define("_CONTAINS", "Contains");
 128  
 129  //%%%%%%    File Name commentform.php     %%%%%

 130  define("_REGISTER","Register");
 131  
 132  //%%%%%%    File Name xoopscodes.php     %%%%%

 133  define("_SIZE","SIZE");  // font size

 134  define("_FONT","FONT");  // font family

 135  define("_COLOR","COLOR");  // font color

 136  define("_EXAMPLE","SAMPLE");
 137  define("_ENTERURL","Enter the URL of the link you want to add:");
 138  define("_ENTERWEBTITLE","Enter the web site title:");
 139  define("_ENTERIMGURL","Enter the URL of the image you want to add.");
 140  define("_ENTERIMGPOS","Now, enter the position of the image.");
 141  define("_IMGPOSRORL","'R' or 'r' for right, 'L' or 'l' for left, or leave it blank.");
 142  define("_ERRORIMGPOS","ERROR! Enter the position of the image.");
 143  define("_ENTEREMAIL","Enter the email address you want to add.");
 144  define("_ENTERCODE","Enter the codes that you want to add.");
 145  define("_ENTERQUOTE","Enter the text that you want to be quoted.");
 146  define("_ENTERTEXTBOX","Please input text into the textbox.");
 147  define("_ALLOWEDCHAR","Allowed max chars length: ");
 148  define("_CURRCHAR","Current chars length: ");
 149  define("_PLZCOMPLETE","Please complete the subject and message fields.");
 150  define("_MESSAGETOOLONG","Your message is too long.");
 151  
 152  //%%%%%        TIME FORMAT SETTINGS   %%%%%

 153  define('_SECOND', '1 second');
 154  define('_SECONDS', '%s seconds');
 155  define('_MINUTE', '1 minute');
 156  define('_MINUTES', '%s minutes');
 157  define('_HOUR', '1 hour');
 158  define('_HOURS', '%s hours');
 159  define('_DAY', '1 day');
 160  define('_DAYS', '%s days');
 161  define('_WEEK', '1 week');
 162  define('_MONTH', '1 month');
 163  
 164  define("_DATESTRING","Y/n/j G:i:s");
 165  define("_MEDIUMDATESTRING","Y/n/j G:i");
 166  define("_SHORTDATESTRING","Y/n/j");
 167  /*

 168  The following characters are recognized in the format string:

 169  a - "am" or "pm"

 170  A - "AM" or "PM"

 171  d - day of the month, 2 digits with leading zeros; i.e. "01" to "31"

 172  D - day of the week, textual, 3 letters; i.e. "Fri"

 173  F - month, textual, long; i.e. "January"

 174  h - hour, 12-hour format; i.e. "01" to "12"

 175  H - hour, 24-hour format; i.e. "00" to "23"

 176  g - hour, 12-hour format without leading zeros; i.e. "1" to "12"

 177  G - hour, 24-hour format without leading zeros; i.e. "0" to "23"

 178  i - minutes; i.e. "00" to "59"

 179  j - day of the month without leading zeros; i.e. "1" to "31"

 180  l (lowercase 'L') - day of the week, textual, long; i.e. "Friday"

 181  L - boolean for whether it is a leap year; i.e. "0" or "1"

 182  m - month; i.e. "01" to "12"

 183  n - month without leading zeros; i.e. "1" to "12"

 184  M - month, textual, 3 letters; i.e. "Jan"

 185  s - seconds; i.e. "00" to "59"

 186  S - English ordinal suffix, textual, 2 characters; i.e. "th", "nd"

 187  t - number of days in the given month; i.e. "28" to "31"

 188  T - Timezone setting of this machine; i.e. "MDT"

 189  U - seconds since the epoch

 190  w - day of the week, numeric, i.e. "0" (Sunday) to "6" (Saturday)

 191  Y - year, 4 digits; i.e. "1999"

 192  y - year, 2 digits; i.e. "99"

 193  z - day of the year; i.e. "0" to "365"

 194  Z - timezone offset in seconds (i.e. "-43200" to "43200")

 195  */
 196  
 197  
 198  //%%%%%        LANGUAGE SPECIFIC SETTINGS   %%%%%

 199  define('_CHARSET', 'ISO-8859-1');
 200  define('_LANGCODE', 'en');
 201  
 202  // change 0 to 1 if this language is a multi-bytes language

 203  define("XOOPS_USE_MULTIBYTES", "0");
 204  ?>


Généré le : Sun Nov 25 11:44:32 2007 par Balluche grâce à PHPXref 0.7
  Clicky Web Analytics