OSDN Git Service

Fix issue #249: Right click - compare - is unclear
[winmerge-jp/winmerge-jp.git] / ShellExtension / Languages / ShellExtensionTemplate.rc
1 //Microsoft Developer Studio generated resource script.
2 //
3 // This is an *automatic* generated file for the ShellExtension translation.
4 // Please edit the PO file instead of this RC file for translation updates:
5 //   ..\..\Translations\ShellExtension\<Languagename>.po
6 //
7 // $Id$
8
9 #include "../resource.h"
10
11 #define APSTUDIO_READONLY_SYMBOLS
12 /////////////////////////////////////////////////////////////////////////////
13 //
14 // Generated from the TEXTINCLUDE 2 resource.
15 //
16 #include "afxres.h"
17
18 /////////////////////////////////////////////////////////////////////////////
19 #undef APSTUDIO_READONLY_SYMBOLS
20
21 /////////////////////////////////////////////////////////////////////////////
22 // Resources
23
24 #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
25 #ifdef _WIN32
26 LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
27 #pragma code_page(1252)
28 #endif //_WIN32
29
30 /////////////////////////////////////////////////////////////////////////////
31 //
32 // String Table
33 //
34
35 //
36 //  ***  TRANSLATED STRINGS ***
37 // Translate strings  below
38 // 
39 STRINGTABLE 
40 BEGIN
41     IDS_PROJNAME            "ShellExtension"
42     IDS_CONTEXT_MENU        "&WinMerge"
43     IDS_CONTEXT_HELP        "Open with WinMerge"
44     IDS_CONTEXT_HELP_MANYITEMS "Please select no more than 3 items"
45     IDS_COMPARE             "&Compare"
46     IDS_COMPARE_ELLIPSIS    "Compare&..."
47     IDS_SELECT_LEFT         "Select &Left"
48     IDS_SELECT_MIDDLE       "Select &Middle"
49     IDS_HELP_SAVETHIS       "Save this path. Select another path to compare with this path."
50     IDS_HELP_COMPARESAVED   "Compare to saved path (%1)"
51     IDS_RESELECT_LEFT       "Re-select &Left"
52 END
53
54 #endif    // Resources
55 /////////////////////////////////////////////////////////////////////////////