home *** CD-ROM | disk | FTP | other *** search
/ PC World 2001 October / PCWorld_2001-10_cd.bin / Software / Vyzkuste / ichat / ichat120.exe / %MAINDIR% / English.ini < prev    next >
Encoding:
INI File  |  2001-05-15  |  16.5 KB  |  454 lines

  1. ;
  2. ; This file contains all strings that are used in IChat
  3. ;
  4. ; How can you add support for your language?
  5. ;
  6. ; It's very easy now.
  7. ;
  8. ;  1. Make copy of this file and translate it
  9. ;  3. In language.ini:
  10. ;     1. Increate value of "Count" in main section on 1.
  11. ;     2. Create section with name Language<count> like it made for other languages.
  12. ;     3. Set name of your language like it's done for other languages
  13. ;     4. Set name of the INI file that you translated like it's done for other languages.
  14. ;
  15. ; After this your language will appear in the list of languages.
  16. ; You can select it and chat will use it.
  17. ;
  18. ; Some comments to the translation:
  19. ;   1. Before equal sign it's a identificator. 
  20. ;      Don't change anything in it. 
  21. ;      Leave it like it is.
  22. ;   2. Don't care about length of string in English and your language.
  23. ;      Chat will change position on the form and it will look good.       
  24. ;   3. If you need to use " in the begging of the string then put # before it.
  25. ;      In other case it will cut it.       
  26. ;      Example:       
  27. ;        10039=#"Name
  28. ;   4. If you need to use " in the end of the string then put " after it.
  29. ;      In other case it will cut it.       
  30. ;      Example:
  31. ;        10039=Name"#
  32. ;   5. If you need to use space in the begging of the string then put " before it.
  33. ;      In other case it will cut it.       
  34. ;      Example:
  35. ;        10039=# Name
  36. ;   6. If you need to use space in the end of the string then put " after it.
  37. ;      In other case it will cut it.       
  38. ;      Example:
  39. ;        10039=Name #
  40. ;   7. Sometimes it's mecessary to cut message of some lines. For example how 
  41. ;      help message (/? command) looks:
  42. ;      
  43. ;      9000=Alert has been arrived\rPrivate chat has been created\rLine has been created\rMessage board has been updated\rMessage in common chat has been arrived\rMessage in line has been arrived\rMessage in private chat has been arrived\rMass private message has been arrived\rPrivate message has been arrived\rUser has connected\rUser has disconnected\rUser has renamed 
  44. ;     
  45. ;      Then you can use \r and \n combinations. Test after \r\n will be moved on the
  46. ;      next line.  
  47. ;   8. If string contains %s or %d it means that these combinations will be changed
  48. ;      to something. For example command that is show in user menu:
  49. ;
  50. ;      11031=Insert "%s:" in message
  51. ;
  52. ;      In this case %s will be changed to the name of the user that is selected in
  53. ;      the list. For all such strings you have to put all these %s or %d in the right 
  54. ;      place in your language sentense. So that sentense will be right and will be 
  55. ;      understood right.
  56. ;
  57. ;      DON'T DELETE THEM FROM THE SENTENSE. CHAT WILL GERNERATE EXCEPTION IF IT WILL NOT FIND THEM.
  58. ;
  59. ;      I will give explanations for all such cases before them.
  60. ;   9. Some of the strings are list of values for the combobox or tree. Such lists 
  61. ;      in the begging and in the # end always contain ". Leave like it is.
  62. ;      Values in such lists are separated by ,. 
  63. ;      If one of the values is more then one word then such values are taken in "
  64. ;      You have to do the same if value on your language will contains more then one
  65. ;      word like it is in English.
  66. ;      Example how tree in options dialog looks:
  67. ;        TreeView.Items=#Connection,General,Fonts,Sounds,Messages,Filters,"Quick messages",Logs,"Online alerts"# 
  68. ;
  69. ;      You don't have to translate any strings where ";" is in the begging of the string.
  70. ;      These strings are comments
  71.  
  72. [TFrmIntranetChatMain]
  73. tsCommon.Caption=Main
  74. tsMessageBoard.Caption=Board
  75. tbClear.Hint=Clear message window
  76. tbRefresh.Hint=Refresh list of users
  77. tbStatusNormal.Hint=Go to "Normal" mode
  78. tbStatusDontDisturbForAll.Hint=Go to "Don't disturb on MASS messages" mode
  79. tbStatusDontDisturbAll.Hint=Go to "Don't disturb on all messages" mode
  80. tbStatusFarAway.Hint=Go to "I'm away" mode
  81. tbQuickMessage.Hint=Select message and insert it in the message
  82. tbSmile.Hint=Select smile and insert it in the message
  83. tbOptions.Hint=Chat options
  84. tbAbout.Hint=Information about developer ...
  85. tbExit.Hint=Quit chat
  86. pmnuCommonOptions.Caption=Options
  87. pmnuCommonOptionsPreferences.Caption=Preferences
  88. pmnuCommonOptionsUseSingleLineEditor.Caption=Use single line editor
  89. pmnuCommonOptionsShowInMessageBox.Caption=Show private messages in popup window
  90. pmnuCommonOptionsFilterMessages.Caption=Filter incoming messages
  91. pmnuCommonStatus.Caption=Chat state
  92. pmnuCommonStatusNormal.Caption=Normal
  93. pmnuCommonStatusDontDisturbForAll.Caption=Don't disturb on MASS messages
  94. pmnuCommonStatusDontDisturbAll.Caption=Don't disturb on all messages
  95. pmnuCommonStatusFarAway.Caption=I'm away
  96. pmnuCommonStatusFloating.Caption=Show chat state in floating window (like in ICQ)
  97. pmnuCommonView.Caption=Show
  98. pmnuCommonViewUserList.Caption=List of users
  99. pmnuCommonViewToolbar.Caption=Toolbar
  100. pmnuCommonViewMessageBoard.Caption=Message board
  101. pmnuCommonLanguage.Caption=Language
  102. pmnuCommonUsers.Caption=Information about users
  103. pmnuCommonUsersNick.Caption=Sort by nickname
  104. pmnuCommonUsersComputer.Caption=Sort by computer name
  105. pmnuCommonUsersLogin.Caption=Sort by login name
  106. pmnuCommonUsersVersion.Caption=Sort by version of chat
  107. pmnuCommonAbout.Caption=About ...
  108. pmnuCommonHelp.Caption=Help
  109. pmnuCommonExit.Caption=Exit
  110. pmnuRichViewSelectAll.Caption=Select all
  111. pmnuRichViewCut.Caption=Cut
  112. pmnuRichViewCopy.Caption=Copy
  113. pmnuRichViewDelete.Caption=Delete
  114. pmnuRichViewClear.Caption=Clear
  115. pmnuRichViewViewLog.Caption=View log file
  116. pmnuRichViewClearLog.Caption=Clear log file
  117. pmnuRichViewViewPrivateLog.Caption=View log file of private messages
  118. pmnuRichViewClearPrivateLog.Caption=Clear log file of private messages
  119. pmnuUserCheck.Caption=Check "Name" in the list
  120. pmnuUserNick.Caption=Insert "Name:" in the message
  121. pmnuUserSendMessage.Caption=Private message
  122. pmnuUserSendMessageAll.Caption=Private message to all
  123. pmnuUserCreateChat.Caption=Private chat
  124. pmnuUserJoinLine.Caption=Join chat or line
  125. pmnuUserCreateLine.Caption=Create line
  126. pmnuUserRefresh.Caption=Refresh list of users
  127. pmnuUserInfo.Caption=Information about ...
  128. pmnuUserIgnoreUser.Caption=Ingnore user
  129. pmnuUserIgnoreUser2.Caption=Full ignore
  130. pmnuOptionsPreferences.Caption=Preferences
  131. pmnuOptionsUseSingleLineEditor.Caption=Use single line editor
  132. pmnuOptionsShowInMessageBox.Caption=Show private messages in popup window
  133. pmnuOptionsFilterMessages.Caption=Filter incoming messages
  134. pmnuOptionsFloatingStatus.Caption=Show window with chat state
  135. pmnuMessageBoardSelectall.Caption=Select all
  136. pmnuMessageBoardCopy.Caption=Copy to clipboard
  137. pmnuMessageBoardCopyOwn.Caption=Copy own message to clipboard
  138. pmnuMessageBoardDelete.Caption=Delete own message
  139. pmnuMessageBoardRefresh.Caption=Refresh
  140. pmnuChatListCommon.Caption=Main
  141. pmnuChatListBoard.Caption=Board
  142. PopupMenuStateMsgEdit.Caption=Edit list of messages
  143.  
  144. [TFrmOptions]
  145. Caption=Intranet Chat Options
  146. btnOk.Caption=OK
  147. btnCancel.Caption=Cancel
  148. btnHelp.Caption=Help
  149. TreeView.Items=#Connection,General,Fonts,Sounds,Messages,Filters,"Quick messages",Logs,"Online alerts"#
  150.  
  151.  
  152. [TFrmOptions00Connect]
  153. GroupBox.Caption=Connection:
  154. GroupBoxName.Caption=Nickname:
  155. RadioButtonNameWindows.Caption=Name from Windows login
  156. RadioButtonNameComputer.Caption=Computer name
  157. RadioButtonName.Caption=Name:
  158. GroupBoxGroups.Caption=Work groups, domain, IP for MailSlots:
  159. RadioGroupConnectionType.Caption=Connect using:
  160. RadioGroupConnectionType.Items=#MailSlots,"Dedicated server"#
  161. GroupBoxServer.Caption=Dedicated server:
  162. LabelServerIP.Caption=IP-address:
  163. LabelServerPort.Caption=Port:
  164. pmnuNamesAdd.Caption=Add
  165. pmnuNamesEdit.Caption=Change
  166. pmnuNamesDelete.Caption=Delete
  167. pmnuGroupsAdd.Caption=Add work group/domain/IP-address
  168. pmnuGroupsSelect.Caption=Select and add workgroup/domain
  169. pmnuGroupsIPs.Caption=Add range of IP-adresses
  170. pmnuGroupsEdit.Caption=Change
  171. pmnuGroupsDelete.Caption=Delete
  172. pmnuGroupsClear.Caption=Delete all
  173. pmnuGroupsLoad.Caption=Load from file
  174. pmnuGroupsSave.Caption=Save to file
  175.  
  176.  
  177. [TFrmOptions01Common]
  178. GroupBox.Caption=General:
  179. LabelChatHotKey.Caption=Hotkey for calling chat:
  180. LabelStoredLinesCount.Caption=Number of stored messages:
  181. LabelAutoAway.Caption=minutes of inactivity
  182. LabelAutoRefresh.Caption=minutes
  183. TreeView.Items=#"Display messages","[Time] <Sender>: message","<Sender> [Time]: message","<Sender>: message",General,"Run chat in Windows startup","Show icon in system tray","Show seconds in time","Clear multiline editor after sending message","Send only current paragraph in multiline editor","Automatically check sender of private message","Automatically convert smiles to pictures"#
  184. cbAutoAway.Caption=Go into "I'm away" mode after 
  185. cbAutoRefresh.Caption=Refresh user list each
  186.  
  187. [TFrmOptions02Fonts]
  188. GroupBox.Caption=Fonts and colors:
  189. Edit.Text=Message text
  190. TreeView.Items=#Alex,"New line","New line",Alex#
  191.  
  192. [TFrmOptions03Sounds]
  193. GroupBox.Caption=Sounds:
  194. TreeView.Items=#"Use only if chat is in background (not current application)"#
  195.  
  196.  
  197. [TFrmOptions04Messages]
  198. GroupBox.Caption=Message on message board:
  199.  
  200. [TFrmOptions05Filters]
  201. GroupBox.Caption=Filters for messages:
  202. BtnCheck.Hint=Check all (enable all)
  203. BtnUncheck.Hint=Uncheck all
  204. BtnAdd.Hint=Add
  205. BtnDelete.Hint=Delete
  206. ListView.Columns=#Filter#
  207.  
  208. [TFrmOptions06QuickMessages]
  209. GroupBox.Caption=Quick messages:
  210. BtnAdd.Hint=Add
  211. BtnDelete.Hint=Delete
  212. ListView.Columns=#Message,"Hotkey"#
  213.  
  214. [TFrmOptions07Logs]
  215. GroupBox.Caption=Logs:
  216. LabelLogViewer.Caption=Show log files using:
  217. rgCommonChatLog.Caption=Common chat:
  218. rgCommonChatLog.Items=#"None","Add to the end of the ""Common.log"" file","Override file ""Common.log"" each time when chat starts"#
  219. rgPrivateMessagesLog.Caption=Private messages:
  220. rgPrivateMessagesLog.Items=#"None","Add to the end of the ""Private.log"" file","Override file ""Private.log"" each time when chat starts"#
  221.  
  222. [TFrmOptions08OnlineAlerts]
  223. GroupBox.Caption=Online alerts:
  224. LabelUser.Caption=User or computer (* - all):
  225. LabelMessage.Caption=Message:
  226. BtnCheck.Hint=Check all
  227. BtnUncheck.Hint=Uncheck all
  228. BtnAdd.Hint=Add
  229. BtnDelete.Hint=Delete selected
  230. ListView.Columns=#User/computer,Message,Action,Send#
  231. rgAlertAction.Caption=When user (computer) is connected:
  232. rgAlertAction.Items=#"Bring chat to front","Send alert (message) to user","Send alert (message) to me"#
  233. rgAlertSendType.Caption=Use:
  234. rgAlertSendType.Items=#"One time",Always#
  235.  
  236. [TFrmPrivateChat]
  237. pmnuMessagesMainSelectAll.Caption=Select all
  238. pmnuMessagesMainCut.Caption=Cut to clipboard
  239. pmnuMessagesMainCopy.Caption=Copy to clipboard
  240. pmnuMessagesMainDelete.Caption=Delete
  241. pmnuMessagesMainClear.Caption=Clear
  242. pmnuMessagesClose.Caption=Close
  243.  
  244.  
  245. [TFrmPrivateChatParams]
  246. Caption=Parameters
  247. LabelName.Caption=Name:
  248. LabelPassword.Caption=Password:
  249. edName.Hint=Enter name of line here
  250. edPassword.Hint=Enter password for enter into the line here
  251. btnOk.Caption=OK
  252. btnCancel.Caption=Cancel
  253.  
  254.  
  255. [TFrmSelectGroup]
  256. Caption=Select work groups/domains
  257. BitBtnAddAll.Caption=Add all
  258. BitBtnAdd.Caption=Add
  259. BitBtnCancel.Caption=Cancel
  260.  
  261.  
  262. [TFrmSelectMessage]
  263. Caption=Automatic answer
  264. btnOk.Caption=OK
  265. btnCancel.Caption=Cancel
  266. btnDelete.Caption=Delete
  267. btnAdd.Caption=Add
  268.  
  269.  
  270. [TFrmSelectSound]
  271. tsSpeaker.Caption=PC-Speaker
  272. LabelFrequency.Caption=Frequency:
  273. LabelDuration.Caption=Duration:
  274. tsFile.Caption=WAV-file
  275. LabelFile.Caption=File:
  276. btnOk.Caption=OK
  277. btnCancel.Caption=Cancel
  278. btnTest.Caption=Test
  279.  
  280.  
  281. [TFrmShowMessage]
  282. btnReply.Caption=Reply
  283. btnOk.Caption=OK
  284. btnIgnore.Caption=Ignore
  285. pmnuIgnore.Caption=Ignore user
  286. pmnuIgnore2.Caption=Full ignore
  287.  
  288.  
  289. [Resources]
  290. 9000=Alert has been arrived\rPrivate chat has been created\rLine has been created\rMessage board has been updated\rMessage in common chat has been arrived\rMessage in line has been arrived\rMessage in private chat has been arrived\rMass private message has been arrived\rPrivate message has been arrived\rUser has connected\rUser has disconnected\rUser has renamed
  291. 9001=Private chat has been created\rLine has been created\rMessage board has been updated\rUser has connected\rUser has disconnected\rUser has renamed
  292. 9002=Available commands:
  293. 9003=/? - this help (list of available commands)\r\n/help - this help (list of available commands)\r\n/cmdlist - this help (list of available commands)
  294. 9004=/clear - clear current message window
  295. 9005=/clear_history - clear typed message history
  296. 9006=/refresh - refresh list of users\r\n/who - refresh list of users
  297. 9007=/nick "new nick" - change nickname
  298. 9008=/nextnick "new nick" - set nickname for next session
  299. 9009=/msg "user" message - send private message
  300. 9010=/me message - say
  301. 9011=/smiles - show all possible smiles combinations
  302. ; %s - wrong command that was typed
  303. 9020=Wrong command syntax: %s
  304. ;%s - unknown command that was typed
  305. 9021=Unknown command: %s. \r\n/? - list of available commands.
  306. ;
  307. 10000=Join line
  308. 10001=Join private chat
  309. 10002=New line
  310. 10003=Line already exists
  311. 10004=Join line
  312. 10005=Wrong password
  313. 10006=received your message
  314. ; first %s - user name
  315. ; second %s - alert message
  316. 10007=Alert from %s. %s
  317. 10008=Message board has been updated
  318. ; %s - name of the user that has connected
  319. 10009=%s has connected. %s
  320. ; %s - name of the user that has left chat
  321. 10010=%s has left chat
  322. ; %s - name of the user that has left common chat
  323. 10011=%s has left common chat
  324. ; %s - name of the user that has left line
  325. 10012=%s has left line
  326. ; first %s - name of the user that has connected
  327. ; second %s - name of his computer
  328. 10013=%s from computer %s has connected.
  329. ; %s - text of the alert message that was received
  330. 10014=Alert. %s
  331. ; first %s - old user name
  332. ; second %s - new user name
  333. 10015=#"%s" has renamed to "%s"#
  334. ; %s - user name
  335. 10016=Private chat with "%s" has been created.
  336. ; %s - name of the line
  337. 10017=Line "%s" has been created.
  338. ;%s - user name
  339. 10018=%s is in chat.
  340. ; %s - user name
  341. 10019=%s is in common chat.
  342. ; %s - user name
  343. 10020=%s is in line.
  344. 10021=Message: #
  345. ; %s - user name
  346. 10022=Chat with %s
  347. 10023=Hello All!
  348. 10024=Don't disturb.
  349. 10025=Don't disturb me.
  350. 10026=I'away.
  351. ; %s - date and time when log was started
  352. 10031=Log started: %s
  353. 10032=List of users ...
  354. 10033=Connect message
  355. 10034=#"Don't disturb on MASS private messages" mode
  356. 10035=#"Don't disturb on ALL messages" mode
  357. 10036=#"I'm away" mode
  358. ; First %s - chat name
  359. ; second %s - chat server
  360. ; third %s - user name
  361. 10037=Welcome to %s v.%s, %s!
  362. ;%s - user name
  363. 10038=Your name in next chat session will be "%s"#
  364. 10039=# Name
  365. 10040=Computer
  366. 10041=Login
  367. 10042=Ver
  368. ; %s - user name
  369. 10043=Message from %s
  370. ; first %s - date
  371. ; second %s - time
  372. 10044=Time: %s %s
  373. ; %s - user name
  374. 10045=To: %s
  375. 10046=To: all
  376. ;
  377. 11000=Show only these system messages ..
  378. 11001=Show alert flag in system tray when ..
  379. 11002=Bring chat to front when ..
  380. ;
  381. 11003=System message
  382. 11004=Sent message
  383. 11005=Received message
  384. 11006=Edited message
  385. 11007=Private message
  386. 11008=Message on message board
  387. ;
  388. 11009=User list
  389. ;
  390. 11015=URL, for example, http://vnalex.tripod.com
  391. ;
  392. 11010=You have changed your nick. Do you want to rename right now??\r\n Choose NO if you want to change name only in next session.
  393. ;
  394. 11011=#"Normal" mode
  395. 11012=#"Don't disturb on MASS messages" mode
  396. 11013=#"Don't disturb on ALL messages" mode
  397. 11014=#"I'm away" mode
  398. ;
  399. 11020=Play
  400. ; first %d - frequency of sound
  401. ; second %d - duration of sound
  402. 11021=On PC-speaker: frequency - %d duration - %d
  403. ; %s - file name
  404. 11022=File: %s
  405. ;
  406. 11023=Message was ignored.
  407. ;
  408. ;%s - user name
  409. 11030=Check "%s" in the list
  410. ;%s - user name
  411. 11031=Insert "%s:" in message
  412. ;%s - user name
  413. 11032=Private message to "%s"#
  414. ;%s - user name
  415. 11033=Private chat with "%s"#
  416. ;%s - user name
  417. 11034=Information about "%s"#
  418. ;%s - user name
  419. 11035=Ignore private messages from "%s"#
  420. ;%s - user name
  421. 11036=Ignore all messages from "%s"#
  422. ;
  423. 11040=Visit #
  424. 11041=Mail opinions and suggestions to #
  425. ;
  426. 11051=Name (nick):
  427. 11052=Work group/domain/IP-address:
  428. 11053=From IP-address:
  429. 11054=To IP-address:
  430. 11055=Wrong IP-address:
  431. ;
  432. ; first %s - user name
  433. ; second %s - computer name
  434. 11060=%s from computer %s
  435. ;
  436. ; %s - ip address of the server
  437. ; %d - port on the server
  438. 11070=Connecting to server %s:%d ...
  439. ; %s - ip address of the server
  440. ; %d - port on the server
  441. 11071=Connected to server %s:%d
  442. ; %s - ip address of the server
  443. ; %d - port on the server
  444. 11072=Can't connect to %s:%d
  445. ; %s - ip address of the server
  446. ; %d - port on the server
  447. 11073=Disconnected from server %s:%d ...
  448. ; %d - number of seconds
  449. 11074=Will try to connect again in %d sec.
  450. ; %d - number of seconds
  451. 11075=Pause %d sec. between attempts ...
  452. ;
  453. 11080=You changed types of connection/server IP address/server port.\rNew parameters will be used only after restarting chat.
  454.