forked from joysenlong/freemind-2
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathResources_en.properties
1774 lines (1641 loc) · 86.5 KB
/
Resources_en.properties
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
about = About
add=&Add
about_text = FreeMind - free mind mapping and knowledge building software\nCopyright \u00a9 2000-2013 Joerg Mueller, Daniel Polansky, Christian Foltin, Dimitry Polivaev, and others.\nThis program is free software, licenced under GNU General Public Licence.\n\nHome: http://freemind.sourceforge.net/\nVersion:
antialias_all = Antialias All
antialias_edges = Antialias Edges
antialias_none = Antialias None
apply=&Apply
background = Background
bezier = Bezier
blend_color = Blend Color
bold = Bold
boldify_branch = Boldify
branch = Branch
bubble = &Bubble
cancel = &Cancel
cannot_join_nodes_with_children = Cannot join nodes with children
center = Center
cloud = Cloud
cloud_color = Cloud Color...
close = &Close
copy = Copy
copy_single = Copy Single
cut = Cut
decrease_branch_font_size = Smaller Font
decrease_node_font_size = Smaller Font
delete=&Delete
documentation = Documentation
edge = Edge
edge_color = Edge Color...
edge_width_parent = Parent
edge_width_thin = Thin
edit = &Edit
edit_link_manually = Edit Hyperlink Manually...
edit_long_node = Edit Long Node...
enter_base_url = I am going to paste relative links. Enter please base URL.
enter_confirms = &Enter Confirms
error = Error
#export_branch = Branch...
export_branch_to_html = Branch as HTML
export_to_html = As HTML
extension_menu = Physical &Style
file = &File
file_not_found = File $1 not found
find = Find...
find_what = Find what
find_next = Find Next
fold = Fold
font = Font
fork = &Fork
help = Help
html_export_based_on_headings = HTML Export - Based on Headings
html_export_no_folding = HTML Export - No Folding
html_export_fold_currently_folded = HTML Export - Fold Currently Folded
html_export_fold_all = HTML Export - Fold All
# Daniel Polansky: This way of maintaining icon text
# will ultimately lead to unbearable overheads.
icon_menu = I&cons
icon_help = Question
icon_messagebox_warning = Important
icon_idea = Idea
icon_button_ok = OK
icon_button_cancel = Not OK
icon_back = Back
icon_forward = Forward
icon_attach = Look here
icon_ksmiletris = I am happy
icon_clanbomber = Dangerous
icon_desktop_new = Do not forget
icon_gohome = Home
icon_kaddressbook = Phone
icon_knotify = Music
icon_korn = Mailbox
icon_Mail = Mail
icon_password = Key
icon_pencil = To be refined
icon_stop = Red Traffic Light
icon_wizard = Magic
icon_xmag = To be discussed
icon_bell = Remember
icon_bookmark = Excellent
icon_penguin = Linux
icon_licq = Nice
import = Import
import_branch = Branch...
import_explorer_favorites = Explorer Favorites...
import_folder_structure = Folder Structure...
import_linked_branch = Linked Branch
import_linked_branch_without_root = (Linked Branch) Without Root...
increase_branch_font_size = Larger Font
increase_node_font_size = Larger Font
italic = Italic
italicise_branch = Italicise
join_nodes = Join Nodes
license = FreeMind's License
license_text = FreeMind - A program for creating and viewing mind maps\nCopyright \u00a9 2000-2013 Joerg Mueller <[email protected]> and others.\nSee COPYING for Details\n\nThis program is free software; you can redistribute it and/or\nmodify it under the terms of the GNU General Public License\nas published by the Free Software Foundation; either version 2\nof the License, or (at your option) any later version.\n\nThis program is distributed in the hope that it will be useful,\nbut WITHOUT ANY WARRANTY; without even the implied warranty of\nMERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\nGNU General Public License for more details.\n\nYou should have received a copy of the GNU General Public License\nalong with this program; if not, write to the Free Software\nFoundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
linear = Linear
load = &Load
locking_failed_by_open = Locking of the map $1 failed. Opening as read-only.
locking_failed_by_save_as = Locking of the map $1 failed. Action Save As aborted.
locking_old_lock_removed = The map $1 was locked by the user $2. The lock has been removed because it is old.
map_already_exists = The map already exists. Do you want to overwrite it?
map_corrupted = Map corrupted. View detail?
map_locked_by_open = The map $1 is already being edited by the user $2. Opening as read-only.
map_locked_by_save_as = The map $1 is being edited by the user $2. Action Save As aborted.
mindmap = Map
mindmaps = Maps
mindmaps_desc = Maps (*.mm)
mindmaps_filter_desc = Filters (*.mmfilter)
mode_na = Mode not available
modes = Modes
move_to_root = Move to Root
new = New
new_child = New Child Node
new_mindmap = New Mindmap
new_node = New Node
new_sibling_before = New Previous Sibling Node
new_sibling_behind = New Sibling Node
next_map = Next Map
no = No
node = Node
node_changed_discard_changes = You have changed the node. Do you want to discard changes?
long_node_changed_submit =You have changed the node. Do you want to save changes?
long_node_changed_cancel =You have changed the node. Do you want to discard changes?
node_color = Node Color...
node_down = Node Down
node_up = Node Up
nonboldify_branch = Unboldify
nonitalicise_branch = Unitalicise
normal = Normal
no_found_from = <html>No <b>$1</b> found from <b>$2</b>.
no_more_found_from = <html>No more <b>$1</b> found from <b>$2</b>.
no_previous_find = No previous find.
not_saved_for_link_error = The map must be saved before you can set a link by file chooser
open = Open...
page = Page &Setup...
paste = Paste
new_node_as_sibling_not_possible_for_the_root = New node as sibling is not possible for the root
preferences = Preferences
previous_map = Previous Map
print = Print
print_dialog = Print...
print_preview = &Print Preview...
print_preview_title = Print Preview
quit = Quit
read_only = Read Only
remove_node = Remove Node
rename=&Rename
repair_link = Repair Link
repair_link_question = Couldn't load the linked map. Repair the link manually?
replace=Replace
save = &Save
save_as = Save As...
save_failed = Attempt to save the map $1 failed.
save_unsaved = Save the following mindmap? :
saved = Saved
scheme_evaluate = Evaluate!
select_favorites_folder = Select the folder, in which your favorites reside
select_folder_for_importing = Select the folder to import
set_image_by_filechooser = Image (File Chooser or Link)...
set_link_by_filechooser = Hyperlink (File Chooser)...
set_link_by_textfield = Hyperlink (Text Field)...
sharp_bezier = Sharp Bezier
sharp_linear = Sharp Linear
split = &Split
style = Style
#toggle_bold_branch = Toggle Bold
toggle_children_folded = (Un)fold Children
toggle_folded = Toggle Folded
#toggle_italic_branch = Toggle Italic
underline = Underline
unfold = Unfold
url_error = This URL is malformed!
width = Width
yes = Yes
zoom_in = Zoom In
zoom_out = Zoom Out
remove_last_icon = Remove Last Icon
remove_all_icons = Remove All Icons
lots_of_links_warning = You are going to create a lot of links to the same node. Do you really want to create these links?
remove_arrow_link = Remove Arrow Link
arrow_link_color = Arrow Link Color...
# removed: follow_link = Goto:
user_defined_zoom = User defined.
user_defined_zoom_status_bar = Changing the zoom to the user defined zoom value of {0}%.
# new from 14.12.2003, fc
FAQ = FAQ
# new from 09.12.2006, Dimitri
webDocu = Web Documentation
# new from 20.12.2003, fc
printing_settings = Print Scaling
fit_to_page = Fit to One Page
user_zoom = Print Zoom Factor (0.0 - 2.0):
ok = &OK
# changed from 23.1.2004, fc.
selection_method_by_click = Single-click to Select
selection_method_direct = Point to Select
#new from 30.08.2004, Dimitri
combined = Combined
as_parent = As Parent
# added at 2.5.2004, fc:
undo = Undo
redo = Redo
delete_child = Delete Node
# added at 22.5.2004, fc:
most_recent_files = &Most Recent Files
menu_view = &View
menu_navigate = &Navigate
menu_format = F&ormat
menu_extras = &Tools
menu_insert = In&sert
menu_attributes = &Attributes
# Beware: "Edge Width " and "Edge Style " must end with space.
edge_style = Edge Style
edge_width = Edge Width
menu_file_import = I&mport
menu_file_export = &Export
edit_node = Edit Node
# added at 5.6.2004, fc:
node_background_color = &Node Background Color...
# added at 25.8.2004, fc:
choose_edge_color = Choose Edge Color
# added at 27.8.2004, fc:
underlined = Underlined
font_size = font size
font_family = font family
# add at 16.9.2004, fc:
import_linked_branch_no_link = The selected node has no link to import from.
# added at 09.10.2004
add_link = Add Graphical Link
less_than_two_selected_nodes = You have to select at least two nodes to get links.
choose_node_background_color = Choose Node Background Color:
choose_node_color = Choose Node Color:
choose_background_color = Choose Background Color:
choose_cloud_color = Choose Cloud Color:
change_arrows_in_arrow_link = Change Arrows of Arrow Link
add_local_link = Add Local Hyperlink
link_not_available_any_more = The link is not valid anymore. The node was deleted in between.
file_already_exists = The file {0} already exists. Do you want to overwrite it?
error_creating_directory = Cannot create directory for export.
export_svg_text = Scalable Vector Graphic (SVG)
export_pdf_text = Portable Document Format (PDF)
goto_link_node_action = Goto Link
#fc, 14.11.2004:
undefined_error = An unexpected error occured. Please try to make a bug report.
cannot_add_parent_to_root = The root node can't be added to a new parent.
cannot_delete_root = The root node can't be deleted or cut.
cannot_add_parent_diff_parents = All nodes must have the same parent to use this function.
no_format_copy_before_format_paste = You can't paste a format until you've copied one.
#fc, 15.11.2004:
accessories/plugins/AutomaticLayout.properties_documentation = <html>Fixes the layout of the map. <br>The first level is black, the second blue, etc.</html>
accessories/plugins/AutomaticLayout.properties_name = &Automatic Layout
accessories/plugins/BlinkingNodeHook.properties_documentation = <html>This makes the node blinking. But be careful. Do not associate it to many nodes, and <strong> not with other automatic formattings to the same node</strong></html>
accessories/plugins/BlinkingNodeHook.properties_name = Blinking Node
accessories/plugins/CreationModificationPlugin.properties_documentation=<html>This function keeps track of node creation and modification times.</html>
accessories/plugins/CreationModificationPlugin.properties_name = Show &Modification Times
accessories/plugins/ExportToImage_PNG.properties_documentation = Exports the map in the current folding to a PNG image.
accessories/plugins/ExportToImage_PNG.properties_name = As PNG...
accessories/plugins/ExportToImage_JPEG.properties_documentation = Exports the map in the current folding to a JPEG image.
accessories/plugins/ExportToImage_JPEG.properties_name = As JPEG...
accessories/plugins/ExportWithXSLT.properties_documentation = This is an uniform export method using XSLT scripts.
accessories/plugins/ExportWithXSLT.properties_name = Using XSLT...
accessories/plugins/ExportWithXSLT_HTML.properties_documentation=
accessories/plugins/ExportWithXSLT_HTML.properties_name = As XHTML (JavaScript version)...
accessories/plugins/ExportWithXSLT_HTML3.properties_documentation=
accessories/plugins/ExportWithXSLT_HTML3.properties_name = As XHTML (Clickable map image version)...
accessories/plugins/ExportWithXSLT_MINDMANAGER.properties_name = As MindManager MindMap...
accessories/plugins/ExportWithXSLT_MINDMANAGER.properties_documentation=
accessories/plugins/FitToPage.properties_documentation = Adjusts the zoom such that the entire map fits into the current window.
accessories/plugins/FitToPage.properties_name = Zoom to &Fit to Page
accessories/plugins/FormatCopy.properties_documentation = <html>Copies the format of a node.</html>
accessories/plugins/FormatCopy.properties_name = Copy Format
accessories/plugins/FormatPaste.properties_documentation = <html>Pastes the format of a node.</html>
accessories/plugins/FormatPaste.properties_name = Paste Format
accessories/plugins/FormularEditor.properties_documentation = <html>Associates a simple formular editor to the current note.</html>
accessories/plugins/FormularEditor.properties_name = Formular Editor
accessories/plugins/IconSelectionPlugin.properties_documentation = <html>Here you can select an icon using a subwindow.</html>
accessories/plugins/IconSelectionPlugin.properties_name = Select Icon...
accessories/plugins/NewParentNode.properties_documentation = <html>All selected are sent to a new parent.</html>
accessories/plugins/NewParentNode.properties_name = New Parent Node
accessories/plugins/NodeNote.properties_documentation = <html>Associates a simple note editor to the current note.</html>
accessories/plugins/NodeNote.properties_name = Note
accessories/plugins/PMCalculation.properties_documentation = <html>Calculates the efforts for different tasks.</html>
accessories/plugins/PMCalculation.properties_name = PMCalculation
accessories/plugins/RemoveNote.properties_documentation = <html>Removes note content of possibly several notes.</html>
accessories/plugins/RemoveNote.properties_name = Remove Notes
accessories/plugins/RevisionPlugin.properties_documentation = <html>Marks the background of each changed node.</html>
accessories/plugins/RevisionPlugin.properties_name = Show &Revisions in Yellow
accessories/plugins/SplitNode.properties_documentation = <html>Node is splitted</html>
accessories/plugins/SplitNode.properties_name = &Split Node
accessories/plugins/UnfoldAll.properties_documentation = <html>Unfolds the selected nodes and all their children.</html>
accessories/plugins/UnfoldAll.properties_name = Unfold All
accessories/plugins/FoldAll.properties_documentation = <html>Folds the selected nodes and all their children.</html>
accessories/plugins/FoldAll.properties_name = Fold All
accessories/plugins/UnfoldOneLevel.properties_documentation = <html>Unfolds the selected nodes by one level.</html>
accessories/plugins/UnfoldOneLevel.properties_name = Unfold One Level
accessories/plugins/FoldOneLevel.properties_documentation = <html>Folds the selected nodes by one level.</html>
accessories/plugins/FoldOneLevel.properties_name = Fold One Level
plugins/FreemindHelp.xml_documentation = FreeMind Extended Help
plugins/FreemindHelp.xml_name = Help...
plugins/ExportPdf.xml_documentation = Export to PDF
plugins/ExportPdf.xml_name = As PDF...
plugins/ExportSvg.xml_documentation = Export to SVG
plugins/ExportSvg.xml_name = As SVG...
# fc, 28.11.2004:
cannot_move_to_child = Can't move a node to one of its children.
# fc, 14.12.2004:
accessories/plugins/EnterPassword.properties_name = &Toggle Crypted / Encrypted
accessories/plugins/EnterPassword.properties_documentation=
accessories/plugins/EncryptNode.properties_name = Insert &Encrypted Node...
accessories/plugins/EncryptNode.properties_documentation = Inserts a new node whose child nodes are stored encrypted.
accessories/plugins/EncryptNode.properties_0 = Choose password for encrypted node
accessories/plugins/EncryptNode.properties_1 = Passwords are not equal or too short.
accessories/plugins/EncryptNode.properties_2 = Enter Password:
accessories/plugins/EncryptNode.properties_3 = Re-enter Password:
accessories/plugins/EncryptNode.properties_4 = Enter your password.
accessories/plugins/EncryptNode.properties_5 = <html>Remember, that the strength of the encryption<br> depends almost completely on the quality of your password.
accessories/plugins/EncryptNode.properties_6 = OK
accessories/plugins/EncryptNode.properties_7 = Cancel
accessories/plugins/EncryptNode.properties_wrong_password = The password is not correct.
accessories/plugins/NewEncryptedMap.properties_documentation = Create a new encrypted map
accessories/plugins/NewEncryptedMap.properties_name = Create Encrypted Map...
accessories/plugins/EncryptNode.properties_select_me = Select me to continue!
accessories/plugins/EncryptNode.properties_insert_encrypted_node_first = You can only toggle the encryption state of an encrypted node. Please insert such a node using the tools menu.
# fc, 2.2.05:
selection_method_delayed=Delayed Automatic Selection
# fc, 4.2.05:
plugins/TimeManagement.xml_documentation= <html>Shows the calendar module by Kai Toedter.</html>
plugins/TimeManagement.xml_name= Show Calendar...
plugins/TimeManagementReminder.xml_documentation=Internal hook for scheduling resubmission tasks.
plugins/TimeManagementReminder.xml_name=Internal hook for scheduling resubmission tasks.
plugins/TimeManagement.xml_reminderNode_tooltip=Reminder scheduled at {0,date} {0,time}.
plugins/TimeManagement.xml_reminderNode_showNode=Time has elapsed for the node " {0} ". Do you want to snooze for ten minutes?
plugins/TimeManagement.xml_reminderNode_onlyOneDate=<html>Currently, there may only be one reminder per node. <br>The current reminder is scheduled at {0,date} {0,time}, your choice was {1,date} {1,time}. <br><br>Do you want to change the node's reminder time (YES) <br>or do you want to keep the old one (NO)?</html>
plugins/TimeManagement.xml_removeReminderButton_tooltip = Remove all reminders associated with the selected nodes.
plugins/TimeManagement.xml_minute= Minute:
plugins/TimeManagement.xml_hour= Hour:
plugins/TimeManagement.xml_WindowTitle=Time Management
plugins/latex/LatexNodeHook.properties_documentation = <html>Latex formula</html>
plugins/latex/LatexNodeHook.properties_name = &Latex
plugins/latex/LatexNodeHook.editorTitle = Editor, close to accept
# fc, 18.2.2005:
accessories/plugins/HierarchicalIcons.properties_documentation=If one of the (grand)children of me has an icon, I will show this icon in little format, too.
accessories/plugins/HierarchicalIcons.properties_name=Show Icons &Hierarchically
# fc, 1.3.2005:
icon_full-1 = Priority 1
icon_full-2 = Priority 2
icon_full-3 = Priority 3
icon_full-4 = Priority 4
icon_full-5 = Priority 5
icon_full-6 = Priority 6
icon_full-7 = Priority 7
# fc, 11.3.2005:
RevertAction=&Revert
# the prefix for the reconstructed map (revert + undo).
freemind_reverted=Freemind_Reverted_
# fc, 5.4.2005
plugins/TimeList.xml_documentation=Shows all scheduled times and the corresponding nodes.
plugins/TimeList.xml_name=Show Time Scheduler &List...
remove_node_background_color = &Remove Node Background Color
#plugins/NodeList.xml_documentation=Shows all nodes with its creation/modification dates.
#plugins/NodeList.xml_name=Show Map History...
plugins/TimeList.xml_Modified=Modified
plugins/TimeList.xml_Created=Created
plugins/TimeList.xml_Date=Date
plugins/TimeList.xml_Text=Text
plugins/TimeList.xml_Icons=Icons
#fc, 26.4.2005:
select_branch=Select Visible Branch
select_all=Select All Visible
change_link_arrows=change_link_arrows
# fc, 27.4.2005:
reset_node_position=Reset &Position
# fc, 2.5.2005:
plugins/RemoveReminder.xml_documentation=Removes a reminder from a node.
plugins/RemoveReminder.xml_name=Remove Reminder
# fc, 3.5.2005:
plugins/TimeManagement.xml_reminderButton_tooltip=<html>When pressed a timer is scheduled to the date given. Then blinking icons calls your attention.<br> If you close the map, the timers are reactivated the next time, the map is opened.</html>
# dimitri, 8.05.05
filter_toolbar=Filter
filter_dialog=Filter Composer
filter_no_filtering=No Filtering
filter_selected_node_view=Currently Selected Nodes
filter_conditions = Filters
filter_edit=Edit
filter_edit_description=Edit Filter List
filter_unfold_ancestors=Unfold Filtered Nodes
filter_icon=Icon
filter_node=Node Text
filter_exist=Exists
filter_does_not_exist=Not Exist
filter_contains=Contains
filter_is_equal_to=Is equal to
filter_is_not_equal_to=Is not equal to
filter_ignore_case=Ignore Case
filter_enter_value=Enter Value
filter_add=&Add
filter_delete=&Delete
filter_select=&Select
filter_not=&Not
filter_and=A&nd
filter_or=O&r
filter_show_ancestors=Show Ancestors
filter_show_descendants=Show Descendants
# dimitri, 10.07.2005
attributes_all=All Attributes
attributes_attribute=Attributes
attributes_close=Close
attribute_delete=Delete all Values
attribute_delete_value=Delete this Value
attributes_edit=Edit
attributes_edit_in_place=Edit Attributes
attributes_edit_tooltip=Edit Set
attribute_font_size_tooltip=Attribute Font Size
attributes_dialog=&Attribute Manager...
attributes_dialog_title=Attribute Manager
attributes_import=&Import
attributes_import_tooltip=Import attributes from the other loaded maps
attributes_assign_dialog=Assi&gn Attributes...
attributes_visible=Selected Visible
attributes_visible_tooltip=Selection for View->Attribute->Show Selected Attributes
attributes_refresh=Refresh
attribute_replace=Replace with
attributes_restriction=Restricted Set
attributes_restricted_attributes_tooltip=Restrict Set of Attributes
attributes_restricted_values_tooltip=Restrict Set of Values for Current Attribute
attributes_select_all=All
attributes_select_all_tooltip=Select / Deselect all
attributes_for_selected=Selected Nodes
attributes_for_visible=All Visible Nodes
attributes_deselect_all=Nothing
attribute_list_box_label_text=Existing Values
attributes_popup_edit=Edit
attributes_popup_optimal_width=Optimal Width
attributes_popup_hide=Hide
attributes_popup_new=New Attribute
attributes_popup_delete=Delete
attributes_popup_up=Up
attributes_popup_down=Down
attributes_show=Show
attributes_show_all = Show All Attributes
attributes_show_selected = Show Selected Attributes
attributes_hide_all = Hide All Attributes
attribute_top=All known Attributes for the loaded Maps
attributes_skip_root=Skip Root Node
attributes_no_import_candidates_found=No new attributes found
attributes_adding_empty_attribute_error=Can not use an empty string as attribute name
# fc, 10.5.2005:
property_dialog=Preferences...
OptionPanel.automatic=Automatic
OptionPanel.de=De
OptionPanel.dk=Dk
OptionPanel.en=En
OptionPanel.es=Es
OptionPanel.fr=Fr
OptionPanel.gl=Gl
OptionPanel.hu=Hu
OptionPanel.it=It
OptionPanel.ja=Ja
OptionPanel.ko=Ko
OptionPanel.nl=Nl
OptionPanel.pl=Pl
OptionPanel.pt_BR=Pt BR
OptionPanel.pt_PT=Pt PT
OptionPanel.ru=Ru
OptionPanel.sl=Sl
OptionPanel.zh_TW=Zh
OptionPanel.zh_CN=Zh CN
OptionPanel.fork=Fork
OptionPanel.bubble=Bubble
OptionPanel.as_parent=As Parent
OptionPanel.combined=Combined
OptionPanel.bezier=Bezier
OptionPanel.linear=Linear
OptionPanel.default=Default
OptionPanel.metal=Metal
OptionPanel.windows=Windows
OptionPanel.motif=Motif
OptionPanel.gtk=Gtk
OptionPanel.nothing=Nothing
OptionPanel.relative=Relative
OptionPanel.absolute=Absolute
OptionPanel.first=First
OptionPanel.last=Last
OptionPanel.selection_method_direct=Direct
OptionPanel.selection_method_delayed=Delayed
OptionPanel.selection_method_by_click=By Click
OptionPanel.html_export_no_folding=No Folding
OptionPanel.html_export_fold_currently_folded=Fold Currently Folded
OptionPanel.html_export_fold_all=Fold All
OptionPanel.html_export_based_on_headings=Based On Headings
OptionPanel.Environment=Environment
OptionPanel.Files=Files
OptionPanel.language=Language
OptionPanel.language.tooltip=<html>This is the language that should be used in the program. 'automatic' tries to load the current user's language. </html>
OptionPanel.check_spelling=Check spelling
OptionPanel.check_spelling.tooltip=<html>Check my spelling as I type</html>
OptionPanel.experimental_file_locking_on=Experimental File Locking
OptionPanel.experimental_file_locking_on.tooltip=<html> Experimental feature</html>
OptionPanel.draganddrop=Drag And Drop
OptionPanel.draganddrop.tooltip=<html>If drag and drop is enabled</html>
OptionPanel.userproperties=Userproperties
OptionPanel.patternsfile=Patternsfile
OptionPanel.docmapurl_since_version_0_7_0=Docmapurl
OptionPanel.browsemode_initial_map=Browsemode Initial Map
OptionPanel.browsemode_initial_map.tooltip=<html>The URL of the map that is loaded when browsemode starts up</html>
OptionPanel.last_opened_list_length=Last Opened List Length
OptionPanel.time_for_automatic_save=Time For Automatic Save
OptionPanel.time_for_automatic_save.tooltip=<html> time between two consecutive automatic saving actions (in msec): To disable automatic saving set this number to 2000000000.</html>
OptionPanel.delete_automatic_saves_at_exit=Delete Automatic Saves At Exit
OptionPanel.delete_automatic_saves_at_exit.tooltip=<html> If the files should be deleted automatically on a normal shutdown of Freemind set the following variable to true</html>
OptionPanel.number_of_different_files_for_automatic_save=Number Of Different Files For Automatic Save
OptionPanel.number_of_different_files_for_automatic_save.tooltip=<html> number n of different files to store the maps into. The first automatic save is done in the first file, and so on up to the n+1-save which is again stored in the first file (cyclic)</html>
OptionPanel.path_to_automatic_saves=Path To Automatic Saves
OptionPanel.path_to_automatic_saves.tooltip=<html> to change the default path (this is 'java.io.tmpdir' of java), enter a directory path here: other possibilities: * freemind_home stands for the directory, where the auto.properties are. * default points to java.io.tmpdir</html>
OptionPanel.Defaults=Defaults
OptionPanel.standardnodestyle=Standard Node Style
OptionPanel.standardnodestyle.tooltip=<html>The default new node style. 'fork', 'bubble' 'as_parent' and 'combined' are supported </html>
OptionPanel.standardrootnodestyle=Standard Root Node Style
OptionPanel.standardrootnodestyle.tooltip=<html>The root node style if no other is specified. 'fork' and 'bubble' and 'combined' are supported </html>
OptionPanel.standardnodetextcolor=Standard Node Color
OptionPanel.standardnodetextcolor.tooltip=<html>The standard node color. In html notation (#RRGGBB in hex values) </html>
OptionPanel.standardselectednodecolor=Standard Selected Node Color
OptionPanel.standardselectednodecolor.tooltip=<html>The standard node color if selected. In html notation (#RRGGBB in hex values) </html>
OptionPanel.standardselectednoderectanglecolor=Selected Node Bubble Color
OptionPanel.standardselectednoderectanglecolor.tooltip=<html>The color of buble marking selected nodes. In html notation (#RRGGBB in hex values) </html>
OptionPanel.standarddrawrectangleforselection=Display Selected Nodes in Bubbles
OptionPanel.standarddrawrectangleforselection.tooltip=<html>Mark selected nodes by bubble around.</html>
OptionPanel.standardedgecolor=Standard Edge Color
OptionPanel.standardedgecolor.tooltip=<html>The standard edge color in html notation </html>
OptionPanel.standardlinkcolor=Standard Link Color
OptionPanel.standardlinkcolor.tooltip=<html>The standard link color in html notation </html>
OptionPanel.standardbackgroundcolor=Standard Background Color
OptionPanel.standardbackgroundcolor.tooltip=<html>The standard background color in html notation </html>
OptionPanel.printonwhitebackground=<html>White background for printing</html>
OptionPanel.printonwhitebackground.tooltip=<html>Always use white background for printing</html>
OptionPanel.standardcloudcolor=Standard Cloud Color
OptionPanel.standardcloudcolor.tooltip=<html>The standard cloud color in html notation </html>
OptionPanel.defaultfont=Default Font
OptionPanel.defaultfont.tooltip=<html>The default node font. This will only work if the font (TrueType Font) is available on the system </html>
OptionPanel.defaultfontstyle=Default Font Style
OptionPanel.defaultfontsize=Default Font Size
OptionPanel.max_node_width=Max Node Width
OptionPanel.max_node_width.tooltip=<html>The default maximal node width in pixels</html>
OptionPanel.standardedgestyle=Standard Edge Style
OptionPanel.standardedgestyle.tooltip=<html>The standard edge style. 'linear' and 'bezier' are supported </html>
OptionPanel.standardcloudestyle=Standard Cloud Style
OptionPanel.standardcloudestyle.tooltip=<html>The standard cloud style. currently, only 'bezier' is supported</html>
OptionPanel.standardlinkestyle=Standard Link Style
OptionPanel.standardlinkestyle.tooltip=<html>The standard link style. currently, only 'bezier' is supported</html>
OptionPanel.Appearance=Appearance
OptionPanel.lookandfeel=Look and Feel
OptionPanel.lookandfeel.tooltip=<html>The Look&Feel to use. 'metal','windows','motif', 'gtk' are supported, 'mac' is available only on MacOS. Default means, that the default look and feel is used. If you want to put your own L&F, please, enter the class name here and assure that the corresponding jar file(s) are loaded. If there are problems with the look and feel, then choose 'nothing' here. It works for applets.</html>
OptionPanel.mapxsize=Map-X-size
OptionPanel.mapxsize.tooltip=<html>The initial size of every map </html>
OptionPanel.mapysize=Map-Y-size
OptionPanel.links=Links
OptionPanel.links.tooltip=<html>Set Links either relative or absolute </html>
OptionPanel.el__buttons_position=Buttons Position
OptionPanel.el__buttons_position.tooltip=<html> above / below</html>
OptionPanel.el__position_window_below_node=Position Window Below Node
OptionPanel.el__min_default_window_height=Min Default Window Height
OptionPanel.el__max_default_window_height=Max Default Window Height
OptionPanel.el__min_default_window_width=Min Default Window Width
OptionPanel.el__max_default_window_width=Max Default Window Width
OptionPanel.el__enter_confirms_by_default=Enter Confirms By Default
OptionPanel.el__show_icon_for_attributes=Show Icon For Attributes
OptionPanel.Keystrokes=Keystrokes
OptionPanel.keystroke_newMap=NewMap
OptionPanel.keystroke_open=Open
OptionPanel.keystroke_save=Save
OptionPanel.keystroke_saveAs=SaveAs
OptionPanel.keystroke_print=Print
OptionPanel.keystroke_close=Close
OptionPanel.keystroke_quit=Quit
OptionPanel.keystroke_export_to_html=Export To Html
OptionPanel.keystroke_export_branch_to_html=Export Branch To Html
OptionPanel.keystroke_open_first_in_history=Open First In History
OptionPanel.keystroke_previousMap=PreviousMap
OptionPanel.keystroke_nextMap=NextMap
OptionPanel.keystroke_mode_MindMap=Mode MindMap
OptionPanel.keystroke_mode_Browse=Mode Browse
OptionPanel.keystroke_mode_File=Mode File
OptionPanel.keystroke_node_toggle_italic=Node Toggle Italic
OptionPanel.keystroke_node_toggle_boldface=Node Toggle Boldface
OptionPanel.keystroke_node_toggle_underlined=Node Toggle Underlined
OptionPanel.keystroke_node_toggle_cloud=Node Toggle Cloud
OptionPanel.keystroke_undo=Undo
OptionPanel.keystroke_redo=Redo
OptionPanel.keystroke_delete_child=Delete Child
OptionPanel.keystroke_select_all=Select All
OptionPanel.keystroke_select_branch=Select Branch
OptionPanel.keystroke_zoom_out=Zoom Out
OptionPanel.keystroke_zoom_in=Zoom In
OptionPanel.keystroke_cut=Cut
OptionPanel.keystroke_copy=Copy
OptionPanel.keystroke_copy_single=Copy Single
OptionPanel.keystroke_paste=Paste
OptionPanel.keystroke_remove=Remove
OptionPanel.keystroke_add_arrow_link_action=Add Arrow Link Action
OptionPanel.keystroke_add_local_link_action=Add Local Link Action
OptionPanel.keystroke_moveToRoot=MoveToRoot
OptionPanel.keystroke_move_up=Move Up
OptionPanel.keystroke_move_down=Move Down
OptionPanel.keystroke_move_left=Move Left
OptionPanel.keystroke_move_right=Move Right
OptionPanel.keystroke_follow_link=Open Hyperlink
OptionPanel.keystroke_add=Add
OptionPanel.keystroke_add_child=Add Child
OptionPanel.keystroke_add_child_mac=Add Child Mac
OptionPanel.keystroke_add_sibling_before=Add Sibling Before
OptionPanel.keystroke_edit=Edit
OptionPanel.keystroke_edit_long_node=Edit Long Node
OptionPanel.keystroke_join_nodes=Join Nodes
OptionPanel.keystroke_toggle_folded=Toggle Folded
OptionPanel.keystroke_toggle_children_folded=Toggle Children Folded
OptionPanel.keystroke_set_link_by_filechooser=Set Link By Filechooser
OptionPanel.keystroke_set_link_by_textfield=Set Link By Textfield
OptionPanel.keystroke_set_image_by_filechooser=Set Image By Filechooser
OptionPanel.keystroke_node_up=Node Up
OptionPanel.keystroke_node_down=Node Down
OptionPanel.keystroke_node_increase_font_size=Node Increase Font Size
OptionPanel.keystroke_node_decrease_font_size=Node Decrease Font Size
OptionPanel.keystroke_export_branch=Export Branch
OptionPanel.keystroke_node_color=Node Color
OptionPanel.keystroke_node_color_blend=Node Color Blend
OptionPanel.keystroke_edge_color=Edge Color
OptionPanel.keystroke_find=Find
OptionPanel.keystroke_find_next=Find Next
OptionPanel.keystroke_apply_pattern_1=Apply Pattern 1
OptionPanel.keystroke_apply_pattern_2=Apply Pattern 2
OptionPanel.keystroke_apply_pattern_3=Apply Pattern 3
OptionPanel.keystroke_apply_pattern_4=Apply Pattern 4
OptionPanel.keystroke_apply_pattern_5=Apply Pattern 5
OptionPanel.keystroke_apply_pattern_6=Apply Pattern 6
OptionPanel.keystroke_apply_pattern_7=Apply Pattern 7
OptionPanel.keystroke_apply_pattern_8=Apply Pattern 8
OptionPanel.keystroke_apply_pattern_9=Apply Pattern 9
OptionPanel.keystroke_apply_pattern_10=Apply Pattern 10
OptionPanel.keystroke_apply_pattern_11=Apply Pattern 11
OptionPanel.keystroke_apply_pattern_12=Apply Pattern 12
OptionPanel.keystroke_apply_pattern_13=Apply Pattern 13
OptionPanel.keystroke_apply_pattern_14=Apply Pattern 14
OptionPanel.keystroke_apply_pattern_15=Apply Pattern 15
OptionPanel.keystroke_apply_pattern_16=Apply Pattern 16
OptionPanel.keystroke_apply_pattern_17=Apply Pattern 17
OptionPanel.keystroke_apply_pattern_18=Apply Pattern 18
OptionPanel.Behaviour=Behaviour
OptionPanel.placenewbranches=Place New Branches
OptionPanel.placenewbranches.tooltip=<html>Where to place new branches. Valid values are 'first' and 'last' </html>
OptionPanel.disable_cursor_move_paper=Disable Cursor Move Paper
OptionPanel.disable_cursor_move_paper.tooltip=<html>Don't display 'move' cursor during paper dragging</html>
OptionPanel.enable_leaves_folding=Enable Leaves Folding
OptionPanel.enable_leaves_folding.tooltip=<html>Enable leaves folding == changing bubble/fork for fold action (although if false, you can always use node style to change it)</html>
OptionPanel.foldingsymbolwidth=Folding Symbol Width
OptionPanel.foldingsymbolwidth.tooltip=<html>Width of the folding marking circle</html>
OptionPanel.disable_key_type=Disable Key Type
OptionPanel.disable_key_type.tooltip=<html>Key typing: if enabled enters node editing</html>
OptionPanel.key_type_adds_new=Key Type Adds New
OptionPanel.key_type_adds_new.tooltip=<html>Key typing: overwrites content (false) / creates new sibling (true) (requires: disable_key_type = false)</html>
OptionPanel.selection_method=Selection Method
OptionPanel.selection_method.tooltip=<html> with the following switch you can enable/disable the delayed selection scheme. Auto options. Do not modify these as they will be saved to auto.properties anyway.</html>
OptionPanel.time_for_delayed_selection=Time For Delayed Selection
OptionPanel.time_for_delayed_selection.tooltip=<html> Selection time delay of nodes when mouse is over (in msec). Change this value to 1 if you want direct selection on mouse over.</html>
OptionPanel.HTML=HTML
OptionPanel.default_browser_command_windows_nt=Default Browser Command Windows Nt
OptionPanel.default_browser_command_windows_nt.tooltip=<html>For Windows (the "" signs are necessary due to links, that have "=" in their URL).</html>
OptionPanel.default_browser_command_windows_9x=Default Browser Command Windows 9x
OptionPanel.default_browser_command_windows_9x.tooltip=<html>For Windows (the "" signs are necessary due to links, that have "=" in their URL).</html>
OptionPanel.default_browser_command_other_os=Default Browser Command Other Os
OptionPanel.default_browser_command_other_os.tooltip=<html> This is typically Linux:</html>
OptionPanel.default_browser_command_mac=Default Browser Command Mac
OptionPanel.default_browser_command_mac.tooltip=<html> and MAC: (thanks to Nick!)</html>
OptionPanel.html_export_folding=Html Export Folding
OptionPanel.export_icons_in_html=Export Icons In Html
OptionPanel.export_icons_in_html.tooltip=<html> Tell if HTML exported from FreeMind should contain icons. The trouble with icons is that quite often the links to icons will not be found in the exported HTML.</html>
OptionPanel.Cancel=Cancel
OptionPanel.OK=Save
option_changes_may_require_restart=To see the effect of the changed settings, you probably have to restart FreeMind.
# fc, 12.5.2005:
GrabKeyDialog.grab-key.title=Enter new key
GrabKeyDialog.grab-key.caption=
GrabKeyDialog.grab-key.clear=Clear
GrabKeyDialog.grab-key.assigned-to.none=Currently not assigned
GrabKeyDialog.grab-key.assigned-to=Assigned to
GrabKeyDialog.common.ok=OK
GrabKeyDialog.grab-key.remove=Remove
GrabKeyDialog.common.cancel=Cancel
GrabKeyDialog.grab-key.remove-ask=Are you sure to remove this keystroke?
OptionPanel.separator.language=Language
OptionPanel.separator.files=Files
OptionPanel.separator.automatic_save=Automatic Save
OptionPanel.separator.default_styles=Default Styles
OptionPanel.separator.default_colors=Default Colors
OptionPanel.separator.selection_colors=Selection Colors
OptionPanel.separator.default_fonts=Default Fonts
OptionPanel.separator.other_defaults=Other Defaults
OptionPanel.separator.look_and_feel=Look and Feel
OptionPanel.separator.anti_alias=Antialias
OptionPanel.separator.initial_map_size=Initial Map Size
OptionPanel.separator.hyperlink_types=Hyperlink Types
OptionPanel.separator.edit_long_node_window=Edit Long Node Window
OptionPanel.separator.commands_for_the_program=Commands for the program
OptionPanel.separator.node_editing_commands=Node editing commands
OptionPanel.separator.node_navigation_commands=Node navigation commands
OptionPanel.separator.new_node_commands=New node commands
OptionPanel.separator.patterns=Patterns
OptionPanel.separator.behaviour=Behaviour
OptionPanel.separator.key_typing=Key Typing
OptionPanel.separator.selection_method=Selection Method
OptionPanel.separator.browser=Browser
OptionPanel.separator.html_export=Html Export
OptionPanel.separator.attributes=Attributes
OptionPanel.separator.icons=Icons in "Select Icon..."
OptionPanel.keystroke_edit_attributes=Edit attributes
OptionPanel.keystroke_show_all_attributes=Show all attributes
OptionPanel.keystroke_show_selected_attributes=Show selected attributes
OptionPanel.keystroke_hide_all_attributes=Hide all attributes
OptionPanel.keystroke_show_attribute_manager=Show attribute manager
OptionPanel.keystroke_assign_attributes=Assign attributes...
# fc, 2.6.2005:
OptionPanel.antialias.tooltip=<html>Determines the quality of the map. More antialias needs more time.</html>
OptionPanel.antialias=Antialias
OptionPanel.antialias_edges=Antialias Edges
OptionPanel.antialias_all=Antialias All
OptionPanel.antialias_none=No Antialias
OptionPanel.cs=Cs
OptionPanel.nb=Nb
# fc, 12.6.2005: correction, please remove the other translation of "follow_link" above
follow_link = Open Hyperlink
OptionPanel.ColorProperty.ResetColor=Reset Color
# fc, 16.6.2005:
OptionPanel.keystroke_option_dialog=Preferences
format_menu_edge_styles=&Edge Styles
format_menu_edge_widths=Edge &Widths
# fc, 3.7.2005:
accessories/plugins/ImportMindmanagerFiles.properties_name=MindManager X5 Map...
# fc, 5.7.2005:
accessories/plugins/ExportToOoWriter.properties_documentation=<html><body>The visible structure (ie. all unfolded nodes) build up the chapter structure of the document.<br/>The hidden nodes (ie. the folded nodes) are put inside these chapters as lists or paragraphs. </body></html>
accessories/plugins/ExportToOoWriter.properties_name= As Open Office Writer Document...
# fc, 10.7.2005:
OptionPanel.separator.undo=Undo
OptionPanel.undo_levels=Undo Levels
OptionPanel.undo_levels.tooltip=<html>Determines how many steps are stored that can be undone via "Undo".</html>
# fc, 13.8.2005
OptionPanel.lt=Lt
# fc, 12.1.2006: if you create a translation of the documentation file, change this value (see german translation):
browsemode_initial_map = ./doc/freemind.mm
# fc, 1.2.06
link_not_found = Link $1 not found.
# fc, 15.2.06
icon_smily_bad = I'm not amused
OptionPanel.hr=Hr
OptionPanel.nn=Nn
OptionPanel.se=Se
OptionPanel.unfold_on_paste=Unfold node on paste
OptionPanel.unfold_on_paste.tooltip=Unfold node on paste or Drag-And-Drop
# fc, 16.2.06
accessories/plugins/ExportWithXSLT_Applet.properties_documentation=Exports the map as a java browser applet.
accessories/plugins/ExportWithXSLT_Applet.properties_name=As Java Applet...
accessories/plugins/ExportWithXSLT_Applet.properties_webpage=Web page
accessories/plugins/ExportWithXSLT_Flash.properties_documentation=Exports the map as a flash application.
accessories/plugins/ExportWithXSLT_Flash.properties_name=As Flash...
# fc, 21.2.06
accessories/plugins/ChangeNodeLevelAction_left.properties_documentation=On the left of root the node(s) is/are shifted downwards. It/they become children of its above sibling. On the right of root the node(s) are shifted upwards. Directly at root, the node(s) change sides.
accessories/plugins/ChangeNodeLevelAction_left.properties_name=Node Left
accessories/plugins/ChangeNodeLevelAction_right.properties_documentation=On the right of root the node(s) is/are shifted downwards. It/they become children of its above sibling. On the left of root the node(s) are shifted upwards. Directly at root, the node(s) change sides.
accessories/plugins/ChangeNodeLevelAction_right.properties_name=Node Right
# fc, 27.2.06:
PatternDialog.ColorProperty.ResetColor=ResetColor
PatternDialog.EdgeWidth_1=1
PatternDialog.EdgeWidth_2=2
PatternDialog.EdgeWidth_4=4
PatternDialog.EdgeWidth_8=8
PatternDialog.EdgeWidth_parent=As parent
PatternDialog.EdgeWidth_thin=thin
PatternDialog.as_parent=As parent
PatternDialog.bezier=bezier
PatternDialog.bubble=Bubble
PatternDialog.combined=Combined
PatternDialog.edgecolor.tooltip=Property of the edge to the parent node (is also applied to all child nodes)
PatternDialog.edgecolor=Edge color
PatternDialog.edgestyle.tooltip=Property of the edge to the parent node (is also applied to all child nodes)
PatternDialog.edgestyle=Edge style
PatternDialog.edgewidth.tooltip=Property of the edge to the parent node (is also applied to all child nodes)
PatternDialog.edgewidth=Edge width
PatternDialog.fork=Fork
PatternDialog.linear=linear
PatternDialog.nodebackgroundcolor=Node background color
PatternDialog.nodecolor=Node color
PatternDialog.nodestyle=Node style
PatternDialog.nodetext=Node text
PatternDialog.separator.EdgeControls=Edges
PatternDialog.separator.NodeColors=Node colors
PatternDialog.separator.NodeStyles=Node styles
PatternDialog.sharp_bezier=sharp bezier
PatternDialog.sharp_linear=sharp linear
PatternDialog.undefined_font=Undefined font
accessories/plugins/ApplyFormatPlugin.properties_documentation=Presents a dialog in which node and edge attributes can be changed at once.
accessories/plugins/ApplyFormatPlugin.properties_name=&Change Format...
accessories/plugins/ApplyFormatPlugin.dialog.title=Change format of nodes
OptionPanel.keystroke_accessories/plugins/ChangeNodeLevelAction_left.properties_key=Move left
OptionPanel.keystroke_accessories/plugins/ChangeNodeLevelAction_right.properties_key=Move right
OptionPanel.keystroke_accessories/plugins/FormatCopy.properties.properties_key=Copy format
OptionPanel.keystroke_accessories/plugins/FormatPaste.properties.properties_key=Paste format
OptionPanel.keystroke_accessories/plugins/IconSelectionPlugin.properties.properties_key=Insert icon
OptionPanel.keystroke_accessories/plugins/NewParentNode.properties_key=Indent nodes
OptionPanel.keystroke_accessories/plugins/SplitNode.properties_key=Split node
# OptionPanel.keystroke_accessories/plugins/NodeNote.properties_key=Insert a note
OptionPanel.keystroke_accessories/plugins/UnfoldAll.keystroke.alt_PAGE_UP=Fold one level
OptionPanel.keystroke_accessories/plugins/UnfoldAll.keystroke.alt_PAGE_DOWN=Unfold on level
OptionPanel.keystroke_accessories/plugins/UnfoldAll.keystroke.alt_HOME=Fold all
OptionPanel.keystroke_accessories/plugins/UnfoldAll.keystroke.alt_END=Unfold all
OptionPanel.separator.others=Other key bindings
PatternDialog.separator.General=General
PatternDialog.clear_all_setters=Switch all
PatternDialog.clear_all_setters.tooltip=Enables or disables all change indications.
# fc, 1.3.06:
accessories/plugins/ManagePatterns.dialog.title=Manage Patterns...
accessories/plugins/ManagePatterns.not_found=Pattern file can't be loaded.
accessories/plugins/ManagePatterns.properties_documentation=Change the patterns defined in patterns.xml in an editor. The result is automatically saved.
accessories/plugins/ManagePatterns.properties_name=Manage Patterns...
# fc, 14.3.06:
PatternDialog.nodefontbold=Bold font
PatternDialog.nodefontitalic=Italic font
PatternDialog.separator.NodeFont=Node Font
# fc, 19.3.06:
ManagePatternsPopupDialog.remove=Remove Pattern
ManagePatternsPopupDialog.add=Add new Pattern
PatternDialog.patternname=Name
PatternDialog.patternname.tooltip=Unique pattern name
PatternNewNameProperty=New Pattern
ManagePatternsPopupDialog.DuplicateNameMessage=You have chosen a name twice. Please change this before leaving this dialog.
PatternDialog.childpattern.tooltip=The selected pattern is applied to all children.
PatternDialog.childpattern=Child Pattern
ManagePatternsPopupDialog.Save=Save and Return
PatternDialog.icon.tooltip=If applied, the node will have exactly this icon.
PatternDialog.icon=Icon
PatternDialog.set_property_text=Change
PatternDialog.set_property_text.tooltip=Empty: Don't touch; Minus=Remove property (set default values); Plus=Change property
accessories/plugins/AutomaticLayout.properties_StyleDialogTitle=Change pattern
OptionPanel.accessories/plugins/AutomaticLayout.properties_PatternTabName=Automatic layout patterns
OptionPanel.separator.accessories/plugins/AutomaticLayout.properties_PatternSeparatorName=Patterns
PatternToString.color=Color
PatternToString.backgroundColor=Background Color
#OptionPanel.automaticFormat_level1=Root Node Format
#OptionPanel.automaticFormat_level2=1. Level Node Format
PatternToString.NodeFontSize=Font Size
OptionPanel.level1=Format of the Root Node
OptionPanel.level2=1. Level Node Format
OptionPanel.level3=2. Level Node Format
OptionPanel.level4=3. Level Node Format
OptionPanel.level5=Other's Node Format
OptionPanel.automaticFormat_level=Automatic Layout Styles
# fc, 13.4.06:
ManagePatternsPopupDialog.duplicate=Duplicate Pattern
ManagePatternsPopupDialog.from_nodes=Create Pattern From Selected Nodes
# fc, 25.5.2006:
accessories/plugins/SaveAll.properties_documentation=Saves all open maps.
accessories/plugins/SaveAll.properties_name=Save &All
accessories/plugins/SaveAll.properties_save_all_cancelled=Operation was not completed successfully.
# fc, 23.7.06
OptionPanel.loadLastMap=Automatically open last map
OptionPanel.loadLastMap.tooltip=<html>When FreeMind starts, it fetches the last opened map automatically if checked.</html>
# dan, whenever
use_rich_formatting = Use Rich Formatting
use_plain_text = Use Plain Text
# fc, 30.7.06:
FreeMind.progress.gettingPreferenceDirectories=Getting Preference Directories...
FreeMind.progress.gettingPreferences=Getting Preferences...
FreeMind.progress.updateLookAndFeel=Update Look And Feel...
FreeMind.progress.createController=Create Controller...
FreeMind.progress.settingPreferences=Setting Preferences...
FreeMind.progress.propageteLookAndFeel=Propagete Look And Feel...
FreeMind.progress.createInitialMode=Create Initial Mode...
FreeMind.progress.startCreateController=Start Create Controller...
FreeMind.progress.loadMaps=Load Maps...
FreeMind.progress.buildScreen=Build Screen...
FreeMind.progress.endStartup=Finish Startup.
OptionPanel.tr=Tr
OptionPanel.level=Level
# fc, 13.8.06:
map_not_saved=The map was not saved before.
# fc, 27.8.06:
plugins/TimeManagement.xml_Find=Find
plugins/TimeManagement.xml_Replace=Replace
# fc, 2.9.06:
automatically_save_message=Map was automatically saved (using the file name {0}) ...
plugins/ScriptingEngine.xml_documentation=Evaluates all contained scripts (recursive order, leaves first).
plugins/ScriptingEngine.xml_name=Evaluate
# fc, 4.9.06
OptionPanel.keystroke_plugins/ScriptingEngine.keystroke.evaluate=Evaluate
# fc, 6.9.06:
error_applying_template=Error applying XSL template.
# fc, 11.10.06:
accessories/plugins/NodeNote_jumpto.properties_documentation=Switch to resp. from note window
accessories/plugins/NodeNote_jumpto.properties_name=Note Edit Switch
#accessories/plugins/NodeNote_jumpfrom.properties_documentation=Switch back from notes to mindmap
#accessories/plugins/NodeNote_jumpfrom.properties_name=Leave note
# fc, 12.10.06
OptionPanel.max_tooltip_width=ToolTip Width
OptionPanel.max_tooltip_width.tooltip=<html>The default tooltip width in pixels.</html>
# fc, 13.10.06: renamed:
plugins/NodeList.xml_documentation=Shows all nodes as a searchable list with filter properties.
# fc, 10.11.2006:
OptionPanel.keystroke_accessories/plugins/NodeNote_jumpto.keystroke.alt_N=Note Edit Switch
OptionPanel.keystroke_accessories/plugins/NodeNote_hide_show.keystroke.control_shift_less=Show/Hide Note Window
# Dimitry 25.10
OptionPanel.keystroke_accessories/plugins/RemoveNote.properties.properties_key=Clear Note
# aki 19.10.06: (TJI support)
accessories/plugins/ExportWithXSLT_Applet.properties_tji= Task Juggler Include Files
accessories/plugins/ExportWithXSLT_TASKSTJI.properties_documentation=<html>Exports tasks from TASKS node to Taskjuggler module. </html>
accessories/plugins/ExportWithXSLT_TASKSTJI.properties_name=Tasks from TASKS node to TaskJuggler file...
accessories/plugins/ExportWithXSLT_RESOURCESTJI.properties_documentation=<html>Exports resources from RESOURCES node to Taskjuggler module. </html>
accessories/plugins/ExportWithXSLT_RESOURCESTJI.properties_name=Resources from RESOURCES node to TaskJuggler file...
# fc, 14.12.2006: renamed:
plugins/NodeList.xml_name=Find and Replace...
# fc, 23.12.06:
plugins/TimeList.xml_Notes=Notes
# fc, 30.12.06:
accessories/plugins/SortNodes.properties_documentation=Sorts all children of a node alphabetically.
accessories/plugins/SortNodes.properties_name=&Sort Children
# fc, 3.1.07:
OptionPanel.ar=Ar
# fc, 10.1.07:
plugins/TimeManagement.xml_WindowTitle_All_Nodes=Search & Replace
plugins/ScriptEditor.xml_documentation=Enables to write larger scripts within FreeMind.
plugins/ScriptEditor.xml_name=S&cript Editor...
# fc, 24.1.07:
plugins/ScriptEditor/window.title=Script Editor
plugins/ScriptEditor.menu_actions=&Actions
plugins/ScriptEditor.run=&Run
plugins/ScriptEditor/window.Result=Result:
# SimplyHTML.properties
#
# resource bundle with strings for application SimplyHTML
# - English Language (default) -
# edit menu definition
simplyhtml.editLabel=Edit
# edit menu items
simplyhtml.undoLabel=Undo
simplyhtml.undoTip=undo
simplyhtml.redoLabel=Redo
simplyhtml.redoTip=redo
simplyhtml.cutLabel=Cut
simplyhtml.cutTip=cut
simplyhtml.copyLabel=Copy
simplyhtml.copyTip=copy
simplyhtml.pasteLabel=Paste
simplyhtml.pasteTip=paste
simplyhtml.selectAllLabel=Select all
simplyhtml.findReplaceLabel=Find & Replace
simplyhtml.findReplaceTip=find & replace
#insert menu definition
simplyhtml.insertTableLabel=Table...
# format menu definition
simplyhtml.formatLabel=Format
# format menu items
simplyhtml.fontLabel=Font...
simplyhtml.fontTip=Format font...
simplyhtml.clearFormatLabel=Remove Formatting
simplyhtml.clearFormatTip=Remove Formatting
simplyhtml.fontBoldLabel=Bold
simplyhtml.fontBoldImage=resources/bold.gif
simplyhtml.fontBoldSelectedIcon=resources/bold_on.gif
simplyhtml.fontBoldTip=switch bold on/off
simplyhtml.fontColorTip=Text Color
simplyhtml.fontColorLabel=Text Color
simplyhtml.fontColorImage=resources/fontColor.gif
simplyhtml.fontItalicLabel=Italic
simplyhtml.fontItalicImage=resources/italic.gif
simplyhtml.fontItalicSelectedIcon=resources/italic_on.gif
simplyhtml.fontItalicTip=switch italic on/off
simplyhtml.fontUnderlineLabel=Underline
simplyhtml.fontUnderlineImage=resources/uline.gif
simplyhtml.fontUnderlineTip=switch underline on/off
simplyhtml.formatTableLabel=Table...
simplyhtml.formatTableTip=Format table
simplyhtml.toggleBulletsLabel=Bulleted list on/off
simplyhtml.toggleBulletsTip=bulleted list on/off
simplyhtml.toggleNumbersLabel=Numbered list on/off
simplyhtml.toggleNumbersTip=numbered list on/off
simplyhtml.formatListLabel=List...
simplyhtml.formatListTip=change list format
simplyhtml.formatParaLabel=Paragraph...
simplyhtml.formatParaTip=Change paragraph format
simplyhtml.paraAlignLeftLabel=Align left