Revision | 19 (tree) |
---|---|
Zeit | 2014-09-01 02:41:18 |
Autor | twm |
improved commandline parameters for compare tool
@@ -1,6 +1,6 @@ | ||
1 | 1 | [Version Info] |
2 | 2 | AutoIncBuild=0 |
3 | -Build=213 | |
3 | +Build=214 | |
4 | 4 | MajorVer=1 |
5 | 5 | MinorVer=0 |
6 | 6 | Release=0 |
@@ -7,7 +7,7 @@ | ||
7 | 7 | Revision=0 |
8 | 8 | |
9 | 9 | [Version Info Keys] |
10 | -FileVersion=1.0.0.213 | |
10 | +FileVersion=1.0.0.214 | |
11 | 11 | ProductVersion={today} |
12 | 12 | FileDescription=INI file formatter |
13 | 13 | OriginalFilename=dzIniFileFormatter |
@@ -82,7 +82,7 @@ | ||
82 | 82 | procedure FormToConfig(_cfg: TIniFileFormatterConfig); |
83 | 83 | procedure OnDropInputFiles(_Sender: TObject; _Files: TStrings); |
84 | 84 | procedure OnDropTemplateFiles(_Sender: TObject; _Files: TStrings); |
85 | - procedure CompareTo(const _fn: string); | |
85 | + procedure CompareTo(const _RefFn: string); | |
86 | 86 | public |
87 | 87 | constructor Create(_Owner: TComponent); override; |
88 | 88 | destructor Destroy; override; |
@@ -373,7 +373,7 @@ | ||
373 | 373 | FormatIni; |
374 | 374 | end; |
375 | 375 | |
376 | -procedure Tf_IniFileFormatter.CompareTo(const _fn: string); | |
376 | +procedure Tf_IniFileFormatter.CompareTo(const _RefFn: string); | |
377 | 377 | var |
378 | 378 | Params: string; |
379 | 379 | TempFile: string; |
@@ -386,9 +386,9 @@ | ||
386 | 386 | if FFileComparerParams <> '' then begin |
387 | 387 | Params := FFileComparerParams; |
388 | 388 | Params := StringReplace(Params, '{SortedFile}', TempFile, [rfReplaceAll, rfIgnoreCase]); |
389 | - Params := StringReplace(Params, '{CompareToFile}', _fn, [rfReplaceAll, rfIgnoreCase]); | |
389 | + Params := StringReplace(Params, '{ReferenceFile}', _RefFn, [rfReplaceAll, rfIgnoreCase]); | |
390 | 390 | end else |
391 | - Params := _fn + ' ' + TempFile; | |
391 | + Params := _RefFn + ' ' + TempFile; | |
392 | 392 | |
393 | 393 | m_Preview.Lines.SaveToFile(TempFile); |
394 | 394 | TExecutor.Execute(FFileComparer, Params); |
@@ -34,6 +34,7 @@ | ||
34 | 34 | mi_Template: TMenuItem; |
35 | 35 | mi_Formatted: TMenuItem; |
36 | 36 | b_CmdLine: TBitBtn; |
37 | + title1ReferenceFiletitle2SortedFilereadonly1: TMenuItem; | |
37 | 38 | procedure b_FileComparerClick(Sender: TObject); |
38 | 39 | procedure mi_CmdLineItemClick(Sender: TObject); |
39 | 40 | private |
@@ -6,7 +6,7 @@ | ||
6 | 6 | msgid "" |
7 | 7 | msgstr "" |
8 | 8 | "Project-Id-Version: PACKAGE VERSION\n" |
9 | -"POT-Creation-Date: 2014-08-31 19:02\n" | |
9 | +"POT-Creation-Date: 2014-08-31 19:39\n" | |
10 | 10 | "PO-Revision-Date: 2010-10-23 16:47\n" |
11 | 11 | "Last-Translator: Somebody <your.email@address.com>\n" |
12 | 12 | "Language-Team: <>\n" |
@@ -29,87 +29,87 @@ | ||
29 | 29 | |
30 | 30 | #. f_IniFileFormatter..pc_Input..ts_Original..Caption |
31 | 31 | #. f_IniFileFormatter..pm_CompareTo..mi_CompareToOriginal..Caption |
32 | -#: w_IniFileFormatter.dfm:68 w_IniFileFormatter.dfm:320 | |
32 | +#: w_IniFileFormatter.dfm:68 w_IniFileFormatter.dfm:328 | |
33 | 33 | msgid "Original" |
34 | 34 | msgstr "Original" |
35 | 35 | |
36 | 36 | #. f_IniFileFormatter..pc_Input..ts_Template..Caption |
37 | 37 | #. f_IniFileFormatter..pm_CompareTo..mi_CompareToTemplate..Caption |
38 | -#: w_IniFileFormatter.dfm:89 w_IniFileFormatter.dfm:324 | |
38 | +#: w_IniFileFormatter.dfm:89 w_IniFileFormatter.dfm:332 | |
39 | 39 | msgid "Template" |
40 | 40 | msgstr "Vorlage" |
41 | 41 | |
42 | 42 | #. f_IniFileFormatter..pc_Output..ts_Preview..Caption |
43 | -#: w_IniFileFormatter.dfm:112 | |
43 | +#: w_IniFileFormatter.dfm:116 | |
44 | 44 | msgid "Preview" |
45 | 45 | msgstr "Vorschau" |
46 | 46 | |
47 | 47 | #. f_IniFileFormatter..gb_SortSections..Caption |
48 | -#: w_IniFileFormatter.dfm:130 | |
48 | +#: w_IniFileFormatter.dfm:138 | |
49 | 49 | msgid "Sort Sections" |
50 | 50 | msgstr "Sektionen sortieren" |
51 | 51 | |
52 | 52 | #. f_IniFileFormatter..gb_SortSections..rb_SectionsUnsorted..Caption |
53 | 53 | #. f_IniFileFormatter..gb_SortItems..rb_ItemsUnsorted..Caption |
54 | -#: w_IniFileFormatter.dfm:137 w_IniFileFormatter.dfm:174 | |
54 | +#: w_IniFileFormatter.dfm:145 w_IniFileFormatter.dfm:182 | |
55 | 55 | msgid "Unsorted" |
56 | 56 | msgstr "Unsortiert" |
57 | 57 | |
58 | 58 | #. f_IniFileFormatter..gb_SortSections..rb_SectionsAlpha..Caption |
59 | 59 | #. f_IniFileFormatter..gb_SortItems..rb_ItemsAlpha..Caption |
60 | -#: w_IniFileFormatter.dfm:146 w_IniFileFormatter.dfm:183 | |
60 | +#: w_IniFileFormatter.dfm:154 w_IniFileFormatter.dfm:191 | |
61 | 61 | msgid "Alphabetically" |
62 | 62 | msgstr "Alphabetisch" |
63 | 63 | |
64 | 64 | #. f_IniFileFormatter..gb_SortSections..rb_SectionsByTemplate..Caption |
65 | 65 | #. f_IniFileFormatter..gb_SortItems..rb_ItemsByTemplate..Caption |
66 | -#: w_IniFileFormatter.dfm:157 w_IniFileFormatter.dfm:194 | |
66 | +#: w_IniFileFormatter.dfm:165 w_IniFileFormatter.dfm:202 | |
67 | 67 | msgid "By Template" |
68 | 68 | msgstr "Nach einer Vorlage" |
69 | 69 | |
70 | 70 | #. f_IniFileFormatter..gb_SortItems..Caption |
71 | -#: w_IniFileFormatter.dfm:167 | |
71 | +#: w_IniFileFormatter.dfm:175 | |
72 | 72 | msgid "Sort Items" |
73 | 73 | msgstr "Einträge sortieren" |
74 | 74 | |
75 | 75 | #. f_IniFileFormatter..b_Close..Caption |
76 | -#: w_IniFileFormatter.dfm:206 | |
76 | +#: w_IniFileFormatter.dfm:214 | |
77 | 77 | msgid "Close" |
78 | 78 | msgstr "Schließen" |
79 | 79 | |
80 | 80 | #. f_IniFileFormatter..b_SaveAs..Caption |
81 | -#: w_IniFileFormatter.dfm:216 | |
81 | +#: w_IniFileFormatter.dfm:224 | |
82 | 82 | msgid "Save As ..." |
83 | 83 | msgstr "Speichern unter ..." |
84 | 84 | |
85 | 85 | #. f_IniFileFormatter..p_TemplateFile..l_Template..Caption |
86 | -#: w_IniFileFormatter.dfm:235 | |
86 | +#: w_IniFileFormatter.dfm:243 | |
87 | 87 | msgid "Template File" |
88 | 88 | msgstr "Vorlagen-Datei" |
89 | 89 | |
90 | 90 | #. f_IniFileFormatter..b_About..Caption |
91 | -#: w_IniFileFormatter.dfm:264 | |
91 | +#: w_IniFileFormatter.dfm:272 | |
92 | 92 | msgid "About ..." |
93 | 93 | msgstr "Info ..." |
94 | 94 | |
95 | 95 | #. f_IniFileFormatter..b_CompareTo..Caption |
96 | -#: w_IniFileFormatter.dfm:274 | |
96 | +#: w_IniFileFormatter.dfm:282 | |
97 | 97 | msgid "Compare to" |
98 | 98 | msgstr "Vergleichen mit" |
99 | 99 | |
100 | 100 | #. f_IniFileFormatter..pm_CompareTo..mi_CompareToFile..Caption |
101 | -#: w_IniFileFormatter.dfm:328 | |
101 | +#: w_IniFileFormatter.dfm:336 | |
102 | 102 | msgid "File ..." |
103 | 103 | msgstr "Datei ..." |
104 | 104 | |
105 | 105 | # Label: ignore |
106 | 106 | #. f_IniFileFormatter..pm_CompareTo..N1..Caption |
107 | -#: w_IniFileFormatter.dfm:332 | |
107 | +#: w_IniFileFormatter.dfm:340 | |
108 | 108 | msgid "-" |
109 | 109 | msgstr "" |
110 | 110 | |
111 | 111 | #. f_IniFileFormatter..pm_CompareTo..mi_CompareToConfigure..Caption |
112 | -#: w_IniFileFormatter.dfm:335 | |
112 | +#: w_IniFileFormatter.dfm:343 | |
113 | 113 | msgid "Configure ..." |
114 | 114 | msgstr "Konfigurieren ..." |
115 | 115 |
@@ -145,9 +145,18 @@ | ||
145 | 145 | |
146 | 146 | #. f_IniFileFormatterConfig..pm_CmdLine..mi_Formatted..Caption |
147 | 147 | #: w_IniFileFormatterConfig.dfm:147 |
148 | -msgid "{CompareToFile}" | |
149 | -msgstr "{CompareToFile}" | |
148 | +msgid "{ReferenceFile}" | |
149 | +msgstr "{ReferenceFile}" | |
150 | 150 | |
151 | +#. f_IniFileFormatterConfig..pm_CmdLine..title1ReferenceFiletitle2SortedFilereadonly1..Caption | |
152 | +#: w_IniFileFormatterConfig.dfm:151 | |
153 | +msgid "" | |
154 | +"/title1=\"Reference File\" /title2=\"Sorted File\" " | |
155 | +"/readonly" | |
156 | +msgstr "" | |
157 | +"/title1=\"Referenzdatei\" /title2=\"Sortierte Datei\" " | |
158 | +"/readonly" | |
159 | + | |
151 | 160 | #: u_IniFileFormatterMain.pas:29 |
152 | 161 | msgid "" |
153 | 162 | "Sort sections. Possible values: no, alpha, template (default: " |
@@ -209,7 +218,7 @@ | ||
209 | 218 | msgid "Compare sorted file to" |
210 | 219 | msgstr "Sortierte Datei vergleichen mit" |
211 | 220 | |
212 | -#: w_IniFileFormatterConfig.pas:101 | |
221 | +#: w_IniFileFormatterConfig.pas:102 | |
213 | 222 | msgid "Select file comparer executable" |
214 | 223 | msgstr "Wählen sie das Dateivergleichstool" |
215 | 224 |
@@ -6,7 +6,7 @@ | ||
6 | 6 | msgid "" |
7 | 7 | msgstr "" |
8 | 8 | "Project-Id-Version: PACKAGE VERSION\n" |
9 | -"POT-Creation-Date: 2014-08-31 19:02\n" | |
9 | +"POT-Creation-Date: 2014-08-31 19:39\n" | |
10 | 10 | "PO-Revision-Date: 2010-10-23 16:47\n" |
11 | 11 | "Last-Translator: Somebody <your.email@address.com>\n" |
12 | 12 | "Language-Team: <>\n" |
@@ -29,87 +29,87 @@ | ||
29 | 29 | |
30 | 30 | #. f_IniFileFormatter..pc_Input..ts_Original..Caption |
31 | 31 | #. f_IniFileFormatter..pm_CompareTo..mi_CompareToOriginal..Caption |
32 | -#: w_IniFileFormatter.dfm:68 w_IniFileFormatter.dfm:320 | |
32 | +#: w_IniFileFormatter.dfm:68 w_IniFileFormatter.dfm:328 | |
33 | 33 | msgid "Original" |
34 | 34 | msgstr "Original" |
35 | 35 | |
36 | 36 | #. f_IniFileFormatter..pc_Input..ts_Template..Caption |
37 | 37 | #. f_IniFileFormatter..pm_CompareTo..mi_CompareToTemplate..Caption |
38 | -#: w_IniFileFormatter.dfm:89 w_IniFileFormatter.dfm:324 | |
38 | +#: w_IniFileFormatter.dfm:89 w_IniFileFormatter.dfm:332 | |
39 | 39 | msgid "Template" |
40 | 40 | msgstr "Template" |
41 | 41 | |
42 | 42 | #. f_IniFileFormatter..pc_Output..ts_Preview..Caption |
43 | -#: w_IniFileFormatter.dfm:112 | |
43 | +#: w_IniFileFormatter.dfm:116 | |
44 | 44 | msgid "Preview" |
45 | 45 | msgstr "Preview" |
46 | 46 | |
47 | 47 | #. f_IniFileFormatter..gb_SortSections..Caption |
48 | -#: w_IniFileFormatter.dfm:130 | |
48 | +#: w_IniFileFormatter.dfm:138 | |
49 | 49 | msgid "Sort Sections" |
50 | 50 | msgstr "Sort Sections" |
51 | 51 | |
52 | 52 | #. f_IniFileFormatter..gb_SortSections..rb_SectionsUnsorted..Caption |
53 | 53 | #. f_IniFileFormatter..gb_SortItems..rb_ItemsUnsorted..Caption |
54 | -#: w_IniFileFormatter.dfm:137 w_IniFileFormatter.dfm:174 | |
54 | +#: w_IniFileFormatter.dfm:145 w_IniFileFormatter.dfm:182 | |
55 | 55 | msgid "Unsorted" |
56 | 56 | msgstr "Unsorted" |
57 | 57 | |
58 | 58 | #. f_IniFileFormatter..gb_SortSections..rb_SectionsAlpha..Caption |
59 | 59 | #. f_IniFileFormatter..gb_SortItems..rb_ItemsAlpha..Caption |
60 | -#: w_IniFileFormatter.dfm:146 w_IniFileFormatter.dfm:183 | |
60 | +#: w_IniFileFormatter.dfm:154 w_IniFileFormatter.dfm:191 | |
61 | 61 | msgid "Alphabetically" |
62 | 62 | msgstr "Alphabetically" |
63 | 63 | |
64 | 64 | #. f_IniFileFormatter..gb_SortSections..rb_SectionsByTemplate..Caption |
65 | 65 | #. f_IniFileFormatter..gb_SortItems..rb_ItemsByTemplate..Caption |
66 | -#: w_IniFileFormatter.dfm:157 w_IniFileFormatter.dfm:194 | |
66 | +#: w_IniFileFormatter.dfm:165 w_IniFileFormatter.dfm:202 | |
67 | 67 | msgid "By Template" |
68 | 68 | msgstr "By Template" |
69 | 69 | |
70 | 70 | #. f_IniFileFormatter..gb_SortItems..Caption |
71 | -#: w_IniFileFormatter.dfm:167 | |
71 | +#: w_IniFileFormatter.dfm:175 | |
72 | 72 | msgid "Sort Items" |
73 | 73 | msgstr "Sort Items" |
74 | 74 | |
75 | 75 | #. f_IniFileFormatter..b_Close..Caption |
76 | -#: w_IniFileFormatter.dfm:206 | |
76 | +#: w_IniFileFormatter.dfm:214 | |
77 | 77 | msgid "Close" |
78 | 78 | msgstr "Close" |
79 | 79 | |
80 | 80 | #. f_IniFileFormatter..b_SaveAs..Caption |
81 | -#: w_IniFileFormatter.dfm:216 | |
81 | +#: w_IniFileFormatter.dfm:224 | |
82 | 82 | msgid "Save As ..." |
83 | 83 | msgstr "Save As ..." |
84 | 84 | |
85 | 85 | #. f_IniFileFormatter..p_TemplateFile..l_Template..Caption |
86 | -#: w_IniFileFormatter.dfm:235 | |
86 | +#: w_IniFileFormatter.dfm:243 | |
87 | 87 | msgid "Template File" |
88 | 88 | msgstr "Template File" |
89 | 89 | |
90 | 90 | #. f_IniFileFormatter..b_About..Caption |
91 | -#: w_IniFileFormatter.dfm:264 | |
91 | +#: w_IniFileFormatter.dfm:272 | |
92 | 92 | msgid "About ..." |
93 | 93 | msgstr "About ..." |
94 | 94 | |
95 | 95 | #. f_IniFileFormatter..b_CompareTo..Caption |
96 | -#: w_IniFileFormatter.dfm:274 | |
96 | +#: w_IniFileFormatter.dfm:282 | |
97 | 97 | msgid "Compare to" |
98 | 98 | msgstr "Compare to" |
99 | 99 | |
100 | 100 | #. f_IniFileFormatter..pm_CompareTo..mi_CompareToFile..Caption |
101 | -#: w_IniFileFormatter.dfm:328 | |
101 | +#: w_IniFileFormatter.dfm:336 | |
102 | 102 | msgid "File ..." |
103 | 103 | msgstr "File ..." |
104 | 104 | |
105 | 105 | # Label: ignore |
106 | 106 | #. f_IniFileFormatter..pm_CompareTo..N1..Caption |
107 | -#: w_IniFileFormatter.dfm:332 | |
107 | +#: w_IniFileFormatter.dfm:340 | |
108 | 108 | msgid "-" |
109 | 109 | msgstr "" |
110 | 110 | |
111 | 111 | #. f_IniFileFormatter..pm_CompareTo..mi_CompareToConfigure..Caption |
112 | -#: w_IniFileFormatter.dfm:335 | |
112 | +#: w_IniFileFormatter.dfm:343 | |
113 | 113 | msgid "Configure ..." |
114 | 114 | msgstr "Configure ..." |
115 | 115 |
@@ -145,9 +145,18 @@ | ||
145 | 145 | |
146 | 146 | #. f_IniFileFormatterConfig..pm_CmdLine..mi_Formatted..Caption |
147 | 147 | #: w_IniFileFormatterConfig.dfm:147 |
148 | -msgid "{CompareToFile}" | |
149 | -msgstr "{CompareToFile}" | |
148 | +msgid "{ReferenceFile}" | |
149 | +msgstr "{ReferenceFile}" | |
150 | 150 | |
151 | +#. f_IniFileFormatterConfig..pm_CmdLine..title1ReferenceFiletitle2SortedFilereadonly1..Caption | |
152 | +#: w_IniFileFormatterConfig.dfm:151 | |
153 | +msgid "" | |
154 | +"/title1=\"Reference File\" /title2=\"Sorted File\" " | |
155 | +"/readonly" | |
156 | +msgstr "" | |
157 | +"/title1=\"Reference File\" /title2=\"Sorted File\" " | |
158 | +"/readonly" | |
159 | + | |
151 | 160 | #: u_IniFileFormatterMain.pas:29 |
152 | 161 | msgid "" |
153 | 162 | "Sort sections. Possible values: no, alpha, template (default: " |
@@ -205,7 +214,7 @@ | ||
205 | 214 | msgid "Compare sorted file to" |
206 | 215 | msgstr "Compare sorted file to" |
207 | 216 | |
208 | -#: w_IniFileFormatterConfig.pas:101 | |
217 | +#: w_IniFileFormatterConfig.pas:102 | |
209 | 218 | msgid "Select file comparer executable" |
210 | 219 | msgstr "Select file comparer executable" |
211 | 220 |
@@ -6,14 +6,14 @@ | ||
6 | 6 | msgid "" |
7 | 7 | msgstr "" |
8 | 8 | "Project-Id-Version: PACKAGE VERSION\n" |
9 | -"POT-Creation-Date: 2014-08-31 19:02\n" | |
9 | +"POT-Creation-Date: 2014-08-31 19:39\n" | |
10 | 10 | "PO-Revision-Date: 2010-10-23 16:47\n" |
11 | 11 | "Last-Translator: Somebody <your.email@address.com>\n" |
12 | +"Language-Team: <>\n" | |
12 | 13 | "MIME-Version: 1.0\n" |
13 | 14 | "Content-Type: text/plain; charset=UTF-8\n" |
14 | 15 | "Content-Transfer-Encoding: 8bit\n" |
15 | 16 | "X-Generator: dxgettext 1.2.2\n" |
16 | -"Language-Team: <>\n" | |
17 | 17 | "X-Poedit-Language: french\n" |
18 | 18 | "X-Poedit-Basepath: \n" |
19 | 19 |
@@ -29,87 +29,87 @@ | ||
29 | 29 | |
30 | 30 | #. f_IniFileFormatter..pc_Input..ts_Original..Caption |
31 | 31 | #. f_IniFileFormatter..pm_CompareTo..mi_CompareToOriginal..Caption |
32 | -#: w_IniFileFormatter.dfm:68 w_IniFileFormatter.dfm:320 | |
32 | +#: w_IniFileFormatter.dfm:68 w_IniFileFormatter.dfm:328 | |
33 | 33 | msgid "Original" |
34 | 34 | msgstr "" |
35 | 35 | |
36 | 36 | #. f_IniFileFormatter..pc_Input..ts_Template..Caption |
37 | 37 | #. f_IniFileFormatter..pm_CompareTo..mi_CompareToTemplate..Caption |
38 | -#: w_IniFileFormatter.dfm:89 w_IniFileFormatter.dfm:324 | |
38 | +#: w_IniFileFormatter.dfm:89 w_IniFileFormatter.dfm:332 | |
39 | 39 | msgid "Template" |
40 | 40 | msgstr "" |
41 | 41 | |
42 | 42 | #. f_IniFileFormatter..pc_Output..ts_Preview..Caption |
43 | -#: w_IniFileFormatter.dfm:112 | |
43 | +#: w_IniFileFormatter.dfm:116 | |
44 | 44 | msgid "Preview" |
45 | 45 | msgstr "" |
46 | 46 | |
47 | 47 | #. f_IniFileFormatter..gb_SortSections..Caption |
48 | -#: w_IniFileFormatter.dfm:130 | |
48 | +#: w_IniFileFormatter.dfm:138 | |
49 | 49 | msgid "Sort Sections" |
50 | 50 | msgstr "" |
51 | 51 | |
52 | 52 | #. f_IniFileFormatter..gb_SortSections..rb_SectionsUnsorted..Caption |
53 | 53 | #. f_IniFileFormatter..gb_SortItems..rb_ItemsUnsorted..Caption |
54 | -#: w_IniFileFormatter.dfm:137 w_IniFileFormatter.dfm:174 | |
54 | +#: w_IniFileFormatter.dfm:145 w_IniFileFormatter.dfm:182 | |
55 | 55 | msgid "Unsorted" |
56 | 56 | msgstr "" |
57 | 57 | |
58 | 58 | #. f_IniFileFormatter..gb_SortSections..rb_SectionsAlpha..Caption |
59 | 59 | #. f_IniFileFormatter..gb_SortItems..rb_ItemsAlpha..Caption |
60 | -#: w_IniFileFormatter.dfm:146 w_IniFileFormatter.dfm:183 | |
60 | +#: w_IniFileFormatter.dfm:154 w_IniFileFormatter.dfm:191 | |
61 | 61 | msgid "Alphabetically" |
62 | 62 | msgstr "" |
63 | 63 | |
64 | 64 | #. f_IniFileFormatter..gb_SortSections..rb_SectionsByTemplate..Caption |
65 | 65 | #. f_IniFileFormatter..gb_SortItems..rb_ItemsByTemplate..Caption |
66 | -#: w_IniFileFormatter.dfm:157 w_IniFileFormatter.dfm:194 | |
66 | +#: w_IniFileFormatter.dfm:165 w_IniFileFormatter.dfm:202 | |
67 | 67 | msgid "By Template" |
68 | 68 | msgstr "" |
69 | 69 | |
70 | 70 | #. f_IniFileFormatter..gb_SortItems..Caption |
71 | -#: w_IniFileFormatter.dfm:167 | |
71 | +#: w_IniFileFormatter.dfm:175 | |
72 | 72 | msgid "Sort Items" |
73 | 73 | msgstr "" |
74 | 74 | |
75 | 75 | #. f_IniFileFormatter..b_Close..Caption |
76 | -#: w_IniFileFormatter.dfm:206 | |
76 | +#: w_IniFileFormatter.dfm:214 | |
77 | 77 | msgid "Close" |
78 | 78 | msgstr "" |
79 | 79 | |
80 | 80 | #. f_IniFileFormatter..b_SaveAs..Caption |
81 | -#: w_IniFileFormatter.dfm:216 | |
81 | +#: w_IniFileFormatter.dfm:224 | |
82 | 82 | msgid "Save As ..." |
83 | 83 | msgstr "" |
84 | 84 | |
85 | 85 | #. f_IniFileFormatter..p_TemplateFile..l_Template..Caption |
86 | -#: w_IniFileFormatter.dfm:235 | |
86 | +#: w_IniFileFormatter.dfm:243 | |
87 | 87 | msgid "Template File" |
88 | 88 | msgstr "" |
89 | 89 | |
90 | 90 | #. f_IniFileFormatter..b_About..Caption |
91 | -#: w_IniFileFormatter.dfm:264 | |
91 | +#: w_IniFileFormatter.dfm:272 | |
92 | 92 | msgid "About ..." |
93 | 93 | msgstr "Apropos ..." |
94 | 94 | |
95 | 95 | #. f_IniFileFormatter..b_CompareTo..Caption |
96 | -#: w_IniFileFormatter.dfm:274 | |
96 | +#: w_IniFileFormatter.dfm:282 | |
97 | 97 | msgid "Compare to" |
98 | 98 | msgstr "" |
99 | 99 | |
100 | 100 | #. f_IniFileFormatter..pm_CompareTo..mi_CompareToFile..Caption |
101 | -#: w_IniFileFormatter.dfm:328 | |
101 | +#: w_IniFileFormatter.dfm:336 | |
102 | 102 | msgid "File ..." |
103 | 103 | msgstr "" |
104 | 104 | |
105 | 105 | # Label: ignore |
106 | 106 | #. f_IniFileFormatter..pm_CompareTo..N1..Caption |
107 | -#: w_IniFileFormatter.dfm:332 | |
107 | +#: w_IniFileFormatter.dfm:340 | |
108 | 108 | msgid "-" |
109 | 109 | msgstr "" |
110 | 110 | |
111 | 111 | #. f_IniFileFormatter..pm_CompareTo..mi_CompareToConfigure..Caption |
112 | -#: w_IniFileFormatter.dfm:335 | |
112 | +#: w_IniFileFormatter.dfm:343 | |
113 | 113 | msgid "Configure ..." |
114 | 114 | msgstr "" |
115 | 115 |
@@ -145,19 +145,20 @@ | ||
145 | 145 | |
146 | 146 | #. f_IniFileFormatterConfig..pm_CmdLine..mi_Formatted..Caption |
147 | 147 | #: w_IniFileFormatterConfig.dfm:147 |
148 | -msgid "{CompareToFile}" | |
149 | -msgstr "{CompareToFile}" | |
148 | +msgid "{ReferenceFile}" | |
149 | +msgstr "" | |
150 | 150 | |
151 | +#. f_IniFileFormatterConfig..pm_CmdLine..title1ReferenceFiletitle2SortedFilereadonly1..Caption | |
152 | +#: w_IniFileFormatterConfig.dfm:151 | |
153 | +msgid "/title1=\"Reference File\" /title2=\"Sorted File\" /readonly" | |
154 | +msgstr "" | |
155 | + | |
151 | 156 | #: u_IniFileFormatterMain.pas:29 |
152 | -msgid "" | |
153 | -"Sort sections. Possible values: no, alpha, template (default: " | |
154 | -"alpha)" | |
157 | +msgid "Sort sections. Possible values: no, alpha, template (default: alpha)" | |
155 | 158 | msgstr "" |
156 | 159 | |
157 | 160 | #: u_IniFileFormatterMain.pas:31 |
158 | -msgid "" | |
159 | -"Sort items. Possible values: no, alpha, template (default: " | |
160 | -"alpha)" | |
161 | +msgid "Sort items. Possible values: no, alpha, template (default: alpha)" | |
161 | 162 | msgstr "" |
162 | 163 | |
163 | 164 | #: u_IniFileFormatterMain.pas:32 |
@@ -169,16 +170,12 @@ | ||
169 | 170 | msgstr "" |
170 | 171 | |
171 | 172 | #: u_IniFileFormatterMain.pas:35 |
172 | -msgid "" | |
173 | -"Destination INI file to write, if given, the program exits " | |
174 | -"automatically" | |
173 | +msgid "Destination INI file to write, if given, the program exits automatically" | |
175 | 174 | msgstr "" |
176 | 175 | |
177 | 176 | #: u_IniFileFormatterMain.pas:63 u_IniFileFormatterMain.pas:73 |
178 | 177 | #, object-pascal-format |
179 | -msgid "" | |
180 | -"Invalid value \"%s\" for option SortSections, must be one of \"no\", " | |
181 | -"\"alpha\" or \"template\"" | |
178 | +msgid "Invalid value \"%s\" for option SortSections, must be one of \"no\", \"alpha\" or \"template\"" | |
182 | 179 | msgstr "" |
183 | 180 | |
184 | 181 | #: w_IniFileFormatter.pas:275 |
@@ -197,7 +194,9 @@ | ||
197 | 194 | msgid "Compare sorted file to" |
198 | 195 | msgstr "" |
199 | 196 | |
200 | -#: w_IniFileFormatterConfig.pas:101 | |
197 | +#: w_IniFileFormatterConfig.pas:102 | |
201 | 198 | msgid "Select file comparer executable" |
202 | 199 | msgstr "" |
203 | 200 | |
201 | +#~ msgid "{CompareToFile}" | |
202 | +#~ msgstr "{CompareToFile}" |