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

windirstat.rc2 « res « wdsr0410 « res « windirstat - github.com/windirstat/windirstat.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 324710b67786277e4f69d02e077adade4eb8a366 (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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
// windirstat.rc2 - resources Microsoft Visual C++ does not edit directly
//
// WinDirStat - Directory Statistics
// Copyright (C) 2003-2005 Bernhard Seifert
//
// This program is free software; you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
// the Free Software Foundation; either version 2 of the License, or
// (at your option) any later version.
//
// This program is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
// GNU General Public License for more details.
//
// You should have received a copy of the GNU General Public License
// along with this program; if not, write to the Free Software
// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
//


#ifdef APSTUDIO_INVOKED
#error this file is not editable by Microsoft Visual C++
#endif //APSTUDIO_INVOKED

/////////////////////////////////////////////////////////////////////////////
//
// wdsr0410.dll - Version
//

VS_VERSION_INFO VERSIONINFO
 FILEVERSION VN_FILEVERSION_DLL
 PRODUCTVERSION VN_PRODVERSION_DLL
 FILEFLAGSMASK 0x3fL
 FILEFLAGS 0
 FILEOS VOS__WINDOWS32
 FILETYPE VFT_DLL
 FILESUBTYPE VFT2_UNKNOWN
BEGIN
    BLOCK "StringFileInfo"
    BEGIN
        BLOCK "040904e4"
        BEGIN
            VALUE "CompanyName", "WDS Team (windirstat.info)"
            VALUE "FileDescription", "WinDirStat Italian Resources"
            VALUE "FileVersion", VN_STRING_DLL
            VALUE "InternalName", "wdsr0410"
            VALUE "LegalCopyright", VN_COPYRIGHTSTRING
            VALUE "OriginalFilename", "wdsr0410.dll"
            VALUE "ProductName", "WinDirStat"
            VALUE "ProductVersion", VN_STRING_DLL
        END
    END
    BLOCK "VarFileInfo"
    BEGIN
        VALUE "Translation", 0x410, 1251
    END
END

#include "../../common/common_rsrcstr.h"

STRINGTABLE
LANGUAGE LANG_ITALIAN, SUBLANG_ITALIAN
BEGIN
    IDS_RESOURCEVERSION     IDSS_RESOURCEDLL
    IDS_FROMsPLATFORMs      IDSS_FROMsPLATFORMs
    IDS_SEV_CRITICAL        IDSS_SEV_CRITICAL
    IDS_SEV_GRAVE           IDSS_SEV_GRAVE
    IDS_SEV_NORMAL          IDSS_SEV_NORMAL
    IDS_SEV_WISH            IDSS_SEV_WISH
    IDS_SEV_FEEDBACK        IDSS_SEV_FEEDBACK
    IDS_TRANSLATORS         IDSS_TRANSLATORS
END