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

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

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