/jEdit/branches/4.4.x/org/gjt/sp/jedit/jedit_gui.props

# · MSBuild · 2027 lines · 1848 code · 179 blank · 0 comment · 0 complexity · afb81f5c62d8d42fe7037aa8696edf0e MD5 · raw file

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