OSDN Git Service

Add PrettifyHTML and ValidateHTML unpacker plugins
authorTakashi Sawanaka <sdottaka@users.sourceforge.net>
Wed, 21 Jul 2021 13:45:49 +0000 (22:45 +0900)
committerTakashi Sawanaka <sdottaka@users.sourceforge.net>
Wed, 21 Jul 2021 13:45:49 +0000 (22:45 +0900)
44 files changed:
Docs/Manual/EN/Plugins.xml
Docs/Manual/JP/Plugins.xml
Plugins/Plugins.xml
Src/Merge.rc
Src/resource.h
Translations/TranslationsStatus.html
Translations/TranslationsStatus.md
Translations/TranslationsStatus.xml
Translations/WinMerge/Arabic.po
Translations/WinMerge/Basque.po
Translations/WinMerge/Brazilian.po
Translations/WinMerge/Bulgarian.po
Translations/WinMerge/Catalan.po
Translations/WinMerge/ChineseSimplified.po
Translations/WinMerge/ChineseTraditional.po
Translations/WinMerge/Croatian.po
Translations/WinMerge/Czech.po
Translations/WinMerge/Danish.po
Translations/WinMerge/Dutch.po
Translations/WinMerge/English.pot
Translations/WinMerge/Finnish.po
Translations/WinMerge/French.po
Translations/WinMerge/Galician.po
Translations/WinMerge/German.po
Translations/WinMerge/Greek.po
Translations/WinMerge/Hungarian.po
Translations/WinMerge/Italian.po
Translations/WinMerge/Japanese.po
Translations/WinMerge/Korean.po
Translations/WinMerge/Lithuanian.po
Translations/WinMerge/Norwegian.po
Translations/WinMerge/Persian.po
Translations/WinMerge/Polish.po
Translations/WinMerge/Portuguese.po
Translations/WinMerge/Romanian.po
Translations/WinMerge/Russian.po
Translations/WinMerge/Serbian.po
Translations/WinMerge/Sinhala.po
Translations/WinMerge/Slovak.po
Translations/WinMerge/Slovenian.po
Translations/WinMerge/Spanish.po
Translations/WinMerge/Swedish.po
Translations/WinMerge/Turkish.po
Translations/WinMerge/Ukrainian.po

index 2317f62..59cde1a 100644 (file)
         </segmentedlist></para>
     </section>
 
+    <section id="Plugins_PrettifyHTML">
+      <title><filename>PrettifyHTML<indexterm>
+          <primary>PrettifyHTML plugin file</primary>
+        </indexterm></filename></title>
+
+      <para>HTML Prettier with tidy-html5</para>
+
+      <cmdsynopsis sepchar=" ">
+        <command>PrettifyHTML</command>
+
+        <arg choice="opt"
+         rep="repeat"><replaceable>arguments</replaceable></arg>
+      </cmdsynopsis>
+
+      <variablelist>
+        <varlistentry>
+          <term><option><replaceable>arguments</replaceable></option></term>
+          <listitem>
+            <para>Command line options passed to the tidy command</para>
+          </listitem>
+        </varlistentry>
+      </variablelist>
+
+      <para><segmentedlist>
+          <segtitle>Category</segtitle>
+
+          <segtitle>File filter</segtitle>
+
+          <segtitle>Plugin arguments</segtitle>
+
+          <segtitle>Packing</segtitle>
+
+          <segtitle>Settings dialog support</segtitle>
+
+          <segtitle>Dependency</segtitle>
+
+          <seglistitem>
+            <seg>Unpacker</seg>
+
+            <seg><filename class="extension">*.html</filename>,
+            <filename class="extension">*.htm</filename>
+            </seg>
+
+            <seg>Yes</seg>
+
+            <seg>No</seg>
+
+            <seg>No</seg>
+
+            <seg><ulink url="https://www.html-tidy.org/">tidy-html5</ulink></seg>
+          </seglistitem>
+        </segmentedlist></para>
+    </section>
+
     <section id="Plugins_PrettifyXML">
       <title><filename>PrettifyXML<indexterm>
           <primary>PrettifyXML plugin file</primary>
         <varlistentry>
           <term><option><replaceable>arguments</replaceable></option></term>
           <listitem>
-            <para>Command line arugments passed to the tidy command</para>
+            <para>Command line options passed to the tidy command</para>
           </listitem>
         </varlistentry>
       </variablelist>
         </segmentedlist></para>
     </section>
 
+    <section id="Plugins_ValidateHTML">
+      <title><filename>ValidateHTML<indexterm>
+          <primary>ValidateHTML plugin file</primary>
+        </indexterm></filename></title>
+
+      <para>HTML Validator with tidy-html5</para>
+
+      <cmdsynopsis sepchar=" ">
+        <command>ValidateHTML</command>
+
+        <arg choice="opt"
+         rep="repeat"><replaceable>arguments</replaceable></arg>
+      </cmdsynopsis>
+
+      <variablelist>
+        <varlistentry>
+          <term><option><replaceable>arguments</replaceable></option></term>
+          <listitem>
+            <para>Command line options passed to the tidy command</para>
+          </listitem>
+        </varlistentry>
+      </variablelist>
+
+      <para><segmentedlist>
+          <segtitle>Category</segtitle>
+
+          <segtitle>File filter</segtitle>
+
+          <segtitle>Plugin arguments</segtitle>
+
+          <segtitle>Packing</segtitle>
+
+          <segtitle>Settings dialog support</segtitle>
+
+          <segtitle>Dependency</segtitle>
+
+          <seglistitem>
+            <seg>Unpacker</seg>
+
+            <seg><filename class="extension">*.html</filename>,
+            <filename class="extension">*.htm</filename>
+            </seg>
+
+            <seg>Yes</seg>
+
+            <seg>No</seg>
+
+            <seg>No</seg>
+
+            <seg><ulink url="https://www.html-tidy.org/">tidy-html5</ulink></seg>
+          </seglistitem>
+        </segmentedlist></para>
+    </section>
+
     <section id="Plugins_VisualizeGraphviz">
       <title><filename>VisualizeGraphviz<indexterm>
           <primary>VisualizeGraphviz plugin file</primary>
index e3e197c..02b5e8e 100644 (file)
         </segmentedlist></para>
     </section>
 
+    <section id="Plugins_PrettifyHTML">
+      <title><filename>PrettifyHTML<indexterm>
+          <primary>PrettifyHTML plugin file</primary>
+        </indexterm></filename></title>
+
+      <para>tidy-html5 を使用して HTML ファイルを整形します。</para>
+
+      <cmdsynopsis sepchar=" ">
+        <command>PrettifyHTML</command>
+
+        <arg choice="opt"
+         rep="repeat"><replaceable>arguments</replaceable></arg>
+      </cmdsynopsis>
+
+      <variablelist>
+        <varlistentry>
+          <term><option><replaceable>arguments</replaceable></option></term>
+          <listitem>
+            <para>tidy コマンドに渡すコマンドラインオプション。</para>
+          </listitem>
+        </varlistentry>
+      </variablelist>
+
+      <para><segmentedlist>
+          <segtitle>分類</segtitle>
+
+          <segtitle>ファイルフィルタ</segtitle>
+
+          <segtitle>プラグイン引数</segtitle>
+
+          <segtitle>書き戻し</segtitle>
+
+          <segtitle>設定ダイアログサポート</segtitle>
+
+          <segtitle>依存するもの</segtitle>
+
+          <seglistitem>
+            <seg>展開プラグイン</seg>
+
+            <seg><filename class="extension">*.html</filename>,
+            <filename class="extension">*.htm</filename>
+            </seg>
+
+            <seg>Yes</seg>
+
+            <seg>No</seg>
+
+            <seg>No</seg>
+
+            <seg><ulink url="https://www.html-tidy.org/">tidy-html5</ulink></seg>
+          </seglistitem>
+        </segmentedlist></para>
+    </section>
+
     <section id="Plugins_PrettifyXML">
       <title><filename>PrettifyXML<indexterm>
           <primary>PrettifyXML plugin file</primary>
         <varlistentry>
           <term><option><replaceable>arguments</replaceable></option></term>
           <listitem>
-            <para>tidy コマンドに渡すコマンドライン引数。</para>
+            <para>tidy コマンドに渡すコマンドラインオプション。</para>
           </listitem>
         </varlistentry>
       </variablelist>
         </segmentedlist></para>
     </section>
 
+    <section id="Plugins_ValidateHTML">
+      <title><filename>ValidateHTML<indexterm>
+          <primary>ValidateHTML plugin file</primary>
+        </indexterm></filename></title>
+
+      <para>tidy コマンドを使用して HTMLファイルを検査します。</para>
+
+      <cmdsynopsis sepchar=" ">
+        <command>ValidateHTML</command>
+
+        <arg choice="opt"
+         rep="repeat"><replaceable>arguments</replaceable></arg>
+      </cmdsynopsis>
+
+      <variablelist>
+        <varlistentry>
+          <term><option><replaceable>arguments</replaceable></option></term>
+          <listitem>
+            <para>tidy コマンドに渡すコマンドラインオプション。</para>
+          </listitem>
+        </varlistentry>
+      </variablelist>
+
+      <para><segmentedlist>
+          <segtitle>分類</segtitle>
+
+          <segtitle>ファイルフィルタ</segtitle>
+
+          <segtitle>プラグイン引数</segtitle>
+
+          <segtitle>書き戻し</segtitle>
+
+          <segtitle>設定ダイアログサポート</segtitle>
+
+          <segtitle>依存するもの</segtitle>
+
+          <seglistitem>
+            <seg>展開プラグイン</seg>
+
+            <seg><filename class="extension">*.html</filename>,
+            <filename class="extension">*.htm</filename>
+            </seg>
+
+            <seg>Yes</seg>
+
+            <seg>No</seg>
+
+            <seg>No</seg>
+
+            <seg><ulink url="https://www.html-tidy.org/">tidy-html5</ulink></seg>
+          </seglistitem>
+        </segmentedlist></para>
+    </section>
+
     <section id="Plugins_VisualizeGraphviz">
       <title><filename>VisualizeGraphviz<indexterm>
           <primary>VisualizeGraphviz plugin file</primary>
index 2eef54c..8b259db 100644 (file)
@@ -1,5 +1,17 @@
 <?xml version="1.0"?>
 <plugins>
+  <plugin name="PrettifyHTML">
+    <event value="FILE_PACK_UNPACK" />
+    <description value="HTML Prettier with tidy-html5. &#xD;&#xA;Arguments: Command line arugments passed to the tidy command." />
+    <file-filters value="\.html$;\.htm$" />
+    <is-automatic value="false" />
+    <unpacked-file-extension value=".html" />
+    <extended-properties value="ProcessType=Prettification;MenuCaption=Prettify HTML;GenerateEditorScript" />
+    <arguments value="-indent --indent-attributes yes --tab-size 4 --indent-spaces 4 -wrap 0 --sort-attributes alpha " />
+    <unpack-file>
+      <command>cmd /c type "${SRC_FILE}" | "${WINMERGE_HOME}\Commands\tidy-html5\tidy.exe" ${*} --force-output yes -o "${DST_FILE}" | exit 0"</command>
+    </unpack-file>
+  </plugin>
   <plugin name="PrettifyXML">
     <event value="FILE_PACK_UNPACK" />
     <description value="XML Prettier with tidy-html5. &#xD;&#xA;Arguments: Command line arugments passed to the tidy command." />
@@ -9,7 +21,7 @@
     <extended-properties value="ProcessType=Prettification;MenuCaption=Prettify XML;GenerateEditorScript" />
     <arguments value="-xml -indent --indent-attributes yes --tab-size 4 --indent-spaces 4 -wrap 0 --sort-attributes alpha" />
     <unpack-file>
-    <command>"${WINMERGE_HOME}\Commands\tidy-html5\tidy.exe" ${*} -o "${DST_FILE}" "${SRC_FILE}"</command>
+      <command>cmd /c type "${SRC_FILE}" | "${WINMERGE_HOME}\Commands\tidy-html5\tidy.exe" ${*} --force-output yes -o "${DST_FILE}" | exit 0"</command>
     </unpack-file>
   </plugin>
   <plugin name="PrettifyJSON">
       <command>cmd /c type "${SRC_FILE}" | "${WINMERGE_HOME}\Commands\yq\yq.bat" ${*} &gt; "${DST_FILE}"</command>
     </unpack-file>
   </plugin>
+  <plugin name="ValidateHTML">
+    <event value="FILE_PACK_UNPACK" />
+    <description value="HTML Validator with tidy-html5. &#xD;&#xA;Arguments: Command line arugments passed to the tidy command." />
+    <file-filters value="\.html$;\.htm$" />
+    <is-automatic value="false" />
+    <unpacked-file-extension value=".html" />
+    <extended-properties value="ProcessType=Validation;MenuCaption=Validate HTML" />
+    <arguments value="-e" />
+    <unpack-file>
+      <command>cmd /c type "${SRC_FILE}" | "${WINMERGE_HOME}\Commands\tidy-html5\tidy.exe" ${*} 2> "${DST_FILE}" | exit 0"</command>
+    </unpack-file>
+  </plugin>
   <plugin name="VisualizeGraphviz">
     <event value="FILE_PACK_UNPACK" />
     <description value="Graphviz Visualizer. &#xD;&#xA;Arguments: Command line options passed to the dot command." />
index 913e15f..ccb6afc 100644 (file)
@@ -3744,7 +3744,8 @@ BEGIN
     IDS_PLUGIN_PROCESS_TYPE3 "Visualization"\r
     IDS_PLUGIN_PROCESS_TYPE4 "Editor script"\r
     IDS_PLUGIN_PROCESS_TYPE5 "Data Query"\r
-    IDS_PLUGIN_PROCESS_TYPE6 "&Others"\r
+    IDS_PLUGIN_PROCESS_TYPE6 "Validation"\r
+    IDS_PLUGIN_PROCESS_TYPE7 "&Others"\r
     IDS_PLUGIN_MENU_CAPTION1  "Make Uppercase"\r
     IDS_PLUGIN_MENU_CAPTION2  "Make Lowercase"\r
     IDS_PLUGIN_MENU_CAPTION3  "Remove Duplicate Lines"\r
@@ -3767,14 +3768,16 @@ BEGIN
     IDS_PLUGIN_MENU_CAPTION20 "Ignore CSV Fields"\r
     IDS_PLUGIN_MENU_CAPTION21 "Ignore TSV Fields"\r
     IDS_PLUGIN_MENU_CAPTION22 "Apply Prediff Substitution Filters"\r
-    IDS_PLUGIN_MENU_CAPTION23 "Prettify JSON"\r
-    IDS_PLUGIN_MENU_CAPTION24 "Prettify XML"\r
-    IDS_PLUGIN_MENU_CAPTION25 "Prettify YAML"\r
-    IDS_PLUGIN_MENU_CAPTION26 "Visualize Graphviz"\r
-    IDS_PLUGIN_MENU_CAPTION27 "Query CSV Data..."\r
-    IDS_PLUGIN_MENU_CAPTION28 "Query TSV Data..."\r
-    IDS_PLUGIN_MENU_CAPTION29 "Query JSON Data..."\r
-    IDS_PLUGIN_MENU_CAPTION30 "Query YAML Data..."\r
+    IDS_PLUGIN_MENU_CAPTION23 "Prettify HTML"\r
+    IDS_PLUGIN_MENU_CAPTION24 "Prettify JSON"\r
+    IDS_PLUGIN_MENU_CAPTION25 "Prettify XML"\r
+    IDS_PLUGIN_MENU_CAPTION26 "Prettify YAML"\r
+    IDS_PLUGIN_MENU_CAPTION27 "Visualize Graphviz"\r
+    IDS_PLUGIN_MENU_CAPTION28 "Query CSV Data..."\r
+    IDS_PLUGIN_MENU_CAPTION29 "Query TSV Data..."\r
+    IDS_PLUGIN_MENU_CAPTION30 "Query JSON Data..."\r
+    IDS_PLUGIN_MENU_CAPTION31 "Query YAML Data..."\r
+    IDS_PLUGIN_MENU_CAPTION32 "Validate HTML"\r
     IDS_PLUGIN_MISSING_PLUGIN_NAME "Missing plugin name in plugin pipeline: %1"\r
     IDS_PLUGIN_MISSING_QUOTATION_MARK"Missing quotation mark in plugin pipeline: %1"\r
     IDS_PLUGIN_TITLE1        "Specify plugin arguments"\r
index c7cbb52..910bfab 100644 (file)
 #define IDS_PLUGIN_MENU_CAPTION28       44238\r
 #define IDS_PLUGIN_MENU_CAPTION29       44239\r
 #define IDS_PLUGIN_MENU_CAPTION30       44240\r
-#define IDS_PLUGIN_MISSING_PLUGIN_NAME  44241\r
-#define IDS_PLUGIN_MISSING_QUOTATION_MARK 44242\r
-#define IDS_PLUGIN_TITLE1               44243\r
-#define IDS_PLUGIN_DESCRIPTION1         44251\r
-#define IDS_PLUGIN_DESCRIPTION2         44252\r
-#define IDS_PLUGIN_DESCRIPTION3         44253\r
-#define IDS_PLUGIN_DESCRIPTION4         44254\r
-#define IDS_PLUGIN_DESCRIPTION5         44255\r
-#define IDS_PLUGIN_DESCRIPTION6         44256\r
-#define IDS_PLUGIN_DESCRIPTION7         44257\r
-#define IDS_PLUGIN_DESCRIPTION8         44258\r
-#define IDS_PLUGIN_DESCRIPTION9         44259\r
-#define IDS_PLUGIN_DESCRIPTION10        44260\r
-#define IDS_PLUGIN_DESCRIPTION11        44261\r
-#define IDS_PLUGIN_DESCRIPTION12        44262\r
-#define IDS_PLUGIN_DESCRIPTION13        44263\r
-#define IDS_PLUGIN_DESCRIPTION14        44264\r
-#define IDS_PLUGIN_DESCRIPTION15        44265\r
-#define IDS_PLUGIN_DESCRIPTION16        44266\r
-#define IDS_PLUGIN_DESCRIPTION17        44267\r
-#define IDS_PLUGIN_DESCRIPTION18        44268\r
-#define IDS_PLUGIN_DESCRIPTION19        44269\r
-#define IDS_PLUGIN_DESCRIPTION20        44270\r
-#define IDS_PLUGIN_DESCRIPTION21        44271\r
-#define IDS_PLUGIN_DESCRIPTION22        44272\r
-#define IDS_PLUGIN_DESCRIPTION23        44273\r
-#define IDS_PLUGIN_DESCRIPTION24        44274\r
-#define IDS_PLUGIN_DESCRIPTION25        44275\r
-#define IDS_PLUGIN_DESCRIPTION26        44276\r
-#define IDS_PLUGIN_DESCRIPTION27        44277\r
-#define IDS_PLUGIN_DESCRIPTION28        44278\r
-#define IDS_PLUGIN_DESCRIPTION29        44279\r
-#define IDS_PLUGIN_DESCRIPTION30        44280\r
+#define IDS_PLUGIN_MENU_CAPTION31       44241\r
+#define IDS_PLUGIN_MENU_CAPTION32       44242\r
+#define IDS_PLUGIN_MENU_CAPTION33       44243\r
+#define IDS_PLUGIN_MENU_CAPTION34       44244\r
+#define IDS_PLUGIN_MENU_CAPTION35       44245\r
+#define IDS_PLUGIN_MENU_CAPTION36       44246\r
+#define IDS_PLUGIN_MENU_CAPTION37       44247\r
+#define IDS_PLUGIN_MENU_CAPTION38       44248\r
+#define IDS_PLUGIN_MENU_CAPTION39       44249\r
+#define IDS_PLUGIN_MENU_CAPTION40       44250\r
+#define IDS_PLUGIN_DESCRIPTION1         44351\r
+#define IDS_PLUGIN_DESCRIPTION2         44352\r
+#define IDS_PLUGIN_DESCRIPTION3         44353\r
+#define IDS_PLUGIN_DESCRIPTION4         44354\r
+#define IDS_PLUGIN_DESCRIPTION5         44355\r
+#define IDS_PLUGIN_DESCRIPTION6         44356\r
+#define IDS_PLUGIN_DESCRIPTION7         44357\r
+#define IDS_PLUGIN_DESCRIPTION8         44358\r
+#define IDS_PLUGIN_DESCRIPTION9         44359\r
+#define IDS_PLUGIN_DESCRIPTION10        44360\r
+#define IDS_PLUGIN_DESCRIPTION11        44361\r
+#define IDS_PLUGIN_DESCRIPTION12        44362\r
+#define IDS_PLUGIN_DESCRIPTION13        44363\r
+#define IDS_PLUGIN_DESCRIPTION14        44364\r
+#define IDS_PLUGIN_DESCRIPTION15        44365\r
+#define IDS_PLUGIN_DESCRIPTION16        44366\r
+#define IDS_PLUGIN_DESCRIPTION17        44367\r
+#define IDS_PLUGIN_DESCRIPTION18        44368\r
+#define IDS_PLUGIN_DESCRIPTION19        44369\r
+#define IDS_PLUGIN_DESCRIPTION20        44370\r
+#define IDS_PLUGIN_DESCRIPTION21        44371\r
+#define IDS_PLUGIN_DESCRIPTION22        44372\r
+#define IDS_PLUGIN_DESCRIPTION23        44373\r
+#define IDS_PLUGIN_DESCRIPTION24        44374\r
+#define IDS_PLUGIN_DESCRIPTION25        44375\r
+#define IDS_PLUGIN_DESCRIPTION26        44376\r
+#define IDS_PLUGIN_DESCRIPTION27        44377\r
+#define IDS_PLUGIN_DESCRIPTION28        44378\r
+#define IDS_PLUGIN_DESCRIPTION29        44379\r
+#define IDS_PLUGIN_DESCRIPTION30        44380\r
+#define IDS_PLUGIN_DESCRIPTION31        44381\r
+#define IDS_PLUGIN_DESCRIPTION32        44382\r
+#define IDS_PLUGIN_DESCRIPTION33        44383\r
+#define IDS_PLUGIN_DESCRIPTION34        44384\r
+#define IDS_PLUGIN_DESCRIPTION35        44385\r
+#define IDS_PLUGIN_DESCRIPTION36        44386\r
+#define IDS_PLUGIN_DESCRIPTION37        44387\r
+#define IDS_PLUGIN_DESCRIPTION38        44388\r
+#define IDS_PLUGIN_DESCRIPTION39        44389\r
+#define IDS_PLUGIN_DESCRIPTION40        44390\r
+#define IDS_PLUGIN_MISSING_PLUGIN_NAME  44400\r
+#define IDS_PLUGIN_MISSING_QUOTATION_MARK 44401\r
+#define IDS_PLUGIN_TITLE1               44402\r
 \r
 // Next default values for new objects\r
 // \r
index ddaa4f6..f0d5b75 100644 (file)
@@ -37,7 +37,7 @@
 </head>
 <body>
 <h1>Translations Status</h1>
-<p>Status from <strong>2021-07-16</strong>:</p>
+<p>Status from <strong>2021-07-21</strong>:</p>
 <h2>WinMerge</h2>
 <table class="status">
   <tr>
   </tr>
   <tr>
     <td class="left">Arabic</td>
-    <td class="right">1086</td>
+    <td class="right">1089</td>
     <td class="right translated">905</td>
     <td class="right fuzzy">0</td>
-    <td class="right untranslated">181</td>
+    <td class="right untranslated">184</td>
     <td class="right">83 %</td>
     <td class="center">2019-12-30</td>
   </tr>
   <tr>
     <td class="left">Basque</td>
-    <td class="right">1086</td>
+    <td class="right">1089</td>
     <td class="right translated">642</td>
     <td class="right fuzzy">0</td>
-    <td class="right untranslated">444</td>
+    <td class="right untranslated">447</td>
     <td class="right">59 %</td>
     <td class="center">2013-02-03</td>
   </tr>
   <tr>
     <td class="left">Brazilian</td>
-    <td class="right">1086</td>
+    <td class="right">1089</td>
     <td class="right translated">1021</td>
     <td class="right fuzzy">0</td>
-    <td class="right untranslated">65</td>
+    <td class="right untranslated">68</td>
     <td class="right">94 %</td>
     <td class="center">2021-02-14</td>
   </tr>
   <tr>
     <td class="left">Bulgarian</td>
-    <td class="right">1086</td>
+    <td class="right">1089</td>
     <td class="right translated">970</td>
     <td class="right fuzzy">0</td>
-    <td class="right untranslated">116</td>
+    <td class="right untranslated">119</td>
     <td class="right">89 %</td>
     <td class="center">2021-06-28</td>
   </tr>
   <tr>
     <td class="left">Catalan</td>
-    <td class="right">1086</td>
+    <td class="right">1089</td>
     <td class="right translated">568</td>
     <td class="right fuzzy">0</td>
-    <td class="right untranslated">518</td>
+    <td class="right untranslated">521</td>
     <td class="right">52 %</td>
     <td class="center"></td>
   </tr>
   <tr>
     <td class="left">ChineseSimplified</td>
-    <td class="right">1086</td>
+    <td class="right">1089</td>
     <td class="right translated">978</td>
     <td class="right fuzzy">0</td>
-    <td class="right untranslated">108</td>
+    <td class="right untranslated">111</td>
     <td class="right">90 %</td>
     <td class="center"></td>
   </tr>
   <tr>
     <td class="left">ChineseTraditional</td>
-    <td class="right">1086</td>
+    <td class="right">1089</td>
     <td class="right translated">858</td>
     <td class="right fuzzy">0</td>
-    <td class="right untranslated">228</td>
+    <td class="right untranslated">231</td>
     <td class="right">79 %</td>
     <td class="center">2010-02-19</td>
   </tr>
   <tr>
     <td class="left">Croatian</td>
-    <td class="right">1086</td>
+    <td class="right">1089</td>
     <td class="right translated">633</td>
     <td class="right fuzzy">1</td>
-    <td class="right untranslated">452</td>
+    <td class="right untranslated">455</td>
     <td class="right">58 %</td>
     <td class="center">2009-02-13</td>
   </tr>
   <tr>
     <td class="left">Czech</td>
-    <td class="right">1086</td>
+    <td class="right">1089</td>
     <td class="right translated">608</td>
     <td class="right fuzzy">0</td>
-    <td class="right untranslated">478</td>
+    <td class="right untranslated">481</td>
     <td class="right">56 %</td>
     <td class="center"></td>
   </tr>
   <tr>
     <td class="left">Danish</td>
-    <td class="right">1086</td>
+    <td class="right">1089</td>
     <td class="right translated">642</td>
     <td class="right fuzzy">0</td>
-    <td class="right untranslated">444</td>
+    <td class="right untranslated">447</td>
     <td class="right">59 %</td>
     <td class="center">2013-01-13</td>
   </tr>
   <tr>
     <td class="left">Dutch</td>
-    <td class="right">1086</td>
+    <td class="right">1089</td>
     <td class="right translated">1067</td>
     <td class="right fuzzy">0</td>
-    <td class="right untranslated">19</td>
+    <td class="right untranslated">22</td>
     <td class="right">98 %</td>
     <td class="center">2018-09-06</td>
   </tr>
   <tr>
     <td class="left">English</td>
-    <td class="right">1087</td>
-    <td class="right translated">1087</td>
+    <td class="right">1090</td>
+    <td class="right translated">1090</td>
     <td class="right fuzzy">0</td>
     <td class="right untranslated">0</td>
     <td class="right">100 %</td>
-    <td class="center">2021-07-13</td>
+    <td class="center">2021-07-21</td>
   </tr>
   <tr>
     <td class="left">Finnish</td>
-    <td class="right">1086</td>
+    <td class="right">1089</td>
     <td class="right translated">905</td>
     <td class="right fuzzy">0</td>
-    <td class="right untranslated">181</td>
+    <td class="right untranslated">184</td>
     <td class="right">83 %</td>
     <td class="center"></td>
   </tr>
   <tr>
     <td class="left">French</td>
-    <td class="right">1086</td>
+    <td class="right">1089</td>
     <td class="right translated">1022</td>
     <td class="right fuzzy">0</td>
-    <td class="right untranslated">64</td>
+    <td class="right untranslated">67</td>
     <td class="right">94 %</td>
     <td class="center">2021-04-29</td>
   </tr>
   <tr>
     <td class="left">Galician</td>
-    <td class="right">1086</td>
+    <td class="right">1089</td>
     <td class="right translated">1084</td>
     <td class="right fuzzy">0</td>
-    <td class="right untranslated">2</td>
+    <td class="right untranslated">5</td>
     <td class="right">100 %</td>
     <td class="center">2021-07-11</td>
   </tr>
   <tr>
     <td class="left">German</td>
-    <td class="right">1086</td>
-    <td class="right translated">1084</td>
+    <td class="right">1089</td>
+    <td class="right translated">1086</td>
     <td class="right fuzzy">0</td>
-    <td class="right untranslated">2</td>
+    <td class="right untranslated">3</td>
     <td class="right">100 %</td>
-    <td class="center">2021-07-11</td>
+    <td class="center">2021-07-17</td>
   </tr>
   <tr>
     <td class="left">Greek</td>
-    <td class="right">1086</td>
+    <td class="right">1089</td>
     <td class="right translated">606</td>
     <td class="right fuzzy">0</td>
-    <td class="right untranslated">480</td>
+    <td class="right untranslated">483</td>
     <td class="right">56 %</td>
     <td class="center"></td>
   </tr>
   <tr>
     <td class="left">Hungarian</td>
-    <td class="right">1086</td>
+    <td class="right">1089</td>
     <td class="right translated">1070</td>
     <td class="right fuzzy">0</td>
-    <td class="right untranslated">16</td>
-    <td class="right">99 %</td>
+    <td class="right untranslated">19</td>
+    <td class="right">98 %</td>
     <td class="center">2021-03-15</td>
   </tr>
   <tr>
     <td class="left">Italian</td>
-    <td class="right">1086</td>
+    <td class="right">1089</td>
     <td class="right translated">908</td>
     <td class="right fuzzy">0</td>
-    <td class="right untranslated">178</td>
-    <td class="right">84 %</td>
+    <td class="right untranslated">181</td>
+    <td class="right">83 %</td>
     <td class="center">2019-07-12</td>
   </tr>
   <tr>
     <td class="left">Japanese</td>
-    <td class="right">1086</td>
+    <td class="right">1089</td>
     <td class="right translated">1086</td>
     <td class="right fuzzy">0</td>
-    <td class="right untranslated">0</td>
+    <td class="right untranslated">3</td>
     <td class="right">100 %</td>
     <td class="center">2021-07-11</td>
   </tr>
   <tr>
     <td class="left">Korean</td>
-    <td class="right">1086</td>
+    <td class="right">1089</td>
     <td class="right translated">990</td>
     <td class="right fuzzy">0</td>
-    <td class="right untranslated">96</td>
+    <td class="right untranslated">99</td>
     <td class="right">91 %</td>
     <td class="center">2021-03-30</td>
   </tr>
   <tr>
     <td class="left">Lithuanian</td>
-    <td class="right">1086</td>
-    <td class="right translated">1083</td>
+    <td class="right">1089</td>
+    <td class="right translated">1085</td>
     <td class="right fuzzy">0</td>
-    <td class="right untranslated">3</td>
+    <td class="right untranslated">4</td>
     <td class="right">100 %</td>
-    <td class="center">2021-07-14</td>
+    <td class="center">2021-07-16</td>
   </tr>
   <tr>
     <td class="left">Norwegian</td>
-    <td class="right">1086</td>
+    <td class="right">1089</td>
     <td class="right translated">634</td>
     <td class="right fuzzy">0</td>
-    <td class="right untranslated">452</td>
+    <td class="right untranslated">455</td>
     <td class="right">58 %</td>
     <td class="center"></td>
   </tr>
   <tr>
     <td class="left">Persian</td>
-    <td class="right">1086</td>
+    <td class="right">1089</td>
     <td class="right translated">645</td>
     <td class="right fuzzy">0</td>
-    <td class="right untranslated">441</td>
+    <td class="right untranslated">444</td>
     <td class="right">59 %</td>
     <td class="center">2013-08-15</td>
   </tr>
   <tr>
     <td class="left">Polish</td>
-    <td class="right">1086</td>
+    <td class="right">1089</td>
     <td class="right translated">1012</td>
     <td class="right fuzzy">0</td>
-    <td class="right untranslated">74</td>
+    <td class="right untranslated">77</td>
     <td class="right">93 %</td>
     <td class="center"></td>
   </tr>
   <tr>
     <td class="left">Portuguese</td>
-    <td class="right">1086</td>
+    <td class="right">1089</td>
     <td class="right translated">1084</td>
     <td class="right fuzzy">0</td>
-    <td class="right untranslated">2</td>
+    <td class="right untranslated">5</td>
     <td class="right">100 %</td>
     <td class="center">2021-07-12</td>
   </tr>
   <tr>
     <td class="left">Romanian</td>
-    <td class="right">1086</td>
+    <td class="right">1089</td>
     <td class="right translated">563</td>
     <td class="right fuzzy">44</td>
-    <td class="right untranslated">479</td>
+    <td class="right untranslated">482</td>
     <td class="right">56 %</td>
     <td class="center"></td>
   </tr>
   <tr>
     <td class="left">Russian</td>
-    <td class="right">1086</td>
+    <td class="right">1089</td>
     <td class="right translated">1048</td>
     <td class="right fuzzy">0</td>
-    <td class="right untranslated">38</td>
-    <td class="right">97 %</td>
+    <td class="right untranslated">41</td>
+    <td class="right">96 %</td>
     <td class="center">2021-06-25</td>
   </tr>
   <tr>
     <td class="left">Serbian</td>
-    <td class="right">1086</td>
+    <td class="right">1089</td>
     <td class="right translated">634</td>
     <td class="right fuzzy">0</td>
-    <td class="right untranslated">452</td>
+    <td class="right untranslated">455</td>
     <td class="right">58 %</td>
     <td class="center"></td>
   </tr>
   <tr>
     <td class="left">Sinhala</td>
-    <td class="right">1086</td>
+    <td class="right">1089</td>
     <td class="right translated">568</td>
     <td class="right fuzzy">59</td>
-    <td class="right untranslated">459</td>
+    <td class="right untranslated">462</td>
     <td class="right">58 %</td>
     <td class="center">2010-12-12</td>
   </tr>
   <tr>
     <td class="left">Slovak</td>
-    <td class="right">1086</td>
+    <td class="right">1089</td>
     <td class="right translated">978</td>
     <td class="right fuzzy">0</td>
-    <td class="right untranslated">108</td>
+    <td class="right untranslated">111</td>
     <td class="right">90 %</td>
     <td class="center">2020-11-02</td>
   </tr>
   <tr>
     <td class="left">Slovenian</td>
-    <td class="right">1086</td>
+    <td class="right">1089</td>
     <td class="right translated">1072</td>
     <td class="right fuzzy">0</td>
-    <td class="right untranslated">14</td>
-    <td class="right">99 %</td>
+    <td class="right untranslated">17</td>
+    <td class="right">98 %</td>
     <td class="center">2021-07-04</td>
   </tr>
   <tr>
     <td class="left">Spanish</td>
-    <td class="right">1086</td>
+    <td class="right">1089</td>
     <td class="right translated">874</td>
     <td class="right fuzzy">0</td>
-    <td class="right untranslated">212</td>
+    <td class="right untranslated">215</td>
     <td class="right">80 %</td>
     <td class="center">2020-04-03</td>
   </tr>
   <tr>
     <td class="left">Swedish</td>
-    <td class="right">1086</td>
+    <td class="right">1089</td>
     <td class="right translated">1021</td>
     <td class="right fuzzy">0</td>
-    <td class="right untranslated">65</td>
+    <td class="right untranslated">68</td>
     <td class="right">94 %</td>
     <td class="center">2021-04-10</td>
   </tr>
   <tr>
     <td class="left">Turkish</td>
-    <td class="right">1086</td>
+    <td class="right">1089</td>
     <td class="right translated">1067</td>
     <td class="right fuzzy">0</td>
-    <td class="right untranslated">19</td>
+    <td class="right untranslated">22</td>
     <td class="right">98 %</td>
     <td class="center">2021-06-25</td>
   </tr>
   <tr>
     <td class="left">Ukrainian</td>
-    <td class="right">1086</td>
+    <td class="right">1089</td>
     <td class="right translated">639</td>
     <td class="right fuzzy">0</td>
-    <td class="right untranslated">447</td>
+    <td class="right untranslated">450</td>
     <td class="right">59 %</td>
     <td class="center">2009-06-13</td>
   </tr>
index b916e3f..a9d2832 100644 (file)
@@ -1,47 +1,47 @@
 # Translations Status
 
-Status from **2021-07-16**:
+Status from **2021-07-21**:
 
 ## WinMerge
 
 | Language             | Total | Translated | Fuzzy | Untranslated | Complete | Last Update |
 |:---------------------|------:|-----------:|------:|-------------:|---------:|:-----------:|
-| Arabic               |  1086 |        905 |     0 |          181 |     83 % |  2019-12-30 |
-| Basque               |  1086 |        642 |     0 |          444 |     59 % |  2013-02-03 |
-| Brazilian            |  1086 |       1021 |     0 |           65 |     94 % |  2021-02-14 |
-| Bulgarian            |  1086 |        970 |     0 |          116 |     89 % |  2021-06-28 |
-| Catalan              |  1086 |        568 |     0 |          518 |     52 % |             |
-| ChineseSimplified    |  1086 |        978 |     0 |          108 |     90 % |             |
-| ChineseTraditional   |  1086 |        858 |     0 |          228 |     79 % |  2010-02-19 |
-| Croatian             |  1086 |        633 |     1 |          452 |     58 % |  2009-02-13 |
-| Czech                |  1086 |        608 |     0 |          478 |     56 % |             |
-| Danish               |  1086 |        642 |     0 |          444 |     59 % |  2013-01-13 |
-| Dutch                |  1086 |       1067 |     0 |           19 |     98 % |  2018-09-06 |
-| English              |  1087 |       1087 |     0 |            0 |    100 % |  2021-07-13 |
-| Finnish              |  1086 |        905 |     0 |          181 |     83 % |             |
-| French               |  1086 |       1022 |     0 |           64 |     94 % |  2021-04-29 |
-| Galician             |  1086 |       1084 |     0 |            2 |    100 % |  2021-07-11 |
-| German               |  1086 |       1084 |     0 |            2 |    100 % |  2021-07-11 |
-| Greek                |  1086 |        606 |     0 |          480 |     56 % |             |
-| Hungarian            |  1086 |       1070 |     0 |           16 |     99 % |  2021-03-15 |
-| Italian              |  1086 |        908 |     0 |          178 |     84 % |  2019-07-12 |
-| Japanese             |  1086 |       1086 |     0 |            0 |    100 % |  2021-07-11 |
-| Korean               |  1086 |        990 |     0 |           96 |     91 % |  2021-03-30 |
-| Lithuanian           |  1086 |       1083 |     0 |            3 |    100 % |  2021-07-14 |
-| Norwegian            |  1086 |        634 |     0 |          452 |     58 % |             |
-| Persian              |  1086 |        645 |     0 |          441 |     59 % |  2013-08-15 |
-| Polish               |  1086 |       1012 |     0 |           74 |     93 % |             |
-| Portuguese           |  1086 |       1084 |     0 |            2 |    100 % |  2021-07-12 |
-| Romanian             |  1086 |        563 |    44 |          479 |     56 % |             |
-| Russian              |  1086 |       1048 |     0 |           38 |     97 % |  2021-06-25 |
-| Serbian              |  1086 |        634 |     0 |          452 |     58 % |             |
-| Sinhala              |  1086 |        568 |    59 |          459 |     58 % |  2010-12-12 |
-| Slovak               |  1086 |        978 |     0 |          108 |     90 % |  2020-11-02 |
-| Slovenian            |  1086 |       1072 |     0 |           14 |     99 % |  2021-07-04 |
-| Spanish              |  1086 |        874 |     0 |          212 |     80 % |  2020-04-03 |
-| Swedish              |  1086 |       1021 |     0 |           65 |     94 % |  2021-04-10 |
-| Turkish              |  1086 |       1067 |     0 |           19 |     98 % |  2021-06-25 |
-| Ukrainian            |  1086 |        639 |     0 |          447 |     59 % |  2009-06-13 |
+| Arabic               |  1089 |        905 |     0 |          184 |     83 % |  2019-12-30 |
+| Basque               |  1089 |        642 |     0 |          447 |     59 % |  2013-02-03 |
+| Brazilian            |  1089 |       1021 |     0 |           68 |     94 % |  2021-02-14 |
+| Bulgarian            |  1089 |        970 |     0 |          119 |     89 % |  2021-06-28 |
+| Catalan              |  1089 |        568 |     0 |          521 |     52 % |             |
+| ChineseSimplified    |  1089 |        978 |     0 |          111 |     90 % |             |
+| ChineseTraditional   |  1089 |        858 |     0 |          231 |     79 % |  2010-02-19 |
+| Croatian             |  1089 |        633 |     1 |          455 |     58 % |  2009-02-13 |
+| Czech                |  1089 |        608 |     0 |          481 |     56 % |             |
+| Danish               |  1089 |        642 |     0 |          447 |     59 % |  2013-01-13 |
+| Dutch                |  1089 |       1067 |     0 |           22 |     98 % |  2018-09-06 |
+| English              |  1090 |       1090 |     0 |            0 |    100 % |  2021-07-21 |
+| Finnish              |  1089 |        905 |     0 |          184 |     83 % |             |
+| French               |  1089 |       1022 |     0 |           67 |     94 % |  2021-04-29 |
+| Galician             |  1089 |       1084 |     0 |            5 |    100 % |  2021-07-11 |
+| German               |  1089 |       1086 |     0 |            3 |    100 % |  2021-07-17 |
+| Greek                |  1089 |        606 |     0 |          483 |     56 % |             |
+| Hungarian            |  1089 |       1070 |     0 |           19 |     98 % |  2021-03-15 |
+| Italian              |  1089 |        908 |     0 |          181 |     83 % |  2019-07-12 |
+| Japanese             |  1089 |       1086 |     0 |            3 |    100 % |  2021-07-11 |
+| Korean               |  1089 |        990 |     0 |           99 |     91 % |  2021-03-30 |
+| Lithuanian           |  1089 |       1085 |     0 |            4 |    100 % |  2021-07-16 |
+| Norwegian            |  1089 |        634 |     0 |          455 |     58 % |             |
+| Persian              |  1089 |        645 |     0 |          444 |     59 % |  2013-08-15 |
+| Polish               |  1089 |       1012 |     0 |           77 |     93 % |             |
+| Portuguese           |  1089 |       1084 |     0 |            5 |    100 % |  2021-07-12 |
+| Romanian             |  1089 |        563 |    44 |          482 |     56 % |             |
+| Russian              |  1089 |       1048 |     0 |           41 |     96 % |  2021-06-25 |
+| Serbian              |  1089 |        634 |     0 |          455 |     58 % |             |
+| Sinhala              |  1089 |        568 |    59 |          462 |     58 % |  2010-12-12 |
+| Slovak               |  1089 |        978 |     0 |          111 |     90 % |  2020-11-02 |
+| Slovenian            |  1089 |       1072 |     0 |           17 |     98 % |  2021-07-04 |
+| Spanish              |  1089 |        874 |     0 |          215 |     80 % |  2020-04-03 |
+| Swedish              |  1089 |       1021 |     0 |           68 |     94 % |  2021-04-10 |
+| Turkish              |  1089 |       1067 |     0 |           22 |     98 % |  2021-06-25 |
+| Ukrainian            |  1089 |        639 |     0 |          450 |     59 % |  2009-06-13 |
 
 ## ShellExtension
 
index 7b852ba..b45a135 100644 (file)
@@ -1,16 +1,16 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <status>
-  <update>2021-07-16</update>
+  <update>2021-07-21</update>
   <translations project="WinMerge">
     <translation>
       <language>Arabic</language>
       <file>Arabic.po</file>
       <update>2019-12-30</update>
       <strings>
-        <count>1086</count>
+        <count>1089</count>
         <translated>905</translated>
         <fuzzy>0</fuzzy>
-        <untranslated>181</untranslated>
+        <untranslated>184</untranslated>
       </strings>
     </translation>
     <translation>
       <file>Basque.po</file>
       <update>2013-02-03</update>
       <strings>
-        <count>1086</count>
+        <count>1089</count>
         <translated>642</translated>
         <fuzzy>0</fuzzy>
-        <untranslated>444</untranslated>
+        <untranslated>447</untranslated>
       </strings>
       <translators>
         <translator>
       <file>Brazilian.po</file>
       <update>2021-02-14</update>
       <strings>
-        <count>1086</count>
+        <count>1089</count>
         <translated>1021</translated>
         <fuzzy>0</fuzzy>
-        <untranslated>65</untranslated>
+        <untranslated>68</untranslated>
       </strings>
       <translators>
         <translator>
       <file>Bulgarian.po</file>
       <update>2021-06-28</update>
       <strings>
-        <count>1086</count>
+        <count>1089</count>
         <translated>970</translated>
         <fuzzy>0</fuzzy>
-        <untranslated>116</untranslated>
+        <untranslated>119</untranslated>
       </strings>
       <translators>
         <translator>
       <file>Catalan.po</file>
       <update></update>
       <strings>
-        <count>1086</count>
+        <count>1089</count>
         <translated>568</translated>
         <fuzzy>0</fuzzy>
-        <untranslated>518</untranslated>
+        <untranslated>521</untranslated>
       </strings>
       <translators>
         <translator>
       <file>ChineseSimplified.po</file>
       <update></update>
       <strings>
-        <count>1086</count>
+        <count>1089</count>
         <translated>978</translated>
         <fuzzy>0</fuzzy>
-        <untranslated>108</untranslated>
+        <untranslated>111</untranslated>
       </strings>
       <translators>
         <translator>
       <file>ChineseTraditional.po</file>
       <update>2010-02-19</update>
       <strings>
-        <count>1086</count>
+        <count>1089</count>
         <translated>858</translated>
         <fuzzy>0</fuzzy>
-        <untranslated>228</untranslated>
+        <untranslated>231</untranslated>
       </strings>
       <translators>
         <translator>
       <file>Croatian.po</file>
       <update>2009-02-13</update>
       <strings>
-        <count>1086</count>
+        <count>1089</count>
         <translated>633</translated>
         <fuzzy>1</fuzzy>
-        <untranslated>452</untranslated>
+        <untranslated>455</untranslated>
       </strings>
       <translators>
         <translator>
       <file>Czech.po</file>
       <update></update>
       <strings>
-        <count>1086</count>
+        <count>1089</count>
         <translated>608</translated>
         <fuzzy>0</fuzzy>
-        <untranslated>478</untranslated>
+        <untranslated>481</untranslated>
       </strings>
       <translators>
         <translator>
       <file>Danish.po</file>
       <update>2013-01-13</update>
       <strings>
-        <count>1086</count>
+        <count>1089</count>
         <translated>642</translated>
         <fuzzy>0</fuzzy>
-        <untranslated>444</untranslated>
+        <untranslated>447</untranslated>
       </strings>
       <translators>
         <translator>
       <file>Dutch.po</file>
       <update>2018-09-06</update>
       <strings>
-        <count>1086</count>
+        <count>1089</count>
         <translated>1067</translated>
         <fuzzy>0</fuzzy>
-        <untranslated>19</untranslated>
+        <untranslated>22</untranslated>
       </strings>
       <translators>
         <translator>
     <translation template="1">
       <language>English</language>
       <file>English.pot</file>
-      <update>2021-07-13</update>
+      <update>2021-07-21</update>
       <strings>
-        <count>1087</count>
-        <translated>1087</translated>
+        <count>1090</count>
+        <translated>1090</translated>
         <fuzzy>0</fuzzy>
         <untranslated>0</untranslated>
       </strings>
       <file>Finnish.po</file>
       <update></update>
       <strings>
-        <count>1086</count>
+        <count>1089</count>
         <translated>905</translated>
         <fuzzy>0</fuzzy>
-        <untranslated>181</untranslated>
+        <untranslated>184</untranslated>
       </strings>
     </translation>
     <translation>
       <file>French.po</file>
       <update>2021-04-29</update>
       <strings>
-        <count>1086</count>
+        <count>1089</count>
         <translated>1022</translated>
         <fuzzy>0</fuzzy>
-        <untranslated>64</untranslated>
+        <untranslated>67</untranslated>
       </strings>
       <translators>
         <translator maintainer="1">
       <file>Galician.po</file>
       <update>2021-07-11</update>
       <strings>
-        <count>1086</count>
+        <count>1089</count>
         <translated>1084</translated>
         <fuzzy>0</fuzzy>
-        <untranslated>2</untranslated>
+        <untranslated>5</untranslated>
       </strings>
       <translators>
         <translator>
     <translation>
       <language>German</language>
       <file>German.po</file>
-      <update>2021-07-11</update>
+      <update>2021-07-17</update>
       <strings>
-        <count>1086</count>
-        <translated>1084</translated>
+        <count>1089</count>
+        <translated>1086</translated>
         <fuzzy>0</fuzzy>
-        <untranslated>2</untranslated>
+        <untranslated>3</untranslated>
       </strings>
       <translators>
         <translator maintainer="1">
       <file>Greek.po</file>
       <update></update>
       <strings>
-        <count>1086</count>
+        <count>1089</count>
         <translated>606</translated>
         <fuzzy>0</fuzzy>
-        <untranslated>480</untranslated>
+        <untranslated>483</untranslated>
       </strings>
       <translators>
         <translator>
       <file>Hungarian.po</file>
       <update>2021-03-15</update>
       <strings>
-        <count>1086</count>
+        <count>1089</count>
         <translated>1070</translated>
         <fuzzy>0</fuzzy>
-        <untranslated>16</untranslated>
+        <untranslated>19</untranslated>
       </strings>
       <translators>
         <translator>
       <file>Italian.po</file>
       <update>2019-07-12</update>
       <strings>
-        <count>1086</count>
+        <count>1089</count>
         <translated>908</translated>
         <fuzzy>0</fuzzy>
-        <untranslated>178</untranslated>
+        <untranslated>181</untranslated>
       </strings>
       <translators>
         <translator>
       <file>Japanese.po</file>
       <update>2021-07-11</update>
       <strings>
-        <count>1086</count>
+        <count>1089</count>
         <translated>1086</translated>
         <fuzzy>0</fuzzy>
-        <untranslated>0</untranslated>
+        <untranslated>3</untranslated>
       </strings>
       <translators>
         <translator>
       <file>Korean.po</file>
       <update>2021-03-30</update>
       <strings>
-        <count>1086</count>
+        <count>1089</count>
         <translated>990</translated>
         <fuzzy>0</fuzzy>
-        <untranslated>96</untranslated>
+        <untranslated>99</untranslated>
       </strings>
       <translators>
         <translator>
     <translation>
       <language>Lithuanian</language>
       <file>Lithuanian.po</file>
-      <update>2021-07-14</update>
+      <update>2021-07-16</update>
       <strings>
-        <count>1086</count>
-        <translated>1083</translated>
+        <count>1089</count>
+        <translated>1085</translated>
         <fuzzy>0</fuzzy>
-        <untranslated>3</untranslated>
+        <untranslated>4</untranslated>
       </strings>
       <translators>
         <translator>
       <file>Norwegian.po</file>
       <update></update>
       <strings>
-        <count>1086</count>
+        <count>1089</count>
         <translated>634</translated>
         <fuzzy>0</fuzzy>
-        <untranslated>452</untranslated>
+        <untranslated>455</untranslated>
       </strings>
       <translators>
         <translator>
       <file>Persian.po</file>
       <update>2013-08-15</update>
       <strings>
-        <count>1086</count>
+        <count>1089</count>
         <translated>645</translated>
         <fuzzy>0</fuzzy>
-        <untranslated>441</untranslated>
+        <untranslated>444</untranslated>
       </strings>
       <translators>
         <translator>
       <file>Polish.po</file>
       <update></update>
       <strings>
-        <count>1086</count>
+        <count>1089</count>
         <translated>1012</translated>
         <fuzzy>0</fuzzy>
-        <untranslated>74</untranslated>
+        <untranslated>77</untranslated>
       </strings>
       <translators>
         <translator>
       <file>Portuguese.po</file>
       <update>2021-07-12</update>
       <strings>
-        <count>1086</count>
+        <count>1089</count>
         <translated>1084</translated>
         <fuzzy>0</fuzzy>
-        <untranslated>2</untranslated>
+        <untranslated>5</untranslated>
       </strings>
       <translators>
         <translator>
       <file>Romanian.po</file>
       <update></update>
       <strings>
-        <count>1086</count>
+        <count>1089</count>
         <translated>563</translated>
         <fuzzy>44</fuzzy>
-        <untranslated>479</untranslated>
+        <untranslated>482</untranslated>
       </strings>
       <translators>
         <translator>
       <file>Russian.po</file>
       <update>2021-06-25</update>
       <strings>
-        <count>1086</count>
+        <count>1089</count>
         <translated>1048</translated>
         <fuzzy>0</fuzzy>
-        <untranslated>38</untranslated>
+        <untranslated>41</untranslated>
       </strings>
       <translators>
         <translator>
       <file>Serbian.po</file>
       <update></update>
       <strings>
-        <count>1086</count>
+        <count>1089</count>
         <translated>634</translated>
         <fuzzy>0</fuzzy>
-        <untranslated>452</untranslated>
+        <untranslated>455</untranslated>
       </strings>
       <translators>
         <translator>
       <file>Sinhala.po</file>
       <update>2010-12-12</update>
       <strings>
-        <count>1086</count>
+        <count>1089</count>
         <translated>568</translated>
         <fuzzy>59</fuzzy>
-        <untranslated>459</untranslated>
+        <untranslated>462</untranslated>
       </strings>
       <translators>
         <translator>
       <file>Slovak.po</file>
       <update>2020-11-02</update>
       <strings>
-        <count>1086</count>
+        <count>1089</count>
         <translated>978</translated>
         <fuzzy>0</fuzzy>
-        <untranslated>108</untranslated>
+        <untranslated>111</untranslated>
       </strings>
       <translators>
         <translator>
       <file>Slovenian.po</file>
       <update>2021-07-04</update>
       <strings>
-        <count>1086</count>
+        <count>1089</count>
         <translated>1072</translated>
         <fuzzy>0</fuzzy>
-        <untranslated>14</untranslated>
+        <untranslated>17</untranslated>
       </strings>
       <translators>
         <translator>
       <file>Spanish.po</file>
       <update>2020-04-03</update>
       <strings>
-        <count>1086</count>
+        <count>1089</count>
         <translated>874</translated>
         <fuzzy>0</fuzzy>
-        <untranslated>212</untranslated>
+        <untranslated>215</untranslated>
       </strings>
       <translators>
         <translator>
       <file>Swedish.po</file>
       <update>2021-04-10</update>
       <strings>
-        <count>1086</count>
+        <count>1089</count>
         <translated>1021</translated>
         <fuzzy>0</fuzzy>
-        <untranslated>65</untranslated>
+        <untranslated>68</untranslated>
       </strings>
       <translators>
         <translator>
       <file>Turkish.po</file>
       <update>2021-06-25</update>
       <strings>
-        <count>1086</count>
+        <count>1089</count>
         <translated>1067</translated>
         <fuzzy>0</fuzzy>
-        <untranslated>19</untranslated>
+        <untranslated>22</untranslated>
       </strings>
       <translators>
         <translator>
       <file>Ukrainian.po</file>
       <update>2009-06-13</update>
       <strings>
-        <count>1086</count>
+        <count>1089</count>
         <translated>639</translated>
         <fuzzy>0</fuzzy>
-        <untranslated>447</untranslated>
+        <untranslated>450</untranslated>
       </strings>
       <translators>
         <translator>
index 2cb4da9..084339a 100644 (file)
@@ -3656,6 +3656,9 @@ msgstr ""
 msgid "Data Query"
 msgstr ""
 
+msgid "Validation"
+msgstr ""
+
 msgid "&Others"
 msgstr ""
 
@@ -3725,6 +3728,9 @@ msgstr ""
 msgid "Apply Prediff Substitution Filters"
 msgstr ""
 
+msgid "Prettify HTML"
+msgstr ""
+
 msgid "Prettify JSON"
 msgstr ""
 
@@ -3749,6 +3755,9 @@ msgstr ""
 msgid "Query YAML Data..."
 msgstr ""
 
+msgid "Validate HTML"
+msgstr ""
+
 #, c-format
 msgid "Missing plugin name in plugin pipeline: %1"
 msgstr ""
index 126388d..d45c786 100644 (file)
@@ -4263,6 +4263,9 @@ msgstr ""
 msgid "Data Query"
 msgstr ""
 
+msgid "Validation"
+msgstr ""
+
 msgid "&Others"
 msgstr ""
 
@@ -4332,6 +4335,9 @@ msgstr ""
 msgid "Apply Prediff Substitution Filters"
 msgstr ""
 
+msgid "Prettify HTML"
+msgstr ""
+
 msgid "Prettify JSON"
 msgstr ""
 
@@ -4356,6 +4362,9 @@ msgstr ""
 msgid "Query YAML Data..."
 msgstr ""
 
+msgid "Validate HTML"
+msgstr ""
+
 #, c-format
 msgid "Missing plugin name in plugin pipeline: %1"
 msgstr ""
index c1c98f0..f73d1d9 100644 (file)
@@ -4429,6 +4429,9 @@ msgstr ""
 msgid "Data Query"
 msgstr ""
 
+msgid "Validation"
+msgstr ""
+
 msgid "&Others"
 msgstr ""
 
@@ -4498,6 +4501,9 @@ msgstr ""
 msgid "Apply Prediff Substitution Filters"
 msgstr ""
 
+msgid "Prettify HTML"
+msgstr ""
+
 msgid "Prettify JSON"
 msgstr ""
 
@@ -4522,6 +4528,9 @@ msgstr ""
 msgid "Query YAML Data..."
 msgstr ""
 
+msgid "Validate HTML"
+msgstr ""
+
 #, c-format
 msgid "Missing plugin name in plugin pipeline: %1"
 msgstr ""
index e33c228..b4f93a9 100644 (file)
@@ -3745,6 +3745,9 @@ msgstr ""
 msgid "Data Query"
 msgstr ""
 
+msgid "Validation"
+msgstr ""
+
 msgid "&Others"
 msgstr ""
 
@@ -3814,6 +3817,9 @@ msgstr ""
 msgid "Apply Prediff Substitution Filters"
 msgstr ""
 
+msgid "Prettify HTML"
+msgstr ""
+
 msgid "Prettify JSON"
 msgstr ""
 
@@ -3838,6 +3844,9 @@ msgstr ""
 msgid "Query YAML Data..."
 msgstr ""
 
+msgid "Validate HTML"
+msgstr ""
+
 #, c-format
 msgid "Missing plugin name in plugin pipeline: %1"
 msgstr ""
index 2d977b6..304e593 100644 (file)
@@ -4194,6 +4194,9 @@ msgstr ""
 msgid "Data Query"
 msgstr ""
 
+msgid "Validation"
+msgstr ""
+
 msgid "&Others"
 msgstr ""
 
@@ -4263,6 +4266,9 @@ msgstr ""
 msgid "Apply Prediff Substitution Filters"
 msgstr ""
 
+msgid "Prettify HTML"
+msgstr ""
+
 msgid "Prettify JSON"
 msgstr ""
 
@@ -4287,6 +4293,9 @@ msgstr ""
 msgid "Query YAML Data..."
 msgstr ""
 
+msgid "Validate HTML"
+msgstr ""
+
 #, c-format
 msgid "Missing plugin name in plugin pipeline: %1"
 msgstr ""
index 21918b2..a183402 100644 (file)
@@ -3694,6 +3694,9 @@ msgstr ""
 msgid "Data Query"
 msgstr ""
 
+msgid "Validation"
+msgstr ""
+
 msgid "&Others"
 msgstr ""
 
@@ -3763,6 +3766,9 @@ msgstr ""
 msgid "Apply Prediff Substitution Filters"
 msgstr ""
 
+msgid "Prettify HTML"
+msgstr ""
+
 msgid "Prettify JSON"
 msgstr ""
 
@@ -3787,6 +3793,9 @@ msgstr ""
 msgid "Query YAML Data..."
 msgstr ""
 
+msgid "Validate HTML"
+msgstr ""
+
 #, c-format
 msgid "Missing plugin name in plugin pipeline: %1"
 msgstr ""
index 47ea3aa..fdb2b53 100644 (file)
@@ -4272,6 +4272,9 @@ msgstr ""
 msgid "Data Query"
 msgstr ""
 
+msgid "Validation"
+msgstr ""
+
 msgid "&Others"
 msgstr ""
 
@@ -4341,6 +4344,9 @@ msgstr ""
 msgid "Apply Prediff Substitution Filters"
 msgstr ""
 
+msgid "Prettify HTML"
+msgstr ""
+
 msgid "Prettify JSON"
 msgstr ""
 
@@ -4365,6 +4371,9 @@ msgstr ""
 msgid "Query YAML Data..."
 msgstr ""
 
+msgid "Validate HTML"
+msgstr ""
+
 #, c-format
 msgid "Missing plugin name in plugin pipeline: %1"
 msgstr ""
index 94428ce..9f63a85 100644 (file)
@@ -4263,6 +4263,9 @@ msgstr ""
 msgid "Data Query"
 msgstr ""
 
+msgid "Validation"
+msgstr ""
+
 msgid "&Others"
 msgstr ""
 
@@ -4332,6 +4335,9 @@ msgstr ""
 msgid "Apply Prediff Substitution Filters"
 msgstr ""
 
+msgid "Prettify HTML"
+msgstr ""
+
 msgid "Prettify JSON"
 msgstr ""
 
@@ -4356,6 +4362,9 @@ msgstr ""
 msgid "Query YAML Data..."
 msgstr ""
 
+msgid "Validate HTML"
+msgstr ""
+
 #, c-format
 msgid "Missing plugin name in plugin pipeline: %1"
 msgstr ""
index 9fa63f3..69f351b 100644 (file)
@@ -4196,6 +4196,9 @@ msgstr ""
 msgid "Data Query"
 msgstr ""
 
+msgid "Validation"
+msgstr ""
+
 msgid "&Others"
 msgstr ""
 
@@ -4265,6 +4268,9 @@ msgstr ""
 msgid "Apply Prediff Substitution Filters"
 msgstr ""
 
+msgid "Prettify HTML"
+msgstr ""
+
 msgid "Prettify JSON"
 msgstr ""
 
@@ -4289,6 +4295,9 @@ msgstr ""
 msgid "Query YAML Data..."
 msgstr ""
 
+msgid "Validate HTML"
+msgstr ""
+
 #, c-format
 msgid "Missing plugin name in plugin pipeline: %1"
 msgstr ""
index 5b3bc08..53811d7 100644 (file)
@@ -4301,6 +4301,9 @@ msgstr ""
 msgid "Data Query"
 msgstr ""
 
+msgid "Validation"
+msgstr ""
+
 msgid "&Others"
 msgstr ""
 
@@ -4370,6 +4373,9 @@ msgstr ""
 msgid "Apply Prediff Substitution Filters"
 msgstr ""
 
+msgid "Prettify HTML"
+msgstr ""
+
 msgid "Prettify JSON"
 msgstr ""
 
@@ -4394,6 +4400,9 @@ msgstr ""
 msgid "Query YAML Data..."
 msgstr ""
 
+msgid "Validate HTML"
+msgstr ""
+
 #, c-format
 msgid "Missing plugin name in plugin pipeline: %1"
 msgstr ""
index eeafab3..b041243 100644 (file)
@@ -3740,6 +3740,9 @@ msgstr "Visualisatie"
 msgid "Data Query"
 msgstr "Data-bevraging"
 
+msgid "Validation"
+msgstr ""
+
 msgid "&Others"
 msgstr "Andere"
 
@@ -3809,6 +3812,9 @@ msgstr "TSV-velden negeren"
 msgid "Apply Prediff Substitution Filters"
 msgstr "Voorvergelijking-substitutiefilters toepassen"
 
+msgid "Prettify HTML"
+msgstr ""
+
 msgid "Prettify JSON"
 msgstr "JSON mooi maken"
 
@@ -3833,6 +3839,9 @@ msgstr "JSON-data bevragen..."
 msgid "Query YAML Data..."
 msgstr ""
 
+msgid "Validate HTML"
+msgstr ""
+
 #, c-format
 msgid "Missing plugin name in plugin pipeline: %1"
 msgstr "Ontbrekende pluginnaam of plugin-pipeline: %1"
index 2803ae0..79b00df 100644 (file)
@@ -5,7 +5,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: WinMerge\n"
 "Report-Msgid-Bugs-To: https://bugs.winmerge.org/\n"
-"POT-Creation-Date: 2021-07-13 22:26+0000\n"
+"POT-Creation-Date: 2021-07-21 22:10+0000\n"
 "PO-Revision-Date: \n"
 "Last-Translator: \n"
 "Language-Team: English <winmerge-translate@lists.sourceforge.net>\n"
@@ -3299,6 +3299,9 @@ msgstr ""
 msgid "Data Query"
 msgstr ""
 
+msgid "Validation"
+msgstr ""
+
 msgid "&Others"
 msgstr ""
 
@@ -3368,6 +3371,9 @@ msgstr ""
 msgid "Apply Prediff Substitution Filters"
 msgstr ""
 
+msgid "Prettify HTML"
+msgstr ""
+
 msgid "Prettify JSON"
 msgstr ""
 
@@ -3392,6 +3398,9 @@ msgstr ""
 msgid "Query YAML Data..."
 msgstr ""
 
+msgid "Validate HTML"
+msgstr ""
+
 #, c-format
 msgid "Missing plugin name in plugin pipeline: %1"
 msgstr ""
index 7c25549..3772df7 100644 (file)
@@ -4363,6 +4363,9 @@ msgstr ""
 msgid "Data Query"
 msgstr ""
 
+msgid "Validation"
+msgstr ""
+
 msgid "&Others"
 msgstr ""
 
@@ -4432,6 +4435,9 @@ msgstr ""
 msgid "Apply Prediff Substitution Filters"
 msgstr ""
 
+msgid "Prettify HTML"
+msgstr ""
+
 msgid "Prettify JSON"
 msgstr ""
 
@@ -4456,6 +4462,9 @@ msgstr ""
 msgid "Query YAML Data..."
 msgstr ""
 
+msgid "Validate HTML"
+msgstr ""
+
 #, c-format
 msgid "Missing plugin name in plugin pipeline: %1"
 msgstr ""
index 741a036..19af35c 100644 (file)
@@ -4438,6 +4438,9 @@ msgstr ""
 msgid "Data Query"
 msgstr ""
 
+msgid "Validation"
+msgstr ""
+
 msgid "&Others"
 msgstr ""
 
@@ -4507,6 +4510,9 @@ msgstr ""
 msgid "Apply Prediff Substitution Filters"
 msgstr ""
 
+msgid "Prettify HTML"
+msgstr ""
+
 msgid "Prettify JSON"
 msgstr ""
 
@@ -4531,6 +4537,9 @@ msgstr ""
 msgid "Query YAML Data..."
 msgstr ""
 
+msgid "Validate HTML"
+msgstr ""
+
 #, c-format
 msgid "Missing plugin name in plugin pipeline: %1"
 msgstr ""
index 822f089..7d7a4fd 100644 (file)
@@ -4430,6 +4430,9 @@ msgstr "Visualización"
 msgid "Data Query"
 msgstr "Consulta de datos"
 
+msgid "Validation"
+msgstr ""
+
 msgid "&Others"
 msgstr "&Outros"
 
@@ -4499,6 +4502,9 @@ msgstr "Ignorar campos TSV"
 msgid "Apply Prediff Substitution Filters"
 msgstr "Aplicar filtros de substitución de prediferenciación"
 
+msgid "Prettify HTML"
+msgstr ""
+
 msgid "Prettify JSON"
 msgstr "Embelecer JSON"
 
@@ -4523,6 +4529,9 @@ msgstr "Consultar datos JSON…"
 msgid "Query YAML Data..."
 msgstr "Consultar datos YAML…"
 
+msgid "Validate HTML"
+msgstr ""
+
 #, c-format
 msgid "Missing plugin name in plugin pipeline: %1"
 msgstr "Falta o nome do complemento na canalización de complementos. %1"
index f39d581..b95abd1 100644 (file)
@@ -4047,6 +4047,9 @@ msgstr "Visualisierung"
 msgid "Data Query"
 msgstr "Datenabfrage"
 
+msgid "Validation"
+msgstr ""
+
 msgid "&Others"
 msgstr "Andere"
 
@@ -4116,6 +4119,9 @@ msgstr "TSV-Felder ignorieren"
 msgid "Apply Prediff Substitution Filters"
 msgstr "Prediff-Substitutionsfilter anwenden"
 
+msgid "Prettify HTML"
+msgstr ""
+
 msgid "Prettify JSON"
 msgstr "JSON verschönern"
 
@@ -4140,6 +4146,9 @@ msgstr "JSON-Daten abfragen..."
 msgid "Query YAML Data..."
 msgstr "YAML-Daten abfragen..."
 
+msgid "Validate HTML"
+msgstr ""
+
 #, c-format
 msgid "Missing plugin name in plugin pipeline: %1"
 msgstr "Fehlender Plugin-Name in der Plugin-Pipeline: %1"
index 20b68ca..931a055 100644 (file)
@@ -4241,6 +4241,9 @@ msgstr ""
 msgid "Data Query"
 msgstr ""
 
+msgid "Validation"
+msgstr ""
+
 msgid "&Others"
 msgstr ""
 
@@ -4310,6 +4313,9 @@ msgstr ""
 msgid "Apply Prediff Substitution Filters"
 msgstr ""
 
+msgid "Prettify HTML"
+msgstr ""
+
 msgid "Prettify JSON"
 msgstr ""
 
@@ -4334,6 +4340,9 @@ msgstr ""
 msgid "Query YAML Data..."
 msgstr ""
 
+msgid "Validate HTML"
+msgstr ""
+
 #, c-format
 msgid "Missing plugin name in plugin pipeline: %1"
 msgstr ""
index 744ac4c..24fc791 100644 (file)
@@ -4430,6 +4430,9 @@ msgstr "Megjelenítés"
 msgid "Data Query"
 msgstr "Adatlekérdezés"
 
+msgid "Validation"
+msgstr ""
+
 msgid "&Others"
 msgstr "Egyéb"
 
@@ -4499,6 +4502,9 @@ msgstr "TSV mezők mellőzése"
 msgid "Apply Prediff Substitution Filters"
 msgstr "Elővizsgáló helyettesítési szűrők alkalmazása"
 
+msgid "Prettify HTML"
+msgstr ""
+
 msgid "Prettify JSON"
 msgstr "JSON formázása"
 
@@ -4523,6 +4529,9 @@ msgstr "JSON adatok lekérdezése..."
 msgid "Query YAML Data..."
 msgstr ""
 
+msgid "Validate HTML"
+msgstr ""
+
 #, c-format
 msgid "Missing plugin name in plugin pipeline: %1"
 msgstr "Hiányzó bővítménynév a bővítmény pipeline-ban: %1"
index 1315323..826db9c 100644 (file)
@@ -3677,6 +3677,9 @@ msgstr ""
 msgid "Data Query"
 msgstr ""
 
+msgid "Validation"
+msgstr ""
+
 msgid "&Others"
 msgstr ""
 
@@ -3746,6 +3749,9 @@ msgstr ""
 msgid "Apply Prediff Substitution Filters"
 msgstr ""
 
+msgid "Prettify HTML"
+msgstr ""
+
 msgid "Prettify JSON"
 msgstr ""
 
@@ -3770,6 +3776,9 @@ msgstr ""
 msgid "Query YAML Data..."
 msgstr ""
 
+msgid "Validate HTML"
+msgstr ""
+
 #, c-format
 msgid "Missing plugin name in plugin pipeline: %1"
 msgstr ""
index 7592bea..3fa1669 100644 (file)
@@ -3691,6 +3691,9 @@ msgstr "視覚化"
 msgid "Data Query"
 msgstr "データ問い合わせ"
 
+msgid "Validation"
+msgstr "検証"
+
 msgid "&Others"
 msgstr "その他(&O)"
 
@@ -3760,6 +3763,9 @@ msgstr "TSVの指定列を無視"
 msgid "Apply Prediff Substitution Filters"
 msgstr "比較前処理置換フィルタ"
 
+msgid "Prettify HTML"
+msgstr "HTML整形"
+
 msgid "Prettify JSON"
 msgstr "JSON整形"
 
@@ -3784,6 +3790,9 @@ msgstr "JSONデータの問い合わせ..."
 msgid "Query YAML Data..."
 msgstr "YAMLデータの問い合わせ..."
 
+msgid "Validate HTML"
+msgstr "HTML検証"
+
 #, c-format
 msgid "Missing plugin name in plugin pipeline: %1"
 msgstr "プラグインパイプラインにプラグイン名が指定されていません: %1"
index f8618af..882cd8e 100644 (file)
@@ -4371,6 +4371,9 @@ msgstr ""
 msgid "Data Query"
 msgstr ""
 
+msgid "Validation"
+msgstr ""
+
 msgid "&Others"
 msgstr ""
 
@@ -4440,6 +4443,9 @@ msgstr ""
 msgid "Apply Prediff Substitution Filters"
 msgstr ""
 
+msgid "Prettify HTML"
+msgstr ""
+
 msgid "Prettify JSON"
 msgstr ""
 
@@ -4464,6 +4470,9 @@ msgstr ""
 msgid "Query YAML Data..."
 msgstr ""
 
+msgid "Validate HTML"
+msgstr ""
+
 #, c-format
 msgid "Missing plugin name in plugin pipeline: %1"
 msgstr ""
index a738c3d..66c6dd7 100644 (file)
@@ -3308,6 +3308,9 @@ msgstr "Vizualizavimas"
 msgid "Data Query"
 msgstr "Duomenų užklausa"
 
+msgid "Validation"
+msgstr ""
+
 msgid "&Others"
 msgstr "Kiti"
 
@@ -3377,6 +3380,9 @@ msgstr "Ignoruoti TSV laukus"
 msgid "Apply Prediff Substitution Filters"
 msgstr "Taikyti parengėjo keitinių filtrus"
 
+msgid "Prettify HTML"
+msgstr ""
+
 msgid "Prettify JSON"
 msgstr "Sutvarkyti JSON"
 
@@ -3401,6 +3407,9 @@ msgstr "Pateikti JSON duomenų užklausą..."
 msgid "Query YAML Data..."
 msgstr "Pateikti YAML duomenų užklausą..."
 
+msgid "Validate HTML"
+msgstr ""
+
 #, c-format
 msgid "Missing plugin name in plugin pipeline: %1"
 msgstr "Trūksta papildinio pavadinimo papildinio komandų grandinėje: %1"
index 5b9e57c..657e829 100644 (file)
@@ -4263,6 +4263,9 @@ msgstr ""
 msgid "Data Query"
 msgstr ""
 
+msgid "Validation"
+msgstr ""
+
 msgid "&Others"
 msgstr ""
 
@@ -4332,6 +4335,9 @@ msgstr ""
 msgid "Apply Prediff Substitution Filters"
 msgstr ""
 
+msgid "Prettify HTML"
+msgstr ""
+
 msgid "Prettify JSON"
 msgstr ""
 
@@ -4356,6 +4362,9 @@ msgstr ""
 msgid "Query YAML Data..."
 msgstr ""
 
+msgid "Validate HTML"
+msgstr ""
+
 #, c-format
 msgid "Missing plugin name in plugin pipeline: %1"
 msgstr ""
index d75d8e3..2a5ff4f 100644 (file)
@@ -4306,6 +4306,9 @@ msgstr ""
 msgid "Data Query"
 msgstr ""
 
+msgid "Validation"
+msgstr ""
+
 msgid "&Others"
 msgstr ""
 
@@ -4375,6 +4378,9 @@ msgstr ""
 msgid "Apply Prediff Substitution Filters"
 msgstr ""
 
+msgid "Prettify HTML"
+msgstr ""
+
 msgid "Prettify JSON"
 msgstr ""
 
@@ -4399,6 +4405,9 @@ msgstr ""
 msgid "Query YAML Data..."
 msgstr ""
 
+msgid "Validate HTML"
+msgstr ""
+
 #, c-format
 msgid "Missing plugin name in plugin pipeline: %1"
 msgstr ""
index 5f74ad2..880209c 100644 (file)
@@ -3305,6 +3305,9 @@ msgstr ""
 msgid "Data Query"
 msgstr ""
 
+msgid "Validation"
+msgstr ""
+
 msgid "&Others"
 msgstr ""
 
@@ -3374,6 +3377,9 @@ msgstr ""
 msgid "Apply Prediff Substitution Filters"
 msgstr ""
 
+msgid "Prettify HTML"
+msgstr ""
+
 msgid "Prettify JSON"
 msgstr ""
 
@@ -3398,6 +3404,9 @@ msgstr ""
 msgid "Query YAML Data..."
 msgstr ""
 
+msgid "Validate HTML"
+msgstr ""
+
 #, c-format
 msgid "Missing plugin name in plugin pipeline: %1"
 msgstr ""
index c58fb69..74f61ad 100644 (file)
@@ -3776,6 +3776,9 @@ msgstr "Visualização"
 msgid "Data Query"
 msgstr "Consulta de dados"
 
+msgid "Validation"
+msgstr ""
+
 msgid "&Others"
 msgstr "&Outros"
 
@@ -3845,6 +3848,9 @@ msgstr "Ignorar campos de TSV"
 msgid "Apply Prediff Substitution Filters"
 msgstr "Aplicar filtros de substituição pré-diferenciar"
 
+msgid "Prettify HTML"
+msgstr ""
+
 msgid "Prettify JSON"
 msgstr "Embelezar JSON"
 
@@ -3869,6 +3875,9 @@ msgstr "Consultar dados JSON..."
 msgid "Query YAML Data..."
 msgstr "Consultar dados YAML..."
 
+msgid "Validate HTML"
+msgstr ""
+
 #, c-format
 msgid "Missing plugin name in plugin pipeline: %1"
 msgstr "Nome de plugin ausente no pipeline plugin: %1"
index 798e4ba..dee6dd2 100644 (file)
@@ -4242,6 +4242,9 @@ msgstr ""
 msgid "Data Query"
 msgstr ""
 
+msgid "Validation"
+msgstr ""
+
 msgid "&Others"
 msgstr ""
 
@@ -4311,6 +4314,9 @@ msgstr ""
 msgid "Apply Prediff Substitution Filters"
 msgstr ""
 
+msgid "Prettify HTML"
+msgstr ""
+
 msgid "Prettify JSON"
 msgstr ""
 
@@ -4335,6 +4341,9 @@ msgstr ""
 msgid "Query YAML Data..."
 msgstr ""
 
+msgid "Validate HTML"
+msgstr ""
+
 #, c-format
 msgid "Missing plugin name in plugin pipeline: %1"
 msgstr ""
index 02c5ab2..57c39d7 100644 (file)
@@ -3307,6 +3307,9 @@ msgstr "Визуализация"
 msgid "Data Query"
 msgstr "Запрос данных"
 
+msgid "Validation"
+msgstr ""
+
 msgid "&Others"
 msgstr "Другое"
 
@@ -3376,6 +3379,9 @@ msgstr "Игнорировать поля TSV"
 msgid "Apply Prediff Substitution Filters"
 msgstr "Применить фильтры замены предсравнения."
 
+msgid "Prettify HTML"
+msgstr ""
+
 msgid "Prettify JSON"
 msgstr "Приукрасить JSON"
 
@@ -3400,6 +3406,9 @@ msgstr "Запрос данных JSON..."
 msgid "Query YAML Data..."
 msgstr ""
 
+msgid "Validate HTML"
+msgstr ""
+
 #, c-format
 msgid "Missing plugin name in plugin pipeline: %1"
 msgstr "Отсутствует плагин в конвейере: %1"
index 097d96b..6c73de0 100644 (file)
@@ -4235,6 +4235,9 @@ msgstr ""
 msgid "Data Query"
 msgstr ""
 
+msgid "Validation"
+msgstr ""
+
 msgid "&Others"
 msgstr ""
 
@@ -4304,6 +4307,9 @@ msgstr ""
 msgid "Apply Prediff Substitution Filters"
 msgstr ""
 
+msgid "Prettify HTML"
+msgstr ""
+
 msgid "Prettify JSON"
 msgstr ""
 
@@ -4328,6 +4334,9 @@ msgstr ""
 msgid "Query YAML Data..."
 msgstr ""
 
+msgid "Validate HTML"
+msgstr ""
+
 #, c-format
 msgid "Missing plugin name in plugin pipeline: %1"
 msgstr ""
index 0b55a95..d2d61c8 100644 (file)
@@ -4253,6 +4253,9 @@ msgstr ""
 msgid "Data Query"
 msgstr ""
 
+msgid "Validation"
+msgstr ""
+
 msgid "&Others"
 msgstr ""
 
@@ -4322,6 +4325,9 @@ msgstr ""
 msgid "Apply Prediff Substitution Filters"
 msgstr ""
 
+msgid "Prettify HTML"
+msgstr ""
+
 msgid "Prettify JSON"
 msgstr ""
 
@@ -4346,6 +4352,9 @@ msgstr ""
 msgid "Query YAML Data..."
 msgstr ""
 
+msgid "Validate HTML"
+msgstr ""
+
 #, c-format
 msgid "Missing plugin name in plugin pipeline: %1"
 msgstr ""
index 170a8f6..624522b 100644 (file)
@@ -3716,6 +3716,9 @@ msgstr ""
 msgid "Data Query"
 msgstr ""
 
+msgid "Validation"
+msgstr ""
+
 msgid "&Others"
 msgstr ""
 
@@ -3785,6 +3788,9 @@ msgstr ""
 msgid "Apply Prediff Substitution Filters"
 msgstr ""
 
+msgid "Prettify HTML"
+msgstr ""
+
 msgid "Prettify JSON"
 msgstr ""
 
@@ -3809,6 +3815,9 @@ msgstr ""
 msgid "Query YAML Data..."
 msgstr ""
 
+msgid "Validate HTML"
+msgstr ""
+
 #, c-format
 msgid "Missing plugin name in plugin pipeline: %1"
 msgstr ""
index 2ffc240..3386091 100644 (file)
@@ -4424,6 +4424,9 @@ msgstr "Vidna predstavitev"
 msgid "Data Query"
 msgstr "Podatkovna poizvedba"
 
+msgid "Validation"
+msgstr ""
+
 msgid "&Others"
 msgstr "&Drugo"
 
@@ -4493,6 +4496,9 @@ msgstr "Prezri polja TSV"
 msgid "Apply Prediff Substitution Filters"
 msgstr "Uporabite nadomestne filtre Prediff"
 
+msgid "Prettify HTML"
+msgstr ""
+
 msgid "Prettify JSON"
 msgstr "Polepšaj JSON"
 
@@ -4517,6 +4523,9 @@ msgstr "Poizveduj podatke JSON..."
 msgid "Query YAML Data..."
 msgstr ""
 
+msgid "Validate HTML"
+msgstr ""
+
 #, c-format
 msgid "Missing plugin name in plugin pipeline: %1"
 msgstr "Manjkajoče ime vtičnika v cevovodu vtičnika:%1"
index e107441..a632540 100644 (file)
@@ -3694,6 +3694,9 @@ msgstr ""
 msgid "Data Query"
 msgstr ""
 
+msgid "Validation"
+msgstr ""
+
 msgid "&Others"
 msgstr ""
 
@@ -3763,6 +3766,9 @@ msgstr ""
 msgid "Apply Prediff Substitution Filters"
 msgstr ""
 
+msgid "Prettify HTML"
+msgstr ""
+
 msgid "Prettify JSON"
 msgstr ""
 
@@ -3787,6 +3793,9 @@ msgstr ""
 msgid "Query YAML Data..."
 msgstr ""
 
+msgid "Validate HTML"
+msgstr ""
+
 #, c-format
 msgid "Missing plugin name in plugin pipeline: %1"
 msgstr ""
index b1b5b75..8bdbf84 100644 (file)
@@ -4402,6 +4402,9 @@ msgstr ""
 msgid "Data Query"
 msgstr ""
 
+msgid "Validation"
+msgstr ""
+
 msgid "&Others"
 msgstr ""
 
@@ -4471,6 +4474,9 @@ msgstr ""
 msgid "Apply Prediff Substitution Filters"
 msgstr ""
 
+msgid "Prettify HTML"
+msgstr ""
+
 msgid "Prettify JSON"
 msgstr ""
 
@@ -4495,6 +4501,9 @@ msgstr ""
 msgid "Query YAML Data..."
 msgstr ""
 
+msgid "Validate HTML"
+msgstr ""
+
 #, c-format
 msgid "Missing plugin name in plugin pipeline: %1"
 msgstr ""
index 640cc81..48eeaf7 100644 (file)
@@ -3756,6 +3756,9 @@ msgstr "Görselleştirme"
 msgid "Data Query"
 msgstr "Veri sorgusu"
 
+msgid "Validation"
+msgstr ""
+
 msgid "&Others"
 msgstr "&Diğerleri"
 
@@ -3826,6 +3829,9 @@ msgstr "TSV alanları yok sayılsın"
 msgid "Apply Prediff Substitution Filters"
 msgstr "Ön farklılaştırma değiştirme süzgeçlerini uygula"
 
+msgid "Prettify HTML"
+msgstr ""
+
 msgid "Prettify JSON"
 msgstr "JSON sadeleştirme"
 
@@ -3850,6 +3856,9 @@ msgstr "JSON verilerini sorgula..."
 msgid "Query YAML Data..."
 msgstr ""
 
+msgid "Validate HTML"
+msgstr ""
+
 #, c-format
 msgid "Missing plugin name in plugin pipeline: %1"
 msgstr "Eklenti bağlantı yolunda eklenti adı eksik: %1"
index 06e3627..fc7732b 100644 (file)
@@ -4263,6 +4263,9 @@ msgstr ""
 msgid "Data Query"
 msgstr ""
 
+msgid "Validation"
+msgstr ""
+
 msgid "&Others"
 msgstr ""
 
@@ -4332,6 +4335,9 @@ msgstr ""
 msgid "Apply Prediff Substitution Filters"
 msgstr ""
 
+msgid "Prettify HTML"
+msgstr ""
+
 msgid "Prettify JSON"
 msgstr ""
 
@@ -4356,6 +4362,9 @@ msgstr ""
 msgid "Query YAML Data..."
 msgstr ""
 
+msgid "Validate HTML"
+msgstr ""
+
 #, c-format
 msgid "Missing plugin name in plugin pipeline: %1"
 msgstr ""