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_90939126 / language.conf < prev    next >
Text File  |  1998-12-01  |  19KB  |  746 lines

  1. ###################################################################
  2. # VERSION:         English 2.50                                   #
  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 is licensed to the Discus Team free of charge by the       #
  10. # translator listed above.  It is in turn provided to you free of #
  11. # charge under the same terms as the Discus License Agreement.    #
  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. # If you translate this or any Discus files and you will provide  #
  33. # us with the translated files at no cost whatsoever, you may be  #
  34. # entitled to special benefits.  Inquire by writing us at the     #
  35. # following address:  discus@mulliken.chem.hope.edu.              #
  36. ###################################################################
  37.  
  38.  
  39.  
  40. ###################################################################
  41. # DATES, TIMES, AND TIME FORMATS                                  #
  42. ###################################################################
  43.  
  44. #------------------------------------
  45. # Days of the week, separated by commas:
  46.  
  47. @DAY(,)
  48. Sunday, Monday, Tuesday, Wednesday, Thursday, Friday, Saturday
  49.  
  50. #------------------------------------
  51. # Months of the year, separated by commas:
  52.  
  53. @MONTH(,)
  54. January, February, March, April, May, June, July, August, September, October, November, December
  55.  
  56. #------------------------------------
  57. # Time settings
  58.  
  59. $HRCLOCK
  60. 12     ## Use 12 hour clock
  61. #24    ## Use 24 hour clock
  62.  
  63. $AM
  64. am     ## Used in 12 hour clock only
  65. $PM
  66. pm     ## Used in 12 hour clock only
  67.  
  68. #------------------------------------
  69. # Configure date appearance
  70.  
  71. # For this section:
  72. #   %weekday => day of week
  73. #   %month => name of month
  74. #   %nmonth => number of month
  75. #   %day => number of day
  76. #   %year => year
  77. #   %hour => hour
  78. #   %minute => minute
  79. #   %ampm => am or pm (used in 12 hour clock only)
  80.  
  81. # Date in long format and short format
  82. $LONGDATE 
  83. # English: %weekday, %month %day, %year - %hour:%minute %ampm
  84. # French: %weekday, le %day %month, %year - %hourh%minute
  85. %weekday, %month %day, %year - %hour:%minute %ampm
  86.  
  87. $SHORTDATE
  88. # English: %month %day - %hour:%minute %ampm
  89. # French: %day %month - %hourh%minute
  90. %month %day - %hour:%minute %ampm
  91.  
  92. $REALSHORTDATE
  93. # English: %nmonth/%day, %hour:%minute %ampm
  94. # French: %day/%nmonth, %hourh%minute
  95. %nmonth/%day, %hour:%minute %ampm
  96.  
  97. # The separator you use between hours and minutes.  It's the : in 11:30.
  98. # In French, it's the h in 11h30.
  99.  
  100. $TIMESEPARATOR
  101. :
  102.  
  103. #------------------------------------
  104. # Configure "Posted by ... on ..." appearance
  105. # For this section:
  106. #   %name => name of person posting message (from profile if appropriate)
  107. #   %date => date and time using the long format defined above
  108.  
  109. $POSTBY
  110. <FONT SIZE=-1>By <B>%name</B> on <B>%date</B>:</FONT>
  111.  
  112. ###################################################################
  113. # GENERAL STUFF                                                   #
  114. ###################################################################
  115.  
  116. # "Return to" in window status bar
  117. $NBRETURN
  118. Return to
  119.  
  120. # "main page" in window status bar
  121. $NBMAINPAGE
  122. main page
  123.  
  124. # "preview" -- THIS IS NOT DISPLAYED.  However, this needs to be the
  125. # word you used in place of "preview" in the template forms.  When
  126. # this word is seen on a button, the preview screen is brought up.
  127.  
  128. $PREVIEW
  129. preview
  130.  
  131. # Some languages don't have the verb "Preview" the same as the noun
  132. # "Preview" like in English.  If your language has an alternate
  133. # spelling/word for "Preview" that you're going to use on a button,
  134. # you can define it here.
  135.  
  136. #$PREVIEW2
  137. #preview
  138.  
  139. # "Add a Message" -- THIS IS NOT DISPLAYED.  However, this needs to
  140. # be the phrase you used in place of "Add a Message" in the
  141. # addmessage-*.txt message box files.
  142.  
  143. $ADDMESSAGE
  144. Add a Message
  145.  
  146. # Possible formatting errors in "WebTags" formatting tags
  147. #
  148. # * {your wrong tag} could mean {corrected tag} - {description}
  149.  
  150. $COULDMEAN
  151. could mean
  152.  
  153. # Other formatting errors
  154. $FORMATTINGERROR
  155. Formatting Error
  156.  
  157. $NOCLOSINGBRACE
  158. There is no closing brace for the code <B>\%code{...}</B>.
  159.  
  160. $NOSPECIALCHARACTER
  161. The special character <B>%char</B> does not exist.
  162.  
  163. $WRONGNUMBEROFARGUMENTS
  164. # %code => Name of formatting code
  165. # %required => Required # of arguments
  166. # %your => Number of arguments you actually provided
  167.  
  168. The formatting code <B>%code</B> requires <B>%required</B> argument(s); 
  169. you provided only <B>%your</B> argument(s).
  170.  
  171. $CODEDOESNOTEXIST
  172. The formatting code <B>%code</B> does not exist.
  173.  
  174. $NONESTHTML
  175. The formatting code <B>%code</B> does not allow other formatting tags
  176. to be nested except at the last position.
  177.  
  178. ###################################################################
  179. # TEXT FROM "BOARD-IMAGE.CGI"                                     #
  180. ###################################################################
  181.  
  182. $BIUPLOADSTATUS
  183. Image Upload Status
  184.  
  185. $BIONEERROR
  186. The image upload had 1 error.
  187.  
  188. $BIPLURALERROR
  189. The image upload had %d errors.
  190.  
  191. $BIIMGDESCR
  192. Description
  193.  
  194. $BIUPLOADSTATUSTABLE
  195. Status
  196.  
  197. $BIITSUPLOADED
  198. * Uploaded *
  199.  
  200. $BINOTFOUND
  201. File Not Found
  202.  
  203. $BIUNRECOGNIZED
  204. Disallowed or Unrecognized File Format
  205.  
  206. $BIUSEPREVFORM
  207. Please use the previous form to correct errors.
  208.  
  209. $BIGOBACK
  210. Go Back to Previous Form
  211.  
  212. ###################################################################
  213. # TEXT FROM "BOARD-SEARCH.CGI"                                    #
  214. ###################################################################
  215.  
  216. $BSCHTITLE
  217. Keyword Search
  218.  
  219. $BSCHSIMPLE
  220. Simple Search
  221.  
  222. $BSCHSEARCHFOR
  223. Search for:
  224.  
  225. $BSCHSEARCHIN
  226. Search in:
  227.  
  228. $BSCHALLTOPICS
  229. All topics
  230.  
  231. $BSCHBUTTONTEXT
  232. Search
  233.  
  234. $BSCHADVANCEDOPTIONS
  235. Advanced Options
  236.  
  237. $BSCHRETURNBEST
  238. # For this, DO NOT translate items within the HTML tags.  Just make the HTML tags
  239. # "fit" well in your translation
  240.  
  241. Return the best <SELECT NAME=return SIZE=1><OPTION VALUE=10>10
  242. <OPTION VALUE=25>25
  243. <OPTION VALUE=50>50
  244. </SELECT> matches
  245.  
  246. $BSCHWITHIN
  247. # Again, DO NOT translate the HTML tags
  248.  
  249. Return files modified within 
  250. <SELECT NAME=when SIZE=1>
  251. <OPTION VALUE=1>the last hour
  252. <OPTION VALUE=12>the last 12 hours
  253. <OPTION VALUE=24 SELECTED>the last day
  254. <OPTION VALUE=48>the last 2 days
  255. <OPTION VALUE=168>the last 7 days
  256. <OPTION VALUE=336>the last 14 days
  257. <OPTION VALUE=720>the last 30 days
  258. </SELECT>
  259.  
  260. $BSCHRESULTS
  261. Results of Search
  262.  
  263. $BSCHZERO
  264. 0 discussions match your search query.
  265.  
  266. $BSCHONE
  267. 1 discussion matches your search query.
  268.  
  269. $BSCHPLURAL
  270. %d discussions match your search query.
  271.  
  272. $BSCHBULLET
  273. # The little >> before search items
  274. »
  275.  
  276. ###################################################################
  277. # TEXT FROM "BOARD-NEWMESSAGES.CGI"                               #
  278. ###################################################################
  279.  
  280. # The title of the page
  281. $NMTITLE
  282. New Messages
  283.  
  284. # The front page
  285. $NMSEARCHIN
  286. Search in
  287.  
  288. $NMSEARCHBUTTON
  289. Search
  290.  
  291. $NMLASTCHECK
  292. Messages since I last checked for new messages:
  293.  
  294. # Note: username and password are set in the user profile script section
  295.  
  296. $NMDONTREMEMBER
  297. Don't remember this check
  298.  
  299. $NMWITHINLAST
  300. Messages posted within the last
  301.  
  302. $NMMINUTES
  303. Minute(s)
  304.  
  305. $NMHOURS
  306. Hour(s)
  307.  
  308. $NMDAYS
  309. Day(s)
  310.  
  311. $NMAFTER
  312. Messages posted after 
  313.  
  314. $NMDEFAULTTIME
  315. 12:01
  316.  
  317. $NMTREEVIEW
  318. Display results in a message tree view
  319.  
  320. # Where to search
  321. #
  322. # You can make this something like "The entire board" or to customize
  323. # it for your site make it "All of Joe's Board", substituting in your
  324. # title.  It's up to you based on your language.
  325. #    %title -> Title of your board
  326.  
  327. $NMALLOF
  328. #All of %title
  329. (All Topics)
  330.  
  331. # Settings dealing with the display of dates
  332.  
  333. $NMTODAY
  334. Today
  335.  
  336. $NMYESTERDAY
  337. Yesterday
  338.  
  339. # Dates like "Last Wednesday"
  340. #
  341. # %weekday => Day of week as defined above
  342.  
  343. $NMLASTDAY
  344. Last %weekday
  345.  
  346. # The time of the last post
  347. #
  348. # %date => Date in long format defined above
  349.  
  350. $NMLASTPOST
  351. Most recent post: <B>%date</B>
  352.  
  353. # Text for people who check with their username/password
  354.  
  355. $NMNOCHECK
  356. You have not ever checked for new messages using this option. Posts within the last 
  357. seven days will be displayed.
  358.  
  359. $NMCHECKSEVENDAYS
  360. You last checked for new messages more than 7 days ago. Posts within the last 7 days 
  361. will be displayed. You can use other search methods to get messages from before 7 
  362. days ago.
  363.  
  364. $NMYOULASTCHECKED
  365. You last checked for new messages on 
  366.  
  367. $NMNOTRECORDED
  368. This check was not recorded.
  369.  
  370. # Other results
  371.  
  372. $NMRESULTSOFSEARCH
  373. Results of Search
  374.  
  375. $NMTREEVIEWBUTTON
  376. Tree View
  377.  
  378. $NMOLDVIEWBUTTON
  379. Old View 
  380.  
  381. # For this part, %d is the number of discussions with new messages
  382.  
  383. $NMZERONEW
  384. 0 discussions have new messages.
  385.  
  386. $NMONENEW
  387. 1 discussion has new messages.
  388.  
  389. $NMPLURALNEW
  390. %d discussions have new messages.
  391.  
  392. ###################################################################
  393. # TEXT FROM "BOARD-POST.CGI"                                      #
  394. ###################################################################
  395.  
  396. # The word for "Anonymous" on posts
  397. $BPANONYMOUS
  398. Anonymous
  399.  
  400. # Authentication error -- for when you mess up your username/password
  401. $BPAUTHERROR
  402. Authentication Error
  403.  
  404. $BPAUTHERRORINVALID
  405. Your username/password combination was invalid, or you do not have 
  406. permission to post to this topic.  You may revise your username 
  407. and password using the form at the bottom of this page.
  408.  
  409. $BPAUTHERRORNONAME
  410. You must enter something as your username.
  411.  
  412. # Add message error -- for when you don't type in a message
  413. $BPADDMSGERROR
  414. Add Message Error
  415.  
  416. $BPADDMSGERRORDESC
  417. You must type a message to add!
  418.  
  419. # Create New Conversation Error -- for when you don't type in a subject
  420. $BPCREATEERROR
  421. Create New Conversation Error
  422.  
  423. $BPCREATEERRORDESC
  424. You must type a subject for your new conversation!
  425.  
  426. # Title of the screen
  427. $BPNORMALTITLE
  428. Preview: New Message
  429.  
  430. $BPCREATETITLE
  431. Preview: New Conversation
  432.  
  433. $BPNORMALDISPLAY
  434. New Message
  435.  
  436. $BPCREATEDISPLAY
  437. New Conversation
  438.  
  439. # Instructions on how to post
  440. $BPMESSAGEPOST
  441. The following is a preview of your new message.  If you used any formatting tags 
  442. in your post, they should be working correctly in the preview.  If your post is 
  443. correct, click on "Post this Message" below the preview.  Otherwise, 
  444. you can revise your message.
  445.  
  446. $BPCREATEPOST
  447. The following is a preview of your new conversation and message.  If you used 
  448. any formatting tags in your post, they should be working correctly in the 
  449. preview.  If your post is correct, click on "Post this Message" below 
  450. the preview.  Otherwise, you can revise your message.
  451.  
  452. # Warn anonymous posters if anonymous posting is disabled
  453. $BPWARNANON
  454. <BLINK><B>NOTICE!</B>  Anonymous posting is not permitted in this topic.  
  455. Your name is revealed on your post!</BLINK>
  456.  
  457. # Possible formatting errors
  458. $BPPOSSIBLEFORMATTINGERRORS
  459. Possible Formatting Errors
  460.  
  461. $BPPOSSIBLEFORMATTINGERRORSDESC
  462. The following possible formatting errors been detected in your message.  Please 
  463. check the preview of your message carefully to make sure that your formatting 
  464. codes are working. The formatting you selected should be displayed properly 
  465. within the preview. You should <I>not</I> see the formatting tags within the 
  466. preview.
  467.  
  468. # Subject: within preview box
  469. $BPSUBJECTTAG
  470. Subject:
  471.  
  472. # Post this message
  473. $BPPOSTTHISMESSAGE
  474. Post this Message
  475.  
  476. # Cancel post
  477. $BPCANCELPOST
  478. Cancel Post
  479.  
  480. # Preview/post message
  481. $BPPREVIEWPOST
  482. Preview/Post Message
  483.  
  484. # Revise your subject
  485. $BPREVISESUBJECT
  486. Revise your Subject
  487.  
  488. # Revise your message
  489. $BPREVISEMESSAGE
  490. Revise your Message
  491.  
  492. # Message already posted
  493. $BPALREADYPOSTED
  494. Message Already Posted
  495.  
  496. $BPALREADYPOSTEDDESC
  497. You have already posted a message to this discussion which: 
  498. <UL>
  499. <LI>Was posted within the last two minutes
  500. <LI>Was posted by you
  501. <LI>Was the same as the message you entered before
  502. </UL>
  503. <P>
  504. You probably hit the button twice.
  505.  
  506. $BPCLICKCONTINUE
  507. Click here to continue.
  508.  
  509. # Image upload form
  510. $BPIMGUPLOADTITLE
  511. Image Upload Form
  512.  
  513. $BPIMGUPLOADINSTR
  514. Please provide the files for the following referenced images.  Then click on 
  515. "UPLOAD" to continue. <P> <U>Note</U>: If you do not see a 
  516. "Browse..." button next to the blanks below, then your browser does 
  517. not support form-based file upload and you will not be able to upload images to 
  518. your post.
  519.  
  520. $BPPROVIDEFILE
  521. Provide file for
  522.  
  523. $BPIMGUPLOADBUTTON
  524. UPLOAD
  525.  
  526. $BPIMGUPLOADCANCEL1
  527. To cancel upload of images,  click on
  528.  
  529. $BPIMGUPLOADCANCEL2
  530. this link
  531.  
  532. $BPIMGUPLOADCANCEL3
  533. If you cancel upload,  you will not be able to upload images to your post.
  534.  
  535. # Posting disabled
  536. $BPPOSTINGDISABLEDTITLE
  537. Posting Disabled
  538.  
  539. $BPPOSTINGDISABLEDDESCR
  540. Posting is currently disabled in this topic.  Contact your discussion 
  541. moderator for more information.
  542.  
  543. # E-mail notification stuff
  544. # Note: \ is automatically replaced with a newline (\n) in this section
  545. # because formatting of newlines is crucial.
  546.  
  547. $BPEMAILSUBJECT
  548. E-mail notification of post
  549.  
  550. $BPREPLYBYEMAILMESSAGE
  551. ********************************************************* \
  552. TO REPLY TO THIS MESSAGE BY E-MAIL, USE THIS SECTION! \
  553. \
  554. -----------Enter your message below this line------------ \
  555. [Delete this line and enter your message here] \
  556. -----------Enter your message above this line------------ \
  557. \
  558. ********************************************************* \
  559. ***        DO NOT MODIFY THE FOLLOWING LINE!!!        *** \
  560.  
  561. $BPEMAILFOOTER
  562. ----------------------------- \
  563. If you do not wish to receive e-mail notification, change your \ 
  564. e-mail notification setting in the user profile manager or the \
  565. moderator profile manager. \
  566.  
  567. ###################################################################
  568. # TEXT FROM "BOARD-IMAGE-LISTER.CGI"                              #
  569. ###################################################################
  570.  
  571. # Title of the page itself
  572. $ILTITLE
  573. Available Clipart
  574.  
  575. # Instructions on what to do
  576. $ILINSTR
  577. To insert a clipart image into your post, enter the tag 
  578. <B>\clipart{</B><I>clipart_image_name</I><B>}</B> in the text 
  579. of your message. The tags for available clipart images are listed here.
  580.  
  581. # The word "TAG"
  582. $ILTAG
  583. TAG
  584.  
  585. # The phrase "IMAGE (Shown Actual Size)"
  586. $ILIMAGE
  587. IMAGE (Shown Actual Size)
  588.  
  589. # The name of the formatting tag used
  590. $ILCLIPTAG
  591. clipart
  592.  
  593. # Back to previous page (at the bottom)
  594. $ILBACK
  595. Back to previous page
  596.  
  597. ###################################################################
  598. # TEXT FROM "BOARD-POST-FORM.CGI"                                 #
  599. ###################################################################
  600.  
  601. # The title of the whole screen ("Create New Conversation")
  602. $BPFCREATETITLE
  603. Create New Conversation
  604.  
  605. # Tells you what to do
  606. $BPFSUBJECT
  607. Type in a subject for the new conversation:
  608.  
  609. ###################################################################
  610. # TEXT FROM "BOARD-CONTACT.CGI"                                   #
  611. ###################################################################
  612.  
  613. # The title of the whole screen ("Contact Moderators")
  614. $BCTITLE
  615. Contact Moderators
  616.  
  617. # The instructions
  618. $BCINSTR
  619. Please address general questions and concerns to
  620.  
  621. # Moderators:
  622. $BCMOD
  623. Moderators:
  624.  
  625. # Back to previous page (at the bottom)
  626. $BCBACK
  627. Back to previous page
  628.  
  629. ###################################################################
  630. # TEXT FROM "BOARD-TREEVIEW.CGI"                                  #
  631. ###################################################################
  632.  
  633. # Title of screen
  634. $TVTITLE
  635. Tree View
  636.  
  637. ###################################################################
  638. # TEXT FROM "BOARD-PROFILE.CGI"                                   #
  639. ###################################################################
  640.  
  641. # The title of the whole screen ("User Profile")
  642. $BPRTITLE
  643. User Profile
  644.  
  645. # Tells you how to log in (first screen)
  646. $BPRMESSAGE
  647. Enter your username and password to access the user profile manager.
  648. You must already have a valid user account to access this utility.
  649.  
  650. # Username:
  651. $BPRUSERNAME
  652. Username:
  653.  
  654. # Password:
  655. $BPRPASSWORD
  656. Password:
  657.  
  658. #Log In
  659. $BPRLOGIN
  660. Log In
  661.  
  662. # Title of the editor screen ("User Profile Editor")
  663. $BPREDITORTITLE
  664. User Profile Editor
  665.  
  666. # E-mail address (from the editor)
  667. $BPREMAIL
  668. E-mail Address:
  669.  
  670. # Full name (from the editor)
  671. $BPRFULLNAME
  672. Full Name: 
  673.  
  674. # E-mail Notification (from the editor)
  675. $BPREMAILNOTIFY
  676. E-mail Notification:
  677.  
  678. # My own posts (e-mail notification in the editor)
  679. $BPRMYOWN
  680. My own posts
  681.  
  682. # All topics in which I am an authorized user
  683. $BPRWITHINGROUPS
  684. All topics in which I am an authorized user
  685.  
  686. # More than one group message
  687. $BPRMORETHANONE
  688. <I>You belong to more than one group.</I>  Select which groups to which
  689. the above settings will be applied.  (As a default, leave all of the
  690. boxes checked.)
  691.  
  692. # Save changes
  693. $BPRSAVE
  694. Save Changes
  695.  
  696. # More than one group with different profiles
  697. $BPRMORETHANONEDIFF
  698. <I>You belong to more than one group, and your settings differ in some
  699. of the groups.  Select a group to edit:</I>
  700.  
  701. # Synchronize profiles
  702. $BPRSYNCHRONIZE
  703. Synchronize:
  704.  
  705. $BPRSYNCHDESCR
  706. Apply settings from this group to all my other "profiles".
  707.  
  708. # Change password
  709. $BPRCHANGEPASS
  710. Change Password
  711.  
  712. $BPRNEWPASS
  713. New Password:
  714.  
  715. $BPRVERIFYPASS
  716. Verify New Password:
  717.  
  718. $BPRSAVEPASS
  719. Save Changed Password
  720.  
  721. # Congratulations!
  722.  
  723. $BPRCONGRATS
  724. Congratulations
  725.  
  726. $BPRPROFILECHANGED
  727. Congratulations, your profile was successfully updated.
  728.  
  729. $BPRPASSWORDCHANGED
  730. Congratulations, your password was successfully changed.
  731.  
  732. $BPRCLICKRETURN
  733. Click here to return to
  734.  
  735. ###################################################################
  736. # FILE LOCKING TEXT                                               #
  737. ###################################################################
  738.  
  739. $FILELOCKERROR
  740. File Locking Error
  741.  
  742. $FILEISLOCKED
  743. One of the files required to complete this operation has been locked
  744. by another process.  Please wait 5 seconds and then submit your
  745. request again.
  746.