OSDN Git Service

Update GNU patch to 2.7.6-1 (#1897)
[winmerge-jp/winmerge-jp.git] / Plugins / Strings.rc
1 // Microsoft Visual C++ generated resource script.
2 //
3 #include "resource.h"
4 /////////////////////////////////////////////////////////////////////////////
5 // English (United States) resources
6
7 #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
8 LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
9 #pragma code_page(1252)
10
11 #ifdef APSTUDIO_INVOKED
12 /////////////////////////////////////////////////////////////////////////////
13 //
14 // TEXTINCLUDE
15 //
16
17 1 TEXTINCLUDE 
18 BEGIN
19     "resource.h\0"
20 END
21
22 2 TEXTINCLUDE 
23 BEGIN
24     "\0"
25 END
26
27 3 TEXTINCLUDE 
28 BEGIN
29     "\r\n"
30     "\0"
31 END
32
33 #endif    // APSTUDIO_INVOKED
34
35
36 /////////////////////////////////////////////////////////////////////////////
37 //
38 // String Table
39 //
40
41 STRINGTABLE
42 BEGIN
43     IDS_PLUGIN_PROCESS_TYPE1 "Prettification"
44     IDS_PLUGIN_PROCESS_TYPE2 "Content Extraction"
45     IDS_PLUGIN_PROCESS_TYPE3 "Preview"
46     IDS_PLUGIN_PROCESS_TYPE4 "Editor script"
47     IDS_PLUGIN_PROCESS_TYPE5 "Data Query"
48     IDS_PLUGIN_PROCESS_TYPE6 "Validation"
49 END
50
51 STRINGTABLE
52 BEGIN
53     IDS_PLUGIN_PROCESS_TYPE7 "Decompilation"
54     IDS_PLUGIN_PROCESS_TYPE8 "URL Handling"
55     IDS_PLUGIN_MENU_CAPTION1 "Make Uppercase"
56     IDS_PLUGIN_MENU_CAPTION2 "Make Lowercase"
57     IDS_PLUGIN_MENU_CAPTION3 "Remove Duplicate Lines"
58     IDS_PLUGIN_MENU_CAPTION4 "Count Duplicate Lines"
59     IDS_PLUGIN_MENU_CAPTION5 "Sort Lines Ascending"
60     IDS_PLUGIN_MENU_CAPTION6 "Sort Lines Descending"
61     IDS_PLUGIN_MENU_CAPTION7 "Reverse Columns"
62     IDS_PLUGIN_MENU_CAPTION8 "Reverse Lines"
63     IDS_PLUGIN_MENU_CAPTION9 "Replace..."
64     IDS_PLUGIN_MENU_CAPTION10 "Apply Filter Command..."
65     IDS_PLUGIN_MENU_CAPTION11 "Tokenize..."
66     IDS_PLUGIN_MENU_CAPTION12 "Trim Spaces"
67     IDS_PLUGIN_MENU_CAPTION13 "Select Columns..."
68 END
69
70 STRINGTABLE
71 BEGIN
72     IDS_PLUGIN_MENU_CAPTION14 "Select Lines..."
73     IDS_PLUGIN_MENU_CAPTION15 "Insert Date"
74     IDS_PLUGIN_MENU_CAPTION16 "Insert Time"
75     IDS_PLUGIN_MENU_CAPTION17 "Apply Patch..."
76     IDS_PLUGIN_MENU_CAPTION18 "Ignore Columns"
77     IDS_PLUGIN_MENU_CAPTION19 "Ignore Comments (C-Family Languages)"
78     IDS_PLUGIN_MENU_CAPTION20 "Ignore CSV Fields"
79     IDS_PLUGIN_MENU_CAPTION21 "Ignore TSV Fields"
80     IDS_PLUGIN_MENU_CAPTION22 "Ignore Leading Line Numbers"
81     IDS_PLUGIN_MENU_CAPTION23 "Apply Prediff Substitution Filters"
82     IDS_PLUGIN_MENU_CAPTION24 "Prettify HTML"
83     IDS_PLUGIN_MENU_CAPTION25 "Prettify JSON"
84     IDS_PLUGIN_MENU_CAPTION26 "Prettify XML"
85     IDS_PLUGIN_MENU_CAPTION27 "Prettify YAML"
86     IDS_PLUGIN_MENU_CAPTION28 "Preview Graphviz"
87     IDS_PLUGIN_MENU_CAPTION29 "Preview Markdown"
88 END
89
90 STRINGTABLE
91 BEGIN
92     IDS_PLUGIN_MENU_CAPTION30 "Preview PlantUML"
93     IDS_PLUGIN_MENU_CAPTION31 "Query CSV Data..."
94     IDS_PLUGIN_MENU_CAPTION32 "Query TSV Data..."
95     IDS_PLUGIN_MENU_CAPTION33 "Query JSON Data..."
96     IDS_PLUGIN_MENU_CAPTION34 "Query YAML Data..."
97     IDS_PLUGIN_MENU_CAPTION35 "Validate HTML"
98     IDS_PLUGIN_MENU_CAPTION36 "Disassemble JVM Bytecode"
99     IDS_PLUGIN_MENU_CAPTION37 "Disassemble IL Code"
100     IDS_PLUGIN_MENU_CAPTION38 "Disassemble Native Code"
101 END
102
103 STRINGTABLE
104 BEGIN
105     IDS_PLUGIN_DESCRIPTION1 "Make characters uppercase"
106 END
107
108 STRINGTABLE
109 BEGIN
110     IDS_PLUGIN_DESCRIPTION2 "Make characters lowercase"
111     IDS_PLUGIN_DESCRIPTION3 "Remove duplicate lines"
112     IDS_PLUGIN_DESCRIPTION4 "Count duplicate lines"
113     IDS_PLUGIN_DESCRIPTION5 "Sort lines ascending"
114     IDS_PLUGIN_DESCRIPTION6 "Sort lines descending"
115     IDS_PLUGIN_DESCRIPTION7 "Reverse columns"
116     IDS_PLUGIN_DESCRIPTION8 "Reverse lines"
117     IDS_PLUGIN_DESCRIPTION9 "Replace text with another text.\r\nUsage: Replace [-i] [-e] FIND REPLACE\r\n  FIND    - text to find\r\n  REPLACE - text to replace\r\n  -i - ignore case (only for -e)\r\n  -e - treat the specified text as a regular expression"
118     IDS_PLUGIN_DESCRIPTION10 
119                             "Apply filter command. \r\nUsage: ExecFilterCommand COMMAND\r\n  COMMAND - command to execute. %1 in the command is replaced with the filename."
120     IDS_PLUGIN_DESCRIPTION11 
121                             "Tokenize selection. \r\nUsage: Tokenize PATTERNS\r\n  PATTERNS - regular expression for tokenizing. (e.g. [^\\w]+)"
122     IDS_PLUGIN_DESCRIPTION12 "Trim spaces"
123     IDS_PLUGIN_DESCRIPTION13 
124                             "Select some columns.\r\nUsage: SelectColumns RANGES\r\n   or: SelectColumns [-v] [-i] [-g] -e PATTERNS\r\n  RANGES   - list of column ranges to select. (e.g. -3,5-10,30-)\r\n  PATTERNS - regular expression\r\n  -v - select non-matching columns\r\n  -i - ignore case\r\n  -g - enable global flag\r\n  -e - use PATTERNS for matching"
125     IDS_PLUGIN_DESCRIPTION14 
126                             "Select some lines.\r\nUsage: SelectLines RANGES\r\n   or: SelectLines [-v] [-i] -e PATTERNS\r\n  RANGES   - list of line ranges to select. (e.g. -3,5-10,30-)\r\n  PATTERNS - regular expression\r\n  -v - select non-matching lines\r\n  -i - ignore case\r\n  -e - use PATTERNS for matching"
127 END
128
129 STRINGTABLE
130 BEGIN
131     IDS_PLUGIN_DESCRIPTION23 
132                             "HTML Prettier with tidy-html5. \r\nArguments: Command line options passed to the tidy command."
133     IDS_PLUGIN_DESCRIPTION24 
134                             "JSON Prettier with jq command. \r\nArguments: Filter or command line options passed to the jq command."
135     IDS_PLUGIN_DESCRIPTION25 
136                             "XML Prettier with tidy-html5. \r\nArguments: Command line options passed to the tidy command."
137     IDS_PLUGIN_DESCRIPTION26 
138                             "YAML Prettier with yq command. \r\nArguments: Filter or command line options passed to the yq command."
139     IDS_PLUGIN_DESCRIPTION27 
140                             "Graphviz Previewer. \r\nArguments: Command line options passed to the dot command."
141     IDS_PLUGIN_DESCRIPTION28 
142                             "Markdown Previewer. \r\nArguments: Command line options passed to the md2html command."
143     IDS_PLUGIN_DESCRIPTION29 
144                             "PlantUML Previewer. \r\nArguments: Command line options passed to the plantuml.jar command."
145     IDS_PLUGIN_DESCRIPTION30 
146                             "CSV Querier with q command. \r\nArguments: SQL statement or command line options passed to the q command."
147     IDS_PLUGIN_DESCRIPTION31 
148                             "TSV Querier with q command. \r\nArguments: SQL statement or command line options passed to the q command."
149     IDS_PLUGIN_DESCRIPTION32 
150                             "JSON Querier with jq command. \r\nArguments: Filter or command line options passed to the jq command."
151     IDS_PLUGIN_DESCRIPTION33 
152                             "YAML Querier with yq command. \r\nArguments: Filter or command line options passed to the yq command."
153 END
154
155 STRINGTABLE
156 BEGIN
157     IDS_PLUGIN_DESCRIPTION34 
158                             "HTML Validator with tidy-html5. \r\nArguments: Command line options passed to the tidy command."
159     IDS_PLUGIN_DESCRIPTION35 
160                             "JVM bytecode disassembler with javap. \r\nArguments: Command line options passed to the javap command."
161     IDS_PLUGIN_DESCRIPTION36 
162                             "IL disassembler with ildasm. \r\nArguments: Command line options passed to the ildasm command."
163     IDS_PLUGIN_DESCRIPTION37 
164                             "Native code disassembler with dumpbin. \r\nArguments: Command line options passed to the dumpbin command."
165     IDS_PLUGIN_DESCRIPTION38 
166                             "General content extractor with Apache Tika. \r\nArguments: Command line options passed to the tika-app.jar."
167     IDS_PLUGIN_DESCRIPTION39 "Apply patch using GNU patch"
168     IDS_PLUGIN_DESCRIPTION40 "Display the text content of MS Excel files"
169     IDS_PLUGIN_DESCRIPTION41 "Display the text content of MS PowerPoint files"
170     IDS_PLUGIN_DESCRIPTION42 "Display the text content of MS Visio files"
171     IDS_PLUGIN_DESCRIPTION43 "Display the text content of MS Word files"
172     IDS_PLUGIN_DESCRIPTION44 
173                             "Ignore some columns - ignored columns list from the plugin name or the plugin argument"
174     IDS_PLUGIN_DESCRIPTION45 
175                             "The plugin ignores comments (//... and /* ... */) in C, C++, PHP and JavaScript files."
176     IDS_PLUGIN_DESCRIPTION46 
177                             "Ignore some fields - ignored fields list from the plugin name or the plugin argument"
178     IDS_PLUGIN_DESCRIPTION47 
179                             "This plugin ignores the leading line numbers in text files (e.g. NC and BASIC files)."
180     IDS_PLUGIN_DESCRIPTION48 "Prediff Line Filter"
181     IDS_PLUGIN_DESCRIPTION49 "Basic text functions for the context menu"
182     IDS_PLUGIN_DESCRIPTION50
183                             "HTTP URL Scheme Handler with curl. \r\nArguments: Command line options passed to the curl command."
184 END
185
186 STRINGTABLE
187 BEGIN
188     IDS_PLUGIN_DESCRIPTION50 
189                             "Windows Registry URL Scheme Handler. \r\nArguments: Command line options passed to the reg.exe command."
190 END
191
192 STRINGTABLE
193 BEGIN
194     IDS_PLUGIN_COMPAREMSEXCELFILES_STR1 
195                             "CompareMSExcelFiles.sct WinMerge Plugin Options"
196     IDS_PLUGIN_COMPAREMSEXCELFILES_STR2 
197                             "Extract workbook data to multiple files"
198     IDS_PLUGIN_COMPAREMSEXCELFILES_STR3 "Update external references(links)"
199     IDS_PLUGIN_COMPAREMSEXCELFILES_STR4 "Compare document properties"
200     IDS_PLUGIN_COMPAREMSEXCELFILES_STR5 "Compare names"
201     IDS_PLUGIN_COMPAREMSEXCELFILES_STR6 "Compare cell values"
202     IDS_PLUGIN_COMPAREMSEXCELFILES_STR7 
203                             "Compare worksheets as image (very slow)"
204     IDS_PLUGIN_COMPAREMSEXCELFILES_STR8 " - Image split size: "
205     IDS_PLUGIN_COMPAREMSEXCELFILES_STR9 "Compare worksheets as HTML"
206     IDS_PLUGIN_COMPAREMSEXCELFILES_STR10 "Compare formulas"
207     IDS_PLUGIN_COMPAREMSEXCELFILES_STR11 "Compare texts in shapes"
208     IDS_PLUGIN_COMPAREMSEXCELFILES_STR12 "Compare headers and footers"
209     IDS_PLUGIN_COMPAREMSEXCELFILES_STR13 
210                             "Cannot get Macros.\r\n   To allow WinMerge to compare macros, use MS Office to alter the settings in the Macro Security for the current application.\r\n   The Trust access to Visual Basic Project feature should be turned on to use this feature in WinMerge.\r\n"
211 END
212
213 STRINGTABLE
214 BEGIN
215     IDS_PLUGIN_COMPAREMSEXCELFILES_STR13 "Compare VBA macros"
216     IDS_PLUGIN_COMPAREMSWORDFILES_STR1 
217                             "CompareMSWordFiles.sct WinMerge Plugin Options"
218     IDS_PLUGIN_COMPAREMSWORDFILES_STR2 
219                             "Extract document data to multiple files"
220     IDS_PLUGIN_COMPAREMSWORDFILES_STR3 "Compare document properties"
221     IDS_PLUGIN_COMPAREMSWORDFILES_STR4 "Compare bookmarks"
222     IDS_PLUGIN_COMPAREMSWORDFILES_STR5 "Compare text contents of documents"
223     IDS_PLUGIN_COMPAREMSWORDFILES_STR6 
224                             "Compare documents as HTML file (very slow)"
225     IDS_PLUGIN_COMPAREMSWORDFILES_STR7 "Compare texts in shapes"
226     IDS_PLUGIN_COMPAREMSWORDFILES_STR8 "Compare VBA macros"
227     IDS_PLUGIN_COMPAREMSWORDFILES_STR9
228                             "Cannot get Macros.\r\n   To allow WinMerge to compare macros, use MS Office to alter the settings in the Macro Security for the current application.\r\n   The Trust access to Visual Basic Project feature should be turned on to use this feature in WinMerge.\r\n"
229 END
230
231 STRINGTABLE
232 BEGIN
233     IDS_PLUGIN_COMPAREMSPOWERPOINTFILES_STR1 
234                             "CompareMSPowerPointFiles.sct WinMerge Plugin Options"
235     IDS_PLUGIN_COMPAREMSPOWERPOINTFILES_STR2 
236                             "Extract slide data to multiple files"
237     IDS_PLUGIN_COMPAREMSPOWERPOINTFILES_STR3 "Compare document properties"
238     IDS_PLUGIN_COMPAREMSPOWERPOINTFILES_STR4 
239                             "Compare slides as image (very slow)"
240 END
241
242 STRINGTABLE
243 BEGIN
244     IDS_PLUGIN_COMPAREMSPOWERPOINTFILES_STR5 "Compare texts in shapes"
245     IDS_PLUGIN_COMPAREMSPOWERPOINTFILES_STR6 "Compare texts in notes page"
246     IDS_PLUGIN_COMPAREMSPOWERPOINTFILES_STR7 "Compare VBA macros"
247     IDS_PLUGIN_COMPAREMSPOWERPOINTFILES_STR8
248                             "Cannot get Macros.\r\n   To allow WinMerge to compare macros, use MS Office to alter the settings in the Macro Security for the current application.\r\n   The Trust access to Visual Basic Project feature should be turned on to use this feature in WinMerge.\r\n"
249 END
250
251 STRINGTABLE
252 BEGIN
253     IDS_PLUGIN_COMPAREMSVISIOFILES_STR1 
254                             "CompareMSVisioFiles.sct WinMerge Plugin Options"
255     IDS_PLUGIN_COMPAREMSVISIOFILES_STR2 "Extract page data to multiple files"
256     IDS_PLUGIN_COMPAREMSVISIOFILES_STR3 "Compare pages as image (very slow)"
257     IDS_PLUGIN_COMPAREMSVISIOFILES_STR4 "Compare texts in shapes"
258     IDS_PLUGIN_COMPAREMSVISIOFILES_STR5 "Compare VBA macros"
259     IDS_PLUGIN_COMPAREMSVISIOFILES_STR6
260                             "Cannot get Macros.\r\n   To allow WinMerge to compare macros, use MS Office to alter the settings in the Macro Security for the current application.\r\n   The Trust access to Visual Basic Project feature should be turned on to use this feature in WinMerge.\r\n"
261 END
262
263 STRINGTABLE
264 BEGIN
265     IDS_PLUGIN_PREDIFFLINEFILTER_STR1 
266                             "PrediffLineFilter.sct WinMerge Plugin Options"
267     IDS_PLUGIN_PREDIFFLINEFILTER_STR2 "Add"
268     IDS_PLUGIN_PREDIFFLINEFILTER_STR3 "Delete"
269     IDS_PLUGIN_PREDIFFLINEFILTER_STR4 "Enabled"
270     IDS_PLUGIN_PREDIFFLINEFILTER_STR5 "Ignore Case"
271     IDS_PLUGIN_PREDIFFLINEFILTER_STR6 "Use RegExp"
272     IDS_PLUGIN_PREDIFFLINEFILTER_STR7 "Find what"
273     IDS_PLUGIN_PREDIFFLINEFILTER_STR8 "Replace with"
274 END
275
276 STRINGTABLE
277 BEGIN
278     IDS_PLUGIN_IGNORE_STR1  "Settings"
279     IDS_PLUGIN_IGNORE_STR2  "Column Ranges To Ignore:\ne.g.)  3,10-20,32-33\n"
280 END
281
282 STRINGTABLE
283 BEGIN
284     IDS_PLUGIN_APPLYPATCH_STR1 
285                             "Enter the name of the file to which the patch '%1' will be applied"
286     IDS_PLUGIN_APPLYPATCH_STR2 "File '%1' does not exist"
287     IDS_PLUGIN_APPLYPATCH_STR3 
288                             "Enter the command line arguments for patch command"
289     IDS_PLUGIN_APPLYPATCH_STR4 
290                             "Enter the name of the folder to which the patch '%1' will be applied"
291 END
292
293 STRINGTABLE
294 BEGIN
295     IDS_PLUGIN_APPLYPATCH_STR5 "Folder '%1' does not exist"
296     IDS_PLUGIN_APPLYPATCH_STR6 
297                             "Do not specify the '-p0' command line option for the patch file which includes absolute paths"
298 END
299
300 #endif    // English (United States) resources
301 /////////////////////////////////////////////////////////////////////////////
302
303
304
305 #ifndef APSTUDIO_INVOKED
306 /////////////////////////////////////////////////////////////////////////////
307 //
308 // Generated from the TEXTINCLUDE 3 resource.
309 //
310
311
312 /////////////////////////////////////////////////////////////////////////////
313 #endif    // not APSTUDIO_INVOKED
314