-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathEnglish.lng
3299 lines (3098 loc) · 95.2 KB
/
English.lng
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
; -------------------------------------------------------------------------------
; English Language (en-us) User Interface for FreeCommander XE
;
; Created by Gitoffthelawn
;
; Contact me for your user interface (UI), usability (UX),
; testing, and documentation needs at:
; Email: [email protected]
; and
; https://github.com/Gitoffthelawn/Contact-Gitoffthelawn
;
;
; Goals: Clear, concise, consistent.
;
;
; Copyright (c) 2015-2018 Gitoffthelawn. All rights reserved.
;
; Version 7.77.01 (updated 2018/07/27)
; Available at: https://github.com/Gitoffthelawn/FCXE
;
; Compatible with FreeCommander XE (build 777)
;
;
; Based on original translation by unknown author.
; Licensed for use with free (no cost, including handling/shipping/distribution)
; products that are released without any feature limitations and not bundled
; with other products.
;
; No responsibility assumed for any liabilities.
; There is no warranty or other guarantee of fitness for any purpose.
; Use at your own risk.
;
; Many thanks to Marek Jasinski for FreeCommander XE,
; and to the FreeCommander community for all their support.
;
; -------------------------------------------------------------------------------
[Text]
1=fc_ShortCuts_en.htm
2=licence_eng.rtf
2001=OK
2002=Cancel
2003=Apply
2004=Run
2005=Find
2006=Save
2007=Disconnect
2008=Yes
2009=No
2010=Queue
3000=Folder path - top/left
3001=Folder path - bottom/right
3002=Folder path - active
3003=Folder path - inactive
3004=Focused item name - top/left
3005=Focused item name - bottom/right
3006=Focused item name - active
3007=Focused item name - inactive
3008=Selected items (full path) - top/left
3009=Selected items (full path) - bottom/right
3010=Selected items (full path) - active
3011=Selected items (full path) - inactive
3012=Selected items (full path) as file - top/left
3013=Selected items (full path) as file - bottom/right
3014=Selected items (full path) as file - active
3015=Selected items (full path) as file - inactive
3016=Start drive
3017=Start folder
3018=Open dialog box with parameters (debug mode)
3019=Temp folder
3020=FreeCommander data folder
3021=Seek folder...
3022=Selected items (item name) - top/left
3023=Selected items (item name) - bottom/right
3024=Selected items (item name) - active
3025=Selected items (item name) - inactive
3026=Selected items as drag && drop - active
3030=Modified
3031=Created
3032=Accessed
3040=Minute(s)
3041=Hour(s)
3042=Day(s)
3043=Week(s)
3044=Month(s)
3045=Year(s)
3050=Byte(s)
3051=KB
3052=MB
3053=GB
3054=TB
3060=Archive
3061=Read-only
3062=Hidden
3063=System
3064=Folder
3065=Reparse point
3066=Compressed
3067=Encrypted
4000=no_translate: Program Main Menu
4001=File
4002=Edit
4003=Folder
4004=View
4005=Tools
4006=Help
4007=Open focused
4008=Filter
4009=Column profiles
4010=Sort by
4011=Show
4012=Layouts
4013=Style
4014=Favorite tools
4015=Keyboard shortcuts (in browser)
4016=Favorites
4017=Empty Recycle Bin
4018=New
4019=File containers
4020=Support FreeCommander (in browser)
4021=Forum (in browser)
4022=About FreeCommander
4023=Recently closed tabs
4024=Gradient - System
4025=Gradient - MS Office
4026=Gradient - Custom
4027=Custom Style
4028=Define...
4029=Windows XP
4030=Classic
4031=Color schemes
4501=This tab is locked. Close anyway?
4502=This operation deletes items from both the disk and the container!
4503=Continue?
4504=Left -> Right
4505=Right -> Left
4506=Quick filter
4507=Activate quick filter
4508=Deactivate quick filter
4509=ESC to cancel
4510=Select folder
4511=Go to folder
4512=Folder
4513=Folder doesn't exist:
4514=Please select only archive files for the extract operation.
4515=File name:
4516=Edit new file
4517=Overwrite existing file(s)?
4518=Password needed
4519=Enter password:
4520=Archive: %s
4521=The files in the source and target folders are identical.
4522=Clear history
4523=Sort
4524=No profiles defined
4525=New column profile
4526=Profile name:
4527=Delete files
4528=This operation is not supported!
4529=Delete FreeCommander temporary folder
4530=Copy
4531=Move
4532=Subfolders
4533=Restore
4534=Exit
4535=The file "%s" was changed. Do you want to copy it to "%s"
4536=New file: %s
4537=(right-click: subfolders)
4538=(long right-click: context menu)
4539=(right-click: context menu)
4540=Customize action toolbars...
4541=Customize favorite toolbars...
4542=Lock toolbars
4543=New folder
4544=Cannot find file %s
4545=Browse for folder
4546=All files
4547=Programs
4548=Please wait - the network loading thread is active.
4549=Rename file/folder
4550=Open favorite target folder
4551=Eject
4552=Load
4553=Open all the selected items (not recommended for large files or many files)?
4554=Register global hotkey:
4555=Examples:
4556=Exit FreeCommander?
4557=Please define external program: Settings->Programs->File comparers
4558=Free disk space:
4559=Total disk space:
4560=Some file operations are in progress. Cancel all operations?
; Color dialog
4561=Default
4562=More colors...
4563=No color
4564=Shortcut
4565=File(s)
4566=Folder(s)
4567=Sorry, the help file was not found.
4568=Files to compare are not the same type. Compare anyway with: %s
4569=The file/folder name is not valid
4570=Show context menu of target item
4571=Select layout:
4572=Please drop the files on the drive button
4573=The name is not valid because some characters are not allowed.
4574=Open layout %s
4575=Open favorite %s
4576=Start favorite tool %s
4577=Cannot load files!
4578=Cannot connect to network:
4579=Add current operation to the queue
4580=Select favorites set:
4581=Online help:
4582=Help file download:
4583=English
4584=German
4585=Other
4586=Loading content of
4587=File or folder with the new name "%s" already exists!
4588=Color scheme name:
4589=Color scheme already exists. Overwrite?
4590=Current color scheme saved as "%s"
4591=No colors saved for the selected layout!
4592=Delete the color scheme file?
4593=Disk space free:
4594=Clear field
4595=AND operator:
4596=NOT operator:
6001=User canceled entire job
6002=System canceled entire job
6003=Need to elevate the process to complete the operation
6004=Source and destination file are the same
6005=Trying to rename a file into a different location, use move instead
6006=One source specified, multiple destinations
6007=The destination is a sub-tree of the source
6008=The destination is the same folder as the source
6009=Existing destination file with same name as folder
6010=Existing destination folder with same name as file
6011=File too large for destination file system
6012=Destination device is full and happens to be removable
6013=Destination is a Read-Only CD-ROM, possibly unformatted
6014=Destination is a Read/Write CD-ROM, possibly unformatted
6015=Destination is a Recordable Audio CD, possibly unformatted
6016=Destination is a Read-Only DVD, possibly unformatted
6017=Destination is a Read/Write DVD, possibly unformatted
6018=Destination is a Recordable Audio DVD, possibly unformatted
6019=Source is a Read-Only CD-ROM, possibly unformatted
6020=Source is a Read/Write CD-ROM, possibly unformatted
6021=Source is a Recordable Audio CD, possibly unformatted
6022=Source is a Read-Only DVD, possibly unformatted
6023=Source is a Read/Write DVD, possibly unformatted
6024=Source is a Recordable Audio DVD, possibly unformatted
6025=Invalid source path
6026=Invalid destination path
6027=Source files within folders where the entire path is longer than MAX_PATH
6028=Destination files would be within folders where the entire path is longer than MAX_PATH
6029=Source is a root directory, cannot be moved or renamed
6030=Destination is a root directory, cannot be renamed
6031=Security problem on source
6032=Security problem on destination
6033=Source file does not exist, or is unavailable
6034=Destination file does not exist, or is unavailable
6035=Source file is on a disconnected network location
6036=Destination file is on a disconnected network location
6037=Sharing Violation on source
6038=Sharing Violation on destination
6039=Destination exists, cannot replace
6040=Destination with read-only attribute exists, cannot replace
6041=Destination with system attribute exists, cannot replace
6042=Destination folder exists, cannot replace
6043=Secondary Stream information would be lost
6044=Extended Attributes would be lost
6045=Property would be lost
6046=Properties would be lost
6047=Encryption would be lost
6048=Entire operation likely will not fit
6049=Entire operation likely will not fit, clean-up wizard available
6050=Cannot read source folder
6051=Unknown recycle error
6052=Recycling not available (usually turned off)
6053=Item is too large for the Recycle Bin
6054=Folder is too deep to fit in the Recycle Bin
6055=Recycle Bin unavailable or not found
6056=Name of new file being created is too long
6057=Name of new folder being created is too long
6058=Firectory being processed is not empty
33200=no_translate: Default Columns Title
33201=Size
33202=SizeOnDisk
33203=Name
33204=Extension
33205=Path
33206=Attributes
33207=Type
33208=Modified
33209=Created
33210=Last Access
33211=DOS Name
33212=Files
33213=Folders
33214=Items
33215=Size Auto
33216=Path Length
34000=no_translate: Settings
34001=General
34002=Start
34003=Shell menu
34004=Programs
34005=Compare folders
34006=File/folder operations
34007=Quick search/filter/starter
34008=Select items
34010=Archiver plugins
34011=View
34012=Address bar
34013=File/folder list
34014=Folder tabs
34015=Column profiles
34016=Tree
34017=Viewers
34018=Status bar
34019=Command line
34020=Function bar
34021=Thumbnails
34022=Drives
34023=Log
34024=Network
34025=Settings
34100=no_translate: Settings - General
34101=Language
34102=Allow only one instance (restart FreeCommander to apply)
34103=Minimize to system tray
34104=Minimize instead of exiting
34105=Always show system tray icon
34106=Start minimized
34107=Clear history on exit
34108=Settings
34109=Save settings on exit
34110=Settings backup folder:
34111=Auto-backup
34112=Once per day
34113=Once per week
34114=Maximum backup sets
34116=Backup Settings
34117=Restore Settings
34118=Delete old settings backup folders
34119=Confirm before exit
34120=Check for updates
34121=Never
34122=Once a day
34123=Once a week
34124=Once a month
34150=no_translate: Settings - Network
34151=Use Windows shell for network loading
34152=Use FreeCommander for network loading
34153=Show hidden shares
34154=Cache server list while running
34155=Load network in background process when launch FreeCommander
34200=no_translate: Settings - File/Folder operations
34201=General
34202=Drag && drop
34203=Rename
34204=Rename on slow double-click
34205=Use dialog box for rename
34206=Select file name only
34207=Delete
34208=Use Windows
34209=Use FreeCommander
34210=Use external program:
34211=Copy
34212=Move
34213=Activate drag && drop in file pane(s)
34214=Activate drag && drop in tree(s)
34215=Show popup menu for left-button drag && drop
34216=New file/folder name suggestion
34217=Date format:
34218=Timestamp format:
34219=Block source and target panes during drag && drop (can be important for large files)
34220=Tip: Press Ctrl key when start dragging for opposite behavior
34221=Copy/Move method when 'Use FreeCommander' is active:
34222=FreeCommander method
34223=Vista method for non-local drives (may be faster)
34224=Vista method for all drives
34225=Rename/Create
34226=Operations queue
34227=Open queue dialog minimized
34228=Queue status bar visible
34229=Always
34230=Only if any operation exists
34231=Make Queue button default in operation dialog box
34232=Use color and font from status bar settings
34233=Show queue bar directly below status row
34234=Always perform copy operation for left-button drag && drop
34235=Operation queue works only if the option "Use FreeCommander" in the General tab is selected.
34236=Only drag items from icon/name
34250=no_translate: Settings - FTP
34251=Save protocol file as:
34252=List files in protocol (slow)
34253=Show file attributes as numbers
34254=Password for anonymous login:
34255=Show warning when opening a file larger than:
34256=KB (0 = no limit)
34257=Default connection settings
34258=Current date:
34259=Define...
34300=no_translate: Settings - Quick search
34301=Quick search
34302=Start from beginning of folder
34303=Auto-close entry field after:
34304=seconds (specify zero to keep open)
34305=Quick filter
34306=Always show quick filter bar
34307=Auto-add wildcard (*) before and after
34308=Action 'Filter off' also deactivates quick filter
34309=Folder change deactivates filter
34310=Field width (pixels) and color:
34311=Quick starter
34312=Make hotkey global
34313=Color
34314=Font
34315=Background
34316=Row
34317=Hotkey activates filter when field is populated
34318=Search text must begin name
34319=Predefined quick filters:
34320=Example: txt|jpg;jpeg|.doc
34400=no_translate: Settings - Select items
34401=Select with cursor
34402=Hot track only
34403=Hover time for item select (msec)
34404=Open file with single-click
34405=Open folder with single-click
34406=Sticky selection (NC mode)
34407=Enable sticky selection (NC mode)
34408=Extend selection with Shift and Ctrl keys
34409=Select with right-click
34410=Go to the next item after selecting with spacebar
34411=Colors
34412=Text / Background
34413=Selected item active list
34414=Focused item active list
34415=Focused item inactive list
34416=Hot item
34417=Text color
34418=Background color
34419=Border color
34420=General
34421=Selected item inactive list
34422=Enable selection by dragging
34423=Full row select
34424=Show border
34425=Only border
34426=Use Windows colors
34427=For selected item
34428=Use text color only
34429=Use background color only
34430=Use both colors
34431=Open item (if open file/folder with single-click is enabled)
34432=Focus item
34433=Select item: activate selection by cursor dragging
34434=
34435=Select item
34436=By clicking on extension or free space in label
34437=By clicking on item icon
34500=no_translate: Settings - View
34501=Splitter between file panes
34502=Height/Width (pixels)
34503=Show hot spot
34504=Go-up strip
34505=Width (pixels)
34506=Background start
34507=Background end
34508=Main menu icons
34509=Small
34510=Large
34511=None
34512=Main window title
34513=Pattern:
34514=Folder name
34515=Full path
34516=Drive letter
34517=Tab title
34518=User name
34519=Use Windows drawn menus
34520=Release number
34521=Dialog box font
34522=Use defined font:
34523=Optimal size: 8 - 11
34524=Platform
34525=Layout
34526=Change splitter color if content not visible
34600=no_translate: Settings - Folder Tabs
34601=General
34602=Management
34603=File container tabs
34604=Colors
34605=Tab Style
34606=Slant on right
34607=Cut right corner
34608=Slant on left
34609=Round corners
34610=Slant on both sides
34611=Square corners
34612=Tab position
34613=Top
34614=Bottom
34615=Multi-line
34616=Tab Sequence
34617=Standard
34618=Reverse
34619=Icon Position
34620=Show icons
34621=Left
34622=Right
34623=Top
34624=Bottom
34630=Show close button on active tab
34631=Show close button next to tab scroller
34632=Close tab on double-click
34633=Show tab popup menu button
34634=Allow dragging tabs
34635=Always keep one tab open
34636=Add new tab next to current tab
34637=Use color of current tab when add new tab
34638=Show drive letter in tab caption
34639=Show path in tooltips
34640=
34641=Close unlocked tabs when exit FreeCommander
34642=Folder history per tab
34643=Reset locked tab path on tab change
34644=Character to mark locked tabs
34645=Maximum length of tab titles (characters)
34650=File containers folder:
34651=Delete temporary file containers when exit FreeCommander
34652=Active tab
34653=Active file container tab
34654=Inactive tab
34655=Bold active tab
34656=Active pane only
34657=Active tab colors
34658=Font
34659=Active file container tab color
34660=Inactive tab colors
34661=File container name:
34662=Cannot create file container folder: %s
34663=Delete temporary file containers
34664=File Container
34665=Use highlight color only for active pane
34666=Switch to the previous active tab when click on the current active tab
34667=Close tabs with UNC path when exit FreeCommander
34668=Inactive pane
34669=Use other colors for inactive pane:
34670=Inactive file container tab
34671=Inactive file container tab color
34700=no_translate: Settings - Custom columns
34701=Profile name
34702=Condition
34703=Add view
34704=Rename
34705=Remove
34706=Move up
34707=Move down
34708=Define columns
34709=Condition
34710=Details view condition
34711=Folder name mask:
34712=Example: photo*;*music
34713=Example: c:\temp;*\photos
34800=no_translate: Settings - Status bar
34801=Wrap when wider than pane
34802=Show vertical bars between sections
34803=Status bar height (pixels)
34804=Color
34805=Background start
34806=Background end
34807=Font
34808=Content
34809=Name
34810=Selection
34811=Filter
34812=Add item
34813=Rename
34814=Remove item
34815=Move up
34816=Move down
34817=Define details
34818=Filter
34820=Status info
34821=Filter:
34822=Example: *.jpg; *.png
34823=Title of %s
34824=Single-selection
34825=Single-selection flat mode
34826=Multi-selection
34827=%s Item(s)
34828=Folders: %s
34829=Files: %s
34830=%s Byte(s)
34831=(Free %s)
34832=%s/%s Item(s) selected
34833=Created: %s
34834=Last access: %s
34835=Single selection in container
34900=no_translate: Settings - DOS Prompt
34901=Show command line
34902=Enable history in command line
34903=Close shell window after command runs
34904=Tip: Use Alt+Enter for opposite behavior
34905=Command line parameters:
34940=no_translate: Settings - Shell Menu
34941=Add '%s' to context menu for
34942=Open with FreeCommander
34943=Drives
34944=Folders
34945=Files
34946=Shortcuts
34947=Open items from context menu in
34948=Current instance
34949=New instance
34950=Load items from context menu in
34951=Top/Left pane
34952=Bottom/Right pane
34953=Active pane
34954=Inactive pane
34955=Update registry
34956=Registry update failed.
34957=Cannot delete key:
34958=Open any folder with FreeCommander
34959=Apply to
34960=Current user (recommended)
34961=All users
35100=no_translate: Settings - Drives
35101=General
35102=Select drive
35103=Show drives as popup button
35104=Show drives as button bar
35105=Show volume name
35106=Show drive bar (popup button or button bar) per pane
35107=Show free space in drive button popup menu
35108=Show occupied space progress bar
35109=Show drive button in address bar
35110=Show icon only (without drive letter)
35111=Show Eject/Load items for optical drives in drive button popup menu
35112=Show SFTP/FTP as drive
35113=Show network as drive
35114=Show removable drives only with media
35115=Hide floppy drives (A:, B:)
35116=Exclude drives (example: h,m,p):
35117=Show with drive select
35118=Root folder
35119=First suitable folder from the history
35120=Same folder as the other pane
35121=Show message if not ready
35122=
35123=
35124=
35125=
35126=Use large icons
35127=Show drive hint
35128=Compute free space for network drives too (can be very slow)
35200=no_translate: Settings - Programs
35201=Filter
35202=Program
35203=Parameters
35204=Title
35205=Seek program...
35206=Add row
35207=Remove row
35208=Rename
35209=Move up
35210=Move down
35211=1. File to compare
35212=2. File to compare
35213=Focused item - active pane
35214=Selected items - active pane
35215=Target file extension
35231=Editors
35232=Internal viewers
35233=Default actions
35234=External viewers
35235=File comparers
35236=Default for Enter key and double-click
35300=no_translate: Settings - Compare folders
35301=Compare folders
35302=File name
35303=Size
35304=Date of last change
35305=Folder name
35306=Size
35307=Ignore 2 second time differences
35308=Select newer items only
35309=Show selected items only
35310=Open dialog box with options
35311=and
35312=Refresh both panes before compare
35400=no_translate: Settings - Tree
35401=General
35402=Management
35403=Color/Font/Icons
35404=File system tree
35405=One tree for both panes
35406=One tree per pane
35407=Position in pane
35408=left - left
35409=right - right
35410=left - right
35411=right - left
35412=Tree visibility per tab
35413=Show splitter hot spot
35414=Hot track
35415=Base folder
35416=desktop
35417=computer
35418=drive
35419=Show hidden folders
35420=Show archive files (.zip, .cab)
35421=Show links to folders (.lnk)
35422=Show floppy drives (A:, B:)
35423=Show removable drives only if media inserted
35424=Show overlay icons (SVN)
35425=Show lines
35426=Automatically show selected node
35427=Follow location changes in the active pane
35428=Color
35429=Font
35430=Color
35431=Background
35432=Selection
35433=Font
35434=Font - Selection
35435=Auto-expand on single-click
35436=Favorite items tree
35437=One tree for both panes
35438=One tree per pane
35439=Position next to file system tree
35440=left
35441=right
35442=top
35443=bottom
35444=Open favorites in a new tab
35445=Open favorites with single-click
35446=Use large icons
35447=Item height (pixels)
35448=Auto-resize for main splitter changes
35449=Keep expanded nodes if tree per tab
35450=Excluded items
35451=Name
35452=Path
35453=Check items to exclude from the tree:
35454=Full row select
35455=Theme off
35500=no_translate: Settings - Archiver plugins - Zip
35501=Compression level:
35502=Encryption method:
35503=No compression
35504=Max compression
35505=Fast
35506=Slow
35507=Self-extracting (SFX) stub:
35508=Corrupt archive: show message and try to open
35509=Seek SFX stub...
35510=Start drive
35511=Start folder
35512=Internal archiver
35600=no_translate: Settings - File/Folder list - Icons
35601=Drive icons
35602=Drives:
35603=Icons:
35604=Fixed
35605=Network
35606=Removable
35607=Optical (CD/DVD/Blu-ray)
35608=Extracted
35609=Registered
35610=Fixed
35700=no_translate: Settings - File/Folder list - Items color
35701=Color by attribute and timestamp
35702=Color by file type
35703=Set color
35704=Default color
35705=Move up
35706=Move down
35707=Add color specifier
35708=Change
35709=Remove color specifier
35710=Specify file extensions...
35711=Predefined filter
35712=Color by file type or location
35713=File extensions:
35714=Example:
35715=Color by folder filter
35716=Folder filters:
35717=Specify folder filter...
35718=Select attributes
35719=Date modified - not older than
35720=Only for files
35800=no_translate: Settings - Start program
35801=Start folders
35802=Start with last used folders
35803=Start with folders:
35804=Top/Left pane:
35805=Bottom/Right pane:
35806=Temp folder
35807=Windows temp folder
35808=Custom folder:
35809=Configuration folder
35810=Start/Temp folders
35811=Configuration files location
35812=Tip: This can only be changed if the install folder and the file 'fcStart.ini' in it are both writeable.
35813=The 'SETTINGS' subfolder will be created automatically.
35814=User-specific
35815=FreeCommander install folder
35816=Custom folder:
35817=Current configuration folder:
35818=FreeCommander reboot is required to use the new settings folder.
35900=no_translate: Settings - Archiver plugins - WCX
35901=Title
35902=Active
35903=Title
35904=Extensions
35905=Options
35906=Plugin file
35907=Title:
35908=File extensions:
35909=Plugin file:
35910=Seek plugin...
35911=Start drive
35912=Start folder
35913=Plugins
35914=All files
35915=Supported functions
35916=Can create new archives
35917=Can modify archives
35918=Archive can contain multiple files
35919=Can delete files
35920=Supports the options dialog box
35922=Detect archive type by content
35923=Allow searching for text in archives
35924=Do not open with Enter key
35925=Supports archive encrypt option
35926=Add plugin
35927=Remove plugin from list
35928=Up
35929=Down
35930=Plugins
35931=SFX file
36000=no_translate: Settings - Function bar
36001=Show function bar
36002=Show icons in function bar
36003=Function
36100=no_translate: Settings - Thumbnails
36101=Spacing (pixels)
36102=Background color:
36103=Transparent
36104=Border color:
36105=No border
36106=Auto-rotate JPG images based on EXIF orientation
36107=Show files only (no folders)
36108=Create thumbnails for folders too
36109=Show overlay icons
36110=Create thumbnails for text files:
36111=Example: .log.ini.txt
36112=Font size:
36113=No thumbnails for files:
36114=Example: .psd.tiff.gif
36200=no_translate: Settings - Viewer
36201=Quick viewer
36202=One viewer for both panes
36203=One viewer per pane
36204=Use opposite pane
36205=Align in pane
36206=right
36207=bottom
36208=bottom/right (depending on main splitter)
36209=Show splitter hot spot
36210=Only one viewer instance
36211=Hide toolbar in quick viewer
36212=Use same settings for viewer and quick viewer
36213=Configure viewer
36214=Configure quick viewer
36215=left
36216=top
36217=Quick viewer size by file type
36218=File extensions:
36219=Example:
36220=Add item
36221=Change
36222=Remove item
36223=Up
36224=Down
36300=no_translate: Settings - Address bar
36301=General
36302=Color/Font
36303=Show hot area only when cursor is in lower half of address bar text
36304=Show drop-down button in hot area to select a subfolder
36305=Address bar height (pixels)
36306=Folder Path - Active Pane
36307=Hot area
36308=Folder Path - Inactive Pane
36309=Folder Path Filtered - Active Pane
36310=Folder Path Filtered - Inactive Pane
36311=Background transparent for inactive pane
36312=Text Color
36313=Font
36314=Show history menu when clicking on empty area
36315=Enable autocomplete
36400=no_translate: Settings - File/Folder list
36401=General
36402=Icons
36403=Refresh
36404=Color/Font
36405=Items color
36406=Sort
36407=Show hidden files
36408=Show system files
36409=Show tooltips for files and folders
36410=Show files only
36411=Show grid lines
36412=Show parent folder (..)
36414=Use large icons in details and list views
36415=Override Windows theme (restart FreeCommander to take effect)
36416=Maximum column width in list view (0 for auto-size, <0 for fixed width)
36417=Double-click on empty space to:
36418=Timestamp format:
36419=Worker threads
36420=Auto-refresh for general changes (create, delete, rename)
36421=Auto-refresh for other changes (size, date, attributes)
36422=Add new items to the end of the list