PageRenderTime 54ms CodeModel.GetById 17ms RepoModel.GetById 0ms app.codeStats 1ms

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

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