PageRenderTime 58ms CodeModel.GetById 18ms RepoModel.GetById 1ms app.codeStats 0ms

/jEdit/tags/jedit-4-3-pre5/org/gjt/sp/jedit/jedit_gui.props

#
MSBuild | 2163 lines | 1953 code | 210 blank | 0 comment | 31 complexity | 8e38ea3d71baa516e75633616bd0b2db 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

Large files files are truncated, but you can click here to view the full file

  1. ###
  2. ### jEdit user interface definitions,
  3. ### :tabSize=8:indentSize=8:noTabs=false:
  4. ### :folding=explicit:collapseFolds=1:
  5. ###
  6. ### Copyright (C) 1998, 2005 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. common.add=Add
  27. common.remove=Remove
  28. common.moveUp=Move Up
  29. common.moveDown=Move Down
  30. lineSep.unix=Unix (\\n)
  31. lineSep.windows=DOS/Windows (\\r\\n)
  32. lineSep.mac=MacOS (\\r)
  33. #}}}
  34. #{{{ Miscellaneous
  35. encodings=ASCII Cp850 Cp1251 Cp1252 ISO8859_1 ISO8859_2 ISO8859_15 \
  36. MacRoman Big5 GBK KOI8_R SJIS UTF-16 UTF-8 UTF-8Y
  37. history.caption=Previously entered strings:
  38. action-set.jEdit=Built-in Commands
  39. action-set.browser=File System Browser
  40. action-set.macros=Macros
  41. action-set.plugin=Plugin: {0}
  42. macro-handler.beanshell.label=BeanShell script
  43. macro-handler.beanshell.glob=*.bsh
  44. # Plugin activation hooks
  45. defer=false
  46. startup=true
  47. #}}}
  48. #{{{ Tool bar
  49. view.toolbar=new-file open-file close-buffer save - print page-setup - \
  50. undo redo cut copy paste - find find-next - new-view unsplit \
  51. split-horizontal split-vertical - buffer-options global-options - \
  52. plugin-manager - help
  53. new-file.icon=New.png
  54. open-file.icon=Open.png
  55. save.icon=Save.png
  56. close-buffer.icon=Cancel.png
  57. print.icon=Print.png
  58. page-setup.icon=PageSetup.png
  59. undo.icon=Undo.png
  60. redo.icon=Redo.png
  61. cut.icon=Cut.png
  62. copy.icon=Copy.png
  63. paste.icon=Paste.png
  64. find.icon=Find.png
  65. find-next.icon=FindAgain.png
  66. new-view.icon=NewView.png
  67. unsplit.icon=UnSplit.png
  68. split-horizontal.icon=SplitHorizontal.png
  69. split-vertical.icon=SplitVertical.png
  70. buffer-options.icon=Properties.png
  71. global-options.icon=Preferences.png
  72. plugin-manager.icon=Plugins.png
  73. help.icon=Help.png
  74. #{{{ Icon list for tool bar editor
  75. icons=AdjustWidth.png \
  76. ArrowD.png \
  77. ArrowL.png \
  78. ArrowR.png \
  79. ArrowU.png \
  80. BrokenImage.png \
  81. ButtonProperties.png \
  82. Cancel.png \
  83. Clear.png \
  84. Copy.png \
  85. CopyToBuffer.png \
  86. CurrentDir.png \
  87. Cut.png \
  88. Delete.png \
  89. Drive.png \
  90. FindAgain.png \
  91. FindInDir.png \
  92. Find.png \
  93. Floppy.png \
  94. Help.png \
  95. Home.png \
  96. Load.png \
  97. Minus.png \
  98. MultipleResults.png \
  99. NewDir.png \
  100. New.png \
  101. NewView.png \
  102. NextFile.png \
  103. Open.png \
  104. PageSetup.png \
  105. ParentDir.png \
  106. Parse.png \
  107. Paste.png \
  108. Pause.png \
  109. Play.png \
  110. Plugins.png \
  111. Plus.png \
  112. Preferences.png \
  113. PreviousFile.png \
  114. Print.png \
  115. Properties.png \
  116. Redo.png \
  117. Reload.png \
  118. Run.png \
  119. RunAgain.png \
  120. RunToBuffer.png \
  121. Save.png \
  122. SaveAll.png \
  123. SaveAs.png \
  124. SingleResult.png \
  125. SplitHorizontal.png \
  126. SplitVertical.png \
  127. Stop.png \
  128. Undo.png \
  129. UnSplit.png \
  130. ZoomIn.png \
  131. ZoomOut.png \
  132. Blank24.gif
  133. #}}}
  134. view.search.find=Search for:
  135. view.search.close-tooltip=Hide search bar
  136. view.action.prompt=Action:
  137. view.action.no-completions=No matching actions found
  138. view.action.close-tooltip=Hide action bar
  139. #}}}
  140. #{{{ Context menu
  141. view.context=cut copy paste paste-previous paste-deleted - \
  142. select-block to-upper to-lower - hypersearch-word - \
  143. add-marker - collapse-fold expand-fold narrow-to-fold
  144. view.context.customize=Customize This Menu...
  145. #}}}
  146. #{{{ Menu bar
  147. view.mbar=file edit search markers folds view utils macros plugins help-menu
  148. #{{{ File menu
  149. file=new-file \
  150. open-file \
  151. %recent-files \
  152. - \
  153. reload \
  154. reload-all \
  155. - \
  156. close-buffer \
  157. close-all \
  158. - \
  159. save \
  160. save-as \
  161. save-a-copy-as \
  162. save-all \
  163. - \
  164. print \
  165. page-setup \
  166. - \
  167. exit
  168. file.label=$File
  169. new-file.label=$New
  170. open-file.label=$Open...
  171. reload.label=$Reload
  172. reload-all.label=Reloa$d All...
  173. close-buffer.label=$Close
  174. close-all.label=Clos$e All
  175. save.label=$Save
  176. save-as.label=S$ave As...
  177. save-a-copy-as.label=Save a Cop$y As...
  178. save-all.label=Save A$ll...
  179. print.label=$Print...
  180. page-setup.label=Pa$ge Setup...
  181. # Print selection not yet implemented
  182. #print-selection.label=Prin$t Selection...
  183. exit.label=E$xit
  184. #{{{ Recent Files menu
  185. recent-files.code=new RecentFilesProvider();
  186. recent-files.label=Recent $Files
  187. no-recent-files.label=No Recent Files
  188. #}}}
  189. #}}}
  190. #{{{ Edit menu
  191. edit=undo \
  192. redo \
  193. - \
  194. cut \
  195. copy \
  196. paste \
  197. %clipboard \
  198. - \
  199. select-all \
  200. %selection \
  201. - \
  202. word-count \
  203. complete-word \
  204. expand-abbrev \
  205. - \
  206. goto-line \
  207. - \
  208. %text \
  209. %indent \
  210. %source
  211. edit.label=$Edit
  212. undo.label=$Undo
  213. redo.label=$Redo
  214. cut.label=$Cut
  215. copy.label=C$opy
  216. paste.label=$Paste
  217. select-all.label=Select $All
  218. word-count.label=$Word Count...
  219. complete-word.label=Co$mplete Word
  220. expand-abbrev.label=E$xpand Abbreviation
  221. goto-line.label=$Go to Line...
  222. #{{{ More Clipboard menu
  223. clipboard=cut-append \
  224. copy-append \
  225. vertical-paste \
  226. - \
  227. paste-previous \
  228. paste-deleted \
  229. - \
  230. cut-string-register \
  231. copy-string-register \
  232. paste-string-register \
  233. - \
  234. cut-append-string-register \
  235. copy-append-string-register \
  236. vertical-paste-string-register \
  237. - \
  238. view-registers
  239. clipboard.label=More Clip$board
  240. cut-append.label=$Cut Append
  241. copy-append.label=C$opy Append
  242. vertical-paste.label=$Vertical Paste
  243. paste-previous.label=Paste Previo$us...
  244. paste-deleted.label=Paste $Deleted...
  245. cut-string-register.label=Cu$t to Register
  246. copy-string-register.label=Co$py to Register
  247. paste-string-register.label=Paste $Register
  248. cut-append-string-register.label=Cut Appe$nd to Register
  249. copy-append-string-register.label=Copy $Append to Register
  250. vertical-paste-string-register.label=V$ertical Paste Register
  251. view-registers.label=Vie$w Registers
  252. #}}}
  253. #{{{ More Selection menu
  254. selection=select-none \
  255. select-word \
  256. select-line \
  257. select-paragraph \
  258. - \
  259. invert-selection \
  260. toggle-multi-select \
  261. toggle-rect-select \
  262. - \
  263. select-line-range
  264. selection.label=More $Selection
  265. select-none.label=Select $None
  266. select-word.label=Select $Word
  267. select-line.label=Select $Line
  268. select-paragraph.label=Select $Paragraph
  269. invert-selection.label=$Invert Selection
  270. toggle-multi-select.label=$Multiple Selection
  271. toggle-rect-select.label=$Rectangular Selection
  272. select-line-range.label=Sele$ct Line Range...
  273. #}}}
  274. #{{{ Text menu
  275. text=delete-line \
  276. delete-start-line \
  277. delete-end-line \
  278. join-lines \
  279. - \
  280. format-paragraph \
  281. delete-paragraph \
  282. - \
  283. to-lower \
  284. to-upper
  285. text.label=$Text
  286. delete-line.label=$Delete Lines
  287. delete-start-line.label=Delete to $Start of Line
  288. delete-end-line.label=Delete to $End of Line
  289. join-lines.label=$Join Lines
  290. delete-paragraph.label=Delete $Paragraph
  291. format-paragraph.label=$Format Paragraph
  292. to-lower.label=To $Lower Case
  293. to-upper.label=To $Upper Case
  294. #}}}
  295. #{{{ Indent menu
  296. indent=indent-lines \
  297. shift-left \
  298. shift-right \
  299. - \
  300. remove-trailing-ws \
  301. spaces-to-tabs \
  302. tabs-to-spaces
  303. indent.label=$Indent
  304. indent-lines.label=$Indent Lines
  305. shift-left.label=Shift Indent $Left
  306. shift-right.label=Shift Indent $Right
  307. remove-trailing-ws.label=Remove Trailing $Whitespace
  308. spaces-to-tabs.label=$Spaces to Tabs
  309. tabs-to-spaces.label=$Tabs to Spaces
  310. #}}}
  311. #{{{ Source menu
  312. source=range-comment \
  313. line-comment \
  314. - \
  315. select-block \
  316. match-bracket \
  317. prev-bracket \
  318. next-bracket
  319. source.label=Sourc$e
  320. range-comment.label=$Range Comment
  321. line-comment.label=$Line Comment
  322. select-block.label=$Select Code Block
  323. match-bracket.label=Go to $Matching Bracket
  324. prev-bracket.label=Go to $Previous Bracket
  325. next-bracket.label=Go to $Next Bracket
  326. #}}}
  327. #}}}
  328. #{{{ Search menu
  329. search=find \
  330. find-next \
  331. find-prev \
  332. - \
  333. search-in-open-buffers \
  334. search-in-directory \
  335. - \
  336. replace-in-selection \
  337. replace-and-find-next \
  338. replace-all \
  339. - \
  340. quick-search \
  341. hypersearch \
  342. quick-search-word \
  343. hypersearch-word \
  344. - \
  345. ignore-case \
  346. regexp \
  347. - \
  348. hypersearch-results
  349. search.label=$Search
  350. find.label=$Find...
  351. find-next.label=Fi$nd Next
  352. find-prev.label=Find Pre$vious
  353. search-in-open-buffers.label=Search in Open $Buffers...
  354. search-in-directory.label=Search in $Directory...
  355. replace-in-selection.label=$Replace in Selection
  356. replace-and-find-next.label=Re$place and Find Next
  357. replace-all.label=Replace $All
  358. quick-search.label=$Incremental Search Bar
  359. hypersearch.label=$HyperSearch Bar
  360. quick-search-word.label=Incremental Search for $Word
  361. hypersearch-word.label=H$yperSearch for Word
  362. ignore-case.label=Ignore $Case
  363. regexp.label=Regular E$xpressions
  364. hypersearch-results.label=HyperSearch Results
  365. #}}}
  366. #{{{ Markers menu
  367. markers=add-marker \
  368. add-marker-shortcut \
  369. - \
  370. remove-all-markers \
  371. - \
  372. goto-marker \
  373. select-marker \
  374. swap-marker \
  375. - \
  376. prev-marker \
  377. next-marker \
  378. - \
  379. view-markers \
  380. -
  381. markers.code=new MarkersProvider();
  382. markers.label=$Markers
  383. add-marker.label=$Add/Remove Marker
  384. add-marker-shortcut.label=Add Marker $With Shortcut
  385. remove-all-markers.label=Re$move All Markers
  386. goto-marker.label=$Go to Marker
  387. select-marker.label=$Select to Marker
  388. swap-marker.label=Swa$p Caret and Marker
  389. prev-marker.label=Go to $Previous Marker
  390. next-marker.label=Go to $Next Marker
  391. no-markers.label=No Markers
  392. markers.blank-line=[Blank line]
  393. #}}}
  394. #{{{ Folding menu
  395. folds=collapse-fold \
  396. expand-one-level \
  397. expand-fold \
  398. - \
  399. collapse-all-folds \
  400. expand-folds \
  401. expand-all-folds \
  402. - \
  403. select-fold \
  404. - \
  405. add-explicit-fold \
  406. - \
  407. narrow-to-fold \
  408. narrow-to-selection \
  409. - \
  410. parent-fold \
  411. prev-fold \
  412. next-fold
  413. folds.label=F$olding
  414. collapse-fold.label=$Collapse Fold
  415. expand-one-level.label=$Expand Fold One Level
  416. expand-fold.label=Expand $Fold Fully
  417. collapse-all-folds.label=Collapse $All Folds
  418. expand-folds.label=Expand Fo$lds With Level
  419. expand-all-folds.label=E$xpand All Folds
  420. select-fold.label=$Select Fold
  421. add-explicit-fold.label=A$dd Explicit Fold
  422. narrow-to-fold.label=Na$rrow to Fold
  423. narrow-to-selection.label=Narro$w to Selection
  424. parent-fold.label=$Go to Parent Fold
  425. prev-fold.label=Go to $Previous Fold
  426. next-fold.label=Go to $Next Fold
  427. #}}}
  428. #{{{ View menu
  429. view=new-view \
  430. new-plain-view \
  431. close-view \
  432. - \
  433. prev-buffer \
  434. next-buffer \
  435. recent-buffer \
  436. show-buffer-switcher \
  437. - \
  438. toggle-line-numbers \
  439. - \
  440. %scrolling \
  441. %splitting \
  442. %docking
  443. view.label=$View
  444. new-view.label=New $View
  445. new-plain-view.label=Ne$w Plain View
  446. close-view.label=$Close View
  447. prev-buffer.label=Go to $Previous Buffer
  448. next-buffer.label=Go to $Next Buffer
  449. recent-buffer.label=Go to $Recent Buffer
  450. show-buffer-switcher.label=Show $Buffer Switcher
  451. toggle-line-numbers.label=$Line Numbers
  452. #{{{ Scrolling menu
  453. scrolling=scroll-to-current-line \
  454. center-caret \
  455. - \
  456. scroll-up-line \
  457. scroll-down-line \
  458. - \
  459. scroll-up-page \
  460. scroll-down-page
  461. scrolling.label=Scrollin$g
  462. scroll-to-current-line.label=Scroll $to Current Line
  463. center-caret.label=$Center Caret on Screen
  464. scroll-up-line.label=Line Scroll $Up
  465. scroll-down-line.label=Line Scroll $Down
  466. scroll-up-page.label=Page Scroll U$p
  467. scroll-down-page.label=Page Scroll D$own
  468. #}}}
  469. #{{{ Splitting menu
  470. splitting=unsplit-current \
  471. unsplit \
  472. split-horizontal \
  473. split-vertical \
  474. resplit \
  475. - \
  476. prev-textarea \
  477. next-textarea
  478. splitting.label=$Splitting
  479. split-horizontal.label=Split $Horizontally
  480. split-vertical.label=Split $Vertically
  481. unsplit-current.label=$Unsplit Current
  482. unsplit.label=Unsplit $All
  483. resplit.label=$Restore Split
  484. prev-textarea.label=Go to $Previous Text Area
  485. next-textarea.label=Go to $Next Text Area
  486. #}}}
  487. #{{{ Docking menu
  488. docking=left-docking-area \
  489. top-docking-area \
  490. right-docking-area \
  491. bottom-docking-area \
  492. - \
  493. close-docking-area
  494. docking.label=$Docking
  495. docking.menu.label=Dockable Menu
  496. left-docking-area.label=Go to $Left Docking Area
  497. top-docking-area.label=Go to $Top Docking Area
  498. right-docking-area.label=Go to $Right Docking Area
  499. bottom-docking-area.label=Go to $Bottom Docking Area
  500. close-docking-area.label=$Close Current Docking Area
  501. #}}}
  502. #}}}
  503. #{{{ Utilities menu
  504. utils=vfs.browser \
  505. %recent-directories \
  506. - \
  507. %favorites \
  508. %current-directory \
  509. %jedit-directory \
  510. %settings-directory \
  511. - \
  512. %beanshell \
  513. %troubleshooting \
  514. - \
  515. action-bar \
  516. last-action \
  517. - \
  518. buffer-options \
  519. global-options
  520. utils.label=$Utilities
  521. vfs.browser.label=$File System Browser
  522. action-bar.label=$Action Bar
  523. last-action.label=Re$peat Last Action
  524. buffer-options.label=$Buffer Options...
  525. global-options.label=$Global Options...
  526. #{{{ Recent Directories menu
  527. recent-directories.label=$Recent Directories
  528. recent-directories.code=new RecentDirectoriesProvider();
  529. no-recent-dirs.label=No Recent Directories
  530. #}}}
  531. #{{{ Favorites menu
  532. favorites=add-buffer-to-favorites add-dir-to-favorites edit-favorites -
  533. favorites.label=Fa$vorites
  534. favorites.code=new FavoritesProvider();
  535. add-buffer-to-favorites.label=Add Buffer to Favorites
  536. add-dir-to-favorites.label=Add Directory to Favorites
  537. edit-favorites.label=Edit Favorites
  538. #}}}
  539. #{{{ Current Directory menu
  540. current-directory.label=$Current Directory
  541. current-directory.code=new DirectoryProvider(null)
  542. #}}}
  543. #{{{ jEdit Home Directory menu
  544. jedit-directory.label=$jEdit Home Directory
  545. jedit-directory.code=new DirectoryProvider(jEdit.getJEditHome())
  546. #}}}
  547. #{{{ Settings Directory menu
  548. settings-directory.label=$Settings Directory
  549. settings-directory.code=settings = jEdit.getSettingsDirectory(); \
  550. if(settings == null) settings = jEdit.getJEditHome(); \
  551. new DirectoryProvider(settings);
  552. #}}}
  553. #{{{ BeanShell menu
  554. beanshell=eval \
  555. eval-for-selected-lines \
  556. eval-selection
  557. beanshell.label=B$eanShell
  558. eval.label=$Evaluate BeanShell Expression...
  559. eval-for-selected-lines.label=Evaluate $For Selected Lines...
  560. eval-selection.label=Evaluate $Selection
  561. #}}}
  562. #{{{ Troubleshooting menu
  563. troubleshooting=log-viewer \
  564. update-log \
  565. - \
  566. io-progress-monitor \
  567. keyboard-tester \
  568. memory-status \
  569. reload-modes
  570. troubleshooting.label=$Troubleshooting
  571. log-viewer.label=$Activity Log
  572. update-log.label=$Update Activity Log on Disk
  573. io-progress-monitor.label=$I/O Progress Monitor
  574. keyboard-tester.label=$Keyboard Tester...
  575. memory-status.label=$Memory Status...
  576. reload-modes.label=$Reload Edit Modes
  577. #}}}
  578. #}}}
  579. #{{{ Macros menu
  580. macros=record-macro \
  581. stop-recording \
  582. - \
  583. last-macro \
  584. - \
  585. record-temp-macro \
  586. run-temp-macro \
  587. - \
  588. run-other-macro \
  589. rescan-macros \
  590. -
  591. macros.code=new MacrosProvider();
  592. macros.label=Ma$cros
  593. record-macro.label=$Record Macro...
  594. stop-recording.label=$Stop Recording
  595. last-macro.label=Repeat Last Macro
  596. record-temp-macro.label=Record $Temporary Macro
  597. run-temp-macro.label=Run Tem$porary Macro
  598. run-other-macro.label=Run $Other Macro...
  599. rescan-macros.label=Resca$n Macros
  600. no-macros.label=No Macros
  601. #}}}
  602. #{{{ Plugins menu
  603. plugins=plugin-manager plugin-options -
  604. plugins.label=$Plugins
  605. plugins.code=new PluginsProvider();
  606. plugin-manager.label=Plugin $Manager...
  607. plugin-options.label=Plugin $Options...
  608. no-plugins.label=No Plugins Installed
  609. #}}}
  610. #{{{ Help menu
  611. help-menu=about \
  612. help \
  613. tip-of-the-day
  614. help-menu.label=$Help
  615. about.label=$About jEdit...
  616. help.label=jEdit $Help
  617. tip-of-the-day.label=$Tip of the Day
  618. #}}}
  619. #}}}
  620. #{{{ Macro strings
  621. macro.temp.header=// This is a temporary macro. First, check over the\n\
  622. // commands to make sure this is what you intended.\n\
  623. // Then, to run this macro, switch to the buffer\n\
  624. // where you would like to execute it and press C+m C+p.
  625. macro.header=// This is a recorded macro. First, check over the\n\
  626. // commands to make sure this is what you intended. Then,\n\
  627. // save this buffer, and the macro should appear in the\n\
  628. // Macros menu.
  629. #}}}
  630. #{{{ Commands that don't appear in menus
  631. backspace-word.label=Delete Previous Word
  632. backspace-word-std.label=Delete Previous Word (Eat Whitespace)
  633. backspace.label=Delete Previous Character
  634. delete-word.label=Delete Next Word
  635. delete-word-std.label=Delete Next Word (Eat Whitespace)
  636. delete.label=Delete Next Character
  637. document-end.label=Go to End of Buffer
  638. document-home.label=Go to Start of Buffer
  639. end.label=Smart End
  640. home.label=Smart Home
  641. insert-literal.label=Insert Next Character Literally
  642. insert-newline.label=Insert Newline
  643. insert-newline-indent.label=Insert Newline and Indent
  644. insert-tab.label=Insert Tab
  645. insert-tab-indent.label=Insert Tab and Indent
  646. line-end.label=Go to End of Line
  647. line-home.label=Go to Start of Line
  648. next-char.label=Go to Next Character
  649. next-line.label=Go to Next Line
  650. next-page.label=Go to Next Page
  651. next-paragraph.label=Go to Next Paragraph
  652. next-word.label=Go to Next Word
  653. next-word-std.label=Go to Next Word (Eat Whitespace)
  654. overwrite.label=Overwrite Mode
  655. prev-char.label=Go to Previous Character
  656. prev-line.label=Go to Previous Line
  657. prev-page.label=Go to Previous Page
  658. prev-paragraph.label=Go to Previous Paragraph
  659. prev-word.label=Go to Previous Word
  660. prev-word-std.label=Go to Previous Word (Eat Whitespace)
  661. select-document-end.label=Select to End of Buffer
  662. select-document-home.label=Select to Start of Buffer
  663. select-end.label=Select to Smart End Position
  664. select-home.label=Select to Smart Home Position
  665. select-line-end.label=Select to End of Line
  666. select-line-home.label=Select to Start of Line
  667. select-next-char.label=Select Next Character
  668. select-next-line.label=Select Next Line
  669. select-next-page.label=Select Next Page
  670. select-next-paragraph.label=Select Next Paragraph
  671. select-next-word.label=Select Next Word
  672. select-next-word-std.label=Select Next Word (Eat Whitespace)
  673. select-prev-char.label=Select Previous Character
  674. select-prev-line.label=Select Previous Line
  675. select-prev-page.label=Select Previous Page
  676. select-prev-paragraph.label=Select Previous Paragraph
  677. select-prev-word.label=Select Previous Word
  678. select-prev-word-std.label=Select Previous Word (Eat Whitespace)
  679. select-visible-end.label=Select to Last Visible Line
  680. select-visible-home.label=Select to First Visible Line
  681. select-whitespace-end.label=Select to End of White Space
  682. select-whitespace-home.label=Select to Start of White Space
  683. toggle-line-separator.label=Toggle Line Separator
  684. toggle-word-wrap.label=Toggle Word Wrap
  685. visible-end.label=Go to Last Visible Line
  686. visible-home.label=Go to First Visible Line
  687. whitespace-end.label=Go to End of White Space
  688. whitespace-home.label=Go to Start of White Space
  689. #}}}
  690. #{{{ View stuff
  691. # Title
  692. view.title=jEdit -\
  693. view.title.dirty=\ (modified)
  694. view.docking.close-tooltip=Hides the current docked window
  695. view.docking.menu-tooltip=Docking options
  696. view.docking.menu-floating=Float
  697. view.docking.menu-top=Dock at Top
  698. view.docking.menu-left=Dock at Left
  699. view.docking.menu-bottom=Dock at Bottom
  700. view.docking.menu-right=Dock at Right
  701. view.docking.menu-clone=New Floating Instance
  702. view.docking.menu-close=Close
  703. view.docking.menu-undock=Undock
  704. view.docking.toggle.label={0} (Toggle)
  705. view.docking.float.label={0} (New Floating Instance)
  706. directory.not-local=Cannot list directories on remote filesystems
  707. directory.no-files=No Files
  708. #{{{ Gutter highlight
  709. view.gutter.marker.no-name=Marker
  710. view.gutter.marker=Marker: {0}
  711. #}}}
  712. #{{{ Status messages
  713. view.status.add-marker=Shortcut for new marker? [{0}]
  714. view.status.auto-wrap=Search string not found; wrapping around!
  715. view.status.bracket=Matches line {0}: {1}
  716. view.status.caret-tooltip=Line and column number (line,column[-virtual] relative%)
  717. view.status.copy-append-string-register=Register name to copy append to? [{0}]
  718. view.status.copy-string-register=Register to copy to? [{0}]
  719. view.status.cut-append-string-register=Register to cut append to? [{0}]
  720. view.status.cut-string-register=Register to cut to? [{0}]
  721. view.status.expand-folds=Fold level? [1-9]
  722. view.status.goto-marker=Shortcut of marker to go to? [{0}]
  723. view.status.incomplete-abbrev={0} parameter(s) specified, but {1} required!
  724. view.status.insert-literal=Key to insert literally?
  725. view.status.io-1=I/O: 1 operation in progress
  726. view.status.io.done=Input/output complete
  727. view.status.io=I/O: {0} operations in progress
  728. view.status.linesep-changed=Line separator set to {0}
  729. view.status.linesep-tooltip=Line separator (click to change)
  730. view.status.memory-tooltip=Java heap memory: {0}Kb/{1}Kb
  731. view.status.mode-tooltip=Current edit mode, fold mode, and encoding
  732. view.status.multi-changed=Multiple selection mode is {0,choice,0#off|1#on}
  733. view.status.multi-tooltip=Multiple selection mode (click to change)
  734. view.status.narrow=Invoke "Expand All Folds" to make all text visible again
  735. view.status.no-markers=no markers set
  736. view.status.no-registers=no registers defined
  737. view.status.overwrite-changed=Overwrite mode is {0,choice,0#off|1#on}
  738. view.status.overwrite-tooltip=Overwrite/insert mode indicator (click to change)
  739. view.status.paste-string-register=Register to paste from? [{0}]
  740. view.status.print=Printing page {0}
  741. view.status.quick-copy=Quick copy mode - marked text will replace selection
  742. view.status.recording=Macro recording
  743. view.status.rect-select-changed=Rectangular selection is {0,choice,0#off|1#on}
  744. view.status.rect-tooltip=Rectangular selection mode (click to change)
  745. view.status.replace-all=Replaced {0} occurrence(s) in {1} file(s)
  746. view.status.search-not-found=Search string not found!
  747. view.status.select-marker=Shortcut of marker to select to? [{0}]
  748. view.status.swap-marker=Shortcut of marker to swap caret position with? \
  749. [{0}]
  750. view.status.vertical-paste-string-register=Register to vertical paste \
  751. from? [{0}]
  752. view.status.wrap-changed=Word wrap mode is now "{0}"
  753. view.status.wrap-tooltip=Word wrap mode (click to change)
  754. #}}}
  755. #{{{ Status bar component visibility
  756. view.status.show-caret-status=true
  757. view.status.show-edit-mode=true
  758. view.status.show-fold-mode=true
  759. view.status.show-encoding=true
  760. view.status.show-wrap=true
  761. view.status.show-multi-select=true
  762. view.status.show-overwrite=true
  763. view.status.show-line-seperator=true
  764. view.status.show-memory=true
  765. #}}}
  766. #}}}
  767. #{{{ Printing
  768. print.headerText=jEdit - {0}
  769. print.footerText={0} :: page {1}
  770. print-error.title=Print Error
  771. print-error.message=An error occurred while trying to print:\n\
  772. {0}
  773. #}}}
  774. #{{{ Various dialog boxes
  775. #{{{ About dialog
  776. about.title=About jEdit
  777. about.version=jEdit {0} using Java {1}
  778. # This text scrolls by in the about dialog box.
  779. # Hack: Since StringTokenizer treats two consequent \n as one token, we
  780. # insert a space by itself in the text to create blank lines.
  781. about.text=jEdit is brought to you by\n\
  782. \ \n\
  783. Slava Pestov\n\
  784. Aaron Bell\n\
  785. Adrian Baker\n\
  786. Alan Ezust\n\
  787. Alessandro Falappa\n\
  788. Alex Levin\n\
  789. Alexander Maryanovsky\n\
  790. Alfonso Garcia\n\
  791. Alwyn Barry\n\
  792. Amedeo Farello\n\
  793. Andre Kaplan\n\
  794. Anthony Roy\n\
  795. Artur Biesiadowski\n\
  796. Aziz Sharif\n\
  797. Barry Carr\n\
  798. Beau Tateyama\n\
  799. Ben Glazer\n\
  800. Ben Sarsgard\n\
  801. Ben Williams\n\
  802. Bertalan Fodor\n\
  803. Bill McMilleon\n\
  804. Björn "Vampire" Kautler\n\
  805. Brad Mace\n\
  806. Brant Langer Gurganus\n\
  807. Brett Smith\n\
  808. Bruno Tatibouet\n\
  809. Calvin Yu\n\
  810. Carlos Quiroz\n\
  811. Carmine Lucarelli\n\
  812. Chris Kent\n\
  813. Chris Scott\n\
  814. Christoph Daniel Schulze\n\
  815. Claude Eisenhut\n\
  816. Cullen Linn\n\
  817. Dale Anson\n\
  818. Danny Dig\n\
  819. Dante Fabrizio\n\
  820. David Askew\n\
  821. David Moss\n\
  822. David Taylor\n\
  823. Denis Lambot\n\
  824. Dirk Moebius\n\
  825. Dominic Stolerman\n\
  826. Dusty Phillips\n\
  827. Ed Stewart\n\
  828. Eric Benoit\n\
  829. Eric Ladner\n\
  830. Fan Ho Yin\n\
  831. Francesc Roses\n\
  832. George Hovey\n\
  833. George Latkiewicz\n\
  834. Gerd Knops\n\
  835. Gili Tzabari\n\
  836. Giulio Piancastelli\n\
  837. Greg Cooper\n\
  838. Greg Merrill\n\
  839. Ian Maclean\n\
  840. Igor Lesik\n\
  841. Israel Olalla\n\
  842. Jamie LaScolea\n\
  843. Jason Ginchereau\n\
  844. Jeffrey Hoyt\n\
  845. Jerry McBride\n\
  846. Jiger Patel\n\
  847. Jim Lawton\n\
  848. Jim Wissner\n\
  849. John Gellene\n\
  850. John Perry\n\
  851. Jonathan Revusky\n\
  852. Jorg Winter\n\
  853. Joseph Schroer\n\
  854. Juha Lindfors\n\
  855. Justin Dieters\n\
  856. Justin Hagstrom\n\
  857. Kasper Graversen\n\
  858. Kenrick Drew\n\
  859. Kevin Burton\n\
  860. Kevin McWhirter\n\
  861. Ken Gentry\n\
  862. Ken Turner\n\
  863. Klaus Hartlage\n\
  864. Konstantin Pribluda\n\
  865. Kris Kopicki\n\
  866. Kristian Ovaska\n\
  867. Krzysztof Krzyzaniak\n\
  868. Lionel Fiol\n\
  869. Magnus Henriksson\n\
  870. Maik Schreiber\n\
  871. Marc Rummel\n\
  872. Marcelo Vanzin\n\
  873. Marcio Marchini\n\
  874. Marco Hunsicker\n\
  875. Marco Gotze\n\
  876. Marcus Jonason\n\
  877. Matija Kejzar\n\
  878. Matt Albrecht\n\
  879. Matt Price\n\
  880. Matthew Flower\n\
  881. Matthew Payne\n\
  882. Matthew Price\n\
  883. Matthias Schneider\n\
  884. Matthieu Casanova\n\
  885. Michael Jacobson\n\
  886. Michael Taft\n\
  887. Mike Dillon\n\
  888. Mike Hansen\n\
  889. Mirco Bova\n\
  890. Nahuel Foronda\n\
  891. Neil Bertram\n\
  892. Nicholas O'Leary\n\
  893. Nils Krahnstoever\n\
  894. Nitsan Vardi\n\
  895. Ollie Rutherfurd\n\
  896. Patrick Tingen\n\
  897. Paul Libbrecht\n\
  898. Peter Cox\n\
  899. Peter Graves\n\
  900. Philipp Janda\n\
  901. Phillip Mateescu\n\
  902. Ralf Engels\n\
  903. Randolf Mock\n\
  904. Randy Hudson\n\
  905. Rex Young\n\
  906. Richard Ashwell\n\
  907. Richard Beton\n\
  908. Rick Gibbs\n\
  909. Rick Owen\n\
  910. Rob Watson\n\
  911. Robert McKinnon\n\
  912. Robert Swarr\n\
  913. Romain Guy\n\
  914. Rudolf Widmann\n\
  915. Ryan Fowler\n\
  916. Ryan Grove\n\
  917. Saimon Moore\n\
  918. Satguru Srivastava\n\
  919. Scott Allen\n\
  920. Scott Willy\n\
  921. Scott Wyatt\n\
  922. Sebastien Pierre\n\
  923. Sergey Udaltsov\n\
  924. Silas Smith\n\
  925. Stefan Kost\n\
  926. Stefano Maestri\n\
  927. Stephen Bartlett\n\
  928. Steve Jakob\n\
  929. Stuart Barlow\n\
  930. Tal Davidson\n\
  931. Thomas Alspaugh\n\
  932. Thomas Bock\n\
  933. Thomas Dilts\n\
  934. Thomas Galvin\n\
  935. Todd Papaioannou\n\
  936. Tom Copeland\n\
  937. Tom Locke\n\
  938. Trevor Harmon\n\
  939. Vicente Salvador\n\
  940. Vinod Kiran\n\
  941. Will Sargent\n\
  942. Will Varfar\n\
  943. Wiktor Adamski\n\
  944. Wojciech Stryjewski\n\
  945. Wolfgang Chico-T?pfer\n\
  946. \ \n\
  947. I'd also like to thank the users for their\n\
  948. comments, feedback and bug reports.
  949. #}}}
  950. #{{{ Error list dialog, used to report I/O and plugin load errors
  951. error-list.plugin-manager=Plugin Manager
  952. #}}}
  953. #{{{ I/O error dialog box
  954. ioerror.title=I/O Error
  955. ioerror.caption=The following {0} I/O operations could not be completed:
  956. ioerror.caption-1=The following I/O operation could not be completed:
  957. ioerror={0}
  958. ioerror.directory-error=Cannot list directory: {0}
  959. ioerror.directory-error-nomsg=Cannot list directory.
  960. ioerror.encoding-error=Cannot load with "{0}" encoding.\n\
  961. ({1})\n\
  962. Try disabling selecting a different encoding and\n\
  963. disabling auto-detection in the Commands menu\n\
  964. of the file system browser.
  965. ioerror.read-error=Cannot load: {0}
  966. ioerror.write-error=Cannot save: {0}
  967. ioerror.open-directory=Cannot open directory as a buffer.
  968. ioerror.save-directory=Cannot save buffer over a directory.
  969. ioerror.no-read=Insufficent permissions to load file.
  970. ioerror.no-write=Insufficent permissions to save file.
  971. ioerror.write-error-readonly=Unable to save, the file is readonly.
  972. ioerror.badurl=Malformed URL: {0}
  973. ioerror.delete-error=Cannot delete file.
  974. ioerror.rename-exists=Cannot overwrite existing file {0}.
  975. ioerror.rename-error=Cannot rename to {0}.
  976. ioerror.mkdir-error=Cannot create directory.
  977. vfs.not-supported.list=Directories on the "{0}" filesystem cannot be browsed.
  978. vfs.not-supported.load=Files on the "{0}" filesystem cannot be opened.
  979. vfs.not-supported.save=Files cannot be saved to the "{0}" filesystem.
  980. vfs.overwrite-readonly.title=File is readonly
  981. vfs.overwrite-readonly.message=The file {0} is readonly.\n\
  982. Would you like to save it anyway, resetting the readonly flag\n\
  983. it will use two stage save (resets file owner on Unix)
  984. out-of-memory-error=There was insufficent Java heap memory to complete\n\
  985. this request. Try increasing the maximum heap size.\n\
  986. \n\
  987. Documentation on changing the Java heap size can be found in\n\
  988. the "Buffers" section of the "jEdit Basics" chapter of the\n\
  989. user guide.
  990. #}}}
  991. #{{{ Old I/O error dialog boxes
  992. ioerror.message=An I/O error occurred ({0})
  993. read-error.title=Read Error
  994. # {0} - the path name {1} - the error message
  995. read-error.message=The file {0}\n\
  996. could not be loaded due to an I/O error.\n\
  997. ({1})
  998. write-error.title=Write Error
  999. # {0} - the path name {1} - the error message
  1000. write-error.message=The file {0}\n\
  1001. could not be saved due to an I/O error.\n\
  1002. ({1})
  1003. directory-error.title=Directory Error
  1004. # {0} - the path name {1} - the error message
  1005. directory-error.message=The directory {0}\n\
  1006. could not be listed due to an I/O error.\n\
  1007. ({1})
  1008. directory-error-nomsg.title=Directory Error
  1009. # {0} - the path name
  1010. directory-error-nomsg.message=The directory {0}\n\
  1011. could not be listed due to an I/O error.
  1012. encoding-error.title=Incompatible Encoding
  1013. encoding-error.message=The file {0}\n\
  1014. could not be loaded with the "{1}" encoding.\n\
  1015. ({2})\n\
  1016. \n\
  1017. To use a different encoding, try the commands in the\n\
  1018. File->Open With Encoding menu.\n\
  1019. \n\
  1020. If you are really stuck and do not know which encoding\n\
  1021. to use, try "ASCII" or "8859_1".
  1022. open-directory.title=Cannot Open Directory
  1023. open-directory.message={0} is a directory.\n\
  1024. Directories cannot be opened for editing.
  1025. save-directory.title=Cannot Save Directory
  1026. save-directory.message={0} is a directory.\n\
  1027. Buffers cannot be saved over directories.
  1028. no-read.title=Cannot Open File
  1029. no-read.message=Cannot read from {0}.\n\
  1030. This probably means you have insufficent permissions.
  1031. no-write.title=Cannot Save File
  1032. no-write.message=Cannot save to {0}.\n\
  1033. This probably means you have insufficent permissions.
  1034. badurl.title=Invalid URL
  1035. # {0} - the URL
  1036. # {1} - the error
  1037. badurl.message=The following URL is invalid: {0}\n
  1038. ({1})
  1039. #}}}
  1040. #{{{ Go to line dialog
  1041. goto-line.title=Go To Line
  1042. goto-line.message=Go to line:
  1043. #}}}
  1044. #{{{ Word count dialog
  1045. wordcount.title=Word Count
  1046. # {0} - characters
  1047. # {1} - words
  1048. # {2} - lines
  1049. wordcount.message=Characters: {0}\nWords: {1}\nLines: {2}
  1050. #}}}
  1051. #{{{ Set marker dialog
  1052. setmarker.title=Set Marker
  1053. setmarker.message=Marker name:
  1054. #}}}
  1055. #{{{ File not saved dialog
  1056. notsaved.title=File Not Saved
  1057. # {0} - file name
  1058. notsaved.message=Save changes to {0}?
  1059. #}}}
  1060. #{{{ File changed, still reload dialog
  1061. changedreload.title=File Modified
  1062. changedreload.message=The file {0}\n\
  1063. has been modified since last save; if you reload,\n\
  1064. the changes will be lost. Continue?
  1065. #}}}
  1066. #{{{ Autosave file exists dialog
  1067. autosave-found.title=Autosave File Found
  1068. # {0} - autosave file name
  1069. autosave-found.message=An autosave file {0}\n\
  1070. was found! This probably means that jEdit crashed before you could\n\
  1071. save. Would you like to open the autosave file?
  1072. autosave-loaded.title=Autosave File Loaded
  1073. autosave-loaded.message=The autosave file {0}\n\
  1074. has been loaded. You should now check if it contains your unsaved\n\
  1075. data. If you would like to keep the autosaved changes, save the file.\n\
  1076. If you would like to discard them, select File->Reload.
  1077. #}}}
  1078. #{{{ Save all confirm dialog
  1079. saveall.title=Save All Buffers
  1080. saveall.message=Are you sure you want to save all modified buffers?
  1081. #}}}
  1082. #{{{ Reload all confirm dialog
  1083. reload-all.title=Reload All Buffers
  1084. reload-all.message=Are you sure you want to reload all buffers from disk?\n\
  1085. Unsaved changes in any open buffers WILL BE LOST!
  1086. #}}}
  1087. #{{{ Encoding prompt
  1088. encoding-prompt.title=Open With Other Encoding
  1089. encoding-prompt.message=Character encoding to use:
  1090. #}}}
  1091. #{{{ Macro recording already in progress dialog
  1092. already-recording.title=Already Recording
  1093. already-recording.message=A macro recording is already in progress.
  1094. #}}}
  1095. #{{{ No temporary macro dialog
  1096. no-temp-macro.title=No Temporary Macro
  1097. no-temp-macro.message=No temporary macro has been recorded.
  1098. #}}}
  1099. #{{{ Record macro dialog
  1100. record.title=Record Macro
  1101. record.message=Macro name:
  1102. #}}}
  1103. #{{{ Some features don't work with -nosettings dialog
  1104. no-settings.title=Feature Disabled
  1105. no-settings.message=jEdit was started with the -nosettings switch.\n\
  1106. To use this feature, you must start jEdit without that switch.
  1107. #}}}
  1108. #{{{ Some features don't work with the web start version
  1109. no-webstart.title=Feature Disabled
  1110. no-webstart.message=This feature is not available in the WebStart version\n\
  1111. of jEdit.
  1112. #}}}
  1113. #{{{ Search and replace dialog
  1114. search.title=Search And Replace
  1115. search.find=Search for: (up/down arrows or right-click to recall previous)
  1116. search.find.mnemonic=s
  1117. search.replace=Replace with:
  1118. search.replace.mnemonic=w
  1119. search.string-replace-btn=Text
  1120. search.beanshell-replace-btn=Return value of a BeanShell snippet
  1121. search.settings=Settings:
  1122. search.keep=Keep dialog
  1123. search.keep.mnemonic=k
  1124. search.case=Ignore case
  1125. search.case.mnemonic=i
  1126. search.regexp=Regular expressions
  1127. search.regexp.mnemonic=x
  1128. search.hypersearch=HyperSearch
  1129. search.hypersearch.mnemonic=h
  1130. search.wrap=Auto wrap
  1131. search.wrap.mnemonic=t
  1132. search.direction=Direction:
  1133. search.back=Backward
  1134. search.back.mnemonic=b
  1135. search.forward=Forward
  1136. search.forward.mnemonic=o
  1137. search.fileset=Search in:
  1138. search.selection=Selection
  1139. search.selection.mnemonic=n
  1140. search.current=Current buffer
  1141. search.current.mnemonic=c
  1142. search.all=All buffers
  1143. search.all.mnemonic=l
  1144. search.directory=Directory:
  1145. search.directory.mnemonic=d
  1146. search.skipHidden=Skip hiddens/backups
  1147. search.skipBinary=Skip binary files
  1148. search.skipHidden.mnemonic=h
  1149. search.skipBinary.mnemonic=b
  1150. search.directoryField=Directory:
  1151. search.directoryField.mnemonic=y
  1152. search.filterField=Filter:
  1153. search.filterField.mnemonic=f
  1154. search.subdirs=Search subdirectories
  1155. search.subdirs.mnemonic=u
  1156. search.choose=Choose...
  1157. search.choose.mnemonic=e
  1158. search.synchronize=Synchronize
  1159. search.synchronize.mnemonic=z
  1160. search.synchronize.tooltip=Sets filter and directory to current buffer's extension/location.
  1161. search.findBtn=Find
  1162. search.findBtn.mnemonic=f
  1163. search.replaceAndFindBtn=Replace & Find
  1164. search.replaceAndFindBtn.mnemonic=n
  1165. search.replaceAllBtn=Replace All
  1166. search.replaceAllBtn.mnemonic=a
  1167. # Beep when searching automatically wraps?
  1168. search.beepOnSearchAutoWrap=false
  1169. #}}}
  1170. #{{{ Keep searching dialog
  1171. keepsearching.title=No More Matches Found
  1172. keepsearching.message=No more matches were found. Continue search from\n\
  1173. {0,choice,0#beginning|1#end}?
  1174. #}}}
  1175. #{{{ HyperSearch results dialog
  1176. hypersearch-results.title=HyperSearch Results
  1177. hypersearch-results.result-caption={0} ({1} occurrences in {2} files)
  1178. hypersearch-results.result-caption1={0} ({1} occurrence in {2} file)
  1179. hypersearch-results.result-caption2={0} ({1} occurrences in {2} file)
  1180. hypersearch-results.open=Open
  1181. hypersearch-results.open-view=Open in New View
  1182. hypersearch-results.open-plain-view=Open in New Plain View
  1183. hypersearch-results.open-split=Open in New Split
  1184. hypersearch-results.remove-node=Remove Node
  1185. hypersearch-results.new-search=New Search From Here
  1186. hypersearch-results.expand-child-nodes=Expand Child Nodes
  1187. hypersearch-results.collapse-child-nodes=Collapse Child Nodes
  1188. hypersearch-results.tree-view=Toggle Tree View
  1189. hypersearch-results.clear.label=Remove All Nodes
  1190. hypersearch-results.multi.label=Toggle Multiple Results
  1191. hypersearch-results.file-caption={0} ({1} occurrences)
  1192. hypersearch-results.file-caption1={0} (1 occurrence)
  1193. hypersearch-results.searching=Searching...
  1194. hypersearch-results.no-results=Not found.
  1195. hypersearch-results.done=Done.
  1196. hypersearch-status=Searching
  1197. #}}}
  1198. #{{{ Search and replace error dialog
  1199. searcherror.title=Search and Replace Error
  1200. # {0} - error message
  1201. searcherror.message=An error occurred while performing this operation.
  1202. #}}}
  1203. #{{{ Search and replace error dialog
  1204. searcherror-bsh.title=Search and Replace Error
  1205. # {0} - error message
  1206. searcherror-bsh.message=An error occurred while performing this operation.\n\
  1207. \n\
  1208. Make sure the replace mode is set to "Text" if you did not intend\n\
  1209. the replace string to be interpreted as a BeanShell expression.
  1210. #}}}
  1211. #{{{ Empty fileset error dialog
  1212. empty-fileset.title=Empty File Set
  1213. empty-fileset.message=The specified search file set contains no files.\n\
  1214. Please ensure that the file name filter and directory to search\n\
  1215. (if applicable) are set correctly.
  1216. #}}}
  1217. #{{{ Reverse regular expression search not supported dialog
  1218. regexp-reverse.title=Not Supported
  1219. regexp-reverse.message=Cannot search backwards for a regular expression.\n\
  1220. Either search forwards or disable regular expressions.
  1221. #}}}
  1222. #{{{ Can only search local directories dialog
  1223. remote-dir-search.title=Non-Local Directory Chosen
  1224. remote-dir-search.message=You have elected to search a non-local directory.\n\
  1225. This can be very slow due to network latency and so on.\n\
  1226. Are you sure you want to continue?
  1227. #}}}
  1228. #{{{ "Search in selection" active but nothing selected in text area
  1229. search-no-selection.title=Nothing Selected
  1230. search-no-selection.message=Please select some text or deactivate the\n\
  1231. "search in selection" option first.
  1232. #}}}
  1233. #{{{ Paste previous and paste deleted dialogs
  1234. paste-from-list.whitespace=<whitespace>
  1235. paste-previous.title=Paste Previous
  1236. paste-previous.caption=Recently copied and pasted text:
  1237. paste-deleted.title=Paste Deleted
  1238. paste-deleted.caption=Recently deleted text:
  1239. #}}}
  1240. #{{{ File changed on disk dialog
  1241. filechanged-save.title=File Changed on Disk
  1242. filechanged-save.message=The file {0}\n\
  1243. has been modified on disk by another program. Are you sure\n\
  1244. you want to continue saving it?
  1245. #}}}
  1246. #{{{ File exists dialog
  1247. fileexists.title=File Exists
  1248. fileexists.message=The file {0} already exists. Are you sure you want\n\
  1249. to overwrite it?
  1250. #}}}
  1251. #{{{ Select line range dialog
  1252. selectlinerange.title=Select Line Range
  1253. selectlinerange.caption=Select line range:
  1254. selectlinerange.start=Start line:
  1255. selectlinerange.end=End line:
  1256. #}}}
  1257. #{{{ View registers dialog
  1258. view-registers.title=Registers
  1259. view-registers.caption=Register:
  1260. view-registers.clipboard=$ (clipboard)
  1261. view-registers.selection=% (selection)
  1262. view-registers.none=No registers defined
  1263. view-registers.register=Register:
  1264. view-registers.contents=Contents:
  1265. #}}}
  1266. #{{{ Close all buffers dialog
  1267. close.title=Unsaved Changes
  1268. close.caption=The following buffers have unsaved changes:
  1269. close.selectAll=Select All
  1270. close.selectAll.mnemonic=a
  1271. close.save=Save Selected
  1272. close.save.mnemonic=s
  1273. close.discard=Discard Selected
  1274. close.discard.mnemonic=d
  1275. #}}}
  1276. #{{{ Files changed on disk dialog
  1277. files-changed.title=Files Changed on Disk
  1278. files-changed.caption=The following files were changed on disk by another program:
  1279. files-changed.deleted=Deleted on disk; save to recreate:
  1280. files-changed.changed-auto=Automatically reloaded:
  1281. files-changed.changed=Changed on disk:
  1282. files-changed.changed-dirty-auto=Buffer dirty; not reloaded:
  1283. files-changed.changed-dirty=Buffer dirty, and file changed on disk:
  1284. files-changed.select-all=Select All
  1285. files-changed.select-all.mnemonic=a
  1286. files-changed.reload=Reload
  1287. files-changed.reload.mnemonic=r
  1288. #}}}
  1289. #{{{ Abbrev dialogs
  1290. add-abbrev.title=Add Abbreviation
  1291. add-abbrev.mode=Add mode-specific
  1292. add-abbrev.global=Add global
  1293. edit-abbrev.title=Edit Abbreviation
  1294. edit-abbrev.duplicate.title=Duplicate Abbreviation
  1295. edit-abbrev.duplicate.message=\
  1296. Another expansion already exists with this abbreviation.\n\
  1297. \n\
  1298. Do you want to override the existing expansion?
  1299. abbrev-editor.abbrev=Abbreviation:
  1300. abbrev-editor.before=Text to insert before caret:
  1301. abbrev-editor.after=Text to insert after caret:
  1302. #}}}
  1303. #{{{ XMode errors
  1304. xmode-error.title=XML Parse Error
  1305. # {2} is the column number, but it's not too useful so we don't show it
  1306. xmode-error.message=An error occurred while parsing {0}, line {1}:\n\
  1307. {3}
  1308. xmode-error.dtd=The DTD could not be loaded\n({0})
  1309. xmode-error.termchar-invalid=The value of the AT_CHAR attribute is invalid ({0})
  1310. xmode-error.doctype-invalid=Expected a document type of MODE, found {0}
  1311. xmode-error.empty-tag=The {0} tag cannot be empty
  1312. xmode-error.token-invalid=The token type {0} is invalid
  1313. xmode-error.empty-keyword=The keyword text cannot be empty
  1314. xmode-error.regexp=Invalid regular expression\n({0})
  1315. xmode-error.hash-char-invalid=HASH_CHAR must be exactly one character
  1316. xmode-error.delegate-invalid=Invalid delegate: {0}
  1317. #}}}
  1318. #{{{ JARClassLoader errors
  1319. plugin-error.title=Plugin Error
  1320. plugin-error.caption=The following plugins could not be loaded:
  1321. plugin-error.caption-1=The following plugin could not be loaded:
  1322. plugin-error.load-error=Cannot load: {0}\n\
  1323. The most likely reason is that the JAR file is corrupt; try\n\
  1324. reinstalling it. See Utilities->Troubleshooting->Activity Log\n\
  1325. for a full stack trace.
  1326. plugin-error.start-error=Cannot start: {0}\n\
  1327. Try updating to a newer version of the plugin.
  1328. plugin-error.already-loaded=Two copies installed. Please remove one of the \
  1329. two copies.
  1330. plugin-error.dep-jdk=Requires Java {0} or later, but you only have version {1}.
  1331. plugin-error.dep-jedit=Requires jEdit {0} or later, but you only have version {1}.\n\
  1332. Download new jEdit versions from <http://www.jedit.org>.
  1333. plugin-error.dep-plugin.no-version=Requires version {0} \
  1334. or later of {1},\n\
  1335. but {1} is not installed.
  1336. plugin-error.dep-plugin.broken=Requires {0}, but {0}\n\
  1337. could not be loaded.
  1338. plugin-error.dep-plugin=Requires version {0} or later of {1}, \
  1339. but you only have {1} version {2}.
  1340. plugin-error.dep-class=Requires the class {0}.\n\
  1341. Try installing the appropriate plugin or class library.
  1342. plugin-error.missing-jar=Requires JAR file {0}.\n\
  1343. This JAR file is part of this plugin, but it cannot be found.\n\
  1344. Try reinstalling this plugin.
  1345. plugin-error.obsolete=This plugin is obsolete. Please remove it.
  1346. plugin-error.not-42=This plugin does not support dynamic loading.\n\
  1347. You must restart jEdit after removing or installing this plugin.
  1348. #}}}
  1349. #{{{ Macro dialogs
  1350. macro-input.title=Macro Input
  1351. macro-error.title=Macro Error
  1352. macro-message.title=Macro Message
  1353. macro-confirm.title=Macro Confirmation
  1354. #}}}
  1355. #{{{ BeanShell stuff
  1356. beanshell-error.title=BeanShell Error
  1357. beanshell-error.message=A BeanShell error occurred.
  1358. beanshell-eval-input.title=Evaluate BeanShell Expression
  1359. beanshell-eval-input.message=BeanShell expression:\n\
  1360. \n\
  1361. Variables:\n\
  1362. view - The current view instance\n\
  1363. editPane - The current edit pane instance\n\
  1364. textArea - The current text area instance\n\
  1365. buffer - The current buffer
  1366. beanshell-eval.title=BeanShell Evaluation
  1367. beanshell-eval.message={0}
  1368. beanshell-eval-line.title=Evaluate BeanShell Expression
  1369. beanshell-eval-line.message=BeanShell expression to evaluate for each \
  1370. selected line:\n\
  1371. \n\
  1372. Variables:\n\
  1373. line - The index of the line, from the start of the buffer\n\
  1374. index - The index of the line, from the start of the selection\n\
  1375. text - The text of the line\n\
  1376. view - The current view instance\n\
  1377. editPane - The current edit pane instance\n\
  1378. textArea - The current text area instance\n\
  1379. buffer - The current buffer
  1380. #}}}
  1381. #{{{ Macro not recording dialog
  1382. macro-not-recording.title=Not Recording
  1383. macro-not-recording.message=A macro is not currently being recorded.
  1384. #}}}
  1385. #{{{ Large repeat count warning
  1386. large-repeat-count.title=Large Repeat Count
  1387. large-repeat-count.message=Are you sure you want to invoke "{0}" {1} times?
  1388. large-repeat-count.user-input.title=Large Repeat Count
  1389. large-repeat-count.user-input.message=Are you sure you want to insert "{0}" \
  1390. {1} times?
  1391. #}}}
  1392. #{{{ Wrong fold mode dialog
  1393. folding-not-explicit.title=Wrong Fold Mode
  1394. folding-not-explicit.message=This command can only be used in explicit fold mode.
  1395. #}}}
  1396. #{{{ Memory status dialog box
  1397. memory-status.title=Java Heap Memory
  1398. memory-status.gc=Garbage collection released {0} Kb.
  1399. memory-status.use={0} Kb used, {1} Kb total
  1400. #}}}
  1401. #{{{ Multiple I/O request errors
  1402. buffer-multiple-io.title=I/O Error
  1403. buffer-multiple-io.message=Each buffer can only execute one input/output\n\
  1404. operation at a time. Please wait until the current\n\
  1405. operation finishes (or abort it in the I/O progress monitor)\n\
  1406. before starting another one.
  1407. browser-multiple-io.title=I/O Error
  1408. browser-multiple-io.message=Each file system browser can only execute one input/output\n\
  1409. operation at a time. Please wait until the current operation\n\
  1410. finishes (or abort it in the I/O progress monitor) before starting\n\
  1411. another one.
  1412. #}}}
  1413. #{{{ maxLineLen=0 warning
  1414. format-maxlinelen.title=Wrap Margin
  1415. format-maxlinelen.message=The wrap margin must be set to a non-zero value\n\
  1416. for this command to work.
  1417. #}}}
  1418. #}}}
  1419. #{{{ Buffer options dialog
  1420. buffer-options.title=Buffer Options
  1421. buffer-options.caption=This dialog box changes settings for the current buffer\n\
  1422. only. To change the default settings for an edit mode, see\n\
  1423. the Utilities->Global Options->Editing dialog.
  1424. buffer-options.loading-saving=Loading and Saving
  1425. buffer-options.lineSeparator=Line separator:
  1426. buffer-options.encoding=Character encoding:
  1427. buffer-options.gzipped=GZIP (compress) file on disk
  1428. buffer-options.editing=Editing
  1429. buffer-options.mode=Edit mode:
  1430. #}}}
  1431. #{{{ Global options dialog
  1432. options.title=Options
  1433. options.title-template={0}: {1}
  1434. options.jedit.label=jEdit
  1435. # Option pane to show by default
  1436. options.last=editing
  1437. #{{{ Abbreviations pane
  1438. options.abbrevs.label=Abbreviations
  1439. options.abbrevs.code=new AbbrevsOptionPane();
  1440. options.abbrevs.set=Abbrev set:
  1441. options.abbrevs.expandOnInput=Space bar expands abbrevs
  1442. options.abbrevs.abbrev=Abbrev
  1443. options.abbrevs.expand=Expansion
  1444. options.abbrevs.add=Add...
  1445. options.abbrevs.edit=Edit...
  1446. options.abbrevs.remove=Remove
  1447. #}}}
  1448. #{{{ Appearance pane
  1449. options.appearance.label=Appearance
  1450. options.appearance.code=new AppearanceOptionPane();
  1451. options.appearance.fonts.antialias=Anti-alias Non-TextArea fonts
  1452. options.appearance.lf.note=Restart jEdit for look & feel changes to take effect
  1453. options.appearance.lf=Swing look & feel:
  1454. options.appearance.primaryFont=Button, menu and label font:
  1455. options.appearance.secondaryFont=List and text field font:
  1456. options.appearance.history=History text field entries to remember:
  1457. options.appearance.menuSpillover=Number of items before menus spill over:
  1458. options.appearance.startup.label=Startup options
  1459. options.appearance.showSplash=Show splash screen on startup
  1460. options.appearance.showTips=Show tips on startup
  1461. options.appearance.experimental.label=Experimental options
  1462. options.appearance.experimental.caption=The below three options might not work \
  1463. correctly with some\n\
  1464. Java versions. If you experience problems, switch them off.
  1465. options.appearance.textColors=Use jEdit text area colors in all text \
  1466. components
  1467. options.appearance.decorateFrames=Draw window borders using Swing look & feel
  1468. options.appearance.decorateDialogs=Draw dialog box borders using Swing look & feel
  1469. #}}}
  1470. #{{{ Context Menu pane
  1471. options.context.label=Context Menu
  1472. options.context.code=new ContextOptionPane();
  1473. options.context.caption=Items in text area right click menu:
  1474. options.context.add=Add...
  1475. options.context.remove=Remove
  1476. options.context.moveUp=Move Up
  1477. options.context.moveDown=Move Down
  1478. options.context.add.title=Add to Context Menu
  1479. options.context.add.caption=Add to context menu:
  1480. options.context.add.separator=Separator
  1481. options.context.add.action=Command or macro:
  1482. #}}}
  1483. #{{{ Docking pane
  1484. options.docking.label=Docking
  1485. options.docking.code=new DockingOptionPane();
  1486. options.docking.title=Window
  1487. options.docking.dockPosition=Docking position
  1488. #}}}
  1489. #{{{ Editing pane
  1490. options.editing.label=Editing
  1491. options.editing.code=new EditingOptionPane();
  1492. options.editing.defaultMode=Default edit mode:
  1493. options.editing.undoCount=Number of undos:
  1494. options.editing.caption-0=\
  1495. To customize mode-specific settings, select an edit mode\n\
  1496. from the below menu. Currently, global defaults are being\n\
  1497. shown.
  1498. options.editing.caption-1=\
  1499. Uncheck "use default settings" to customize mode-specific\n\
  1500. settings. Otherwise, settings from the <global defaults>\n\
  1501. section will be used.
  1502. options.editing.mode=Change settings for mode:
  1503. options.editing.global=<global defaults>
  1504. options.editing.useDefaults=Use default settings
  1505. options.editing.filenameGlob=File name glob:
  1506. options.editing.firstlineGlob=First line glob:
  1507. options.editing.folding=Folding mode:
  1508. options.editing.collapseFolds=Initially collapse folds with level:
  1509. options.editing.wrap=Word wrap:
  1510. options.editing.maxLineLen=Wrap margin:
  1511. options.editing.tabSize=Tab width:
  1512. options.editing.indentSize=Indent width:
  1513. options.editing.noWordSep=Extra word characters:
  1514. options.editing.noTabs=Soft (emulated with spaces) tabs
  1515. options.editing.deepIndent=Deep indent
  1516. #}}}
  1517. #{{{ General pane
  1518. options.general.label=General
  1519. options.general.code=new GeneralOptionPane();
  1520. options.general.lineSeparator=Default line separator:
  1521. options.general.encoding=Default character encoding:
  1522. options.general.encodingAutodetect=Auto-detect file encoding when possible
  1523. options.general.checkModStatus=If open files are changed on disk:
  1524. options.general.checkModStatus.nothing=do nothing
  1525. options.general.checkModStatus.prompt=prompt
  1526. options.general.checkModStatus.reload=automatically reload
  1527. options.general.recentFiles=Recent files to remember:
  1528. options.general.sortRecent=Sort recent file list
  1529. options.general.saveCaret=Save caret positions in recent file list
  1530. options.general.persistentMarkers=Save marker positions
  1531. options.general.restore=Restore previously open files on startup
  1532. options.general.restore.cli=... even if file names were specified on the \
  1533. command line
  1534. options.general.sortBuffers=Sort buffer list (takes effect after restart)
  1535. options.general.sortByName=Sort buffer list by file name, instead of path name
  1536. options.general.newkeyhandling=Use new keyboard handling (experimental)
  1537. #}}}
  1538. #{{{ Gutter pane
  1539. options.gutter.label=Gutter
  1540. options.gutter.code=new GutterOptionPane();
  1541. options.gutter.lineNumbers=Line numbering
  1542. options.gutter.font=Gutter font:
  1543. options.gutter.foreground=Line number color:
  1544. options.gutter.background=Background color:
  1545. options.gutter.borderWidth=Gutter border width:
  1546. options.gutter.numberAlignment=Line number alignment:
  1547. options.gutter.interval-1=Highlight every\
  1548. options.gutter.interval-2=lines:
  1549. options.gutter.currentLineHighlight=Highlight current line:
  1550. options.gutter.structureHighlight=Show structure scope:
  1551. options.gutter.markerHighlight=Show marker positions:
  1552. options.gutter.foldColor=Fold markers:
  1553. options.gutter.focusBorderColor=Focused gutter border:
  1554. options.gutter.noFocusBorderColor=Unfocused gutter border:
  1555. #}}}
  1556. #{{{ Mouse pane
  1557. options.mouse.label=Mouse
  1558. options.mouse.code=new MouseOptionPane();
  1559. options.mouse.dragAndDrop=Drag and drop in text area
  1560. op

Large files files are truncated, but you can click here to view the full file