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

resource2.rc « GUI « UI « 7zip « CPP - github.com/kornelski/7z.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 542717ee8c68ad2a97373e1f5f8ac4b9ebbd1f8e (plain)
1
2
3
4
5
6
7
8
9
10
11
#include "ExtractDialog.rc"
#include "CompressDialog.rc"
#include "BenchmarkDialog.rc"
#include "resource2.h"

STRINGTABLE
BEGIN
    IDS_COMPRESSED_COLON    "Compressed size:"
    IDS_ARCHIVES_COLON      "Archives:"
    IDS_PROGRESS_COMPRESSING "Compressing"
END