From: Takashi Sawanaka Date: Sun, 12 Mar 2023 11:14:05 +0000 (+0900) Subject: Add IgnoreLeadingLineNumbers.sct plugin to 64-bit version installers X-Git-Tag: 2.16.28+jp-4^2~60 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=b8ad82a3ab53b5bfc73a2dccc5ef10fc5c082ead;p=winmerge-jp%2Fwinmerge-jp.git Add IgnoreLeadingLineNumbers.sct plugin to 64-bit version installers --- diff --git a/Installer/InnoSetup/WinMergeARM64.is6.iss b/Installer/InnoSetup/WinMergeARM64.is6.iss index 152781141..61c1579ca 100644 --- a/Installer/InnoSetup/WinMergeARM64.is6.iss +++ b/Installer/InnoSetup/WinMergeARM64.is6.iss @@ -576,6 +576,7 @@ Source: ..\..\Plugins\dlls\{#ARCH}\IgnoreColumns.dll; DestDir: {app}\MergePlugin Source: ..\..\Plugins\dlls\{#ARCH}\IgnoreCommentsC.dll; DestDir: {app}\MergePlugins; Flags: ignoreversion replacesameversion; Components: Plugins Source: ..\..\Plugins\dlls\{#ARCH}\IgnoreFieldsComma.dll; DestDir: {app}\MergePlugins; Flags: ignoreversion replacesameversion; Components: Plugins Source: ..\..\Plugins\dlls\{#ARCH}\IgnoreFieldsTab.dll; DestDir: {app}\MergePlugins; Flags: ignoreversion replacesameversion; Components: Plugins +Source: ..\..\Plugins\dlls\IgnoreLeadingLineNumbers.sct; DestDir: {app}\MergePlugins; Flags: ignoreversion replacesameversion; Components: Plugins ;Frhed Source: ..\..\Build\{#ARCH}\Release\Frhed\GPL.txt; DestDir: {app}\Frhed; Components: Core diff --git a/Installer/InnoSetup/WinMergeX64.is6.iss b/Installer/InnoSetup/WinMergeX64.is6.iss index 2fc5cab11..ccd4aa9fe 100644 --- a/Installer/InnoSetup/WinMergeX64.is6.iss +++ b/Installer/InnoSetup/WinMergeX64.is6.iss @@ -575,6 +575,7 @@ Source: ..\..\Plugins\dlls\{#ARCH}\IgnoreColumns.dll; DestDir: {app}\MergePlugin Source: ..\..\Plugins\dlls\{#ARCH}\IgnoreCommentsC.dll; DestDir: {app}\MergePlugins; Flags: ignoreversion replacesameversion; Components: Plugins Source: ..\..\Plugins\dlls\{#ARCH}\IgnoreFieldsComma.dll; DestDir: {app}\MergePlugins; Flags: ignoreversion replacesameversion; Components: Plugins Source: ..\..\Plugins\dlls\{#ARCH}\IgnoreFieldsTab.dll; DestDir: {app}\MergePlugins; Flags: ignoreversion replacesameversion; Components: Plugins +Source: ..\..\Plugins\dlls\IgnoreLeadingLineNumbers.sct; DestDir: {app}\MergePlugins; Flags: ignoreversion replacesameversion; Components: Plugins ;Frhed Source: ..\..\Build\{#ARCH}\Release\Frhed\GPL.txt; DestDir: {app}\Frhed; Components: Core diff --git a/Installer/InnoSetup/WinMergeX64.iss b/Installer/InnoSetup/WinMergeX64.iss index 8c6cbaf08..053726630 100644 --- a/Installer/InnoSetup/WinMergeX64.iss +++ b/Installer/InnoSetup/WinMergeX64.iss @@ -567,6 +567,7 @@ Source: ..\..\Plugins\dlls\{#ARCH}\IgnoreColumns.dll; DestDir: {app}\MergePlugin Source: ..\..\Plugins\dlls\{#ARCH}\IgnoreCommentsC.dll; DestDir: {app}\MergePlugins; Flags: ignoreversion replacesameversion; Components: Plugins Source: ..\..\Plugins\dlls\{#ARCH}\IgnoreFieldsComma.dll; DestDir: {app}\MergePlugins; Flags: ignoreversion replacesameversion; Components: Plugins Source: ..\..\Plugins\dlls\{#ARCH}\IgnoreFieldsTab.dll; DestDir: {app}\MergePlugins; Flags: ignoreversion replacesameversion; Components: Plugins +Source: ..\..\Plugins\dlls\IgnoreLeadingLineNumbers.sct; DestDir: {app}\MergePlugins; Flags: ignoreversion replacesameversion; Components: Plugins ;Frhed Source: ..\..\Build\{#ARCH}\Release\Frhed\GPL.txt; DestDir: {app}\Frhed; Components: Core diff --git a/Installer/InnoSetup/WinMergeX64NonAdmin.iss b/Installer/InnoSetup/WinMergeX64NonAdmin.iss index 1ea0ce901..ed12d356a 100644 --- a/Installer/InnoSetup/WinMergeX64NonAdmin.iss +++ b/Installer/InnoSetup/WinMergeX64NonAdmin.iss @@ -566,6 +566,7 @@ Source: ..\..\Plugins\dlls\{#ARCH}\IgnoreColumns.dll; DestDir: {app}\MergePlugin Source: ..\..\Plugins\dlls\{#ARCH}\IgnoreCommentsC.dll; DestDir: {app}\MergePlugins; Flags: ignoreversion replacesameversion; Components: Plugins Source: ..\..\Plugins\dlls\{#ARCH}\IgnoreFieldsComma.dll; DestDir: {app}\MergePlugins; Flags: ignoreversion replacesameversion; Components: Plugins Source: ..\..\Plugins\dlls\{#ARCH}\IgnoreFieldsTab.dll; DestDir: {app}\MergePlugins; Flags: ignoreversion replacesameversion; Components: Plugins +Source: ..\..\Plugins\dlls\IgnoreLeadingLineNumbers.sct; DestDir: {app}\MergePlugins; Flags: ignoreversion replacesameversion; Components: Plugins ;Frhed Source: ..\..\Build\{#ARCH}\Release\Frhed\GPL.txt; DestDir: {app}\Frhed; Components: Core diff --git a/Src/Merge.rc b/Src/Merge.rc index e72341bc5..4a8b5dce3 100644 --- a/Src/Merge.rc +++ b/Src/Merge.rc @@ -4145,22 +4145,23 @@ BEGIN IDS_PLUGIN_MENU_CAPTION19 "Ignore Comments (C-Family Languages)" IDS_PLUGIN_MENU_CAPTION20 "Ignore CSV Fields" IDS_PLUGIN_MENU_CAPTION21 "Ignore TSV Fields" - IDS_PLUGIN_MENU_CAPTION22 "Apply Prediff Substitution Filters" - IDS_PLUGIN_MENU_CAPTION23 "Prettify HTML" - IDS_PLUGIN_MENU_CAPTION24 "Prettify JSON" - IDS_PLUGIN_MENU_CAPTION25 "Prettify XML" - IDS_PLUGIN_MENU_CAPTION26 "Prettify YAML" - IDS_PLUGIN_MENU_CAPTION27 "Preview Graphviz" - IDS_PLUGIN_MENU_CAPTION28 "Preview Markdown" - IDS_PLUGIN_MENU_CAPTION29 "Preview PlantUML" - IDS_PLUGIN_MENU_CAPTION30 "Query CSV Data..." - IDS_PLUGIN_MENU_CAPTION31 "Query TSV Data..." - IDS_PLUGIN_MENU_CAPTION32 "Query JSON Data..." - IDS_PLUGIN_MENU_CAPTION33 "Query YAML Data..." - IDS_PLUGIN_MENU_CAPTION34 "Validate HTML" - IDS_PLUGIN_MENU_CAPTION35 "Disassemble JVM Bytecode" - IDS_PLUGIN_MENU_CAPTION36 "Disassemble IL Code" - IDS_PLUGIN_MENU_CAPTION37 "Disassemble Native Code" + IDS_PLUGIN_MENU_CAPTION22 "Ignore Leading Line Numbers" + IDS_PLUGIN_MENU_CAPTION23 "Apply Prediff Substitution Filters" + IDS_PLUGIN_MENU_CAPTION24 "Prettify HTML" + IDS_PLUGIN_MENU_CAPTION25 "Prettify JSON" + IDS_PLUGIN_MENU_CAPTION26 "Prettify XML" + IDS_PLUGIN_MENU_CAPTION27 "Prettify YAML" + IDS_PLUGIN_MENU_CAPTION28 "Preview Graphviz" + IDS_PLUGIN_MENU_CAPTION29 "Preview Markdown" + IDS_PLUGIN_MENU_CAPTION30 "Preview PlantUML" + IDS_PLUGIN_MENU_CAPTION31 "Query CSV Data..." + IDS_PLUGIN_MENU_CAPTION32 "Query TSV Data..." + IDS_PLUGIN_MENU_CAPTION33 "Query JSON Data..." + IDS_PLUGIN_MENU_CAPTION34 "Query YAML Data..." + IDS_PLUGIN_MENU_CAPTION35 "Validate HTML" + IDS_PLUGIN_MENU_CAPTION36 "Disassemble JVM Bytecode" + IDS_PLUGIN_MENU_CAPTION37 "Disassemble IL Code" + IDS_PLUGIN_MENU_CAPTION38 "Disassemble Native Code" IDS_PLUGIN_MISSING_PLUGIN_NAME "Missing plugin name in plugin pipeline: %1" IDS_PLUGIN_MISSING_QUOTATION_MARK diff --git a/Src/resource.h b/Src/resource.h index 41fe0813f..93d83b953 100644 --- a/Src/resource.h +++ b/Src/resource.h @@ -1697,6 +1697,16 @@ #define IDS_PLUGIN_DESCRIPTION48 44398 #define IDS_PLUGIN_DESCRIPTION49 44399 #define IDS_PLUGIN_DESCRIPTION50 44400 +#define IDS_PLUGIN_DESCRIPTION51 44401 +#define IDS_PLUGIN_DESCRIPTION52 44402 +#define IDS_PLUGIN_DESCRIPTION53 44403 +#define IDS_PLUGIN_DESCRIPTION54 44404 +#define IDS_PLUGIN_DESCRIPTION55 44405 +#define IDS_PLUGIN_DESCRIPTION56 44406 +#define IDS_PLUGIN_DESCRIPTION57 44407 +#define IDS_PLUGIN_DESCRIPTION58 44408 +#define IDS_PLUGIN_DESCRIPTION59 44409 +#define IDS_PLUGIN_DESCRIPTION60 44410 #define IDS_PLUGIN_MISSING_PLUGIN_NAME 44490 #define IDS_PLUGIN_MISSING_QUOTATION_MARK 44491 #define IDS_PLUGIN_TITLE1 44492 diff --git a/Translations/WinMerge/Arabic.po b/Translations/WinMerge/Arabic.po index 2b4605fa2..f87496104 100644 --- a/Translations/WinMerge/Arabic.po +++ b/Translations/WinMerge/Arabic.po @@ -4003,6 +4003,9 @@ msgstr "" msgid "Ignore TSV Fields" msgstr "" +msgid "Ignore Leading Line Numbers" +msgstr "" + msgid "Apply Prediff Substitution Filters" msgstr "" diff --git a/Translations/WinMerge/Basque.po b/Translations/WinMerge/Basque.po index 703ca6925..62c78ddb6 100644 --- a/Translations/WinMerge/Basque.po +++ b/Translations/WinMerge/Basque.po @@ -4610,6 +4610,9 @@ msgstr "" msgid "Ignore TSV Fields" msgstr "" +msgid "Ignore Leading Line Numbers" +msgstr "" + msgid "Apply Prediff Substitution Filters" msgstr "" diff --git a/Translations/WinMerge/Brazilian.po b/Translations/WinMerge/Brazilian.po index f16cddbec..465b946f5 100644 --- a/Translations/WinMerge/Brazilian.po +++ b/Translations/WinMerge/Brazilian.po @@ -3685,6 +3685,9 @@ msgstr "Ignorar os Campos do CSV" msgid "Ignore TSV Fields" msgstr "Ignorar os Campos do TSV" +msgid "Ignore Leading Line Numbers" +msgstr "" + msgid "Apply Prediff Substitution Filters" msgstr "Aplicar os Filtros da Substituição da Pré-Diferenciação" diff --git a/Translations/WinMerge/Bulgarian.po b/Translations/WinMerge/Bulgarian.po index a05b7fe05..38a6c6280 100644 --- a/Translations/WinMerge/Bulgarian.po +++ b/Translations/WinMerge/Bulgarian.po @@ -4087,6 +4087,9 @@ msgstr "" msgid "Ignore TSV Fields" msgstr "" +msgid "Ignore Leading Line Numbers" +msgstr "" + msgid "Apply Prediff Substitution Filters" msgstr "" diff --git a/Translations/WinMerge/Catalan.po b/Translations/WinMerge/Catalan.po index 6863f3860..8dd6c5d54 100644 --- a/Translations/WinMerge/Catalan.po +++ b/Translations/WinMerge/Catalan.po @@ -4765,6 +4765,9 @@ msgstr "Ignora els camps CSV" msgid "Ignore TSV Fields" msgstr "Ignora els camps TSV" +msgid "Ignore Leading Line Numbers" +msgstr "" + msgid "Apply Prediff Substitution Filters" msgstr "Aplíca els filtres de substitució de la prediferenciació" diff --git a/Translations/WinMerge/ChineseSimplified.po b/Translations/WinMerge/ChineseSimplified.po index ee17d0f49..a0033814e 100644 --- a/Translations/WinMerge/ChineseSimplified.po +++ b/Translations/WinMerge/ChineseSimplified.po @@ -4107,6 +4107,9 @@ msgstr "忽略 CSV 字段" msgid "Ignore TSV Fields" msgstr "忽略 TSV 字段" +msgid "Ignore Leading Line Numbers" +msgstr "" + msgid "Apply Prediff Substitution Filters" msgstr "使用预比较置换过滤器" diff --git a/Translations/WinMerge/ChineseTraditional.po b/Translations/WinMerge/ChineseTraditional.po index 8105b8f0a..b75bb83e1 100644 --- a/Translations/WinMerge/ChineseTraditional.po +++ b/Translations/WinMerge/ChineseTraditional.po @@ -4764,6 +4764,9 @@ msgstr "忽略 CSV 欄位" msgid "Ignore TSV Fields" msgstr "忽略 TSV 欄位" +msgid "Ignore Leading Line Numbers" +msgstr "" + msgid "Apply Prediff Substitution Filters" msgstr "" diff --git a/Translations/WinMerge/Corsican.po b/Translations/WinMerge/Corsican.po index 6efaf874a..4b6a87b17 100644 --- a/Translations/WinMerge/Corsican.po +++ b/Translations/WinMerge/Corsican.po @@ -4078,6 +4078,9 @@ msgstr "Ignurà i campi CSV" msgid "Ignore TSV Fields" msgstr "Ignurà i campi TSV" +msgid "Ignore Leading Line Numbers" +msgstr "" + msgid "Apply Prediff Substitution Filters" msgstr "Appiecà i filtri di sustituzione di preparagone" diff --git a/Translations/WinMerge/Croatian.po b/Translations/WinMerge/Croatian.po index 0d3c18268..50657a15e 100644 --- a/Translations/WinMerge/Croatian.po +++ b/Translations/WinMerge/Croatian.po @@ -4609,6 +4609,9 @@ msgstr "" msgid "Ignore TSV Fields" msgstr "" +msgid "Ignore Leading Line Numbers" +msgstr "" + msgid "Apply Prediff Substitution Filters" msgstr "" diff --git a/Translations/WinMerge/Czech.po b/Translations/WinMerge/Czech.po index d1d39b2dd..16bd0f2d5 100644 --- a/Translations/WinMerge/Czech.po +++ b/Translations/WinMerge/Czech.po @@ -4542,6 +4542,9 @@ msgstr "" msgid "Ignore TSV Fields" msgstr "" +msgid "Ignore Leading Line Numbers" +msgstr "" + msgid "Apply Prediff Substitution Filters" msgstr "" diff --git a/Translations/WinMerge/Danish.po b/Translations/WinMerge/Danish.po index f60c894c7..e18a36a60 100644 --- a/Translations/WinMerge/Danish.po +++ b/Translations/WinMerge/Danish.po @@ -4647,6 +4647,9 @@ msgstr "" msgid "Ignore TSV Fields" msgstr "" +msgid "Ignore Leading Line Numbers" +msgstr "" + msgid "Apply Prediff Substitution Filters" msgstr "" diff --git a/Translations/WinMerge/Dutch.po b/Translations/WinMerge/Dutch.po index abfa78317..55cc99a6c 100644 --- a/Translations/WinMerge/Dutch.po +++ b/Translations/WinMerge/Dutch.po @@ -4087,6 +4087,9 @@ msgstr "CSV-velden negeren" msgid "Ignore TSV Fields" msgstr "TSV-velden negeren" +msgid "Ignore Leading Line Numbers" +msgstr "" + msgid "Apply Prediff Substitution Filters" msgstr "Voorvergelijking-substitutiefilters toepassen" diff --git a/Translations/WinMerge/English.pot b/Translations/WinMerge/English.pot index e62133cec..5804f8f7c 100644 --- a/Translations/WinMerge/English.pot +++ b/Translations/WinMerge/English.pot @@ -5,7 +5,7 @@ msgid "" msgstr "" "Project-Id-Version: WinMerge\n" "Report-Msgid-Bugs-To: https://bugs.winmerge.org/\n" -"POT-Creation-Date: 2023-03-12 11:58+0000\n" +"POT-Creation-Date: 2023-03-12 19:56+0000\n" "PO-Revision-Date: \n" "Last-Translator: \n" "Language-Team: English \n" @@ -3679,6 +3679,9 @@ msgstr "" msgid "Ignore TSV Fields" msgstr "" +msgid "Ignore Leading Line Numbers" +msgstr "" + msgid "Apply Prediff Substitution Filters" msgstr "" diff --git a/Translations/WinMerge/Finnish.po b/Translations/WinMerge/Finnish.po index bb64fb50c..dbefbc6ff 100644 --- a/Translations/WinMerge/Finnish.po +++ b/Translations/WinMerge/Finnish.po @@ -4099,6 +4099,9 @@ msgstr "Jätä CSV-kentät huomiotta" msgid "Ignore TSV Fields" msgstr "Jätä TSV-kentät huomiotta" +msgid "Ignore Leading Line Numbers" +msgstr "" + msgid "Apply Prediff Substitution Filters" msgstr "Käytä Prediff-korvaussuodattimia" diff --git a/Translations/WinMerge/French.po b/Translations/WinMerge/French.po index bd5c25486..32c99844f 100644 --- a/Translations/WinMerge/French.po +++ b/Translations/WinMerge/French.po @@ -4792,6 +4792,9 @@ msgstr "Ignorer les champs CSV" msgid "Ignore TSV Fields" msgstr "Ignorer les champs TSV" +msgid "Ignore Leading Line Numbers" +msgstr "" + msgid "Apply Prediff Substitution Filters" msgstr "Appliquer les filtres de substitution pour la pré-comparaison" diff --git a/Translations/WinMerge/Galician.po b/Translations/WinMerge/Galician.po index 08c615b67..b927668cc 100644 --- a/Translations/WinMerge/Galician.po +++ b/Translations/WinMerge/Galician.po @@ -4787,6 +4787,9 @@ msgstr "Ignorar campos CSV" msgid "Ignore TSV Fields" msgstr "Ignorar campos TSV" +msgid "Ignore Leading Line Numbers" +msgstr "" + msgid "Apply Prediff Substitution Filters" msgstr "Aplicar filtros de substitución de prediferenciación" diff --git a/Translations/WinMerge/German.po b/Translations/WinMerge/German.po index 4479a4dcf..c0cb40c13 100644 --- a/Translations/WinMerge/German.po +++ b/Translations/WinMerge/German.po @@ -4405,6 +4405,9 @@ msgstr "CSV-Felder ignorieren" msgid "Ignore TSV Fields" msgstr "TSV-Felder ignorieren" +msgid "Ignore Leading Line Numbers" +msgstr "" + msgid "Apply Prediff Substitution Filters" msgstr "Prediff-Substitutionsfilter anwenden" diff --git a/Translations/WinMerge/Greek.po b/Translations/WinMerge/Greek.po index 02cb6736d..96240422d 100644 --- a/Translations/WinMerge/Greek.po +++ b/Translations/WinMerge/Greek.po @@ -4587,6 +4587,9 @@ msgstr "" msgid "Ignore TSV Fields" msgstr "" +msgid "Ignore Leading Line Numbers" +msgstr "" + msgid "Apply Prediff Substitution Filters" msgstr "" diff --git a/Translations/WinMerge/Hungarian.po b/Translations/WinMerge/Hungarian.po index 3c2cb4d71..060ff0b8e 100644 --- a/Translations/WinMerge/Hungarian.po +++ b/Translations/WinMerge/Hungarian.po @@ -4748,6 +4748,9 @@ msgstr "CSV mezők mellőzése" msgid "Ignore TSV Fields" msgstr "TSV mezők mellőzése" +msgid "Ignore Leading Line Numbers" +msgstr "" + msgid "Apply Prediff Substitution Filters" msgstr "Elővizsgáló helyettesítési szűrők alkalmazása" diff --git a/Translations/WinMerge/Italian.po b/Translations/WinMerge/Italian.po index 330bfc9f4..3b4ee4321 100644 --- a/Translations/WinMerge/Italian.po +++ b/Translations/WinMerge/Italian.po @@ -4044,6 +4044,9 @@ msgstr "Ignora campi CSV" msgid "Ignore TSV Fields" msgstr "Ignora campi TSV" +msgid "Ignore Leading Line Numbers" +msgstr "" + msgid "Apply Prediff Substitution Filters" msgstr "" diff --git a/Translations/WinMerge/Japanese.po b/Translations/WinMerge/Japanese.po index 1aa0b5bad..9009f80e0 100644 --- a/Translations/WinMerge/Japanese.po +++ b/Translations/WinMerge/Japanese.po @@ -4069,6 +4069,9 @@ msgstr "CSV の指定列を無視" msgid "Ignore TSV Fields" msgstr "TSV の指定列を無視" +msgid "Ignore Leading Line Numbers" +msgstr "先頭の行番号を無視" + msgid "Apply Prediff Substitution Filters" msgstr "比較前処理置換フィルター" diff --git a/Translations/WinMerge/Korean.po b/Translations/WinMerge/Korean.po index c6ecdb90d..d0571cabe 100644 --- a/Translations/WinMerge/Korean.po +++ b/Translations/WinMerge/Korean.po @@ -4790,6 +4790,9 @@ msgstr "CSV 입력란 무시" msgid "Ignore TSV Fields" msgstr "TSV 입력란 무시" +msgid "Ignore Leading Line Numbers" +msgstr "" + msgid "Apply Prediff Substitution Filters" msgstr "Prediff 치환 필터 적용" diff --git a/Translations/WinMerge/Lithuanian.po b/Translations/WinMerge/Lithuanian.po index cbdbc4f74..67d244593 100644 --- a/Translations/WinMerge/Lithuanian.po +++ b/Translations/WinMerge/Lithuanian.po @@ -3685,6 +3685,9 @@ msgstr "Ignoruoti CSV laukus" msgid "Ignore TSV Fields" msgstr "Ignoruoti TSV laukus" +msgid "Ignore Leading Line Numbers" +msgstr "" + msgid "Apply Prediff Substitution Filters" msgstr "Taikyti parengėjo keitinių filtrus" diff --git a/Translations/WinMerge/Norwegian.po b/Translations/WinMerge/Norwegian.po index 6c470423c..aece1f29f 100644 --- a/Translations/WinMerge/Norwegian.po +++ b/Translations/WinMerge/Norwegian.po @@ -4072,6 +4072,9 @@ msgstr "" msgid "Ignore TSV Fields" msgstr "" +msgid "Ignore Leading Line Numbers" +msgstr "" + msgid "Apply Prediff Substitution Filters" msgstr "" diff --git a/Translations/WinMerge/Persian.po b/Translations/WinMerge/Persian.po index 51b9837c2..8e8ad641b 100644 --- a/Translations/WinMerge/Persian.po +++ b/Translations/WinMerge/Persian.po @@ -4656,6 +4656,9 @@ msgstr "" msgid "Ignore TSV Fields" msgstr "" +msgid "Ignore Leading Line Numbers" +msgstr "" + msgid "Apply Prediff Substitution Filters" msgstr "" diff --git a/Translations/WinMerge/Polish.po b/Translations/WinMerge/Polish.po index a987d0179..761ad903d 100644 --- a/Translations/WinMerge/Polish.po +++ b/Translations/WinMerge/Polish.po @@ -3686,6 +3686,9 @@ msgstr "Ignoruj pola CSV" msgid "Ignore TSV Fields" msgstr "Ignoruj pola TSV" +msgid "Ignore Leading Line Numbers" +msgstr "" + msgid "Apply Prediff Substitution Filters" msgstr "Zastosuj filtry zamiany przed porównaniem" diff --git a/Translations/WinMerge/Portuguese.po b/Translations/WinMerge/Portuguese.po index 6ab315f8a..c0ab21efc 100644 --- a/Translations/WinMerge/Portuguese.po +++ b/Translations/WinMerge/Portuguese.po @@ -4112,6 +4112,9 @@ msgstr "Ignorar campos de CSV" msgid "Ignore TSV Fields" msgstr "Ignorar campos de TSV" +msgid "Ignore Leading Line Numbers" +msgstr "" + msgid "Apply Prediff Substitution Filters" msgstr "Aplicar filtros de substituição pré-diferenciar" diff --git a/Translations/WinMerge/Romanian.po b/Translations/WinMerge/Romanian.po index 2391feaec..f764e89eb 100644 --- a/Translations/WinMerge/Romanian.po +++ b/Translations/WinMerge/Romanian.po @@ -4592,6 +4592,9 @@ msgstr "" msgid "Ignore TSV Fields" msgstr "" +msgid "Ignore Leading Line Numbers" +msgstr "" + msgid "Apply Prediff Substitution Filters" msgstr "" diff --git a/Translations/WinMerge/Russian.po b/Translations/WinMerge/Russian.po index ac63f6155..b15cd1535 100644 --- a/Translations/WinMerge/Russian.po +++ b/Translations/WinMerge/Russian.po @@ -3687,6 +3687,9 @@ msgstr "Игнорировать поля CSV" msgid "Ignore TSV Fields" msgstr "Игнорировать поля TSV" +msgid "Ignore Leading Line Numbers" +msgstr "" + msgid "Apply Prediff Substitution Filters" msgstr "Применить фильтры замены предсравнения." diff --git a/Translations/WinMerge/Serbian.po b/Translations/WinMerge/Serbian.po index 628e8cacb..af8c68225 100644 --- a/Translations/WinMerge/Serbian.po +++ b/Translations/WinMerge/Serbian.po @@ -4581,6 +4581,9 @@ msgstr "" msgid "Ignore TSV Fields" msgstr "" +msgid "Ignore Leading Line Numbers" +msgstr "" + msgid "Apply Prediff Substitution Filters" msgstr "" diff --git a/Translations/WinMerge/Sinhala.po b/Translations/WinMerge/Sinhala.po index b57f8cd10..b334af30b 100644 --- a/Translations/WinMerge/Sinhala.po +++ b/Translations/WinMerge/Sinhala.po @@ -4610,6 +4610,9 @@ msgstr "" msgid "Ignore TSV Fields" msgstr "" +msgid "Ignore Leading Line Numbers" +msgstr "" + msgid "Apply Prediff Substitution Filters" msgstr "" diff --git a/Translations/WinMerge/Slovak.po b/Translations/WinMerge/Slovak.po index b553c0f56..43d96e560 100644 --- a/Translations/WinMerge/Slovak.po +++ b/Translations/WinMerge/Slovak.po @@ -4043,6 +4043,9 @@ msgstr "Ignorovanie polí CSV" msgid "Ignore TSV Fields" msgstr "Ignorovanie polí TSV" +msgid "Ignore Leading Line Numbers" +msgstr "" + msgid "Apply Prediff Substitution Filters" msgstr "Použitie filtrov nahradenia predbežného spracovania rozdielov" diff --git a/Translations/WinMerge/Slovenian.po b/Translations/WinMerge/Slovenian.po index dea8cdc87..f3ef4c60e 100644 --- a/Translations/WinMerge/Slovenian.po +++ b/Translations/WinMerge/Slovenian.po @@ -4068,6 +4068,9 @@ msgstr "Prezri polja CSV" msgid "Ignore TSV Fields" msgstr "Prezri polja TSV" +msgid "Ignore Leading Line Numbers" +msgstr "" + msgid "Apply Prediff Substitution Filters" msgstr "Uporabite nadomestne filtre Prediff" diff --git a/Translations/WinMerge/Spanish.po b/Translations/WinMerge/Spanish.po index 470a2c8b9..9435fb642 100644 --- a/Translations/WinMerge/Spanish.po +++ b/Translations/WinMerge/Spanish.po @@ -4070,6 +4070,9 @@ msgstr "Ignorar Campos CSV" msgid "Ignore TSV Fields" msgstr "Ignorar Campos TSV" +msgid "Ignore Leading Line Numbers" +msgstr "" + msgid "Apply Prediff Substitution Filters" msgstr "" diff --git a/Translations/WinMerge/Swedish.po b/Translations/WinMerge/Swedish.po index 1258d7186..8e5eebf76 100644 --- a/Translations/WinMerge/Swedish.po +++ b/Translations/WinMerge/Swedish.po @@ -4145,6 +4145,9 @@ msgstr "Ignorera CSV fält" msgid "Ignore TSV Fields" msgstr "Ignorera TSV fält" +msgid "Ignore Leading Line Numbers" +msgstr "" + msgid "Apply Prediff Substitution Filters" msgstr "Applicera utbytesfilter för förjämförelse/Prediffer" diff --git a/Translations/WinMerge/Turkish.po b/Translations/WinMerge/Turkish.po index 2098da6ab..984a8f437 100644 --- a/Translations/WinMerge/Turkish.po +++ b/Translations/WinMerge/Turkish.po @@ -4138,6 +4138,9 @@ msgstr "CSV alanları yok sayılsın" msgid "Ignore TSV Fields" msgstr "TSV alanları yok sayılsın" +msgid "Ignore Leading Line Numbers" +msgstr "" + msgid "Apply Prediff Substitution Filters" msgstr "Ön farklılaştırıcı değiştirme süzgeçlerini uygula" diff --git a/Translations/WinMerge/Ukrainian.po b/Translations/WinMerge/Ukrainian.po index d0afa6cb8..47951519b 100644 --- a/Translations/WinMerge/Ukrainian.po +++ b/Translations/WinMerge/Ukrainian.po @@ -4613,6 +4613,9 @@ msgstr "" msgid "Ignore TSV Fields" msgstr "" +msgid "Ignore Leading Line Numbers" +msgstr "" + msgid "Apply Prediff Substitution Filters" msgstr ""