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