Updated Danish translation for v0.25 beta1 can be downloaded at: http://madsenworld.dk/tcmd/f4menu_danish25beta1.zip
There are to new strings:
19=Icon File
94=Icon &File
for wich I don't see any implementation yet. Is it correct that they are not used, or have I overlooked something.
BTW: In string 80 I recommend replacing the continous spaces with \t - it looks better:
This:
Code: Select all
80=Please launch F4Menu as the following usage:\n\nF4Menu.exe [-q | -m] [filelist]\n-q\tQuiet mode, exit directly without any dialog if no filelist.\n-m\t Menu mode, show main menu if no filelist, for create new file\nfilelist Space-separated filenames, the filename which contains space should be\n\tenclosed by quota. And parameters -q, -m are ignored if filelist exist.\n\nOr use Total Commander shortcut key F4 to launch F4Menu.\nYou can set it via TC Configuration -> Options -> Edit/View -> Editor for F4.
Code: Select all
80=Please launch F4Menu as the following usage:\n\nF4Menu.exe [-q | -m] [filelist]\n -q Quiet mode, exit directly without any dialog if no filelist.\n -m Menu mode, show main menu if no filelist, for create new file\n filelist Space-separated filenames, the filename which contains space should be\n enclosed by quota. And parameters -q, -m are ignored if filelist exist.\n\nOr use Total Commander shortcut key F4 to launch F4Menu.\nYou can set it via TC Configuration -> Options -> Edit/View -> Editor for F4.