PageRenderTime 63ms CodeModel.GetById 21ms RepoModel.GetById 1ms app.codeStats 0ms

/jEdit/tags/jedit-4-2-pre4/org/gjt/sp/jedit/jedit_gui.props

#
MSBuild | 2147 lines | 1920 code | 227 blank | 0 comment | 33 complexity | 00ec78d02faf9c6424b2dfb154977d10 MD5 | raw file
Possible License(s): BSD-3-Clause, AGPL-1.0, Apache-2.0, LGPL-2.0, LGPL-3.0, GPL-2.0, CC-BY-SA-3.0, LGPL-2.1, GPL-3.0, MPL-2.0-no-copyleft-exception, IPL-1.0
  1. ###
  2. ### jEdit user interface definitions,
  3. ### :tabSize=8:indentSize=8:noTabs=false:
  4. ### :folding=explicit:collapseFolds=1:
  5. ###
  6. ### Copyright (C) 1998, 2003 Slava Pestov
  7. ###
  8. #{{{ Default user catalog file
  9. defaultCatalog=<?xml version="1.0"?>\n\
  10. <!DOCTYPE MODES SYSTEM "catalog.dtd">\n\
  11. \n\
  12. <MODES>\n\
  13. \n\
  14. <!-- Add lines like the following, one for each edit mode you add: -->\n\
  15. <!-- <MODE NAME="foo" FILE="foo.xml" FILE_NAME_GLOB="*.foo" /> -->\n\
  16. \n\
  17. </MODES>
  18. #}}}
  19. #{{{ Common strings
  20. common.ok=OK
  21. common.cancel=Cancel
  22. common.close=Close
  23. common.apply=Apply
  24. common.more=More
  25. common.insert=Insert
  26. lineSep.unix=Unix (\\n)
  27. lineSep.windows=DOS/Windows (\\r\\n)
  28. lineSep.mac=MacOS (\\r)
  29. #}}}
  30. #{{{ Miscellaneous
  31. encodings=ASCII Cp850 Cp1251 Cp1252 ISO8859_1 ISO8859_2 ISO8859_15 \
  32. MacRoman Big5 GBK KOI8_R SJIS Unicode UTF8
  33. history.caption=Previously entered strings:
  34. action-set.jEdit=Built-in Commands
  35. action-set.macros=Macros
  36. action-set.plugin=Plugin: {0}
  37. macro-handler.beanshell.label=BeanShell script
  38. macro-handler.beanshell.glob=*.bsh
  39. # Plugin activation hooks
  40. defer=false
  41. startup=true
  42. #}}}
  43. #{{{ Tool bar
  44. view.toolbar=new-file open-file save - print page-setup - \
  45. undo redo cut copy paste - find find-next - new-view unsplit \
  46. split-horizontal split-vertical - buffer-options global-options - \
  47. plugin-manager - help
  48. new-file.icon=New.png
  49. open-file.icon=Open.png
  50. save.icon=Save.png
  51. print.icon=Print.png
  52. page-setup.icon=PageSetup.png
  53. undo.icon=Undo.png
  54. redo.icon=Redo.png
  55. cut.icon=Cut.png
  56. copy.icon=Copy.png
  57. paste.icon=Paste.png
  58. find.icon=Find.png
  59. find-next.icon=FindAgain.png
  60. new-view.icon=NewView.png
  61. unsplit.icon=UnSplit.png
  62. split-horizontal.icon=SplitHorizontal.png
  63. split-vertical.icon=SplitVertical.png
  64. buffer-options.icon=Properties.png
  65. global-options.icon=Preferences.png
  66. plugin-manager.icon=Plugins.png
  67. help.icon=Help.png
  68. #{{{ Icon list for tool bar editor
  69. icons=AdjustWidth.png \
  70. ArrowD.png \
  71. ArrowL.png \
  72. ArrowR.png \
  73. ArrowU.png \
  74. BrokenImage.png \
  75. ButtonProperties.png \
  76. Cancel.png \
  77. Clear.png \
  78. Copy.png \
  79. CopyToBuffer.png \
  80. CurrentDir.png \
  81. Cut.png \
  82. Delete.png \
  83. Drive.png \
  84. FindAgain.png \
  85. FindInDir.png \
  86. Find.png \
  87. Floppy.png \
  88. Help.png \
  89. Home.png \
  90. Load.png \
  91. Minus.png \
  92. MultipleResults.png \
  93. NewDir.png \
  94. New.png \
  95. NewView.png \
  96. NextFile.png \
  97. Open.png \
  98. PageSetup.png \
  99. ParentDir.png \
  100. Parse.png \
  101. Paste.png \
  102. Pause.png \
  103. Play.png \
  104. Plugins.png \
  105. Plus.png \
  106. Preferences.png \
  107. PreviousFile.png \
  108. Print.png \
  109. Properties.png \
  110. Redo.png \
  111. Reload.png \
  112. Run.png \
  113. RunAgain.png \
  114. RunToBuffer.png \
  115. Save.png \
  116. SaveAll.png \
  117. SaveAs.png \
  118. SingleResult.png \
  119. SplitHorizontal.png \
  120. SplitVertical.png \
  121. Stop.png \
  122. Undo.png \
  123. UnSplit.png \
  124. ZoomIn.png \
  125. ZoomOut.png \
  126. Blank24.gif
  127. #}}}
  128. view.search.find=Search for:
  129. view.search.close-tooltip=Hide search bar
  130. view.action.prompt=Action:
  131. view.action.no-completions=No matching actions found
  132. view.action.close-tooltip=Hide action bar
  133. #}}}
  134. #{{{ Context menu
  135. view.context=insert-file reload - paste-previous view-registers - \
  136. invert-selection select-block to-upper to-lower - hypersearch-word - \
  137. add-marker - narrow-to-fold - \
  138. unsplit split-horizontal - buffer-options global-options
  139. view.context.customize=Customize This Menu...
  140. #}}}
  141. #{{{ Menu bar
  142. view.mbar=file edit search markers folds view utils macros plugins help-menu
  143. #{{{ File menu
  144. file=new-file \
  145. open-file \
  146. %recent-files \
  147. insert-file \
  148. - \
  149. reload \
  150. reload-all \
  151. - \
  152. close-buffer \
  153. close-all \
  154. - \
  155. save \
  156. save-as \
  157. save-a-copy-as \
  158. save-all \
  159. - \
  160. print \
  161. page-setup \
  162. - \
  163. exit
  164. file.label=$File
  165. new-file.label=$New
  166. open-file.label=$Open...
  167. insert-file.label=$Insert...
  168. reload.label=$Reload
  169. reload-all.label=Reloa$d All...
  170. close-buffer.label=$Close
  171. close-all.label=Clos$e All
  172. save.label=$Save
  173. save-as.label=S$ave As...
  174. save-a-copy-as.label=Save a Cop$y As...
  175. save-all.label=Save A$ll...
  176. print.label=$Print...
  177. page-setup.label=Pa$ge Setup...
  178. # Print selection not yet implemented
  179. #print-selection.label=Prin$t Selection...
  180. exit.label=E$xit
  181. #{{{ Recent Files menu
  182. recent-files.code=new RecentFilesProvider();
  183. recent-files.label=Recent Files
  184. no-recent-files.label=No Recent Files
  185. #}}}
  186. #}}}
  187. #{{{ Edit menu
  188. edit=undo \
  189. redo \
  190. - \
  191. cut \
  192. copy \
  193. paste \
  194. %clipboard \
  195. - \
  196. select-all \
  197. %selection \
  198. - \
  199. word-count \
  200. complete-word \
  201. expand-abbrev \
  202. - \
  203. goto-line \
  204. - \
  205. %text \
  206. %indent \
  207. %source
  208. edit.label=$Edit
  209. undo.label=$Undo
  210. redo.label=$Redo
  211. cut.label=$Cut
  212. copy.label=C$opy
  213. paste.label=$Paste
  214. select-all.label=Select $All
  215. word-count.label=$Word Count...
  216. complete-word.label=Co$mplete Word
  217. expand-abbrev.label=E$xpand Abbreviation
  218. goto-line.label=$Go to Line...
  219. #{{{ More Clipboard menu
  220. clipboard=cut-append \
  221. copy-append \
  222. vertical-paste \
  223. - \
  224. paste-previous \
  225. paste-deleted \
  226. - \
  227. cut-string-register \
  228. copy-string-register \
  229. paste-string-register \
  230. - \
  231. cut-append-string-register \
  232. copy-append-string-register \
  233. vertical-paste-string-register \
  234. - \
  235. view-registers
  236. clipboard.label=More Clip$board
  237. cut-append.label=$Cut Append
  238. copy-append.label=C$opy Append
  239. vertical-paste.label=$Vertical Paste
  240. paste-previous.label=Paste Previo$us...
  241. paste-deleted.label=Paste $Deleted...
  242. cut-string-register.label=Cu$t to Register
  243. copy-string-register.label=Co$py to Register
  244. paste-string-register.label=Paste $Register
  245. cut-append-string-register.label=Cut Appe$nd to Register
  246. copy-append-string-register.label=Copy $Append to Register
  247. vertical-paste-string-register.label=V$ertical Paste Register
  248. view-registers.label=Vie$w Registers...
  249. #}}}
  250. #{{{ More Selection menu
  251. selection=select-none \
  252. select-word \
  253. select-line \
  254. select-paragraph \
  255. - \
  256. invert-selection \
  257. toggle-multi-select \
  258. toggle-rect-select \
  259. - \
  260. select-line-range
  261. selection.label=More $Selection
  262. select-none.label=Select $None
  263. select-word.label=Select $Word
  264. select-line.label=Select $Line
  265. select-paragraph.label=Select $Paragraph
  266. invert-selection.label=$Invert Selection
  267. toggle-multi-select.label=$Multiple Selection
  268. toggle-rect-select.label=$Rectangular Selection
  269. select-line-range.label=Sele$ct Line Range...
  270. #}}}
  271. #{{{ Text menu
  272. text=delete-line \
  273. delete-start-line \
  274. delete-end-line \
  275. join-lines \
  276. - \
  277. format-paragraph \
  278. delete-paragraph \
  279. - \
  280. to-lower \
  281. to-upper
  282. text.label=$Text
  283. delete-line.label=$Delete Line
  284. delete-start-line.label=Delete to $Start of Line
  285. delete-end-line.label=Delete to $End of Line
  286. join-lines.label=$Join Lines
  287. delete-paragraph.label=Delete $Paragraph
  288. format-paragraph.label=$Format Paragraph
  289. to-lower.label=To $Lower Case
  290. to-upper.label=To $Upper Case
  291. #}}}
  292. #{{{ Indent menu
  293. indent=indent-lines \
  294. shift-left \
  295. shift-right \
  296. - \
  297. remove-trailing-ws \
  298. spaces-to-tabs \
  299. tabs-to-spaces
  300. indent.label=$Indent
  301. indent-lines.label=$Indent Selected Lines
  302. shift-left.label=Shift Indent $Left
  303. shift-right.label=Shift Indent $Right
  304. remove-trailing-ws.label=Remove Trailing $Whitespace
  305. spaces-to-tabs.label=$Spaces to Tabs
  306. tabs-to-spaces.label=$Tabs to Spaces
  307. #}}}
  308. #{{{ Source menu
  309. source=range-comment \
  310. line-comment \
  311. - \
  312. select-block \
  313. match-bracket \
  314. prev-bracket \
  315. next-bracket
  316. source.label=Sourc$e
  317. range-comment.label=$Range Comment
  318. line-comment.label=$Line Comment
  319. select-block.label=$Select Code Block
  320. match-bracket.label=Go to $Matching Bracket
  321. prev-bracket.label=Go to $Previous Bracket
  322. next-bracket.label=Go to $Next Bracket
  323. #}}}
  324. #}}}
  325. #{{{ Search menu
  326. search=find \
  327. find-next \
  328. find-prev \
  329. - \
  330. search-in-open-buffers \
  331. search-in-directory \
  332. - \
  333. replace-in-selection \
  334. replace-and-find-next \
  335. replace-all \
  336. - \
  337. quick-search \
  338. hypersearch \
  339. quick-search-word \
  340. hypersearch-word \
  341. - \
  342. ignore-case \
  343. regexp
  344. search.label=$Search
  345. find.label=$Find...
  346. find-next.label=Fi$nd Next
  347. find-prev.label=Find Pre$vious
  348. search-in-open-buffers.label=Search in Open $Buffers...
  349. search-in-directory.label=Search in $Directory...
  350. replace-in-selection.label=$Replace in Selection
  351. replace-and-find-next.label=Re$place and Find Next
  352. replace-all.label=Replace $All
  353. quick-search.label=$Incremental Search Bar
  354. hypersearch.label=$HyperSearch Bar
  355. quick-search-word.label=Incremental Search for $Word
  356. hypersearch-word.label=H$yperSearch for Word
  357. ignore-case.label=Ignore $Case
  358. regexp.label=Regular E$xpressions
  359. #}}}
  360. #{{{ Markers menu
  361. markers=add-marker \
  362. add-marker-shortcut \
  363. - \
  364. remove-all-markers \
  365. - \
  366. goto-marker \
  367. select-marker \
  368. swap-marker \
  369. - \
  370. prev-marker \
  371. next-marker \
  372. -
  373. markers.code=new MarkersProvider();
  374. markers.label=$Markers
  375. add-marker.label=$Add/Remove Marker
  376. add-marker-shortcut.label=Add Marker $With Shortcut
  377. remove-all-markers.label=Re$move All Markers
  378. goto-marker.label=$Go to Marker
  379. select-marker.label=$Select to Marker
  380. swap-marker.label=Swa$p Caret and Marker
  381. prev-marker.label=Go to $Previous Marker
  382. next-marker.label=Go to $Next Marker
  383. no-markers.label=No Markers
  384. markers.blank-line=[Blank line]
  385. #}}}
  386. #{{{ Folding menu
  387. folds=collapse-fold \
  388. expand-one-level \
  389. expand-fold \
  390. - \
  391. collapse-all-folds \
  392. expand-folds \
  393. expand-all-folds \
  394. - \
  395. select-fold \
  396. - \
  397. add-explicit-fold \
  398. - \
  399. narrow-to-fold \
  400. narrow-to-selection \
  401. - \
  402. parent-fold \
  403. prev-fold \
  404. next-fold
  405. folds.label=F$olding
  406. collapse-fold.label=$Collapse Fold
  407. expand-one-level.label=$Expand Fold One Level
  408. expand-fold.label=Expand $Fold Fully
  409. collapse-all-folds.label=Collapse $All Folds
  410. expand-folds.label=Expand Fo$lds With Level
  411. expand-all-folds.label=E$xpand All Folds
  412. select-fold.label=$Select Fold
  413. add-explicit-fold.label=A$dd Explicit Fold
  414. narrow-to-fold.label=Na$rrow to Fold
  415. narrow-to-selection.label=Narro$w to Selection
  416. parent-fold.label=$Go to Parent Fold
  417. prev-fold.label=Go to $Previous Fold
  418. next-fold.label=Go to $Next Fold
  419. #}}}
  420. #{{{ View menu
  421. view=new-view \
  422. new-plain-view \
  423. close-view \
  424. - \
  425. prev-buffer \
  426. next-buffer \
  427. recent-buffer \
  428. show-buffer-switcher \
  429. - \
  430. toggle-line-numbers \
  431. - \
  432. %scrolling \
  433. %splitting \
  434. %docking
  435. view.label=$View
  436. new-view.label=New $View
  437. new-plain-view.label=Ne$w Plain View
  438. close-view.label=$Close View
  439. prev-buffer.label=Go to $Previous Buffer
  440. next-buffer.label=Go to $Next Buffer
  441. recent-buffer.label=Go to $Recent Buffer
  442. show-buffer-switcher.label=Show $Buffer Switcher
  443. toggle-line-numbers.label=$Line Numbers
  444. #{{{ Scrolling menu
  445. scrolling=scroll-to-current-line \
  446. center-caret \
  447. - \
  448. scroll-up-line \
  449. scroll-down-line \
  450. - \
  451. scroll-up-page \
  452. scroll-down-page
  453. scrolling.label=Scrollin$g
  454. scroll-to-current-line.label=Scroll $to Current Line
  455. center-caret.label=$Center Caret on Screen
  456. scroll-up-line.label=Line Scroll $Up
  457. scroll-down-line.label=Line Scroll $Down
  458. scroll-up-page.label=Page Scroll U$p
  459. scroll-down-page.label=Page Scroll D$own
  460. #}}}
  461. #{{{ Splitting menu
  462. splitting=unsplit-current \
  463. unsplit \
  464. split-horizontal \
  465. split-vertical \
  466. prev-textarea \
  467. next-textarea
  468. splitting.label=$Splitting
  469. split-horizontal.label=Split $Horizontally
  470. split-vertical.label=Split $Vertically
  471. unsplit-current.label=$Unsplit Current
  472. unsplit.label=Unsplit $All
  473. prev-textarea.label=Go to $Previous Text Area
  474. next-textarea.label=Go to $Next Text Area
  475. #}}}
  476. #{{{ Docking menu
  477. docking=left-docking-area \
  478. top-docking-area \
  479. right-docking-area \
  480. bottom-docking-area \
  481. - \
  482. close-docking-area
  483. docking.label=$Docking
  484. left-docking-area.label=Go to $Left Docking Area
  485. top-docking-area.label=Go to $Top Docking Area
  486. right-docking-area.label=Go to $Right Docking Area
  487. bottom-docking-area.label=Go to $Bottom Docking Area
  488. close-docking-area.label=$Close Current Docking Area
  489. #}}}
  490. #}}}
  491. #{{{ Utilities menu
  492. utils=vfs.browser \
  493. %recent-directories \
  494. - \
  495. %favorites \
  496. %current-directory \
  497. %jedit-directory \
  498. %settings-directory \
  499. - \
  500. %beanshell \
  501. %troubleshooting \
  502. - \
  503. action-bar \
  504. last-action \
  505. - \
  506. buffer-options \
  507. global-options
  508. utils.label=$Utilities
  509. vfs.browser.label=$File System Browser
  510. action-bar.label=$Action Bar
  511. last-action.label=Re$peat Last Action
  512. buffer-options.label=$Buffer Options...
  513. global-options.label=$Global Options...
  514. #{{{ Recent Directories menu
  515. recent-directories.label=$Recent Directories
  516. recent-directories.code=new RecentDirectoriesProvider();
  517. no-recent-dirs.label=No Recent Directories
  518. #}}}
  519. #{{{ Favorites menu
  520. favorites=add-buffer-to-favorites add-dir-to-favorites edit-favorites -
  521. favorites.label=Fa$vorites
  522. favorites.code=new FavoritesProvider();
  523. add-buffer-to-favorites.label=Add Buffer to Favorites
  524. add-dir-to-favorites.label=Add Directory to Favorites
  525. edit-favorites.label=Edit Favorites
  526. #}}}
  527. #{{{ Current Directory menu
  528. current-directory.label=$Current Directory
  529. current-directory.code=new DirectoryProvider(null)
  530. #}}}
  531. #{{{ jEdit Home Directory menu
  532. jedit-directory.label=$jEdit Home Directory
  533. jedit-directory.code=new DirectoryProvider(jEdit.getJEditHome())
  534. #}}}
  535. #{{{ Settings Directory menu
  536. settings-directory.label=$Settings Directory
  537. settings-directory.code=settings = jEdit.getSettingsDirectory(); \
  538. if(settings == null) settings = jEdit.getJEditHome(); \
  539. new DirectoryProvider(settings);
  540. #}}}
  541. #{{{ BeanShell menu
  542. beanshell=eval \
  543. eval-for-selected-lines \
  544. eval-selection
  545. beanshell.label=B$eanShell
  546. eval.label=$Evaluate BeanShell Expression...
  547. eval-for-selected-lines.label=Evaluate $For Selected Lines...
  548. eval-selection.label=Evaluate $Selection
  549. #}}}
  550. #{{{ Troubleshooting menu
  551. troubleshooting=log-viewer \
  552. update-log \
  553. - \
  554. io-progress-monitor \
  555. keyboard-tester \
  556. memory-status \
  557. reload-modes
  558. troubleshooting.label=$Troubleshooting
  559. log-viewer.label=$Activity Log
  560. update-log.label=$Update Activity Log on Disk
  561. io-progress-monitor.label=$I/O Progress Monitor
  562. keyboard-tester.label=$Keyboard Tester...
  563. memory-status.label=$Memory Status...
  564. reload-modes.label=$Reload Edit Modes
  565. #}}}
  566. #}}}
  567. #{{{ Macros menu
  568. macros=record-macro \
  569. stop-recording \
  570. - \
  571. record-temp-macro \
  572. run-temp-macro \
  573. - \
  574. run-other-macro \
  575. rescan-macros \
  576. -
  577. macros.code=new MacrosProvider();
  578. macros.label=Ma$cros
  579. record-macro.label=$Record Macro...
  580. record-temp-macro.label=Record $Temporary Macro
  581. stop-recording.label=$Stop Recording
  582. run-temp-macro.label=Run Tem$porary Macro
  583. run-other-macro.label=Run $Other Macro...
  584. rescan-macros.label=Resca$n Macros
  585. no-macros.label=No Macros
  586. #}}}
  587. #{{{ Plugins menu
  588. plugins=plugin-manager plugin-options -
  589. plugins.label=$Plugins
  590. plugins.code=new PluginsProvider();
  591. plugin-manager.label=Plugin $Manager...
  592. plugin-options.label=Plugin $Options...
  593. no-plugins.label=No Plugins Installed
  594. #}}}
  595. #{{{ Help menu
  596. help-menu=about \
  597. help \
  598. tip-of-the-day
  599. help-menu.label=$Help
  600. about.label=$About jEdit...
  601. help.label=jEdit $Help
  602. tip-of-the-day.label=$Tip of the Day
  603. #}}}
  604. #}}}
  605. #{{{ Macro strings
  606. macro.temp.header=// This is a temporary macro. First, check over the\n\
  607. // commands to make sure this is what you intended.\n\
  608. // Then, to run this macro, switch to the buffer\n\
  609. // where you would like to execute it and press C+m C+p.
  610. macro.header=// This is a recorded macro. First, check over the\n\
  611. // commands to make sure this is what you intended. Then,\n\
  612. // save this buffer, and the macro should appear in the\n\
  613. // Macros menu.
  614. #}}}
  615. #{{{ Commands that don't appear in menus
  616. backspace-word.label=Delete Previous Word
  617. backspace.label=Delete Previous Character
  618. delete-word.label=Delete Next Word
  619. delete.label=Delete Next Character
  620. document-end.label=Go to End of Buffer
  621. document-home.label=Go to Start of Buffer
  622. end.label=Smart End
  623. home.label=Smart Home
  624. hypersearch-results.label=HyperSearch Results
  625. insert-literal.label=Insert Next Character Literally
  626. insert-newline.label=Insert Newline
  627. insert-newline-indent.label=Insert Newline and Indent
  628. insert-tab.label=Insert Tab
  629. insert-tab-indent.label=Insert Tab and Indent
  630. line-end.label=Go to End of Line
  631. line-home.label=Go to Start of Line
  632. next-char.label=Go to Next Character
  633. next-line.label=Go to Next Line
  634. next-page.label=Go to Next Page
  635. next-paragraph.label=Go to Next Paragraph
  636. next-word.label=Go to Next Word
  637. next-word-std.label=Go to Next Word (Eat Whitespace)
  638. overwrite.label=Overwrite Mode
  639. prev-char.label=Go to Previous Character
  640. prev-line.label=Go to Previous Line
  641. prev-page.label=Go to Previous Page
  642. prev-paragraph.label=Go to Previous Paragraph
  643. prev-word.label=Go to Previous Word
  644. prev-word-std.label=Go to Previous Word (Eat Whitespace)
  645. select-document-end.label=Select to End of Buffer
  646. select-document-home.label=Select to Start of Buffer
  647. select-end.label=Select to Smart End Position
  648. select-home.label=Select to Smart Home Position
  649. select-line-end.label=Select to End of Line
  650. select-line-home.label=Select to Start of Line
  651. select-next-char.label=Select Next Character
  652. select-next-line.label=Select Next Line
  653. select-next-page.label=Select Next Page
  654. select-next-paragraph.label=Select Next Paragraph
  655. select-next-word.label=Select Next Word
  656. select-next-word-std.label=Select Next Word (Eat Whitespace)
  657. select-prev-char.label=Select Previous Character
  658. select-prev-line.label=Select Previous Line
  659. select-prev-page.label=Select Previous Page
  660. select-prev-paragraph.label=Select Previous Paragraph
  661. select-prev-word.label=Select Previous Word
  662. select-prev-word-std.label=Select Previous Word (Eat Whitespace)
  663. select-visible-end.label=Select to Last Visible Line
  664. select-visible-home.label=Select to First Visible Line
  665. select-whitespace-end.label=Select to End of White Space
  666. select-whitespace-home.label=Select to Start of White Space
  667. toggle-line-separator.label=Toggle Line Separator
  668. toggle-word-wrap.label=Toggle Word Wrap
  669. visible-end.label=Go to Last Visible Line
  670. visible-home.label=Go to First Visible Line
  671. whitespace-end.label=Go to End of White Space
  672. whitespace-home.label=Go to Start of White Space
  673. #}}}
  674. #{{{ View stuff
  675. # Title
  676. view.title=jEdit -\
  677. view.title.dirty=\ (modified)
  678. view.docking.close-tooltip=Hides the current docked window
  679. view.docking.menu-tooltip=Docking options
  680. view.docking.menu-floating=Float
  681. view.docking.menu-top=Dock at Top
  682. view.docking.menu-left=Dock at Left
  683. view.docking.menu-bottom=Dock at Bottom
  684. view.docking.menu-right=Dock at Right
  685. view.docking.menu-clone=New Floating Instance
  686. view.docking.menu-close=Close
  687. view.docking.menu-undock=Undock
  688. view.docking.toggle.label={0} (Toggle)
  689. view.docking.float.label={0} (New Floating Instance)
  690. directory.not-local=Cannot list directories on remote filesystems
  691. directory.no-files=No Files
  692. #{{{ Gutter highlight
  693. view.gutter.marker.no-name=Marker
  694. view.gutter.marker=Marker: {0}
  695. #}}}
  696. #{{{ Status messages
  697. view.status.add-marker=Shortcut for new marker? [{0}]
  698. view.status.auto-wrap=Search string not found; wrapping around!
  699. view.status.bracket=Matches line {0}: {1}
  700. view.status.caret-tooltip=Line and column number (line,column[-virtual] relative%)
  701. view.status.copy-append-string-register=Register name to copy append to? [{0}]
  702. view.status.copy-string-register=Register to copy to? [{0}]
  703. view.status.cut-append-string-register=Register to cut append to? [{0}]
  704. view.status.cut-string-register=Register to cut to? [{0}]
  705. view.status.expand-folds=Fold level? [1-9]
  706. view.status.goto-marker=Shortcut of marker to go to? [{0}]
  707. view.status.incomplete-abbrev={0} parameter(s) specified, but {1} required!
  708. view.status.insert-literal=Key to insert literally?
  709. view.status.io-1=I/O: 1 operation in progress
  710. view.status.io.done=Input/output complete
  711. view.status.io=I/O: {0} operations in progress
  712. view.status.linesep-changed=Line separator set to {0}
  713. view.status.linesep-tooltip=Line separator (click to change)
  714. view.status.memory-tooltip=Java heap memory: {0}Kb/{1}Kb
  715. view.status.mode-tooltip=Current edit mode, fold mode, and encoding
  716. view.st,atus.multi-changed=Multiple selection mode is {0,choice,0#off|1#on}
  717. view.status.multi-tooltip=Multiple selection mode (click to change)
  718. view.status.narrow=Invoke "Expand All Folds" to make all text visible again
  719. view.status.no-markers=no markers set
  720. view.status.no-registers=no registers defined
  721. view.status.overwrite-changed=Overwrite mode is {0,choice,0#off|1#on}
  722. view.status.overwrite-tooltip=Overwrite/insert mode indicator (click to change)
  723. view.status.paste-string-register=Register to paste from? [{0}]
  724. view.status.print=Printing page {0}
  725. view.status.quick-copy=Quick copy mode - marked text will replace selection
  726. view.status.recording=Macro recording
  727. view.status.rect-select-changed=Rectangular selection is {0,choice,0#off|1#on}
  728. view.status.rect-tooltip=Rectangular selection mode (click to change)
  729. view.status.replace-all=Replaced {0} occurrence(s) in {1} file(s)
  730. view.status.search-not-found=Search string not found!
  731. view.status.select-marker=Shortcut of marker to select to? [{0}]
  732. view.status.swap-marker=Shortcut of marker to swap caret position with? \
  733. [{0}]
  734. view.status.vertical-paste-string-register=Register to vertical paste \
  735. from? [{0}]
  736. view.status.wrap-changed=Word wrap mode is now "{0}"
  737. view.status.wrap-tooltip=Word wrap mode (click to change)
  738. #}}}
  739. #{{{ Status bar component visibility
  740. view.status.show-caret-status=true
  741. view.status.show-edit-mode=true
  742. view.status.show-fold-mode=true
  743. view.status.show-encoding=true
  744. view.status.show-wrap=true
  745. view.status.show-multi-select=true
  746. view.status.show-overwrite=true
  747. view.status.show-line-seperator=true
  748. view.status.show-memory=true
  749. #}}}
  750. #}}}
  751. #{{{ Printing
  752. print.headerText=jEdit - {0}
  753. print.footerText={0} :: page {1}
  754. print-error.title=Print Error
  755. print-error.message=An error occurred while trying to print:\n\
  756. {0}
  757. #}}}
  758. #{{{ Various dialog boxes
  759. #{{{ About dialog
  760. about.title=About jEdit
  761. about.version=jEdit version {0}
  762. # This text scrolls by in the about dialog box.
  763. # Hack: Since StringTokenizer treats two consequent \n as one token, we
  764. # insert a space by itself in the text to create blank lines.
  765. about.text=jEdit is brought to you by\n\
  766. \ \n\
  767. Slava Pestov\n\
  768. Alex Levin\n\
  769. Alexander Maryanovsky\n\
  770. Alfonso Garcia\n\
  771. Alwyn Barry\n\
  772. Amedeo Farello\n\
  773. Andre Kaplan\n\
  774. Anthony Roy\n\
  775. Artur Biesiadowski\n\
  776. Aziz Sharif\n\
  777. Beau Tateyama\n\
  778. Ben Glazer\n\
  779. Ben Sarsgard\n\
  780. Bill McMilleon\n\
  781. Brad Mace\n\
  782. Brant Langer Gurganus\n\
  783. Brett Smith\n\
  784. Bruno Tatibouet\n\
  785. Calvin Yu\n\
  786. Carlos Quiroz\n\
  787. Carmine Lucarelli\n\
  788. Chris Kent\n\
  789. Chris Scott\n\
  790. Christoph Daniel Schulze\n\
  791. Claude Eisenhut\n\
  792. Cullen Linn\n\
  793. Dale Anson\n\
  794. Danny Dig\n\
  795. Dante Fabrizio\n\
  796. David Askew\n\
  797. David Taylor\n\
  798. Denis Lambot\n\
  799. Dirk Moebius\n\
  800. Dominic Stolerman\n\
  801. Dusty Phillips\n\
  802. Ed Stewart\n\
  803. Eric Benoit\n\
  804. Fan Ho Yin\n\
  805. Francesc Roses\n\
  806. George Hovey\n\
  807. George Latkiewicz\n\
  808. Gerd Knops\n\
  809. Gili Tzabari\n\
  810. Giulio Piancastelli\n\
  811. Greg Cooper\n\
  812. Greg Merrill\n\
  813. Ian Maclean\n\
  814. Israel Olalla\n\
  815. Jamie LaScolea\n\
  816. Jason Ginchereau\n\
  817. Jerry McBride\n\
  818. Jiger Patel\n\
  819. Jim Wissner\n\
  820. John Gellene\n\
  821. John Perry\n\
  822. Jonathan Revusky\n\
  823. Jorg Winter\n\
  824. Joseph Schroer\n\
  825. Juha Lindfors\n\
  826. Kasper Graversen\n\
  827. Kenrick Drew\n\
  828. Kevin Burton\n\
  829. Kevin McWhirter\n\
  830. Ken Gentry\n\
  831. Klaus Hartlage\n\
  832. Konstantin Pribluda\n\
  833. Kris Kopicki\n\
  834. Kristian Ovaska\n\
  835. Krzysztof Krzyzaniak\n\
  836. Lionel Fiol\n\
  837. Maik Schreiber\n\
  838. Marc Rummel\n\
  839. Marcelo Vanzin\n\
  840. Marcio Marchini\n\
  841. Marco Hunsicker\n\
  842. Marco Gotze\n\
  843. Marcus Jonason\n\
  844. Matija Kejzar\n\
  845. Matt Albrecht\n\
  846. Matt Price\n\
  847. Matthew Flower\n\
  848. Matthew Payne\n\
  849. Matthias Schneider\n\
  850. Michael Jacobson\n\
  851. Michael Taft\n\
  852. Mike Dillon\n\
  853. Mike Hansen\n\
  854. Nils Krahnstoever\n\
  855. Nitsan Vardi\n\
  856. Ollie Rutherfurd\n\
  857. Patrick Tingen\n\
  858. Peter Cox\n\
  859. Peter Graves\n\
  860. Phillip Mateescu\n\
  861. Ralf Engels\n\
  862. Randolf Mock\n\
  863. Rex Young\n\
  864. Richard Ashwell\n\
  865. Richard Beton\n\
  866. Rick Gibbs\n\
  867. Rick Owen\n\
  868. Robert Swarr\n\
  869. Romain Guy\n\
  870. Rudolf Widmann\n\
  871. Ryan Fowler\n\
  872. Ryan Grove\n\
  873. Saimon Moore\n\
  874. Satguru Srivastava\n\
  875. Scott Willy\n\
  876. Scott Wyatt\n\
  877. Sebastien Pierre\n\
  878. Sergey Udaltsov\n\
  879. Silas Smith\n\
  880. Stefan Kost\n\
  881. Stefano Maestri\n\
  882. Steve Jakob\n\
  883. Stuart Barlow\n\
  884. Tal Davidson\n\
  885. Thomas Bock\n\
  886. Thomas Dilts\n\
  887. Todd Papaioannou\n\
  888. Tom Copeland\n\
  889. Tom Locke\n\
  890. Vicente Salvador\n\
  891. Vinod Kiran\n\
  892. Will Sargent\n\
  893. Will Varfar\n\
  894. Wojciech Stryjewski\n\
  895. Wolfgang Chico-Töpfer\n\
  896. \ \n\
  897. I'd also like to thank the users for their\n\
  898. comments, feedback and bug reports.
  899. #}}}
  900. #{{{ Error list dialog, used to report I/O and plugin load errors
  901. error-list.plugin-manager=Plugin Manager
  902. #}}}
  903. #{{{ I/O error dialog box
  904. ioerror.title=I/O Error
  905. ioerror.caption=The following {0} I/O operations could not be completed:
  906. ioerror.caption-1=The following I/O operation could not be completed:
  907. ioerror={0}
  908. ioerror.directory-error=Cannot list directory: {0}
  909. ioerror.directory-error-nomsg=Cannot list directory.
  910. ioerror.encoding-error=Cannot load with "{0}" encoding.\n\
  911. ({1})\n\
  912. The encoding can be changed in the Commands menu\n\
  913. of the file system browser.
  914. ioerror.read-error=Cannot load: {0}
  915. ioerror.write-error=Cannot save: {0}
  916. ioerror.open-directory=Cannot open directory as a buffer.
  917. ioerror.save-directory=Cannot save buffer over a directory.
  918. ioerror.no-read=Insufficent permissions to load file.
  919. ioerror.no-write=Insufficent permissions to save file.
  920. ioerror.badurl=Malformed URL: {0}
  921. ioerror.delete-error=Cannot delete file.
  922. ioerror.rename-exists=Cannot overwrite existing file {0}.
  923. ioerror.rename-error=Cannot rename to {0}.
  924. ioerror.mkdir-error=Cannot create directory.
  925. vfs.not-supported.list=Directories on the "{0}" filesystem cannot be browsed.
  926. vfs.not-supported.load=Files on the "{0}" filesystem cannot be opened.
  927. vfs.not-supported.save=Files cannot be saved to the "{0}" filesystem.
  928. out-of-memory-error=There was insufficent Java heap memory to complete\n\
  929. this request. Try increasing the maximum heap size.\n\
  930. \n\
  931. Documentation on changing the Java heap size can be found in\n\
  932. the "Buffers" section of the "jEdit Basics" chapter of the\n\
  933. user guide.
  934. #}}}
  935. #{{{ Old I/O error dialog boxes
  936. ioerror.message=An I/O error occurred ({0})
  937. read-error.title=Read Error
  938. # {0} - the path name {1} - the error message
  939. read-error.message=The file {0}\n\
  940. could not be loaded due to an I/O error.\n\
  941. ({1})
  942. write-error.title=Write Error
  943. # {0} - the path name {1} - the error message
  944. write-error.message=The file {0}\n\
  945. could not be saved due to an I/O error.\n\
  946. ({1})
  947. directory-error.title=Directory Error
  948. # {0} - the path name {1} - the error message
  949. directory-error.message=The directory {0}\n\
  950. could not be listed due to an I/O error.\n\
  951. ({1})
  952. directory-error-nomsg.title=Directory Error
  953. # {0} - the path name
  954. directory-error-nomsg.message=The directory {0}\n\
  955. could not be listed due to an I/O error.
  956. encoding-error.title=Incompatible Encoding
  957. encoding-error.message=The file {0}\n\
  958. could not be loaded with the "{1}" encoding.\n\
  959. ({2})\n\
  960. \n\
  961. To use a different encoding, try the commands in the\n\
  962. File->Open With Encoding menu.\n\
  963. \n\
  964. If you are really stuck and do not know which encoding\n\
  965. to use, try "ASCII" or "8859_1".
  966. open-directory.title=Cannot Open Directory
  967. open-directory.message={0} is a directory.\n\
  968. Directories cannot be opened for editing.
  969. save-directory.title=Cannot Save Directory
  970. save-directory.message={0} is a directory.\n\
  971. Buffers cannot be saved over directories.
  972. no-read.title=Cannot Open File
  973. no-read.message=Cannot read from {0}.\n\
  974. This probably means you have insufficent permissions.
  975. no-write.title=Cannot Save File
  976. no-write.message=Cannot save to {0}.\n\
  977. This probably means you have insufficent permissions.
  978. badurl.title=Invalid URL
  979. # {0} - the URL
  980. # {1} - the error
  981. badurl.message=The following URL is invalid: {0}\n
  982. ({1})
  983. #}}}
  984. #{{{ Go to line dialog
  985. goto-line.title=Go To Line
  986. goto-line.message=Go to line:
  987. #}}}
  988. #{{{ Word count dialog
  989. wordcount.title=Word Count
  990. # {0} - characters
  991. # {1} - words
  992. # {2} - lines
  993. wordcount.message=Characters: {0}\nWords: {1}\nLines: {2}
  994. #}}}
  995. #{{{ Set marker dialog
  996. setmarker.title=Set Marker
  997. setmarker.message=Marker name:
  998. #}}}
  999. #{{{ File not saved dialog
  1000. notsaved.title=File Not Saved
  1001. # {0} - file name
  1002. notsaved.message=Save changes to {0}?
  1003. #}}}
  1004. #{{{ File changed, still reload dialog
  1005. changedreload.title=File Modified
  1006. changedreload.message=File has been modified since last save;\n\
  1007. If you reload, you will lose those changes. Continue?
  1008. #}}}
  1009. #{{{ Autosave file exists dialog
  1010. autosave-found.title=Autosave File Found
  1011. # {0} - autosave file name
  1012. autosave-found.message=An autosave file {0}\n\
  1013. was found! This probably means that jEdit crashed before you could\n\
  1014. save. Would you like to open the autosave file?
  1015. autosave-loaded.title=Autosave File Loaded
  1016. autosave-loaded.message=The autosave file {0}\n\
  1017. has been loaded. You should now check if it contains your unsaved\n\
  1018. data. If you would like to keep the autosaved changes, save the file.\n\
  1019. If you would like to discard them, select File->Reload.
  1020. #}}}
  1021. #{{{ Save all confirm dialog
  1022. saveall.title=Save All Buffers
  1023. saveall.message=Are you sure you want to save all modified buffers?
  1024. #}}}
  1025. #{{{ Reload all confirm dialog
  1026. reload-all.title=Reload All Buffers
  1027. reload-all.message=Are you sure you want to reload all buffers from disk?\n\
  1028. Unsaved changes in any open buffers WILL BE LOST!
  1029. #}}}
  1030. #{{{ Encoding prompt
  1031. encoding-prompt.title=Open With Other Encoding
  1032. encoding-prompt.message=Character encoding to use:
  1033. #}}}
  1034. #{{{ Macro recording already in progress dialog
  1035. already-recording.title=Already Recording
  1036. already-recording.message=A macro recording is already in progress.
  1037. #}}}
  1038. #{{{ Record macro dialog
  1039. record.title=Record Macro
  1040. record.message=Macro name:
  1041. #}}}
  1042. #{{{ Some features don't work with -nosettings dialog
  1043. no-settings.title=Feature Disabled
  1044. no-settings.message=jEdit was started with the -nosettings switch.\n\
  1045. To use this feature, you must start jEdit without that switch.
  1046. #}}}
  1047. #{{{ Some features don't work with the web start version
  1048. no-webstart.title=Feature Disabled
  1049. no-webstart.message=This feature is not available in the WebStart version\n\
  1050. of jEdit.
  1051. #}}}
  1052. #{{{ Search and replace dialog
  1053. search.title=Search And Replace
  1054. search.find=Search for: (press up arrow to recall previous)
  1055. search.find.mnemonic=s
  1056. search.replace=Replace with:
  1057. search.replace.mnemonic=w
  1058. search.string-replace-btn=Text
  1059. search.beanshell-replace-btn=Return value of a BeanShell snippet
  1060. search.settings=Settings:
  1061. search.keep=Keep dialog
  1062. search.keep.mnemonic=k
  1063. search.case=Ignore case
  1064. search.case.mnemonic=i
  1065. search.regexp=Regular expressions
  1066. search.regexp.mnemonic=x
  1067. search.hypersearch=HyperSearch
  1068. search.hypersearch.mnemonic=h
  1069. search.wrap=Auto wrap
  1070. search.wrap.mnemonic=t
  1071. search.direction=Direction:
  1072. search.back=Backward
  1073. search.back.mnemonic=b
  1074. search.forward=Forward
  1075. search.forward.mnemonic=o
  1076. search.fileset=Search in:
  1077. search.selection=Selection
  1078. search.selection.mnemonic=n
  1079. search.current=Current buffer
  1080. search.current.mnemonic=c
  1081. search.all=All buffers
  1082. search.all.mnemonic=l
  1083. search.directory=Directory:
  1084. search.directory.mnemonic=d
  1085. search.directoryField=Directory:
  1086. search.directoryField.mnemonic=y
  1087. search.filterField=Filter:
  1088. search.filterField.mnemonic=f
  1089. search.subdirs=Search subdirectories
  1090. search.subdirs.mnemonic=u
  1091. search.choose=Choose...
  1092. search.choose.mnemonic=e
  1093. search.findBtn=Find
  1094. search.replaceAndFindBtn=Replace & Find
  1095. search.replaceAndFindBtn.mnemonic=r
  1096. search.replaceAllBtn=Replace All
  1097. search.replaceAllBtn.mnemonic=a
  1098. # Beep when searching automatically wraps?
  1099. search.beepOnSearchAutoWrap=false
  1100. #}}}
  1101. #{{{ Keep searching dialog
  1102. keepsearching.title=No More Matches Found
  1103. keepsearching.message=No more matches were found. Continue search from\n\
  1104. {0,choice,0#beginning|1#end}?
  1105. #}}}
  1106. #{{{ HyperSearch results dialog
  1107. hypersearch-results.title=HyperSearch Results
  1108. hypersearch-results.result-caption={0} ({1} occurrence(s) in {2} file(s))
  1109. hypersearch-results.remove-node=Remove Node
  1110. hypersearch-results.clear.label=Remove All Nodes
  1111. hypersearch-results.multi.label=Toggle Multiple Results
  1112. hypersearch-results.file-caption={0} ({1} occurrences)
  1113. hypersearch-results.file-caption1={0} (1 occurrence)
  1114. hypersearch-results.searching=Searching...
  1115. hypersearch-results.no-results=Not found.
  1116. hypersearch-results.done=Done.
  1117. hypersearch-status=Searching
  1118. #}}}
  1119. #{{{ Search and replace error dialog
  1120. searcherror.title=Search and Replace Error
  1121. # {0} - error message
  1122. searcherror.message=An error occurred while performing this operation.\n\
  1123. ({0})
  1124. #}}}
  1125. #{{{ Empty fileset error dialog
  1126. empty-fileset.title=Empty File Set
  1127. empty-fileset.message=The specified search file set contains no files.\n\
  1128. Please ensure that the file name filter and directory to search\n\
  1129. (if applicable) are set correctly.
  1130. #}}}
  1131. #{{{ Reverse regular expression search not supported dialog
  1132. regexp-reverse.title=Not Supported
  1133. regexp-reverse.message=Cannot search backwards for a regular expression.\n\
  1134. Either search forwards or disable regular expressions.
  1135. #}}}
  1136. #{{{ Can only search local directories dialog
  1137. remote-dir-search.title=Non-Local Directory Chosen
  1138. remote-dir-search.message=You have elected to search a non-local directory.\n\
  1139. This can be very slow due to network latency and so on.\n\
  1140. Are you sure you want to continue?
  1141. #}}}
  1142. #{{{ "Search in selection" active but nothing selected in text area
  1143. search-no-selection.title=Nothing Selected
  1144. search-no-selection.message=Please select some text or deactivate the\n\
  1145. "search in selection" option first.
  1146. #}}}
  1147. #{{{ Paste previous and paste deleted dialogs
  1148. paste-from-list.whitespace=<whitespace>
  1149. paste-previous.title=Paste Previous
  1150. paste-previous.caption=Recently copied and pasted text:
  1151. paste-deleted.title=Paste Deleted
  1152. paste-deleted.caption=Recently deleted text:
  1153. #}}}
  1154. #{{{ File changed on disk dialog
  1155. filechanged-save.title=File Changed on Disk
  1156. filechanged-save.message=The file {0}\n\
  1157. has been modified on disk by another program. Are you sure\n\
  1158. you want to continue saving it?
  1159. #}}}
  1160. #{{{ File exists dialog
  1161. fileexists.title=File Exists
  1162. fileexists.message=The file {0} already exists. Are you sure you want\n\
  1163. to overwrite it?
  1164. #}}}
  1165. #{{{ Select line range dialog
  1166. selectlinerange.title=Select Line Range
  1167. selectlinerange.caption=Select line range:
  1168. selectlinerange.start=Start line:
  1169. selectlinerange.end=End line:
  1170. #}}}
  1171. #{{{ View registers dialog
  1172. view-registers.title=Registers
  1173. view-registers.caption=Register:
  1174. view-registers.clipboard=$ (clipboard)
  1175. view-registers.selection=% (selection)
  1176. view-registers.none=No registers defined
  1177. view-registers.register=Register:
  1178. view-registers.contents=Contents:
  1179. #}}}
  1180. #{{{ Close all buffers dialog
  1181. close.title=Unsaved Changes
  1182. close.caption=The following buffers have unsaved changes:
  1183. close.selectAll=Select All
  1184. close.selectAll.mnemonic=a
  1185. close.save=Save Selected
  1186. close.save.mnemonic=s
  1187. close.discard=Discard Selected
  1188. close.discard.mnemonic=d
  1189. #}}}
  1190. #{{{ Files changed on disk dialog
  1191. files-changed.title=Files Changed on Disk
  1192. files-changed.caption=The following files were changed on disk by another program:
  1193. files-changed.deleted=Deleted on disk; save to recreate:
  1194. files-changed.changed=Automatically reloaded:
  1195. files-changed.changed-dirty=Buffer dirty; not reloaded:
  1196. #}}}
  1197. #{{{ Abbrev dialogs
  1198. add-abbrev.title=Add Abbreviation
  1199. add-abbrev.mode=Add mode-specific
  1200. add-abbrev.global=Add global
  1201. edit-abbrev.title=Edit Abbreviation
  1202. edit-abbrev.duplicate.title=Duplicate Abbreviation
  1203. edit-abbrev.duplicate.message=\
  1204. Another expansion already exists with this abbreviation.\n\
  1205. \n\
  1206. Do you want to override the existing expansion?
  1207. abbrev-editor.abbrev=Abbreviation:
  1208. abbrev-editor.before=Text to insert before caret:
  1209. abbrev-editor.after=Text to insert after caret:
  1210. #}}}
  1211. #{{{ XMode errors
  1212. xmode-error.title=XML Parse Error
  1213. # {2} is the column number, but it's not too useful so we don't show it
  1214. xmode-error.message=An error occurred while parsing {0}, line {1}:\n\
  1215. {3}
  1216. xmode-error.dtd=The DTD could not be loaded\n({0})
  1217. xmode-error.termchar-invalid=The value of the AT_CHAR attribute is invalid ({0})
  1218. xmode-error.doctype-invalid=Expected a document type of MODE, found {0}
  1219. xmode-error.empty-tag=The {0} tag cannot be empty
  1220. xmode-error.token-invalid=The token type {0} is invalid
  1221. xmode-error.empty-keyword=The keyword text cannot be empty
  1222. xmode-error.regexp=Invalid regular expression\n({0})
  1223. xmode-error.hash-char-invalid=HASH_CHAR must be exactly one character
  1224. xmode-error.delegate-invalid=Invalid delegate: {0}
  1225. #}}}
  1226. #{{{ JARClassLoader errors
  1227. plugin-error.title=Plugin Error
  1228. plugin-error.caption=The following plugins could not be loaded:
  1229. plugin-error.caption-1=The following plugin could not be loaded:
  1230. plugin-error.load-error=Cannot load: {0}\n\
  1231. The most likely reason is that the JAR file is corrupt; try\n\
  1232. reinstalling it. See Utilities->Troubleshooting->Activity Log\n\
  1233. for a full stack trace.
  1234. plugin-error.start-error=Cannot start: {0}\n\
  1235. Try updating to a newer version of the plugin.
  1236. plugin-error.already-loaded=Two copies installed. Please remove one of the \
  1237. two copies.
  1238. plugin-error.dep-jdk=Requires Java {0} or later, but you only have version {1}.
  1239. plugin-error.dep-jedit=Requires jEdit {0} or later, but you only have version {1}.\n\
  1240. Download new jEdit versions from <http://www.jedit.org>.
  1241. plugin-error.dep-plugin.no-version=Requires version {0} \
  1242. or later of {1},\n\
  1243. but {1} is not installed.
  1244. plugin-error.dep-plugin.broken=Requires {0}, but {0}\n\
  1245. could not be loaded.
  1246. plugin-error.dep-plugin=Requires version {0} or later of {1}, \
  1247. but you only have {1} version {2}.
  1248. plugin-error.dep-class=Requires the class {0}.\n\
  1249. Try installing the appropriate plugin or class library.
  1250. plugin-error.obsolete=This plugin is obsolete. Please remove it.
  1251. plugin-error.not-42=This plugin does not support dynamic loading.\n\
  1252. You must restart jEdit after removing or installing this plugin.
  1253. #}}}
  1254. #{{{ Macro dialogs
  1255. macro-input.title=Macro Input
  1256. macro-error.title=Macro Error
  1257. macro-message.title=Macro Message
  1258. macro-confirm.title=Macro Confirmation
  1259. #}}}
  1260. #{{{ BeanShell stuff
  1261. beanshell-error.title=BeanShell Error
  1262. beanshell-error.message=A BeanShell error occurred.
  1263. beanshell-eval-input.title=Evaluate BeanShell Expression
  1264. beanshell-eval-input.message=BeanShell expression:\n\
  1265. \n\
  1266. Variables:\n\
  1267. view - The current view instance\n\
  1268. editPane - The current edit pane instance\n\
  1269. textArea - The current text area instance\n\
  1270. buffer - The current buffer
  1271. beanshell-eval.title=BeanShell Evaluation
  1272. beanshell-eval.message={0}
  1273. beanshell-eval-line.title=Evaluate BeanShell Expression
  1274. beanshell-eval-line.message=BeanShell expression to evaluate for each \
  1275. selected line:\n\
  1276. \n\
  1277. Variables:\n\
  1278. line - The index of the line, from the start of the buffer\n\
  1279. index - The index of the line, from the start of the selection\n\
  1280. text - The text of the line\n\
  1281. view - The current view instance\n\
  1282. editPane - The current edit pane instance\n\
  1283. textArea - The current text area instance\n\
  1284. buffer - The current buffer
  1285. #}}}
  1286. #{{{ Macro not recording dialog
  1287. macro-not-recording.title=Not Recording
  1288. macro-not-recording.message=A macro is not currently being recorded.
  1289. #}}}
  1290. #{{{ Large repeat count warning
  1291. large-repeat-count.title=Large Repeat Count
  1292. large-repeat-count.message=Are you sure you want to invoke "{0}" {1} times?
  1293. large-repeat-count.user-input.title=Large Repeat Count
  1294. large-repeat-count.user-input.message=Are you sure you want to insert "{0}" \
  1295. {1} times?
  1296. #}}}
  1297. #{{{ Wrong fold mode dialog
  1298. folding-not-explicit.title=Wrong Fold Mode
  1299. folding-not-explicit.message=This command can only be used in explicit fold mode.
  1300. #}}}
  1301. #{{{ Memory status dialog box
  1302. memory-status.title=Java Heap Memory
  1303. memory-status.gc=Garbage collection released {0} Kb.
  1304. memory-status.use={0} Kb used, {1} Kb total
  1305. #}}}
  1306. #{{{ Multiple I/O request errors
  1307. buffer-multiple-io.title=I/O Error
  1308. buffer-multiple-io.message=Each buffer can only execute one input/output\n\
  1309. operation at a time. Please wait until the current\n\
  1310. operation finishes (or abort it in the I/O progress monitor)\n\
  1311. before starting another one.
  1312. browser-multiple-io.title=I/O Error
  1313. browser-multiple-io.message=Each file system browser can only execute one input/output\n\
  1314. operation at a time. Please wait until the current operation\n\
  1315. finishes (or abort it in the I/O progress monitor) before starting\n\
  1316. another one.
  1317. #}}}
  1318. #{{{ maxLineLen=0 warning
  1319. format-maxlinelen.title=Wrap Margin
  1320. format-maxlinelen.message=The wrap margin must be set to a non-zero value\n\
  1321. for this command to work.
  1322. #}}}
  1323. #}}}
  1324. #{{{ Buffer options dialog
  1325. buffer-options.title=Buffer Options
  1326. buffer-options.caption=This dialog box changes settings for the current buffer\n\
  1327. only. To change settings on an editor-wide basis, see\n\
  1328. the Utilities->Global Options dialog box.
  1329. buffer-options.loading-saving=Loading and Saving
  1330. buffer-options.lineSeparator=Line separator:
  1331. buffer-options.encoding=Character encoding:
  1332. buffer-options.gzipped=GZIP (compress) file on disk
  1333. buffer-options.editing=Editing
  1334. buffer-options.mode=Edit mode:
  1335. #}}}
  1336. #{{{ Global options dialog
  1337. options.title=Options
  1338. options.title-template={0}: {1}
  1339. options.jedit.label=jEdit
  1340. # Option pane to show by default
  1341. options.last=editing
  1342. #{{{ Abbreviations pane
  1343. options.abbrevs.label=Abbreviations
  1344. options.abbrevs.code=new AbbrevsOptionPane();
  1345. options.abbrevs.set=Abbrev set:
  1346. options.abbrevs.expandOnInput=Space bar expands abbrevs
  1347. options.abbrevs.abbrev=Abbrev
  1348. options.abbrevs.expand=Expansion
  1349. options.abbrevs.add=Add...
  1350. options.abbrevs.edit=Edit...
  1351. options.abbrevs.remove=Remove
  1352. #}}}
  1353. #{{{ Appearance pane
  1354. options.appearance.label=Appearance
  1355. options.appearance.code=new AppearanceOptionPane();
  1356. options.appearance.lf.note=Restart jEdit for look & feel changes to take effect
  1357. options.appearance.lf=Swing look & feel:
  1358. options.appearance.primaryFont=Button, menu and label font:
  1359. options.appearance.secondaryFont=List and text field font:
  1360. options.appearance.history=History text field entries to remember:
  1361. options.appearance.menuSpillover=Number of items before menus spill over:
  1362. options.appearance.startup.label=Startup options
  1363. options.appearance.showSplash=Show splash screen on startup
  1364. options.appearance.showTips=Show tips on startup
  1365. options.appearance.experimental.label=Experimental options
  1366. options.appearance.experimental.caption=The below three options might not work \
  1367. correctly with some\n\
  1368. Java versions. If you experience problems, switch them off.
  1369. options.appearance.textColors=Use jEdit text area colors in all text \
  1370. components
  1371. options.appearance.decorateFrames=Draw window borders using Swing look & feel
  1372. options.appearance.decorateDialogs=Draw dialog box borders using Swing look & feel
  1373. #}}}
  1374. #{{{ Autosave & Backup pane
  1375. options.auto-back.label=Autosave & Backup
  1376. options.auto-back.code=new AutosaveBackupOptionPane();
  1377. options.auto-back.autosave=Autosave frequency (secs):
  1378. options.auto-back.backups=Max number of backups:
  1379. options.auto-back.backupDirectory=Backup directory:
  1380. options.auto-back.backupPrefix=Backup filename prefix:
  1381. options.auto-back.backupSuffix=Backup filename suffix:
  1382. options.auto-back.backupEverySave=Backup on every save
  1383. #}}}
  1384. #{{{ Context Menu pane
  1385. options.context.label=Context Menu
  1386. options.context.code=new ContextOptionPane();
  1387. options.context.caption=Items in text area right click menu:
  1388. options.context.add=Add...
  1389. options.context.remove=Remove
  1390. options.context.moveUp=Move Up
  1391. options.context.moveDown=Move Down
  1392. options.context.add.title=Add to Context Menu
  1393. options.context.add.caption=Add to context menu:
  1394. options.context.add.separator=Separator
  1395. options.context.add.action=Command or macro:
  1396. #}}}
  1397. #{{{ Editing pane
  1398. options.editing.label=Editing
  1399. options.editing.code=new EditingOptionPane();
  1400. options.editing.defaultMode=Default edit mode:
  1401. options.editing.undoCount=Number of undos:
  1402. options.editing.caption-0=\
  1403. To customize mode-specific settings, select an edit mode\n\
  1404. from the below menu. Currently, global defaults are being\n\
  1405. shown.
  1406. options.editing.caption-1=\
  1407. Uncheck "use default settings" to customize mode-specific\n\
  1408. settings. Otherwise, settings from the <global defaults>\n\
  1409. section will be used.
  1410. options.editing.mode=Change settings for mode:
  1411. options.editing.global=<global defaults>
  1412. options.editing.useDefaults=Use default settings
  1413. options.editing.filenameGlob=File name glob:
  1414. options.editing.firstlineGlob=First line glob:
  1415. options.editing.folding=Folding mode:
  1416. options.editing.collapseFolds=Initially collapse folds with level:
  1417. options.editing.wrap=Word wrap:
  1418. options.editing.maxLineLen=Wrap margin:
  1419. options.editing.tabSize=Tab width:
  1420. options.editing.indentSize=Indent width:
  1421. options.editing.noWordSep=Extra word characters:
  1422. options.editing.noTabs=Soft (emulated with spaces) tabs
  1423. options.editing.deepIndent=Deep indent
  1424. #}}}
  1425. #{{{ General pane
  1426. options.general.label=General
  1427. options.general.code=new GeneralOptionPane();
  1428. options.general.encoding=Default character encoding:
  1429. options.general.lineSeparator=Default line separator:
  1430. options.general.recentFiles=Recent files to remember:
  1431. options.general.sortRecent=Sort recent file list
  1432. options.general.saveCaret=Save caret positions in recent file list
  1433. options.general.persistentMarkers=Save marker positions
  1434. options.general.restore=Restore previously open files on startup
  1435. options.general.restore.cli=... even if file names were specified on the \
  1436. command line
  1437. options.general.sortBuffers=Sort buffer list (takes effect after restart)
  1438. options.general.sortByName=Sort buffer list by file name, instead of path name
  1439. options.general.checkModStatus=Warn if file is modified on disk by another program
  1440. options.general.twoStageSave=Two-stage save (safer but resets file owner on Unix)
  1441. options.general.stripTrailingEOL=Hide final end of line (if any)
  1442. #}}}
  1443. #{{{ Gutter pane
  1444. options.gutter.label=Gutter
  1445. options.gutter.code=new GutterOptionPane();
  1446. options.gutter.lineNumbers=Line numbering
  1447. options.gutter.font=Gutter font:
  1448. options.gutter.foreground=Line number color:
  1449. options.gutter.background=Background color:
  1450. options.gutter.borderWidth=Gutter border width:
  1451. options.gutter.numberAlignment=Line number alignment:
  1452. options.gutter.interval-1=Highlight every\
  1453. options.gutter.interval-2=lines:
  1454. options.gutter.currentLineHighlight=Highlight current line:
  1455. options.gutter.structureHighlight=Show structure scope:
  1456. options.gutter.markerHighlight=Show marker positions:
  1457. options.gutter.foldColor=Fold markers:
  1458. options.gutter.focusBorderColor=Focused gutter border:
  1459. options.gutter.noFocusBorderColor=Unfocused gutter border:
  1460. options.gutter.actions=Mouse actions
  1461. options.gutter.foldClick=Click in gutter:
  1462. options.gutter.SfoldClick=Shift-click in gutter:
  1463. options.gutter.toggle-fold=Collapse/expand fold
  1464. options.gutter.toggle-fold-fully=Collapse/expand fold fully
  1465. #}}}
  1466. #{{{ Plugin Manager pane
  1467. options.plugin-manager.label=Plugin Manager
  1468. options.plugin-manager.code=new PluginManagerOptionPane();
  1469. options.plugin-manager.updateMirrors=Update mirror list
  1470. options.plugin-manager.downloadSource=Download plugin source code
  1471. options.plugin-manager.deleteDownloads=Delete archives from download \
  1472. directory after install
  1473. options.plugin-manager.mirror=Preferred download mirror:
  1474. options.plugin-manager.location=Install plugins in:
  1475. options.plugin-manager.settings-dir=jEdit settings directory
  1476. options.plugin-manager.app-dir=jEdit application directory
  1477. options.plugin-manager.none=Plugin Central default
  1478. #}}}
  1479. #{{{ Printing pane
  1480. options.print.label=Printing
  1481. options.print.code=new PrintOptionPane();
  1482. options.print.font=Print font:
  1483. options.print.fontstyle=Print font style:
  1484. options.print.fontsize=Print font size:
  1485. options.print.header=Print a header with the file name
  1486. options.print.footer=Print a footer with the date, time and page number
  1487. options.print.lineNumbers=Print line numbers
  1488. options.print.color=Color printing
  1489. options.print.tabSize=Tab width when printing:
  1490. options.print.workarounds=Workarounds for Java bugs
  1491. options.print.glyphVector=Print spacing workaround (increases spool file size)
  1492. options.print.force13=Use old printing API (enable this if jEdit hangs when \
  1493. printing)
  1494. #}}}
  1495. #{{{ Proxy pane
  1496. options.firewall.label=Proxy Servers
  1497. options.firewall.code=new FirewallOptionPane();
  1498. options.firewall.http.enabled=Use HTTP proxy server
  1499. options.firewall.http.host=HTTP proxy host:
  1500. options.firewall.http.port=HTTP proxy port:
  1501. options.firewall.http.user=Username:
  1502. options.firewall.http.password=Password:
  1503. options.firewall.http.nonProxy=Connect directly to:
  1504. options.firewall.socks.enabled=Use SOCKS proxy server
  1505. options.firewall.socks.host=SOCKS proxy host:
  1506. options.firewall.socks.port=SOCKS proxy port:
  1507. #}}}
  1508. #{{{ Shortcuts pane
  1509. options.shortcuts.label=Shortcuts
  1510. options.shortcuts.code=new ShortcutsOptionPane();
  1511. options.shortcuts.select.label=Edit Shortcuts:
  1512. options.shortcuts.name=Command
  1513. options.shortcuts.shortcut1=Primary shortcut
  1514. options.shortcuts.shortcut2=Alternative shortcut
  1515. grab-key.title=Specify Shortcut
  1516. grab-key.caption=Press the desired shortcut for "{0}", then click OK.
  1517. grab-key.keyboard-test=Input the key strokes that are causing problems.
  1518. grab-key.assigned-to=Currently assigned to: {0}
  1519. grab-key.assigned-to.none=<none>
  1520. grab-key.assigned-to.prefix={0} prefix
  1521. grab-key.clear=Clear
  1522. grab-key.remove=Remove Current
  1523. grab-key.remove-ask.title=Remove Shortcut?
  1524. grab-key.remove-ask.message=\
  1525. You didn't specify a new shortcut.\n\
  1526. Do you want to remove the current shortcut?
  1527. grab-key.duplicate-alt-shortcut.title=Duplicate Shortcut
  1528. grab-key.duplicate-alt-shortcut.message=\
  1529. The shortcut you selected duplicates the other\n\
  1530. shortcut for this item. Please choose another.
  1531. grab-key.duplicate-shortcut.title=Duplicate Shortcut
  1532. grab-key.duplicate-shortcut.message=\
  1533. This shortcut is already assigned to\n\
  1534. "{0}".\n\
  1535. \n\
  1536. Do you want to override this assignment?
  1537. grab-key.prefix-shortcut.title=Invalid Shortcut
  1538. grab-key.prefix-shortcut.message=\
  1539. You cannot use this shortcut, because\n\
  1540. it is a prefix to other shortcuts.\n\
  1541. Please choose another.
  1542. #}}}
  1543. #{{{ Status bar pane
  1544. options.status.label=Status Bar
  1545. options.status.code=new StatusBarOptionPane();
  1546. options.status.visible=Show status bar
  1547. options.status.show-caret-status=Show caret status
  1548. options.status.show-encoding=Show buffer encoding
  1549. options.status.show-edit-mode=Show edit mode
  1550. options.status.show-fold-mode=Show fold mode
  1551. options.status.show-wrap=Show wrap mode
  1552. options.status.show-multi-select=Show multiple selection status
  1553. options.status.show-rect-select=Show rectangular selection status
  1554. options.status.show-overwrite=Show overwrite status
  1555. options.status.show-line-seperator=Show buffer line seperator
  1556. options.status.show-memory=Show memory indicator
  1557. options.status.memory.foreground=Memory indicator foreground:
  1558. options.status.memory.background=Memory indicator background:
  1559. #}}}
  1560. #{{{ Syntax Highlighting pane
  1561. options.syntax.label=Syntax Highlighting
  1562. options.syntax.code=new SyntaxHiliteOptionPane();
  1563. options.syntax.object=Token type
  1564. options.syntax.style=Text style
  1565. options.syntax.foldLine.1=Collapsed fold line, level 1
  1566. options.syntax.foldLine.2=Collapsed fold line, level 2
  1567. options.syntax.foldLine.3=Collapsed fold line, level 3
  1568. options.syntax.foldLine.0=Collapsed fold line, level > 3
  1569. #}}}
  1570. #{{{ Text Area pane
  1571. options.textarea.label=Text Area
  1572. options.textarea.code=new TextAreaOptionPane();
  1573. options.textarea.font=Text font:
  1574. options.textarea.foreground=Text color:
  1575. options.textarea.background=Background color:
  1576. options.textarea.caret=Caret:
  1577. options.textarea.blinkCaret=blinking
  1578. options.textarea.blockCaret=block
  1579. options.textarea.selection=Single selection:
  1580. options.textarea.multipleSelection=Multiple selection:
  1581. options.textarea.lineHighlight=Highlight current line:
  1582. options.textarea.structureHighlight=Highlight matching elements:
  1583. options.textarea.eolMarkers=End of line markers:
  1584. options.textarea.wrapGuide=Wrap guide:
  1585. options.textarea.electricBorders=Electric (auto scroll) borders
  1586. options.textarea.stdNextPrevWord=Go to next/previous word commands eat whitespace
  1587. options.textarea.joinNonWordChars=Double-click drag joins non-alphanumeric \
  1588. characters
  1589. options.textarea.middleMousePaste=Quick copy using middle mouse button
  1590. options.textarea.antiAlias=Smooth text (slow on some systems)
  1591. options.textarea.fracFontMetrics=Fractional font metrics (for better smooth \
  1592. text display)
  1593. #}}}
  1594. #{{{ Tool Bar pane
  1595. options.toolbar.label=Tool Bar
  1596. options.toolbar.code=new ToolBarOptionPane();
  1597. options.toolbar.showToolbar=Show tool bar
  1598. options.toolbar.caption=Buttons to display on tool bar:
  1599. options.toolbar.add=Add...
  1600. options.toolbar.edit=Edit...
  1601. options.toolbar.remove=Remove
  1602. options.toolbar.moveUp=Move Up
  1603. options.toolbar.moveDown=Move Down
  1604. options.toolbar.edit.title=Edit Tool Bar Entry
  1605. options.toolbar.edit.caption=Type:
  1606. options.toolbar.edit.separator=Separator
  1607. options.toolbar.edit.action=Command or macro:
  1608. options.toolbar.edit.icon=Icon:
  1609. options.toolbar.edit.builtin=Use built-in icon:
  1610. options.toolbar.edit.file=Load icon from file:
  1611. options.toolbar.edit.choose=Choose
  1612. options.toolbar.edit.no-icon=No icon selected
  1613. #}}}
  1614. #{{{ View pane
  1615. options.view.label=View
  1616. options.view.code=new ViewOptionPane();
  1617. options.view.viewLayout=View layout
  1618. options.view.alternateDockingLayout=Alternate docked window placement
  1619. options.view.alternateToolBarLayout=Alternate tool bar placement
  1620. options.view.showFullPath=Show full path of buffer in title bar
  1621. options.view.showSearchbar=Always show search bar
  1622. options.view.beepOnSearchAutoWrap=Beep when searching automatically wraps
  1623. options.view.showBufferSwitcher=Show buffer switcher
  1624. #}}}
  1625. #{{{ File System Browser panes
  1626. options.browser.label=File System Browser
  1627. options.browser.colors.label=Colors
  1628. options.browser.colors.code=new BrowserColorsOptionPane();
  1629. options.browser.colors.glob=File name glob
  1630. options.browser.colors.color=Color
  1631. options.browser.colors.add=Add
  1632. options.browser.colors.remove=Remove
  1633. options.browser.general.label=General
  1634. options.browser.general.code=new BrowserOptionPane();
  1635. options.browser.general.defaultPath=Default path:
  1636. options.browser.general.defaultPath.favorites=Favorites
  1637. options.browser.general.defaultPath.home=Home directory
  1638. options.browser.general.defaultPath.last=Most recently visited directory
  1639. options.browser.general.defaultPath.buffer=Parent directory of current buffer
  1640. options.browser.general.defaultPath.working=Working directory of jEdit process
  1641. options.browser.general.showMenubar=Show menu bar
  1642. options.browser.general.showToolbar=Show tool bar
  1643. options.browser.general.showIcons=Show icons
  1644. options.browser.general.showHiddenFiles=Show hidden files
  1645. options.browser.general.sortIgnoreCase=Ignore case when sorting
  1646. options.browser.general.sortMixFilesAndDirs=Mix files and directories
  1647. options.browser.general.doubleClickClose=Double-clicking an open file closes it
  1648. options.browser.general.currentBufferFilter=Filter in file dialogs is \
  1649. current buffer extension
  1650. #}}}
  1651. #{{{ Font selector
  1652. font-selector.title=Font Selector
  1653. font-selector.family=Font family:
  1654. font-selector.size=Font size:
  1655. font-selector.style=Font style:
  1656. font-selector.plain=Plain
  1657. font-selector.bold=Bold
  1658. font-selector.italic=Italic
  1659. font-selector.bolditalic=Bold italic
  1660. font-selector.preview=Preview
  1661. font-selector.long-text=The quick brown fox jumped over the lazy dog.
  1662. #}}}
  1663. #{{{ Color chooser, used by options.syntaxs
  1664. colorChooser.title=Pick a Color
  1665. #}}}
  1666. #{{{ Style editor, used by options.syntaxs
  1667. style-editor.title=Style Editor
  1668. style-editor.italics=Italics
  1669. style-editor.bold=Bold
  1670. style-editor.fgColor=Text color:
  1671. style-editor.bgColor=Background color:
  1672. #}}}
  1673. #}}}
  1674. #{{{ Plugin options dialog
  1675. plugin-options.title=Options
  1676. options.plugins.label=Plugins
  1677. options.no-plugins.label=No Plugin Options
  1678. #}}}
  1679. #{{{ Help viewer
  1680. helpviewer.title=jEdit Help
  1681. helpviewer.loading=Loading...
  1682. helpviewer.back.label=Back
  1683. helpviewer.back.icon=ArrowL.png
  1684. helpviewer.forward.label=Forward
  1685. helpviewer.forward.icon=ArrowR.png
  1686. helpviewer.toc.loading=Loading...
  1687. helpviewer.toc.label=Contents
  1688. helpviewer.toc.welcome=Welcome to jEdit
  1689. helpviewer.toc.readme=General Information
  1690. helpviewer.toc.changes=Detailed Change Log
  1691. helpviewer.toc.todo=To Do List and Known Bugs
  1692. helpviewer.toc.copying=GNU General Public License
  1693. helpviewer.toc.copying-doc=GNU Free Documentation License
  1694. helpviewer.toc.copying-apache=Apache License
  1695. helpviewer.toc.plugins=Plugins
  1696. helpviewer.search.label=Search
  1697. helpviewer.search.caption=Search for:
  1698. helpviewer.searching=Searching...
  1699. helpviewer.no-results=No results
  1700. #}}}
  1701. #{{{ Tip of the day window
  1702. tip.title=Tip of the Day
  1703. tip.caption=Did you know...
  1704. tip.show-next-time=Show tips on startup
  1705. tip.next-tip=Next Tip
  1706. tip.not-found=doc/tips directory not found
  1707. # Show on startup?
  1708. tip.show=true
  1709. #}}}
  1710. #{{{ Activity log
  1711. log-viewer.title=Activity Log
  1712. log-viewer.caption=Full text of log is stored in {0}.
  1713. log-viewer.copy=Copy
  1714. log-viewer.tail.label=Tail
  1715. #}}}
  1716. #{{{ I/O progress monitor
  1717. io-progress-monitor.title=I/O Progress Monitor
  1718. io-progress-monitor.caption={0} pending request(s).
  1719. io-progress-monitor.idle=Thread idle
  1720. io-progress-monitor.abort=Abort
  1721. #{{{ I/O abort dialog box
  1722. abort.title=Abort I/O
  1723. abort.message=Are you sure you want to abort the currently executing\n\
  1724. input/output request? If you are aborting a file save, this may\n\
  1725. result in data loss.
  1726. #}}}
  1727. #}}}
  1728. #{{{ VFS browser
  1729. vfs.browser.title=File System Browser
  1730. vfs.browser.path=Path:
  1731. vfs.browser.path.mnemonic=p
  1732. vfs.browser.filter=Filter:
  1733. vfs.browser.default-filter=*[^~#]
  1734. vfs.browser.filter-enabled=true
  1735. vfs.browser.tree.loading=Loading...
  1736. vfs.browser.name=Name
  1737. vfs.browser.type=Type
  1738. vfs.browser.type.file=File
  1739. vfs.browser.type.directory=Directory
  1740. vfs.browser.type.filesystem=File system
  1741. vfs.browser.status=Status
  1742. vfs.browser.status.no=No access
  1743. vfs.browser.status.ro=Read only
  1744. vfs.browser.status.append=Append only
  1745. vfs.browser.status.rw=Read/write
  1746. vfs.browser.size=Size
  1747. vfs.browser.modified=Last modified
  1748. #{{{ Actions
  1749. vfs.browser.browse-window.label=Browse in New Window
  1750. vfs.browser.browse.label=Browse
  1751. vfs.browser.close.label=Close
  1752. vfs.browser.copy-path.label=Copy Path Name
  1753. vfs.browser.delete.label=Delete...
  1754. vfs.browser.home.icon=Home.png
  1755. vfs.browser.home.label=Home Directory
  1756. vfs.browser.insert.label=Insert
  1757. vfs.browser.new-directory.icon=NewDir.png
  1758. vfs.browser.new-directory.label=New Directory...
  1759. vfs.browser.new-file.icon=New.png
  1760. vfs.browser.new-file.label=New File
  1761. vfs.browser.open.label=Open
  1762. vfs.browser.other-encoding-2.label=Other ({0})...
  1763. vfs.browser.other-encoding.label=Other...
  1764. vfs.browser.reload.icon=Reload.png
  1765. vfs.browser.reload.label=Reload Directory
  1766. vfs.browser.rename.label=Rename...
  1767. vfs.browser.roots.icon=Drive.png
  1768. vfs.browser.roots.label=Root Directory
  1769. vfs.browser.search-directory.icon=FindInDir.png
  1770. vfs.browser.search-directory.label=Search in Directory...
  1771. vfs.browser.show-hidden-files.label=Show Hidden Files
  1772. vfs.browser.synchronize.icon=CurrentDir.png
  1773. vfs.browser.synchronize.label=Directory of Current Buffer
  1774. vfs.browser.up.icon=ParentDir.png
  1775. vfs.browser.up.label=Parent Directory
  1776. #}}}
  1777. #{{{ Tool bar
  1778. vfs.browser.toolbar-browser=vfs.browser.up \
  1779. vfs.browser.reload \
  1780. vfs.browser.roots \
  1781. vfs.browser.home \
  1782. vfs.browser.synchronize \
  1783. vfs.browser.new-file \
  1784. vfs.browser.new-directory \
  1785. vfs.browser.search-directory
  1786. vfs.browser.toolbar-dialog=vfs.browser.up \
  1787. vfs.browser.reload \
  1788. vfs.browser.roots \
  1789. vfs.browser.home \
  1790. vfs.browser.synchronize \
  1791. vfs.browser.new-directory
  1792. #}}}
  1793. #{{{ Commands menu
  1794. vfs.browser.commands.label=Commands
  1795. vfs.browser.commands.encoding.label=Encoding
  1796. vfs.browser.open-in.label=Open in
  1797. vfs.browser.open-in=vfs.browser.open-view \
  1798. vfs.browser.open-plain-view \
  1799. vfs.browser.open-split
  1800. vfs.browser.open-view.label=New View
  1801. vfs.browser.open-plain-view.label=New Plain View
  1802. vfs.browser.open-split.label=New Split
  1803. #}}}
  1804. #{{{ Plugins menu
  1805. vfs.browser.plugins.label=Plugins
  1806. vfs.browser.plugins.plugin-manager.label=Plugin Manager...
  1807. vfs.browser.plugins.plugin-options.label=Plugin Options...
  1808. vfs.browser.plugins.no-plugins.label=No Plugins
  1809. #}}}
  1810. #{{{ Favorites menu
  1811. vfs.browser.favorites.label=Favorites
  1812. vfs.browser.favorites.add-to-favorites.label=Add to Favorites
  1813. vfs.browser.favorites.edit-favorites.label=Edit Favorites
  1814. vfs.browser.favorites.no-favorites.label=No Favorites
  1815. #}}}
  1816. vfs.browser.dialog.open=Open
  1817. vfs.browser.dialog.save=Save
  1818. vfs.browser.dialog.choose-dir=Choose
  1819. vfs.browser.dialog.filename=File name:
  1820. vfs.browser.dialog.filename.mnemonic=f
  1821. #{{{ Dialogs
  1822. vfs.browser.bad-filter.title=Invalid Filter
  1823. vfs.browser.bad-filter.message=The filter {0} is invalid ({1})
  1824. vfs.browser.recurse-favorites.title=Cannot Add Favorites to Itself
  1825. vfs.browser.recurse-favorites.message=The favorites list cannot be added to itself.
  1826. vfs.browser.delete-confirm.title=Delete File Confirmation
  1827. vfs.browser.delete-confirm.message=Are you sure you want to delete the following files?\n\n\
  1828. {0}
  1829. vfs.browser.delete-favorites.title=Delete From Favorites
  1830. vfs.browser.delete-favorites.message=Are you sure you want to remove the following directories \
  1831. from the favorites?\n\n\
  1832. {0}
  1833. vfs.browser.rename.title=Rename File
  1834. vfs.browser.rename.message=Enter a new name for {0}:
  1835. vfs.browser.mkdir.title=New Directory
  1836. vfs.browser.mkdir.message=Name (or path) of new directory:
  1837. #}}}
  1838. #}}}
  1839. #{{{ I/O status messages
  1840. vfs.status.load=Loading {0}
  1841. vfs.status.load-markers=Loading markers for {0}
  1842. vfs.status.save=Saving {0}
  1843. vfs.status.save-markers=Saving markers for {0}
  1844. vfs.status.autosave=Autosaving {0}
  1845. vfs.status.listing-directory=Listing {0}
  1846. vfs.status.deleting=Deleting {0}
  1847. vfs.status.renaming=Renaming {0} to {1}
  1848. #}}}
  1849. #{{{ Plugin manager
  1850. plugin-manager.title=Plugin Manager
  1851. plugin-manager.export-url=http://plugins.jedit.org/export/gzip_plugin_manager.php
  1852. plugin-manager.mirror-url=http://plugins.jedit.org/export/mirror_list.php
  1853. plugin-manager.options=Options...
  1854. plugin-manager.done=Close
  1855. plugin-manager.remove-confirm.title=Remove Plugins
  1856. plugin-manager.remove-confirm.message=Are you sure you want to remove the \
  1857. following plugins?
  1858. plugin-manager.dependency.title=Plugin Dependency
  1859. plugin-manager.dependency.message={0} is required by the following plugins:\n\
  1860. \n\
  1861. {1}\n\
  1862. \n\
  1863. Deselecting {0} will also deselect the above plugins.
  1864. install-plugins.depend.title=Dependency Required
  1865. install-plugins.depend.message=One or more of the plugins you are installing\n\
  1866. require additional plugins. They will be automatically\n\
  1867. installed if you continue.
  1868. plugin-manager.status.loaded=Loaded
  1869. plugin-manager.status.not-loaded=Not loaded
  1870. plugin-manager.status.error=Error
  1871. #{{{ Plugin list download progress
  1872. plugin-list.progress.title=Downloading Plugin List
  1873. plugin-list.progress.caption=Downloading list of available plugins from \
  1874. plugins.jedit.org...
  1875. plugin-list.progress.stop=Cancel
  1876. #}}}
  1877. #{{{ Error while loading plugin list
  1878. plugin-list.ioerror.title=I/O Error
  1879. plugin-list.ioerror.message=Could not download the plugin list.\n\
  1880. ({0})\n\
  1881. \n\
  1882. If you are behind an HTTP or SOCKS proxy, click\n\
  1883. "Proxy Servers" to configure proxy server settings\n\
  1884. and try again.
  1885. plugin-list.ioerror.proxy-servers=Proxy Servers...
  1886. plugin-list.xmlerror.title=XML Parser Error
  1887. plugin-list.xmlerror.message=An error occurred while parsing {0}, line {1}:\n\
  1888. {2}
  1889. #}}}
  1890. #{{{ Plugin management
  1891. manage-plugins.title=Manage
  1892. manage-plugins.info.name=Name
  1893. manage-plugins.info.version=Version
  1894. manage-plugins.info.status=Status
  1895. manage-plugins.remove=Remove...
  1896. manage-plugins.help=Help...
  1897. #}}}
  1898. #{{{ Plugin installation
  1899. install-plugins.title=Install
  1900. install-plugins.info.name=Name
  1901. install-plugins.info.size=Size
  1902. install-plugins.info.version=Version
  1903. install-plugins.info.category=Category
  1904. install-plugins.totalSize=Total Size:\
  1905. install-plugins.select-all=Select All
  1906. install-plugins.install=Install
  1907. install-plugins.show-updates=Show Updates
  1908. install-plugins.info=Author: {0}\n\
  1909. Released: {1}\n\
  1910. {2}
  1911. update-plugins.title=Update
  1912. plugin-manager.progress=Downloading selected plugins from plugins.jedit.org...
  1913. plugin-manager.progress.stop=Stop
  1914. #}}}
  1915. #{{{ Plugin remove error
  1916. plugin-manager.remove-failed.title=Remove Failed
  1917. plugin-manager.remove-failed.message=The plugin {0}\n\
  1918. could not be removed.
  1919. #}}}
  1920. #}}}