Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.

tigervnc.pot 19KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923
  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: 2021-09-08 09:19+0200\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:271 vncviewer/CConn.cxx:273
  75. msgid ""
  76. "The connection was dropped by the server before the session could be "
  77. "established."
  78. msgstr ""
  79. #: vncviewer/CConn.cxx:280 vncviewer/Viewport.cxx:575
  80. #: vncviewer/Viewport.cxx:673 vncviewer/Viewport.cxx:776
  81. #: vncviewer/Viewport.cxx:791 vncviewer/Viewport.cxx:802
  82. #: vncviewer/Viewport.cxx:830 vncviewer/Viewport.cxx:901
  83. #: vncviewer/Viewport.cxx:937
  84. #, c-format
  85. msgid ""
  86. "An unexpected error occurred when communicating with the server:\n"
  87. "\n"
  88. "%s"
  89. msgstr ""
  90. #: vncviewer/CConn.cxx:333
  91. #, c-format
  92. msgid "SetDesktopSize failed: %d"
  93. msgstr ""
  94. #: vncviewer/CConn.cxx:405
  95. msgid "Invalid SetColourMapEntries from server!"
  96. msgstr ""
  97. #: vncviewer/CConn.cxx:513
  98. #, c-format
  99. msgid "Throughput %d kbit/s - changing to quality %d"
  100. msgstr ""
  101. #: vncviewer/CConn.cxx:535
  102. #, c-format
  103. msgid "Throughput %d kbit/s - full color is now enabled"
  104. msgstr ""
  105. #: vncviewer/CConn.cxx:538
  106. #, c-format
  107. msgid "Throughput %d kbit/s - full color is now disabled"
  108. msgstr ""
  109. #: vncviewer/CConn.cxx:564
  110. #, c-format
  111. msgid "Using pixel format %s"
  112. msgstr ""
  113. #: vncviewer/DesktopWindow.cxx:143
  114. msgid "Invalid geometry specified!"
  115. msgstr ""
  116. #: vncviewer/DesktopWindow.cxx:616
  117. msgid "Adjusting window size to avoid accidental full screen request"
  118. msgstr ""
  119. #: vncviewer/DesktopWindow.cxx:667
  120. #, c-format
  121. msgid "Press %s to open the context menu"
  122. msgstr ""
  123. #: vncviewer/DesktopWindow.cxx:1030 vncviewer/DesktopWindow.cxx:1038
  124. #: vncviewer/DesktopWindow.cxx:1058
  125. msgid "Failure grabbing keyboard"
  126. msgstr ""
  127. #: vncviewer/DesktopWindow.cxx:1352
  128. msgid "Invalid screen layout computed for resize request!"
  129. msgstr ""
  130. #: vncviewer/EmulateMB.cxx:226 vncviewer/EmulateMB.cxx:289
  131. msgid "Invalid state for 3 button emulation"
  132. msgstr ""
  133. #: vncviewer/MonitorArrangement.cxx:403
  134. msgid "Failed to get monitor name because X11 RandR could not be found"
  135. msgstr ""
  136. #: vncviewer/MonitorArrangement.cxx:409
  137. #: vncviewer/MonitorIndicesParameter.cxx:47
  138. #: vncviewer/MonitorIndicesParameter.cxx:100
  139. msgid "Failed to get system monitor configuration"
  140. msgstr ""
  141. #: vncviewer/MonitorArrangement.cxx:417
  142. #, c-format
  143. msgid "Failed to get information about CRTC %d"
  144. msgstr ""
  145. #: vncviewer/MonitorArrangement.cxx:430
  146. #, c-format
  147. msgid "Failed to get information about output %d for CRTC %d"
  148. msgstr ""
  149. #: vncviewer/MonitorIndicesParameter.cxx:78
  150. #, c-format
  151. msgid "Invalid configuration specified for %s"
  152. msgstr ""
  153. #: vncviewer/MonitorIndicesParameter.cxx:86
  154. #, c-format
  155. msgid "Monitor index %d does not exist"
  156. msgstr ""
  157. #: vncviewer/MonitorIndicesParameter.cxx:164
  158. #: vncviewer/MonitorIndicesParameter.cxx:184
  159. #, c-format
  160. msgid "Invalid monitor index '%s'"
  161. msgstr ""
  162. #: vncviewer/MonitorIndicesParameter.cxx:172
  163. #, c-format
  164. msgid "Unexpected character '%c'"
  165. msgstr ""
  166. #: vncviewer/OptionsDialog.cxx:58
  167. msgid "VNC Viewer: Connection Options"
  168. msgstr ""
  169. #: vncviewer/OptionsDialog.cxx:84 vncviewer/ServerDialog.cxx:109
  170. #: vncviewer/vncviewer.cxx:418
  171. msgid "Cancel"
  172. msgstr ""
  173. #: vncviewer/OptionsDialog.cxx:89 vncviewer/vncviewer.cxx:417
  174. msgid "OK"
  175. msgstr ""
  176. #: vncviewer/OptionsDialog.cxx:447
  177. msgid "Compression"
  178. msgstr ""
  179. #: vncviewer/OptionsDialog.cxx:463
  180. msgid "Auto select"
  181. msgstr ""
  182. #: vncviewer/OptionsDialog.cxx:475
  183. msgid "Preferred encoding"
  184. msgstr ""
  185. #: vncviewer/OptionsDialog.cxx:523
  186. msgid "Color level"
  187. msgstr ""
  188. #: vncviewer/OptionsDialog.cxx:534
  189. msgid "Full"
  190. msgstr ""
  191. #: vncviewer/OptionsDialog.cxx:541
  192. msgid "Medium"
  193. msgstr ""
  194. #: vncviewer/OptionsDialog.cxx:548
  195. msgid "Low"
  196. msgstr ""
  197. #: vncviewer/OptionsDialog.cxx:555
  198. msgid "Very low"
  199. msgstr ""
  200. #: vncviewer/OptionsDialog.cxx:572
  201. msgid "Custom compression level:"
  202. msgstr ""
  203. #: vncviewer/OptionsDialog.cxx:578
  204. msgid "level (0=fast, 9=best)"
  205. msgstr ""
  206. #: vncviewer/OptionsDialog.cxx:585
  207. msgid "Allow JPEG compression:"
  208. msgstr ""
  209. #: vncviewer/OptionsDialog.cxx:591
  210. msgid "quality (0=poor, 9=best)"
  211. msgstr ""
  212. #: vncviewer/OptionsDialog.cxx:602
  213. msgid "Security"
  214. msgstr ""
  215. #: vncviewer/OptionsDialog.cxx:617
  216. msgid "Encryption"
  217. msgstr ""
  218. #: vncviewer/OptionsDialog.cxx:628 vncviewer/OptionsDialog.cxx:681
  219. #: vncviewer/OptionsDialog.cxx:767
  220. msgid "None"
  221. msgstr ""
  222. #: vncviewer/OptionsDialog.cxx:634
  223. msgid "TLS with anonymous certificates"
  224. msgstr ""
  225. #: vncviewer/OptionsDialog.cxx:640
  226. msgid "TLS with X509 certificates"
  227. msgstr ""
  228. #: vncviewer/OptionsDialog.cxx:647
  229. msgid "Path to X509 CA certificate"
  230. msgstr ""
  231. #: vncviewer/OptionsDialog.cxx:654
  232. msgid "Path to X509 CRL file"
  233. msgstr ""
  234. #: vncviewer/OptionsDialog.cxx:670
  235. msgid "Authentication"
  236. msgstr ""
  237. #: vncviewer/OptionsDialog.cxx:687
  238. msgid "Standard VNC (insecure without encryption)"
  239. msgstr ""
  240. #: vncviewer/OptionsDialog.cxx:693
  241. msgid "Username and password (insecure without encryption)"
  242. msgstr ""
  243. #: vncviewer/OptionsDialog.cxx:712
  244. msgid "Input"
  245. msgstr ""
  246. #: vncviewer/OptionsDialog.cxx:720
  247. msgid "View only (ignore mouse and keyboard)"
  248. msgstr ""
  249. #: vncviewer/OptionsDialog.cxx:726
  250. msgid "Emulate middle mouse button"
  251. msgstr ""
  252. #: vncviewer/OptionsDialog.cxx:732
  253. msgid "Accept clipboard from server"
  254. msgstr ""
  255. #: vncviewer/OptionsDialog.cxx:740
  256. msgid "Also set primary selection"
  257. msgstr ""
  258. #: vncviewer/OptionsDialog.cxx:747
  259. msgid "Send clipboard to server"
  260. msgstr ""
  261. #: vncviewer/OptionsDialog.cxx:755
  262. msgid "Send primary selection as clipboard"
  263. msgstr ""
  264. #: vncviewer/OptionsDialog.cxx:762
  265. msgid "Pass system keys directly to server (full screen)"
  266. msgstr ""
  267. #: vncviewer/OptionsDialog.cxx:765
  268. msgid "Menu key"
  269. msgstr ""
  270. #: vncviewer/OptionsDialog.cxx:782
  271. msgid "Screen"
  272. msgstr ""
  273. #: vncviewer/OptionsDialog.cxx:790
  274. msgid "Resize remote session on connect"
  275. msgstr ""
  276. #: vncviewer/OptionsDialog.cxx:803
  277. msgid "Resize remote session to the local window"
  278. msgstr ""
  279. #: vncviewer/OptionsDialog.cxx:809
  280. msgid "Enable full-screen"
  281. msgstr ""
  282. #: vncviewer/OptionsDialog.cxx:825
  283. msgid "Use current monitor"
  284. msgstr ""
  285. #: vncviewer/OptionsDialog.cxx:833
  286. msgid "Use all monitors"
  287. msgstr ""
  288. #: vncviewer/OptionsDialog.cxx:841
  289. msgid "Use selected monitor(s)"
  290. msgstr ""
  291. #: vncviewer/OptionsDialog.cxx:867
  292. msgid "Misc."
  293. msgstr ""
  294. #: vncviewer/OptionsDialog.cxx:875
  295. msgid "Shared (don't disconnect other viewers)"
  296. msgstr ""
  297. #: vncviewer/OptionsDialog.cxx:881
  298. msgid "Ask to reconnect on connection errors"
  299. msgstr ""
  300. #: vncviewer/OptionsDialog.cxx:887
  301. msgid "Show dot when no cursor"
  302. msgstr ""
  303. #: vncviewer/ServerDialog.cxx:57
  304. msgid "VNC Viewer: Connection Details"
  305. msgstr ""
  306. #: vncviewer/ServerDialog.cxx:64 vncviewer/ServerDialog.cxx:69
  307. msgid "VNC server:"
  308. msgstr ""
  309. #: vncviewer/ServerDialog.cxx:82
  310. msgid "Options..."
  311. msgstr ""
  312. #: vncviewer/ServerDialog.cxx:87
  313. msgid "Load..."
  314. msgstr ""
  315. #: vncviewer/ServerDialog.cxx:92
  316. msgid "Save As..."
  317. msgstr ""
  318. #: vncviewer/ServerDialog.cxx:104
  319. msgid "About..."
  320. msgstr ""
  321. #: vncviewer/ServerDialog.cxx:114
  322. msgid "Connect"
  323. msgstr ""
  324. #: vncviewer/ServerDialog.cxx:140
  325. #, c-format
  326. msgid ""
  327. "Unable to load the server history:\n"
  328. "\n"
  329. "%s"
  330. msgstr ""
  331. #: vncviewer/ServerDialog.cxx:164 vncviewer/ServerDialog.cxx:200
  332. msgid "TigerVNC configuration (*.tigervnc)"
  333. msgstr ""
  334. #: vncviewer/ServerDialog.cxx:165
  335. msgid "Select a TigerVNC configuration file"
  336. msgstr ""
  337. #: vncviewer/ServerDialog.cxx:186 vncviewer/vncviewer.cxx:553
  338. #, c-format
  339. msgid ""
  340. "Unable to load the specified configuration file:\n"
  341. "\n"
  342. "%s"
  343. msgstr ""
  344. #: vncviewer/ServerDialog.cxx:201
  345. msgid "Save the TigerVNC configuration to file"
  346. msgstr ""
  347. #: vncviewer/ServerDialog.cxx:226
  348. #, c-format
  349. msgid "%s already exists. Do you want to overwrite?"
  350. msgstr ""
  351. #: vncviewer/ServerDialog.cxx:227 vncviewer/vncviewer.cxx:415
  352. msgid "No"
  353. msgstr ""
  354. #: vncviewer/ServerDialog.cxx:227
  355. msgid "Overwrite"
  356. msgstr ""
  357. #: vncviewer/ServerDialog.cxx:243
  358. #, c-format
  359. msgid ""
  360. "Unable to save the specified configuration file:\n"
  361. "\n"
  362. "%s"
  363. msgstr ""
  364. #: vncviewer/ServerDialog.cxx:277
  365. #, c-format
  366. msgid ""
  367. "Unable to save the default configuration:\n"
  368. "\n"
  369. "%s"
  370. msgstr ""
  371. #: vncviewer/ServerDialog.cxx:290
  372. #, c-format
  373. msgid ""
  374. "Unable to save the server history:\n"
  375. "\n"
  376. "%s"
  377. msgstr ""
  378. #: vncviewer/ServerDialog.cxx:305 vncviewer/ServerDialog.cxx:368
  379. #: vncviewer/parameters.cxx:628 vncviewer/parameters.cxx:733
  380. #: vncviewer/vncviewer.cxx:460
  381. msgid "Could not obtain the home directory path"
  382. msgstr ""
  383. #: vncviewer/ServerDialog.cxx:318 vncviewer/ServerDialog.cxx:377
  384. #: vncviewer/parameters.cxx:639 vncviewer/parameters.cxx:746
  385. #, c-format
  386. msgid "Could not open \"%s\": %s"
  387. msgstr ""
  388. #: vncviewer/ServerDialog.cxx:333 vncviewer/ServerDialog.cxx:339
  389. #: vncviewer/parameters.cxx:760 vncviewer/parameters.cxx:766
  390. #: vncviewer/parameters.cxx:797 vncviewer/parameters.cxx:826
  391. #: vncviewer/parameters.cxx:832
  392. #, c-format
  393. msgid "Failed to read line %d in file %s: %s"
  394. msgstr ""
  395. #: vncviewer/ServerDialog.cxx:340 vncviewer/parameters.cxx:767
  396. msgid "Line too long"
  397. msgstr ""
  398. #: vncviewer/UserDialog.cxx:98
  399. msgid "Opening password file failed"
  400. msgstr ""
  401. #: vncviewer/UserDialog.cxx:118
  402. msgid "VNC authentication"
  403. msgstr ""
  404. #: vncviewer/UserDialog.cxx:125
  405. msgid "This connection is secure"
  406. msgstr ""
  407. #: vncviewer/UserDialog.cxx:129
  408. msgid "This connection is not secure"
  409. msgstr ""
  410. #: vncviewer/UserDialog.cxx:146
  411. msgid "Username:"
  412. msgstr ""
  413. #: vncviewer/UserDialog.cxx:159
  414. msgid "Password:"
  415. msgstr ""
  416. #: vncviewer/UserDialog.cxx:198
  417. msgid "Authentication cancelled"
  418. msgstr ""
  419. #: vncviewer/Viewport.cxx:390
  420. #, c-format
  421. msgid "Failed to update keyboard LED state: %lu"
  422. msgstr ""
  423. #: vncviewer/Viewport.cxx:396 vncviewer/Viewport.cxx:402
  424. #, c-format
  425. msgid "Failed to update keyboard LED state: %d"
  426. msgstr ""
  427. #: vncviewer/Viewport.cxx:432
  428. msgid "Failed to update keyboard LED state"
  429. msgstr ""
  430. #: vncviewer/Viewport.cxx:459 vncviewer/Viewport.cxx:467
  431. #: vncviewer/Viewport.cxx:484
  432. #, c-format
  433. msgid "Failed to get keyboard LED state: %d"
  434. msgstr ""
  435. #: vncviewer/Viewport.cxx:854
  436. msgid "No key code specified on key press"
  437. msgstr ""
  438. #: vncviewer/Viewport.cxx:1017
  439. #, c-format
  440. msgid "No scan code for extended virtual key 0x%02x"
  441. msgstr ""
  442. #: vncviewer/Viewport.cxx:1019
  443. #, c-format
  444. msgid "No scan code for virtual key 0x%02x"
  445. msgstr ""
  446. #: vncviewer/Viewport.cxx:1025
  447. #, c-format
  448. msgid "Invalid scan code 0x%02x"
  449. msgstr ""
  450. #: vncviewer/Viewport.cxx:1055
  451. #, c-format
  452. msgid "No symbol for extended virtual key 0x%02x"
  453. msgstr ""
  454. #: vncviewer/Viewport.cxx:1057
  455. #, c-format
  456. msgid "No symbol for virtual key 0x%02x"
  457. msgstr ""
  458. #: vncviewer/Viewport.cxx:1157
  459. #, c-format
  460. msgid "No symbol for key code 0x%02x (in the current state)"
  461. msgstr ""
  462. #: vncviewer/Viewport.cxx:1190
  463. #, c-format
  464. msgid "No symbol for key code %d (in the current state)"
  465. msgstr ""
  466. #: vncviewer/Viewport.cxx:1250
  467. msgctxt "ContextMenu|"
  468. msgid "Dis&connect"
  469. msgstr ""
  470. #: vncviewer/Viewport.cxx:1253
  471. msgctxt "ContextMenu|"
  472. msgid "&Full screen"
  473. msgstr ""
  474. #: vncviewer/Viewport.cxx:1256
  475. msgctxt "ContextMenu|"
  476. msgid "Minimi&ze"
  477. msgstr ""
  478. #: vncviewer/Viewport.cxx:1258
  479. msgctxt "ContextMenu|"
  480. msgid "Resize &window to session"
  481. msgstr ""
  482. #: vncviewer/Viewport.cxx:1263
  483. msgctxt "ContextMenu|"
  484. msgid "&Ctrl"
  485. msgstr ""
  486. #: vncviewer/Viewport.cxx:1266
  487. msgctxt "ContextMenu|"
  488. msgid "&Alt"
  489. msgstr ""
  490. #: vncviewer/Viewport.cxx:1272
  491. #, c-format
  492. msgctxt "ContextMenu|"
  493. msgid "Send %s"
  494. msgstr ""
  495. #: vncviewer/Viewport.cxx:1278
  496. msgctxt "ContextMenu|"
  497. msgid "Send Ctrl-Alt-&Del"
  498. msgstr ""
  499. #: vncviewer/Viewport.cxx:1281
  500. msgctxt "ContextMenu|"
  501. msgid "&Refresh screen"
  502. msgstr ""
  503. #: vncviewer/Viewport.cxx:1284
  504. msgctxt "ContextMenu|"
  505. msgid "&Options..."
  506. msgstr ""
  507. #: vncviewer/Viewport.cxx:1286
  508. msgctxt "ContextMenu|"
  509. msgid "Connection &info..."
  510. msgstr ""
  511. #: vncviewer/Viewport.cxx:1288
  512. msgctxt "ContextMenu|"
  513. msgid "About &TigerVNC viewer..."
  514. msgstr ""
  515. #: vncviewer/Viewport.cxx:1377
  516. msgid "VNC connection info"
  517. msgstr ""
  518. #: vncviewer/Win32TouchHandler.cxx:47
  519. msgid "Window is registered for touch instead of gestures"
  520. msgstr ""
  521. #: vncviewer/Win32TouchHandler.cxx:81
  522. #, c-format
  523. msgid "Failed to set gesture configuration (error 0x%x)"
  524. msgstr ""
  525. #: vncviewer/Win32TouchHandler.cxx:93
  526. #, c-format
  527. msgid "Failed to get gesture information (error 0x%x)"
  528. msgstr ""
  529. #: vncviewer/Win32TouchHandler.cxx:358
  530. #, c-format
  531. msgid "Invalid mouse button %d, must be a number between 1 and 7."
  532. msgstr ""
  533. #: vncviewer/Win32TouchHandler.cxx:423
  534. #, c-format
  535. msgid "Unhandled key 0x%x - can't generate keyboard event."
  536. msgstr ""
  537. #: vncviewer/XInputTouchHandler.cxx:102 vncviewer/touch.cxx:107
  538. #, c-format
  539. msgid "Unable to get X Input 2 event mask for window 0x%08lx"
  540. msgstr ""
  541. #: vncviewer/XInputTouchHandler.cxx:104
  542. #, c-format
  543. msgid "Window 0x%08lx has no X Input 2 event mask"
  544. msgstr ""
  545. #: vncviewer/XInputTouchHandler.cxx:112 vncviewer/touch.cxx:114
  546. #, c-format
  547. msgid "Window 0x%08lx has more than one X Input 2 event mask"
  548. msgstr ""
  549. #: vncviewer/XInputTouchHandler.cxx:143
  550. #, c-format
  551. msgid "Failure grabbing device %i"
  552. msgstr ""
  553. #: vncviewer/parameters.cxx:301 vncviewer/parameters.cxx:326
  554. #: vncviewer/parameters.cxx:343 vncviewer/parameters.cxx:383
  555. #: vncviewer/parameters.cxx:403
  556. msgid "The name of the parameter is too large"
  557. msgstr ""
  558. #: vncviewer/parameters.cxx:305 vncviewer/parameters.cxx:310
  559. #: vncviewer/parameters.cxx:361
  560. msgid "The parameter is too large"
  561. msgstr ""
  562. #: vncviewer/parameters.cxx:368 vncviewer/parameters.cxx:689
  563. #: vncviewer/parameters.cxx:811
  564. msgid "Invalid format or too large value"
  565. msgstr ""
  566. #: vncviewer/parameters.cxx:422 vncviewer/parameters.cxx:453
  567. msgid "Failed to create registry key"
  568. msgstr ""
  569. #: vncviewer/parameters.cxx:441 vncviewer/parameters.cxx:496
  570. #: vncviewer/parameters.cxx:538 vncviewer/parameters.cxx:605
  571. msgid "Failed to close registry key"
  572. msgstr ""
  573. #: vncviewer/parameters.cxx:459 vncviewer/parameters.cxx:476
  574. #: vncviewer/parameters.cxx:489 vncviewer/parameters.cxx:647
  575. #: vncviewer/parameters.cxx:657 vncviewer/parameters.cxx:668
  576. #, c-format
  577. msgid "Failed to save \"%s\": %s"
  578. msgstr ""
  579. #: vncviewer/parameters.cxx:472 vncviewer/parameters.cxx:560
  580. #: vncviewer/parameters.cxx:670 vncviewer/parameters.cxx:707
  581. msgid "Unknown parameter type"
  582. msgstr ""
  583. #: vncviewer/parameters.cxx:511 vncviewer/parameters.cxx:583
  584. msgid "Failed to open registry key"
  585. msgstr ""
  586. #: vncviewer/parameters.cxx:528
  587. #, c-format
  588. msgid "Failed to read server history entry %d: %s"
  589. msgstr ""
  590. #: vncviewer/parameters.cxx:564 vncviewer/parameters.cxx:594
  591. #, c-format
  592. msgid "Failed to read parameter \"%s\": %s"
  593. msgstr ""
  594. #: vncviewer/parameters.cxx:648 vncviewer/parameters.cxx:659
  595. msgid "Could not encode parameter"
  596. msgstr ""
  597. #: vncviewer/parameters.cxx:776
  598. #, c-format
  599. msgid "Configuration file %s is in an invalid format"
  600. msgstr ""
  601. #: vncviewer/parameters.cxx:798
  602. msgid "Invalid format"
  603. msgstr ""
  604. #: vncviewer/parameters.cxx:833
  605. msgid "Unknown parameter"
  606. msgstr ""
  607. #: vncviewer/touch.cxx:75
  608. #, c-format
  609. msgid "Got message (0x%x) for an unhandled window"
  610. msgstr ""
  611. #: vncviewer/touch.cxx:138 vncviewer/touch.cxx:160
  612. #, c-format
  613. msgid "Invalid window 0x%08lx specified for pointer grab"
  614. msgstr ""
  615. #: vncviewer/touch.cxx:183 vncviewer/touch.cxx:184
  616. #, c-format
  617. msgid "Failed to create touch handler: %s"
  618. msgstr ""
  619. #: vncviewer/touch.cxx:188
  620. #, c-format
  621. msgid "Couldn't attach event handler to window (error 0x%x)"
  622. msgstr ""
  623. #: vncviewer/touch.cxx:212
  624. msgid "Failed to get event data for X Input event"
  625. msgstr ""
  626. #: vncviewer/touch.cxx:225
  627. msgid "X Input event for unknown window"
  628. msgstr ""
  629. #: vncviewer/touch.cxx:251
  630. msgid "X Input extension not available."
  631. msgstr ""
  632. #: vncviewer/touch.cxx:258
  633. msgid "X Input 2 (or newer) is not available."
  634. msgstr ""
  635. #: vncviewer/touch.cxx:263
  636. msgid ""
  637. "X Input 2.2 (or newer) is not available. Touch gestures will not be "
  638. "supported."
  639. msgstr ""
  640. #: vncviewer/vncviewer.cxx:106
  641. #, c-format
  642. msgid ""
  643. "TigerVNC Viewer %d-bit v%s\n"
  644. "Built on: %s\n"
  645. "Copyright (C) 1999-%d TigerVNC Team and many others (see README.rst)\n"
  646. "See https://www.tigervnc.org for information on TigerVNC."
  647. msgstr ""
  648. #: vncviewer/vncviewer.cxx:172
  649. msgid "About TigerVNC Viewer"
  650. msgstr ""
  651. #: vncviewer/vncviewer.cxx:193
  652. msgid "Internal FLTK error. Exiting."
  653. msgstr ""
  654. #: vncviewer/vncviewer.cxx:212
  655. #, c-format
  656. msgid ""
  657. "%s\n"
  658. "\n"
  659. "Attempt to reconnect?"
  660. msgstr ""
  661. #: vncviewer/vncviewer.cxx:243 vncviewer/vncviewer.cxx:255
  662. #, c-format
  663. msgid "Error starting new TigerVNC Viewer: %s"
  664. msgstr ""
  665. #: vncviewer/vncviewer.cxx:264
  666. #, c-format
  667. msgid "Termination signal %d has been received. TigerVNC Viewer will now exit."
  668. msgstr ""
  669. #: vncviewer/vncviewer.cxx:407 vncviewer/vncviewer.desktop.in.in:3
  670. msgid "TigerVNC Viewer"
  671. msgstr ""
  672. #: vncviewer/vncviewer.cxx:416
  673. msgid "Yes"
  674. msgstr ""
  675. #: vncviewer/vncviewer.cxx:419
  676. msgid "Close"
  677. msgstr ""
  678. #: vncviewer/vncviewer.cxx:424
  679. msgid "About"
  680. msgstr ""
  681. #: vncviewer/vncviewer.cxx:427
  682. msgid "Hide"
  683. msgstr ""
  684. #: vncviewer/vncviewer.cxx:430
  685. msgid "Quit"
  686. msgstr ""
  687. #: vncviewer/vncviewer.cxx:434
  688. msgid "Services"
  689. msgstr ""
  690. #: vncviewer/vncviewer.cxx:435
  691. msgid "Hide Others"
  692. msgstr ""
  693. #: vncviewer/vncviewer.cxx:436
  694. msgid "Show All"
  695. msgstr ""
  696. #: vncviewer/vncviewer.cxx:445
  697. msgctxt "SysMenu|"
  698. msgid "&File"
  699. msgstr ""
  700. #: vncviewer/vncviewer.cxx:448
  701. msgctxt "SysMenu|File|"
  702. msgid "&New Connection"
  703. msgstr ""
  704. #: vncviewer/vncviewer.cxx:464
  705. #, c-format
  706. msgid "Could not create VNC home directory: %s."
  707. msgstr ""
  708. #: vncviewer/vncviewer.cxx:563
  709. msgid ""
  710. "FullScreenAllMonitors is deprecated, set FullScreenMode to 'all' instead"
  711. msgstr ""
  712. #. TRANSLATORS: "Parameters" are command line arguments, or settings
  713. #. from a file or the Windows registry.
  714. #: vncviewer/vncviewer.cxx:769 vncviewer/vncviewer.cxx:770
  715. msgid "Parameters -listen and -via are incompatible"
  716. msgstr ""
  717. #: vncviewer/vncviewer.cxx:784
  718. #, c-format
  719. msgid "Listening on port %d"
  720. msgstr ""
  721. #: vncviewer/vncviewer.cxx:817
  722. #, c-format
  723. msgid ""
  724. "Failure waiting for incoming VNC connection:\n"
  725. "\n"
  726. "%s"
  727. msgstr ""
  728. #: vncviewer/vncviewer.desktop.in.in:4
  729. msgid "Remote Desktop Viewer"
  730. msgstr ""
  731. #: vncviewer/vncviewer.desktop.in.in:5
  732. msgid "Connect to VNC server and display remote desktop"
  733. msgstr ""