-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathENU.h
41 lines (36 loc) · 1.12 KB
/
ENU.h
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
{
L"1.3", // Version
0x0409, // LCID - Locale identifier
L"English", // Language name
{
L"Source:",
L"Target:",
L"Label:",
L"File system:",
L"Start",
L"Select or drag a folder here",
L"Select the output ISO file",
L"0 to 128 characters of volume label",
L"ISO9660",
L"ISO9660 + UDF 1.02 (DVD)",
L"UDF 1.02",
L"UDF 2.50 (BD/UHD)",
L"&Language",
L"&Integrate into shell context menu",
L"&Allow multiple instances",
L"&Reveal in Explorer when finished",
L"&Close when done",
L"&Stay on top",
L"&Translation",
L"&Report issues",
L"&Command line",
L"&About Folder2ISO...",
L"&Theme",
L"&Light",
L"&Dark",
L"&System",
L"'%s' already exists.\n\nDo you want to replace it?",
L"ISO files (*.iso)\0*.iso\0\0",
L"This program is freeware.\n\nAuthor: Young, Fred, Kira\nTranslator: null", // Replace null with the translator name
}
},