You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

tigervnc.pot 20KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957
  1. # SOME DESCRIPTIVE TITLE.
  2. # Copyright (C) YEAR TigerVNC Team and many others (see README.rst)
  3. # This file is distributed under the same license as the PACKAGE package.
  4. # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
  5. #
  6. #, fuzzy
  7. msgid ""
  8. msgstr ""
  9. "Project-Id-Version: PACKAGE VERSION\n"
  10. "Report-Msgid-Bugs-To: tigervnc-devel@googlegroups.com\n"
  11. "POT-Creation-Date: 2022-12-15 16:35+0100\n"
  12. "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
  13. "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
  14. "Language-Team: LANGUAGE <LL@li.org>\n"
  15. "Language: \n"
  16. "MIME-Version: 1.0\n"
  17. "Content-Type: text/plain; charset=CHARSET\n"
  18. "Content-Transfer-Encoding: 8bit\n"
  19. #: vncviewer/CConn.cxx:103
  20. #, c-format
  21. msgid "Connected to socket %s"
  22. msgstr ""
  23. #: vncviewer/CConn.cxx:110
  24. #, c-format
  25. msgid "Connected to host %s port %d"
  26. msgstr ""
  27. #: vncviewer/CConn.cxx:114
  28. #, c-format
  29. msgid ""
  30. "Failed to connect to \"%s\":\n"
  31. "\n"
  32. "%s"
  33. msgstr ""
  34. #: vncviewer/CConn.cxx:159
  35. #, c-format
  36. msgid "Desktop name: %.80s"
  37. msgstr ""
  38. #: vncviewer/CConn.cxx:164
  39. #, c-format
  40. msgid "Host: %.80s port: %d"
  41. msgstr ""
  42. #: vncviewer/CConn.cxx:169
  43. #, c-format
  44. msgid "Size: %d x %d"
  45. msgstr ""
  46. #: vncviewer/CConn.cxx:177
  47. #, c-format
  48. msgid "Pixel format: %s"
  49. msgstr ""
  50. #: vncviewer/CConn.cxx:184
  51. #, c-format
  52. msgid "(server default %s)"
  53. msgstr ""
  54. #: vncviewer/CConn.cxx:189
  55. #, c-format
  56. msgid "Requested encoding: %s"
  57. msgstr ""
  58. #: vncviewer/CConn.cxx:194
  59. #, c-format
  60. msgid "Last used encoding: %s"
  61. msgstr ""
  62. #: vncviewer/CConn.cxx:199
  63. #, c-format
  64. msgid "Line speed estimate: %d kbit/s"
  65. msgstr ""
  66. #: vncviewer/CConn.cxx:204
  67. #, c-format
  68. msgid "Protocol version: %d.%d"
  69. msgstr ""
  70. #: vncviewer/CConn.cxx:209
  71. #, c-format
  72. msgid "Security method: %s"
  73. msgstr ""
  74. #: vncviewer/CConn.cxx:270 vncviewer/CConn.cxx:272
  75. msgid ""
  76. "The connection was dropped by the server before the session could be "
  77. "established."
  78. msgstr ""
  79. #: vncviewer/CConn.cxx:332
  80. #, c-format
  81. msgid "SetDesktopSize failed: %d"
  82. msgstr ""
  83. #: vncviewer/CConn.cxx:404
  84. msgid "Invalid SetColourMapEntries from server!"
  85. msgstr ""
  86. #: vncviewer/CConn.cxx:512
  87. #, c-format
  88. msgid "Throughput %d kbit/s - changing to quality %d"
  89. msgstr ""
  90. #: vncviewer/CConn.cxx:534
  91. #, c-format
  92. msgid "Throughput %d kbit/s - full color is now enabled"
  93. msgstr ""
  94. #: vncviewer/CConn.cxx:537
  95. #, c-format
  96. msgid "Throughput %d kbit/s - full color is now disabled"
  97. msgstr ""
  98. #: vncviewer/CConn.cxx:563
  99. #, c-format
  100. msgid "Using pixel format %s"
  101. msgstr ""
  102. #: vncviewer/DesktopWindow.cxx:145
  103. msgid "Invalid geometry specified!"
  104. msgstr ""
  105. #: vncviewer/DesktopWindow.cxx:166
  106. msgid "Reducing window size to fit on current monitor"
  107. msgstr ""
  108. #: vncviewer/DesktopWindow.cxx:648
  109. msgid "Adjusting window size to avoid accidental full-screen request"
  110. msgstr ""
  111. #: vncviewer/DesktopWindow.cxx:696
  112. #, c-format
  113. msgid "Press %s to open the context menu"
  114. msgstr ""
  115. #: vncviewer/DesktopWindow.cxx:1083 vncviewer/DesktopWindow.cxx:1091
  116. #: vncviewer/DesktopWindow.cxx:1111
  117. msgid "Failure grabbing keyboard"
  118. msgstr ""
  119. #: vncviewer/DesktopWindow.cxx:1401
  120. msgid "Invalid screen layout computed for resize request!"
  121. msgstr ""
  122. #: vncviewer/EmulateMB.cxx:226 vncviewer/EmulateMB.cxx:289
  123. msgid "Invalid state for 3 button emulation"
  124. msgstr ""
  125. #: vncviewer/MonitorIndicesParameter.cxx:52
  126. #: vncviewer/MonitorIndicesParameter.cxx:105
  127. msgid "Failed to get system monitor configuration"
  128. msgstr ""
  129. #: vncviewer/MonitorIndicesParameter.cxx:83
  130. #, c-format
  131. msgid "Invalid configuration specified for %s"
  132. msgstr ""
  133. #: vncviewer/MonitorIndicesParameter.cxx:91
  134. #, c-format
  135. msgid "Monitor index %d does not exist"
  136. msgstr ""
  137. #: vncviewer/MonitorIndicesParameter.cxx:169
  138. #: vncviewer/MonitorIndicesParameter.cxx:189
  139. #, c-format
  140. msgid "Invalid monitor index '%s'"
  141. msgstr ""
  142. #: vncviewer/MonitorIndicesParameter.cxx:177
  143. #, c-format
  144. msgid "Unexpected character '%c'"
  145. msgstr ""
  146. #: vncviewer/OptionsDialog.cxx:63
  147. msgid "VNC Viewer: Connection Options"
  148. msgstr ""
  149. #: vncviewer/OptionsDialog.cxx:89 vncviewer/ServerDialog.cxx:108
  150. #: vncviewer/vncviewer.cxx:417
  151. msgid "Cancel"
  152. msgstr ""
  153. #: vncviewer/OptionsDialog.cxx:94 vncviewer/vncviewer.cxx:416
  154. msgid "OK"
  155. msgstr ""
  156. #: vncviewer/OptionsDialog.cxx:484
  157. msgid "Compression"
  158. msgstr ""
  159. #: vncviewer/OptionsDialog.cxx:501
  160. msgid "Auto select"
  161. msgstr ""
  162. #: vncviewer/OptionsDialog.cxx:516
  163. msgid "Preferred encoding"
  164. msgstr ""
  165. #: vncviewer/OptionsDialog.cxx:574
  166. msgid "Color level"
  167. msgstr ""
  168. #: vncviewer/OptionsDialog.cxx:585
  169. msgid "Full"
  170. msgstr ""
  171. #: vncviewer/OptionsDialog.cxx:592
  172. msgid "Medium"
  173. msgstr ""
  174. #: vncviewer/OptionsDialog.cxx:599
  175. msgid "Low"
  176. msgstr ""
  177. #: vncviewer/OptionsDialog.cxx:606
  178. msgid "Very low"
  179. msgstr ""
  180. #: vncviewer/OptionsDialog.cxx:624
  181. msgid "Custom compression level:"
  182. msgstr ""
  183. #: vncviewer/OptionsDialog.cxx:630
  184. msgid "level (0=fast, 9=best)"
  185. msgstr ""
  186. #: vncviewer/OptionsDialog.cxx:637
  187. msgid "Allow JPEG compression:"
  188. msgstr ""
  189. #: vncviewer/OptionsDialog.cxx:643
  190. msgid "quality (0=poor, 9=best)"
  191. msgstr ""
  192. #: vncviewer/OptionsDialog.cxx:654
  193. msgid "Security"
  194. msgstr ""
  195. #: vncviewer/OptionsDialog.cxx:676
  196. msgid "Encryption"
  197. msgstr ""
  198. #: vncviewer/OptionsDialog.cxx:687 vncviewer/OptionsDialog.cxx:750
  199. #: vncviewer/OptionsDialog.cxx:854
  200. msgid "None"
  201. msgstr ""
  202. #: vncviewer/OptionsDialog.cxx:694
  203. msgid "TLS with anonymous certificates"
  204. msgstr ""
  205. #: vncviewer/OptionsDialog.cxx:700
  206. msgid "TLS with X509 certificates"
  207. msgstr ""
  208. #: vncviewer/OptionsDialog.cxx:707
  209. msgid "Path to X509 CA certificate"
  210. msgstr ""
  211. #: vncviewer/OptionsDialog.cxx:714
  212. msgid "Path to X509 CRL file"
  213. msgstr ""
  214. #: vncviewer/OptionsDialog.cxx:739
  215. msgid "Authentication"
  216. msgstr ""
  217. #: vncviewer/OptionsDialog.cxx:756
  218. msgid "Standard VNC (insecure without encryption)"
  219. msgstr ""
  220. #: vncviewer/OptionsDialog.cxx:762
  221. msgid "Username and password (insecure without encryption)"
  222. msgstr ""
  223. #: vncviewer/OptionsDialog.cxx:781
  224. msgid "Input"
  225. msgstr ""
  226. #: vncviewer/OptionsDialog.cxx:794
  227. msgid "View only (ignore mouse and keyboard)"
  228. msgstr ""
  229. #: vncviewer/OptionsDialog.cxx:801
  230. msgid "Mouse"
  231. msgstr ""
  232. #: vncviewer/OptionsDialog.cxx:815
  233. msgid "Emulate middle mouse button"
  234. msgstr ""
  235. #: vncviewer/OptionsDialog.cxx:821
  236. msgid "Show dot when no cursor"
  237. msgstr ""
  238. #: vncviewer/OptionsDialog.cxx:835
  239. msgid "Keyboard"
  240. msgstr ""
  241. #: vncviewer/OptionsDialog.cxx:849
  242. msgid "Pass system keys directly to server (full screen)"
  243. msgstr ""
  244. #: vncviewer/OptionsDialog.cxx:852
  245. msgid "Menu key"
  246. msgstr ""
  247. #: vncviewer/OptionsDialog.cxx:871
  248. msgid "Clipboard"
  249. msgstr ""
  250. #: vncviewer/OptionsDialog.cxx:885
  251. msgid "Accept clipboard from server"
  252. msgstr ""
  253. #: vncviewer/OptionsDialog.cxx:893
  254. msgid "Also set primary selection"
  255. msgstr ""
  256. #: vncviewer/OptionsDialog.cxx:900
  257. msgid "Send clipboard to server"
  258. msgstr ""
  259. #: vncviewer/OptionsDialog.cxx:908
  260. msgid "Send primary selection as clipboard"
  261. msgstr ""
  262. #: vncviewer/OptionsDialog.cxx:927
  263. msgid "Display"
  264. msgstr ""
  265. #: vncviewer/OptionsDialog.cxx:941
  266. msgid "Display mode"
  267. msgstr ""
  268. #: vncviewer/OptionsDialog.cxx:956
  269. msgid "Windowed"
  270. msgstr ""
  271. #: vncviewer/OptionsDialog.cxx:964
  272. msgid "Full screen on current monitor"
  273. msgstr ""
  274. #: vncviewer/OptionsDialog.cxx:972
  275. msgid "Full screen on all monitors"
  276. msgstr ""
  277. #: vncviewer/OptionsDialog.cxx:980
  278. msgid "Full screen on selected monitor(s)"
  279. msgstr ""
  280. #: vncviewer/OptionsDialog.cxx:1007
  281. msgid "Misc."
  282. msgstr ""
  283. #: vncviewer/OptionsDialog.cxx:1015
  284. msgid "Shared (don't disconnect other viewers)"
  285. msgstr ""
  286. #: vncviewer/OptionsDialog.cxx:1021
  287. msgid "Ask to reconnect on connection errors"
  288. msgstr ""
  289. #: vncviewer/ServerDialog.cxx:58
  290. msgid "VNC Viewer: Connection Details"
  291. msgstr ""
  292. #: vncviewer/ServerDialog.cxx:65 vncviewer/ServerDialog.cxx:70
  293. msgid "VNC server:"
  294. msgstr ""
  295. #: vncviewer/ServerDialog.cxx:81
  296. msgid "Options..."
  297. msgstr ""
  298. #: vncviewer/ServerDialog.cxx:86
  299. msgid "Load..."
  300. msgstr ""
  301. #: vncviewer/ServerDialog.cxx:91
  302. msgid "Save As..."
  303. msgstr ""
  304. #: vncviewer/ServerDialog.cxx:103
  305. msgid "About..."
  306. msgstr ""
  307. #: vncviewer/ServerDialog.cxx:113
  308. msgid "Connect"
  309. msgstr ""
  310. #: vncviewer/ServerDialog.cxx:145
  311. #, c-format
  312. msgid ""
  313. "Unable to load the server history:\n"
  314. "\n"
  315. "%s"
  316. msgstr ""
  317. #: vncviewer/ServerDialog.cxx:173 vncviewer/ServerDialog.cxx:212
  318. msgid "TigerVNC configuration (*.tigervnc)"
  319. msgstr ""
  320. #: vncviewer/ServerDialog.cxx:174
  321. msgid "Select a TigerVNC configuration file"
  322. msgstr ""
  323. #: vncviewer/ServerDialog.cxx:196 vncviewer/vncviewer.cxx:552
  324. #, c-format
  325. msgid ""
  326. "Unable to load the specified configuration file:\n"
  327. "\n"
  328. "%s"
  329. msgstr ""
  330. #: vncviewer/ServerDialog.cxx:213
  331. msgid "Save the TigerVNC configuration to file"
  332. msgstr ""
  333. #: vncviewer/ServerDialog.cxx:239
  334. #, c-format
  335. msgid "%s already exists. Do you want to overwrite?"
  336. msgstr ""
  337. #: vncviewer/ServerDialog.cxx:240 vncviewer/vncviewer.cxx:414
  338. msgid "No"
  339. msgstr ""
  340. #: vncviewer/ServerDialog.cxx:240
  341. msgid "Overwrite"
  342. msgstr ""
  343. #: vncviewer/ServerDialog.cxx:256
  344. #, c-format
  345. msgid ""
  346. "Unable to save the specified configuration file:\n"
  347. "\n"
  348. "%s"
  349. msgstr ""
  350. #: vncviewer/ServerDialog.cxx:290
  351. #, c-format
  352. msgid ""
  353. "Unable to save the default configuration:\n"
  354. "\n"
  355. "%s"
  356. msgstr ""
  357. #: vncviewer/ServerDialog.cxx:303
  358. #, c-format
  359. msgid ""
  360. "Unable to save the server history:\n"
  361. "\n"
  362. "%s"
  363. msgstr ""
  364. #: vncviewer/ServerDialog.cxx:320 vncviewer/ServerDialog.cxx:387
  365. #: vncviewer/parameters.cxx:635 vncviewer/parameters.cxx:740
  366. #: vncviewer/vncviewer.cxx:459
  367. msgid "Could not obtain the home directory path"
  368. msgstr ""
  369. #: vncviewer/ServerDialog.cxx:333 vncviewer/ServerDialog.cxx:396
  370. #: vncviewer/parameters.cxx:646 vncviewer/parameters.cxx:753
  371. #, c-format
  372. msgid "Could not open \"%s\": %s"
  373. msgstr ""
  374. #: vncviewer/ServerDialog.cxx:348 vncviewer/ServerDialog.cxx:356
  375. #: vncviewer/parameters.cxx:767 vncviewer/parameters.cxx:773
  376. #: vncviewer/parameters.cxx:804 vncviewer/parameters.cxx:833
  377. #: vncviewer/parameters.cxx:839
  378. #, c-format
  379. msgid "Failed to read line %d in file %s: %s"
  380. msgstr ""
  381. #: vncviewer/ServerDialog.cxx:357 vncviewer/parameters.cxx:774
  382. msgid "Line too long"
  383. msgstr ""
  384. #: vncviewer/UserDialog.cxx:98
  385. msgid "Opening password file failed"
  386. msgstr ""
  387. #: vncviewer/UserDialog.cxx:118
  388. msgid "VNC authentication"
  389. msgstr ""
  390. #: vncviewer/UserDialog.cxx:125
  391. msgid "This connection is secure"
  392. msgstr ""
  393. #: vncviewer/UserDialog.cxx:129
  394. msgid "This connection is not secure"
  395. msgstr ""
  396. #: vncviewer/UserDialog.cxx:146
  397. msgid "Username:"
  398. msgstr ""
  399. #: vncviewer/UserDialog.cxx:159
  400. msgid "Password:"
  401. msgstr ""
  402. #: vncviewer/UserDialog.cxx:198
  403. msgid "Authentication cancelled"
  404. msgstr ""
  405. #: vncviewer/Viewport.cxx:391
  406. #, c-format
  407. msgid "Failed to update keyboard LED state: %lu"
  408. msgstr ""
  409. #: vncviewer/Viewport.cxx:397 vncviewer/Viewport.cxx:403
  410. #, c-format
  411. msgid "Failed to update keyboard LED state: %d"
  412. msgstr ""
  413. #: vncviewer/Viewport.cxx:433
  414. msgid "Failed to update keyboard LED state"
  415. msgstr ""
  416. #: vncviewer/Viewport.cxx:460 vncviewer/Viewport.cxx:468
  417. #: vncviewer/Viewport.cxx:485
  418. #, c-format
  419. msgid "Failed to get keyboard LED state: %d"
  420. msgstr ""
  421. #: vncviewer/Viewport.cxx:849
  422. msgid "No key code specified on key press"
  423. msgstr ""
  424. #: vncviewer/Viewport.cxx:1008
  425. #, c-format
  426. msgid "No scan code for extended virtual key 0x%02x"
  427. msgstr ""
  428. #: vncviewer/Viewport.cxx:1010
  429. #, c-format
  430. msgid "No scan code for virtual key 0x%02x"
  431. msgstr ""
  432. #: vncviewer/Viewport.cxx:1016
  433. #, c-format
  434. msgid "Invalid scan code 0x%02x"
  435. msgstr ""
  436. #: vncviewer/Viewport.cxx:1046
  437. #, c-format
  438. msgid "No symbol for extended virtual key 0x%02x"
  439. msgstr ""
  440. #: vncviewer/Viewport.cxx:1048
  441. #, c-format
  442. msgid "No symbol for virtual key 0x%02x"
  443. msgstr ""
  444. #: vncviewer/Viewport.cxx:1154
  445. #, c-format
  446. msgid "No symbol for key code 0x%02x (in the current state)"
  447. msgstr ""
  448. #: vncviewer/Viewport.cxx:1187
  449. #, c-format
  450. msgid "No symbol for key code %d (in the current state)"
  451. msgstr ""
  452. #: vncviewer/Viewport.cxx:1247
  453. msgctxt "ContextMenu|"
  454. msgid "Dis&connect"
  455. msgstr ""
  456. #: vncviewer/Viewport.cxx:1250
  457. msgctxt "ContextMenu|"
  458. msgid "&Full screen"
  459. msgstr ""
  460. #: vncviewer/Viewport.cxx:1253
  461. msgctxt "ContextMenu|"
  462. msgid "Minimi&ze"
  463. msgstr ""
  464. #: vncviewer/Viewport.cxx:1255
  465. msgctxt "ContextMenu|"
  466. msgid "Resize &window to session"
  467. msgstr ""
  468. #: vncviewer/Viewport.cxx:1260
  469. msgctxt "ContextMenu|"
  470. msgid "&Ctrl"
  471. msgstr ""
  472. #: vncviewer/Viewport.cxx:1263
  473. msgctxt "ContextMenu|"
  474. msgid "&Alt"
  475. msgstr ""
  476. #: vncviewer/Viewport.cxx:1269
  477. #, c-format
  478. msgctxt "ContextMenu|"
  479. msgid "Send %s"
  480. msgstr ""
  481. #: vncviewer/Viewport.cxx:1275
  482. msgctxt "ContextMenu|"
  483. msgid "Send Ctrl-Alt-&Del"
  484. msgstr ""
  485. #: vncviewer/Viewport.cxx:1278
  486. msgctxt "ContextMenu|"
  487. msgid "&Refresh screen"
  488. msgstr ""
  489. #: vncviewer/Viewport.cxx:1281
  490. msgctxt "ContextMenu|"
  491. msgid "&Options..."
  492. msgstr ""
  493. #: vncviewer/Viewport.cxx:1283
  494. msgctxt "ContextMenu|"
  495. msgid "Connection &info..."
  496. msgstr ""
  497. #: vncviewer/Viewport.cxx:1285
  498. msgctxt "ContextMenu|"
  499. msgid "About &TigerVNC viewer..."
  500. msgstr ""
  501. #: vncviewer/Viewport.cxx:1374
  502. msgid "VNC connection info"
  503. msgstr ""
  504. #: vncviewer/Win32TouchHandler.cxx:47
  505. msgid "Window is registered for touch instead of gestures"
  506. msgstr ""
  507. #: vncviewer/Win32TouchHandler.cxx:81
  508. #, c-format
  509. msgid "Failed to set gesture configuration (error 0x%x)"
  510. msgstr ""
  511. #: vncviewer/Win32TouchHandler.cxx:93
  512. #, c-format
  513. msgid "Failed to get gesture information (error 0x%x)"
  514. msgstr ""
  515. #: vncviewer/Win32TouchHandler.cxx:358
  516. #, c-format
  517. msgid "Invalid mouse button %d, must be a number between 1 and 7."
  518. msgstr ""
  519. #: vncviewer/Win32TouchHandler.cxx:423
  520. #, c-format
  521. msgid "Unhandled key 0x%x - can't generate keyboard event."
  522. msgstr ""
  523. #: vncviewer/XInputTouchHandler.cxx:102 vncviewer/touch.cxx:107
  524. #, c-format
  525. msgid "Unable to get X Input 2 event mask for window 0x%08lx"
  526. msgstr ""
  527. #: vncviewer/XInputTouchHandler.cxx:104
  528. #, c-format
  529. msgid "Window 0x%08lx has no X Input 2 event mask"
  530. msgstr ""
  531. #: vncviewer/XInputTouchHandler.cxx:112 vncviewer/touch.cxx:114
  532. #, c-format
  533. msgid "Window 0x%08lx has more than one X Input 2 event mask"
  534. msgstr ""
  535. #: vncviewer/XInputTouchHandler.cxx:143
  536. #, c-format
  537. msgid "Failure grabbing device %i"
  538. msgstr ""
  539. #: vncviewer/org.tigervnc.vncviewer.metainfo.xml.in:13
  540. #: vncviewer/vncviewer.cxx:406 vncviewer/vncviewer.desktop.in.in:3
  541. msgid "TigerVNC Viewer"
  542. msgstr ""
  543. #: vncviewer/org.tigervnc.vncviewer.metainfo.xml.in:14
  544. #: vncviewer/vncviewer.desktop.in.in:5
  545. msgid "Connect to VNC server and display remote desktop"
  546. msgstr ""
  547. #: vncviewer/org.tigervnc.vncviewer.metainfo.xml.in:17
  548. msgid ""
  549. "Virtual Network Computing (VNC) is a remote display system that allows you "
  550. "to view and interact with a virtual desktop environment running on another "
  551. "computer on the network. Using VNC, you can run graphical applications on a "
  552. "remote machine and send only the display from these applications to your "
  553. "local device. This package contains a client which will enable you to "
  554. "connect to other desktops running a VNC server. VNC is platform-independent "
  555. "and supports various operating systems and architectures as both servers and "
  556. "clients."
  557. msgstr ""
  558. #: vncviewer/org.tigervnc.vncviewer.metainfo.xml.in:23
  559. msgid ""
  560. "TigerVNC is a high-speed version of VNC based on the RealVNC 4 and X.org "
  561. "code bases. TigerVNC started as a next-generation development effort for "
  562. "TightVNC on Unix and Linux platforms, but it split from its parent project "
  563. "in early 2009 so that TightVNC could focus on Windows platforms. TigerVNC "
  564. "supports a variant of Tight encoding that is greatly accelerated by the use "
  565. "of the libjpeg-turbo JPEG codec."
  566. msgstr ""
  567. #: vncviewer/org.tigervnc.vncviewer.metainfo.xml.in:33
  568. msgid "TigerVNC Viewer connection to a CentOS machine"
  569. msgstr ""
  570. #: vncviewer/org.tigervnc.vncviewer.metainfo.xml.in:37
  571. msgid "TigerVNC Viewer connection to a macOS machine"
  572. msgstr ""
  573. #: vncviewer/org.tigervnc.vncviewer.metainfo.xml.in:41
  574. msgid "TigerVNC Viewer connection to a Windows machine"
  575. msgstr ""
  576. #: vncviewer/parameters.cxx:308 vncviewer/parameters.cxx:333
  577. #: vncviewer/parameters.cxx:350 vncviewer/parameters.cxx:390
  578. #: vncviewer/parameters.cxx:410
  579. msgid "The name of the parameter is too large"
  580. msgstr ""
  581. #: vncviewer/parameters.cxx:312 vncviewer/parameters.cxx:317
  582. #: vncviewer/parameters.cxx:368
  583. msgid "The parameter is too large"
  584. msgstr ""
  585. #: vncviewer/parameters.cxx:375 vncviewer/parameters.cxx:696
  586. #: vncviewer/parameters.cxx:818
  587. msgid "Invalid format or too large value"
  588. msgstr ""
  589. #: vncviewer/parameters.cxx:429 vncviewer/parameters.cxx:460
  590. msgid "Failed to create registry key"
  591. msgstr ""
  592. #: vncviewer/parameters.cxx:448 vncviewer/parameters.cxx:503
  593. #: vncviewer/parameters.cxx:545 vncviewer/parameters.cxx:612
  594. msgid "Failed to close registry key"
  595. msgstr ""
  596. #: vncviewer/parameters.cxx:466 vncviewer/parameters.cxx:483
  597. #: vncviewer/parameters.cxx:654 vncviewer/parameters.cxx:664
  598. #: vncviewer/parameters.cxx:675
  599. #, c-format
  600. msgid "Failed to save \"%s\": %s"
  601. msgstr ""
  602. #: vncviewer/parameters.cxx:479 vncviewer/parameters.cxx:567
  603. #: vncviewer/parameters.cxx:677 vncviewer/parameters.cxx:714
  604. msgid "Unknown parameter type"
  605. msgstr ""
  606. #: vncviewer/parameters.cxx:496
  607. #, c-format
  608. msgid "Failed to remove \"%s\": %s"
  609. msgstr ""
  610. #: vncviewer/parameters.cxx:518 vncviewer/parameters.cxx:590
  611. msgid "Failed to open registry key"
  612. msgstr ""
  613. #: vncviewer/parameters.cxx:535
  614. #, c-format
  615. msgid "Failed to read server history entry %d: %s"
  616. msgstr ""
  617. #: vncviewer/parameters.cxx:571 vncviewer/parameters.cxx:601
  618. #, c-format
  619. msgid "Failed to read parameter \"%s\": %s"
  620. msgstr ""
  621. #: vncviewer/parameters.cxx:655 vncviewer/parameters.cxx:666
  622. msgid "Could not encode parameter"
  623. msgstr ""
  624. #: vncviewer/parameters.cxx:783
  625. #, c-format
  626. msgid "Configuration file %s is in an invalid format"
  627. msgstr ""
  628. #: vncviewer/parameters.cxx:805
  629. msgid "Invalid format"
  630. msgstr ""
  631. #: vncviewer/parameters.cxx:840
  632. msgid "Unknown parameter"
  633. msgstr ""
  634. #: vncviewer/touch.cxx:75
  635. #, c-format
  636. msgid "Got message (0x%x) for an unhandled window"
  637. msgstr ""
  638. #: vncviewer/touch.cxx:138 vncviewer/touch.cxx:160
  639. #, c-format
  640. msgid "Invalid window 0x%08lx specified for pointer grab"
  641. msgstr ""
  642. #: vncviewer/touch.cxx:183 vncviewer/touch.cxx:184
  643. #, c-format
  644. msgid "Failed to create touch handler: %s"
  645. msgstr ""
  646. #: vncviewer/touch.cxx:188
  647. #, c-format
  648. msgid "Couldn't attach event handler to window (error 0x%x)"
  649. msgstr ""
  650. #: vncviewer/touch.cxx:212
  651. msgid "Failed to get event data for X Input event"
  652. msgstr ""
  653. #: vncviewer/touch.cxx:225
  654. msgid "X Input event for unknown window"
  655. msgstr ""
  656. #: vncviewer/touch.cxx:251
  657. msgid "X Input extension not available."
  658. msgstr ""
  659. #: vncviewer/touch.cxx:258
  660. msgid "X Input 2 (or newer) is not available."
  661. msgstr ""
  662. #: vncviewer/touch.cxx:263
  663. msgid ""
  664. "X Input 2.2 (or newer) is not available. Touch gestures will not be "
  665. "supported."
  666. msgstr ""
  667. #: vncviewer/vncviewer.cxx:107
  668. #, c-format
  669. msgid ""
  670. "TigerVNC Viewer v%s\n"
  671. "Built on: %s\n"
  672. "Copyright (C) 1999-%d TigerVNC Team and many others (see README.rst)\n"
  673. "See https://www.tigervnc.org for information on TigerVNC."
  674. msgstr ""
  675. #: vncviewer/vncviewer.cxx:161
  676. #, c-format
  677. msgid ""
  678. "An unexpected error occurred when communicating with the server:\n"
  679. "\n"
  680. "%s"
  681. msgstr ""
  682. #: vncviewer/vncviewer.cxx:177
  683. msgid "About TigerVNC Viewer"
  684. msgstr ""
  685. #: vncviewer/vncviewer.cxx:198
  686. msgid "Internal FLTK error. Exiting."
  687. msgstr ""
  688. #: vncviewer/vncviewer.cxx:217
  689. #, c-format
  690. msgid ""
  691. "%s\n"
  692. "\n"
  693. "Attempt to reconnect?"
  694. msgstr ""
  695. #: vncviewer/vncviewer.cxx:248 vncviewer/vncviewer.cxx:260
  696. #, c-format
  697. msgid "Error starting new TigerVNC Viewer: %s"
  698. msgstr ""
  699. #: vncviewer/vncviewer.cxx:269
  700. #, c-format
  701. msgid "Termination signal %d has been received. TigerVNC Viewer will now exit."
  702. msgstr ""
  703. #: vncviewer/vncviewer.cxx:415
  704. msgid "Yes"
  705. msgstr ""
  706. #: vncviewer/vncviewer.cxx:418
  707. msgid "Close"
  708. msgstr ""
  709. #: vncviewer/vncviewer.cxx:423
  710. msgid "About"
  711. msgstr ""
  712. #: vncviewer/vncviewer.cxx:426
  713. msgid "Hide"
  714. msgstr ""
  715. #: vncviewer/vncviewer.cxx:429
  716. msgid "Quit"
  717. msgstr ""
  718. #: vncviewer/vncviewer.cxx:433
  719. msgid "Services"
  720. msgstr ""
  721. #: vncviewer/vncviewer.cxx:434
  722. msgid "Hide Others"
  723. msgstr ""
  724. #: vncviewer/vncviewer.cxx:435
  725. msgid "Show All"
  726. msgstr ""
  727. #: vncviewer/vncviewer.cxx:444
  728. msgctxt "SysMenu|"
  729. msgid "&File"
  730. msgstr ""
  731. #: vncviewer/vncviewer.cxx:447
  732. msgctxt "SysMenu|File|"
  733. msgid "&New Connection"
  734. msgstr ""
  735. #: vncviewer/vncviewer.cxx:463
  736. #, c-format
  737. msgid "Could not create VNC home directory: %s"
  738. msgstr ""
  739. #: vncviewer/vncviewer.cxx:562
  740. msgid ""
  741. "FullScreenAllMonitors is deprecated, set FullScreenMode to 'all' instead"
  742. msgstr ""
  743. #. TRANSLATORS: "Parameters" are command line arguments, or settings
  744. #. from a file or the Windows registry.
  745. #: vncviewer/vncviewer.cxx:768 vncviewer/vncviewer.cxx:769
  746. msgid "Parameters -listen and -via are incompatible"
  747. msgstr ""
  748. #: vncviewer/vncviewer.cxx:783
  749. #, c-format
  750. msgid "Listening on port %d"
  751. msgstr ""
  752. #: vncviewer/vncviewer.cxx:816
  753. #, c-format
  754. msgid ""
  755. "Failure waiting for incoming VNC connection:\n"
  756. "\n"
  757. "%s"
  758. msgstr ""
  759. #: vncviewer/vncviewer.desktop.in.in:4
  760. msgid "Remote Desktop Viewer"
  761. msgstr ""