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

resourceGui.rc « FileManager « UI « 7zip « CPP - github.com/kornelski/7z.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 2e706ea245d84c8bc1e9ec2b8756e40fed24c012 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#include "resourceGui.h"

STRINGTABLE
BEGIN
    IDS_INCORRECT_VOLUME_SIZE "Incorrect volume size"

    IDS_FILES_COLON         "Files:"
    IDS_FOLDERS_COLON       "Folders:"
    IDS_SIZE_COLON          "Size:"

    IDS_PROGRESS_TESTING    "Testing"
    IDS_MESSAGE_NO_ERRORS   "There are no errors"
END