Welcome to mirror list, hosted at ThFree Co, Russian Federation.

Extract.rc « GUI « UI « 7zip « CPP - github.com/kornelski/7z.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: ad8f9910f44307b7c6a3afed577d344a1e5eb629 (plain)
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
#include "ExtractRes.h"

LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US

STRINGTABLE DISCARDABLE
BEGIN
  IDS_UPDATE_NOT_SUPPORTED "Update operations are not supported for this archive."
  IDS_CANNOT_CREATE_FOLDER "Cannot create folder '{0}'"
  IDS_OPEN_IS_NOT_SUPORTED_ARCHIVE "File is not supported archive."
  IDS_MESSAGES_DIALOG_EXTRACT_MESSAGE_CRC "CRC failed in '{0}'. File is broken."
  IDS_MESSAGES_DIALOG_EXTRACT_MESSAGE_DATA_ERROR  "Data error in '{0}'. File is broken"
  IDS_MESSAGES_DIALOG_EXTRACT_MESSAGE_CRC_ENCRYPTED "CRC failed in encrypted file '{0}'. Wrong password?"
  IDS_MESSAGES_DIALOG_EXTRACT_MESSAGE_DATA_ERROR_ENCRYPTED  "Data error in encrypted file '{0}'. Wrong password?"
  IDS_MESSAGES_DIALOG_EXTRACT_MESSAGE_UNSUPPORTED_METHOD  "Unsupported compression method for '{0}'."
  IDS_EXTRACT_SET_FOLDER  "Specify a location for extracted files."
  IDS_MESSAGES_DIALOG_EXTRACT_MESSAGE_CANNOT_OPEN_FILE  "Can not open output file '{0}'."
  IDS_PROGRESS_EXTRACTING "Extracting"
  IDS_CANT_OPEN_ARCHIVE   "Can not open file '{0}' as archive"
  IDS_CANT_OPEN_ENCRYPTED_ARCHIVE   "Can not open encrypted archive '{0}'. Wrong password?"
  IDS_MEM_ERROR  "The system cannot allocate the required amount of memory"
  IDS_UNKNOWN_ERROR  "Unknown Error"
  IDS_UNSUPPORTED_ARCHIVE_TYPE  "Unsupported archive type"

  IDC_EXTRACT_RADIO_FULL_PATHNAMES "Full pathnames"
  IDC_EXTRACT_RADIO_CURRENT_PATHNAMES "Current pathnames"
  IDC_EXTRACT_RADIO_NO_PATHNAMES "No pathnames"

  IDC_EXTRACT_RADIO_ASK_BEFORE_OVERWRITE "Ask before overwrite"
  IDC_EXTRACT_RADIO_OVERWRITE_WITHOUT_PROMPT "Overwrite without prompt"
  IDC_EXTRACT_RADIO_SKIP_EXISTING_FILES "Skip existing files"
  IDC_EXTRACT_RADIO_AUTO_RENAME "Auto rename"
  IDC_EXTRACT_RADIO_AUTO_RENAME_EXISTING "Auto rename existing files"
END