Source for file en.inc

Documentation is available at en.inc

  1. <?php //-*-php-*-
  2. /* ******************************************************************** **
  3. ** Copyright notice **
  4. ** **
  5. ** (c) 1995-2003 PHPOpenChat Development Team **
  6. ** http://phpopenchat.sourceforge.net/ **
  7. ** **
  8. ** All rights reserved **
  9. ** **
  10. ** This script is part of the PHPOpenChat project. The PHPOpenChat **
  11. ** project is free software; you can redistribute it and/or modify **
  12. ** it under the terms of the GNU General Public License as published by **
  13. ** the Free Software Foundation; either version 2 of the License, or **
  14. ** (at your option) any later version. **
  15. ** **
  16. ** The GNU General Public License can be found at **
  17. ** http://www.gnu.org/copyleft/gpl.html. **
  18. ** A copy is found in the textfile GPL and important notices to the **
  19. ** license from the team is found in the textfile LICENSE distributed **
  20. ** with these scripts. **
  21. ** **
  22. ** This script is distributed in the hope that it will be useful, **
  23. ** but WITHOUT ANY WARRANTY; without even the implied warranty of **
  24. ** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the **
  25. ** GNU General Public License for more details. **
  26. ** **
  27. ** This copyright notice MUST APPEAR in all copies of the script! **
  28. ** ******************************************************************** */
  29.  
  30. /*
  31. $Author: jjaeschke $
  32. $Date: 2004/05/27 09:16:52 $
  33. $Source: /cvsroot/phpopenchat/chat3/include/languages/en.inc,v $
  34. $Revision: 1.102 $
  35. */
  36.  
  37. /**
  38. * english language file
  39. *
  40. * defines constants for an english language interface
  41. *
  42. * @author Michael Oertel <michael@ortelius.de>
  43. * @version $Id: en.inc,v 1.102 2004/05/27 09:16:52 jjaeschke Exp $
  44. */
  45.  
  46. /* * * * * * * * * * CHAT MODULE * * * * * * * * * */
  47. define('CHARACTER_ENCODING','ISO-8859-1');
  48.  
  49. /**
  50. * title for html header
  51. */
  52. define('TITLE','PHPOpenChat');
  53.  
  54. /**
  55. * used within index.php
  56. */
  57. define('WELCOME','Welcome to your PHPOpenChat-Installation');
  58. define('INTRO','This is a chat, you should read the <a href="netiquette.php">rules</a> before you join!');
  59. define('GREETING','Nice to see you again!');
  60. define('LOGIN_WELCOME','click on a chatter in the upper right corner to get more options.');
  61. define('NICKNAME','Nickname');
  62. define('PASSWORD','Password');
  63. define('CHANNEL','Channel');
  64. define('LOGIN','Login');
  65. define('GO','Go');
  66. define('EXIT_CHAT','Exit chat');
  67. define('FORGOT_PASSWORD','Forgot your password?');
  68. define('STORE_ACCOUNT_DATA','store account data');
  69. //since version 3.1.0
  70.  
  71. /**
  72. * used within chat output/input interface
  73. */
  74. define('LEAVES_THE_CHAT','leaves the chat.');
  75. define('LEAVES_THIS_CHANNEL','leaves the channel.');
  76. define('GOES_TO_CHANNEL','goes to channel:');//channel name follows
  77. define('IS_TOO_BUSY','is too busy');//nickname in front
  78. define('IS_NOT_ONLINE','is not online');
  79. define('JOINS_THIS_CHANNEL','joins the channel.');
  80. define('JOINS_THE_CHAT','joins the chat.');
  81. define('SAYS_TO','says to');
  82. define('WHISPERS_TO','whispers to');
  83. define('SAY_TO','say to');
  84. define('WHISPER_TO','whisper to');
  85. define('EVERYBODY','everybody');
  86. define('INVITATION_MESSAGE','You are invited to join a private channel! Please go into the channel:');//a channel name follows
  87. define('SPEAK_TO','speak to');
  88. define('WHISPERED','whispered');
  89. define('OUTPUT_FILTER','Output filter');
  90. define('PRIVATE','private text only');
  91. define('BODIES','friends only');
  92. define('SYSTEM_MESSAGES','No system messages');
  93. define('IGNORE','Ignore');
  94. define('INVITE','Invite');
  95. define('CONFIGURE','Configure');
  96. define('HELP','Help');
  97. define('INFO','Information');
  98. define('GUESTS','Guests');
  99. define('EMAIL_US','Email us');
  100. define('NOTE_ABOUT','Note about');
  101. define('ICON_LIST','Smiley-List');
  102. define('CHOOSE_CHANNEL','Choose channel');
  103. define('CHOOSE_RECIPIENT','Choose recipient');
  104. define('ADD_TO_FRIENDLIST','add to friends list');
  105. define('NO_CLICKETY_CLICK','Sure, I will not clickety click on the send button in the future.');
  106. define('LINE_HAS_BEEN_SENT_TO','Your line has been sent to');//nickname follows
  107. define('FULL','full');
  108. define('UNLOCK_CHANNEL','unlock channel');//channel name follows
  109. define('YOU_HAVE_NEW_MAIL','You have new mail!');
  110. define('LOGOUT_SHORTLY','You will be logged out shortly from '.CHAT_NAME.', because of inactivity! Refresh?');
  111. define('FORBIDDEN_WORD','Forbidden word was replaced here.');
  112. define('RELOAD_MAKES_NO_SENSE', 'It makes no sense to reload this frame!');
  113. define('FOLLOWING_NOTE_ADDED','The following note was added successfully');
  114. define('ADD_SELECTION_TO_NOTES','selection to notes');
  115. //since version 3.1.0
  116. define('POC_ABOUT','About PHPOpenChat');
  117. define('HINT_RECIPIENT_AMBIGUOUS','Could not complete given nickname! Please amplify the recipient.');
  118. define('HINT_CHATTERLIST_NICKNAME','Every item of chatter list begins with a nickname, if there a leading @ this chatter is an operator which has special rights in the whole chat.');
  119. define('HINT_CHATTERLIST_ACTIVITY','The activity of each chatter is shown as a bar of #-characters. #### means most active, # stands for inactivity.');
  120.  
  121. /**
  122. * used within ignore-dialog
  123. */
  124. define('IGNORED','ignored');
  125. define('IGNORE_CHATTERS','Ignore chatters');
  126. define('IGNORED_CHATTER','ignored chatter');
  127. define('IGNORE_CHATTER','ignore chatter');
  128. define('UNIGNORE_CHATTER','unignore chatter');
  129. define('UNIGNORED_CHATTER','unignored chatter');
  130. define('HINT_IGNORE_CHATTERS','Here you can ignore harassers.');
  131. //since version 3.1.0
  132.  
  133. /**
  134. * used within invite-dialog
  135. */
  136. define('INVITE_CHATTERS','Invite chatters');
  137. define('INVITED_CHATTERS','invited chatters');
  138. define('INVITE_CHATTER','invite chatter');
  139. define('DISINVITE_CHATTER','disinvite chatter');
  140. define('DISINVITED_CHATTERS','disinvited chatters');
  141. define('HINT_INVITE_CHATTERS','If you want to talk private within your own channel, you have to invite somebody to dispense access rights to your channel.');
  142. //since version 3.1.0
  143.  
  144. /**
  145. * used within friends-dialog
  146. */
  147. define('FRIENDS','Friends');
  148. define('ALL_CHATTERS','all chatters');
  149. define('ADD_TO_FRIENDS','Add to friends');
  150. define('DEL_FRIEND','Remove friend');
  151. define('HINT_ADD_FRIENDS','In this dialog you can add friends to your friends list.');
  152. //since version 3.1.0
  153.  
  154. /**
  155. * used within mail-dialog
  156. */
  157. define('MAIL','Mail');
  158. define('INBOX','Inbox');
  159. define('OUTBOX','Outbox');
  160. define('TRASH','Trash');
  161. define('COMPOSE','Compose');
  162. define('REPLY','Reply');
  163. define('FORWARD','Forward');
  164. define('SUBJECT','Subject');
  165. define('BODY','Body');
  166. define('SEND','Send');
  167. define('MAIL_SEND_HINT','Note: The "'.SEND.'"-Button will work only, if you filled in existent nicknames as recipients!');
  168. define('RECIPIENT_HINT','More than one comma separated recipients are allowed.');
  169. define('MOVE_TO_TRASH','Move to trash');
  170. define('GET_MAIL','Get new messages');
  171. define('DELETE_MAIL','Delete mail');
  172. define('SENDER','Sender');
  173. define('RECIPIENT','Recipient');
  174. define('MAIL_SEND_DATE','Send date');
  175. define('MAIL_RECEIVED','received');
  176. define('LAST_TOUCH_RECIPIENT','Reading confirmation');
  177. define('LAST_TOUCH_SENDER','last touch');
  178. define('NO_FRIENDS_FOUND','no friends found');
  179. define('NO_SUCH_RECIPIENT_FOUND','One of the recipient could not be found.');
  180. define('BODY_TO_SHORT','The content of your mail is to short.');
  181. //since version 3.1.0
  182.  
  183. /**
  184. * used within help-dialog
  185. */
  186. define('HELP_TITLE','Chat-Help');
  187. define('HELP_HINT','Hint: Leave this Window open, chat and look for commands here');
  188. define('HELP_SUBTITLE1','Manual');
  189. define('HELP_TEASER1','Here we will present you the basic functionality of the chat!');
  190. define('HELP_CHANNEL','Channel: Switch between the channels available');
  191. define('HELP_SPEAK','Box "says to"/"whispered": Speak or wisper directly to a chatter.');
  192. define('HELP_IGNORE','Menu Ignore: Here you can ignore chatters.');
  193. define('HELP_INVITE','Menu Invite: Invite chatters into your private channel.');
  194. define('HELP_FRIENDS','Menu Friends: You can mark other Chatters as your friends, the system will show you, which friend is currently on/offline.');
  195. define('HELP_CONFIGURE','Menu Configure: In this area you can change your preferred chat settings, e.g. color etc.');
  196. define('HELP_MAIL','Menu Mail: Send a mail message to a chatter and check your own inbox.');
  197. define('HELP_HELP','Menu Help: That\'s where you\'re in right now ...');
  198. define('HELP_SUBTITLE2','IRC-Commands:');
  199. define('HELP_TEASER2','Work in progress ...');
  200. define('HELP_SUBTITLE3','Smileys:');
  201. define('HELP_TEASER3','Work in progress ...');
  202.  
  203. define('SMILEY_CODE','Code');
  204. define('SMILEY_EXPLANATION','Explanation');
  205. define('MORE_SMILEY_CODES','more codes');
  206. define('OWN_PRIVATE_IMAGE','Your own icon, uploaded within the profile');
  207. define('RECIPIENT_PRIVATE_IMAGE','The icon of your conversational partner');
  208. //since version 3.1.0
  209.  
  210. /**
  211. * Registration
  212. */
  213. define('REGISTRATION','Registration');
  214. define('FILLOUT_TO_REGISTER','Fill in your data and send to register');
  215. define('ERROR_NICKNAME','The choosen nickname exists');
  216. define('ERROR_PASSWORD','The password is too short or empty');
  217. define('ERROR_NAME','Please enter your name');
  218. define('ERROR_USER','No user name given');
  219. define('ERROR_EMAIL','Wrong format');
  220. define('ERROR_PICTURE_URL','Can\'t find this picture');
  221. define('ERROR_COLOR','Wrong format');
  222. define('ERROR_MAIL_HOST','Could not send a mail to the specified host');
  223. define('NAME','First Name Last Name');
  224. define('EMAIL','E-Mail address');
  225. define('REGISTER','register');
  226. define('PICTURE_URL','URL of a picture');
  227. define('REGISTRATION_SUCCESSFULLY','Your registration was successfully!');
  228. define('LOGIN_NOW','You are ready to login now. If you are not forwarded to the login page, please click the link below');
  229. define('CONFIRMATION','Confirmation');
  230. define('STATUS_CONFIRMATION','Status');
  231. define('CONFIRM_SUCCESS','Your confirmation was successfully');
  232. define('CONFIRM_FAILED','Your confirmation failed');
  233. define('CONFIRMATION_MESSAGE','You got an e-mail from us. To complete your registration, please click on the link within this mail!');
  234. define('FORGOT_PASSWORD_HINT','You have to fill in your nickname, to get a mail containing the appendant password.');
  235. //since version 3.1.0
  236.  
  237. /**
  238. * Configuration
  239. */
  240. define('CONFIGURATION','Configuration');
  241. define('TEXT_COLOR','text color');
  242. define('ADVICE','advice');
  243. define('QUIET','no advice');
  244. define('ALERT','window popup');
  245. define('SOUND','play a sound');
  246. define('SCROLL_SPEED','Scroll speed');
  247. define('CHOOSE_SCROLL_SPEED','choose scroll speed');
  248. define('SCROLL_SPEED_NORMAL','normal');
  249. define('SCROLL_SPEED_FAST','fast');
  250. define('SCROLL_SPEED_FASTER','faster');
  251. define('SCROLL_SPEED_OFF','off');
  252. define('SWITCH_OFF_IE_CLICK','Switch off click sound of Internet Explorer!');
  253. define('CHOOSE_THEME','Choose a theme');
  254. //since version 3.1.0
  255. define('DEFINE_LINE_STYLES','Define line styles of other chatters.');
  256. define('SELECT_STYLES','Select styles');
  257. define('FONT_COLOR','font color');
  258. define('FONT_SIZE',' font size');
  259. define('FONT_FAMILY','font family');
  260. define('FONT_DECORATION','font decoration');
  261. define('LINE_TO_TEST_STYLES','Line to test your styles.');
  262.  
  263. /**
  264. * Profile
  265. */
  266. define('PROFILE','my profile');
  267. define('PERSONAL_DATA','personal data');//a nickname follows
  268. define('CHANGE_PROFILE','Update Profile');
  269. define('PROFILE_UPDATA_SUCCESSFUL','Your profile was successfully updated');
  270. define('PROFILE_UPDATA_NOT_SUCCESSFUL','Your profile was not updated');
  271. define('WRONG_MIME_TYPE','The file has a wrong mime type');
  272. define('IMG_FILE_TO_BIG','The file is too big');
  273. define('IMG_SIZE_TO_BIG','The dimensions are too big');
  274. define('SIZE_EXPECTED','Expected image size in pixels:');//a digit follows
  275. define('PRIVATE_IMAGE','Private image');
  276. define('CONFIRMATION_MAIL_SUBJECT','Registration confirmation');
  277. define('CONFIRMATION_MAIL_BODY','To confirm your registration at our chat, click the link below!');
  278. define('ICQ_NUMBER','ICQ Nummer');
  279. define('ERROR_ICQ_NUMBER','No ICQ number');
  280. define('AIM_NICKNAME','AIM Nickname');
  281. define('ERROR_AIM_NICKNAME','The AIM nickname is to long.');
  282. define('YIM_NICKNAME','Yahoo! Instant Messenger nick name');
  283. define('ERROR_YIM_NICKNAME','nickname is to long.');
  284. define('HOMEPAGE_URL','Home Page');
  285. define('ERROR_HOMEPAGE_URL','No home page found.');
  286. define('BIRTHDAY','Birthday');
  287. define('ERROR_BIRTHDAY','wrong format');
  288. define('AGE','Age');
  289. define('INTERESTS','Interests');
  290. define('ERROR_INTERESTS','String of interests to long!');
  291. define('MOTTO','Motto');
  292. define('ERROR_MOTTO','Motto to long!');
  293. define('LINES_PER_DAY','Lines per day');
  294. define('LOGINS_PER_DAY','Logins per day');
  295. //since version 3.1.0
  296. define('PRIVATE_ICON','private icon');
  297.  
  298. /**
  299. * Notes
  300. */
  301. define('CHATTER_NOTES','Notes for chatter');//a nickname follows
  302. define('UPDATE_NOTES','Update notes');
  303. define('NOTES_UPDATED_SUCCESSFULLY','Your notes has been updated successfully.');
  304. define('HINT_NOTES','Your notes are unreadable for any other chatter.');
  305. define('NOTES_NOT_UPDATED','Could not update your notes, may there is no space left for your notes.');
  306. //since version 3.1.0
  307.  
  308. /**
  309. * Moderation
  310. */
  311. define('APPROVE','approve');
  312. define('DISAPPROVE','disapprove');
  313. define('MESSAGE_FORWARDED_TO_MODERATOR','Message has been forwarded to the Moderator');
  314. define('MODERATOR_NOT_HERE','Moderator is absent.');
  315. define('MODERATOR','Moderator');
  316. define('VIP','VIP');
  317.  
  318. /**
  319. * Error messages
  320. */
  321. define('ERROR_WRONG_FORMAT','Data do you have posted has wrong format.');
  322. //since version 3.1.0
  323.  
  324. /**
  325. * Jumper
  326. */
  327. define('JUMP_FAILED','Jump failed!');
  328. define('JUMP_ERROR_CONTENT','Unacceptable content on target site found!');
  329. define('JUMP_ERROR_HOST','Host could not be found!');
  330. //since version 3.1.0
  331.  
  332. /**
  333. * IRC-Commands related stuff
  334. */
  335. define('INLINE_HELP','Help');
  336. define('IRC_COMMAND','IRC-Command');
  337. define('IRC_EXPLANATION','Explanation');
  338. define('IRC_ME','Will be replaced with your nickname.');
  339. define('IRC_MSG','Sends a whispered message to specified chatter, also if he is located in an other channel.');
  340. define('IRC_NICK','Sends a message to specified chatter.');
  341. define('IRC_JOIN','Changes the channel.');
  342. define('IRC_QUERY','Requests a private chat with specified chatter, who are invited automatically, within your own private channel.');
  343. define('IRC_LOCATE','Searches a chatter within the whole chat.');
  344. define('IRC_IGNORE','Adds specified chatter to your ignore list.');
  345. define('IRC_UNIGNORE','Removes specified chatter from your ignore list.');
  346. define('IRC_KICK','Kicks specified chatter. Can be used by operators only.');
  347. define('IRC_BAN','Ban a chatter for the specified period from the current channel. To unban use "/ban &lt;nickname&gt; 0"! Can be used by operators only.');
  348. define('IRC_HELP','Prints this help.');
  349. define('IRC_QUIT','Quits this chat session.');
  350. define('LOCATED_AT','located at');//a nickname follows, nickname in front of this sentence
  351. define('UNLOCATED','could not be found.');//nickname in front of this sentence
  352. //since version 3.1.0
  353.  
  354. define('CHATTER_IS_AWAY','This chatter is currently away from keybord!');
  355. define('CHATTERS_AWAY_MSG','He leave this message:');
  356. define('AFK_MODE_IS_SET','AFK-Mode is set.');
  357. define('AFK_MODE_IS_UNSET','AFK-Mode is unset.');
  358. define('HINT_YOU_ARE_AFK','You are in AFK-mode. Use "/back" to come back.');
  359. define('DIE','Die');
  360. define('YOUR_BODDIES','Your boddies');
  361. define('IRC_SHOWBODY','Shows your friends list.');
  362. define('IRC_ROLL','Dies game. To dies use "/roll &lt;die count&gt;"');
  363.  
  364. /**
  365. * Admin area
  366. */
  367. define('ADMINISTRATION','Administration');
  368. define('WELCOME_ADMIN','Administration area');
  369. define('PUBLIC_CHANNEL','public');
  370. define('MODERATED_CHANNEL','moderated');
  371. define('PRIVATE_CHANNEL','private');
  372. define('CHANNEL_ADMIN','Channel-Administration');
  373. define('CHATTER_ADMIN','Chatter-Administration');
  374. define('ADD_CHANNEL','Create channel');
  375. define('DEL_CHANNEL','Delete channel');
  376. define('UPDATE_CHANNEL','Update channel');
  377. define('CHATTER_DELETE_SUCCESS','Chatter removed successfully.');
  378. define('CHATTER_DELETE_FAILED','Could not remove chatter.');
  379. define('GROUP_UPDATE_SUCCESS','The group-membership is changed.');
  380. define('GROUP_UPDATE_FAILED','Change of group-membership failed.');
  381. define('CHATTER_DISABLED','Chatter is disabled');
  382. define('CHATTER_NOT_DISABLED','Could not disable this chatter');
  383. define('CHATTER_ENABLED','Chatter enabled');
  384. define('CHATTER_NOT_ENABLED','Could not enable this chatter');
  385. define('LAST_CHANNEL','Last channel');
  386. define('LAST_ACTIVE_TIME','Last seen');
  387. define('LAST_HOST','last host');
  388. define('LAST_IP','last IP');
  389. define('LAST_REFERER','last referer');
  390. define('LAST_USER_AGENT','last user agent');
  391. define('LAST_SESSIONID','last sessionId');
  392. define('REGTIME','Registration time');
  393. define('MOVE_TO_TOP','Move to top');
  394. define('SUCCESS_CHANNEL_UPDATE','channel update successfully.');
  395. define('ERROR_CHANNEL_UPDATE','could not update channel.');
  396. //since version 3.1.0
  397. define('TRAFFIC_STATISTICS','Traffic Statistics');
  398. define('LAST_SEVEN_DAYS','last seven days');
  399. define('LAST_SEVEN_WEEKS','last seven weeks');
  400. define('LAST_SEVEN_MONTH','last seven month');
  401. define('GROUP_MEMBERSHIP_FOR_CHANNEL','group membership for channel');//channel name follows
  402.  
  403. /**
  404. * Confirmation messages
  405. */
  406. define('CONFIRM_IGNORE','Chatter successfully added to the ignore list.');
  407. define('CONFIRM_IGNORE_FAILED','Chatter could not added to the ignore list.');
  408. define('CONFIRM_UNIGNORE','Chatter successfully removed from the ignore list.');
  409. define('CONFIRM_INVITE','Chatter successfully invited.');
  410. define('CONFIRM_DISINVITE','Chatter successfully disinvited.');
  411. define('CONFIRM_FRIEND','Chatter successfully added to the friends list.');
  412. //since version 3.1.0
  413.  
  414. /**
  415. * User page
  416. */
  417. define('USER_PAGE','User page');
  418. define('USER_SINCE','User since');//a time statement follows
  419. define('LAST_SEEN','last seen');//a time statement follows
  420. //since version 3.1.0
  421.  
  422.  
  423.  
  424. /**
  425. * Regulars' table
  426. */
  427. define('REGULARS',"Regulars' table");
  428. define('REGULARS_HINT','Here you see the most active chatters per rank.');
  429. define('SINCE_REGISTRATION','since registration');
  430. define('NOT_FOUND','could not be found');
  431. define('RANK','over all rank');
  432. define('ONLINE_TIME','over all online days');
  433. define('ACCOUNT_DATA','Account data');
  434. define('INDIVIDUAL_DATA','Personal data');
  435. //since version 3.1.0
  436.  
  437. /**
  438. * right click menu within the output frame
  439. */
  440. define('PRIVATE_CHAT_NEW_WINDOW','private chat');
  441. //since version 3.1.0
  442.  
  443. /**
  444. * Who is online window
  445. */
  446. define('WHO_IS_ONLINE','who is online?');
  447. define('CHANGE_CHANNEL','change channel');
  448. define('SELECT_NICK','select nick');
  449. define('OPEN_USER_PAGE','open user page');
  450. define('HINT_WHO_IS_ONLINE','Here you find all chatters online in the chat. Use the icons behind every nickname to chat with or to join a channel.');
  451. //since version 3.1.0
  452.  
  453. /**
  454. * Password reminder
  455. */
  456. define('FORGOT_PASSWD_MAIL_SUBJECT','Your login password for '.TITLE);
  457. define('FORGOT_PASSWD_MAIL_BODY','This message is sent to you because you informed us that
  458. you lost your password for '.TITLE);
  459. define('HINT_REG_PASSWORD','Your password must be at least '.PASSWORD_MIN_LENGTH.' characters long.');
  460. define('HINT_REG_NICKNAME','Your nickname can contain numeric and alphanumeric characters as well as white spaces.');
  461. define('YOUR_PASSWORD_IS','Your password is:');//a password follows
  462. define('FORGOT_PASSWD_MAIL_HINT','
  463. ');
  464. define('RETRIEVE_PASSWORD','Retrieve your password');
  465. //since version 3.1.0
  466.  
  467. /**
  468. * Statistics
  469. */
  470. define('STATISTICS','Statistics');
  471. define('ONLINE_COUNT_LAST24h','Online in the last 24h');
  472. define('ONLINE_TIME_AVG','Online time average in minutes per day');
  473. define('REGISTERED_COUNT','Count of registered chatters');
  474. define('LAST_REGISTERED','Last registered chatter');
  475. define('MAIL_COUNT','Mail count');
  476. define('UNRED_MAILS','unred mails');
  477. define('MAIL_COUNT_LAST_24h','Mail count of the last 24h');
  478. //since version 3.1.0
  479.  
  480. /**
  481. * context sesitive help
  482. */
  483. define('HINT_PASSWORD','Enter the password what you got by a mail from us. For a guest login leave this input field empty.');
  484. define('HINT_NICKNAME','You must register to get your own nickname. For a guest login leave this input field empty.');
  485. define('HINT_CHANNELS','There are three kinds of channels, <em>moderated</em>, <em>public</em> and <em>private</em>. In public channels, lines are shown directly, in moderated channels, lines must be approved by a moderator. Private channels are shown only, if you are logged in.');
  486. define('INFO_RANKING','If the necessary values for a rank are reached, you are ready for an advancement and you keeps the rank, even if the values fall under the necessary borders in the future.');
  487. define('HINT_ADVICE_QUIET','If you choose this option, you will not be notified if a chatter tries to speak to you.');
  488. define('HINT_ADVICE_ALERT','If you choose this option, you will get an alert within a small <strong>popup window</strong>, if a chatter tries to speak to you.');
  489. define('HINT_ADVICE_SOUND','If you choose this option, you will get an <strong>sound</strong> alert, if a chatter tries to speak to you.');
  490. //since version 3.1.0
  491.  
  492. /**
  493. * Guestbook
  494. */
  495. define('GUESTBOOK','Guestbook');
  496. define('GUESTBOOK_NEW_ENTRY','Add a new guestbook entry');
  497. define('GUESTBOOK_ENTRY_SAVED','The new guestbook entry has been saved successfully');
  498. //since version 3.1.0
  499.  
  500. /**
  501. * Generic
  502. */
  503. define('GUEST_NICK_PREFIX','Guest');
  504. define('ALL_GUESTS','Guests');
  505. define('SUBMIT','Submit');
  506. define('CANCEL','Cancel');
  507. define('SEARCH','Search');
  508. define('SEARCH_RESULTS','search results');
  509. define('ALERT_NEW_LINE','Someone wants to chat with you');
  510. define('CLOSE_WINDOW','Close window');
  511. define('GOTO_HOME','Goto home page');
  512. define('CONTACT_HINT','IF you have question, please let us know!');
  513. define('REALLY_QUESTION','You are sure?');
  514. define('CHATTER','Chatter');
  515. define('OPERATOR','Operator');
  516. define('ADMIN_HINT','To administrate your chat, login as "operator" and click within the input-frame on "'.ADMINISTRATION.'".');
  517. define('IMPORTANT','Important');
  518. define('OPERATOR_PASSWORD','The Operator-Password');
  519. define('MAKE_NOTE','Please make a note of your operator-password');
  520. define('RESTRICT','Search nicknames');
  521. define('DENIED_FOR_GUESTS','This service is not available for guests!');
  522. define('BANNED_MSG','Your are banned for the chosen channel and so you are kicked into your private channel.');
  523. define('CHATTER_COUNT','chatters online');//a digit follows
  524. define('HIDE','hide');
  525. define('GENDER','Gender');
  526. define('GENDER_NOTE','You can choose a gender only one time!');
  527. define('FEMALE','female');
  528. define('MALE','male');
  529. define('PAGE_VIEWS','Page Views');
  530. define('GRADE','Grade');
  531. define('GRADE_ROOKIE','Rookie');
  532. define('GRADE_MEMBER','Member');
  533. define('GRADE_REGULAR','Regular');
  534. define('GRADE_ELITE','Elite-Chatter');
  535. define('GRADE_OPERATOR','Operator/Admin');
  536. define('YOU_ARE_BUSY','You talk already with someone else in the private window!');
  537. define('CHATTER_IS_BUSY','Unfortunately this Chatter cannot chat with you, he is too busy.');
  538. define('WANTS_TO_TALK','wants to talk with you!');//nickname in front of this
  539. define('DAYS','Tage');
  540. define('CHAT','Chat');
  541. define('CHATMAIL','Chat-Mail');
  542. define('NICKNAME_NOT_FOUND','The given nickname could not be found.');
  543. define('PASSWORD_HAS_BEEN_SENT','The password has been sent');
  544. define('CHOOSE_LANGUAGE','Other language');
  545. define('OPTIONAL','optional');
  546. define('MISCELLANEOUS','miscellaneous');
  547. define('SAVE','Save');
  548. define('DELETE','Delete');
  549. define('EDIT','Edit');
  550. define('CREATE_NEW','create new');
  551. define('JS_ALERT','Please activate JavaScript');
  552. define('HAPPY_BIRTHDAY','Happy Birthday!');
  553. define('CHOOSEN','choosen');
  554. define('NO_LONGER','no longer');
  555. define('NOT', 'not');
  556. define('AUTHORIZED', 'authorized');
  557. //since version 3.1.0
  558.  
  559. /**
  560. * PostNuke related
  561. */
  562. define('PN_NOT_LOGGED_IN','Chat-Login failed!');
  563. define('PN_HINT_NOT_LOGGED_IN','To join the chat, you have to login first!');
  564. //since version 3.1.0
  565. ?>

Documentation generated on Tue, 29 Jun 2004 14:42:21 +0200 by phpDocumentor 1.3.0RC3