bba5be5c8701d62d6f23015b9d5118181e50e9d6
[reactos.git] / dll / shellext / zipfldr / lang / en-US.rc
1 /*
2 * PROJECT: ReactOS Zip Shell Extension
3 * LICENSE: GPL-2.0+ (https://spdx.org/licenses/GPL-2.0+)
4 * PURPOSE: English (United States) resource translation
5 * COPYRIGHT: Copyright 2017-2019 Mark Jansen (mark.jansen@reactos.org)
6 */
7
8 LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
9
10 IDD_PROPPAGEDESTINATION DIALOGEX 0, 0, 235, 156
11 STYLE DS_SHELLFONT | WS_CHILD | WS_DISABLED | WS_CAPTION
12 CAPTION "Select a Destination"
13 FONT 8, "MS Shell Dlg", 400, 0, 0x0
14 BEGIN
15 LTEXT "Select the destination directory",IDC_STATIC,6,12,174,8
16 EDITTEXT IDC_DIRECTORY,6,24,222,12,ES_AUTOHSCROLL
17 PUSHBUTTON "Browse...",IDC_BROWSE,174,42,54,14
18 PUSHBUTTON "Password",IDC_PASSWORD,174,66,54,14
19 LTEXT "Extracting...",IDC_STATIC,6,114,42,8
20 CONTROL "",IDC_PROGRESS,"msctls_progress32",WS_BORDER,6,126,222,6
21 END
22
23 IDD_PROPPAGECOMPLETE DIALOGEX 0, 0, 235, 156
24 STYLE DS_SHELLFONT | WS_CHILD | WS_DISABLED | WS_CAPTION
25 CAPTION "Extraction Complete"
26 FONT 8, "MS Shell Dlg", 400, 0, 0x0
27 BEGIN
28 LTEXT "The files have been extracted to the following directory:",IDC_STATIC,6,12,222,18
29 LTEXT "Target dir",IDC_DESTDIR,6,36,222,8
30 CONTROL "Show extracted files",IDC_SHOW_EXTRACTED,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,6,66,81,10
31 LTEXT "Press finish to continue.",IDC_STATIC,6,84,174,8
32 END
33
34 IDD_CONFIRM_FILE_REPLACE DIALOGEX 0, 0, 273, 56
35 STYLE DS_MODALFRAME | DS_SHELLFONT | WS_POPUP | WS_CAPTION | WS_SYSMENU
36 CAPTION "Confirm File Replace"
37 FONT 8, "MS Shell Dlg", 400, 0, 0x1
38 BEGIN
39 DEFPUSHBUTTON "&Yes",IDYES,6,36,62,14
40 PUSHBUTTON "Yes &To All",IDYESALL,72,36,62,14
41 PUSHBUTTON "&No",IDNO,138,36,62,14
42 PUSHBUTTON "Cancel",IDCANCEL,204,36,62,14
43 ICON "",IDC_EXCLAMATION_ICON,6,6,24,22
44 LTEXT "",IDC_MESSAGE,36,6,228,24
45 END
46
47 IDD_PASSWORD DIALOGEX 0, 0, 243, 62
48 STYLE DS_SETFONT | DS_FIXEDSYS | WS_POPUP | WS_CAPTION | WS_SYSMENU
49 CAPTION "Password needed"
50 FONT 8, "MS Shell Dlg", 400, 0, 0x1
51 BEGIN
52 EDITTEXT IDC_PASSWORD,72,42,108,13,ES_PASSWORD | ES_AUTOHSCROLL
53 DEFPUSHBUTTON "OK",IDOK,186,6,50,14
54 PUSHBUTTON "Skip File",IDSKIP,186,24,50,14
55 PUSHBUTTON "Cancel",IDCANCEL,186,42,50,14
56 LTEXT "Static",IDC_MESSAGE,24,6,156,30
57 LTEXT "Password:",IDC_STATIC,24,44,44,8
58 END
59
60 STRINGTABLE
61 BEGIN
62 IDS_COL_NAME "Name"
63 IDS_COL_TYPE "Type"
64 IDS_COL_COMPRSIZE "Compressed size"
65 IDS_COL_PASSWORD "Password"
66 IDS_COL_SIZE "Size"
67 IDS_COL_RATIO "Ratio"
68 IDS_COL_DATE_MOD "Date modified"
69 IDS_YES "Yes"
70 IDS_NO "No"
71
72 IDS_WIZ_TITLE "Extraction Wizard"
73 IDS_WIZ_DEST_TITLE "Select a Destination"
74 IDS_WIZ_DEST_SUBTITLE "The files from the zip archive will be extracted to the location specified."
75 IDS_WIZ_COMPL_TITLE "Extraction Complete"
76 IDS_WIZ_COMPL_SUBTITLE "The files from the zip archive have been extracted."
77 IDS_WIZ_BROWSE_TITLE "Select the place where you want to extract the selected items."
78
79 IDS_OVERWRITEFILE_TEXT "This folder already contains a file called '%1'.\nDo you want to replace it?"
80 IDS_PASSWORD_FILE_TEXT "The file '%1' is password protected. Please enter the password."
81 IDS_PASSWORD_ZIP_TEXT "Please specify the password to use when extracting this zip file."
82
83 IDS_MENUITEM "Extract &All..."
84 IDS_HELPTEXT "Extracts folder contents"
85 IDS_FRIENDLYNAME "Compressed (zipped) Folder"
86 END