home *** CD-ROM | disk | FTP | other *** search
/ ftp.sunet.sepub/pictures / 2014.11.ftp.sunet.se-pictures.tar / ftp.sunet.se / pub / pictures / ACiD-artpacks / www / mirrors / hirez / discus_admin_149349189 / language.conf < prev    next >
Text File  |  1999-02-12  |  27KB  |  923 lines

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