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

# · MSBuild · 2180 lines · 1949 code · 231 blank · 0 comment · 0 complexity · 4911389b36bbe419b298c52e5b9532d9 MD5 · raw file

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