-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathResources_bg.properties
1427 lines (1354 loc) · 138 KB
/
Resources_bg.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
#Translation into BG : Velislav - www.velislav.com/bgface
about = \u0417\u0430 \u043f\u0440\u043e\u0433\u0440\u0430\u043c\u0430\u0442\u0430
add=&\u0414\u043e\u0431\u0430\u0432\u0438
about_text = FreeMind - \u0435 \u0441\u0432\u043e\u0431\u043e\u0434\u0435\u043d \u0441\u043e\u0444\u0442\u0443\u0435\u0440 \u0437\u0430 \u0441\u044a\u0437\u0434\u0430\u0432\u0430\u043d\u0435 \u043d\u0430 "\u043c\u0438\u0441\u043b\u043e\u0432\u043d\u0438 \u043a\u0430\u0440\u0442\u0438" \u0438 \u0444\u043e\u0440\u043c\u0438\u0440\u0430\u043d\u0435 \u043d\u0430 \u0437\u043d\u0430\u043d\u0438\u0435\nCopyright \u00a9 2000-2010 Joerg Mueller, Daniel Polansky, Christian Foltin, Dimitry Polivaev, \u0438 \u0434\u0440\u0443\u0433\u0438.\n\u0422\u0430\u0437\u0438 \u043f\u0440\u043e\u0433\u0440\u0430\u043c\u0430 \u0435 \u0441\u0432\u043e\u0431\u043e\u0434\u0435\u043d \u0441\u043e\u0444\u0442\u0443\u0435\u0440, \u043b\u0438\u0446\u0435\u043d\u0437\u0438\u0440\u0430\u043d \u043f\u043e\u0434 GNU General Public Licence.\n\n\u0421\u0430\u0439\u0442: http://freemind.sourceforge.net/\n\u0412\u0435\u0440\u0441\u0438\u044f:
antialias_all = Antialias All
antialias_edges = Antialias Edges
antialias_none = Antialias None
apply=&Apply
background = \u0424\u043e\u043d
bezier = \u041a\u0440\u0438\u0432\u0430 \u043b\u0438\u043d\u0438\u044f
blend_color = Blend Color
bold = \u0423\u0434\u0435\u0431\u0435\u043b\u0435\u043d (Bold)
boldify_branch = Boldify
branch = Branch
bubble = &Bubble
cancel = &\u041e\u0442\u043a\u0430\u0437
cannot_join_nodes_with_children = Cannot join nodes with children
center = Center
cloud = \u041e\u0431\u043b\u0430\u043a
cloud_color = \u0426\u0432\u0435\u0442\u0435\u043d \u043e\u0431\u043b\u0430\u043a...
close = &\u0417\u0430\u0442\u0432\u043e\u0440\u0438
copy = \u041a\u043e\u043f\u0438\u0440\u0430\u0439
copy_single = \u041a\u043e\u043f\u0438\u0440\u0430\u0439 (\u0441\u0430\u043c\u043e \u0442\u0435\u043a\u0443\u0449\u0438\u044f \u0432\u044a\u0437\u0435\u043b)
cut = Cut
decrease_branch_font_size = \u041d\u0430\u043c\u0430\u043b\u0438 \u0448\u0440\u0438\u0444\u0442\u0430
decrease_node_font_size = \u041d\u0430\u043c\u0430\u043b\u0438 \u0448\u0440\u0438\u0444\u0442\u0430
delete=&\u0418\u0437\u0442\u0440\u0438\u0432\u0430\u043d\u0435
documentation = \u0414\u043e\u043a\u0443\u043c\u0435\u043d\u0442\u0430\u0446\u0438\u044f
edge = \u0421\u0432\u044a\u0440\u0437\u0432\u0430\u0449\u0430 \u043b\u0438\u043d\u0438\u044f
edge_color = \u0426\u0432\u044f\u0442 \u043d\u0430 \u0441\u0432\u044a\u0440\u0432\u0437. \u043b\u0438\u043d\u0438\u0438...
edge_width_parent = \u041a\u0430\u0442\u043e \u043d\u0430 \u043f\u0440\u0435\u0434\u0445\u043e\u0434\u043d\u0438\u044f \u0432\u044a\u0437\u0435\u043b
edge_width_thin = \u0422\u044a\u043d\u043a\u0430 \u043b\u0438\u043d\u0438\u044f
edit = &\u0420\u0435\u0434\u0430\u043a\u0442\u0438\u0440\u0430\u043d\u0435
edit_link_manually = \u0420\u044a\u0447\u043d\u043e \u0440\u0435\u0434\u0430\u043a\u0442\u0438\u0440\u0430\u043d\u0435 \u043d\u0430 \u0445\u0438\u043f\u0435\u0440\u043b\u0438\u043d\u043a...
edit_long_node = \u0420\u0435\u0434\u0430\u043a\u0442\u0438\u0440\u0430\u043d\u0435 \u043d\u0430 \u0433\u043e\u043b\u044f\u043c \u0432\u044a\u0437\u0435\u043b...
enter_base_url = I am going to paste relative links. Enter please base URL.
enter_confirms = &Enter Confirms
error = \u0413\u0440\u0435\u0448\u043a\u0430
#export_branch = Branch...
export_branch_to_html = Branch as HTML
export_to_html = \u041a\u0430\u0442\u043e HTML
extension_menu = Physical &Style
file = &\u0424\u0430\u0439\u043b
file_not_found = \u0424\u0430\u0439\u043b\u044a\u0442 $1 \u043d\u0435 \u0435 \u043d\u0430\u043c\u0435\u0440\u0435\u043d
find = \u0422\u044a\u0440\u0441\u0435\u043d\u0435...
find_what = \u0422\u0435\u043a\u0441\u0442 \u0437\u0430 \u0442\u044a\u0440\u0441\u0435\u043d\u0435
find_next = \u0422\u044a\u0440\u0441\u0438 \u0441\u043b\u0435\u0434\u0432\u0430\u0449
fold = \u0421\u0433\u044a\u043d\u0438
font = \u0428\u0440\u0438\u0444\u0442
fork = &\u0420\u0430\u0437\u043a\u043b\u043e\u043d\u0435\u043d\u0438\u0435
help = \u041f\u043e\u043c\u043e\u0449
html_export_based_on_headings = HTML Export - \u0431\u0430\u0437\u0438\u0440\u0430\u043d \u043d\u0430 \u0437\u0430\u0433\u043b\u0430\u0432\u0438\u044f
html_export_no_folding = HTML Export - \u0411\u0435\u0437 \u0441\u0433\u044a\u0432\u0430\u043d\u0438\u044f
html_export_fold_currently_folded = HTML Export - \u0421\u0433\u044a\u043d\u0438 \u0442\u0435\u043a\u0443\u0449\u043e \u0441\u0433\u044a\u043d\u0430\u0442\u0438\u0442\u0435
html_export_fold_all = HTML Export - \u0412\u0441\u0438\u0447\u043a\u0438 \u0441\u0433\u044a\u043d\u0430\u0442\u0438
# Daniel Polansky: This way of maintaining icon text
# will ultimately lead to unbearable overheads.
icon_menu = \u0418\u043a\u043e\u043d\u0438
icon_help = \u0412\u044a\u043f\u0440\u043e\u0441\u0438\u0442\u0435\u043b\u0435\u043d \u0437\u043d\u0430\u043a
icon_messagebox_warning = \u0412\u0430\u0436\u043d\u043e
icon_idea = \u0418\u0434\u0435\u044f
icon_button_ok = OK
icon_button_cancel = \u041d\u0435 \u0435 OK
icon_back = \u041d\u0430\u0437\u0430\u0434
icon_forward = \u041d\u0430\u043f\u0440\u0435\u0434
icon_attach = \u0412\u0438\u0436 \u0442\u0443\u043a
icon_ksmiletris = \u0429\u0430\u0441\u0442\u043b\u0438\u0432 \u0441\u044a\u043c
icon_clanbomber = \u041e\u043f\u0430\u0441\u043d\u043e
icon_desktop_new = \u041f\u043e\u043c\u043d\u0438!
icon_gohome = Home
icon_kaddressbook = \u0422\u0435\u043b\u0435\u0444\u043e\u043d
icon_knotify = Music
icon_korn = \u041f\u043e\u0449\u0435\u043d\u0441\u043a\u0430 \u043a\u0443\u0442\u0438\u044f
icon_Mail = Mail
icon_password = \u041f\u0430\u0440\u043e\u043b\u0430
icon_pencil = \u0417\u0430 \u043a\u043e\u0440\u0438\u0433\u0438\u0440\u0430\u043d\u0435
icon_stop = \u0427\u0435\u0440\u0432\u0435\u043d \u0441\u0432\u0435\u0442\u043e\u0444\u0430\u0440
icon_wizard = Magic
icon_xmag = \u0417\u0430 \u043e\u0431\u0441\u044a\u0436\u0434\u0430\u043d\u0435
icon_bell = \u0417\u0430\u043f\u043e\u043c\u043d\u0438
icon_bookmark = NB
icon_penguin = Linux
icon_licq = \u0427\u0443\u0434\u0435\u0441\u043d\u043e
import = Import
import_branch = Branch...
import_explorer_favorites = Explorer Favorites...
import_folder_structure = \u0421\u0442\u0440\u0443\u043a\u0442\u0443\u0440\u0430 \u043d\u0430 \u043f\u0430\u043f\u043a\u0430\u0442\u0430...
import_linked_branch = Linked Branch
import_linked_branch_without_root = (Linked Branch) Without Root...
increase_branch_font_size = \u0423\u0432\u0435\u043b\u0438\u0447\u0438 \u0448\u0440\u0438\u0444\u0442\u0430
increase_node_font_size = \u0423\u0432\u0435\u043b\u0438\u0447\u0438 \u0448\u0440\u0438\u0444\u0442\u0430
italic = \u041a\u0443\u0440\u0441\u0438\u0432 (Italic)
italicise_branch = Italicise
join_nodes = \u0421\u044a\u0435\u0434\u0438\u043d\u0438 \u0432\u044a\u0437\u043b\u0438
license = \u041b\u0438\u0446\u0435\u043d\u0437 \u0437\u0430 FreeMind
license_text = FreeMind \u0435 \u043f\u0440\u043e\u0433\u0440\u0430\u043c\u0430 \u0437\u0430 \u0441\u044a\u0437\u0434\u0430\u0432\u0430\u043d\u0435 \u0438 \u0440\u0430\u0437\u0433\u043b\u0435\u0436\u0434\u0430\u043d\u0435 \u043d\u0430 \u043c\u0438\u0441\u043b\u043e\u0432\u043d\u0438 \u043a\u0430\u0440\u0442\u0438\nCopyright \u00a9 2000-2010 Joerg Mueller <[email protected]> \u0438 \u0434\u0440\u0443\u0433\u0438.\n\u0412\u0438\u0436 COPYING \u0437\u0430 \u043f\u043e\u0434\u0440\u043e\u0431\u043d\u043e\u0441\u0442\u0438\n\n\u0422\u0430\u0437\u0438 \u043f\u0440\u043e\u0433\u0440\u0430\u043c\u0430 \u0435 \u0441\u0432\u043e\u0431\u043e\u0434\u0435\u043d \u0441\u043e\u0444\u0442\u0443\u0435\u0440; \u041c\u043e\u0436\u0435\u0448 \u0434\u0430 \u044f \u0440\u0430\u043f\u0440\u043e\u0441\u0442\u0440\u0430\u043d\u044f\u0432\u0430\u0448 \u0438/\u0438\u043b\u0438 \u043f\u0440\u043e\u043c\u0435\u043d\u044f\u0448 \u0441\u043f\u0430\u0437\u0432\u0430\u0439\u043a\u0438 \u0443\u0441\u043b\u043e\u0432\u0438\u044f\u0442\u0430 \u043d\u0430 GNU General Public License\n\u043f\u0443\u0431\u043b\u0438\u043a\u0443\u0432\u0430\u043d\u0438 \u043e\u0442 Free Software Foundation; \u0412\u0435\u0440\u0438\u0441\u044f 2\n\u043d\u0430 \u043b\u0438\u0446\u0435\u043d\u0437\u0430, \u0438\u043b\u0438 (\u043f\u043e \u0442\u0432\u043e\u0435 \u0443\u0441\u043c\u043e\u0442\u0440\u0435\u043d\u0438\u0435) \u043d\u044f\u043a\u043e\u044f \u043f\u043e-\u043d\u043e\u0432\u0430 \u0432\u0435\u0440\u0441\u0438\u044f.\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 = \u041f\u0440\u0430\u0432\u0430 \u043b\u0438\u043d\u0438\u044f
load = &\u0417\u0430\u0440\u0435\u0434\u0438
locking_failed_by_open = \u041f\u0440\u043e\u0431\u043b\u0435\u043c \u043f\u0440\u0438 \u0437\u0430\u043a\u043b\u044e\u0447\u0432\u0430\u043d\u0435\u0442\u043e \u043d\u0430 \u043a\u0430\u0440\u0442\u0430 $1 . \u041e\u0442\u0432\u0430\u0440\u044f\u043c \u0441\u0430\u043c\u043e \u0437\u0430 \u0447\u0435\u0442\u0435\u043d\u0435 (read-only).
locking_failed_by_save_as = \u0417\u0430\u043a\u043b\u044e\u0447\u0432\u0430\u043d\u0435\u0442\u043e \u043d\u0430 \u043a\u0430\u0440\u0442\u0430\u0442\u0430 $1 \u0435 \u043d\u0435\u0443\u0441\u043f\u0435\u0448\u043d\u043e. \u041e\u043f\u0440\u0435\u0440\u0430\u0446\u0438\u044f\u0442\u0430 \u0417\u0410\u041f\u0418\u0428\u0418 \u041a\u0410\u0422\u041e \u0435 \u043f\u0440\u0435\u043a\u044a\u0441\u043d\u0430\u0442\u0430.
locking_old_lock_removed = \u041a\u0430\u0440\u0442\u0430\u0442\u0430 $1 \u0431\u0435\u0448\u0435 \u0437\u0430\u043a\u043b\u044e\u0447\u0435\u043d\u0430 \u043e\u0442 \u043f\u043e\u0442\u0440\u0435\u0431\u0438\u0442\u0435\u043b $2. \u0417\u0430\u043a\u043b\u044e\u0447\u0432\u0430\u043d\u0435\u0442\u043e \u0431\u0435\u0448\u0435 \u043f\u0440\u0435\u043c\u0430\u0445\u043d\u0430\u0442 \u043f\u043e\u043d\u0435\u0436\u0435 \u0435 \u0441\u0442\u0430\u0440.
map_already_exists = \u041a\u0430\u0440\u0442\u0430 \u0441 \u0442\u043e\u0432\u0430 \u0438\u043c\u0435 \u0432\u0435\u0447\u0435 \u0441\u044a\u0449\u0435\u0441\u0442\u0432\u0443\u0432\u0430. \u0416\u0435\u043b\u0430\u0435\u0448 \u043b\u0438 \u0434\u0430 \u044f \u043f\u0440\u0435\u043f\u043e\u043a\u0440\u0438\u0435\u0448?
map_corrupted = \u041a\u0430\u0440\u0442\u0430\u0442\u0430 \u0435 \u043f\u043e\u0432\u0440\u0435\u0434\u0435\u043d\u0430. \u0414\u0430 \u043f\u043e\u043a\u0430\u0436\u0430 \u043b\u0438 \u043f\u043e\u0434\u0440\u043e\u0431\u043d\u043e \u0441\u044a\u043e\u0431\u0449\u0435\u043d\u0438\u0435?
map_locked_by_open = \u041a\u0430\u0440\u0442\u0430\u0442\u0430 $1 \u0441\u0435 \u0440\u0435\u0434\u0430\u043a\u0442\u0438\u0440\u0430 \u0432 \u043c\u043e\u043c\u0435\u043d\u0442\u0430 \u043e\u0442 \u043f\u043e\u0442\u0440\u0435\u0431\u0438\u0442\u0435\u043b $2. \u041e\u0442\u0432\u0430\u0440\u044f\u043c \u0441\u0430\u043c\u043e \u0437\u0430 \u0447\u0435\u0442\u0435\u043d\u0435 (read-only).
map_locked_by_save_as = \u041a\u0430\u0440\u0442\u0430\u0442\u0430 $1 \u0441\u0435 \u0440\u0435\u0434\u0430\u043a\u0442\u0438\u0440\u0430 \u043e\u0442 \u043f\u043e\u0442\u0440\u0435\u0431\u0438\u0442\u0435\u043b\u044f $2. \u041e\u043f\u0440\u0435\u0440\u0430\u0446\u0438\u044f\u0442\u0430 \u0417\u0410\u041f\u0418\u0428\u0418 \u041a\u0410\u0422\u041e \u0435 \u043f\u0440\u0435\u043a\u044a\u0441\u043d\u0430\u0442\u0430.
mindmap = \u041a\u0430\u0440\u0442\u0430
mindmaps = \u041a\u0430\u0440\u0442\u0438
mindmaps_desc = \u041a\u0430\u0440\u0442\u0438 (*.mm)
mindmaps_filter_desc = \u0424\u0438\u043b\u0442\u0440\u0438 (*.mmfilter)
mode_na = \u0420\u0435\u0436\u0438\u043c\u044a\u0442 \u043d\u0435 \u0435 \u043d\u0430\u043b\u0438\u0447\u0435\u043d
modes = \u0420\u0435\u0436\u0438\u043c\u0438
move_to_root = \u041f\u0440\u0435\u043c\u0435\u0441\u0442\u0438 \u043a\u044a\u043c \u0426\u0435\u043d\u0442\u0440\u0430\u043b\u043d\u0438\u044f \u0432\u044a\u0437\u0435\u043b
new = \u041d\u043e\u0432
new_child = \u041d\u043e\u0432 \u043f\u043e\u0434\u0432\u044a\u0437\u0435\u043b
new_mindmap = \u041d\u043e\u0432\u0430 \u043a\u0430\u0440\u0442\u0430
new_node = \u041d\u043e\u0432 \u0432\u044a\u0437\u0435\u043b
new_sibling_before = \u041d\u043e\u0432 \u0440\u0430\u0432\u043d\u043e\u043f\u0440\u0430\u0432\u0435\u043d \u0432\u044a\u0437\u0435\u043b \u043e\u0442\u0433\u043e\u0440\u0435
new_sibling_behind = \u041d\u043e\u0432 \u0440\u0430\u0432\u043d\u043e\u043f\u0440\u0430\u0432\u0435\u043d \u0432\u044a\u0437\u0435\u043b \u043e\u0442\u0434\u043e\u043b\u0443
next_map = \u0421\u043b\u0435\u0434\u0432\u0430\u0449\u0430 \u043a\u0430\u0440\u0442\u0430
no = \u041d\u0435
node = \u0412\u044a\u0437\u0435\u043b
node_changed_discard_changes = \u0412\u044a\u0437\u0435\u043b\u044a\u0442 \u0435 \u043f\u0440\u043e\u043c\u0435\u043d\u0435\u043d. \u041e\u0442\u043a\u0430\u0437\u0432\u0430\u0448 \u043b\u0438 \u0441\u0435 \u043e\u0442 \u043f\u0440\u043e\u043c\u0435\u043d\u0438\u0442\u0435?
long_node_changed_submit =\u0412\u044a\u0437\u0435\u043b\u044a\u0442 \u0435 \u043f\u0440\u043e\u043c\u0435\u043d\u0435\u043d. \u0416\u0435\u043b\u0430\u0435\u0448 \u043b\u0438 \u0434\u0430 \u0437\u0430\u043f\u0438\u0448\u0435\u0448 \u043f\u0440\u043e\u043c\u0435\u043d\u0438\u0442\u0435?
long_node_changed_cancel =\u0412\u044a\u0437\u0435\u043b\u044a\u0442 \u0435 \u043f\u0440\u043e\u043c\u0435\u043d\u0435\u043d. \u0418\u0441\u043a\u0430\u0448 \u043b\u0438 \u0434\u0430 \u0441\u0435 \u043e\u0442\u043c\u0435\u043d\u0438\u0448 \u043f\u0440\u043e\u043c\u0435\u043d\u0438\u0442\u0435?
node_color = \u0426\u0432\u044f\u0442 \u043d\u0430 \u0432\u044a\u0437\u0435\u043b\u0430...
node_down = \u0412\u044a\u0437\u0435\u043b \u043d\u0430\u0434\u043e\u043b\u0443
node_up = \u0412\u044a\u0437\u0435\u043b \u043d\u0430\u0433\u043e\u0440\u0435
nonboldify_branch = Unboldify
nonitalicise_branch = Unitalicise
normal = \u041d\u043e\u0440\u043c\u0430\u043b\u0435\u043d
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 = \u041d\u044f\u043c\u0430 \u043f\u0440\u0435\u0434\u0445\u043e\u0434\u043d\u043e \u043f\u043e\u043f\u0430\u0434\u0435\u043d\u0438\u0435.
not_saved_for_link_error = \u041a\u0430\u0440\u0442\u0430\u0442\u0430 \u0442\u0440\u044f\u0431\u0432\u0430 \u0434\u0430 \u0435 \u0437\u0430\u043f\u0438\u0441\u0430\u043d\u0430 \u043f\u0440\u0435\u0434\u0438 \u0434\u0430 \u043c\u043e\u0436\u0435\u0448 \u0434\u0430 \u0441\u044a\u0437\u0434\u0430\u0432\u0430\u0448 \u0432\u0440\u0438\u0437\u043a\u0438 \u043f\u0440\u0435\u0437 \u0444\u0430\u0439\u043b \u043c\u0435\u043d\u0438\u0434\u0436\u044a\u0440\u0430
open = \u041e\u0442\u0432\u043e\u0440\u0438...
page = \u041d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0430 \u043d\u0430 \u0441\u0442\u0440\u0430\u043d\u0438\u0446\u0430...
paste = \u041f\u043e\u0441\u0442\u0430\u0432\u0438 (Paste)
new_node_as_sibling_not_possible_for_the_root = \u041d\u0435 \u043c\u043e\u0436\u0435 \u0434\u0430 \u0432\u044a\u0437\u0434\u0430\u0432\u0430\u0448 \u0432\u044a\u0437\u0435\u043b, \u0440\u0430\u0432\u043d\u043e\u043f\u0440\u0430\u0432\u0435\u043d \u0441 \u0426\u0435\u043d\u0442\u0440\u0430\u043b\u043d\u0438\u044f \u0432\u044a\u0437\u0435\u043b
preferences = \u041d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0438
previous_map = \u041f\u0440\u0435\u0434\u0445\u043e\u0434\u043d\u0430 \u043a\u0430\u0440\u0442\u0430
print = \u041e\u0442\u043f\u0435\u0447\u0430\u0442\u0432\u0430\u043d\u0435
print_dialog = \u041e\u043f\u0442\u0435\u0447\u0430\u0442\u0432\u0430\u043d\u0435...
print_preview = \u041f\u0440\u0435\u0433\u043b\u0435\u0434 \u043f\u0440\u0435\u0434\u0438 \u043f\u0435\u0447\u0430\u0442...
print_preview_title = \u041f\u0440\u0435\u0433\u043b\u0435\u0434 \u043f\u0440\u0435\u0434\u0438 \u043f\u0435\u0447\u0430\u0442
quit = \u0418\u0437\u0445\u043e\u0434
read_only = \u0421\u0430\u043c\u043e \u0437\u0430 \u0447\u0435\u0442\u0435\u043d\u0435
remove_node = \u041f\u0440\u0435\u043c\u0430\u0445\u043d\u0438 \u0432\u044a\u0437\u0435\u043b\u0430
rename=&\u041f\u0440\u0435\u0438\u043c\u0435\u043d\u0443\u0432\u0430\u0439
repair_link = \u0412\u044a\u0437\u0441\u0442\u0430\u043d\u043e\u0432\u0438 \u0432\u0440\u044a\u0437\u043a\u0430
repair_link_question = \u041d\u0435 \u043c\u043e\u0433\u0430 \u0434\u0430 \u0437\u0430\u0440\u0435\u0434\u044f \u0441\u0432\u044a\u0440\u0437\u0430\u043d\u0430 \u043c\u0438\u0441\u043b\u043e\u0432\u043d\u0430 \u043a\u0430\u0440\u0442\u0430. \u0416\u0435\u043b\u0430\u0435\u0448 \u043b\u0438 \u0434\u0430 \u0432\u044a\u0437\u0441\u0442\u0430\u043d\u043e\u0432\u0438\u0448 \u0432\u0440\u044a\u0437\u043a\u0430\u0442\u0430 \u0441\u0430\u043c?
replace=\u041f\u043e\u0434\u043c\u044f\u043d\u0430
save = &\u0417\u0430\u043f\u0438\u0441
save_as = \u0417\u0430\u043f\u0438\u0441 \u043f\u043e\u0434 \u0434\u0440\u0443\u0433\u043e \u0438\u043c\u0435...
save_failed = \u0417\u0430\u043f\u0438\u0441\u044a\u0442 \u043d\u0430 \u043a\u0430\u0440\u0442\u0430 $1 \u0435 \u043d\u0435\u0443\u0441\u043f\u0435\u0448\u0435\u043d.
save_unsaved = \u0414\u0430 \u0437\u0430\u043f\u0438\u0448\u0430 \u043b\u0438 \u0441\u043b\u0435\u0434\u043d\u0438\u0442\u0435 \u043a\u0430\u0440\u0442\u0438? :
saved = \u0417\u0430\u043f\u0438\u0441\u0430\u043d
scheme_evaluate = Evaluate!
select_favorites_folder = \u0418\u0437\u0431\u0435\u0440\u0438 \u043f\u0430\u043f\u043a\u0430, \u043a\u044a\u0434\u0435\u0442\u043e \u0434\u0430 \u0437\u0430\u043f\u0438\u0441\u0432\u0430\u0448 \u043b\u044e\u0431\u0438\u043c\u0438\u0442\u0435
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 = \u0418\u0437\u043e\u0441\u0442\u0440\u0435\u043d\u0430 \u043a\u0440\u0438\u0432\u0430 \u043b\u0438\u043d\u0438\u044f
sharp_linear = \u0418\u0437\u043e\u0441\u0442\u0432\u0435\u043d\u0430 \u043f\u0440\u0430\u0432\u0430 \u043b\u0438\u043d\u0438\u044f
split = \u0420\u0430\u0437\u0434\u0435\u043b\u0438
style = \u0421\u0442\u0438\u043b
#toggle_bold_branch = Toggle Bold
toggle_children_folded = \u0421\u0433\u044a\u043d\u0438/\u0420\u0430\u0437\u0433\u044a\u043d\u0438 \u043f\u043e\u0434-\u0432\u044a\u0437\u043b\u0438\u0442\u0435
toggle_folded = Toggle Folded
#toggle_italic_branch = Toggle Italic
underline = \u041f\u043e\u0434\u0447\u0435\u0440\u0442\u0430\u0432\u0430\u043d\u0435
unfold = \u0420\u0430\u0437\u0433\u044a\u0432\u0430\u043d\u0435
url_error = This URL is malformed!
width = \u0428\u0438\u0440\u0438\u043d\u0430
yes = \u0414\u0430
zoom_in = Zoom In
zoom_out = Zoom Out
remove_last_icon = \u041f\u0440\u0435\u043c\u0430\u0445\u043d\u0438 \u043f\u043e\u0441\u043b\u0435\u0434\u043d\u0430\u0442\u0430 \u0438\u043a\u043e\u043d\u0430
remove_all_icons = \u041f\u0440\u0435\u043c\u0430\u0445\u043d\u0438 \u0432\u0441\u0438\u0447\u043a\u0438 \u0438\u043a\u043e\u043d\u0438
lots_of_links_warning = \u0429\u0435 \u0441\u044a\u0437\u0434\u0430\u0434\u0435\u0448 \u043c\u043d\u043e\u0433\u043e \u0432\u0440\u044a\u0437\u043a\u0438 \u043a\u044a\u043c \u0435\u0434\u0438\u043d \u0438 \u0441\u044a\u0449 \u0432\u044a\u0437\u0435\u043b. \u041d\u0430\u0438\u0441\u0442\u0438\u043d\u0430 \u043b\u0438 \u0436\u0435\u043b\u0430\u0435\u0448 \u0434\u0430 \u0441\u044a\u0437\u0434\u0430\u0434\u0435\u0448 \u0442\u0435\u0437\u0438 \u0432\u0440\u044a\u0437\u043a\u0438?
remove_arrow_link = Remove Arrow Link
arrow_link_color = Arrow Link Color...
# removed: follow_link = Goto:
user_defined_zoom = \u0414\u0435\u0444\u0438\u043d\u0438\u0440\u0430\u043d \u043e\u0442 \u043f\u043e\u0442\u0440\u0435\u0431\u0438\u0442\u0435\u043b\u044f.
user_defined_zoom_status_bar = \u041f\u0440\u043e\u043c\u0435\u043d\u044f\u043d\u0435 \u043d\u0430 \u0443\u0432\u0435\u043b\u0438\u0447\u0435\u043d\u0438\u0435\u0442\u043e \u0434\u043e \u0434\u0435\u0444\u0438\u043d\u0438\u0440\u0430\u043d\u0430\u0442\u0430 \u043e\u0442 \u043f\u043e\u0442\u0440\u0435\u0431\u0438\u0442\u0435\u043b\u044f \u0441\u0442\u043e\u0439\u043d\u043e\u0441\u0442 \u043e\u0442 {0}%.
# new from 14.12.2003, fc
FAQ = \u0412\u044a\u043f\u0440\u043e\u0441\u0438
# new from 09.12.2006, Dimitri
webDocu = Web Documentation
# new from 20.12.2003, fc
printing_settings = \u041c\u0430\u0449\u0430\u0431 \u043f\u0440\u0438 \u043e\u0442\u043f\u0435\u0447\u0430\u0442\u0432\u0430\u043d\u0435
fit_to_page = \u0421\u044a\u0431\u0435\u0440\u0438 \u043d\u0430 \u0435\u0434\u043d\u0430 \u0441\u0442\u0440\u0430\u043d\u0438\u0446\u0430
user_zoom = \u041a\u043e\u0435\u0444. \u043d\u0430 \u043c\u0430\u0449\u0430\u0431\u0438\u0440\u0430\u043d\u0435 \u043f\u0440\u0438 \u043f\u0435\u0447\u0430\u0442(0.0 - 2.0):
ok = &OK
# changed from 23.1.2004, fc.
selection_method_by_click = \u0421\u0435\u043b\u0435\u043a\u0442\u0438\u0440\u0430\u0439 \u0441 \u0435\u0434\u043d\u043e \u043a\u043b\u0438\u043a\u0432\u0430\u043d\u0435
selection_method_direct = \u0421\u0435\u043b\u0435\u043a\u0442\u0438\u0440\u0430\u0439 \u0441 \u043f\u043e\u0441\u043e\u0447\u0432\u0430\u043d\u0435
#new from 30.08.2004, Dimitri
combined = \u041a\u043e\u043c\u0431\u0438\u043d\u0438\u0440\u0430\u043d
as_parent = \u041a\u0430\u0442\u043e \u0440\u043e\u0434\u0438\u0442\u0435\u043b
# added at 2.5.2004, fc:
undo = \u041e\u0442\u043c\u0435\u043d\u0438
redo = \u041f\u043e\u0432\u0442\u043e\u0440\u0438
delete_child = \u0418\u0437\u0442\u0440\u0438\u0439 \u0432\u044a\u0437\u0435\u043b
# added at 22.5.2004, fc:
most_recent_files = &\u041f\u043e\u0441\u043b\u0435\u0434\u043d\u0438 \u0444\u0430\u0439\u043b\u043e\u0432\u0435
menu_view = &\u0418\u0437\u0433\u043b\u0435\u0434
menu_navigate = &\u041d\u0430\u0432\u0438\u0433\u0430\u0446\u0438\u044f
menu_format = \u0424&\u043e\u0440\u043c\u0430\u0442\u0438\u0440\u0430\u043d\u0435
menu_extras = &\u0418\u043d\u0441\u0442\u0440\u0443\u043c\u0435\u043d\u0442\u0438
menu_insert = &\u0412\u043c\u044a\u043a\u0432\u0430\u043d\u0435
menu_attributes = &\u0421\u0432\u043e\u0439\u0441\u0442\u0432\u0430
# Beware: "Edge Width " and "Edge Style " must end with space.
edge_style = \u0421\u0442\u0438\u043b \u043d\u0430 \u0441\u0432\u044a\u0440\u0437\u0432\u0430\u0449\u0438\u0442\u0435 \u043b\u0438\u043d\u0438\u0438
edge_width = \u0414\u0435\u0431\u0435\u043b\u0438\u043d\u0430 \u043d\u0430 \u0441\u0432\u044a\u0440\u0437\u0432. \u043b\u0438\u043d\u0438\u044f
menu_file_import = \u0412\u043c\u044a\u043a\u043d\u0438...
menu_file_export = \u0415\u043a\u0441\u043f\u043e\u0440\u0442\u0438\u0440\u0430\u0439...
edit_node = \u0420\u0435\u0434\u0430\u043a\u0442\u0438\u0440\u0430\u0439 \u0432\u044a\u0437\u0435\u043b
# added at 5.6.2004, fc:
node_background_color = &\u0424\u043e\u043d\u043e\u0432 \u0446\u0432\u044f\u0442 \u043d\u0430 \u0432\u044a\u0437\u0435\u043b\u0430...
# added at 25.8.2004, fc:
choose_edge_color = \u0418\u0437\u0431\u0435\u0440\u0438 \u0446\u0432\u044f\u0442 \u0437\u0430 \u0441\u0432\u044a\u0440\u0437\u0432\u0449\u0430\u0442\u0430 \u043b\u0438\u043d\u0438\u044f
# added at 27.8.2004, fc:
underlined = \u041f\u043e\u0434\u0447\u0435\u0440\u0442\u0430\u043d
font_size = \u0420\u0430\u0437\u043c\u0435\u0440 \u043d\u0430 \u0448\u0440\u0438\u0444\u0442\u0430
font_family = \u0421\u0435\u043c\u0435\u0439\u0441\u0442\u0432\u043e \u043d\u0430 \u0448\u0440\u0438\u0444\u0442\u0430
# 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 = \u0422\u0440\u044f\u0431\u0432\u0430 \u0434\u0430 \u0438\u0437\u0431\u0435\u0440\u0435\u0448 \u043f\u043e\u043d\u0435 \u0434\u0432\u0430 \u0432\u044a\u0437\u0435\u043b\u0430 \u0437\u0430 \u0434\u0430 \u043f\u0443\u0447\u0438\u0448 \u0432\u0440\u044a\u0437\u043a\u0438.
choose_node_background_color = \u0418\u0437\u0431\u0435\u0440\u0438 \u0444\u043e\u043d\u043e\u0432 \u0446\u0432\u044f\u0442 \u0437\u0430 \u0432\u044a\u0437\u0435\u043b\u0430:
choose_node_color = \u0418\u0437\u0431\u0435\u0440\u0438 \u0446\u0432\u044f\u0442 \u0437\u0430 \u0432\u044a\u0437\u0435\u043b\u0430:
choose_background_color = \u0418\u0437\u0431\u0435\u0440\u0438 \u0444\u043e\u043d\u043e\u0432 \u0446\u0432\u044f\u0442:
choose_cloud_color = \u0418\u0437\u0431\u0435\u0440\u0438 \u0446\u0432\u044f\u0442 \u043d\u0430 \u043e\u0431\u043b\u0430\u043a\u0430:
change_arrows_in_arrow_link = Change Arrows of Arrow Link
add_local_link = Add Local Hyperlink
link_not_available_any_more = \u0412\u0440\u044a\u0437\u043a\u0430\u0442\u0430 \u0432\u0435\u0447\u0435 \u043d\u0435 \u0435 \u0432\u0430\u043b\u0438\u0434\u043d\u0430. \u0412\u0440\u044a\u0437\u043a\u0430\u0442\u0430 \u0435 \u0431\u0438\u043b\u0430 \u0438\u0437\u0442\u0440\u0438\u0442\u0430 \u043c\u0435\u0436\u0434\u0443\u0432\u0440\u0435\u043c\u0435\u043d\u043d\u043e.
file_already_exists = \u0424\u0430\u0439\u043b\u044a\u0442 {0} \u0432\u0435\u0447\u0435 \u0441\u044a\u0449\u0435\u0441\u0442\u0432\u0443\u0432\u0430. \u0416\u0435\u043b\u0430\u0435\u0448 \u043b\u0438 \u0434\u0430 \u0433\u043e \u043f\u0440\u0435\u043f\u043e\u043a\u0440\u0438\u0435\u0448?
error_creating_directory = \u041d\u0435 \u043c\u043e\u0433\u0430 \u0434\u0430 \u0441\u044a\u0437\u0434\u0430\u043c \u0434\u0438\u0440\u0435\u043a\u0442\u043e\u0440\u0438\u044f\u0442\u0430 \u0437\u0430 \u0435\u043a\u0441\u043f\u043e\u0440\u0442\u0430.
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 = \u0412\u044a\u0437\u043d\u0438\u043a\u043d\u0430 \u043d\u0435\u043f\u0440\u0435\u0434\u0432\u0438\u0434\u0435\u043d\u0430 \u0433\u0440\u0435\u0448\u043a\u0430. \u041c\u043e\u043b\u044f \u043f\u0443\u0441\u043d\u0435\u0442\u0435 \u0441\u044a\u043e\u0431\u0449\u0435\u043d\u0438\u0435 \u0437\u0430 \u0431\u044a\u0433.
cannot_add_parent_to_root = \u0426\u0435\u043d\u0442\u0440\u0430\u043b\u043d\u0438\u044f\u0442 \u0432\u044a\u0437\u0435\u043b \u043d\u0435 \u043c\u043e\u0436\u0435 \u0434\u0430 \u0432\u044a\u0434\u0435 \u0434\u043e\u0431\u0430\u0432\u0435\u043d \u043a\u044a\u043c \u043d\u043e\u0432 \u0440\u043e\u0434\u0438\u0442\u0435\u043b\u0441\u043a\u0438 \u0432\u044a\u0437\u0435\u043b.
cannot_delete_root = \u0426\u0435\u043d\u0442\u0440\u0430\u043b\u043d\u0438\u044f\u0442 \u0432\u044a\u0437\u0435\u043b \u043d\u0435 \u043c\u043e\u0436\u0435 \u0434\u0430 \u0431\u044a\u0434\u0435 \u0438\u0437\u0442\u0440\u0438\u0442 \u0438\u043b\u0438 cut.
cannot_add_parent_diff_parents = \u0417\u0430 \u0434\u0430 \u0438\u0437\u043f\u044a\u043b\u043d\u0438\u0448 \u0442\u0430\u0437\u0438 \u0444\u0443\u043d\u043a\u0446\u0438\u044f \u0432\u0441\u0438\u0447\u043a\u0438 \u0432\u044a\u0437\u043b\u0438 \u0442\u0440\u044f\u0431\u0432\u0430 \u0434\u0430 \u0438\u043c\u0430\u0442 \u0435\u0434\u0438\u043d \u0438 \u0441\u044a\u0449 \u0440\u043e\u0434\u0438\u0442\u0435\u043b\u0441\u043a\u0438 \u0432\u044a\u0437\u0435\u043b.
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 = \u041c\u0438\u0433\u0430\u0449 \u0432\u044a\u0437\u0435\u043b
accessories/plugins/CreationModificationPlugin.properties_documentation=<html>This function keeps track of node creation and modification times.</html>
accessories/plugins/CreationModificationPlugin.properties_name = \u041f\u043e\u043a\u0430\u0437\u0432\u0430\u0439 \u0432\u0440\u0435\u043c\u0435\u0442\u043e \u043d\u0430 \u043a\u043e\u0440\u0435\u043a\u0446\u0438\u044f
accessories/plugins/ExportToImage_PNG.properties_documentation = \u0415\u043a\u0441\u043f\u043e\u0440\u0442\u0432\u0430\u0439 \u0442\u0435\u043a\u0443\u0449\u0430\u0442\u0430 \u0432\u0438\u0437\u0438\u044f \u043d\u0430 \u043a\u0430\u0440\u0442\u0430\u0442\u0430 \u043a\u0430\u0442\u043e PNG \u043a\u0430\u0440\u0442\u0438\u043d\u043a\u0430.
accessories/plugins/ExportToImage_PNG.properties_name = \u041a\u0430\u0442\u043e PNG...
accessories/plugins/ExportToImage_JPEG.properties_documentation = \u0415\u043a\u0441\u043f\u043e\u0440\u0442\u0432\u0430\u0439 \u0442\u0435\u043a\u0443\u0449\u0430\u0442\u0430 \u0432\u0438\u0437\u0438\u044f \u043d\u0430 \u043a\u0430\u0440\u0442\u0430\u0442\u0430 \u043a\u0430\u0442\u043e JPEG \u043a\u0430\u0440\u0442\u0438\u043d\u043a\u0430.
accessories/plugins/ExportToImage_JPEG.properties_name = \u041a\u0430\u0442\u043e JPEG...
accessories/plugins/ExportWithXSLT.properties_documentation = This is an uniform export method using XSLT scripts.
accessories/plugins/ExportWithXSLT.properties_name = \u0418\u0437\u043f\u043e\u043b\u0437\u0432\u0430\u0439\u043a\u0438 XSLT...
accessories/plugins/ExportWithXSLT_HTML.properties_documentation=
accessories/plugins/ExportWithXSLT_HTML.properties_name = \u041a\u0430\u0442\u043e XHTML (JavaScript version)...
accessories/plugins/ExportWithXSLT_HTML3.properties_documentation=
accessories/plugins/ExportWithXSLT_HTML3.properties_name = \u041a\u0430\u0442\u043e XHTML (\u0418\u043d\u0442\u0435\u0440\u0430\u043a\u0442\u0438\u0432\u043d\u0430 \u043a\u0430\u0440\u0442\u0438\u043d\u043a\u0430)...
accessories/plugins/ExportWithXSLT_MINDMANAGER.properties_name = \u041a\u0430\u0442\u043e MindManager MindMap...
accessories/plugins/ExportWithXSLT_MINDMANAGER.properties_documentation=
accessories/plugins/FitToPage.properties_documentation = \u041d\u0430\u0441\u0442\u0440\u043e\u0439\u0432\u0430 \u0443\u0432\u0435\u043b\u0438\u0447\u0435\u043d\u0438\u0435\u0442\u043e \u0437\u0430 \u0434\u0430 \u0441\u0435 \u0432\u0438\u0436\u0434\u0430 \u0446\u044f\u043b\u0430\u0442\u0430 \u043a\u0430\u0440\u0442\u0430 \u043d\u0430 \u0442\u0435\u043a\u0443\u0449\u0438\u044f \u043f\u0440\u043e\u0437\u043e\u0440\u0435\u0446.
accessories/plugins/FitToPage.properties_name = \u041f\u0440\u0435\u043e\u0440\u0430\u0437\u043c\u0435\u0440\u0438 \u0434\u043e \u0440\u0430\u0437\u043c\u0435\u0440\u0430 \u043d\u0430 \u0441\u0442\u0440\u0430\u043d\u0438\u0446\u0430\u0442\u0430
accessories/plugins/FormatCopy.properties_documentation = <html>\u041a\u043e\u043f\u0438\u0440\u0430 \u0444\u043e\u0440\u043c\u0430\u0442\u0430 \u043d\u0430 \u0432\u044a\u0437\u0435\u043b\u0430.</html>
accessories/plugins/FormatCopy.properties_name = \u041a\u043e\u043f\u0438\u0440\u0430\u0439 \u0444\u043e\u0440\u043c\u0430\u0442\u0430
accessories/plugins/FormatPaste.properties_documentation = <html>Pastes the format of a node.</html>
accessories/plugins/FormatPaste.properties_name = \u041f\u043e\u0441\u0442\u0430\u0432\u0438 (Paste) \u0444\u043e\u0440\u043c\u0430\u0442
accessories/plugins/FormularEditor.properties_documentation = <html>Associates a simple formular editor to the current note.</html>
accessories/plugins/FormularEditor.properties_name = \u0420\u0435\u0434\u0430\u043a\u0442\u043e\u0440 \u043d\u0430 \u0444\u043e\u0440\u043c\u0443\u043b\u0438
accessories/plugins/IconSelectionPlugin.properties_documentation = <html>Here you can select an icon using a subwindow.</html>
accessories/plugins/IconSelectionPlugin.properties_name = \u0418\u0437\u0431\u0435\u0440\u0438 \u0438\u043a\u043e\u043d\u0430...
accessories/plugins/NewParentNode.properties_documentation = <html>All selected are sent to a new parent.</html>
accessories/plugins/NewParentNode.properties_name = \u041d\u043e\u0432 \u0432\u044a\u0437\u0435\u043b \u043e\u0442 \u0433\u043e\u0440\u043d\u043e \u043d\u0438\u0432\u043e
accessories/plugins/NodeNote.properties_documentation = <html>Associates a simple note editor to the current note.</html>
accessories/plugins/NodeNote.properties_name = \u0411\u0435\u043b\u0435\u0436\u043a\u0430
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 = \u041f\u0440\u0435\u043c\u0430\u0445\u043d\u0438 \u0431\u0435\u043b\u0435\u0436\u043a\u0438\u0442\u0435
accessories/plugins/RevisionPlugin.properties_documentation = <html>Marks the background of each changed node.</html>
accessories/plugins/RevisionPlugin.properties_name = \u041f\u0430\u043a\u0430\u0437\u0432\u0430\u0439 \u0440\u0435\u0432\u0438\u0437\u0438\u0438\u0442\u0435 \u0432 \u0436\u044a\u043b\u0442\u043e
accessories/plugins/SplitNode.properties_documentation = <html>\u0412\u044a\u0437\u0435\u043b\u044a\u0442 \u0435 \u0440\u0430\u0437\u0434\u0435\u043b\u0435\u043d</html>
accessories/plugins/SplitNode.properties_name = \u0420\u0430\u0437\u0434\u0435\u043b\u0438 \u0432\u044a\u0437\u0435\u043b\u0430
accessories/plugins/UnfoldAll.properties_documentation = <html>\u0420\u0430\u0437\u0433\u044a\u043d\u0438 \u0438\u0437\u0431\u0440\u0430\u043d\u0438\u0442\u0435 \u0432\u044a\u0437\u043b\u0438 \u0438 \u0432\u0441\u0438\u0447\u043a\u0438 \u0442\u0435\u0445\u043d\u0438 \u043f\u043e\u0434-\u0432\u044a\u0437\u043b\u0438.</html>
accessories/plugins/UnfoldAll.properties_name = \u0420\u0430\u0437\u0433\u044a\u043d\u0438 \u0432\u0441\u0438\u0447\u043a\u0438
accessories/plugins/FoldAll.properties_documentation = <html>\u0421\u0433\u044a\u043d\u0438 \u0438\u0437\u0431\u0440\u0430\u043d\u0438\u0442\u0435 \u0432\u044a\u0437\u043b\u0438 \u0438 \u0432\u0441\u0438\u0447\u043a\u0438 \u0442\u0435\u0445\u043d\u0438 \u043f\u043e\u0434-\u0432\u044a\u0437\u043b\u0438.</html>
accessories/plugins/FoldAll.properties_name = \u0421\u0433\u044a\u043d\u0438 \u0432\u0441\u0438\u0447\u043a\u0438
accessories/plugins/UnfoldOneLevel.properties_documentation = <html>\u0420\u0430\u0437\u0433\u044a\u043d\u0438 \u0438\u0437\u0431\u0440\u0430\u043d\u0438\u0442\u0435 \u0432\u044a\u0437\u043b\u0438 \u0441 \u0435\u0434\u043d\u043e \u043d\u0438\u0432\u043e.</html>
accessories/plugins/UnfoldOneLevel.properties_name = \u0420\u0430\u0437\u0433\u044a\u043d\u0438 \u0435\u0434\u043d\u043e \u043d\u0438\u0432\u043e
accessories/plugins/FoldOneLevel.properties_documentation = <html>\u0421\u0433\u044a\u043d\u0438 \u0435\u0434\u043d\u043e \u043d\u0438\u0432\u043e \u043d\u0430 \u0438\u0437\u0431\u0440\u0430\u043d\u0438\u0442\u0435 \u0432\u044a\u0437\u043b\u0438.</html>
accessories/plugins/FoldOneLevel.properties_name = \u0421\u0433\u044a\u043d\u0438 \u0435\u0434\u043d\u043e \u043d\u0438\u0432\u043e
plugins/FreemindHelp.xml_documentation = \u041f\u043e-\u043f\u043e\u0434\u0440\u043e\u0431\u043d\u0430 \u043f\u043e\u043c\u043e\u0449 \u0437\u0430 FreeMind
plugins/FreemindHelp.xml_name = \u041f\u043e\u043c\u043e\u0449...
plugins/ExportPdf.xml_documentation = \u0415\u043a\u0441\u043f\u043e\u0440\u0442 \u0432 PDF
plugins/ExportPdf.xml_name = \u041a\u0430\u0442\u043e PDF...
plugins/ExportSvg.xml_documentation = \u0415\u043a\u0441\u043f\u043e\u0440\u0442 \u0432 SVG
plugins/ExportSvg.xml_name = \u041a\u0430\u0442\u043e SVG...
# fc, 28.11.2004:
cannot_move_to_child = \u041d\u0435 \u043c\u043e\u0433\u0430 \u0434\u0430 \u043c\u0435\u0441\u0442\u044f \u0432\u044a\u0437\u0435\u043b \u0432 \u043d\u0435\u0433\u043e\u0432 \u0432\u044a\u0437\u0435\u043b-\u043d\u0430\u0441\u043b\u0435\u0434\u043d\u0438\u043a.
# fc, 14.12.2004:
accessories/plugins/EnterPassword.properties_name = &\u0412\u043a\u043b\u044e\u0447\u0438/\u0418\u0437\u043a\u043b\u044e\u0447\u0438 \u043a\u0440\u0438\u043f\u0442\u0438\u0440\u0430\u043d\u0435\u0442\u043e
accessories/plugins/EnterPassword.properties_documentation=
accessories/plugins/EncryptNode.properties_name = \u0412\u043c\u044a\u043a\u043d\u0438 \u043a\u0440\u0438\u043f\u0442\u0438\u0440\u0430\u043d \u0432\u044a\u0437\u0435\u043b...
accessories/plugins/EncryptNode.properties_documentation = \u0412\u043c\u044a\u043a\u0432\u0430 \u043d\u043e\u0432 \u0432\u044a\u0437\u0435\u043b, \u0447\u0438\u0438\u0442\u043e \u043f\u043e\u0434-\u0432\u044a\u0437\u043b\u0438 \u0434\u0430 \u043a\u0440\u0438\u043f\u0442\u0438\u0440\u0430\u043d\u0438.
accessories/plugins/EncryptNode.properties_0 = \u0418\u0437\u0431\u0435\u0440\u0438 \u043f\u0430\u0440\u043e\u043b\u0430 \u0437\u0430 \u043a\u0440\u0438\u043f\u0442\u0438\u0442\u0430\u043d\u0435 \u043d\u0430 \u0432\u044a\u0437\u0435\u043b\u0430
accessories/plugins/EncryptNode.properties_1 = \u041f\u0430\u0440\u043e\u043b\u0438\u0442\u0435 \u0441\u0430 \u0440\u0430\u0437\u043b\u0438\u0447\u043d\u0438 \u0438\u043b\u0438 \u0442\u0432\u044a\u0440\u0434\u0435 \u043a\u0440\u0430\u0442\u043a\u0438.
accessories/plugins/EncryptNode.properties_2 = \u0412\u044a\u0432\u0435\u0434\u0438 \u043f\u0430\u0440\u043e\u043b\u0430:
accessories/plugins/EncryptNode.properties_3 = \u041f\u043e\u0432\u0442\u043e\u0440\u0438 \u043f\u0430\u0440\u043e\u043b\u0430\u0442\u0430:
accessories/plugins/EncryptNode.properties_4 = \u0412\u044a\u0432\u0435\u0434\u0438 \u0441\u0432\u043e\u044f\u0442\u0430 \u043f\u0430\u0440\u043e\u043b\u0430.
accessories/plugins/EncryptNode.properties_5 = <html>\u0412\u0430\u0436\u043d\u043e! \u0421\u0438\u0433\u0443\u0440\u043d\u043e\u0441\u0442\u0442\u0430 \u043f\u0440\u0438 \u043a\u0440\u0438\u043f\u0442\u0438\u0440\u0430\u043d\u0435<br> \u0437\u0430\u0432\u0438\u0441\u0438 \u043f\u043e\u0447\u0442\u0438 \u0435\u0434\u0438\u043d\u0441\u0442\u0432\u0435\u043d\u043e \u043e\u0442 \u043a\u0430\u0447\u0435\u0441\u0442\u0432\u043e\u0442\u043e \u043d\u0430 \u043f\u0430\u0440\u043e\u043b\u0430\u0442\u0430.
accessories/plugins/EncryptNode.properties_6 = OK
accessories/plugins/EncryptNode.properties_7 = \u041e\u0442\u043a\u0430\u0437
accessories/plugins/EncryptNode.properties_wrong_password = \u041f\u0430\u0440\u043e\u043b\u0430\u0442\u0430 \u0435 \u0433\u0440\u0435\u0448\u043d\u0430.
accessories/plugins/NewEncryptedMap.properties_documentation = \u0421\u044a\u0437\u0434\u0430\u0439 \u043d\u043e\u0432\u0430 \u043a\u0440\u0438\u043f\u0442\u0438\u0440\u0430\u043d\u0430 \u043a\u0430\u0440\u0442\u0430
accessories/plugins/NewEncryptedMap.properties_name = \u0421\u044a\u0437\u0434\u0430\u0439 \u043a\u0440\u0438\u043f\u0442\u0438\u0440\u0430\u043d\u0430 \u043a\u0430\u0440\u0442\u0430...
accessories/plugins/EncryptNode.properties_select_me = \u0418\u0437\u0431\u0435\u0440\u0438 \u043c\u0435 \u0437\u0430 \u0434\u0430 \u043f\u0440\u043e\u0434\u044a\u043b\u0436\u0438\u0448!
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>\u041f\u043e\u043a\u0430\u0436\u0438 \u043c\u043e\u0434\u0443\u043b\u0430 \u0437\u0430 \u043a\u043b\u0430\u0435\u043d\u0434\u0430\u0440 \u043d\u0430 Kai Toedter.</html>
plugins/TimeManagement.xml_name= \u041f\u043e\u043a\u0430\u0436\u0438 \u043a\u0430\u043b\u0435\u043d\u0434\u0430\u0440...
plugins/TimeManagement.xml_appendButton= \u0414\u043e\u0431\u0430\u0432\u0438 \u0434\u0430\u0442\u0430 \u043a\u044a\u043c \u0438\u0437\u0431\u0440\u0430\u043d\u0438\u0442\u0435 \u0432\u044a\u0437\u043b\u0438
plugins/TimeManagement.xml_reminderButton= \u041f\u0440\u0438\u043f\u043e\u043c\u043d\u0438 \u043c\u0438 \u043d\u0430 \u0442\u0430\u0437\u0438 \u0434\u0430\u0442\u0430
plugins/TimeManagement.xml_cancelButton=\u041e\u0442\u043a\u0430\u0437
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=\u041d\u0430\u043f\u043e\u043c\u043d\u044f\u043d\u0435 \u043d\u0430\u0441\u0442\u0440\u043e\u0435\u043d\u043e \u0437\u0430 {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 = \u041f\u0440\u0435\u043c\u0430\u0445\u043d\u0438 \u043d\u0430\u043f\u043e\u043c\u043d\u044f\u043d\u0435\u0442\u043e
plugins/TimeManagement.xml_removeReminderButton_tooltip = \u041f\u0440\u0435\u043c\u0430\u0445\u043d\u0438 \u0432\u0441\u0438\u0447\u043a\u0438 \u043d\u0430\u043f\u043e\u043c\u043d\u044f\u043d\u0438\u044f \u043e\u0442\u043d\u0430\u0441\u044f\u0448\u0438 \u0441\u0435 \u0434\u043e \u0442\u0435\u043a\u0443\u0449\u0438\u0442\u0435 \u0432\u044a\u0437\u0435\u043b\u0438.
plugins/TimeManagement.xml_minute= \u041c\u0438\u043d\u0443\u0442\u0438:
plugins/TimeManagement.xml_hour= \u0427\u0430\u0441:
plugins/TimeManagement.xml_WindowTitle=\u0423\u043f\u0440\u0430\u0432\u043b\u0435\u043d\u0438\u0435 \u043d\u0430 \u0432\u0440\u0435\u043c\u0435\u0442\u043e
plugins/latex/LatexNodeHook.properties_documentation = <html>Latex \u0444\u043e\u0440\u043c\u0443\u043b\u0430</html>
plugins/latex/LatexNodeHook.properties_name = &Latex
plugins/latex/LatexNodeHook.editorTitle = \u0420\u0435\u0434\u0430\u043a\u0442\u043e\u0440, \u0437\u0430\u0442\u0432\u043e\u0440\u0438 \u0437\u0430 \u0434\u0430 \u043f\u0440\u043e\u0435\u043c\u0435\u0448
# 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=\u041f\u043e\u043a\u0430\u0436\u0438 \u0438\u043a\u043e\u043d\u0438\u0442\u0435 \u0439\u0435\u0440\u0430\u0440\u0445\u0438\u0447\u043d\u043e
# fc, 1.3.2005:
icon_full-1 = \u041f\u0440\u0438\u043e\u0440\u0438\u0442\u0435\u0442 1
icon_full-2 = \u041f\u0440\u0438\u043e\u0440\u0438\u0442\u0435\u0442 2
icon_full-3 = \u041f\u0440\u0438\u043e\u0440\u0438\u0442\u0435\u0442 3
icon_full-4 = \u041f\u0440\u0438\u043e\u0440\u0438\u0442\u0435\u0442 4
icon_full-5 = \u041f\u0440\u0438\u043e\u0440\u0438\u0442\u0435\u0442 5
icon_full-6 = \u041f\u0440\u0438\u043e\u0440\u0438\u0442\u0435\u0442 6
icon_full-7 = \u041f\u0440\u0438\u043e\u0440\u0438\u0442\u0435\u0442 7
# fc, 11.3.2005:
RevertAction=&\u0412\u044a\u0440\u043d\u0438 \u043a\u044a\u043c \u0437\u0430\u043f\u0438\u0441\u0430\u043d\u0438\u0442\u0435 \u043f\u0440\u043e\u043c\u0435\u043d\u0438
# the prefix for the reconstructed map (revert + undo).
freemind_reverted=Freemind_Reverted_
# fc, 5.4.2005
plugins/TimeManagement.xml_todayButton=\u0414\u043d\u0435\u0441
plugins/TimeList.xml_documentation=Shows all scheduled times and the corresponding nodes.
plugins/TimeList.xml_name=\u041f\u043e\u043a\u0430\u0436\u0438 \u0413\u0440\u0430\u0444\u0438\u043a\u0430 \u043d\u0430 \u0432\u0440\u0435\u043c\u0435\u0442\u043e...
remove_node_background_color = \u041f\u0440\u0435\u043c\u0430\u0445\u043d\u0438 \u0444\u043e\u043d\u043e\u0432\u0438\u044f \u0446\u0432\u044f\u0442 \u043d\u0430 \u0432\u044a\u0437\u0435\u043b\u0430
#plugins/NodeList.xml_documentation=\u041f\u043e\u043a\u0430\u0437\u0432\u0430\u0439 \u0432\u0441\u0438\u0447\u043a\u0438 \u0432\u044a\u0437\u043b\u0438 \u0441 \u0434\u0430\u0442\u0438\u0442\u0435 \u043d\u0430 \u0441\u044a\u0437\u0434\u0430\u0432\u0430\u043d\u0435/\u043f\u043e\u0441\u043b\u0435\u0434\u043d\u0430 \u043f\u0440\u043e\u043c\u044f\u043d\u0430.
#plugins/NodeList.xml_name=\u041f\u043e\u043a\u0430\u0436\u0438 \u0438\u0441\u0442\u043e\u0440\u0438\u044f \u043d\u0430 \u043a\u0430\u0440\u0442\u0430\u0442\u0430...
plugins/TimeList.xml_Modified=\u041f\u0440\u043e\u043c\u0435\u043d\u0435\u043d
plugins/TimeList.xml_Created=\u0421\u044a\u0437\u0434\u0430\u0434\u0435\u043d
plugins/TimeList.xml_Date=\u0414\u0430\u0442\u0430
plugins/TimeList.xml_Text=\u0422\u0435\u043a\u0441\u0442
plugins/TimeList.xml_Icons=\u0418\u043a\u043e\u043d\u0438
#fc, 26.4.2005:
select_branch=\u0418\u0437\u0431\u0435\u0440\u0438 \u0432\u0441\u0438\u0447\u043a\u0438 \u0432\u0438\u0434\u0438\u043c\u0438 \u0432\u044a\u0437\u043b\u0438 \u0432 \u0442\u0435\u043a\u0443\u0448\u0438\u044f \u043a\u043b\u043e\u043d
select_all=\u0418\u0437\u0431\u0435\u0440\u0438 \u0432\u0441\u0438\u0447\u043a\u0438 \u0432\u0438\u0434\u0438\u043c\u0438 \u0432\u044a\u0437\u043b\u0438
change_link_arrows=change_link_arrows
# fc, 27.4.2005:
reset_node_position=Reset &Position
# fc, 2.5.2005:
plugins/RemoveReminder.xml_documentation=\u041f\u0440\u0435\u043c\u0430\u0445\u0432\u0430 \u043d\u0430\u043f\u043e\u043c\u043d\u044f\u043d\u0435 \u043e\u0442 \u0432\u044a\u0437\u0435\u043b\u0430.
plugins/RemoveReminder.xml_name=\u041f\u0440\u0435\u043c\u0430\u0445\u043d\u0438 \u043d\u0430\u043f\u043e\u043c\u043d\u044f\u043d\u0435\u0442\u043e
# fc, 3.5.2005:
plugins/TimeManagement.xml_reminderButton_tooltip=<html>\u041a\u043e\u0433\u0430\u0442\u043e \u0441\u0435 \u043d\u0430\u0442\u0438\u0441\u043d\u0435 \u0442\u0430\u0439\u043c\u0435\u0440\u044a\u0442 \u0441\u0435 \u043d\u0430\u0441\u0442\u0440\u043e\u0439\u0432\u0430 \u0441 \u0434\u0430\u0434\u0435\u043d\u0430\u0442\u0430 \u0434\u0430\u0442\u0430. \u041c\u0438\u0433\u0430\u0449\u0438\u0442\u0435 \u0438\u043a\u043e\u043d\u0438 \u043f\u0440\u0438\u0432\u043b\u0438\u0447\u0430\u0442 \u0442\u0432\u043e\u0435\u0442\u043e \u0432\u043d\u0438\u043c\u0430\u043d\u0438\u0435.<br> \u0410\u043a\u043e \u0437\u0430\u0442\u0432\u043e\u0440\u0438\u0448 \u043a\u0430\u0440\u0442\u0430\u0442\u0430, \u0442\u0430\u0439\u043c\u0435\u0440\u0438\u0442\u0435 \u0441\u0435 \u0430\u043a\u0442\u0438\u0432\u0438\u0440\u0430\u0442 \u043e\u0442\u043d\u043e\u0432\u043e \u043f\u0440\u0438 \u0441\u043b\u0435\u0434\u0432\u0430\u0449\u043e\u0442\u043e \u043e\u0442\u0432\u0430\u0440\u044f\u043d\u0435.</html>
# dimitri, 8.05.05
filter_toolbar=\u0424\u0438\u043b\u0442\u044a\u0440
filter_dialog=\u0420\u0435\u0434\u0430\u043a\u0442\u043e\u0440 \u043d\u0430 \u0444\u0438\u043b\u0442\u044a\u0440
filter_no_filtering=\u0411\u0435\u0437 \u0444\u0438\u043b\u0442\u0440\u0438\u0440\u0430\u043d\u0435
filter_selected_node_view=\u0422\u0435\u043a\u0443\u0449\u043e \u0438\u0437\u0431\u0440\u0430\u043d\u0438 \u0432\u044a\u0437\u043b\u0438
filter_conditions = \u0424\u0438\u043b\u0442\u0440\u0438
filter_edit=\u0420\u0435\u0434\u0430\u043a\u0442\u0438\u0440\u0430\u043d\u0435
filter_edit_description=\u0420\u0435\u0434\u0430\u043a\u0442\u0438\u0440\u0430\u043d\u0435 \u043d\u0430 \u0441\u043f\u0438\u0441\u044a\u043a\u0430 \u0441 \u0444\u0438\u043b\u0442\u0440\u0438
filter_unfold_ancestors=\u0420\u0430\u0437\u0433\u044a\u043d\u0438 \u0444\u0438\u043b\u0442\u0440\u0438\u0440\u0430\u043d\u0438\u0442\u0435 \u0432\u044a\u0437\u043b\u0438
filter_icon=\u0418\u043a\u043e\u043d\u0430
filter_node=\u0422\u0435\u043a\u0441\u0442 \u043d\u0430 \u0432\u044a\u0437\u0435\u043b\u0430
filter_exist=\u0421\u044a\u0449\u0435\u0441\u0442\u0432\u0443\u0432\u0430
filter_does_not_exist=\u041d\u0435 \u0441\u044a\u0449\u0435\u0441\u0442\u0432\u0443\u0432\u0430
filter_contains=\u0421\u044a\u0434\u044a\u0440\u0436\u0430
filter_is_equal_to=\u0435 \u0440\u0430\u0432\u043d\u043e \u043d\u0430
filter_is_not_equal_to=\u043d\u0435 \u0435 \u0440\u0430\u0432\u043d\u043e \u043d\u0430
filter_ignore_case=\u041d\u0435 \u0432\u0437\u0435\u043c\u0430\u0439 \u043f\u0440\u0435\u0434\u0432\u0438\u0434 \u0433\u043b\u0430\u0432\u043d\u0438\u0442\u0435 \u0431\u0443\u043a\u0432\u0438
filter_enter_value=\u0412\u044a\u0432\u0435\u0434\u0438 \u0441\u0442\u043e\u0439\u043d\u043e\u0441\u0442
filter_add=&\u0414\u043e\u0431\u0430\u0432\u0438
filter_delete=\u0418\u0437\u0442\u0440\u0438\u0439
filter_select=\u0418\u0437\u0431\u0435\u0440\u0438
filter_not=\u041d\u0415
filter_and=\u0418
filter_or=\u0418\u041b\u0418
filter_show_ancestors=\u041f\u043e\u043a\u0437\u0430\u0432\u0430\u0439 \u043f\u0440\u0435\u0434\u0448\u0435\u0441\u0442\u0432\u0430\u0449\u0438\u0442\u0435
filter_show_descendants=\u041f\u043e\u043a\u0430\u0437\u0432\u0430\u0439 \u043f\u0440\u043e\u0438\u0437\u0432\u043e\u0434\u043d\u0438\u0442\u0435
# dimitri, 10.07.2005
attributes_all=\u0412\u0441\u0438\u0447\u043a\u0438 \u0430\u0442\u0440\u0438\u0431\u0443\u0442\u0438
attributes_attribute=\u0410\u0442\u0440\u0438\u0431\u0443\u0442\u0438
attributes_close=\u0417\u0430\u0442\u0432\u043e\u0440\u0438
attribute_delete=\u0418\u0437\u0442\u0440\u0438\u0439 \u0432\u0441\u0438\u0447\u043a\u0438 \u0441\u0442\u043e\u0439\u043d\u043e\u0441\u0442\u0438
attribute_delete_value=\u0418\u0437\u0442\u0440\u0438\u0439 \u0442\u0430\u0437\u0438 \u0441\u0442\u043e\u0439\u043d\u043e\u0441\u0442
attributes_edit=\u0420\u0435\u0434\u0430\u043a\u0442\u0438\u0440\u0430\u043d\u0435
attributes_edit_in_place=\u0420\u0435\u0434\u0430\u043a\u0442\u0438\u0440\u0430\u043d\u0435 \u043d\u0430 \u0430\u0442\u0440\u0438\u0431\u0443\u0442\u0438
attributes_edit_tooltip=Edit Set
attribute_font_size_tooltip=\u0420\u0430\u0437\u043c\u0435\u0440 \u043d\u0430 \u0448\u0440\u0438\u0444\u0442\u0430 \u043d\u0430 \u0430\u0442\u0440\u0438\u0431\u0443\u0442
attributes_dialog=\u041c\u0435\u043d\u0438\u0434\u0436\u044a\u0440 \u043d\u0430 \u0430\u0442\u0440\u0438\u0431\u0443\u0442\u0438...
attributes_dialog_title=\u041c\u0435\u043d\u0438\u0434\u0436\u044a\u0440 \u043d\u0430 \u0430\u0442\u0440\u0438\u0431\u0443\u0442\u0438
attributes_import=\u0412\u043c\u044a\u043a\u043d\u0438
attributes_import_tooltip=\u0412\u043c\u044a\u043a\u043d\u0438 \u0430\u0442\u0440\u0438\u0431\u0443\u0442\u0438 \u043e\u0442 \u0434\u0440\u0443\u0433\u0438 \u043e\u0442\u0432\u043e\u0440\u0435\u043d\u0438 \u043a\u0430\u0440\u0442\u0438
attributes_assign_dialog=Assi&gn Attributes...
attributes_visible=Selected Visible
attributes_visible_tooltip=Selection for View->Attribute->Show Selected Attributes
attributes_refresh=\u041e\u0431\u043d\u043e\u0432\u0438
attribute_replace=\u041f\u043e\u0434\u043c\u0435\u043d\u0438 \u0441
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=\u0412\u0441\u0438\u0447\u043a\u0438
attributes_select_all_tooltip=Select / Deselect all
attributes_for_selected=\u0418\u0437\u0431\u0440\u0430\u043d\u0438 \u0432\u044a\u0437\u043b\u0438
attributes_for_visible=\u0412\u0441\u0438\u0447\u043a\u0438 \u0432\u0438\u0434\u0438\u043c\u0438 \u0432\u044a\u0437\u043b\u0438
attributes_deselect_all=\u041d\u0438\u0449\u043e
attribute_list_box_label_text=\u0421\u044a\u0449\u0435\u0441\u0442\u0432\u0443\u0432\u0430\u0449\u0438 \u0441\u0442\u043e\u0439\u043d\u043e\u0441\u0442\u0438
attributes_popup_edit=\u0420\u0435\u0434\u0430\u043a\u0442\u0438\u0440\u0430\u043d\u0435
attributes_popup_optimal_width=\u041e\u043f\u0442\u0438\u043c\u0430\u043b\u043d\u0430 \u0448\u0438\u0440\u0438\u043d\u0430
attributes_popup_hide=\u0421\u043a\u0440\u0438\u0439
attributes_popup_new=\u041d\u043e\u0432 \u0430\u0442\u0440\u0438\u0431\u0443\u0442
attributes_popup_delete=\u0418\u0437\u0442\u0440\u0438\u0439
attributes_popup_up=\u041d\u0430\u0433\u043e\u0440\u0435
attributes_popup_down=\u041d\u0430\u0434\u043e\u043b\u0443
attributes_show=\u041f\u043e\u043a\u0430\u0436\u0438
attributes_show_all = \u041f\u043e\u043a\u0430\u0436\u0438 \u0432\u0441\u0438\u0447\u043a\u0438 \u0430\u0442\u0440\u0438\u0431\u0443\u0442\u0438
attributes_show_selected = \u041f\u043e\u043a\u0430\u0436\u0438 \u0438\u0437\u0431\u0440\u0430\u043d\u0438\u0442\u0435 \u0430\u0442\u0440\u0438\u0431\u0443\u0442\u0438
attributes_hide_all = \u0421\u043a\u0440\u0438\u0439 \u0432\u0441\u0438\u0447\u043a\u0438 \u0430\u0442\u0440\u0438\u0431\u0443\u0442\u0438
attribute_top=\u0412\u0441\u0438\u0447\u043a\u0438 \u0430\u0442\u0440\u0438\u0431\u0443\u0442\u0438 \u0432 \u0437\u0430\u0440\u0435\u0434\u0435\u043d\u0438\u0442\u0435 \u043a\u0430\u0440\u0442\u0438
attributes_skip_root=\u041f\u0440\u043e\u043f\u0443\u0441\u043d\u0438 \u0426\u0435\u043d\u0442\u0440\u0430\u043b\u043d\u0438\u044f \u0432\u044a\u0437\u0435\u043b
attributes_no_import_candidates_found=\u041d\u0435 \u0441\u0430 \u043d\u0430\u043c\u0435\u0440\u0435\u043d\u0438 \u043d\u043e\u0432\u0438 \u0430\u0442\u0440\u0438\u0431\u0443\u0442\u0438
attributes_adding_empty_attribute_error=\u041d\u0435 \u043c\u043e\u0436\u0435 \u0434\u0430 \u043e\u0441\u0442\u0430\u0432\u044f\u0442\u0435 \u043d\u0435\u043f\u043e\u043f\u044a\u043b\u043d\u0435\u043d\u043e \u043d\u0430\u0438\u043c\u0435\u043d\u043e\u0432\u0430\u043d\u0438\u0435\u0442\u043e \u043d\u0430 \u0430\u0442\u0440\u0438\u0431\u0443\u0442\u0438\u0442\u0435
# fc, 10.5.2005:
property_dialog=\u041d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0438...
OptionPanel.automatic=\u0410\u0432\u0442\u043e\u043c\u0430\u0442\u0438\u0447\u0435\u043d (\u043e\u0442 \u041e\u0421)
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=\u0420\u0430\u0437\u043a\u043b\u043e\u043d\u0435\u043d\u0438\u0435
OptionPanel.bubble=\u041c\u0435\u0445\u0443\u0440\u0447\u0435
OptionPanel.as_parent=As Parent
OptionPanel.combined=\u041a\u043e\u043c\u0431\u0438\u043d\u0438\u0440\u0430\u043d
OptionPanel.bezier=\u041a\u0440\u0438\u0432\u0430 \u043d\u0430 \u0411\u0435\u0437\u0438\u0435
OptionPanel.linear=\u041f\u0440\u0430\u0432\u0430 \u043b\u0438\u043d\u0438\u044f
OptionPanel.default=\u041f\u043e \u043f\u043e\u0434\u0440\u0430\u0437\u0431\u0438\u0440\u0430\u043d\u0435
OptionPanel.metal=Metal
OptionPanel.windows=Windows
OptionPanel.motif=Motif
OptionPanel.gtk=Gtk
OptionPanel.nothing=\u041d\u0438\u0449\u043e
OptionPanel.relative=\u041e\u0442\u043d\u043e\u0441\u0438\u0442\u0435\u043b\u0435\u043d
OptionPanel.absolute=\u0410\u0431\u0441\u043e\u043b\u044e\u0442\u0435\u043d
OptionPanel.first=\u041f\u044a\u0440\u0432\u0438
OptionPanel.last=\u041f\u043e\u0441\u043b\u0435\u0434\u0435\u043d
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=\u0421\u0433\u044a\u043d\u0438 \u0432\u0441\u0438\u0447\u043a\u0438
OptionPanel.html_export_based_on_headings=Based On Headings
OptionPanel.Environment=Environment
OptionPanel.Files=\u0424\u0430\u0439\u043b\u043e\u0432\u0435
OptionPanel.language=\u0415\u0437\u0438\u043a
OptionPanel.language.tooltip=<html>\u0422\u043e\u0432\u0430 \u0435 \u0435\u0437\u0438\u043a\u044a\u0442, \u043a\u043e\u0439\u0442\u043e \u0442\u0440\u044f\u0431\u0432\u0430 \u0434\u0430 \u0441\u0435 \u0438\u0437\u043f\u043e\u043b\u0437\u0432\u0430 \u0432 \u043f\u0440\u043e\u0433\u0440\u0430\u043c\u0430\u0442\u0430. '\u0410\u0432\u0442\u043e\u043c\u0430\u0442\u0438\u0447\u043d\u043e' \u043e\u043f\u0438\u0442\u0432\u0430 \u0434\u0430 \u0437\u0430\u0440\u0435\u0434\u0438 \u0442\u0435\u043a\u0443\u0449\u0438\u044f \u0435\u0437\u0438\u043a \u043d\u0430 \u043f\u043e\u0442\u0440\u0435\u0431\u0438\u0442\u0435\u043b\u044f \u043d\u0430 \u043e\u043f\u0435\u0440\u0430\u0446\u0438\u043e\u043d\u043d\u0430\u0442\u0430 \u0441\u0438\u0441\u0442\u0435\u043c\u0430. </html>
OptionPanel.experimental_file_locking_on=\u0417\u0430\u043a\u043b\u044e\u0447\u0432\u0430\u043d\u0435 \u043d\u0430 \u0444\u0430\u0439\u043b\u0430 (\u0435\u043a\u043f\u0435\u0440\u0438\u043c\u0435\u043d\u0442\u0430\u043b\u043d\u043e)
OptionPanel.experimental_file_locking_on.tooltip=<html> \u0415\u043a\u0441\u043f\u0435\u0440\u0438\u043c\u0435\u043d\u0442\u0430\u043b\u043d\u0430 \u0444\u0443\u043d\u043a\u0446\u0438\u044f</html>
OptionPanel.draganddrop=\u0412\u043b\u0430\u0447\u0435\u043d\u0435 \u0438 \u043f\u0443\u0441\u043a\u0430\u043d\u0435
OptionPanel.draganddrop.tooltip=<html>\u0410\u043a\u043e \u0412\u043b\u0430\u0447\u0435\u043d\u0435-\u0418-\u041f\u0443\u0441\u043d\u0430\u043d\u0435 \u0435 \u0430\u043a\u0442\u0438\u0432\u043d\u043e. </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=\u0411\u0440\u043e\u0439 \u0440\u0435\u0434\u043e\u0432\u0435 \u0432 \u041f\u043e\u0441\u043b\u0435\u0434\u043d\u043e \u043e\u0442\u0432\u0430\u0440\u044f\u043d\u0438
OptionPanel.time_for_automatic_save=\u0418\u043d\u0442\u0435\u0440\u0432\u0430\u043b \u0437\u0430 \u0430\u0432\u0442\u043e\u043c\u0430\u0442\u0438\u0447\u043d\u043e \u0437\u0430\u043f\u0438\u0441\u0432\u0430\u043d\u0435
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=\u041f\u044a\u0442 \u0434\u043e \u043f\u0430\u043f\u043a\u0430\u0442\u0430 \u0437\u0430 \u0430\u0432\u0442\u043e\u043c\u0430\u0442\u0438\u0447\u0435\u043d \u0437\u0430\u043f\u0438\u0441
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>\u0421\u0442\u0430\u043d\u0434\u0430\u0440\u0442\u0435\u043d \u0446\u0432\u044f\u0442 \u043d\u0430 \u0441\u0432\u044a\u0440\u0437\u0432\u0430\u0449\u0430\u0442\u0430 \u043b\u0438\u043d\u0438\u044f \u0432 html </html>
OptionPanel.standardlinkcolor=\u0421\u0442\u0430\u043d\u0434\u0430\u0440\u0442\u0435\u043d \u0446\u0432\u044f\u0442 \u043d\u0430 \u0432\u0440\u044a\u0437\u043a\u0438\u0442\u0435
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>\u0411\u044f\u043b \u0444\u043e\u043d \u043f\u0440\u0438 \u043f\u0435\u0447\u0430\u0442</html>
OptionPanel.printonwhitebackground.tooltip=<html>\u0412\u0438\u043d\u0430\u0433\u0438 \u0438\u0437\u043f\u043e\u043b\u0437\u0432\u0430\u0439 \u0431\u044f\u043b \u0446\u0432\u044f\u0442 \u0437\u0430 \u0444\u043e\u043d \u043f\u0440\u0438 \u043f\u0440\u0438\u043d\u0442\u0438\u0440\u0430\u043d\u0435</html>
OptionPanel.standardcloudcolor=\u0421\u0442\u0430\u043d\u0434\u0430\u0440\u0442\u0435\u043d \u0446\u0432\u044f\u0442 \u0437\u0430 \u043e\u0431\u043b\u0430\u043a\u0430
OptionPanel.standardcloudcolor.tooltip=<html>The standard cloud color in html notation </html>
OptionPanel.defaultfont=\u0428\u0440\u0438\u0444\u0442 \u043f\u043e \u043f\u043e\u0434\u0440\u0430\u0437\u0431\u0438\u0440\u0430\u043d\u0435
OptionPanel.defaultfont.tooltip=<html>\u0428\u0440\u0438\u0444\u0442 \u043f\u043e \u043f\u043e\u0434\u0440\u0430\u0437\u0431\u0438\u0440\u0430\u043d\u0435 \u0437\u0430 \u0432\u044a\u0437\u0435\u043b. \u0428\u0440\u0438\u0444\u0442\u044a\u0442 (TrueType Font) \u0449\u0435 \u0441\u0435 \u0438\u0437\u043f\u043e\u043b\u0437\u0432\u0430 \u0441\u0430\u043c\u043e \u0430\u043a\u043e \u0435 \u043d\u0430\u043b\u0438\u0447\u0435\u043d \u0432 \u0441\u0438\u0441\u0442\u0435\u043c\u0430\u0442\u0430 </html>
OptionPanel.defaultfontstyle=\u0421\u0442\u0438\u043b \u043f\u043e \u043f\u043e\u0434\u0440\u0430\u0437\u0431\u0438\u0440\u0430\u043d\u0435 \u043d\u0430 \u0448\u0440\u0438\u0444\u0442\u0430
OptionPanel.defaultfontsize=\u0420\u0430\u0437\u043c\u0435\u0440 \u043f\u043e \u043f\u043e\u0434\u0440\u0430\u0437\u0431\u0438\u0440\u0430\u043d\u0435 \u043d\u0430 \u0448\u0440\u0438\u0444\u0442\u0430
OptionPanel.max_node_width=\u041c\u0430\u043a\u0441\u0438\u043c\u0430\u043b\u043d\u0430 \u0448\u0438\u0440\u0438\u043d\u0430 \u043d\u0430 \u0432\u044a\u0437\u0435\u043b
OptionPanel.max_node_width.tooltip=<html>\u041c\u0430\u043a\u0441\u0438\u043c\u0430\u043b\u043d\u0430 \u0448\u0438\u0440\u0438\u043d\u0430 (\u0432 \u043f\u0438\u043a\u0441\u0435\u043b\u0438) \u043d\u0430 \u0432\u044a\u0437\u0435\u043b \u043f\u043e \u043f\u043e\u0434\u0440\u0430\u0437\u0431\u0438\u0440\u0430\u043d\u0435</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=\u0412\u044a\u043d\u0448\u0435\u043d \u0432\u0438\u0434
OptionPanel.lookandfeel=\u0418\u0437\u0433\u043b\u0435\u0434
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=\u0412\u0440\u044a\u0437\u043a\u0438
OptionPanel.links.tooltip=<html>Set Links either relative or absolute </html>
OptionPanel.el__buttons_position=\u041f\u043e\u0437\u0438\u0446\u0438\u044f \u043d\u0430 \u0431\u0443\u0442\u043e\u043d\u0438\u0442\u0435
OptionPanel.el__buttons_position.tooltip=<html> \u043d\u0430\u0434 / \u043f\u043e\u0434</html>
OptionPanel.el__position_window_below_node=Position Window Below Node
OptionPanel.el__min_default_window_height=\u041c\u0438\u043d\u0438\u043c\u0430\u043b\u043d\u0430 \u0432\u0438\u0441\u043e\u0447\u0438\u043d\u0430 \u043d\u0430 \u043f\u0440\u043e\u0437\u043e\u0440\u0435\u0446\u0430 (\u043f\u043e \u043f\u043e\u0434\u0440\u0430\u0437\u0431\u0438\u0440\u0430\u043d\u0435)
OptionPanel.el__max_default_window_height=\u041c\u0430\u043a\u0441\u0438\u043c\u0430\u043b\u043d\u0430 \u0432\u0438\u0441\u043e\u0447\u0438\u043d\u0430 \u043d\u0430 \u043f\u0440\u043e\u0437\u043e\u0440\u0435\u0446\u0430 (\u043f\u043e \u043f\u043e\u0434\u0440\u0430\u0437\u0431\u0438\u0440\u0430\u043d\u0435)
OptionPanel.el__min_default_window_width=\u041c\u0438\u043d\u0438\u043c\u0430\u043b\u043d\u0430 \u0448\u0438\u0440\u0438\u043d\u0430 \u043d\u0430 \u043f\u0440\u043e\u0437\u043e\u0440\u0435\u0446\u0430 (\u043f\u043e \u043f\u043e\u0434\u0440\u0430\u0437\u0431\u0438\u0440\u0430\u043d\u0435)
OptionPanel.el__max_default_window_width=\u041c\u0430\u043a\u0441\u0438\u043c\u0430\u043b\u043d\u0430 \u0448\u0438\u0440\u0438\u043d\u0430 \u043d\u0430 \u043f\u0440\u043e\u0437\u043e\u0440\u0435\u0446\u0430 (\u043f\u043e \u043f\u043e\u0434\u0440\u0430\u0437\u0431\u0438\u0440\u0430\u043d\u0435)
OptionPanel.el__enter_confirms_by_default=\u0412\u044a\u0432\u0435\u0436\u0434\u0430\u0439 \u043f\u043e\u0442\u0432\u044a\u0440\u0436\u0434\u0435\u043d\u0438\u0435 \u043f\u043e \u043f\u043e\u0434\u0440\u0430\u0437\u0431\u0438\u0440\u0430\u043d\u0435
OptionPanel.el__show_icon_for_attributes=\u041f\u043e\u043a\u0430\u0437\u0432\u0430\u0439 \u0438\u043a\u043e\u043d\u0430 \u043f\u0440\u0438 \u043d\u0430\u043b\u0438\u0447\u0438\u0435 \u043d\u0430 \u0430\u0442\u0440\u0438\u0431\u0443\u0442\u0438
OptionPanel.Keystrokes=\u041a\u043b\u0430\u0432\u0438\u0448\u043d\u0438 \u043a\u043e\u043c\u0431\u0438\u043d\u0430\u0446\u0438\u0438
OptionPanel.keystroke_newMap=\u041d\u043e\u0432\u0430 \u043a\u0430\u0440\u0442\u0430
OptionPanel.keystroke_open=\u041e\u0442\u0432\u043e\u0440\u0438
OptionPanel.keystroke_save=\u0417\u0430\u043f\u0438\u0441
OptionPanel.keystroke_saveAs=\u0417\u0430\u043f\u0438\u0441 \u043f\u043e\u0434 \u043d\u043e\u0432\u043e \u0438\u043c\u0435
OptionPanel.keystroke_print=\u041e\u0442\u043f\u0435\u0447\u0430\u0442\u0432\u0430\u043d\u0435
OptionPanel.keystroke_close=\u0417\u0430\u0442\u0432\u0430\u0432\u044f\u043d\u0435
OptionPanel.keystroke_quit=\u0418\u0437\u0445\u043e\u0434 \u043e\u0442 \u043f\u0440\u043e\u0433\u0440\u0430\u043c\u0430\u0442\u0430
OptionPanel.keystroke_export_to_html=\u0415\u043a\u0441\u043f\u043e\u0440\u0442 \u0432 Html
OptionPanel.keystroke_export_branch_to_html=\u0415\u043a\u0441\u043f\u043e\u0440\u0442 \u043d\u0430 \u0442\u0435\u043a\u0443\u0449 \u043a\u043b\u043e\u043d \u0432 Html
OptionPanel.keystroke_open_first_in_history=\u041e\u0442\u0432\u0430\u0440\u044f\u043d\u0435 \u043d\u0430 \u043f\u044a\u0440\u0438\u044f \u0432 \u0418\u0441\u0442\u043e\u0440\u0438\u044f
OptionPanel.keystroke_previousMap=\u041f\u0440\u0435\u0434\u0445\u043e\u0434\u043d\u0430 \u043a\u0430\u0440\u0442\u0430
OptionPanel.keystroke_nextMap=\u0421\u043b\u0435\u0434\u0432\u0430\u0449\u0430 \u043a\u0430\u0440\u0442\u0430
OptionPanel.keystroke_mode_MindMap=\u0420\u0435\u0436\u0438\u043c \u041a\u0430\u0440\u0442\u0430
OptionPanel.keystroke_mode_Browse=\u0420\u0435\u0436\u0438\u043c \u041f\u0440\u0435\u0433\u043b\u0435\u0434 \u043d\u0430 \u0444\u0430\u0439\u043b\u043e\u0432\u0435
OptionPanel.keystroke_mode_File=\u0420\u0435\u0436\u0438\u043c \u0424\u0430\u0439\u043b
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=\u0418\u0437\u0442\u0440\u0438\u0439 \u043f\u043e\u0434-\u0432\u044a\u0437\u0435\u043b
OptionPanel.keystroke_select_all=\u041c\u0430\u0440\u043a\u0438\u0440\u0430\u043d\u0435 \u043d\u0430 \u0432\u0441\u0438\u0447\u043a\u0438
OptionPanel.keystroke_select_branch=\u041c\u0430\u0440\u043a\u0438\u0440\u0430\u0439 \u043a\u043b\u043e\u043d
OptionPanel.keystroke_zoom_out=\u041d\u0430\u043c\u0430\u043b\u0435\u043d\u0438\u0435 (Zoom Out)
OptionPanel.keystroke_zoom_in=\u0423\u0432\u0435\u043b\u0438\u0447\u0435\u043d\u0438\u0435 (Zoom In)
OptionPanel.keystroke_cut=Cut
OptionPanel.keystroke_copy=\u041a\u043e\u043f\u0438\u0440\u0430\u043d\u0435
OptionPanel.keystroke_copy_single=\u041a\u043e\u043f\u0438\u0440\u0430\u043d\u0435 \u043d\u0430 \u0435\u0434\u0438\u043d \u0432\u044a\u0437\u0435\u043b
OptionPanel.keystroke_paste=\u041f\u043e\u0441\u0442\u0430\u0432\u0438 (Paste)
OptionPanel.keystroke_remove=\u041f\u0440\u0435\u043c\u0430\u0445\u0432\u0430\u043d\u0435
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=\u041f\u0440\u0435\u043c\u0435\u0441\u0442\u0432\u0430\u043d\u0435 \u043d\u0430\u0433\u043e\u0440\u0435
OptionPanel.keystroke_move_down=\u041f\u0440\u0435\u043c\u0435\u0441\u0442\u0432\u0430\u043d\u0435 \u043d\u0430\u0434\u043e\u043b\u0443
OptionPanel.keystroke_move_left=\u041f\u0440\u0435\u043c\u0435\u0441\u0442\u0432\u0430\u043d\u0435 \u0432\u043b\u044f\u0432\u043e
OptionPanel.keystroke_move_right=\u041f\u0440\u0435\u043c\u0435\u0441\u0442\u0432\u0430\u043d\u0435 \u0432\u0434\u044f\u0441\u043d\u043e
OptionPanel.keystroke_follow_link=\u041e\u0442\u0432\u043e\u0440\u0438 \u0445\u0438\u043f\u0435\u0440\u043b\u0438\u043d\u043a
OptionPanel.keystroke_add=\u0414\u043e\u0431\u0430\u0432\u044f\u043d\u0435
OptionPanel.keystroke_add_child=\u0414\u043e\u0431\u0430\u0432\u0438 \u043f\u043e\u0434-\u0432\u044a\u0437\u0435\u043b
OptionPanel.keystroke_add_child_mac=Add Child Mac
OptionPanel.keystroke_add_sibling_before=\u0414\u043e\u0431\u0430\u0432\u0438 \u0440\u0430\u0432\u043d\u043e\u043f\u0440\u0430\u0432\u0435\u043d \u0432\u044a\u0437\u0435\u043b \u043e\u0442\u0433\u043e\u0440\u0435
OptionPanel.keystroke_edit=\u0420\u0435\u0434\u0430\u043a\u0442\u0438\u0440\u0430\u043d\u0435
OptionPanel.keystroke_edit_long_node=\u0420\u0435\u0434\u0430\u043a\u0442\u0438\u0440\u0430\u043d\u0435 \u043d\u0430 \u0433\u043e\u043b\u044f\u043c \u0432\u044a\u0437\u0435\u043b
OptionPanel.keystroke_join_nodes=\u0421\u044a\u0435\u0434\u0438\u043d\u044f\u0432\u0430\u043d\u0435 \u043d\u0430 \u0432\u044a\u0437\u043b\u0438
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=\u0412\u044a\u0437\u0435\u043b \u043d\u0430\u0433\u043e\u0440\u0435
OptionPanel.keystroke_node_down=\u0412\u044a\u0437\u0435\u043b \u043d\u0430\u0434\u043e\u043b\u0443
OptionPanel.keystroke_node_increase_font_size=Node Increase Font Size
OptionPanel.keystroke_node_decrease_font_size=Node Decrease Font Size
OptionPanel.keystroke_export_branch=\u0415\u043a\u0441\u043f\u043e\u0440\u0442\u0438\u0440\u0430\u0439 \u043a\u043b\u043e\u043d
OptionPanel.keystroke_node_color=\u0426\u0432\u044f\u0442 \u043d\u0430 \u0432\u044a\u0437\u0435\u043b\u0430
OptionPanel.keystroke_node_color_blend=Node Color Blend
OptionPanel.keystroke_edge_color=\u0426\u0432\u044f\u0442 \u043d\u0430 \u0441\u0432\u044a\u0440\u0437\u0432\u0430\u0449\u0430\u0442\u0430 \u043b\u0438\u043d\u0438\u044f
OptionPanel.keystroke_find=\u0422\u044a\u0440\u0441\u0438
OptionPanel.keystroke_find_next=\u0422\u044a\u0440\u0441\u0438 \u0441\u043b\u0435\u0434\u0432\u0430\u0449
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=\u0417\u0430 \u0434\u0430 \u0432\u0438\u0434\u0438\u0448 \u0435\u0444\u0435\u043a\u0442\u0430 \u043d\u0430 \u043f\u0440\u043e\u043c\u0435\u043d\u0435\u043d\u0438\u0442\u0435 \u043d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0438, \u0432\u0435\u0440\u043e\u044f\u0442\u043d\u043e \u0442\u0440\u044f\u0431\u0432\u0430 \u0434\u0430 \u0440\u0435\u0441\u0442\u0430\u0440\u0442\u0438\u0440\u0430\u0448 FreeMind.
# fc, 12.5.2005:
GrabKeyDialog.grab-key.title=\u0412\u044a\u0432\u0435\u0434\u0438 \u043d\u043e\u0432 \u043a\u043b\u0430\u0432\u0438\u0448
GrabKeyDialog.grab-key.caption=
GrabKeyDialog.grab-key.clear=\u0418\u0437\u0447\u0438\u0441\u0442\u0438
GrabKeyDialog.grab-key.assigned-to.none=\u0412 \u043c\u043e\u043c\u0435\u043d\u0442\u0430 \u043d\u044f\u043c\u0430
GrabKeyDialog.grab-key.assigned-to=\u0423\u0441\u0442\u0430\u043d\u043e\u0432\u0435\u043d \u043d\u0430
GrabKeyDialog.common.ok=OK
GrabKeyDialog.grab-key.remove=\u041f\u0440\u0435\u043c\u0430\u0445\u043d\u0438
GrabKeyDialog.common.cancel=\u041e\u0442\u043a\u0430\u0437
GrabKeyDialog.grab-key.remove-ask=\u041d\u0430\u0438\u0441\u0442\u0438\u043d\u0430 \u043b\u0438 \u0438\u0441\u043a\u0430\u0448 \u0434\u0430 \u043f\u0440\u0435\u043c\u0430\u0445\u043d\u0435\u0448 \u0442\u0430\u0437\u0438 \u043a\u043b\u0430\u0432\u0438\u0448\u043d\u0430 \u043a\u043e\u043c\u0431\u0438\u043d\u0430\u0446\u0438\u044f?
OptionPanel.separator.language=\u0415\u0437\u0438\u043a
OptionPanel.separator.files=\u0424\u0430\u0439\u043b\u043e\u0432\u0435
OptionPanel.separator.automatic_save=\u0410\u0432\u0442\u043e\u043c\u0430\u0442\u0438\u0447\u0435\u043d \u0437\u0430\u043f\u0438\u0441
OptionPanel.separator.default_styles=\u0421\u0442\u0438\u043b\u043e\u0432\u0435 \u043f\u043e \u043f\u043e\u0434\u0440\u0430\u0437\u0431\u0438\u0440\u0430\u043d\u0435
OptionPanel.separator.default_colors=\u0426\u0432\u0435\u0442\u043e\u0432\u0435 \u043f\u043e \u043f\u043e\u0434\u0440\u0430\u0437\u0431\u0438\u0440\u0430\u043d\u0435
OptionPanel.separator.selection_colors=\u0426\u0432\u0435\u0442\u043e\u0432\u0435 \u043d\u0430 \u043c\u0430\u0440\u043a\u0438\u0440\u0430\u043d\u0438\u0442\u0435
OptionPanel.separator.default_fonts=\u0428\u0440\u0438\u0444\u0442\u043e\u0432\u0435 \u043f\u043e \u043f\u043e\u0434\u0440\u0430\u0437\u0431\u0438\u0440\u0430\u043d\u0435
OptionPanel.separator.other_defaults=\u0414\u0440\u0443\u0433\u0438 \u043d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0438 \u043f\u043e \u043f\u043e\u0434\u0440\u0430\u0437\u0431\u0438\u0440\u0430\u043d\u0435
OptionPanel.separator.look_and_feel=\u0418\u0437\u0433\u043b\u0435\u0434
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=\u0410\u0442\u0440\u0438\u0431\u0443\u0442\u0438
OptionPanel.separator.icons=\u0418\u043a\u043e\u043d\u0438 \u0432 "\u0418\u0437\u0431\u0440\u0430\u043d\u0438 \u0438\u043a\u043e\u043d\u0438..."
OptionPanel.keystroke_edit_attributes=\u0420\u0435\u0434\u0430\u043a\u0442\u0438\u0440\u0430\u0439 \u0430\u0442\u0440\u0438\u0431\u0443\u0442\u0438
OptionPanel.keystroke_show_all_attributes=\u041f\u043e\u043a\u0430\u0436\u0438 \u0432\u0441\u0438\u0447\u043a\u0438 \u0430\u0442\u0440\u0438\u0431\u0443\u0442\u0438
OptionPanel.keystroke_show_selected_attributes=\u041f\u043e\u043a\u0430\u0436\u0438 \u0438\u0437\u0431\u0440\u0430\u043d\u0438\u0442\u0435 \u0430\u0442\u0440\u0438\u0431\u0443\u0442\u0438
OptionPanel.keystroke_hide_all_attributes=\u0421\u043a\u0440\u0438\u0439 \u0432\u0441\u0438\u0447\u043a\u0438 \u0430\u0442\u0440\u0438\u0431\u0443\u0442\u0438
OptionPanel.keystroke_show_attribute_manager=\u041f\u043e\u043a\u0430\u0436\u0438 \u043c\u0435\u043d\u0438\u0434\u0436\u044a\u0440\u0430 \u043d\u0430 \u0430\u0442\u0440\u0438\u0431\u0443\u0442\u0438
OptionPanel.keystroke_assign_attributes=\u0414\u043e\u0431\u0430\u0432\u0438 \u0430\u0442\u0440\u0438\u0431\u0443\u0442\u0438...
# fc, 2.6.2005:
OptionPanel.antialias.tooltip=<html>\u041e\u043f\u0440\u0435\u0434\u0435\u043b\u044f \u043a\u0430\u0447\u0435\u0441\u0442\u0432\u043e\u0442\u043e \u043d\u0430 \u043a\u0430\u0440\u0442\u0430\u0442\u0430. 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 = \u041e\u0442\u0432\u043e\u0440\u0438 \u0445\u0438\u043f\u0435\u0440\u043b\u0438\u043d\u043a
OptionPanel.ColorProperty.ResetColor=\u0412\u044a\u0437\u0441\u0442\u0430\u043d\u043e\u0432\u0438 \u0446\u0432\u0435\u0442\u0430
# fc, 16.6.2005:
OptionPanel.keystroke_option_dialog=\u041f\u0440\u0435\u0434\u043f\u043e\u0447\u0438\u0442\u0430\u043d\u0438\u044f
format_menu_edge_styles=&\u0421\u0442\u0438\u043b \u043d\u0430 \u0441\u0432\u044a\u0440\u0437\u0432\u0430\u0449\u0430\u0442\u0430 \u043b\u0438\u043d\u0438\u044f
format_menu_edge_widths=\u0414\u0435\u0431\u0435\u043b\u0438\u043d\u0430 \u0441\u0432\u044a\u0440\u0437\u0432\u0430\u0449\u0430\u0442\u0430 \u043b\u0438\u043d\u0438\u044f
# 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= \u041a\u0430\u0442\u043e Open Office Writer Document...
# fc, 10.7.2005:
OptionPanel.separator.undo=Undo
OptionPanel.undo_levels=Undo Levels
OptionPanel.undo_levels.tooltip=<html>\u041e\u043f\u0440\u0435\u0434\u0435\u043b\u044f \u043a\u043e\u043b\u043a\u043e \u0441\u0442\u044a\u043f\u043a\u0438 \u0441\u0435 \u0441\u044a\u0445\u0440\u0430\u043d\u044f\u0432\u0430\u0442 \u0432 \u0441\u0438\u043f\u0441\u044a\u043a\u0430 \u0437\u0430 "\u0412\u0440\u044a\u0449\u0430\u043d\u0435".</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=\u0420\u0430\u0437\u0433\u044a\u0432\u0430\u0439 \u0432\u044a\u0437\u0435\u043b\u0430 \u0441\u043b\u0435\u0434 \u043f\u043e\u0441\u0442\u0430\u0432\u044f\u043d\u0435 (paste)
OptionPanel.unfold_on_paste.tooltip=\u0420\u0430\u0437\u0433\u044a\u0432\u0430\u0439 \u0432\u044a\u0437\u0435\u043b\u0430 \u0441\u043b\u0435\u0434 \u043f\u043e\u0441\u0442\u0430\u0432\u0430\u043d\u0435 (paste) \u0438\u043b\u0438 \u0432\u043b\u0430\u0447\u0435\u043d\u0435-\u0438-\u043f\u0443\u0441\u043a\u0430\u043d\u0435 (Drag-And-Drop)
# fc, 16.2.06
accessories/plugins/ExportWithXSLT_Applet.properties_documentation=\u0415\u043a\u0441\u043f\u043e\u0440\u0442\u0438\u0440\u0430\u0439 \u043a\u0430\u0440\u0442\u0430\u0442\u0430 \u043a\u0430\u0442\u043e java \u0430\u043f\u043b\u0435\u0442 \u0437\u0430 \u0431\u0440\u0430\u0443\u0437\u044a\u0440.
accessories/plugins/ExportWithXSLT_Applet.properties_name=\u041a\u0430\u0442\u043e Java \u0430\u043f\u043b\u0435\u0442...
accessories/plugins/ExportWithXSLT_Applet.properties_webpage=Web \u0441\u0442\u0440\u0430\u043d\u0438\u0446\u0430
accessories/plugins/ExportWithXSLT_Flash.properties_documentation=\u0415\u043a\u0441\u043f\u043e\u0440\u0442\u0438\u0440\u0430\u0439 \u043a\u0430\u0440\u0442\u0430\u0442\u0430 \u043a\u0430\u0442\u043e Flash \u043f\u0440\u0438\u043b\u043e\u0436\u0435\u043d\u0438\u0435.
accessories/plugins/ExportWithXSLT_Flash.properties_name=\u041a\u0430\u0442\u043e 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=\u041a\u0430\u043a\u0442\u043e \u0442\u0430\u0437\u0438 \u043e\u0442 \u0433\u043e\u0440\u043d\u043e \u043d\u0438\u0432\u043e
PatternDialog.EdgeWidth_thin=\u0442\u044a\u043d\u043a\u0430
PatternDialog.as_parent=\u041a\u0430\u0442\u043e \u043e\u0442 \u0433\u043e\u0440\u043d\u043e\u0442\u043e \u043d\u0438\u0432\u043e
PatternDialog.bezier=bezier
PatternDialog.bubble=Bubble
PatternDialog.combined=\u041a\u043e\u043c\u0431\u0438\u043d\u0438\u0440\u0430\u043d\u0430
PatternDialog.edgecolor.tooltip=Property of the edge to the parent node (is also applied to all child nodes)
PatternDialog.edgecolor=\u0426\u0432\u044f\u0442 \u043d\u0430 \u0432\u0441\u044a\u0440\u0437\u0432\u0430\u0449\u0430\u0442\u0430 \u043b\u0438\u043d\u0438\u044f
PatternDialog.edgestyle.tooltip=Property of the edge to the parent node (is also applied to all child nodes)
PatternDialog.edgestyle=\u0421\u0442\u0438\u043b \u043d\u0430 \u0441\u0432\u044a\u0440\u0437\u0432\u0430\u0449\u0430 \u043b\u0438\u043d\u0438\u044f
PatternDialog.edgewidth.tooltip=Property of the edge to the parent node (is also applied to all child nodes)
PatternDialog.edgewidth=\u0414\u0435\u0431\u0435\u043b\u0438\u043d\u0430 \u043d\u0430 \u0441\u0432\u044a\u0440\u0437\u0432\u0430\u0449\u0430\u0442\u0430 \u043b\u0438\u043d\u0438\u044f
PatternDialog.fork=\u0420\u0430\u0437\u043a\u043b\u043e\u043d\u0435\u043d\u0438\u0435
PatternDialog.linear=\u043b\u0438\u043d\u0435\u0435\u043d
PatternDialog.nodebackgroundcolor=\u0424\u043e\u043d\u043e\u0432 \u0446\u0432\u044f\u0442 \u043d\u0430 \u0432\u044a\u0437\u0435\u043b
PatternDialog.nodecolor=\u041e\u0441\u043d\u043e\u0432\u0435\u043d \u0446\u0432\u044f\u0442 \u043d\u0430 \u0432\u044a\u0437\u0435\u043b
PatternDialog.nodestyle=\u0421\u0442\u0438\u043b \u043d\u0430 \u0432\u044a\u0437\u0435\u043b
PatternDialog.nodetext=\u0422\u0435\u043a\u0441\u0442 \u043d\u0430 \u0432\u044a\u0437\u0435\u043b
PatternDialog.separator.EdgeControls=\u0421\u0432\u044a\u0440\u0437\u0432\u0430\u0449\u0438 \u043b\u0438\u043d\u0438\u0438
PatternDialog.separator.NodeColors=\u0426\u0432\u0435\u0442\u043e\u0432\u0435 \u043d\u0430 \u0432\u044a\u0437\u0435\u043b
PatternDialog.separator.NodeStyles=\u0421\u0442\u0438\u043b\u043e\u0432\u0435 \u0437\u0430 \u0432\u044a\u0437\u0435\u043b
PatternDialog.sharp_bezier=\u0438\u0437\u043e\u0441\u0442\u0440\u0435\u043d\u0430 \u043a\u0440\u0438\u0432\u0430 \u043b\u0438\u043d\u0438\u044f
PatternDialog.sharp_linear=\u0438\u0437\u043e\u0441\u0442\u0440\u0435\u043d\u0430 \u043f\u0440\u0430\u0432\u0430 \u043b\u0438\u043d\u0438\u044f
PatternDialog.undefined_font=\u041d\u0435\u0434\u0435\u0444\u0438\u043d\u0438\u0440\u0430\u043d \u0448\u0440\u0438\u0444\u0442
accessories/plugins/ApplyFormatPlugin.properties_documentation=\u041e\u0442\u0432\u0430\u0440\u044f \u0434\u0438\u0430\u043b\u043e\u0433, \u043a\u044a\u0434\u0435\u0442\u043e \u0444\u043e\u0440\u043c\u0430\u0442\u044a\u0442 \u043d\u0430 \u0432\u044a\u0437\u0435\u043b \u0438 \u0441\u0432\u044a\u0440\u0437\u0432\u0430\u0449\u0430 \u043b\u0438\u043d\u0438\u044f \u043c\u043e\u0433\u0430\u0442 \u0434\u0430 \u0431\u044a\u0434\u0430\u0442 \u043f\u0440\u043e\u043c\u0435\u043d\u044f\u043d\u0438 \u0435\u0434\u043d\u043e\u0432\u0440\u0435\u043c\u0435\u043d\u043d\u043e.
accessories/plugins/ApplyFormatPlugin.properties_name=\u0421\u043c\u0435\u043d\u0438 \u0444\u043e\u0440\u043c\u0430\u0442\u0430...
accessories/plugins/ApplyFormatPlugin.dialog.title=\u0421\u043c\u0435\u043d\u0438 \u0444\u043e\u0440\u043c\u0430\u0442\u0430 \u043d\u0430 \u0432\u044a\u0437\u043b\u0438\u0442\u0435
OptionPanel.keystroke_accessories/plugins/ChangeNodeLevelAction_left.properties_key=\u041f\u0440\u0435\u043c\u0435\u0441\u0442\u0438 \u0432\u043b\u044f\u0432\u043e
OptionPanel.keystroke_accessories/plugins/ChangeNodeLevelAction_right.properties_key=\u041f\u0440\u0435\u043c\u0435\u0441\u0442\u0438 \u0432\u0434\u044f\u0441\u043d\u043e
OptionPanel.keystroke_accessories/plugins/FormatCopy.properties.properties_key=\u041a\u043e\u043f\u0438\u0440\u0430\u0439 \u0444\u043e\u0440\u043c\u0430\u0442\u0430
OptionPanel.keystroke_accessories/plugins/FormatPaste.properties.properties_key=\u041f\u043e\u0441\u0442\u0430\u0432\u0438 (Paste) \u0444\u043e\u0440\u043c\u0430\u0442
OptionPanel.keystroke_accessories/plugins/IconSelectionPlugin.properties.properties_key=\u0412\u043c\u044a\u043a\u043d\u0438 \u0438\u043a\u043e\u043d\u0430
OptionPanel.keystroke_accessories/plugins/NewParentNode.properties_key=Indent nodes
OptionPanel.keystroke_accessories/plugins/SplitNode.properties_key=\u0420\u0430\u0437\u0434\u0435\u043b\u0438 \u0432\u044a\u0437\u0435\u043b
# OptionPanel.keystroke_accessories/plugins/NodeNote.properties_key=\u0412\u043c\u044a\u043a\u043d\u0438 \u0432\u044a\u0437\u0435\u043b
OptionPanel.keystroke_accessories/plugins/UnfoldAll.keystroke.alt_PAGE_UP=\u0421\u0433\u044a\u043d\u0438 \u0435\u0434\u043d\u043e \u043d\u0438\u0432\u043e
OptionPanel.keystroke_accessories/plugins/UnfoldAll.keystroke.alt_PAGE_DOWN=\u0420\u0430\u0437\u0433\u044a\u043d\u0438 \u0435\u0434\u043d\u043e \u043d\u0438\u0432\u043e
OptionPanel.keystroke_accessories/plugins/UnfoldAll.keystroke.alt_HOME=\u0421\u0433\u044a\u043d\u0438 \u0432\u0441\u0438\u0447\u043a\u0438
OptionPanel.keystroke_accessories/plugins/UnfoldAll.keystroke.alt_END=\u0420\u0430\u0437\u0433\u044a\u043d\u0438 \u0432\u0441\u0438\u0447\u043a\u0438
OptionPanel.separator.others=\u0414\u0440\u0443\u0433\u0438 \u043a\u043b\u0430\u0432\u0438\u0448\u043d\u0438 \u043a\u043e\u043c\u0431\u0438\u043d\u0430\u0446\u0438\u0438
PatternDialog.separator.General=General
PatternDialog.clear_all_setters=\u0412\u043a\u043b\u044e\u0447\u0438 \u0432\u0441\u0438\u0447\u043a\u0438
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=\u0418\u043c\u0435
PatternDialog.patternname.tooltip=\u0423\u043d\u0438\u043a\u0430\u043d\u043e \u0438\u043c\u0435 \u043d\u0430 \u0448\u0430\u0431\u043b\u043e\u043d
PatternNewNameProperty=\u041d\u043e\u0432 \u0448\u0430\u0431\u043b\u043e\u043d
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=\u0418\u043a\u043e\u043d\u0430
PatternDialog.set_property_text=\u041f\u0440\u043e\u043c\u0435\u043d\u0438
PatternDialog.set_property_text.tooltip=\u041f\u0440\u0430\u0437\u043d\u043e: \u041d\u0435 \u043a\u043e\u0440\u0438\u0433\u0438\u0440\u0430\u0439; \u041c\u0418\u041d\u0423\u0421=\u041f\u0440\u0435\u043c\u0430\u0445\u043d\u0438 \u0441\u0432\u043e\u0439\u0441\u0442\u0432\u043e\u0442\u043e (\u0442.\u0435. \u043f\u0440\u043e\u043c\u0435\u043d\u0438 \u043d\u0430 \u0442\u0430\u043a\u043e\u0432\u0430 \u043f\u043e \u043f\u043e\u0434\u0440\u0430\u0437\u0431\u0438\u0440\u0430\u043d\u0435); \u041f\u041b\u042e\u0421=\u041f\u0440\u043e\u043c\u0435\u043d\u0438 \u0441\u0432\u043e\u0439\u0441\u0442\u0432\u043e\u0442\u043e
accessories/plugins/AutomaticLayout.properties_StyleDialogTitle=\u041f\u0440\u043e\u043c\u0435\u043d\u0438 \u0448\u0430\u0431\u043b\u043e\u043d\u0430
OptionPanel.accessories/plugins/AutomaticLayout.properties_PatternTabName=\u0428\u0430\u0431\u043b\u043e\u043d\u0438 \u0437\u0430 \u0430\u0432\u0442\u043e\u043c\u0430\u0442\u0438\u0437\u0438\u0440\u0430\u043d\u0435 \u043d\u0430 \u0444\u043e\u0440\u043c\u0430\u0442\u0438\u0440\u0430\u043d\u0435\u0442\u043e
OptionPanel.separator.accessories/plugins/AutomaticLayout.properties_PatternSeparatorName=\u0428\u0430\u0431\u043b\u043e\u043d\u0438
PatternToString.color=\u0426\u0432\u044f\u0442
PatternToString.backgroundColor=\u0426\u0432\u044f\u0442 \u043d\u0430 \u0444\u043e\u043d\u0430
#OptionPanel.automaticFormat_level1=\u0424\u043e\u0440\u043c\u0430\u0442 \u043d\u0430 \u0426\u0435\u043d\u0442\u0440\u0430\u043b\u043d\u0438\u044f \u0432\u044a\u0437\u0435\u043b
#OptionPanel.automaticFormat_level2=\u0424\u043e\u0440\u043c\u0430\u0442 \u043d\u0430 \u0432\u044a\u0437\u0435\u043b \u043e\u0442 \u043f\u044a\u0432\u043e \u043d\u0438\u0432\u043e
PatternToString.NodeFontSize=\u0420\u0430\u0437\u043c\u0435\u0440 \u043d\u0430 \u0448\u0440\u0438\u0444\u0442\u0430
OptionPanel.level1=\u0424\u043e\u0440\u043c\u0430\u0442 \u043d\u0430 \u0426\u0435\u043d\u0442\u0440\u0430\u043b\u043d\u0438\u044f \u0432\u044a\u0437\u0435\u043b
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=\u0414\u0443\u0431\u043b\u0438\u0440\u0430\u0439 \u0448\u0430\u0431\u043b\u043e\u043d
ManagePatternsPopupDialog.from_nodes=\u0421\u044a\u0437\u0434\u0430\u0439 \u0448\u0430\u0431\u043b\u043e\u043d \u043e\u0442 \u0438\u0437\u0431\u0440\u0430\u043d\u0438\u0442\u0435 \u0432\u044a\u0437\u043b\u0438
# fc, 25.5.2006:
accessories/plugins/SaveAll.properties_documentation=\u0417\u0430\u043f\u0438\u0441\u0432\u0430 \u0432\u0441\u0438\u0447\u043a\u0438 \u043e\u0442\u0432\u043e\u0440\u0435\u043d\u0438 \u043a\u0430\u0440\u0442\u0438.
accessories/plugins/SaveAll.properties_name=\u0417\u0430\u043f\u0438\u0448\u0438 \u0432\u0441\u0438\u0447\u043a\u0438
accessories/plugins/SaveAll.properties_save_all_cancelled=\u041e\u043f\u0435\u0440\u0430\u0446\u0438\u044f\u0442\u0430 \u043d\u0435 \u0431\u0435\u0448\u0435 \u0438\u0437\u043f\u044a\u043b\u043d\u0435\u043d\u0430 \u0443\u0441\u043f\u0435\u0448\u043d\u043e.
# fc, 23.7.06
OptionPanel.loadLastMap=\u0410\u0432\u0442\u043e\u043c\u0430\u0442\u0438\u0447\u043d\u043e \u043e\u0442\u0432\u0430\u0440\u044f\u0439 \u043f\u043e\u0441\u043b\u0435\u0434\u043d\u0430\u0442\u0430 \u043a\u0430\u0440\u0442\u0430
OptionPanel.loadLastMap.tooltip=<html>\u0430\u043a\u043e \u0435 \u043c\u0430\u0440\u043a\u0438\u0440\u0430\u043d\u043e : \u041a\u043e\u0433\u0430\u0442\u043e FreeMind \u0441\u0442\u0430\u0440\u0442\u0438\u0440\u0430, \u0430\u0432\u0442\u043e\u043c\u0430\u0442\u0438\u0447\u043d\u043e \u043e\u0442\u0432\u0430\u0440\u044f \u043a\u0430\u0440\u0442\u0438\u0442\u0435 \u0430\u043a\u0442\u0438\u0432\u043d\u0438 \u043f\u0440\u0438 \u043f\u043e\u0441\u043b\u0435\u0434\u043d\u043e\u0442\u043e \u0437\u0430\u0442\u0432\u0430\u0440\u044f\u043d\u0435.</html>
# dan, whenever
use_rich_formatting = \u0418\u0437\u043f\u043e\u043b\u0437\u0432\u0430\u0439 \u0442\u0435\u0441\u043a\u0442 \u0441 \u0440\u0430\u0437\u0448\u0438\u0440\u0435\u043d\u043e \u0444\u043e\u0440\u043c\u0430\u0442\u0438\u0440\u0430\u043d\u0435
use_plain_text = \u0418\u0437\u043f\u043e\u043b\u0437\u0432\u0430\u0439 \u0442\u0435\u043a\u0441\u0442 \u0431\u0435\u0437 \u0440\u0430\u0437\u0448\u0438\u0440\u0435\u043d\u043e \u0444\u043e\u0440\u043c\u0430\u0442\u0438\u0440\u0430\u043d\u0435
# fc, 30.7.06:
FreeMind.progress.gettingPreferenceDirectories=\u041d\u0430\u043c\u0438\u0440\u0430\u043d\u0435 \u043d\u0430 \u0434\u0438\u0440\u0435\u043a\u0442\u043e\u0440\u0438\u0438\u0442\u0435 \u043d\u0430 \u043d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0438\u0442\u0435...
FreeMind.progress.gettingPreferences=\u0427\u0435\u0442\u0435\u043d\u0435 \u043d\u0430 \u043d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0438\u0442\u0435...
FreeMind.progress.updateLookAndFeel=Update Look And Feel...
FreeMind.progress.createController=\u0421\u044a\u0437\u0434\u0430\u0432\u0430\u043d\u0435 \u043d\u0430 \u043a\u043e\u043d\u0442\u0440\u043e\u043b\u0435\u0440\u0430...
FreeMind.progress.settingPreferences=\u0417\u0430\u0440\u0435\u0436\u0434\u0430\u043d\u0435 \u043d\u0430 \u043d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0438\u0442\u0435...
FreeMind.progress.propageteLookAndFeel=Propagete Look And Feel...
FreeMind.progress.createInitialMode=\u0421\u044a\u0437\u0434\u0430\u0432\u0430\u043d\u0435 \u043d\u0430 \u043f\u044a\u0440\u0432\u043e\u043d\u0430\u0447\u043b\u0435\u043d \u0440\u0435\u0436\u0438\u043c...
FreeMind.progress.startCreateController=Start Create Controller...
FreeMind.progress.loadMaps=\u0417\u0430\u0440\u0435\u0436\u0434\u0430\u043d\u0435 \u043d\u0430 \u043a\u0430\u0440\u0442\u0438...
FreeMind.progress.buildScreen=\u041a\u043e\u043d\u0441\u0442\u0440\u0443\u0438\u0440\u0430\u043d\u0435 \u043d\u0430 \u0435\u043a\u0440\u0430\u043d\u0430...
FreeMind.progress.endStartup=\u041f\u0440\u0438\u043a\u043b\u044e\u0447\u0432\u0430 \u0441\u0442\u0430\u0440\u0442\u0438\u0440\u0430\u043d\u0435\u0442\u043e.
OptionPanel.tr=Tr
OptionPanel.level=\u041d\u0438\u0432\u043e
# fc, 13.8.06:
map_not_saved=\u041a\u0430\u0440\u0442\u0430\u0442\u0430 \u043d\u0435 \u0435 \u0431\u0438\u043b\u0430 \u0437\u0430\u043f\u0438\u0441\u0432\u0430\u043d\u0430.
# fc, 27.8.06:
plugins/TimeManagement.xml_Find=\u0422\u044a\u0440\u0441\u0438
plugins/TimeManagement.xml_Replace=\u041f\u043e\u0434\u043c\u0435\u043d\u0438
plugins/TimeManagement.xml_Select=\u0418\u0437\u0431\u0435\u0440\u0438
plugins/TimeManagement.xml_Export=Export Selected Nodes
plugins/TimeManagement.xml_Replace_All=\u041f\u043e\u0434\u043c\u0435\u043d\u0438 \u0432\u0441\u0438\u0447\u043a\u0438
plugins/TimeManagement.xml_Replace_Selected=\u041f\u043e\u0434\u043c\u0435\u043d\u0438 \u0438\u0437\u0431\u0440\u0430\u043d\u0438\u0442\u0435
plugins/TimeManagement.xml_Goto=\u041e\u0442\u0438\u0434\u0438 \u043d\u0430
plugins/TimeManagement.xml_Cancel=\u041e\u0442\u043a\u0430\u0437
# fc, 2.9.06:
automatically_save_message=\u041a\u0430\u0440\u0442\u0430\u0442\u0430 \u0431\u0435\u0448\u0435 \u0430\u0432\u0442\u043e\u043c\u0430\u0442\u0438\u0447\u043d\u043e \u0437\u0430\u043f\u0438\u0441\u0430\u043d\u0430 (\u043a\u0430\u0442\u043e \u0444\u0430\u0439\u043b {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=\u0413\u0440\u0435\u0448\u043a\u0430 \u043f\u0440\u0438 \u0438\u0437\u043f\u043e\u043b\u0437\u0432\u0430\u043d\u0435 \u043d\u0430 XSL \u0448\u0430\u0431\u043b\u043e\u043d.
# 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=\u0428\u0438\u0440\u0438\u043d\u0430 \u043d\u0430 \u0431\u0430\u043b\u043e\u043d\u0430 \u0437\u0430 \u043f\u043e\u0434\u0441\u043a\u0430\u0437\u043a\u0438
OptionPanel.max_tooltip_width.tooltip=<html>\u0428\u0438\u0440\u0438\u043d\u0430\u0442\u0430 \u043f\u043e \u043f\u043e\u0434\u0440\u0430\u0437\u0431\u0438\u0440\u0430\u043d\u0435 (\u0432 \u043f\u0438\u043a\u0435\u0441\u043b\u0438) \u043d\u0430 \u0431\u0430\u043b\u043e\u043d\u0430 \u0437\u0430 \u043f\u043e\u0434\u0441\u043a\u0430\u0437\u043a\u0438.</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=\u041d\u0430\u043c\u0435\u0440\u0438 \u0438 \u043f\u043e\u0434\u043c\u0435\u043d\u0438...
plugins/TimeManagement.xml_menu_actions=\u0414\u0435\u0439\u0441\u0442\u0432\u0438\u044f
# fc, 23.12.06:
plugins/TimeList.xml_Notes=\u0411\u0435\u043b\u0435\u0436\u043a\u0438
# fc, 30.12.06:
accessories/plugins/SortNodes.properties_documentation=\u0421\u043e\u0440\u0442\u0438\u0440\u0430\u0439 \u0432\u0441\u0438\u0447\u043a\u0438 \u043f\u043e\u0434-\u0432\u044a\u0437\u043b\u0438 \u0432 \u0430\u0437\u0431\u0443\u0447\u0435\u043d \u0440\u0435\u0434.
accessories/plugins/SortNodes.properties_name=&\u0421\u043e\u0440\u0442\u0438\u0440\u0430\u043d \u043f\u043e\u0434-\u0432\u044a\u0437\u043b\u0438\u0442\u0435
# fc, 3.1.07:
OptionPanel.ar=Ar
# fc, 10.1.07:
plugins/TimeManagement.xml_WindowTitle_All_Nodes=\u0422\u044a\u0440\u0441\u0438 \u0438 \u043f\u043e\u0434\u043c\u0435\u043d\u0438
plugins/ScriptEditor.xml_documentation=Enables to write larger scripts within FreeMind.
plugins/ScriptEditor.xml_name=\u0420\u0435\u0434\u0430\u043a\u0442\u043e\u0440 \u043d\u0430 \u0441\u043a\u0440\u0438\u043f\u0442\u043e\u0432\u0435...
# fc, 24.1.07:
plugins/ScriptEditor/window.title=\u0420\u0435\u0434\u0430\u043a\u0442\u043e\u0440 \u043d\u0430 \u0441\u043a\u0440\u0438\u043f\u0442\u043e\u0432\u0435
plugins/ScriptEditor.menu_actions=&\u0414\u0435\u0439\u0441\u0442\u0432\u0438\u044f
plugins/ScriptEditor.run=&\u0418\u0437\u043f\u044a\u043b\u043d\u0438
plugins/ScriptEditor/window.Result=\u0420\u0435\u0437\u0443\u043b\u0442\u0430\u0442:
# SimplyHTML.properties
#
# resource bundle with strings for application SimplyHTML
# - English Language (default) -
# edit menu definition
simplyhtml.editLabel=\u0420\u0435\u0434\u0430\u043a\u0442\u0438\u0440\u0430\u043d\u0435
# edit menu items
simplyhtml.undoLabel=Undo
simplyhtml.undoTip=undo
simplyhtml.redoLabel=Redo
simplyhtml.redoTip=redo
simplyhtml.cutLabel=Cut
simplyhtml.cutTip=cut
simplyhtml.copyLabel=\u041a\u043e\u043f\u0438\u0440\u0430\u043d\u0435
simplyhtml.copyTip=\u043a\u043e\u043f\u0438\u0440\u0430\u043d\u0435
simplyhtml.pasteLabel=\u041f\u043e\u0441\u0442\u0430\u0432\u0438 (Paste)
simplyhtml.pasteTip=\u043f\u043e\u0441\u0442\u0430\u0432\u0438 (paste)
simplyhtml.selectAllLabel=\u0418\u0437\u0431\u0435\u0440\u0438 \u0432\u0441\u0438\u0447\u043a\u0438
simplyhtml.findReplaceLabel=\u041d\u0430\u043c\u0435\u0440\u0438 \u0438 \u043f\u043e\u0434\u043c\u0435\u043d\u0438
simplyhtml.findReplaceTip=\u043d\u0430\u043c\u0435\u0440\u0438 \u0438 \u043f\u043e\u0434\u043c\u0435\u043d\u0438
#insert menu definition
simplyhtml.insertTableLabel=\u0422\u0430\u0431\u043b\u0438\u0446\u0430...
# format menu definition
simplyhtml.formatLabel=\u0424\u043e\u0440\u043c\u0430\u0442
# format menu items
simplyhtml.fontLabel=\u0428\u0440\u0438\u0444\u0442...
simplyhtml.fontTip=\u0424\u043e\u0440\u043c\u0430\u0442\u0438\u0440\u0430\u0439 \u0448\u0440\u0438\u0444\u0442...
simplyhtml.clearFormatLabel=\u041f\u0440\u0435\u043c\u0430\u0445\u043d\u0438 \u0444\u043e\u0440\u043c\u0430\u0442\u0438\u0440\u0430\u043d\u0435\u0442\u043e
simplyhtml.clearFormatTip=\u041f\u0440\u0435\u043c\u0430\u0445\u043d\u0438 \u0444\u043e\u0440\u043c\u0430\u0442\u0438\u0440\u0430\u043d\u0435\u0442\u043e
simplyhtml.fontBoldLabel=\u0423\u0434\u0435\u0431\u0435\u043b\u0435\u043d (Bold)
simplyhtml.fontBoldImage=resources/bold.gif
simplyhtml.fontBoldSelectedIcon=resources/bold_on.gif
simplyhtml.fontBoldTip=\u0412\u043a\u043b./\u0418\u0437\u043a\u043b. \u0443\u0434\u0435\u0431\u0435\u043b\u0435\u043d\u0438\u0435 (bold)
simplyhtml.fontColorTip=\u0426\u0432\u044f\u0442 \u043d\u0430 \u0442\u0435\u043a\u0441\u0442\u0430
simplyhtml.fontColorLabel=\u0426\u0432\u044f\u0442 \u043d\u0430 \u0442\u0435\u043a\u0441\u0442\u0430
simplyhtml.fontColorImage=resources/fontColor.gif
simplyhtml.fontItalicLabel=\u041a\u0443\u0440\u0441\u0438\u0432 (Italic)
simplyhtml.fontItalicImage=resources/italic.gif
simplyhtml.fontItalicSelectedIcon=resources/italic_on.gif
simplyhtml.fontItalicTip=switch italic on/off
simplyhtml.fontUnderlineLabel=\u041f\u043e\u0434\u0447\u0435\u0442\u0430\u0432\u0430\u043d\u0435
simplyhtml.fontUnderlineImage=resources/uline.gif
simplyhtml.fontUnderlineTip=\u0412\u043a\u043b./\u0418\u0437\u043a\u043b. \u043f\u043e\u0434\u0447\u0435\u0440\u0442\u0430\u0432\u0430\u043d\u0435