home *** CD-ROM | disk | FTP | other *** search
/ Maximum CD 2011 August / maximum-cd-2011-08.iso / DiscContents / hamachi.msi / HamachiEN < prev    next >
Encoding:
Text File  |  2011-03-01  |  40.7 KB  |  905 lines

  1. #
  2. #    Dialogs
  3. #
  4.  
  5. #
  6. #    Main dialog
  7. #
  8. IDD_MAIN = "LogMeIn Hamachi"
  9. IDD_MAIN.IDC_CREATE_NET = "Create a new network"
  10. IDD_MAIN.IDC_JOIN_NET = "Join an existing network"
  11. IDD_MAIN.IDC_COMMERCIAL_LINK = "Non-commercial use only."
  12.  
  13. #
  14. #    Starting dialog
  15. #
  16. IDD_STARTING.IDC_STATUS = "Starting Hamachi┬▓..."
  17.  
  18. #
  19. #    Join network dialog
  20. #
  21. IDD_JOIN_NET = "Join Network"
  22. IDD_JOIN_NET.IDC_LABEL1 = "Network ID:"
  23. IDD_JOIN_NET.IDC_LABEL2 = "Password:"
  24. IDD_JOIN_NET.IDC_TEXT2 = "Leave blank if unknown."
  25. IDD_JOIN_NET.IDOK = "&Join"
  26. IDD_JOIN_NET.IDCANCEL = "C&ancel"
  27.  
  28. #
  29. #    Create network dialog
  30. #
  31. IDD_CREATE_NET = "Create Network"
  32. IDD_CREATE_NET.IDC_LABEL1 = "[b][l r=logintohamachiaccount]Log in[/] to create a new managed [l](?)[/] network[/] \n\nManaged networks can be administered centrally on the web, and support \nadvanced functionality such as gateway networks or hub & spoke topology."
  33. IDD_CREATE_NET.IDC_LABEL2 = "[b]Create a new client-owned [l](?)[/] network[/]"
  34. IDD_CREATE_NET.IDC_LABEL3 = "or "
  35. IDD_CREATE_NET.IDC_LABEL4 = "Network ID:"
  36. IDD_CREATE_NET.IDC_LABEL5 = "Password:"
  37. IDD_CREATE_NET.IDC_TEXT1 = "Used to locate and join network."
  38. IDD_CREATE_NET.IDC_TEXT2 = "Used to restrict access to network."
  39. IDD_CREATE_NET.IDOK = "&Create"
  40. IDD_CREATE_NET.IDCANCEL = "C&ancel"
  41.  
  42. #
  43. #    Peer Key Mismatch dialog
  44. #
  45. IDD_KEY_MISMATCH = "Peer Key Mismatch"
  46. IDD_KEY_MISMATCH.IDC_LABEL1 = "Name"
  47. IDD_KEY_MISMATCH.IDC_LABEL2 = "Client ID"
  48. IDD_KEY_MISMATCH.IDC_LABEL3 = "Cached key"
  49. IDD_KEY_MISMATCH.IDC_LABEL4 = "Received key"
  50. IDD_KEY_MISMATCH.IDC_TEXT1 = "Peer has sent a key that is different from the cached key. This indicates a possible man-in-the-middle attack.\n\n"
  51.                              "Please check the fingerprint of the received key and decide if you want to update the key."
  52. IDD_KEY_MISMATCH.IDOK = "&Update"
  53. IDD_KEY_MISMATCH.IDCANCEL = "&Do not update"
  54.  
  55. #
  56. #    Authenticate Peer dialog
  57. #
  58. IDD_AUTH_PEER = "Authenticate Peer"
  59. IDD_AUTH_PEER.IDC_LABEL1 = "Name"
  60. IDD_AUTH_PEER.IDC_LABEL2 = "Client ID"
  61. IDD_AUTH_PEER.IDC_LABEL3 = "Peer's key"
  62. IDD_AUTH_PEER.IDC_TEXT1 = "Please check the fingerprint of the key and decide if you trust the peer."
  63. IDD_AUTH_PEER.IDYES = "&Trust"
  64. IDD_AUTH_PEER.IDNO = "&Don't trust"
  65.  
  66. #
  67. #    Peer Properties dialog
  68. #
  69. IDD_PEER = "Peer Properties"
  70. IDD_PEER.IDC_LABEL1 = "Peer label"
  71. IDD_PEER.IDC_LABEL2 = "Client ID"
  72. IDD_PEER.IDC_LABEL_LINK = "change..."
  73. IDD_PEER.IDC_TAB.1 = "Summary"
  74. IDD_PEER.IDC_TAB.2 = "Settings"
  75.  
  76. #
  77. #    Peer Properties / Status page
  78. #
  79. IDD_PEER_STATUS.IDC_LABEL1 = "Connection"
  80. IDD_PEER_STATUS.IDC_LABEL2 = "Authentication"
  81. IDD_PEER_STATUS.IDC_LABEL3 = "Encryption"
  82. IDD_PEER_STATUS.IDC_LABEL4 = "Compression"
  83. IDD_PEER_STATUS.IDC_LABEL5 = "Round-trip time"
  84. IDD_PEER_STATUS.IDC_LABEL6 = "Bytes"
  85. IDD_PEER_STATUS.IDC_LABEL7 = "Compression"
  86. IDD_PEER_STATUS.IDC_LABEL8 = "Speed"
  87. IDD_PEER_STATUS.IDC_LABEL9 = "Packet loss"
  88. IDD_PEER_STATUS.IDC_LABEL10 = "Out"
  89. IDD_PEER_STATUS.IDC_LABEL11 = "In"
  90. IDD_PEER_STATUS.IDC_LABEL12 = "VPN status"
  91. IDD_PEER_STATUS.IDC_TUNNEL_LINK = "details..."
  92. IDD_PEER_STATUS.IDC_AUTH_LINK = "details..."
  93. IDD_PEER_STATUS.IDC_ENC_LINK = "details..."
  94. IDD_PEER_STATUS.IDC_ZIP_LINK = "details..."
  95. IDD_PEER_STATUS.IDC_VPN_LINK = "details..."
  96. IDD_PEER_STATUS.IDC_STAT_RESET = "reset..."
  97.  
  98. #
  99. #    Peer Properties / Settings page
  100. #
  101. IDD_PEER_SETTINGS.IDC_LABEL1 = "Traffic"
  102. IDD_PEER_SETTINGS.IDC_LABEL2 = "Authentication"
  103. IDD_PEER_SETTINGS.IDC_LABEL3 = "Encryption"
  104. IDD_PEER_SETTINGS.IDC_LABEL4 = "Compression"
  105. IDD_PEER_SETTINGS.IDC_LABEL5 = "VPN domain"
  106. IDD_PEER_SETTINGS.IDC_LABEL6 = "Status"
  107. IDD_PEER_SETTINGS.IDC_LABEL7 = "Mode"
  108. IDD_PEER_SETTINGS.IDC_LABEL8 = "Address type"
  109. IDD_PEER_SETTINGS.IDC_LABEL9 = "Peer address"
  110. IDD_PEER_SETTINGS.IDC_LABEL10 = "Local address"
  111. IDD_PEER_SETTINGS.IDC_TRAFFIC_LINK = "change..."
  112. IDD_PEER_SETTINGS.IDC_AUTH_LINK = "change..."
  113. IDD_PEER_SETTINGS.IDC_ENC_LINK = "change..."
  114. IDD_PEER_SETTINGS.IDC_ZIP_LINK = "change..."
  115. IDD_PEER_SETTINGS.IDC_DOMAIN_LINK = "change..."
  116. IDD_PEER_SETTINGS.IDC_MODE_LINK = "details..."
  117. IDD_PEER_SETTINGS.IDC_ADDR_TYPE_LINK = "change..."
  118. IDD_PEER_SETTINGS.IDC_ADDR_PEER_LINK = "details..."
  119. IDD_PEER_SETTINGS.IDC_ADDR_SELF_LINK = "details..."
  120. IDD_PEER_SETTINGS.IDC_STATUS_LINK = "details..."
  121.  
  122. #
  123. #    Peer Label dialog
  124. #
  125. IDD_PEER_LABEL = "Change Peer Label"
  126. IDD_PEER_LABEL.IDC_LABEL1 = "When connected"
  127. IDD_PEER_LABEL.IDC_LABEL2 = "When disconnected"
  128. IDD_PEER_LABEL.IDOK = "&Set"
  129. IDD_PEER_LABEL.IDC_MORE.1 = "Mor&e ┬╗"
  130. IDD_PEER_LABEL.IDC_MORE.2 = "L&ess ┬½"
  131. IDD_PEER_LABEL.IDC_MACROS.1 = "Variable"
  132. IDD_PEER_LABEL.IDC_MACROS.2 = "Current value"
  133.  
  134. #
  135. #    Tunnel Details dialog
  136. #
  137. IDD_TUN_LINKS = "Tunnel Details"
  138. IDD_TUN_LINKS.IDC_LINKS.1 = "Link"
  139. IDD_TUN_LINKS.IDC_LINKS.2 = "Health"
  140. IDD_TUN_LINKS.IDC_LINKS.3 = "Type"
  141. IDD_TUN_LINKS.IDC_LINKS.4 = "Address"
  142. IDD_TUN_LINKS.IDC_LINKS.5 = "Tx"
  143. IDD_TUN_LINKS.IDC_LINKS.6 = "Rx"
  144.  
  145. #
  146. #    Change Nickname dialog
  147. #
  148. IDD_SET_NICK = "Change client name"
  149. IDD_SET_NICK.IDC_LABEL1 = "Current name"
  150. IDD_SET_NICK.IDC_LABEL2 = "New name"
  151. IDD_SET_NICK.IDOK = "C&hange"
  152. IDD_SET_NICK.IDCANCEL = "C&ancel"
  153.  
  154. #
  155. #    Preferences dialog
  156. #
  157. IDD_CONFIG = "Preferences"
  158. IDD_CONFIG.IDOK = "&OK"
  159. IDD_CONFIG.IDCANCEL = "C&ancel"
  160. IDD_CONFIG.IDCLOSE = "&Close"
  161. IDD_CONFIG.IDC_LIST.1 = "Status"
  162. IDD_CONFIG.IDC_LIST.2 = "Security"
  163. IDD_CONFIG.IDC_LIST.3 = "Networking"
  164. IDD_CONFIG.IDC_LIST.4 = "Settings"
  165.  
  166. #
  167. #    Preferences / Status page
  168. #
  169. IDD_CONFIG_INFO.IDC_LABEL3 = "Client ID:"
  170. IDD_CONFIG_INFO.IDC_LABEL4 = "Name:"
  171. IDD_CONFIG_INFO.IDC_LABEL6 = "Type:"
  172. IDD_CONFIG_INFO.IDC_LABEL7 = "Address:"
  173. IDD_CONFIG_INFO.IDC_LABEL8 = "Proxy:"
  174. IDD_CONFIG_INFO.IDC_LABEL9 = "LogMeIn account:"
  175. IDD_CONFIG_INFO.IDC_LABEL10 = "Software"
  176. IDD_CONFIG_INFO.IDC_LABEL11 = "Client"
  177. IDD_CONFIG_INFO.IDC_LABEL12 = "Server Connection"
  178. IDD_CONFIG_INFO.IDC_VERSION = "LogMeIn Hamachi VPN Client, version %s"
  179. IDD_CONFIG_INFO.IDC_COPY = "Copyright ┬⌐ 2004-2010 LogMeIn, Inc. All rights reserved."
  180. IDD_CONFIG_INFO.IDC_NICK_LINK = "change..."
  181. IDD_CONFIG_INFO.IDC_ACCOUNT_LINK.1 = "attach..."
  182. IDD_CONFIG_INFO.IDC_ACCOUNT_LINK.2 = "cancel"
  183.  
  184. #
  185. #    Preferences / Security page
  186. #
  187. IDD_CONFIG_SECURITY.IDC_LABEL1 = "Security"
  188. IDD_CONFIG_SECURITY.IDC_LABEL2 = "Public RSA Keys"    
  189. IDD_CONFIG_SECURITY.IDC_BLOCK_BY_DEFAULT = "&Block new network members by default"
  190. IDD_CONFIG_SECURITY.IDC_KEYS.1 = "Client ID"
  191. IDD_CONFIG_SECURITY.IDC_KEYS.2 = "Name"
  192. IDD_CONFIG_SECURITY.IDC_KEYS.3 = "Status"
  193. IDD_CONFIG_SECURITY.IDC_KEYS.4 = "Key fingerprint"
  194.  
  195. #
  196. #    Preferences / Advanced Settings page
  197. #
  198. IDD_CONFIG_SETTINGS.IDC_ENABLE = "&Yes"
  199. IDD_CONFIG_SETTINGS.IDC_DISABLE = "&No"
  200. IDD_CONFIG_SETTINGS.IDC_SET = "&Set"
  201. IDD_CONFIG_SETTINGS.IDC_RESET = "&Reset"
  202. IDD_CONFIG_SETTINGS.IDC_CUSTOM_COLOR = "&Custom..."
  203. IDD_CONFIG_SETTINGS.IDC_OPEN = "O&pen..."
  204. IDD_CONFIG_SETTINGS.IDC_SET_CUST = "&Set..."
  205. IDD_CONFIG_SETTINGS.IDC_VALUE = "Value:"
  206. IDD_CONFIG_SETTINGS.IDC_SWITCH_MODE = "&Basic settings"
  207.  
  208. IDD_CONFIG_SETTINGS.IDC_VALUES.1 = "Description"
  209. IDD_CONFIG_SETTINGS.IDC_VALUES.2 = "Value"
  210.  
  211. IDD_CONFIG_SETTINGS.IDC_COLORS.0 = "Custom"
  212. IDD_CONFIG_SETTINGS.IDC_COLORS.1 = "Black"
  213. IDD_CONFIG_SETTINGS.IDC_COLORS.2 = "White"
  214. IDD_CONFIG_SETTINGS.IDC_COLORS.3 = "Maroon"
  215. IDD_CONFIG_SETTINGS.IDC_COLORS.4 = "Green"
  216. IDD_CONFIG_SETTINGS.IDC_COLORS.5 = "Olive"
  217. IDD_CONFIG_SETTINGS.IDC_COLORS.6 = "Navy"
  218. IDD_CONFIG_SETTINGS.IDC_COLORS.7 = "Purple"
  219. IDD_CONFIG_SETTINGS.IDC_COLORS.8 = "Teal"
  220. IDD_CONFIG_SETTINGS.IDC_COLORS.9 = "Silver"
  221. IDD_CONFIG_SETTINGS.IDC_COLORS.10 = "Gray"
  222. IDD_CONFIG_SETTINGS.IDC_COLORS.11 = "Red"
  223. IDD_CONFIG_SETTINGS.IDC_COLORS.12 = "Lime"
  224. IDD_CONFIG_SETTINGS.IDC_COLORS.13 = "Yellow"
  225. IDD_CONFIG_SETTINGS.IDC_COLORS.14 = "Blue"
  226. IDD_CONFIG_SETTINGS.IDC_COLORS.15 = "Magenta"
  227. IDD_CONFIG_SETTINGS.IDC_COLORS.16 = "Cyan"
  228.  
  229. IDD_CONFIG_SETTINGS.IDC_SET_CUST.1  = "&Set..."
  230. IDD_CONFIG_SETTINGS.IDC_SET_CUST.2  = "&Browse..."
  231.  
  232. #
  233. #    Preferences / Basic Settings page
  234. #
  235. IDD_CONFIG_BASIC.IDC_LABEL1 = "Interface Settings"
  236. IDD_CONFIG_BASIC.IDC_LABEL2 = "Peer Connections"
  237. IDD_CONFIG_BASIC.IDC_LABEL3 = "E&ncryption"
  238. IDD_CONFIG_BASIC.IDC_LABEL4 = "C&ompression"
  239. IDD_CONFIG_BASIC.IDC_LABEL5 = "Software Updates"
  240. IDD_CONFIG_BASIC.IDC_SHOW_SPLASH = "&Show splash screen on startup"
  241. IDD_CONFIG_BASIC.IDC_CLOSE_TO_TRAY = "&Close to systray"
  242. IDD_CONFIG_BASIC.IDC_HIDE_OFFLINES = "&Hide offline network members"
  243. IDD_CONFIG_BASIC.IDC_ENABLE_CHAT = "&Enable chat"
  244. IDD_CONFIG_BASIC.IDC_AUTO_UPDATE = "Enable automatic &update"
  245. IDD_CONFIG_BASIC.IDC_SWITCH_MODE = "&Advanced settings"
  246.  
  247. #
  248. #    Attach Client to LogMeIn Account dialog
  249. #
  250. IDD_ATTACH_ACCOUNT = "Attach Client to LogMeIn Account"
  251. IDD_ATTACH_ACCOUNT.IDC_LABEL1 = "LogMeIn Account ID (email address):"
  252. IDD_ATTACH_ACCOUNT.IDC_ATTACH_NETS = "&Attach networks"
  253. IDD_ATTACH_ACCOUNT.IDOK = "A&ttach"
  254. IDD_ATTACH_ACCOUNT.IDCANCEL = "C&ancel"
  255.  
  256. #
  257. #    Network Access dialog
  258. #
  259. IDD_NET_ACCESS = "Network Access"
  260. IDD_NET_ACCESS.IDC_LABEL1 = " Global Lock "
  261. IDD_NET_ACCESS.IDC_LABEL2 = " Network Password "
  262. IDD_NET_ACCESS.IDC_LABEL3 = " Manual Approval "
  263. IDD_NET_ACCESS.IDC_TEXT1 = "Enable this option to prevent others from joining this network."
  264. IDD_NET_ACCESS.IDC_TEXT2 = "If both a password and an approval are enabled, the password will be checked first. "
  265.                            "If the password is correct, the request will be queued for approval."
  266. IDD_NET_ACCESS.IDC_LOCK = "&Do not accept new network members"
  267. IDD_NET_ACCESS.IDC_PASS = "&Require a password to join the network"
  268. IDD_NET_ACCESS.IDC_SET_PASS = "&Set Password..."
  269. IDD_NET_ACCESS.IDC_APPROVE = "Approve all new &members manually"
  270. IDD_NET_ACCESS.IDOK = "&OK"
  271. IDD_NET_ACCESS.IDCANCEL = "C&ancel"
  272.  
  273. #
  274. #    Network Password dialog
  275. #
  276. IDD_NET_PASS = "Network Password"
  277. IDD_NET_PASS.IDC_LABEL1 = "Network:"
  278. IDD_NET_PASS.IDC_LABEL2 = "Ne&w password:"
  279. IDD_NET_PASS.IDC_LABEL3 = "Con&firm password:"
  280. IDD_NET_PASS.IDOK = "C&hange"
  281. IDD_NET_PASS.IDCANCEL = "C&ancel"
  282.  
  283. #
  284. #    Register this client dialog
  285. #
  286. IDD_ENROLL = "Register this client "
  287. IDD_ENROLL.IDC_FRAME1 = " Hamachi ID "
  288. IDD_ENROLL.IDC_FRAME2 = " Client name "
  289. IDD_ENROLL.IDC_TEXT1 = "You are about to log in to Hamachi for the first time."
  290. IDD_ENROLL.IDC_TEXT2 = "Once logged in, you will receive your own Hamachi network address. "
  291.                        "This will be displayed on top of the main window in place of 0.0.0.0."
  292. IDD_ENROLL.IDC_TEXT3 = "Please select a name for this Hamachi client. "
  293. IDD_ENROLL.IDC_TEXT4 = "You will be able to change the name later."
  294. IDD_ENROLL.IDOK = "&Create"
  295.  
  296. #
  297. #    Online Status dialog
  298. #
  299. IDD_CUST_STATUS = "Online Status"
  300. IDD_CUST_STATUS.IDOK = "&Set"
  301.  
  302. #
  303. #    About Hamachi dialog
  304. #
  305. IDD_ABOUT = "About LogMeIn Hamachi"
  306. IDD_ABOUT.IDOK = "Close"
  307. IDD_ABOUT.IDC_NAME = "LogMeIn Hamachi VPN Client"
  308. IDD_ABOUT.IDC_VERSION = "Version %s"
  309. IDD_ABOUT.IDC_COPY = "Copyright ┬⌐ 2004-2010 LogMeIn, Inc. All rights reserved."
  310.  
  311. #
  312. #    Close dialog
  313. #
  314. IDD_CLOSE = "LogMeIn Hamachi - Close"
  315. IDD_CLOSE.IDC_LABEL1 = "Would you like LogMeIn Hamachi to continue running in the system tray?"
  316. IDD_CLOSE.IDC_REMEMBER = "&Remember this and don't ask me again"
  317. IDD_CLOSE.IDYES = "&Yes"
  318. IDD_CLOSE.IDNO = "&No - Exit Now"
  319.  
  320. #
  321. #    Gateway Settings dialog
  322. #
  323. IDD_GATEWAY = "Gateway Settings"
  324. IDD_GATEWAY.IDC_TAB.1 = "&IP Parameters"
  325. IDD_GATEWAY.IDC_TAB.2 = "&Remote Networks"
  326. IDD_GATEWAY.IDOK = "&OK"
  327. IDD_GATEWAY.IDCANCEL = "C&ancel"
  328.  
  329. #
  330. #    Gateway Settings / IP Parameters page
  331. #
  332. IDD_GATEWAY_IP_POOL.IDC_TEXT1 = "Select 'Obtain IP settings automatically' to use existing DHCP servers to automatically assign IP settings to any client joining this network. \nOtherwise, clear the selection and manually define IP settings in the fields below."
  333. IDD_GATEWAY_IP_POOL.IDC_DHCP = "&Obtain IP settings automatically"
  334. IDD_GATEWAY_IP_POOL.IDC_FRAME1 = " Address range "
  335. IDD_GATEWAY_IP_POOL.IDC_FRAME2 = " DNS settings "
  336. IDD_GATEWAY_IP_POOL.IDC_LABEL1 = "&Start IP address:"
  337. IDD_GATEWAY_IP_POOL.IDC_LABEL2 = "&End IP address:"
  338. IDD_GATEWAY_IP_POOL.IDC_LABEL3 = "S&ubnet mask:"
  339. IDD_GATEWAY_IP_POOL.IDC_LABEL4 = "Default &gateway:"
  340. IDD_GATEWAY_IP_POOL.IDC_LABEL5 = "&DNS suffix:"
  341. IDD_GATEWAY_IP_POOL.IDC_LABEL6 = "&Preferred DNS server:"
  342. IDD_GATEWAY_IP_POOL.IDC_LABEL7 = "&Alternate DNS server:"
  343.  
  344. #
  345. #    Gateway Settings / Remote Networks page
  346. #
  347. IDD_GATEWAY_REM_NET.IDC_TEXT1 = "Add network subnets that are connected to this LAN. Other Hamachi clients will be able to access these subnets via your Hamachi gateway client."
  348. IDD_GATEWAY_REM_NET.IDC_SUBNETS.1 = "Network address"
  349. IDD_GATEWAY_REM_NET.IDC_SUBNETS.2 = "Subnet mask"
  350. IDD_GATEWAY_REM_NET.IDC_ADD = "&Add..."
  351. IDD_GATEWAY_REM_NET.IDC_EDIT = "&Edit..."
  352. IDD_GATEWAY_REM_NET.IDC_REMOVE = "&Remove"
  353.  
  354. #
  355. #    Network Subnet dialog
  356. #
  357. IDD_SUBNET = "Network Subnet"
  358. IDD_SUBNET.IDC_LABEL1 = "&Network address:"
  359. IDD_SUBNET.IDC_LABEL2 = "&Subnet mask:"
  360. IDD_SUBNET.IDOK = "&OK"
  361. IDD_SUBNET.IDCANCEL = "C&ancel"
  362.  
  363.  
  364. #
  365. #    Menus
  366. #
  367.  
  368. #
  369. #    Main menu
  370. #
  371. IDM_MAIN.IDM_SYSTEM   = "&System"
  372. IDM_MAIN.IDM_NETWORK   = "&Network"
  373. IDM_MAIN.IDM_PRESENCE   = "S&tatus"
  374. IDM_MAIN.IDM_HELP   = "&Help"
  375.  
  376. #
  377. #    Main / System menu
  378. #
  379. IDM_SYSTEM.ID_SYS_PREFS   = "&Preferences..."
  380. IDM_SYSTEM.ID_SYS_ATTACH   = "&Attach to LogMeIn account..."
  381. IDM_SYSTEM.ID_APP_EXIT   = "E&xit"
  382.  
  383. #
  384. #    Main / Network menu
  385. #
  386. IDM_NETWORK.ID_NET_CREATE   = "&Create a new network..."
  387. IDM_NETWORK.ID_NET_JOIN   = "&Join an existing network..."
  388.  
  389. #
  390. #    Main / Status menu
  391. #
  392. IDM_PRESENCE.ID_STATUS_AVAILABLE   = "&Available"
  393. IDM_PRESENCE.ID_STATUS_BUSY   = "&Busy"
  394. IDM_PRESENCE.ID_STATUS_AWAY   = "A&way"
  395. IDM_PRESENCE.ID_STATUS_CUSTOM   = "&Custom..."
  396.  
  397. #
  398. #    Main / Help menu
  399. #
  400. IDM_HELP.ID_UPDATES   = "Check for &Updates..."
  401. IDM_HELP.ID_WEBSITE   = "Hamachi &Website"
  402. IDM_HELP.ID_SUPPORT   = "Hamachi &Support"
  403. IDM_HELP.ID_COMMUNITY = "Hamachi &Community"
  404. IDM_HELP.ID_ABOUT   = "&About Hamachi"
  405.  
  406.  
  407. #
  408. #    Tray menu
  409. #
  410. IDM_TRAY.ID_FOLD.0   = "&Minimize"
  411. IDM_TRAY.ID_FOLD.1   = "R&estore"
  412. IDM_TRAY.ID_FOLD.2   = "N&ew Message"
  413. IDM_TRAY.ID_POWER.0  = "Po&wer Off"
  414. IDM_TRAY.ID_POWER.1  = "Po&wer On"
  415. IDM_TRAY.IDM_PRESENCE   = "&Set Status"
  416. IDM_TRAY.ID_STATUS_AVAILABLE   = "&Available"
  417. IDM_TRAY.ID_STATUS_BUSY   = "&Busy"
  418. IDM_TRAY.ID_STATUS_AWAY   = "A&way"
  419. IDM_TRAY.ID_STATUS_CUSTOM   = "&Custom..."
  420. IDM_TRAY.ID_ABOUT      = "&About Hamachi"
  421. IDM_TRAY.ID_APP_EXIT   = "E&xit"
  422.  
  423. #
  424. #    Network menu
  425. #
  426. IDM_NETWORK.ID_NET_ONLINE   = "Go o&nline"
  427. IDM_NETWORK.ID_NET_ONLINE.1   = "E&nable"
  428. IDM_NETWORK.ID_NET_OFFLINE   = "Go &offline"
  429. IDM_NETWORK.ID_NET_OFFLINE.1   = "Di&sable"
  430. IDM_NETWORK.ID_NET_CHAT   = "Open &chat window"
  431. IDM_NETWORK.ID_NET_ACCESS   = "Set &Access..."
  432. IDM_NETWORK.ID_NET_GW_SETTINGS   = "&Gateway settings..."
  433. IDM_NETWORK.ID_NET_LEAVE   = "L&eave network"
  434. IDM_NETWORK.ID_NET_DELETE   = "&Delete network..."
  435.  
  436. #
  437. #    Peer menu
  438. #
  439. IDM_PEER.ID_PEER_PING   = "&Ping"
  440. IDM_PEER.ID_PEER_BROWSE   = "&Browse"
  441. IDM_PEER.ID_PEER_CHAT   = "&Chat"
  442. IDM_PEER.ID_PEER_QUICK_IM = "Send &Quick IM"
  443. IDM_PEER.ID_PEER_COPY_ADDR   = "C&opy address"
  444. IDM_PEER.ID_PEER_EVICT   = "&Evict..."
  445. IDM_PEER.ID_PEER_PROPERTIES   = "Details..."
  446.  
  447. #
  448. #    Request menu
  449. #
  450. IDM_REQUEST.ID_APPROVE   = "&Approve request"
  451. IDM_REQUEST.ID_REJECT   = "&Reject request"
  452.  
  453. #
  454. #    Chat-Log menu
  455. #
  456. IDM_CHAT_LOG.ID_CHAT_COPY   = "&Copy"
  457. IDM_CHAT_LOG.ID_CHAT_CLEAR   = "Clear chat &history"
  458. IDM_CHAT_LOG.ID_CHAT_LOAD   = "&Load chat history"
  459.  
  460. #
  461. #    Chat-Msg menu
  462. #
  463. IDM_CHAT_MSG.ID_CHAT_PASTE   = "&Paste"
  464. IDM_CHAT_MSG.ID_CHAT_PASTE_AND_SEND = "Paste and &send"
  465. IDM_CHAT_MSG.ID_CHAT_CLEAR   = "&Clear"
  466.  
  467.  
  468. #
  469. #    Tun-Opt menu
  470. #
  471. IDM_TUN_OPT.ID_TUN_OPT_DEFAULT   = "De&fault"
  472. IDM_TUN_OPT.ID_TUN_OPT_ON   = "&Enable"
  473. IDM_TUN_OPT.ID_TUN_OPT_OFF   = "&Disable"
  474. IDM_TUN_OPT.ID_TUN_OPT_ANY   = "&Peer-selected"
  475.  
  476. #
  477. #    Tun-Block menu
  478. #
  479. IDM_TUN_BLOCK.ID_TUN_BLOCK_DEFAULT   = "De&fault"
  480. IDM_TUN_BLOCK.ID_TUN_BLOCK_ALL   = "&Block all"
  481. IDM_TUN_BLOCK.ID_TUN_BLOCK_UNSECURED   = "Block un&secured"
  482. IDM_TUN_BLOCK.ID_TUN_BLOCK_UNTRUSTED   = "Block un&trusted"
  483. IDM_TUN_BLOCK.ID_TUN_ALLOW_ALL   = "&Allow all"
  484.  
  485. #
  486. #    Tun-Auth menu
  487. #
  488. IDM_TUN_AUTH.ID_TUN_AUTH_DEFAULT   = "De&fault"
  489. IDM_TUN_AUTH.ID_TUN_AUTH_RSA   = "&RSA keys"
  490. IDM_TUN_AUTH.ID_TUN_AUTH_PSK   = "&Password..."
  491.  
  492. #
  493. #    Peer-Label menu
  494. #
  495. IDM_PEER_LABEL.ID_LABEL_DEFAULT   = "De&fault"
  496. IDM_PEER_LABEL.ID_LABEL_VIP   = "&Virtual IP"
  497. IDM_PEER_LABEL.ID_LABEL_NICK   = "&Name"
  498. IDM_PEER_LABEL.ID_LABEL_CUSTOM   = "&Custom..."
  499.  
  500. #
  501. #    Peer-Key menu
  502. #
  503. IDM_PEER_KEY.ID_PEER_KEY_COPY   = "&Copy key fingerprint"
  504. IDM_PEER_KEY.ID_PEER_KEY_REMOVE   = "&Remove from cache"
  505. IDM_PEER_KEY.IDM_TRUST   = "&Trust"
  506. IDM_PEER_KEY.ID_PEER_KEY_NONE   = "&None"
  507. IDM_PEER_KEY.ID_PEER_KEY_AUTO   = "&Auto-trusted"
  508. IDM_PEER_KEY.ID_PEER_KEY_TRUSTED   = "&Trusted"
  509.  
  510.  
  511. #
  512. #    Strings
  513. #
  514. IDS_E_RPC_AUTH =
  515.             "Hamachi is running as a background process. However, your\n"
  516.             "Windows account does not have a permission to access it."
  517. IDS_E_RPC_ERROR         = "Failed to connect to the engine."
  518. IDS_E_RPC_DEAD          = "Hamachi has lost the connection to the engine."
  519. IDS_S_OFFLINE           = "offline"
  520. IDS_S_PROXY             = "proxy..."
  521. IDS_S_RESOLV            = "resolving..."
  522. IDS_S_CONN              = "connecting..."
  523. IDS_S_HELO              = "connected"
  524. IDS_S_ENRL              = "enrolling..."
  525. IDS_S_AUTH              = "logging in..."
  526. IDS_S_PROB              = "probing..."
  527. IDS_S_SYNC              = "synchronizing..."
  528. IDS_S_VNIC              = "setting up..."
  529. IDS_S_READY             = "ready"
  530.  
  531. IDS_E_LANG_INVALID      = "Language file is invalid (line %d).\nSome text messages may render incorrectly."
  532. IDS_E_LANG_NOTFOUND     = "Language file not found.\nSome text messages may render incorrectly."
  533. IDS_E_CONFIG            = "Failed to load Hamachi configuration.\nThe application will now exit."
  534. IDS_E_RPC_VERSION       = "Protocol version mismatch.\nThe application will now exit."
  535. IDS_S_RECONN            = "reconnecting..."
  536. IDS_APP_NAME            = "LogMeIn Hamachi"
  537. IDS_BTN_OK              = "OK"
  538. IDS_BTN_CANCEL          = "Cancel"
  539. IDS_BTN_YES             = "Yes"
  540. IDS_BTN_NO              = "No"
  541. IDS_SHORT_SECOND        = "sec"
  542. IDS_TIP_POWER_ON        = "Power on"
  543. IDS_TIP_POWER_OFF       = "Power off"
  544. IDS_TIP_MSGBOX_MORE     = "Click here to display details."
  545. IDS_CONFIRM_EXIT        = "Are you sure you want to close the Hamachi window?"
  546. IDS_ERROR               = "Error"
  547. IDS_CREATE_E_NAME       = "Network name must be between\n4 and 64 characters in length"
  548. IDS_JOIN_PENDING        = "Request submitted. If approved, the network\nwill be added to your list. If declined, you\nwill receive a system message."
  549. IDS_JOIN_REQ_REQUIRED   = "The network requires manual approval of all new members\nby its administrators.\n\nWould you like to submit a request for membership?"
  550. IDS_JOIN_AUTH_NO_PASS   = "A password is required for joining this network"
  551. IDS_JOIN_AUTH_BAD_PASS  = "Password rejected"
  552. IDS_JOIN_E_NOT_FOUND    = "This network does not exist"
  553. IDS_JOIN_E_OWNER        = "You own this network and are already a member of it"
  554. IDS_JOIN_E_DUP          = "You are already a member of this network"
  555. IDS_JOIN_E_DENIED       = "Your request to join this network has been denied"
  556. IDS_JOIN_E_FULL         = "This network appears to be full.\nClick here for details."
  557. IDS_JOIN_E_LIMIT        = "You have reached the maximum number of network memberships.\nClick here for details."
  558. IDS_JOIN_E_BANNED       = "You are banned from this network."
  559. IDS_JOIN_E_LOCKED       = "No new members can be accepted at this time."
  560. IDS_JOIN_E_SUSPENDED    = "This network is currently suspended."
  561. IDS_JOIN_E_HMM          = "The server reported an error while processing your request"
  562. IDS_PASS_MSG            = "<type your network password here>"
  563. IDS_CREATE_E_PASSWORD   = "Network password cannot be blank."
  564. IDS_CREATE_E_DUP        = "This network name has been taken."
  565. IDS_CREATE_E_LIMIT      = "You have reached the maximum number of networks you can own.\nClick here for details."
  566. IDS_CREATE_E_HMM        = "The server reported an error creating the network"
  567. IDS_CHAT_TYPING         = "typing..."
  568. IDS_CHAT_SECURED        = "Secured with [%s] "
  569. IDS_CHAT_E_PEER_GONE    = "You cannot send a message to a peer that has left all your networks."
  570. IDS_CHAT_E_OFFLINE      = "You can send a message to the peer only when it's online."
  571. IDS_NCHAT_E_OFFLINE     = "You can only use network chat while online."
  572. IDS_NCHAT_E_NOT_A_MEMBER = "You are no longer a member of this network."
  573. IDS_NCHAT_E_DISABLED    = "This network is now in a suspended state.\nChat is momentarily unavailable."
  574. IDS_MSG_NETWORK         = "Network message"
  575. IDS_PCHAT_P_ONLINE      = "[%s] is online"
  576. IDS_PCHAT_P_OFFLINE     = "[%s] is offline"
  577. IDS_PCHAT_P_ONLINE_MSG_OFF = "[%s] is online, but messaging is off"
  578. IDS_PCHAT_P_LEFT        = "[%s] left all your networks"
  579. IDS_PCHAT_P_MSG_ON      = "[%s] messaging in on"
  580. IDS_PCHAT_P_MSG_OFF     = "[%s] messaging is off"
  581. IDS_NCHAT_U_LEFT        = "You have left this network"
  582. IDS_NCHAT_U_JOINED      = "You have re-joined this network"
  583. IDS_NCHAT_P_JOINED      = "[%s] joined the network"
  584. IDS_NCHAT_P_ONLINE      = "[%s] is online"
  585. IDS_NCHAT_P_OFFLINE     = "[%s] is offline"
  586. IDS_NCHAT_P_LEFT        = "[%s] left the network"
  587. IDS_TREE_W_TUN_ERR      = "Tunnel problem"
  588. IDS_TREE_W_GHOST        = "Tunnel is in a ghost state.\nClick here to display tunnel details."
  589. IDS_TREE_W_ZOMBI        = "Tunnel appears to be unstable.\nClick here for details."
  590. IDS_TREE_W_AUTH_ERR     = "Authentication error.\nClick here for details."
  591. IDS_TREE_W_NO_TRUST     = "Non-trusted tunnel.\nClick here for details."
  592. IDS_TREE_W_WARNING      = "Peer sent RSA key that is different from the one in\nyour key store. Click here for details."
  593. IDS_TUN_NONE            = "none"
  594. IDS_TUN_DIRECT          = "direct"
  595. IDS_TUN_RELAY           = "via relay"
  596. IDS_TUN_SERVER          = "via server"
  597. IDS_AUTH_PROGRESS       = "in progress..."
  598. IDS_AUTH_ERROR          = "error"
  599. IDS_AUTH_COMPLETE       = "completed"
  600. IDS_TUN_OPT_ON          = "enabled"
  601. IDS_TUN_OPT_OFF         = "disabled"
  602. IDS_TUN_OPT_ANY         = "any"
  603. IDS_TUN_OPT_DEF         = "default"
  604. IDS_STAT_VAL_NA         = "n/a"
  605. IDS_ENC_E_CONFLICT      = "Failed to negotiate your preferred setting.\nPeer's setting does not match yours."
  606. IDS_ZIP_E_CONFLICT      = "Failed to negotiate your preferred setting.\nPeer's setting does not match yours."
  607. IDS_AUTH_RSA            = "RSA keys"
  608. IDS_AUTH_PSK            = "password"
  609. IDS_AUTH_PKI            = "PKI certificate"
  610. IDS_CFG_VAL_NA          = "n/a"
  611. IDS_TUN_BLOCK_ALL       = "block all"
  612. IDS_TUN_BLOCK_UNSEC     = "block unsecured"
  613. IDS_TUN_BLOCK_NONE      = "allow all"
  614. IDS_TUN_BLOCK_CUST      = "custom"
  615. IDS_TREE_W_TUN_OPT      = "Conflicting tunnel settings.\nClick here for details."
  616. IDS_ZOMBI_0             = "ok"
  617. IDS_ZOMBI_1             = "stale"
  618. IDS_ZOMBI_N             = "failing"
  619. IDS_TUN_OPT_PEND        = "(negotiating)"
  620. IDS_PASS_E_DIFF         = "Password copies do not match."
  621. IDS_PASS_E_EMPTY        = "Password cannot be blank."
  622. IDS_AUTH_E_BAD_TYPE     = "Failed to authenticate peer. Peer is using \ndifferent authentication method."
  623. IDS_AUTH_E_BAD_PSK      = "Failed to authenticate peer, password mismatch.\nClick here to edit the password."
  624. IDS_AUTH_E_DIFF_RSA     = "Peer has sent a key that is different from the one \nyou have already trusted. Click here for details."
  625. IDS_AUTH_E_NTRUST_RSA   = "Peer is using RSA key that you haven't validated yet.\nClick here for details."
  626. IDS_AUTH_LEGACY         = "legacy"
  627. IDS_TUN_OPT_E_LEGACY    = "Failed to negotiate your preferred setting.\nPeer does not support tunnel options."
  628. IDS_PASS_E_TOO_LONG     = "Password cannot be longer than %d characters."
  629. IDS_I_LOG_ENABLED       = "Enable diagnostic log"
  630. IDS_I_LOG_FILE          = "Log file"
  631. IDS_NICK_E_EMPTY        = "Name cannot be empty."
  632. IDS_NICK_E_HUGE         = "Name must be less than 128 characters long."
  633. IDS_YES                 = "yes"
  634. IDS_NO                  = "no"
  635. IDS_FMT_E_NUMBER        = "Not a valid number."
  636. IDS_FMT_E_PORT          = "Port number should be in a range of 1 to 65535"
  637. IDS_FMT_E_ADDR_IP4      = "Address must be in dot-decimal notation"
  638. IDS_FMT_E_ADDR_EMPTY    = "Please enter valid address"
  639. IDS_FMT_E_COLOR         = "Color value has to be in #RRGGBB or 0xRRGGBB format."
  640. IDS_TRUST_NONE          = "unverified"
  641. IDS_TRUST_AUTO          = "trusted (auto)"
  642. IDS_TRUST_CERT          = "cert"
  643. IDS_TRUST_MANUAL        = "trusted"
  644. IDS_IDENTITY_YOU        = "This computer"
  645. IDS_G_CONN_DETAILS      = "Server Connection"
  646. IDS_I_CONN_MASK_PROXY   = "Use proxy"
  647. IDS_I_CONN_SRV_ADDR     = "Server address"
  648. IDS_I_CONN_PXY_ADDR     = "Proxy address"
  649. IDS_I_CONN_PXY_AUTO     = "Automatically detect settings"
  650. IDS_I_CONN_PXY_USER     = "Proxy login"
  651. IDS_I_CONN_PXY_PASS     = "Proxy password"
  652. IDS_I_CONN_BIND_ADDR    = "Local address"
  653. IDS_G_LOGIN_DETAILS     = "Login parameters"
  654. IDS_G_SOCK_DETAILS      = "Peer Connections"
  655. IDS_I_SOCK_UDP_ADDR     = "Local UDP address"
  656. IDS_I_SOCK_TCP_ADDR     = "Local TCP address"
  657. IDS_G_DBG_DETAILS       = "Troubleshooting"
  658. IDS_I_DBG_DISABLE_UPNP  = "Disable UPnP"
  659. IDS_G_STATUS            = "Disk Locations"
  660. IDS_I_STAT_ENG_CFG_PATH = "Service configuration"
  661. IDS_I_STAT_CFG_PATH     = "UI configuration"
  662. IDS_I_STAT_EXE_PATH     = "Installation folder"
  663. IDS_G_WIN_APPEARANCE    = "Interface Settings"
  664. IDS_I_WIN_TASKBAR       = "Show main window in the taskbar"
  665. IDS_I_WIN_HIDE_OFFLINE  = "Hide offline network members"
  666. IDS_I_WIN_SPLASH        = "Show splash screen on startup"
  667. IDS_I_ACT_CONF_EXIT     = "Confirm closing Hamachi window"
  668. IDS_I_ACT_CONF_EVICT    = "Confirm evicting a network member"
  669. IDS_I_ACT_DBCLK_ACTION  = "Peer double-click action"
  670. IDS_I_WIN_PEER_TASKBAR  = "Show peer windows in the taskbar"
  671. IDS_G_CHAT              = "Chat Settings"
  672. IDS_I_CHAT_ENABLE       = "Enable chat"
  673. IDS_I_CHAT_TASKBAR      = "Show chat windows in the taskbar"
  674. IDS_I_CHAT_MSG_BLINK    = "Blink the systray icon"
  675. IDS_I_CHAT_MSG_SHOW     = "Show the chat window"
  676. IDS_I_CHAT_SOUND        = "Play a sound when new IM arrives"
  677. IDS_I_CHAT_TYPING       = "Send 'Typing...' notifications"
  678. IDS_I_CHAT_LOGS         = "Keep Chat historys"
  679. IDS_I_ACT_NOTHING       = "none"
  680. IDS_I_ACT_PING          = "ping peer"
  681. IDS_I_ACT_CHAT          = "send instant message"
  682. IDS_I_ACT_QUICK_IM      = "send clipboard contents over IM"
  683. IDS_I_ACT_BROWSE        = "browse Windows File Shares"
  684. IDS_I_ACT_CUSTOM        = "execute custom command"
  685. IDS_I_CHAT_NEW_MSG      = "When new message arrives..."
  686. IDS_I_CHAT_CLMSGBACK    = "Bottom pane, background"
  687. IDS_I_CHAT_CLMSGFORE    = "Bottom pane, text"
  688. IDS_I_CHAT_CLLOGBACK    = "Top pane, background"
  689. IDS_I_CHAT_CLLOGSELF1   = "Own messages, timestamp"
  690. IDS_I_CHAT_CLLOGSELF2   = "Own messages, text"
  691. IDS_I_CHAT_CLLOGPEER1   = "Peer's messages, timestamp"
  692. IDS_I_CHAT_CLLOGPEER2   = "Peer's messages, text"
  693. IDS_I_CHAT_CLLOGSYSTEM1 = "System messages, timestamp"
  694. IDS_I_CHAT_CLLOGSYSTEM2 = "System messages, text"
  695. IDS_I_CHAT_CLLOGNETWORK1 = "Network messages, timestamp"
  696. IDS_I_CHAT_CLLOGNETWORK2 = "Network messages, text"
  697. IDS_I_CHAT_CLLOGHISTORY = "Chat history, text"
  698. IDS_I_TUN_TRAFFIC       = "Traffic filtering"
  699. IDS_I_TUN_AUTH          = "Authentication"
  700. IDS_I_TUN_PASS          = "Password"
  701. IDS_I_TUN_ENC           = "Encryption"
  702. IDS_I_TUN_ZIP           = "Compression"
  703. IDS_I_ACT_COMMAND       = "Custom command to execute"
  704. IDS_FMT_E_PORT_EMPTY    = "Please enter a port number"
  705. IDS_FMT_E_IP_ADDR_EMPTY = "Please enter valid IP address"
  706. IDS_E_ADDR_PORT_EMPTY   = "Please enter a valid address and port number"
  707. IDS_I_CONN_PXY_SAVE_PASS = "Remember password"
  708. IDS_I_WIN_LABEL_FMT     = "Peer label format"
  709. IDS_I_WIN_FMT_VIP       = "virtual IP"
  710. IDS_I_WIN_FMT_NICK      = "name"
  711. IDS_I_WIN_FMT_CUSTOM    = "custom"
  712. IDS_I_WIN_LABEL_CUSTOM  = "Custom format"
  713. IDS_CONN_OFFLINE        = "not connected"
  714. IDS_CONN_NATIVE         = "native Hamachi protocol"
  715. IDS_CONN_SSL            = "SSL"
  716. IDS_CONN_PROXY          = "SSL through proxy"
  717. IDS_NICK_E_ONLINE       = "Name change is an online operation.\nPlease first connect to the Hamachi servers."
  718. IDS_I_CUST_ACT_TXT      = "Label"
  719. IDS_I_CUST_ACT_CMD      = "Command"
  720. IDS_I_CUST_ACT_SHOW     = "Show custom command in peer's menu"
  721. IDS_DELETE_NET_CONFIRM  = "Are you sure you want to irreversibly destroy the selected network?"
  722. IDS_EVICT_PEER_CONFIRM  = "Would you like to evict %s from the network?"
  723. IDS_FMT_E_CUST_TXT      = "Please enter a label for the custom command"
  724. IDS_FMT_E_CUST_CMD      = "Please enter a valid custom command"
  725. IDS_NET_PASS_E_DIFF     = "Password copies do not match."
  726. IDS_NET_PASS_E_EMPTY    = "Network password cannot be blank."
  727. IDS_NET_PASS_E_FAILED   = "Password change has been rejected."
  728. IDS_NET_PASS_OK         = "Network password has been successfully changed."
  729. IDS_G_STA               = "Online Presence"
  730. IDS_I_STA_ENABLED       = "Enable"
  731. IDS_I_STA_SHOW_PEER     = "Show peer status in the main list"
  732. IDS_I_STA_AUTO_AWAY     = "Switch to Away mode..."
  733. IDS_I_STA_AUTO_AWAY_SEC = "... after being idle for..."
  734. IDS_G_CHAT_COLORS       = "Chat Colors"
  735. IDS_INF_SUSPENDED       = "Status: suspended"
  736. IDS_INF_NET_STATUS      = "Status: %d members, %d online"
  737. IDS_INF_ENC_IS_OFF      = "Encryption is off"
  738. IDS_INF_PEER_STATUS     = "Status:"
  739. IDS_INF_PENDING         = "New network member awaiting your approval."
  740. IDS_INF_TUNNEL          = "Tunnel:"
  741. IDS_INF_OWNER           = "Owner:"
  742. IDS_INF_OFFLINE         = "no connection"
  743. IDS_INF_ACTIVE          = "connecting..."
  744. IDS_INF_UNREACH         = "unreachable"
  745. IDS_INF_DIRECT          = "direct tunnel"
  746. IDS_INF_RELAYED         = "relayed tunnel"
  747. IDS_INF_ONLINE          = "online"
  748. IDS_INF_BUSY            = "busy"
  749. IDS_INF_AWAY            = "away"
  750. IDS_CHAT_E_DISABLED     = "You cannot send a message to a peer for which Chat has been disabled."
  751.  
  752. IDS_FMT_E_AUTO_AWAY_SEC = "The minimum interval is 5 seconds"
  753. IDS_SHORT_SEC           = "sec"
  754. IDS_TREE_WARN_TITLE     = "Tunnel problem"
  755. IDS_TREE_WARN_MSG       = "There is a problem with a peer connection.\nClick here for details."
  756. IDS_TUN_BLOCKED         = "blocked"
  757. IDS_AUTH_E_BAD_RSA      = "Failed to authenticate peer. \nVerification of signature failed."
  758. IDS_INVALID_ADDR        = "Please enter valid IP address"
  759. IDS_INVALID_MASK        = "Please enter valid IP mask"
  760. IDS_INF_BLOCKED         = "blocked"
  761. IDS_TUN_BLOCK_UNTRUST   = "block untrusted"
  762. IDS_VPN_E_STATUS        = "Details of the VPN configuration error(s) \nare available on Settings page"
  763. IDS_VPN_ERR             = "error"
  764. IDS_VPN_OK              = "ok"
  765. IDS_VPN_MODE_L3         = "IP tunneling"
  766. IDS_VPN_ADDR_SERVER     = "server-assigned"
  767. IDS_VPN_ADDR_LOCAL      = "locally-assigned"
  768. IDS_VPN_ADDR_PEER       = "peer-selected"
  769. IDS_VPN_E_DOMAIN        = "Peer is assigned to a domain that no longer exists.\nIt has been temporarily placed in Null domain."
  770. IDS_VPN_E_CONFLICT      = "This address is also used by the '%s' peer"
  771. IDS_VPN_E_BAD_IP        = "Peer's effective IP address is unusable"
  772. IDS_I_STAT_ENG_CFG_PATH = "Service configuration"
  773. IDS_VPN_STA_OK          = "operational"
  774. IDS_VPN_STA_EXIST       = "domain no longer exists"
  775. IDS_VPN_STA_DISABLED    = "disabled"
  776. IDS_VPN_STA_ERROR       = "network adapter error"
  777. IDS_VPN_E_DISABLED      = "Domain is currently disabled.\nPeer is not accessible via VPN."
  778. IDS_VPN_E_DOWN          = "Failed to connect to the network adapter.\nPeer is not accessible via VPN."
  779. IDS_VPN_E_CONFIG        = "Failed to configure the network adapter.\nPeer is not accessible via VPN."
  780. IDS_UPGRADING           = "Updating Hamachi┬▓..."
  781. IDS_STARTING            = "Starting Hamachi┬▓..."
  782. IDS_VPN_E_BAD_SUBNET    = "Peer is using IP from a different subnet."
  783. IDS_S_VERSION           = "checking updates..."
  784. IDS_S_PACKAGE           = "updating..."
  785. IDS_UPDATE_ERROR        = "An error was encountered while downloading the latest Hamachi update.\nPlease visit the website and download manually."
  786. IDS_UPDATE_NA           = "You are already running the latest version of Hamachi."
  787. IDS_UPDATE_AVAIL        = "[b]A new version of Hamachi is available.[/]\n\n[B]    New version:\t%s\n    Your version:\t%s\n    Release notes:\t[l]%s[/]\n\n[/]Would you like to update your installation now ?"
  788. IDS_UPDATE_AVAIL2       = "[b]A new version of Hamachi is available.[/]\n\n[B]    New version:\t%s\n    Your version:\t%s\n\n[/]Would you like to update your installation now ?"
  789. IDS_U_UPDATES           = "Software Updates"
  790. IDS_U_AUTO_UPDATE       = "Enable automatic update"
  791. IDS_SYSMSG              = "Hamachi System Message"
  792. IDS_REQ_DENIED          = "Your request for a membership in '%s' network was denied."
  793. IDS_SRV_RESTART         = "The Hamachi servers will be restarted on {date} around {time} \nyour time. Expected downtime is approximately %s.\n\nIf you keep your Hamachi client online, it will preserve all your\ntunnels and will automatically reconnect back to the server as\nsoon as possible. We apologize for any inconvenience."
  794. IDS_INFINITE            = "infinite"
  795. IDS_SECOND              = "second"
  796. IDS_SECONDS             = "seconds"
  797. IDS_MINUTE              = "minute"
  798. IDS_MINUTES             = "minutes"
  799. IDS_HOUR                = "hour"
  800. IDS_HOURS               = "hours"
  801. IDS_DAY                 = "day"
  802. IDS_DAYS                = "days"
  803. IDS_MONTH               = "month"
  804. IDS_MONTHS              = "months"
  805. IDS_MSG_PEER            = "A message from '%s'"
  806. IDS_MSG_NETWORK_FROM    = "Network message from '%s'"
  807. IDS_MSG_SYSTEM          = "New system message"
  808. IDS_MSG_REQUEST         = "New membership request"
  809. IDS_I_QUICK_IM_SHOW     = "Show Quick IM in peer's menu"
  810. IDS_I_ACT_QUICK_IM      = "send clipboard contents over IM"
  811. IDS_DPEER_WARN_TITLE    = "Domain problem"
  812. IDS_DPEER_WARN_MSG      = "Peer is assigned to a domain that no longer exists."
  813. IDS_GLOBAL_PEER_SETTING = "You have changed peer connection related global settings.\nThese changes will take effect when the tunnel is \nrecreated, e.g. after a logoff/logon."
  814. IDS_NULL_DOMAIN         = "Unassigned peers"
  815. IDS_E_CONN_FAILED       = "Failed to connect to the Hamachi servers. Would you like Hamachi to \nautomatically monitor server availability and establish a connection as \nsoon as it becomes possible ?"
  816. IDS_E_CONN_BUSY         = "The Hamachi servers are experiencing a high volume of connection \nrequests and therefore cannot accept your connection at the moment. \n\nWould you like Hamachi to automatically monitor server availability and \nestablish a connection as soon as it becomes possible ?"
  817. IDS_E_CONN_LOST         = "Connection to the Hamachi servers has been lost."
  818. IDS_E_CONN_VER          = "The Hamachi server is using an older version of the communication\nprotocol. You must use an older version of the Hamachi client to connect to the system."
  819. IDS_E_LOGIN_DENIED      = "The Hamachi server has denied your login request."
  820. IDS_E_CONN_PROTO        = "The Hamachi server received a message it could not comprehend."
  821. IDS_E_ENRL_FULL         = "The Hamachi server was not able to complete your registration request."
  822. IDS_E_CONN_FATAL        = "Please review the Knowledge Base or contact LogMeIn Customer Support at [l https://secure.logmein.com/r.asp?r=support_hamachi&lang=en]www.LogMeIn.com[/]."
  823. IDS_ATTACH_E_HMM        = "The server reported an error while processing your request"
  824. IDS_AUTH_E_NTRUST_RSA2  = "Peer is using an RSA key that you have yet to validate."
  825. IDS_AUTH_E_DIFF_RSA2    = "Peer has sent a key that is different from the trusted one."
  826. IDS_AUTH_E_BAD_PSK2     = "Failed to authenticate peer. Password mismatch."
  827. IDS_ATTACH_PENDING      = " (Pending)"
  828. IDS_MSG_ATTACH          = "Status Message: Account Attachment"
  829. IDS_CLI_ATTACH_APPR     = "The LogMeIn account attach request has been approved."
  830. IDS_CLI_ATTACH_REJC     = "The LogMeIn account attach request has been rejected."
  831. IDS_CLI_ATTACH_TIME     = "The LogMeIn account attach request has timed out"
  832. IDS_ATTACH_E_NOT_FOUND  = "The LogMeIn Account ID does not exist."
  833. IDS_DOM_INITIALIZING    = "(initializing...)"
  834. IDS_DOM_ACTIVATING      = "(activating...)"
  835. IDS_DOM_DEACTIVATING    = "(deactivating...)"
  836. IDS_ANOTHER_ONLINE      = "To activate this network you need to deactivate the gateway network you're currently active in."
  837. IDS_NETWORKS            = "Networks"
  838. IDS_REMOTE_ACCESS       = "Remote access"
  839. IDS_MSG_DEPLOY          = "Account attach error"
  840. IDS_DEPLOY_ERROR        = "Failed to attach to LogMeIn account.\nPlease, try to attach manually."
  841. IDS_DONT_SHOW_AGAIN     = "Don't show this message again"
  842. IDS_INF_NET_TYPE        = "Type: "
  843. IDS_INF_HUBNSPOKE       = "Hub-and-spoke"
  844. IDS_INF_MESHED          = "Mesh"
  845. IDS_INF_GATEWAY         = "Gateway"
  846. IDS_INF_NET_ADDRESS     = "IP address:"
  847. IDS_DOM_CONFIGURING     = "(configuring...)"
  848. IDS_INF_NET_NAT         = "Auto NAT:"
  849. IDS_INF_NET_REMOTE_IP   = "Remote IP:"
  850. IDS_NAT_ON              = "on"
  851. IDS_NAT_OFF             = "off"
  852. IDS_I_ACT_CLOSE_TO_TRAY = "Close to systray"
  853. IDS_TREE_W_AUTO_BLOCK   = "You have reached the maximum number\nof encrypted data channels allowed."
  854. IDS_TREE_W_VPN_DOWN     = "Failed to connect to the network adapter.\nPeer(s) are not accessible via VPN."
  855. IDS_TREE_W_VPN_ERR      = "Failed to configure the network adapter.\nPeer(s) are not accessible via VPN."
  856. IDS_TREE_W_VPN_BAD_IP   = "Peer(s) are not accessible via VPN. Confirm with the network owner that \nthe connection is available and that DHCP settings are properly configured."
  857. IDS_TREE_W_VPN_CONFLICT = "Couldn't resolve IP conflict.\nPeer(s) are not accessible via VPN."
  858. IDS_DIFF_SUBNET         = "The IP addresses must be in the same subnet."
  859. IDS_DNS1_INSTEAD        = "Define Preferred DNS server."
  860. IDS_OUT_OF_SUBNET       = "The specified IP address is not in the defined subnet."
  861. IDS_RANGE_ORDER         = "End IP must be greater than start IP."
  862. IDS_SAME_ADDR           = "Enter a unique address."
  863. IDS_SUBNET_OVERLAP      = "The subnet conflicts with another network."
  864. IDS_INVALID_NET_ADDR    = "Please enter a valid 'network' address."
  865. IDS_GATEWAY_DENIED      = "Hamachi is not allowed to function as a gateway on this machine."
  866. IDS_CLI_ATTACH_DETC     = "Your Hamachi client is no longer attached to a LogMeIn account."
  867. IDS_CHAT_E_ONLINE       = "You must be online to send a message."
  868. IDS_I_CHAT_LOG          = "Keep chat messages"
  869. IDS_I_STAT_CHAT_PATH    = "Chat messages"
  870. IDS_CHAT_E_FAILED       = "-- load failed --"
  871. IDS_CHAT_E_INT          = "-- interrupted --"
  872. IDS_CHAT_E_DONE         = "-- done --"
  873. IDS_TIP_P_ID            = "Client ID"
  874. IDS_TIP_P_NICK          = "Client name"
  875. IDS_TIP_P_PING          = "Ping roundtrip time"
  876. IDS_TIP_P_RX            = "Total received data"
  877. IDS_TIP_P_RX_LOSS       = "Received package loss ratio"
  878. IDS_TIP_P_RX_SPEED      = "Receiving speed"
  879. IDS_TIP_P_TX            = "Total transferred data"
  880. IDS_TIP_P_TX_LOSS       = "Transferred package loss ratio"
  881. IDS_TIP_P_TX_SPEED      = "Transferring speed"
  882. IDS_TIP_P_VIP           = "Virtual IP address"
  883. IDS_INF_NET_ID          = "Network ID:"
  884. IDS_GATEWAY_SAMELAN     = "Cannot go online in this network as this computer is in the same physical network as the gateway."
  885. IDS_GATEWAY_OFFLINE     = "The gateway in this network is not present or offline. Would you like Hamachi to automatically monitor the \ngateway status and go online in this network as soon as it becomes possible?"
  886. IDS_DEPLOY_ATTACH       = "This client could not be attached to the web account but appears as a join request \nthat has to be approved by your web account administrator."
  887. IDS_SRV_RESTARTED       = "The Hamachi servers have been restarted on {date} at {time} your time. \nWe apologize for any inconvenience you may have experienced."
  888. IDS_NET_CREATE_INFO     = "Managed networks are administered centrally from your Networks page at LogMeIn.com, while client-owned \n"
  889.                           "networks are owned and managed by the client that was used to create the network.\n"
  890.                           "[t 10]"
  891.                           " ΓÇó\tManaged networks can also be configured as a Gateway network, which allows access to entire \n"
  892.                           "  \tphysical networks using Layer-3 (IP) tunneling.\n"
  893.                           " ΓÇó\tManaged networks can also be of Hub & Spoke topology.\n"
  894.                           " ΓÇó\tClient-owned networks are limited to Mesh topology using the 5.x.x.x address space.\n"
  895.                           " ΓÇó\tManaged networks are not owned by any particular client, so network management functionality, \n"
  896.                           "  \tsuch as approving or evicting members, is available from anywhere.\n"
  897.                           " ΓÇó\tCentralized management also allows you to easily deploy and configure Hamachi."
  898. IDS_INTRO_1A            = "Thank you for installing Hamachi."
  899. IDS_INTRO_1B            = "Please click the Power on button to get started."
  900. IDS_INTRO_2A            = "This area will list your networks and peers. \nYou are now online, but this computer is not yet a member in a Hamachi network. "
  901. IDS_ATTACH_OK           = "Attach request sent. \nThe account administrator will have to approve or reject this request. \nYou will be notified of the outcome."
  902.  
  903. IDS_LANGUAGE = "en"
  904.  
  905.