diff options
-rw-r--r-- | .tx/config | 10 | ||||
-rwxr-xr-x | baobab/makepot | 5 | ||||
-rwxr-xr-x | gsearchtool/makepot | 5 | ||||
-rwxr-xr-x | logview/makepot | 5 | ||||
-rwxr-xr-x | makepot | 17 | ||||
-rw-r--r-- | mate-dictionary.pot (renamed from mate-dictionary/mate-dictionary.pot) | 22 | ||||
-rwxr-xr-x | mate-dictionary/makepot | 5 | ||||
-rw-r--r-- | mate-disk-usage-analyzer.pot (renamed from baobab/mate-disk-usage-analyzer.pot) | 22 | ||||
-rw-r--r-- | mate-search-tool.pot (renamed from gsearchtool/mate-search-tool.pot) | 6 | ||||
-rw-r--r-- | mate-system-log.pot (renamed from logview/mate-system-log.pot) | 34 |
10 files changed, 55 insertions, 76 deletions
@@ -3,35 +3,35 @@ host = https://www.transifex.com [MATE.1-20--mate-utils] file_filter = po/<lang>.po -source_file = po/mate-utils.pot +source_file = mate-utils.pot source_lang = en type = PO minimum_perc = 2 [MATE.1-20--mate-disk-usage-analyzer] file_filter = baobab/help/<lang>/<lang>.po -source_file = baobab/mate-disk-usage-analyzer.pot +source_file = mate-disk-usage-analyzer.pot source_lang = en type = PO minimum_perc = 2 [MATE.1-20--mate-search-tool] file_filter = gsearchtool/help/<lang>/<lang>.po -source_file = gsearchtool/mate-search-tool.pot +source_file = mate-search-tool.pot source_lang = en type = PO minimum_perc = 2 [MATE.1-20--mate-system-log] file_filter = logview/help/<lang>/<lang>.po -source_file = logview/mate-system-log.pot +source_file = mate-system-log.pot source_lang = en type = PO minimum_perc = 2 [MATE.1-20--mate-dictionary] file_filter = mate-dictionary/help/<lang>/<lang>.po -source_file = mate-dictionary/mate-dictionary.pot +source_file = mate-dictionary.pot source_lang = en type = PO minimum_perc = 2 diff --git a/baobab/makepot b/baobab/makepot deleted file mode 100755 index 9d3c81f2..00000000 --- a/baobab/makepot +++ /dev/null @@ -1,5 +0,0 @@ -#! /bin/sh - -PACKAGE=mate-disk-usage-analyzer; - -make -C help $PACKAGE.pot && mv help/$PACKAGE.pot . diff --git a/gsearchtool/makepot b/gsearchtool/makepot deleted file mode 100755 index dea98e30..00000000 --- a/gsearchtool/makepot +++ /dev/null @@ -1,5 +0,0 @@ -#! /bin/sh - -PACKAGE=mate-search-tool; - -make -C help $PACKAGE.pot && mv help/$PACKAGE.pot . diff --git a/logview/makepot b/logview/makepot deleted file mode 100755 index 856ff907..00000000 --- a/logview/makepot +++ /dev/null @@ -1,5 +0,0 @@ -#! /bin/sh - -PACKAGE=mate-system-log; - -make -C help $PACKAGE.pot && mv help/$PACKAGE.pot . @@ -1,5 +1,22 @@ #! /bin/sh PACKAGE=mate-utils; +DISK=mate-disk-usage-analyzer; +SEARCH=mate-search-tool; +LOG=mate-system-log; +DICT=mate-dictionary; +# main translations make -C po $PACKAGE.pot && mv po/$PACKAGE.pot . + +# mate-disk-usage-analyzer +make -C baobab/help $DISK.pot && mv baobab/help/$DISK.pot . + +# mate-search-tool +make -C gsearchtool/help $SEARCH.pot && mv gsearchtool/help/$SEARCH.pot . + +# mate-system-log +make -C logview/help $LOG.pot && mv logview/help/$LOG.pot . + +# mate-dictionary +make -C $DICT/help $DICT.pot && mv $DICT/help/$DICT.pot . diff --git a/mate-dictionary/mate-dictionary.pot b/mate-dictionary.pot index d9d8afaa..3b7c57bf 100644 --- a/mate-dictionary/mate-dictionary.pot +++ b/mate-dictionary.pot @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: MATE Desktop Environment\n" -"POT-Creation-Date: 2018-09-13 12:50+0200\n" +"POT-Creation-Date: 2018-10-05 15:34+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <[email protected]>\n" @@ -26,7 +26,7 @@ msgstr "" #. (itstool) path: articleinfo/copyright #: C/index.docbook:33 -msgid "<year>2015</year> <holder>MATE-Dokumentationsprojekt</holder>" +msgid "<year>2015</year> <holder>MATE Documentation Project</holder>" msgstr "" #. (itstool) path: articleinfo/copyright @@ -35,13 +35,17 @@ msgid "<year>2005</year> <holder>Emmanuele Bassi</holder>" msgstr "" #. (itstool) path: publisher/publishername +#. (itstool) path: revdescription/para #: C/index.docbook:52 -msgid "MATE-Dokumentationsprojekt" +#: C/index.docbook:96 +msgid "MATE Documentation Project" msgstr "" #. (itstool) path: publisher/publishername +#. (itstool) path: revdescription/para #: C/index.docbook:55 -msgid "GNOME-Dokumentationsprojekt" +#: C/index.docbook:104 +msgid "GNOME Documentation Project" msgstr "" #. (itstool) path: legalnotice/para @@ -94,11 +98,6 @@ msgstr "" msgid "Wolfgang Ulbrich" msgstr "" -#. (itstool) path: revdescription/para -#: C/index.docbook:96 -msgid "MATE Documentation Project" -msgstr "" - #. (itstool) path: revhistory/revision #: C/index.docbook:90 #: C/index.docbook:99 @@ -110,11 +109,6 @@ msgstr "" msgid "Emmanuele Bassi" msgstr "" -#. (itstool) path: revdescription/para -#: C/index.docbook:104 -msgid "GNOME Documentation Project" -msgstr "" - #. (itstool) path: articleinfo/releaseinfo #: C/index.docbook:109 msgid "This manual describes version 1.10 of Dictionary." diff --git a/mate-dictionary/makepot b/mate-dictionary/makepot deleted file mode 100755 index 3675d5af..00000000 --- a/mate-dictionary/makepot +++ /dev/null @@ -1,5 +0,0 @@ -#! /bin/sh - -PACKAGE=mate-dictionary; - -make -C help $PACKAGE.pot && mv help/$PACKAGE.pot . diff --git a/baobab/mate-disk-usage-analyzer.pot b/mate-disk-usage-analyzer.pot index 58f0ad66..069668b7 100644 --- a/baobab/mate-disk-usage-analyzer.pot +++ b/mate-disk-usage-analyzer.pot @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: MATE Desktop Environment\n" -"POT-Creation-Date: 2018-09-23 16:50+0200\n" +"POT-Creation-Date: 2018-10-05 15:34+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <[email protected]>\n" @@ -26,7 +26,7 @@ msgstr "" #. (itstool) path: articleinfo/copyright #: C/index.docbook:30 -msgid "<year>2015</year> <holder>MATE-Dokumentationsprojekt</holder>" +msgid "<year>2015</year> <holder>MATE Documentation Project</holder>" msgstr "" #. (itstool) path: articleinfo/copyright @@ -35,13 +35,17 @@ msgid "<year>2006</year> <holder>Fabio Marzocca</holder>" msgstr "" #. (itstool) path: publisher/publishername +#. (itstool) path: revdescription/para #: C/index.docbook:47 -msgid "MATE-Dokumentationsprojekt" +#: C/index.docbook:103 +msgid "MATE Documentation Project" msgstr "" #. (itstool) path: publisher/publishername +#. (itstool) path: revdescription/para #: C/index.docbook:50 -msgid "GNOME-Dokumentationsprojekt" +#: C/index.docbook:113 +msgid "GNOME Documentation Project" msgstr "" #. (itstool) path: legalnotice/para @@ -99,11 +103,6 @@ msgstr "" msgid "Wolfgang Ulbrich" msgstr "" -#. (itstool) path: revdescription/para -#: C/index.docbook:103 -msgid "MATE Documentation Project" -msgstr "" - #. (itstool) path: revhistory/revision #: C/index.docbook:97 msgid "<revnumber>Disk Usage Analyzer Manual 1.10</revnumber> <date>July 2015</date> <_:revdescription-1/>" @@ -114,11 +113,6 @@ msgstr "" msgid "Emmanuele Bassi <email>[email protected]</email>" msgstr "" -#. (itstool) path: revdescription/para -#: C/index.docbook:113 -msgid "GNOME Documentation Project" -msgstr "" - #. (itstool) path: revhistory/revision #: C/index.docbook:106 msgid "<revnumber>Disk Usage Analyzer Manual 1.0</revnumber> <date>April 2006</date> <_:revdescription-1/>" diff --git a/gsearchtool/mate-search-tool.pot b/mate-search-tool.pot index 46587cd2..189d1df9 100644 --- a/gsearchtool/mate-search-tool.pot +++ b/mate-search-tool.pot @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: MATE Desktop Environment\n" -"POT-Creation-Date: 2018-09-23 16:53+0200\n" +"POT-Creation-Date: 2018-10-05 15:34+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <[email protected]>\n" @@ -26,7 +26,7 @@ msgstr "" #. (itstool) path: articleinfo/copyright #: C/index.docbook:31 -msgid "<year>2015</year> <holder>MATE-Dokumentationsprojekt</holder>" +msgid "<year>2015</year> <holder>MATE Documentation Project</holder>" msgstr "" #. (itstool) path: articleinfo/copyright @@ -46,7 +46,7 @@ msgstr "" #. (itstool) path: publisher/publishername #: C/index.docbook:58 -msgid "MATE-Dokumentationsprojekt" +msgid "MATE Documentation Project" msgstr "" #. (itstool) path: publisher/publishername diff --git a/logview/mate-system-log.pot b/mate-system-log.pot index 7789bbcc..d2e8ffe3 100644 --- a/logview/mate-system-log.pot +++ b/mate-system-log.pot @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: MATE Desktop Environment\n" -"POT-Creation-Date: 2018-09-13 12:35+0200\n" +"POT-Creation-Date: 2018-10-05 15:34+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <[email protected]>\n" @@ -26,7 +26,7 @@ msgstr "" #. (itstool) path: articleinfo/copyright #: C/index.docbook:30 -msgid "<year>2015</year> <holder>MATE-Dokumentationsprojekt</holder>" +msgid "<year>2015</year> <holder>MATE Documentation Project</holder>" msgstr "" #. (itstool) path: articleinfo/copyright @@ -40,13 +40,23 @@ msgid "<year>2000</year> <holder>Judith Samson</holder>" msgstr "" #. (itstool) path: publisher/publishername +#. (itstool) path: revdescription/para #: C/index.docbook:51 -msgid "MATE-Dokumentationsprojekt" +#: C/index.docbook:122 +msgid "MATE Documentation Project" msgstr "" #. (itstool) path: publisher/publishername +#. (itstool) path: revdescription/para #: C/index.docbook:54 -msgid "GNOME-Dokumentationsprojekt" +#: C/index.docbook:132 +#: C/index.docbook:142 +#: C/index.docbook:152 +#: C/index.docbook:162 +#: C/index.docbook:172 +#: C/index.docbook:182 +#: C/index.docbook:192 +msgid "GNOME Documentation Project" msgstr "" #. (itstool) path: legalnotice/para @@ -114,11 +124,6 @@ msgstr "" msgid "Wolfgang Ulbrich" msgstr "" -#. (itstool) path: revdescription/para -#: C/index.docbook:122 -msgid "MATE Documentation Project" -msgstr "" - #. (itstool) path: revhistory/revision #: C/index.docbook:116 msgid "<revnumber>System Log Viewer Manual V1.10</revnumber> <date>July 2015</date> <_:revdescription-1/>" @@ -129,17 +134,6 @@ msgstr "" msgid "Paul Cutler <email>[email protected]</email>" msgstr "" -#. (itstool) path: revdescription/para -#: C/index.docbook:132 -#: C/index.docbook:142 -#: C/index.docbook:152 -#: C/index.docbook:162 -#: C/index.docbook:172 -#: C/index.docbook:182 -#: C/index.docbook:192 -msgid "GNOME Documentation Project" -msgstr "" - #. (itstool) path: revhistory/revision #: C/index.docbook:125 msgid "<revnumber>System Log Viewer Manual V2.5</revnumber> <date>October 2009</date> <_:revdescription-1/>" |