home *** CD-ROM | disk | FTP | other *** search
/ rtsi.com / 2014.01.www.rtsi.com.tar / www.rtsi.com / OS9 / FAQ / discus_admin_1357211388 / language.conf < prev    next >
Text File  |  2009-11-06  |  28KB  |  996 lines

  1. ###################################################################
  2. # VERSION:         English 4.00                                   #
  3. # TRANSLATED BY:   DiscusWare, LLC                                #
  4. #                                                                 #
  5. # This file is REQUIRED for Discus 4.0.  New entries for Discus   #
  6. # 4.0 are contained in lang40.conf in the Discus administration   #
  7. # directory.                                                      #
  8. #                                                                 #
  9. # *********** Do not modify or translate this notice! *********** #
  10. #                                                                 #
  11. # Discus is copyright (c) 2001 by DiscusWare, LLC, all rights     #
  12. # reserved.  This translated language file has been purchased     #
  13. # from the individual or organization listed above by DiscusWare  #
  14. # and is redistributed under the same terms as Discus itself.     #
  15. #                                                                 #
  16. # TRANSLATORS PLEASE READ THIS IMPORTANT NOTICE BEFORE PROCEEDING #
  17. #                                                                 #
  18. #   Lines beginning with a '#' are treated as comments.           #
  19. #   Blank lines are ignored, as is leading and trailing space.    #
  20. #   Lines beginning with '$' or '@' have special meaning to the   #
  21. #        program and should not be changed or translated.         #
  22. #   Anything after a '##' is treated as a comment.                #
  23. #   Anything in this file is read literally, including HTML. It   #
  24. #        is not interpreted, so don't use Discus formatting tags. #
  25. #        The one exception is the use of Discus variables, shown  #
  26. #        as %variables (starting with %).  These are documented   #
  27. #        if it's not obvious what they do.  The use of such       #
  28. #        variables is rare. Don't translate the variable names!   #
  29. ###################################################################
  30.  
  31. ###################################################################
  32. # DATES, TIMES, AND TIME FORMATS                                  #
  33. ###################################################################
  34.  
  35. #------------------------------------
  36. # Days of the week, separated by commas:
  37.  
  38. @DAY(,)
  39. Sunday, Monday, Tuesday, Wednesday, Thursday, Friday, Saturday
  40.  
  41. #------------------------------------
  42. # Months of the year, separated by commas:
  43.  
  44. @MONTH(,)
  45. January, February, March, April, May, June, July, August, September, October, November, December
  46.  
  47. #------------------------------------
  48. # Time settings
  49.  
  50. $HRCLOCK
  51. 12     ## Use 12 hour clock
  52. #24    ## Use 24 hour clock
  53.  
  54. $AM
  55. am     ## Used in 12 hour clock only
  56. $PM
  57. pm     ## Used in 12 hour clock only
  58.  
  59. #------------------------------------
  60. # Configure date appearance
  61.  
  62. # For this section:
  63. #   %weekday => day of week
  64. #   %month => name of month
  65. #   %nmonth => number of month
  66. #   %day => number of day
  67. #   %year => year
  68. #   %hour => hour
  69. #   %minute => minute
  70. #   %ampm => am or pm (used in 12 hour clock only)
  71. # New in version 4.0:
  72. #   %second => second
  73. #    %24hour => Hour in 24-hour format (e.g., 1 PM is 13)
  74. #    %2year => Last 2 digits of year (1999 = 99, 2000 = 00, etc.)
  75.  
  76. # Date in long format and short format
  77. $LONGDATE
  78. # English: %weekday, %month %day, %year - %hour:%minute %ampm
  79. # French: %weekday, le %day %month, %year - %hourh%minute
  80. %weekday, %month %day, %year - %hour:%minute %ampm
  81.  
  82. $SHORTDATE
  83. # English: %month %day - %hour:%minute %ampm
  84. # French: %day %month - %hourh%minute
  85. %month %day - %hour:%minute %ampm
  86.  
  87. $REALSHORTDATE
  88. # English: %nmonth/%day, %hour:%minute %ampm
  89. # French: %day/%nmonth, %hourh%minute
  90. %nmonth/%day, %hour:%minute %ampm
  91.  
  92. $DATEONLY
  93. # English: %month %day, %year
  94. %month %day, %year
  95.  
  96. # The separator you use between hours and minutes.  It's the : in 11:30.
  97. # In French, it's the h in 11h30.
  98.  
  99. $TIMESEPARATOR
  100. :
  101.  
  102. #------------------------------------
  103. # Configure "Posted by ... on ..." appearance
  104. # For this section:
  105. #   %name => name of person posting message (from profile if appropriate)
  106. #   %date => date and time using the long format defined above
  107.  
  108. $POSTBY
  109. <FONT SIZE=-1>By <B>%name</B> on <B>%date</B>:</FONT>
  110.  
  111. ###################################################################
  112. # GENERAL STUFF                                                   #
  113. ###################################################################
  114.  
  115. # "Return to" in window status bar
  116. $NBRETURN
  117. Return to
  118.  
  119. # "main page" in window status bar
  120. $NBMAINPAGE
  121. main page
  122.  
  123. # "preview" -- THIS IS NOT DISPLAYED.  However, this needs to be the
  124. # word you used in place of "preview" in the template forms.  When
  125. # this word is seen on a button, the preview screen is brought up.
  126.  
  127. $PREVIEW
  128. preview
  129.  
  130. # Some languages don't have the verb "Preview" the same as the noun
  131. # "Preview" like in English.  If your language has an alternate
  132. # spelling/word for "Preview" that you're going to use on a button,
  133. # you can define it here.
  134.  
  135. #$PREVIEW2
  136. #preview
  137.  
  138. # "Add a Message" -- THIS IS NOT DISPLAYED.  However, this needs to
  139. # be the phrase you used in place of "Add a Message" in the
  140. # addmessage-*.txt message box files.
  141.  
  142. $ADDMESSAGE
  143. Add a Message
  144.  
  145. # Possible formatting errors in "WebTags" formatting tags
  146. #
  147. # * {your wrong tag} could mean {corrected tag} - {description}
  148.  
  149. $COULDMEAN
  150. could mean
  151.  
  152. # Other formatting errors
  153. $FORMATTINGERROR
  154. Formatting Error
  155.  
  156. $NOCLOSINGBRACE
  157. There is no closing brace for the code <B>\%code{...}</B>.
  158.  
  159. $NOSPECIALCHARACTER
  160. The special character <B>%char</B> does not exist.
  161.  
  162. $WRONGNUMBEROFARGUMENTS
  163. # %code => Name of formatting code
  164. # %required => Required # of arguments
  165. # %your => Number of arguments you actually provided
  166.  
  167. The formatting code <B>%code</B> requires <B>%required</B> argument(s);
  168. you provided only <B>%your</B> argument(s).
  169.  
  170. $CODEDOESNOTEXIST
  171. The formatting code <B>%code</B> does not exist or cannot be used in this context.
  172.  
  173. $NONESTHTML
  174. The formatting code <B>%code</B> does not allow other formatting tags
  175. to be nested inside it.
  176.  
  177. ###################################################################
  178. # TEXT FROM "BOARD-NEWMESSAGES.CGI"                               #
  179. ###################################################################
  180.  
  181. # The title of the page
  182. $NMTITLE
  183. New Messages
  184.  
  185. # The front page
  186. $NMSEARCHIN
  187. Search in
  188.  
  189. $NMSEARCHBUTTON
  190. Search
  191.  
  192. $NMLASTCHECK
  193. Messages since I last checked for new messages:
  194.  
  195. # Note: username and password are set in the user profile script section
  196.  
  197. $NMDONTREMEMBER
  198. Don't remember this check
  199.  
  200. $NMWITHINLAST
  201. Messages posted within the last
  202.  
  203. $NMMINUTES
  204. Minute(s)
  205.  
  206. $NMHOURS
  207. Hour(s)
  208.  
  209. $NMDAYS
  210. Day(s)
  211.  
  212. $NMAFTER
  213. Messages posted after
  214.  
  215. $NMDEFAULTTIME
  216. 12:01
  217.  
  218. $NMTREEVIEW
  219. Display results in a message tree view
  220.  
  221. # Where to search
  222. #
  223. # You can make this something like "The entire board" or to customize
  224. # it for your site make it "All of Joe's Board", substituting in your
  225. # title.  It's up to you based on your language.
  226. #    %title -> Title of your board
  227.  
  228. $NMALLOF
  229. #All of %title
  230. (All Topics)
  231.  
  232. # Settings dealing with the display of dates
  233.  
  234. $NMTODAY
  235. Today
  236.  
  237. $NMYESTERDAY
  238. Yesterday
  239.  
  240. # Dates like "Last Wednesday"
  241. #
  242. # %weekday => Day of week as defined above
  243.  
  244. $NMLASTDAY
  245. Last %weekday
  246.  
  247. # The time of the last post
  248. #
  249. # %date => Date in long format defined above
  250.  
  251. $NMLASTPOST
  252. Most recent post: <B>%date</B>
  253.  
  254. # Text for people who check with their username/password
  255.  
  256. $NMNOCHECK
  257. You have not ever checked for new messages using this option. Posts within the last
  258. seven days will be displayed.
  259.  
  260. $NMCHECKSEVENDAYS
  261. You last checked for new messages more than 7 days ago. Posts within the last 7 days
  262. will be displayed. You can use other search methods to get messages from before 7
  263. days ago.
  264.  
  265. $NMYOULASTCHECKED
  266. You last checked for new messages on
  267.  
  268. $NMNOTRECORDED
  269. This check was not recorded.
  270.  
  271. # Other results
  272.  
  273. $NMRESULTSOFSEARCH
  274. Results of Search
  275.  
  276. $NMTREEVIEWBUTTON
  277. Tree View
  278.  
  279. $NMOLDVIEWBUTTON
  280. Text Only View
  281.  
  282. # For this part, %d is the number of discussions with new messages
  283.  
  284. $NMZERONEW
  285. 0 discussions have new messages.
  286.  
  287. $NMONENEW
  288. 1 discussion has new messages.
  289.  
  290. $NMPLURALNEW
  291. %d discussions have new messages.
  292.  
  293. ###################################################################
  294. # TEXT FROM "BOARD-POST.CGI"                                      #
  295. ###################################################################
  296.  
  297. # The word for "Anonymous" on posts
  298. $BPANONYMOUS
  299. Anonymous
  300.  
  301. # Authentication error -- for when you mess up your username/password
  302. $BPAUTHERROR
  303. Authentication Error
  304.  
  305. $BPAUTHERRORINVALID
  306. Your username/password combination was invalid, or you do not have
  307. permission to post to this topic.  You may revise your username
  308. and password using the form at the bottom of this page.
  309.  
  310. $BPAUTHERRORNONAME
  311. You must enter something as your username.
  312.  
  313. # Add message error -- for when you don't type in a message
  314. $BPADDMSGERROR
  315. Add Message Error
  316.  
  317. $BPADDMSGERRORDESC
  318. You must type a message to add!
  319.  
  320. # Create New Conversation Error -- for when you don't type in a subject
  321. $BPCREATEERROR
  322. Create New Conversation Error
  323.  
  324. $BPCREATEERRORDESC
  325. You must type a subject for your new conversation!
  326.  
  327. # Title of the screen
  328. $BPNORMALTITLE
  329. Preview: New Message
  330.  
  331. $BPCREATETITLE
  332. Preview: New Conversation
  333.  
  334. $BPNORMALDISPLAY
  335. New Message
  336.  
  337. $BPCREATEDISPLAY
  338. New Conversation
  339.  
  340. # Instructions on how to post
  341. $BPMESSAGEPOST
  342. The following is a preview of your new message.  If you used any formatting tags
  343. in your post, they should be working correctly in the preview.  If your post is
  344. correct, click on "Post this Message" below the preview.  Otherwise,
  345. you can revise your message.
  346.  
  347. $BPCREATEPOST
  348. The following is a preview of your new conversation and message.  If you used
  349. any formatting tags in your post, they should be working correctly in the
  350. preview.  If your post is correct, click on "Post this Message" below
  351. the preview.  Otherwise, you can revise your message.
  352.  
  353. # Possible formatting errors
  354. $BPPOSSIBLEFORMATTINGERRORS
  355. Possible Formatting Errors
  356.  
  357. $BPPOSSIBLEFORMATTINGERRORSDESC
  358. The following possible formatting errors been detected in your message.  Please
  359. check the preview of your message carefully to make sure that your formatting
  360. codes are working. The formatting you selected should be displayed properly
  361. within the preview. You should <I>not</I> see the formatting tags within the
  362. preview.
  363.  
  364. # Subject: within preview box
  365. $BPSUBJECTTAG
  366. Subject:
  367.  
  368. # Post this message
  369. $BPPOSTTHISMESSAGE
  370. Post this Message
  371.  
  372. # Cancel post
  373. $BPCANCELPOST
  374. Cancel Post
  375.  
  376. # Preview/post message
  377. $BPPREVIEWPOST
  378. Preview/Post Message
  379.  
  380. # Revise your subject
  381. $BPREVISESUBJECT
  382. Revise your Subject
  383.  
  384. # Revise your message
  385. $BPREVISEMESSAGE
  386. Revise your Message
  387.  
  388. # Message already posted
  389. $BPALREADYPOSTED
  390. Message Already Posted
  391.  
  392. $BPALREADYPOSTEDDESC
  393. You have already posted a message to this discussion which:
  394. <UL>
  395. <LI>Was posted within the last two minutes
  396. <LI>Was posted by you
  397. <LI>Was the same as the message you entered before
  398. </UL>
  399. <P>
  400. You probably hit the button twice.
  401.  
  402. $BPCLICKCONTINUE
  403. Click here to continue.
  404.  
  405. $BPPROVIDEFILE
  406. Provide file for
  407.  
  408. $BPIMGUPLOADBUTTON
  409. UPLOAD
  410.  
  411. $BPIMGUPLOADCANCEL2
  412. this link
  413.  
  414. # Posting disabled
  415. $BPPOSTINGDISABLEDTITLE
  416. Posting Disabled
  417.  
  418. # Disabled posting
  419. # %aopen => <A HREF="..../board-contact.cgi">
  420. # %aclose => </A>
  421.  
  422. $BPPOSTINGDISABLEDDESCR
  423. Posting is currently disabled in this topic.  %aopen<B>Contact your discussion
  424. moderator</B>%aclose for more information.
  425.  
  426. # E-mail notification stuff
  427. # Note: \ is automatically replaced with a newline (\n) in this section
  428. # because formatting of newlines is crucial.
  429.  
  430. $BPREPLYBYEMAILMESSAGE
  431. ********************************************************* \
  432. TO REPLY TO THIS MESSAGE BY E-MAIL, USE THIS SECTION! \
  433. \
  434. -----------Enter your message below this line------------ \
  435. [Delete this line and enter your message here] \
  436. -----------Enter your message above this line------------ \
  437. \
  438. ********************************************************* \
  439. ***        DO NOT MODIFY THE FOLLOWING LINE!!!        *** \
  440.  
  441. ###################################################################
  442. # TEXT FROM "BOARD-IMAGE-LISTER.CGI"                              #
  443. ###################################################################
  444.  
  445. # Title of the page itself
  446. $ILTITLE
  447. Available Clipart
  448.  
  449. # Instructions on what to do
  450. $ILINSTR
  451. To insert a clipart image into your post, enter the tag
  452. <B>\clipart{</B><I>clipart_image_name</I><B>}</B> in the text
  453. of your message. The tags for available clipart images are listed here.
  454.  
  455. # The word "TAG"
  456. $ILTAG
  457. TAG
  458.  
  459. # The phrase "IMAGE (Shown Actual Size)"
  460. $ILIMAGE
  461. IMAGE (Shown Actual Size)
  462.  
  463. # The name of the formatting tag used
  464. $ILCLIPTAG
  465. clipart
  466.  
  467. # Back to previous page (at the bottom)
  468. $ILBACK
  469. Back to previous page
  470.  
  471. ###################################################################
  472. # TEXT FROM "BOARD-POST-FORM.CGI"                                 #
  473. ###################################################################
  474.  
  475. # The title of the whole screen ("Create New Conversation")
  476. $BPFCREATETITLE
  477. Create New Conversation
  478.  
  479. # Tells you what to do
  480. $BPFSUBJECT
  481. Type in a subject for the new conversation:
  482.  
  483. ###################################################################
  484. # TEXT FROM "BOARD-CONTACT.CGI"                                   #
  485. ###################################################################
  486.  
  487. # The title of the whole screen ("Contact Moderators")
  488. $BCTITLE
  489. Contact Moderators
  490.  
  491. # The instructions
  492. $BCINSTR
  493. Please address general questions and concerns to
  494.  
  495. # Moderators:
  496. $BCMOD
  497. Moderators:
  498.  
  499. # Back to previous page (at the bottom)
  500. $BCBACK
  501. Back to previous page
  502.  
  503. ###################################################################
  504. # TEXT FROM "BOARD-TREEVIEW.CGI"                                  #
  505. ###################################################################
  506.  
  507. # Title of screen
  508. $TVTITLE
  509. Tree View
  510.  
  511. ###################################################################
  512. # FILE LOCKING TEXT                                               #
  513. ###################################################################
  514.  
  515. $FILELOCKERROR
  516. File Locking Error
  517.  
  518. $FILEISLOCKED
  519. One of the files required to complete this operation has been locked
  520. by another process.  Please wait 5 seconds and then submit your
  521. request again.
  522.  
  523. # NEW MESSAGES:  If enabled, this is the description for a check box that disables
  524. # the "7 day maximum" when searching for new messages.
  525. $NM_SHOW_ALL_NM
  526. Don't use seven day maximum
  527.  
  528. # POSTING:  This warns people who checked the "Anonymous" box that their name is
  529. # revealed if the administrator or moderator has disabled anonymous posting board-wide.
  530. $BPWARNANONYMOUS
  531. <FONT SIZE=-1 COLOR=#ff0000><B>NOTICE!</B>  Anonymous posting is not permitted in
  532. this topic.  Your name is revealed on your post!</FONT>
  533.  
  534. # FILE LOCKING:  Special case for regeneration of the board
  535. $FILELOCKREGEN
  536. All files on the board are currently locked, as the board is being
  537. regenerated.  This process will be finished in %sec seconds or less.
  538. Please wait 15 seconds and then submit your request again.  We
  539. apologize for any inconvenience this may cause.
  540.  
  541. # POSTING/UPLOAD:  The following items have been revised due to the addition of the
  542. # attachment upload facility in Discus Pro.
  543.  
  544. # Image/attachment upload form
  545. $BPIMGUPLOADTITLE3_00
  546. Image/Attachment Upload Form
  547.  
  548. # Image/attachment Upload Form
  549. $BPIMGUPLOADINSTR3_00
  550. Please provide the files for the following referenced images/attachments.  Then click on
  551. "UPLOAD" to continue. <P> <U>Note</U>: If you do not see a
  552. "Browse..." button next to the blanks below, then your browser does
  553. not support form-based file upload and you will not be able to upload images/attachments to
  554. your post.
  555.  
  556. $BPIMGUPLOADCANCEL13_00
  557. To cancel upload of images/attachments,  click on
  558.  
  559. $BPIMGUPLOADCANCEL33_00
  560. If you cancel upload,  you will not be able to upload images/attachments to your post.
  561.  
  562. # E-mail notification stuff
  563. # Note: \ is automatically replaced with a newline (\n) in this section
  564. # because formatting of newlines is crucial.
  565.  
  566. $BPR_STANDARD_FOOTER
  567. ------------------------------------------------------------\
  568. DO NOT REPLY TO THIS MESSAGE!  It is an automatic e-mail\
  569. notification message from the discussion board indicating\
  570. that a new message was posted.  If you do not wish to\
  571. receive further e-mail notification messages from this\
  572. discussion board, edit your user or moderator profile to\
  573. turn off the e-mail notification option.
  574.  
  575. $BPR_GOTOLINK
  576. Use this link to go directly to the discussion:
  577.  
  578. # If the discussion is closed...
  579.  
  580. $AUTHERROR_CLOSED
  581. All posting to this topic has been turned off by the discussion
  582. moderators or system administrator.  You may not post to this
  583. discussion.
  584.  
  585. # This is a welcome message that is displayed on a new topic with
  586. # no content.  Discus formatting tags CAN BE USED here.  Direct
  587. # HTML should NOT be used.
  588. #  %topicname => Name of topic
  589.  
  590. $WELCOME_TO_TOPIC
  591. Welcome to \i{%topicname}.  You may enter any of the discussions above
  592. by clicking on the appropriate link.  Or, to start a new discussion of your own,
  593. click on the "Create New Conversation" button.
  594.  
  595. ###################################################################
  596. # TEXT FROM BOARD-PROFILE.CGI                                     #
  597. # (Pretty much a complete rewrite since version 2.50)             #
  598. # *You can delete all of the text attributed to this script       #
  599. # from any previous remnants of the language file if you wish!*   #
  600. ###################################################################
  601.  
  602. $PROFEDIT_TITLE
  603. Profile Editor
  604.  
  605. $PROFEDIT_INFO
  606. Information About You
  607.  
  608. $PROFEDIT_YOURUSERNAME
  609. Username:
  610.  
  611. $PROFEDIT_YOURFULLNAME
  612. Full Name:
  613.  
  614. $PROFEDIT_YOUREMAIL
  615. E-mail Address:
  616.  
  617. $PROFEDIT_SAVEINFO
  618. Save this Information
  619.  
  620. $PROFEDIT_EMAILNOTIFY
  621. E-mail Notification
  622.  
  623. $PROFEDIT_CHOOSETOPICS
  624. Choose one or more of the following topic(s) to enable
  625. e-mail notification.  You will be notified by e-mail
  626. of others' posts in the topics you select.
  627.  
  628. $PROFEDIT_MYPOSTS
  629. If you would also like to receive a copy of your own
  630. posts by e-mail, check the box below.
  631.  
  632. $PROFEDIT_MYPOSTSBOX
  633. My own posts
  634.  
  635. $PROFEDIT_CHANGEPASSWORD
  636. Change Password
  637.  
  638. $PROFEDIT_CHANGEPASSWORD_INSTR
  639. To change your password, enter your new password in the
  640. first text box.  Verify your new password by typing your
  641. new password again in the second text box.
  642.  
  643. $PROFEDIT_NEWPASS
  644. New Password:
  645.  
  646. $PROFEDIT_VERIFY
  647. Verify New Password:
  648.  
  649. $PROFEDIT_SAVEBUTTON
  650. Save Changed Password
  651.  
  652. $PROFILE_TITLE
  653. Profile Editor
  654.  
  655. $PROFILE_USERNAME
  656. Username:
  657.  
  658. $PROFILE_PASSWORD
  659. Password:
  660.  
  661. $PROFILE_AUTHERROR
  662. Authentication Error
  663.  
  664. $PROFILE_AUTHERROR_DESCR
  665. The username and password combination you supplied is not valid.
  666. You may receive this message for several reasons:<P>
  667. 1) The username and password you entered are not correct<P>
  668. 2) The board administrator or a moderator has denied you permission
  669. to edit your profile<P>
  670. 3) You recently changed your password but did not log out and then
  671. back in to activate your new password<P>
  672. 4) You did not supply your current password, but attempted to log in
  673. with a password that was stored in a cookie -- you must manually
  674. enter your password into the box to edit your profile
  675.  
  676. $PROFILE_CHPASS_ERROR
  677. Change Password Error
  678.  
  679. $PROFILE_CHPASS_ERROR_ALPHA
  680. Your password may contain alphanumeric characters only.
  681.  
  682. $PROFILE_CHPASS_ERROR_MATCH
  683. The two passwords that you entered do not match.
  684.  
  685. $PROFILE_CHPASS_ERROR_LENGTH
  686. Your password must be a minimum of two characters in length.
  687.  
  688. $PROFILE_CHANGEDPASSWORD
  689. Password Successfully Changed
  690.  
  691. $PROFILE_CHANGEDPASSWORD_DESCR
  692. Your password has been successfully changed.  If you wish to
  693. edit your profile further, you must log in again by clicking
  694. on the "Edit Profile" link from the menu.
  695.  
  696. $PROFILE_LOGIN
  697. Enter your username and password below to edit your profile.
  698.  
  699. $PROFILE_LOGIN_BUTTON
  700. Log In
  701.  
  702. $PROFILE_SYNC_TITLE
  703. Synchronize Profiles
  704.  
  705. $PROFILE_SYNC_DESCR
  706. You have more than one profile with different settings.  This may occur if
  707. you have recently had a new account created for you or if a moderator has
  708. edited your profile.  Please select the profile that you wish to use from
  709. the choices below.
  710. <P>
  711. The chances are that one of the profiles contains all of your settings and
  712. one of the other profiles does not contain your settings.  Choosing the
  713. profile with all of your settings will prevent you from having to re-enter
  714. them.
  715.  
  716. $PROFILE_CHOOSETHISONE
  717. Select
  718.  
  719. $PROFILE_MYPOSTS
  720. My own posts
  721.  
  722. $LOGIN_YOUARELOGGEDIN
  723. You are currently logged in as <B>%user</B>.  If you wish to clear this login
  724. information, click the button below.
  725.  
  726. $LOGIN_CLEARBUTTON
  727. Log Out
  728.  
  729. ###################################################################
  730. # TEXT FROM "BOARD-SEARCH.CGI"                                    #
  731. # (Pretty much a complete rewrite since version 2.50)             #
  732. # *You can delete all of the text attributed to this script       #
  733. # from any previous remnants of the language file if you wish!*   #
  734. ###################################################################
  735.  
  736. $BSCH_TITLE
  737. Keyword Search
  738.  
  739. $BSCH_INSTR
  740. To search the board, enter one or more words below.  Placing a <B>+</B>
  741. sign in front of a word <I>requires</I> the word.  Placing a <B>-</B> sign
  742. in front of a word <I>excludes</I> the word.  Placing a "phrase in quotes"
  743. matches the entire phrase.
  744.  
  745. $BSCH_SEARCHFOR
  746. Search for:
  747.  
  748. $BSCH_LOOKIN
  749. Look in:
  750.  
  751. $BSCH_TITLESOF
  752. Subject lines
  753.  
  754. $BSCH_AUTHORS
  755. Names of authors
  756.  
  757. $BSCH_TEXT
  758. Text of messages
  759.  
  760. $BSCH_ALLOFTHESE
  761. Subject lines, authors, and messages
  762.  
  763. $BSCH_TOPICS
  764. Search topic:
  765.  
  766. $BSCH_ALLTOPICS
  767. All topics on board
  768.  
  769. $BSCH_TYPEOFPAGE
  770. Type of page:
  771.  
  772. $BSCH_TYPEOFPAGE_1
  773. Pages containing messages
  774.  
  775. $BSCH_TYPEOFPAGE_3
  776. Pages with or without messages
  777.  
  778. $BSCH_LIMITTO
  779. Limit to:
  780.  
  781. $BSCH_LIMIT_1DAY
  782. Pages with messages posted in the last day
  783.  
  784. $BSCH_LIMIT_2DAY
  785. Pages with messages posted in the last 2 days
  786.  
  787. $BSCH_LIMIT_7DAY
  788. Pages with messages posted in the last week
  789.  
  790. $BSCH_LIMIT_14DAY
  791. Pages with messages posted in the last 2 weeks
  792.  
  793. $BSCH_LIMIT_30DAY
  794. Pages with messages posted in the last month
  795.  
  796. $BSCH_LIMIT_NONE
  797. (No limit on time)
  798.  
  799. $BSCHBUTTONTEXT
  800. Perform Search
  801.  
  802. $BSCHRESULTS
  803. Search Results
  804.  
  805. # Here, %query is what the user typed in, and %results is the number
  806. # of results that were matched
  807.  
  808. $BSCH_0HITS
  809. Sorry, your search for <B>%query</B> did not match any pages.
  810.  
  811. $BSCH_1HIT
  812. Your search for <B>%query</B> matched <B>1</B> page.
  813.  
  814. $BSCH_MANYHITS
  815. Your search for <B>%query</B> matched <B>%results</B> pages.
  816.  
  817. $BSCH_AUTHOR
  818. Author:
  819.  
  820. $BSCH_DOT
  821.  
  822. ###################################################################
  823. # TEXT FROM "BOARD-IMAGE.CGI"                                     #
  824. # (Pretty much a complete rewrite since version 2.50)             #
  825. # *You can delete all of the text attributed to this script       #
  826. # from any previous remnants of the language file if you wish!*   #
  827. ###################################################################
  828.  
  829. $BI_UPLOAD_ERROR_TITLE
  830. Upload Error
  831.  
  832. $BI_UPLOAD_ERROR_MESSAGE
  833. One or more of the file(s) you attempted to upload produced an error.
  834. You may use the form below to supply new file names for the upload(s)
  835. that have caused errors.  For simplicity, any upload that was
  836. successful is not shown on this form.
  837. <P>
  838. Please provide the files for the following referenced images/attachments. Then
  839. click on "UPLOAD" to continue.
  840.  
  841. $BI_UPLOAD_ERROR_BADFORMAT
  842. The file you attempted to upload had a disallowed file format.  The
  843. file format <B>%format</B> is not valid for image uploading.
  844.  
  845. $BI_UPLOAD_ERROR_NODATA
  846. The file you attempted to upload did not properly transfer to the
  847. server.  This could occur if you have specified an invalid file name,
  848. you did not specify a file name, or if the file you attempted to upload
  849. had zero length.  Double check your file name.
  850.  
  851. $BI_UPLOAD_EXCEEDED_MAXLENGTH
  852. The file you attempted to upload is larger than the maximum size for
  853. a file as specified by the board administrator.  File size is limited
  854. to %maxsize kilobytes.  Your file was %yoursize kilobytes.  If this
  855. is an image, try reducing the dimensions or the color depth.  If this
  856. is another type of file, try compressing the file with a zip program.
  857.  
  858. $EMAIL_NOTIFY_NOTEXT
  859. (The text of this message appears on the discussion page.)
  860.  
  861. $BP_MESSAGE_EXCEEDED_MAXLENGTH
  862. The message you entered is larger than the maximum size for a message
  863. as specified by the board administrator.  Message size is limited
  864. to %maxsize kilobytes.  Your message was %yoursize kilobytes.  You
  865. can try splitting this message into two or more separate posts.
  866.  
  867. $FEATURE_NOT_SUPPORTED
  868. Feature Not Supported
  869.  
  870. $FEATURE_NOT_SUPPORTED_DESCR
  871. The feature you requested is not available in this version of the software.
  872. We apologize for any inconvenience.
  873.  
  874. ###################################################################
  875. # MISCELLANEOUS VERSION 3.0 LANGUAGE ENTRIES                      #
  876. ###################################################################
  877.  
  878. $MESSAGE_ICON_TOP
  879. Top of page
  880.  
  881. $MESSAGE_ICON_UP
  882. Previous message
  883.  
  884. $MESSAGE_ICON_DOWN
  885. Next message
  886.  
  887. $MESSAGE_ICON_BOTTOM
  888. Bottom of page
  889.  
  890. $MESSAGE_ICON_LINK
  891. Link to this message
  892.  
  893. # NEW DATE FORMATS
  894. # There are new subtopic templates which can be set up where it
  895. # would be better to define new date formats.
  896.  
  897. # Abbreviations for months of the year, separated by commas
  898.  
  899. @MONTH_ABBR(,)
  900. Jan, Feb, Mar, Apr, May, Jun, Jul, Aug, Sep, Oct, Nov, Dec
  901.  
  902. $SHORTERDATE
  903. %nmonth/%day %hour:%minute%ampm
  904.  
  905. # NEW KEYWORD SEARCH
  906. # The keyword search engine was redone for version 3.10 of Discus.
  907. # The following text is now needed.
  908.  
  909. $KEYWORD_RESULTS_PAGES
  910. Result Pages:
  911.  
  912. $KEYWORD_RESULTS_PREV
  913. [<<Prev]
  914.  
  915. $KEYWORD_RESULTS_NEXT
  916. [Next>>]
  917.  
  918. $KEYWORD_IGNORED
  919. The following words were ignored:
  920.  
  921. $KEYWORD_WORDCOUNT
  922. Individual word counts:
  923.  
  924. # REPLY BY E-MAIL
  925. # The reply by e-mail function was added in version 3.10 of Discus.
  926. # This section overrides the previous reply by e-mail section if it
  927. # exists.  Note that ending a line in a backslash (\) forces a line
  928. # break in that position.
  929.  
  930. $EMAIL_REPLY_FOOTER
  931. \
  932. \
  933. \
  934. \
  935. *******************************************************************\
  936. To reply to this message by e-mail, please follow these directions:\
  937. \
  938. 1) Choose the reply feature of your e-mail program\
  939. 2) Delete the [Your message here] placeholder below\
  940. 3) Enter your message between the arrow lines\
  941. 4) Enter your username and password if desired\
  942. 5) Send the message\
  943. \
  944. \/--\/--\/--\/--\/--\/--\/--\/--\/--\/--\/--\/ \
  945. [Your message here] \
  946. /\--/\--/\--/\--/\--/\--/\--/\--/\--/\--/\--/\ \
  947. \
  948. ----- Username: [username] ----- Password: [password] -----\
  949. \
  950. *******************************************************************\
  951. \
  952.  
  953. # This must match what you've used in the line above before the
  954. # username and password brackets.
  955. $EMAIL_REPLY_USERNAME_TEXT
  956. Username:
  957.  
  958. $EMAIL_REPLY_PASSWORD_TEXT
  959. Password:
  960.  
  961. # OTHER MISCELLANEOUS TEXT
  962.  
  963. $NOT_AVAILABLE
  964. The e-mail address and profile information for the individual posting
  965. this message is not available.
  966.  
  967. $PROFANITY_DETECTED
  968. Profanity detected in post
  969.  
  970. $PROFANITY_DETECTED_MESSAGE
  971. The following words are not allowed on this discussion board:
  972. <UL>
  973. %wordlist
  974. </UL>
  975. Please revise your post to remove the words indicated above.
  976.  
  977. $DISK_QUOTA_ERROR
  978. This discussion forum has been automatically disabled due to server difficulties to preserve the integrity
  979. of files on the board.  The board administrator should resolve this problem and will enable the board when
  980. the problem has been resolved.  The board administrator should log in to administration for more details.
  981. We apologize for the inconvenience.
  982.  
  983. # These are for translated formatting tags into another language
  984. $LIST_TAG
  985. list
  986.  
  987. $OLIST_TAG
  988. olist
  989.  
  990. $RUN_SPELLCHECKER
  991. Check Spelling!
  992.  
  993. $FORM_LOADED
  994. Please wait for the page to completely load before submitting your message.
  995.