summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.build.yml1
-rw-r--r--.travis.yml2
-rw-r--r--.tx/config13
-rwxr-xr-x.tx/config_20221028214814.bak9
-rw-r--r--NEWS21
-rw-r--r--abstract/meson.build2
-rw-r--r--configure.ac5
-rw-r--r--desktop/meson.build2
-rw-r--r--mate-backgrounds.pot4
-rw-r--r--meson.build2
-rw-r--r--nature/meson.build2
-rw-r--r--po/af.po6
-rw-r--r--po/am.po6
-rw-r--r--po/an.po6
-rw-r--r--po/ar.po6
-rw-r--r--po/as.po6
-rw-r--r--po/ast.po6
-rw-r--r--po/be.po6
-rw-r--r--po/bg.po6
-rw-r--r--po/bn.po6
-rw-r--r--po/bn_IN.po6
-rw-r--r--po/br.po6
-rw-r--r--po/bs.po6
-rw-r--r--po/ca.po6
-rw-r--r--po/[email protected]6
-rw-r--r--po/cmn.po6
-rw-r--r--po/crh.po6
-rw-r--r--po/cs.po8
-rw-r--r--po/cy.po6
-rw-r--r--po/da.po6
-rw-r--r--po/de.po6
-rw-r--r--po/dz.po6
-rw-r--r--po/el.po6
-rw-r--r--po/en_AU.po6
-rw-r--r--po/en_CA.po6
-rw-r--r--po/en_GB.po6
-rw-r--r--po/eo.po6
-rw-r--r--po/es.po10
-rw-r--r--po/es_AR.po8
-rw-r--r--po/es_CO.po8
-rw-r--r--po/es_MX.po8
-rw-r--r--po/et.po6
-rw-r--r--po/eu.po13
-rw-r--r--po/fa.po6
-rw-r--r--po/fi.po6
-rw-r--r--po/fr.po10
-rw-r--r--po/fr_CA.po8
-rw-r--r--po/frp.po6
-rw-r--r--po/fur.po6
-rw-r--r--po/fy.po6
-rw-r--r--po/ga.po6
-rw-r--r--po/gl.po6
-rw-r--r--po/gu.po6
-rw-r--r--po/he.po6
-rw-r--r--po/hi.po6
-rw-r--r--po/hr.po6
-rw-r--r--po/hu.po6
-rw-r--r--po/hy.po6
-rw-r--r--po/id.po6
-rw-r--r--po/ie.po6
-rw-r--r--po/is.po6
-rw-r--r--po/it.po28
-rw-r--r--po/ja.po12
-rw-r--r--po/ka.po6
-rw-r--r--po/kk.po6
-rw-r--r--po/kn.po6
-rw-r--r--po/ko.po12
-rw-r--r--po/ku_IQ.po6
-rw-r--r--po/ky.po6
-rw-r--r--po/la.po6
-rw-r--r--po/lt.po6
-rw-r--r--po/lv.po6
-rw-r--r--po/mai.po6
-rw-r--r--po/mg.po6
-rw-r--r--po/mk.po6
-rw-r--r--po/ml.po6
-rw-r--r--po/mn.po6
-rw-r--r--po/mr.po6
-rw-r--r--po/ms.po6
-rw-r--r--po/nb.po10
-rw-r--r--po/nds.po12
-rw-r--r--po/ne.po6
-rw-r--r--po/nl.po6
-rw-r--r--po/nn.po6
-rw-r--r--po/oc.po12
-rw-r--r--po/or.po6
-rw-r--r--po/pa.po6
-rw-r--r--po/pl.po10
-rw-r--r--po/ps.po6
-rw-r--r--po/pt.po13
-rw-r--r--po/pt_BR.po13
-rw-r--r--po/ro.po6
-rw-r--r--po/ru.po6
-rw-r--r--po/si.po6
-rw-r--r--po/sk.po6
-rw-r--r--po/sl.po14
-rw-r--r--po/sq.po6
-rw-r--r--po/sr.po6
-rw-r--r--po/[email protected]6
-rw-r--r--po/sv.po11
-rw-r--r--po/ta.po6
-rw-r--r--po/te.po6
-rw-r--r--po/th.po6
-rw-r--r--po/tr.po11
-rw-r--r--po/ug.po6
-rw-r--r--po/uk.po8
-rw-r--r--po/ur.po6
-rw-r--r--po/uz.po6
-rw-r--r--po/vi.po6
-rw-r--r--po/zh_CN.po46
-rw-r--r--po/zh_HK.po6
-rw-r--r--po/zh_TW.po6
112 files changed, 430 insertions, 392 deletions
diff --git a/.build.yml b/.build.yml
index 729a56d..b6f3137 100644
--- a/.build.yml
+++ b/.build.yml
@@ -47,6 +47,7 @@ build_scripts:
- make
after_scripts:
+ - git config --global --add safe.directory /rootdir
- if [ ${BUILD_TYPE} == "scripts" ];then
- if [ ${DISTRO_NAME} == "debian" ];then
- curl -Ls -o debian.sh https://github.com/mate-desktop/mate-dev-scripts/raw/master/travis/debian.sh
diff --git a/.travis.yml b/.travis.yml
index ee55926..5f08f1f 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,5 +1,5 @@
# vim: set ts=2 sts=2 sw=2 expandtab :
-dist: focal
+dist: jammy
language: shell
os: linux
services:
diff --git a/.tx/config b/.tx/config
index 244d814..4663659 100644
--- a/.tx/config
+++ b/.tx/config
@@ -1,9 +1,10 @@
[main]
host = https://www.transifex.com
-
-[MATE.master--mate-backgrounds]
-file_filter = po/<lang>.po
-source_file = po/mate-backgrounds.pot
-source_lang = en
-type = PO
+
+[o:mate:p:MATE:r:master--mate-backgrounds]
+file_filter = po/<lang>.po
+source_file = po/mate-backgrounds.pot
+source_lang = en
+type = PO
minimum_perc = 2
+
diff --git a/.tx/config_20221028214814.bak b/.tx/config_20221028214814.bak
new file mode 100755
index 0000000..244d814
--- /dev/null
+++ b/.tx/config_20221028214814.bak
@@ -0,0 +1,9 @@
+[main]
+host = https://www.transifex.com
+
+[MATE.master--mate-backgrounds]
+file_filter = po/<lang>.po
+source_file = po/mate-backgrounds.pot
+source_lang = en
+type = PO
+minimum_perc = 2
diff --git a/NEWS b/NEWS
index 16d1381..6763cdb 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,24 @@
+### mate-backgrounds 1.28.0
+
+ * Translations update
+
+### mate-backgrounds 1.27.1
+
+ * fix releasing with travis-ci
+ * travis-CI: mark rootdir as save
+ * build warning: AC_OUTPUT should be used without arguments
+
+### mate-backgrounds 1.27.0
+
+ * Translations update
+ * tx: update resource
+ * tx: migrate config file
+ * Fix build with meson 0.61
+
+### mate-backgrounds 1.26.0
+
+ * Translations update
+
### mate-backgrounds 1.25.0
* Translations update
diff --git a/abstract/meson.build b/abstract/meson.build
index 3b4a2d6..209c88c 100644
--- a/abstract/meson.build
+++ b/abstract/meson.build
@@ -1,6 +1,6 @@
# replace @datadir@ and translate
metadata = 'mate-abstract.xml'
-i18n.merge_file(metadata,
+i18n.merge_file(
input: configure_file(
input: metadata + '.in.in',
output: metadata + '.in',
diff --git a/configure.ac b/configure.ac
index b32db86..b283cd2 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
AC_INIT([mate-backgrounds],
- [1.25.0],
+ [1.28.0],
[http://www.mate-desktop.org])
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
AM_INIT_AUTOMAKE([1.9 no-dist-gzip dist-xz tar-ustar check-news])
@@ -9,10 +9,11 @@ AM_GNU_GETTEXT([external])
AM_MAINTAINER_MODE
-AC_OUTPUT([
+AC_CONFIG_FILES([
Makefile
abstract/Makefile
desktop/Makefile
nature/Makefile
po/Makefile.in
])
+AC_OUTPUT
diff --git a/desktop/meson.build b/desktop/meson.build
index 7b9d2fe..1b9cd45 100644
--- a/desktop/meson.build
+++ b/desktop/meson.build
@@ -1,6 +1,6 @@
# replace @datadir@ and translate
metadata = 'mate-desktop.xml'
-i18n.merge_file(metadata,
+i18n.merge_file(
input: configure_file(
input: metadata + '.in.in',
output: metadata + '.in',
diff --git a/mate-backgrounds.pot b/mate-backgrounds.pot
index 2b79e10..931ad1f 100644
--- a/mate-backgrounds.pot
+++ b/mate-backgrounds.pot
@@ -5,9 +5,9 @@
#
msgid ""
msgstr ""
-"Project-Id-Version: mate-backgrounds 1.25.0\n"
+"Project-Id-Version: mate-backgrounds 1.26.0\n"
"Report-Msgid-Bugs-To: http://www.mate-desktop.org\n"
-"POT-Creation-Date: 2021-06-20 12:58+0200\n"
+"POT-Creation-Date: 2022-10-29 15:33+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"
diff --git a/meson.build b/meson.build
index 51898d6..a872a7d 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
project('mate-backgrounds',
- version : '1.25.0',
+ version : '1.28.0',
meson_version: '>= 0.41.0'
)
diff --git a/nature/meson.build b/nature/meson.build
index 47799b4..40ca788 100644
--- a/nature/meson.build
+++ b/nature/meson.build
@@ -1,6 +1,6 @@
# replace @datadir@ and translate
metadata = 'mate-nature.xml'
-i18n.merge_file(metadata,
+i18n.merge_file(
input: configure_file(
input: metadata + '.in.in',
output: metadata + '.in',
diff --git a/po/af.po b/po/af.po
index 71fd1be..0b50228 100644
--- a/po/af.po
+++ b/po/af.po
@@ -9,12 +9,12 @@
#
msgid ""
msgstr ""
-"Project-Id-Version: mate-backgrounds 1.25.0\n"
+"Project-Id-Version: mate-backgrounds 1.26.0\n"
"Report-Msgid-Bugs-To: http://www.mate-desktop.org\n"
-"POT-Creation-Date: 2021-06-20 12:58+0200\n"
+"POT-Creation-Date: 2022-10-29 15:33+0200\n"
"PO-Revision-Date: 2018-03-11 16:27+0000\n"
"Last-Translator: nato323 <[email protected]>, 2018\n"
-"Language-Team: Afrikaans (https://www.transifex.com/mate/teams/13566/af/)\n"
+"Language-Team: Afrikaans (https://app.transifex.com/mate/teams/13566/af/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
diff --git a/po/am.po b/po/am.po
index 28f9afd..f55a6d4 100644
--- a/po/am.po
+++ b/po/am.po
@@ -8,12 +8,12 @@
#
msgid ""
msgstr ""
-"Project-Id-Version: mate-backgrounds 1.25.0\n"
+"Project-Id-Version: mate-backgrounds 1.26.0\n"
"Report-Msgid-Bugs-To: http://www.mate-desktop.org\n"
-"POT-Creation-Date: 2021-06-20 12:58+0200\n"
+"POT-Creation-Date: 2022-10-29 15:33+0200\n"
"PO-Revision-Date: 2018-03-11 16:27+0000\n"
"Last-Translator: samson <[email protected]>, 2018\n"
-"Language-Team: Amharic (https://www.transifex.com/mate/teams/13566/am/)\n"
+"Language-Team: Amharic (https://app.transifex.com/mate/teams/13566/am/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
diff --git a/po/an.po b/po/an.po
index c5377f5..808ce53 100644
--- a/po/an.po
+++ b/po/an.po
@@ -8,12 +8,12 @@
#
msgid ""
msgstr ""
-"Project-Id-Version: mate-backgrounds 1.25.0\n"
+"Project-Id-Version: mate-backgrounds 1.26.0\n"
"Report-Msgid-Bugs-To: http://www.mate-desktop.org\n"
-"POT-Creation-Date: 2021-06-20 12:58+0200\n"
+"POT-Creation-Date: 2022-10-29 15:33+0200\n"
"PO-Revision-Date: 2018-03-11 16:27+0000\n"
"Last-Translator: Stefano Karapetsas <[email protected]>, 2018\n"
-"Language-Team: Aragonese (https://www.transifex.com/mate/teams/13566/an/)\n"
+"Language-Team: Aragonese (https://app.transifex.com/mate/teams/13566/an/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
diff --git a/po/ar.po b/po/ar.po
index feabd9a..f8547cc 100644
--- a/po/ar.po
+++ b/po/ar.po
@@ -10,12 +10,12 @@
#
msgid ""
msgstr ""
-"Project-Id-Version: mate-backgrounds 1.25.0\n"
+"Project-Id-Version: mate-backgrounds 1.26.0\n"
"Report-Msgid-Bugs-To: http://www.mate-desktop.org\n"
-"POT-Creation-Date: 2021-06-20 12:58+0200\n"
+"POT-Creation-Date: 2022-10-29 15:33+0200\n"
"PO-Revision-Date: 2018-03-11 16:27+0000\n"
"Last-Translator: Mosaab Alzoubi <[email protected]>, 2018\n"
-"Language-Team: Arabic (https://www.transifex.com/mate/teams/13566/ar/)\n"
+"Language-Team: Arabic (https://app.transifex.com/mate/teams/13566/ar/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
diff --git a/po/as.po b/po/as.po
index ce69efa..2b42fe1 100644
--- a/po/as.po
+++ b/po/as.po
@@ -8,12 +8,12 @@
#
msgid ""
msgstr ""
-"Project-Id-Version: mate-backgrounds 1.25.0\n"
+"Project-Id-Version: mate-backgrounds 1.26.0\n"
"Report-Msgid-Bugs-To: http://www.mate-desktop.org\n"
-"POT-Creation-Date: 2021-06-20 12:58+0200\n"
+"POT-Creation-Date: 2022-10-29 15:33+0200\n"
"PO-Revision-Date: 2018-03-11 16:27+0000\n"
"Last-Translator: Stefano Karapetsas <[email protected]>, 2018\n"
-"Language-Team: Assamese (https://www.transifex.com/mate/teams/13566/as/)\n"
+"Language-Team: Assamese (https://app.transifex.com/mate/teams/13566/as/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
diff --git a/po/ast.po b/po/ast.po
index 67c895f..888b2af 100644
--- a/po/ast.po
+++ b/po/ast.po
@@ -10,12 +10,12 @@
#
msgid ""
msgstr ""
-"Project-Id-Version: mate-backgrounds 1.25.0\n"
+"Project-Id-Version: mate-backgrounds 1.26.0\n"
"Report-Msgid-Bugs-To: http://www.mate-desktop.org\n"
-"POT-Creation-Date: 2021-06-20 12:58+0200\n"
+"POT-Creation-Date: 2022-10-29 15:33+0200\n"
"PO-Revision-Date: 2018-03-11 16:27+0000\n"
"Last-Translator: Ḷḷumex03, 2018\n"
-"Language-Team: Asturian (https://www.transifex.com/mate/teams/13566/ast/)\n"
+"Language-Team: Asturian (https://app.transifex.com/mate/teams/13566/ast/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
diff --git a/po/be.po b/po/be.po
index 8bd696c..f0b68a6 100644
--- a/po/be.po
+++ b/po/be.po
@@ -9,12 +9,12 @@
#
msgid ""
msgstr ""
-"Project-Id-Version: mate-backgrounds 1.25.0\n"
+"Project-Id-Version: mate-backgrounds 1.26.0\n"
"Report-Msgid-Bugs-To: http://www.mate-desktop.org\n"
-"POT-Creation-Date: 2021-06-20 12:58+0200\n"
+"POT-Creation-Date: 2022-10-29 15:33+0200\n"
"PO-Revision-Date: 2018-03-11 16:27+0000\n"
"Last-Translator: Mihail Varantsou <[email protected]>, 2018\n"
-"Language-Team: Belarusian (https://www.transifex.com/mate/teams/13566/be/)\n"
+"Language-Team: Belarusian (https://app.transifex.com/mate/teams/13566/be/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
diff --git a/po/bg.po b/po/bg.po
index 9e4ad42..5054265 100644
--- a/po/bg.po
+++ b/po/bg.po
@@ -8,12 +8,12 @@
#
msgid ""
msgstr ""
-"Project-Id-Version: mate-backgrounds 1.25.0\n"
+"Project-Id-Version: mate-backgrounds 1.26.0\n"
"Report-Msgid-Bugs-To: http://www.mate-desktop.org\n"
-"POT-Creation-Date: 2021-06-20 12:58+0200\n"
+"POT-Creation-Date: 2022-10-29 15:33+0200\n"
"PO-Revision-Date: 2018-03-11 16:27+0000\n"
"Last-Translator: Любомир Василев, 2018\n"
-"Language-Team: Bulgarian (https://www.transifex.com/mate/teams/13566/bg/)\n"
+"Language-Team: Bulgarian (https://app.transifex.com/mate/teams/13566/bg/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
diff --git a/po/bn.po b/po/bn.po
index aac0fbf..36348ff 100644
--- a/po/bn.po
+++ b/po/bn.po
@@ -8,12 +8,12 @@
#
msgid ""
msgstr ""
-"Project-Id-Version: mate-backgrounds 1.25.0\n"
+"Project-Id-Version: mate-backgrounds 1.26.0\n"
"Report-Msgid-Bugs-To: http://www.mate-desktop.org\n"
-"POT-Creation-Date: 2021-06-20 12:58+0200\n"
+"POT-Creation-Date: 2022-10-29 15:33+0200\n"
"PO-Revision-Date: 2018-03-11 16:27+0000\n"
"Last-Translator: Stefano Karapetsas <[email protected]>, 2018\n"
-"Language-Team: Bengali (https://www.transifex.com/mate/teams/13566/bn/)\n"
+"Language-Team: Bengali (https://app.transifex.com/mate/teams/13566/bn/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
diff --git a/po/bn_IN.po b/po/bn_IN.po
index a9df7e3..7458bb5 100644
--- a/po/bn_IN.po
+++ b/po/bn_IN.po
@@ -8,12 +8,12 @@
#
msgid ""
msgstr ""
-"Project-Id-Version: mate-backgrounds 1.25.0\n"
+"Project-Id-Version: mate-backgrounds 1.26.0\n"
"Report-Msgid-Bugs-To: http://www.mate-desktop.org\n"
-"POT-Creation-Date: 2021-06-20 12:58+0200\n"
+"POT-Creation-Date: 2022-10-29 15:33+0200\n"
"PO-Revision-Date: 2018-03-11 16:27+0000\n"
"Last-Translator: Stefano Karapetsas <[email protected]>, 2018\n"
-"Language-Team: Bengali (India) (https://www.transifex.com/mate/teams/13566/bn_IN/)\n"
+"Language-Team: Bengali (India) (https://app.transifex.com/mate/teams/13566/bn_IN/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
diff --git a/po/br.po b/po/br.po
index e7823da..41e414d 100644
--- a/po/br.po
+++ b/po/br.po
@@ -8,12 +8,12 @@
#
msgid ""
msgstr ""
-"Project-Id-Version: mate-backgrounds 1.25.0\n"
+"Project-Id-Version: mate-backgrounds 1.26.0\n"
"Report-Msgid-Bugs-To: http://www.mate-desktop.org\n"
-"POT-Creation-Date: 2021-06-20 12:58+0200\n"
+"POT-Creation-Date: 2022-10-29 15:33+0200\n"
"PO-Revision-Date: 2018-03-11 16:27+0000\n"
"Last-Translator: Denis ARNAUD <[email protected]>, 2018\n"
-"Language-Team: Breton (https://www.transifex.com/mate/teams/13566/br/)\n"
+"Language-Team: Breton (https://app.transifex.com/mate/teams/13566/br/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
diff --git a/po/bs.po b/po/bs.po
index 8a47afd..8a5d32d 100644
--- a/po/bs.po
+++ b/po/bs.po
@@ -8,12 +8,12 @@
#
msgid ""
msgstr ""
-"Project-Id-Version: mate-backgrounds 1.25.0\n"
+"Project-Id-Version: mate-backgrounds 1.26.0\n"
"Report-Msgid-Bugs-To: http://www.mate-desktop.org\n"
-"POT-Creation-Date: 2021-06-20 12:58+0200\n"
+"POT-Creation-Date: 2022-10-29 15:33+0200\n"
"PO-Revision-Date: 2018-03-11 16:27+0000\n"
"Last-Translator: Sky Lion <[email protected]>, 2018\n"
-"Language-Team: Bosnian (https://www.transifex.com/mate/teams/13566/bs/)\n"
+"Language-Team: Bosnian (https://app.transifex.com/mate/teams/13566/bs/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
diff --git a/po/ca.po b/po/ca.po
index 2f24dba..651cb3f 100644
--- a/po/ca.po
+++ b/po/ca.po
@@ -8,12 +8,12 @@
#
msgid ""
msgstr ""
-"Project-Id-Version: mate-backgrounds 1.25.0\n"
+"Project-Id-Version: mate-backgrounds 1.26.0\n"
"Report-Msgid-Bugs-To: http://www.mate-desktop.org\n"
-"POT-Creation-Date: 2021-06-20 12:58+0200\n"
+"POT-Creation-Date: 2022-10-29 15:33+0200\n"
"PO-Revision-Date: 2018-03-11 16:27+0000\n"
"Last-Translator: Robert Antoni Buj i Gelonch <[email protected]>, 2020\n"
-"Language-Team: Catalan (https://www.transifex.com/mate/teams/13566/ca/)\n"
+"Language-Team: Catalan (https://app.transifex.com/mate/teams/13566/ca/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
diff --git a/po/[email protected] b/po/[email protected]
index 9ec4c69..11c0a6d 100644
--- a/po/[email protected]
+++ b/po/[email protected]
@@ -8,12 +8,12 @@
#
msgid ""
msgstr ""
-"Project-Id-Version: mate-backgrounds 1.25.0\n"
+"Project-Id-Version: mate-backgrounds 1.26.0\n"
"Report-Msgid-Bugs-To: http://www.mate-desktop.org\n"
-"POT-Creation-Date: 2021-06-20 12:58+0200\n"
+"POT-Creation-Date: 2022-10-29 15:33+0200\n"
"PO-Revision-Date: 2018-03-11 16:27+0000\n"
"Last-Translator: Pilar Embid <[email protected]>, 2018\n"
-"Language-Team: Catalan (Valencian) (https://www.transifex.com/mate/teams/13566/ca@valencia/)\n"
+"Language-Team: Catalan (Valencian) (https://app.transifex.com/mate/teams/13566/ca@valencia/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
diff --git a/po/cmn.po b/po/cmn.po
index 4d201d6..5053cd4 100644
--- a/po/cmn.po
+++ b/po/cmn.po
@@ -8,12 +8,12 @@
#
msgid ""
msgstr ""
-"Project-Id-Version: mate-backgrounds 1.25.0\n"
+"Project-Id-Version: mate-backgrounds 1.26.0\n"
"Report-Msgid-Bugs-To: http://www.mate-desktop.org\n"
-"POT-Creation-Date: 2021-06-20 12:58+0200\n"
+"POT-Creation-Date: 2022-10-29 15:33+0200\n"
"PO-Revision-Date: 2018-03-11 16:27+0000\n"
"Last-Translator: 趙惟倫 <[email protected]>, 2018\n"
-"Language-Team: Chinese (Mandarin) (https://www.transifex.com/mate/teams/13566/cmn/)\n"
+"Language-Team: Chinese (Mandarin) (https://app.transifex.com/mate/teams/13566/cmn/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
diff --git a/po/crh.po b/po/crh.po
index 43c7829..f72d36d 100644
--- a/po/crh.po
+++ b/po/crh.po
@@ -8,12 +8,12 @@
#
msgid ""
msgstr ""
-"Project-Id-Version: mate-backgrounds 1.25.0\n"
+"Project-Id-Version: mate-backgrounds 1.26.0\n"
"Report-Msgid-Bugs-To: http://www.mate-desktop.org\n"
-"POT-Creation-Date: 2021-06-20 12:58+0200\n"
+"POT-Creation-Date: 2022-10-29 15:33+0200\n"
"PO-Revision-Date: 2018-03-11 16:27+0000\n"
"Last-Translator: Stefano Karapetsas <[email protected]>, 2018\n"
-"Language-Team: Crimean Turkish (https://www.transifex.com/mate/teams/13566/crh/)\n"
+"Language-Team: Crimean Turkish (https://app.transifex.com/mate/teams/13566/crh/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
diff --git a/po/cs.po b/po/cs.po
index 5a332f0..12ef116 100644
--- a/po/cs.po
+++ b/po/cs.po
@@ -4,17 +4,17 @@
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
# Translators:
-# LiberteCzech <[email protected]>, 2018
+# LiberteCzech <[email protected]>, 2018
# ToMáš Marný, 2020
#
msgid ""
msgstr ""
-"Project-Id-Version: mate-backgrounds 1.25.0\n"
+"Project-Id-Version: mate-backgrounds 1.26.0\n"
"Report-Msgid-Bugs-To: http://www.mate-desktop.org\n"
-"POT-Creation-Date: 2021-06-20 12:58+0200\n"
+"POT-Creation-Date: 2022-10-29 15:33+0200\n"
"PO-Revision-Date: 2018-03-11 16:27+0000\n"
"Last-Translator: ToMáš Marný, 2020\n"
-"Language-Team: Czech (https://www.transifex.com/mate/teams/13566/cs/)\n"
+"Language-Team: Czech (https://app.transifex.com/mate/teams/13566/cs/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
diff --git a/po/cy.po b/po/cy.po
index fb4935e..b585a53 100644
--- a/po/cy.po
+++ b/po/cy.po
@@ -9,12 +9,12 @@
#
msgid ""
msgstr ""
-"Project-Id-Version: mate-backgrounds 1.25.0\n"
+"Project-Id-Version: mate-backgrounds 1.26.0\n"
"Report-Msgid-Bugs-To: http://www.mate-desktop.org\n"
-"POT-Creation-Date: 2021-06-20 12:58+0200\n"
+"POT-Creation-Date: 2022-10-29 15:33+0200\n"
"PO-Revision-Date: 2018-03-11 16:27+0000\n"
"Last-Translator: ciaran, 2018\n"
-"Language-Team: Welsh (https://www.transifex.com/mate/teams/13566/cy/)\n"
+"Language-Team: Welsh (https://app.transifex.com/mate/teams/13566/cy/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
diff --git a/po/da.po b/po/da.po
index f15e673..41cbab4 100644
--- a/po/da.po
+++ b/po/da.po
@@ -8,12 +8,12 @@
#
msgid ""
msgstr ""
-"Project-Id-Version: mate-backgrounds 1.25.0\n"
+"Project-Id-Version: mate-backgrounds 1.26.0\n"
"Report-Msgid-Bugs-To: http://www.mate-desktop.org\n"
-"POT-Creation-Date: 2021-06-20 12:58+0200\n"
+"POT-Creation-Date: 2022-10-29 15:33+0200\n"
"PO-Revision-Date: 2018-03-11 16:27+0000\n"
"Last-Translator: Joe Hansen <[email protected]>, 2021\n"
-"Language-Team: Danish (https://www.transifex.com/mate/teams/13566/da/)\n"
+"Language-Team: Danish (https://app.transifex.com/mate/teams/13566/da/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
diff --git a/po/de.po b/po/de.po
index 40e98f1..1405cde 100644
--- a/po/de.po
+++ b/po/de.po
@@ -12,12 +12,12 @@
#
msgid ""
msgstr ""
-"Project-Id-Version: mate-backgrounds 1.25.0\n"
+"Project-Id-Version: mate-backgrounds 1.26.0\n"
"Report-Msgid-Bugs-To: http://www.mate-desktop.org\n"
-"POT-Creation-Date: 2021-06-20 12:58+0200\n"
+"POT-Creation-Date: 2022-10-29 15:33+0200\n"
"PO-Revision-Date: 2018-03-11 16:27+0000\n"
"Last-Translator: Tobias Bannert <[email protected]>, 2018\n"
-"Language-Team: German (https://www.transifex.com/mate/teams/13566/de/)\n"
+"Language-Team: German (https://app.transifex.com/mate/teams/13566/de/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
diff --git a/po/dz.po b/po/dz.po
index 633801b..750ec4f 100644
--- a/po/dz.po
+++ b/po/dz.po
@@ -8,12 +8,12 @@
#
msgid ""
msgstr ""
-"Project-Id-Version: mate-backgrounds 1.25.0\n"
+"Project-Id-Version: mate-backgrounds 1.26.0\n"
"Report-Msgid-Bugs-To: http://www.mate-desktop.org\n"
-"POT-Creation-Date: 2021-06-20 12:58+0200\n"
+"POT-Creation-Date: 2022-10-29 15:33+0200\n"
"PO-Revision-Date: 2018-03-11 16:27+0000\n"
"Last-Translator: Stefano Karapetsas <[email protected]>, 2018\n"
-"Language-Team: Dzongkha (https://www.transifex.com/mate/teams/13566/dz/)\n"
+"Language-Team: Dzongkha (https://app.transifex.com/mate/teams/13566/dz/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
diff --git a/po/el.po b/po/el.po
index 19dc154..01ecf3d 100644
--- a/po/el.po
+++ b/po/el.po
@@ -8,12 +8,12 @@
#
msgid ""
msgstr ""
-"Project-Id-Version: mate-backgrounds 1.25.0\n"
+"Project-Id-Version: mate-backgrounds 1.26.0\n"
"Report-Msgid-Bugs-To: http://www.mate-desktop.org\n"
-"POT-Creation-Date: 2021-06-20 12:58+0200\n"
+"POT-Creation-Date: 2022-10-29 15:33+0200\n"
"PO-Revision-Date: 2018-03-11 16:27+0000\n"
"Last-Translator: Alexandros Kapetanios <[email protected]>, 2018\n"
-"Language-Team: Greek (https://www.transifex.com/mate/teams/13566/el/)\n"
+"Language-Team: Greek (https://app.transifex.com/mate/teams/13566/el/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
diff --git a/po/en_AU.po b/po/en_AU.po
index fd0ab35..2c20f74 100644
--- a/po/en_AU.po
+++ b/po/en_AU.po
@@ -8,12 +8,12 @@
#
msgid ""
msgstr ""
-"Project-Id-Version: mate-backgrounds 1.25.0\n"
+"Project-Id-Version: mate-backgrounds 1.26.0\n"
"Report-Msgid-Bugs-To: http://www.mate-desktop.org\n"
-"POT-Creation-Date: 2021-06-20 12:58+0200\n"
+"POT-Creation-Date: 2022-10-29 15:33+0200\n"
"PO-Revision-Date: 2018-03-11 16:27+0000\n"
"Last-Translator: Michael Findlay <[email protected]>, 2018\n"
-"Language-Team: English (Australia) (https://www.transifex.com/mate/teams/13566/en_AU/)\n"
+"Language-Team: English (Australia) (https://app.transifex.com/mate/teams/13566/en_AU/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
diff --git a/po/en_CA.po b/po/en_CA.po
index 2f01dad..db58806 100644
--- a/po/en_CA.po
+++ b/po/en_CA.po
@@ -8,12 +8,12 @@
#
msgid ""
msgstr ""
-"Project-Id-Version: mate-backgrounds 1.25.0\n"
+"Project-Id-Version: mate-backgrounds 1.26.0\n"
"Report-Msgid-Bugs-To: http://www.mate-desktop.org\n"
-"POT-Creation-Date: 2021-06-20 12:58+0200\n"
+"POT-Creation-Date: 2022-10-29 15:33+0200\n"
"PO-Revision-Date: 2018-03-11 16:27+0000\n"
"Last-Translator: Stefano Karapetsas <[email protected]>, 2018\n"
-"Language-Team: English (Canada) (https://www.transifex.com/mate/teams/13566/en_CA/)\n"
+"Language-Team: English (Canada) (https://app.transifex.com/mate/teams/13566/en_CA/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
diff --git a/po/en_GB.po b/po/en_GB.po
index 27069b6..783e9c6 100644
--- a/po/en_GB.po
+++ b/po/en_GB.po
@@ -9,12 +9,12 @@
#
msgid ""
msgstr ""
-"Project-Id-Version: mate-backgrounds 1.25.0\n"
+"Project-Id-Version: mate-backgrounds 1.26.0\n"
"Report-Msgid-Bugs-To: http://www.mate-desktop.org\n"
-"POT-Creation-Date: 2021-06-20 12:58+0200\n"
+"POT-Creation-Date: 2022-10-29 15:33+0200\n"
"PO-Revision-Date: 2018-03-11 16:27+0000\n"
"Last-Translator: Andi Chandler <[email protected]>, 2021\n"
-"Language-Team: English (United Kingdom) (https://www.transifex.com/mate/teams/13566/en_GB/)\n"
+"Language-Team: English (United Kingdom) (https://app.transifex.com/mate/teams/13566/en_GB/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
diff --git a/po/eo.po b/po/eo.po
index 3dba575..7d23a8c 100644
--- a/po/eo.po
+++ b/po/eo.po
@@ -10,12 +10,12 @@
#
msgid ""
msgstr ""
-"Project-Id-Version: mate-backgrounds 1.25.0\n"
+"Project-Id-Version: mate-backgrounds 1.26.0\n"
"Report-Msgid-Bugs-To: http://www.mate-desktop.org\n"
-"POT-Creation-Date: 2021-06-20 12:58+0200\n"
+"POT-Creation-Date: 2022-10-29 15:33+0200\n"
"PO-Revision-Date: 2018-03-11 16:27+0000\n"
"Last-Translator: Cora Loftis, 2018\n"
-"Language-Team: Esperanto (https://www.transifex.com/mate/teams/13566/eo/)\n"
+"Language-Team: Esperanto (https://app.transifex.com/mate/teams/13566/eo/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
diff --git a/po/es.po b/po/es.po
index e016537..c0b44a2 100644
--- a/po/es.po
+++ b/po/es.po
@@ -4,22 +4,22 @@
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
# Translators:
-# Adolfo Jayme Barrientos, 2018
+# Adolfo Jayme-Barrientos, 2018
# Toni Estévez <[email protected]>, 2020
#
msgid ""
msgstr ""
-"Project-Id-Version: mate-backgrounds 1.25.0\n"
+"Project-Id-Version: mate-backgrounds 1.26.0\n"
"Report-Msgid-Bugs-To: http://www.mate-desktop.org\n"
-"POT-Creation-Date: 2021-06-20 12:58+0200\n"
+"POT-Creation-Date: 2022-10-29 15:33+0200\n"
"PO-Revision-Date: 2018-03-11 16:27+0000\n"
"Last-Translator: Toni Estévez <[email protected]>, 2020\n"
-"Language-Team: Spanish (https://www.transifex.com/mate/teams/13566/es/)\n"
+"Language-Team: Spanish (https://app.transifex.com/mate/teams/13566/es/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: es\n"
-"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+"Plural-Forms: nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n"
#. From http://code.google.com/p/gnome-colors/
#: abstract/mate-abstract.xml.in.in:6
diff --git a/po/es_AR.po b/po/es_AR.po
index 2ecdcc7..4b48597 100644
--- a/po/es_AR.po
+++ b/po/es_AR.po
@@ -8,17 +8,17 @@
#
msgid ""
msgstr ""
-"Project-Id-Version: mate-backgrounds 1.25.0\n"
+"Project-Id-Version: mate-backgrounds 1.26.0\n"
"Report-Msgid-Bugs-To: http://www.mate-desktop.org\n"
-"POT-Creation-Date: 2021-06-20 12:58+0200\n"
+"POT-Creation-Date: 2022-10-29 15:33+0200\n"
"PO-Revision-Date: 2018-03-11 16:27+0000\n"
"Last-Translator: Renzo Sparta <[email protected]>, 2019\n"
-"Language-Team: Spanish (Argentina) (https://www.transifex.com/mate/teams/13566/es_AR/)\n"
+"Language-Team: Spanish (Argentina) (https://app.transifex.com/mate/teams/13566/es_AR/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: es_AR\n"
-"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+"Plural-Forms: nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n"
#. From http://code.google.com/p/gnome-colors/
#: abstract/mate-abstract.xml.in.in:6
diff --git a/po/es_CO.po b/po/es_CO.po
index e3bb56e..dfdbdce 100644
--- a/po/es_CO.po
+++ b/po/es_CO.po
@@ -8,17 +8,17 @@
#
msgid ""
msgstr ""
-"Project-Id-Version: mate-backgrounds 1.25.0\n"
+"Project-Id-Version: mate-backgrounds 1.26.0\n"
"Report-Msgid-Bugs-To: http://www.mate-desktop.org\n"
-"POT-Creation-Date: 2021-06-20 12:58+0200\n"
+"POT-Creation-Date: 2022-10-29 15:33+0200\n"
"PO-Revision-Date: 2018-03-11 16:27+0000\n"
"Last-Translator: Sergio Alejandro Bayona Becerra <[email protected]>, 2018\n"
-"Language-Team: Spanish (Colombia) (https://www.transifex.com/mate/teams/13566/es_CO/)\n"
+"Language-Team: Spanish (Colombia) (https://app.transifex.com/mate/teams/13566/es_CO/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: es_CO\n"
-"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+"Plural-Forms: nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n"
#. From http://code.google.com/p/gnome-colors/
#: abstract/mate-abstract.xml.in.in:6
diff --git a/po/es_MX.po b/po/es_MX.po
index a6d4c33..632b05d 100644
--- a/po/es_MX.po
+++ b/po/es_MX.po
@@ -8,17 +8,17 @@
#
msgid ""
msgstr ""
-"Project-Id-Version: mate-backgrounds 1.25.0\n"
+"Project-Id-Version: mate-backgrounds 1.26.0\n"
"Report-Msgid-Bugs-To: http://www.mate-desktop.org\n"
-"POT-Creation-Date: 2021-06-20 12:58+0200\n"
+"POT-Creation-Date: 2022-10-29 15:33+0200\n"
"PO-Revision-Date: 2018-03-11 16:27+0000\n"
"Last-Translator: jorge becerril <[email protected]>, 2018\n"
-"Language-Team: Spanish (Mexico) (https://www.transifex.com/mate/teams/13566/es_MX/)\n"
+"Language-Team: Spanish (Mexico) (https://app.transifex.com/mate/teams/13566/es_MX/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: es_MX\n"
-"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+"Plural-Forms: nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n"
#. From http://code.google.com/p/gnome-colors/
#: abstract/mate-abstract.xml.in.in:6
diff --git a/po/et.po b/po/et.po
index 9f1ee42..21de78e 100644
--- a/po/et.po
+++ b/po/et.po
@@ -8,12 +8,12 @@
#
msgid ""
msgstr ""
-"Project-Id-Version: mate-backgrounds 1.25.0\n"
+"Project-Id-Version: mate-backgrounds 1.26.0\n"
"Report-Msgid-Bugs-To: http://www.mate-desktop.org\n"
-"POT-Creation-Date: 2021-06-20 12:58+0200\n"
+"POT-Creation-Date: 2022-10-29 15:33+0200\n"
"PO-Revision-Date: 2018-03-11 16:27+0000\n"
"Last-Translator: Ivar Smolin <[email protected]>, 2018\n"
-"Language-Team: Estonian (https://www.transifex.com/mate/teams/13566/et/)\n"
+"Language-Team: Estonian (https://app.transifex.com/mate/teams/13566/et/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
diff --git a/po/eu.po b/po/eu.po
index 6816c75..6b3c36d 100644
--- a/po/eu.po
+++ b/po/eu.po
@@ -6,15 +6,16 @@
# Translators:
# Asier Iturralde Sarasola <[email protected]>, 2018
# Stefano Karapetsas <[email protected]>, 2018
+# Alexander Gabilondo <[email protected]>, 2024
#
msgid ""
msgstr ""
-"Project-Id-Version: mate-backgrounds 1.25.0\n"
+"Project-Id-Version: mate-backgrounds 1.26.0\n"
"Report-Msgid-Bugs-To: http://www.mate-desktop.org\n"
-"POT-Creation-Date: 2021-06-20 12:58+0200\n"
+"POT-Creation-Date: 2022-10-29 15:33+0200\n"
"PO-Revision-Date: 2018-03-11 16:27+0000\n"
-"Last-Translator: Stefano Karapetsas <[email protected]>, 2018\n"
-"Language-Team: Basque (https://www.transifex.com/mate/teams/13566/eu/)\n"
+"Last-Translator: Alexander Gabilondo <[email protected]>, 2024\n"
+"Language-Team: Basque (https://app.transifex.com/mate/teams/13566/eu/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
@@ -49,7 +50,7 @@ msgstr "Uhinak"
#: abstract/mate-abstract.xml.in.in:61 abstract/mate-abstract.xml.in.in:70
#: abstract/mate-abstract.xml.in.in:79
msgid "Something slowly gets clear"
-msgstr ""
+msgstr "Zerbait argitzen doa poliki"
#: desktop/mate-desktop.xml.in.in:5
msgid "No Desktop Background"
@@ -57,7 +58,7 @@ msgstr "Mahaigaineko atzeko planorik ez"
#: desktop/mate-desktop.xml.in.in:13
msgid "Float into MATE"
-msgstr ""
+msgstr "Flotatu MATE-n"
#: desktop/mate-desktop.xml.in.in:19
msgid "Green Traditional"
diff --git a/po/fa.po b/po/fa.po
index cb97ca5..6a9c2ad 100644
--- a/po/fa.po
+++ b/po/fa.po
@@ -9,12 +9,12 @@
#
msgid ""
msgstr ""
-"Project-Id-Version: mate-backgrounds 1.25.0\n"
+"Project-Id-Version: mate-backgrounds 1.26.0\n"
"Report-Msgid-Bugs-To: http://www.mate-desktop.org\n"
-"POT-Creation-Date: 2021-06-20 12:58+0200\n"
+"POT-Creation-Date: 2022-10-29 15:33+0200\n"
"PO-Revision-Date: 2018-03-11 16:27+0000\n"
"Last-Translator: a8421664e61380eccf98265d27b51edb, 2018\n"
-"Language-Team: Persian (https://www.transifex.com/mate/teams/13566/fa/)\n"
+"Language-Team: Persian (https://app.transifex.com/mate/teams/13566/fa/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
diff --git a/po/fi.po b/po/fi.po
index ce5b184..daa7e4d 100644
--- a/po/fi.po
+++ b/po/fi.po
@@ -10,12 +10,12 @@
#
msgid ""
msgstr ""
-"Project-Id-Version: mate-backgrounds 1.25.0\n"
+"Project-Id-Version: mate-backgrounds 1.26.0\n"
"Report-Msgid-Bugs-To: http://www.mate-desktop.org\n"
-"POT-Creation-Date: 2021-06-20 12:58+0200\n"
+"POT-Creation-Date: 2022-10-29 15:33+0200\n"
"PO-Revision-Date: 2018-03-11 16:27+0000\n"
"Last-Translator: Kimmo Kujansuu <[email protected]>, 2020\n"
-"Language-Team: Finnish (https://www.transifex.com/mate/teams/13566/fi/)\n"
+"Language-Team: Finnish (https://app.transifex.com/mate/teams/13566/fi/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
diff --git a/po/fr.po b/po/fr.po
index d1cce49..6e5bbc4 100644
--- a/po/fr.po
+++ b/po/fr.po
@@ -5,22 +5,22 @@
#
# Translators:
# Charles Monzat <[email protected]>, 2018
-# Nicolas Dobigeon <[email protected]>, 2018
+# Nicolas Dobigeon, 2018
# David D, 2021
#
msgid ""
msgstr ""
-"Project-Id-Version: mate-backgrounds 1.25.0\n"
+"Project-Id-Version: mate-backgrounds 1.26.0\n"
"Report-Msgid-Bugs-To: http://www.mate-desktop.org\n"
-"POT-Creation-Date: 2021-06-20 12:58+0200\n"
+"POT-Creation-Date: 2022-10-29 15:33+0200\n"
"PO-Revision-Date: 2018-03-11 16:27+0000\n"
"Last-Translator: David D, 2021\n"
-"Language-Team: French (https://www.transifex.com/mate/teams/13566/fr/)\n"
+"Language-Team: French (https://app.transifex.com/mate/teams/13566/fr/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: fr\n"
-"Plural-Forms: nplurals=2; plural=(n > 1);\n"
+"Plural-Forms: nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n"
#. From http://code.google.com/p/gnome-colors/
#: abstract/mate-abstract.xml.in.in:6
diff --git a/po/fr_CA.po b/po/fr_CA.po
index 2fe9363..8d09db5 100644
--- a/po/fr_CA.po
+++ b/po/fr_CA.po
@@ -8,17 +8,17 @@
#
msgid ""
msgstr ""
-"Project-Id-Version: mate-backgrounds 1.25.0\n"
+"Project-Id-Version: mate-backgrounds 1.26.0\n"
"Report-Msgid-Bugs-To: http://www.mate-desktop.org\n"
-"POT-Creation-Date: 2021-06-20 12:58+0200\n"
+"POT-Creation-Date: 2022-10-29 15:33+0200\n"
"PO-Revision-Date: 2018-03-11 16:27+0000\n"
"Last-Translator: eere leme <[email protected]>, 2018\n"
-"Language-Team: French (Canada) (https://www.transifex.com/mate/teams/13566/fr_CA/)\n"
+"Language-Team: French (Canada) (https://app.transifex.com/mate/teams/13566/fr_CA/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: fr_CA\n"
-"Plural-Forms: nplurals=2; plural=(n > 1);\n"
+"Plural-Forms: nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n"
#. From http://code.google.com/p/gnome-colors/
#: abstract/mate-abstract.xml.in.in:6
diff --git a/po/frp.po b/po/frp.po
index aed8b25..5a0c150 100644
--- a/po/frp.po
+++ b/po/frp.po
@@ -8,12 +8,12 @@
#
msgid ""
msgstr ""
-"Project-Id-Version: mate-backgrounds 1.25.0\n"
+"Project-Id-Version: mate-backgrounds 1.26.0\n"
"Report-Msgid-Bugs-To: http://www.mate-desktop.org\n"
-"POT-Creation-Date: 2021-06-20 12:58+0200\n"
+"POT-Creation-Date: 2022-10-29 15:33+0200\n"
"PO-Revision-Date: 2018-03-11 16:27+0000\n"
"Last-Translator: Alexandre Raymond, 2018\n"
-"Language-Team: Franco-Provençal (Arpitan) (https://www.transifex.com/mate/teams/13566/frp/)\n"
+"Language-Team: Franco-Provençal (Arpitan) (https://app.transifex.com/mate/teams/13566/frp/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
diff --git a/po/fur.po b/po/fur.po
index 82d2228..948ac22 100644
--- a/po/fur.po
+++ b/po/fur.po
@@ -8,12 +8,12 @@
#
msgid ""
msgstr ""
-"Project-Id-Version: mate-backgrounds 1.25.0\n"
+"Project-Id-Version: mate-backgrounds 1.26.0\n"
"Report-Msgid-Bugs-To: http://www.mate-desktop.org\n"
-"POT-Creation-Date: 2021-06-20 12:58+0200\n"
+"POT-Creation-Date: 2022-10-29 15:33+0200\n"
"PO-Revision-Date: 2018-03-11 16:27+0000\n"
"Last-Translator: Stefano Karapetsas <[email protected]>, 2018\n"
-"Language-Team: Friulian (https://www.transifex.com/mate/teams/13566/fur/)\n"
+"Language-Team: Friulian (https://app.transifex.com/mate/teams/13566/fur/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
diff --git a/po/fy.po b/po/fy.po
index 7c5656a..4341594 100644
--- a/po/fy.po
+++ b/po/fy.po
@@ -8,12 +8,12 @@
#
msgid ""
msgstr ""
-"Project-Id-Version: mate-backgrounds 1.25.0\n"
+"Project-Id-Version: mate-backgrounds 1.26.0\n"
"Report-Msgid-Bugs-To: http://www.mate-desktop.org\n"
-"POT-Creation-Date: 2021-06-20 12:58+0200\n"
+"POT-Creation-Date: 2022-10-29 15:33+0200\n"
"PO-Revision-Date: 2018-03-11 16:27+0000\n"
"Last-Translator: Stefano Karapetsas <[email protected]>, 2018\n"
-"Language-Team: Western Frisian (https://www.transifex.com/mate/teams/13566/fy/)\n"
+"Language-Team: Western Frisian (https://app.transifex.com/mate/teams/13566/fy/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
diff --git a/po/ga.po b/po/ga.po
index 340e436..670a3f8 100644
--- a/po/ga.po
+++ b/po/ga.po
@@ -8,12 +8,12 @@
#
msgid ""
msgstr ""
-"Project-Id-Version: mate-backgrounds 1.25.0\n"
+"Project-Id-Version: mate-backgrounds 1.26.0\n"
"Report-Msgid-Bugs-To: http://www.mate-desktop.org\n"
-"POT-Creation-Date: 2021-06-20 12:58+0200\n"
+"POT-Creation-Date: 2022-10-29 15:33+0200\n"
"PO-Revision-Date: 2018-03-11 16:27+0000\n"
"Last-Translator: Stefano Karapetsas <[email protected]>, 2018\n"
-"Language-Team: Irish (https://www.transifex.com/mate/teams/13566/ga/)\n"
+"Language-Team: Irish (https://app.transifex.com/mate/teams/13566/ga/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
diff --git a/po/gl.po b/po/gl.po
index 141391e..e46d4ec 100644
--- a/po/gl.po
+++ b/po/gl.po
@@ -9,12 +9,12 @@
#
msgid ""
msgstr ""
-"Project-Id-Version: mate-backgrounds 1.25.0\n"
+"Project-Id-Version: mate-backgrounds 1.26.0\n"
"Report-Msgid-Bugs-To: http://www.mate-desktop.org\n"
-"POT-Creation-Date: 2021-06-20 12:58+0200\n"
+"POT-Creation-Date: 2022-10-29 15:33+0200\n"
"PO-Revision-Date: 2018-03-11 16:27+0000\n"
"Last-Translator: Miguel Anxo Bouzada <[email protected]>, 2020\n"
-"Language-Team: Galician (https://www.transifex.com/mate/teams/13566/gl/)\n"
+"Language-Team: Galician (https://app.transifex.com/mate/teams/13566/gl/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
diff --git a/po/gu.po b/po/gu.po
index 5ec0437..98ffc3f 100644
--- a/po/gu.po
+++ b/po/gu.po
@@ -8,12 +8,12 @@
#
msgid ""
msgstr ""
-"Project-Id-Version: mate-backgrounds 1.25.0\n"
+"Project-Id-Version: mate-backgrounds 1.26.0\n"
"Report-Msgid-Bugs-To: http://www.mate-desktop.org\n"
-"POT-Creation-Date: 2021-06-20 12:58+0200\n"
+"POT-Creation-Date: 2022-10-29 15:33+0200\n"
"PO-Revision-Date: 2018-03-11 16:27+0000\n"
"Last-Translator: Stefano Karapetsas <[email protected]>, 2018\n"
-"Language-Team: Gujarati (https://www.transifex.com/mate/teams/13566/gu/)\n"
+"Language-Team: Gujarati (https://app.transifex.com/mate/teams/13566/gu/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
diff --git a/po/he.po b/po/he.po
index c256774..63079f2 100644
--- a/po/he.po
+++ b/po/he.po
@@ -8,12 +8,12 @@
#
msgid ""
msgstr ""
-"Project-Id-Version: mate-backgrounds 1.25.0\n"
+"Project-Id-Version: mate-backgrounds 1.26.0\n"
"Report-Msgid-Bugs-To: http://www.mate-desktop.org\n"
-"POT-Creation-Date: 2021-06-20 12:58+0200\n"
+"POT-Creation-Date: 2022-10-29 15:33+0200\n"
"PO-Revision-Date: 2018-03-11 16:27+0000\n"
"Last-Translator: Yaron Shahrabani <[email protected]>, 2020\n"
-"Language-Team: Hebrew (https://www.transifex.com/mate/teams/13566/he/)\n"
+"Language-Team: Hebrew (https://app.transifex.com/mate/teams/13566/he/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
diff --git a/po/hi.po b/po/hi.po
index 762a01e..4f52f5f 100644
--- a/po/hi.po
+++ b/po/hi.po
@@ -9,12 +9,12 @@
#
msgid ""
msgstr ""
-"Project-Id-Version: mate-backgrounds 1.25.0\n"
+"Project-Id-Version: mate-backgrounds 1.26.0\n"
"Report-Msgid-Bugs-To: http://www.mate-desktop.org\n"
-"POT-Creation-Date: 2021-06-20 12:58+0200\n"
+"POT-Creation-Date: 2022-10-29 15:33+0200\n"
"PO-Revision-Date: 2018-03-11 16:27+0000\n"
"Last-Translator: Sadgamaya <[email protected]>, 2018\n"
-"Language-Team: Hindi (https://www.transifex.com/mate/teams/13566/hi/)\n"
+"Language-Team: Hindi (https://app.transifex.com/mate/teams/13566/hi/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
diff --git a/po/hr.po b/po/hr.po
index ff0f83e..7794fa4 100644
--- a/po/hr.po
+++ b/po/hr.po
@@ -8,12 +8,12 @@
#
msgid ""
msgstr ""
-"Project-Id-Version: mate-backgrounds 1.25.0\n"
+"Project-Id-Version: mate-backgrounds 1.26.0\n"
"Report-Msgid-Bugs-To: http://www.mate-desktop.org\n"
-"POT-Creation-Date: 2021-06-20 12:58+0200\n"
+"POT-Creation-Date: 2022-10-29 15:33+0200\n"
"PO-Revision-Date: 2018-03-11 16:27+0000\n"
"Last-Translator: Ivica Kolić <[email protected]>, 2018\n"
-"Language-Team: Croatian (https://www.transifex.com/mate/teams/13566/hr/)\n"
+"Language-Team: Croatian (https://app.transifex.com/mate/teams/13566/hr/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
diff --git a/po/hu.po b/po/hu.po
index 5bc681b..3097668 100644
--- a/po/hu.po
+++ b/po/hu.po
@@ -9,12 +9,12 @@
#
msgid ""
msgstr ""
-"Project-Id-Version: mate-backgrounds 1.25.0\n"
+"Project-Id-Version: mate-backgrounds 1.26.0\n"
"Report-Msgid-Bugs-To: http://www.mate-desktop.org\n"
-"POT-Creation-Date: 2021-06-20 12:58+0200\n"
+"POT-Creation-Date: 2022-10-29 15:33+0200\n"
"PO-Revision-Date: 2018-03-11 16:27+0000\n"
"Last-Translator: Balázs Meskó <[email protected]>, 2020\n"
-"Language-Team: Hungarian (https://www.transifex.com/mate/teams/13566/hu/)\n"
+"Language-Team: Hungarian (https://app.transifex.com/mate/teams/13566/hu/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
diff --git a/po/hy.po b/po/hy.po
index 9a18104..05462a8 100644
--- a/po/hy.po
+++ b/po/hy.po
@@ -10,12 +10,12 @@
#
msgid ""
msgstr ""
-"Project-Id-Version: mate-backgrounds 1.25.0\n"
+"Project-Id-Version: mate-backgrounds 1.26.0\n"
"Report-Msgid-Bugs-To: http://www.mate-desktop.org\n"
-"POT-Creation-Date: 2021-06-20 12:58+0200\n"
+"POT-Creation-Date: 2022-10-29 15:33+0200\n"
"PO-Revision-Date: 2018-03-11 16:27+0000\n"
"Last-Translator: Siranush <[email protected]>, 2018\n"
-"Language-Team: Armenian (https://www.transifex.com/mate/teams/13566/hy/)\n"
+"Language-Team: Armenian (https://app.transifex.com/mate/teams/13566/hy/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
diff --git a/po/id.po b/po/id.po
index 87faefe..432b76d 100644
--- a/po/id.po
+++ b/po/id.po
@@ -9,12 +9,12 @@
#
msgid ""
msgstr ""
-"Project-Id-Version: mate-backgrounds 1.25.0\n"
+"Project-Id-Version: mate-backgrounds 1.26.0\n"
"Report-Msgid-Bugs-To: http://www.mate-desktop.org\n"
-"POT-Creation-Date: 2021-06-20 12:58+0200\n"
+"POT-Creation-Date: 2022-10-29 15:33+0200\n"
"PO-Revision-Date: 2018-03-11 16:27+0000\n"
"Last-Translator: Andika Triwidada <[email protected]>, 2020\n"
-"Language-Team: Indonesian (https://www.transifex.com/mate/teams/13566/id/)\n"
+"Language-Team: Indonesian (https://app.transifex.com/mate/teams/13566/id/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
diff --git a/po/ie.po b/po/ie.po
index ca15809..3d6821d 100644
--- a/po/ie.po
+++ b/po/ie.po
@@ -8,12 +8,12 @@
#
msgid ""
msgstr ""
-"Project-Id-Version: mate-backgrounds 1.25.0\n"
+"Project-Id-Version: mate-backgrounds 1.26.0\n"
"Report-Msgid-Bugs-To: http://www.mate-desktop.org\n"
-"POT-Creation-Date: 2021-06-20 12:58+0200\n"
+"POT-Creation-Date: 2022-10-29 15:33+0200\n"
"PO-Revision-Date: 2018-03-11 16:27+0000\n"
"Last-Translator: Caarmi, 2020\n"
-"Language-Team: Interlingue (https://www.transifex.com/mate/teams/13566/ie/)\n"
+"Language-Team: Interlingue (https://app.transifex.com/mate/teams/13566/ie/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
diff --git a/po/is.po b/po/is.po
index d752e90..9a832c4 100644
--- a/po/is.po
+++ b/po/is.po
@@ -8,12 +8,12 @@
#
msgid ""
msgstr ""
-"Project-Id-Version: mate-backgrounds 1.25.0\n"
+"Project-Id-Version: mate-backgrounds 1.26.0\n"
"Report-Msgid-Bugs-To: http://www.mate-desktop.org\n"
-"POT-Creation-Date: 2021-06-20 12:58+0200\n"
+"POT-Creation-Date: 2022-10-29 15:33+0200\n"
"PO-Revision-Date: 2018-03-11 16:27+0000\n"
"Last-Translator: Sveinn í Felli <[email protected]>, 2020\n"
-"Language-Team: Icelandic (https://www.transifex.com/mate/teams/13566/is/)\n"
+"Language-Team: Icelandic (https://app.transifex.com/mate/teams/13566/is/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
diff --git a/po/it.po b/po/it.po
index a186ed1..42879f7 100644
--- a/po/it.po
+++ b/po/it.po
@@ -4,23 +4,23 @@
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
# Translators:
-# Giuseppe Pignataro <[email protected]>, 2018
+# Giuseppe Pignataro (Fastbyte01) <[email protected]>, 2018
# l3nn4rt, 2018
-# Alessandro Volturno <[email protected]>, 2020
+# Alessandro Volturno <[email protected]>, 2022
#
msgid ""
msgstr ""
-"Project-Id-Version: mate-backgrounds 1.25.0\n"
+"Project-Id-Version: mate-backgrounds 1.26.0\n"
"Report-Msgid-Bugs-To: http://www.mate-desktop.org\n"
-"POT-Creation-Date: 2021-06-20 12:58+0200\n"
+"POT-Creation-Date: 2022-10-29 15:33+0200\n"
"PO-Revision-Date: 2018-03-11 16:27+0000\n"
-"Last-Translator: Alessandro Volturno <[email protected]>, 2020\n"
-"Language-Team: Italian (https://www.transifex.com/mate/teams/13566/it/)\n"
+"Last-Translator: Alessandro Volturno <[email protected]>, 2022\n"
+"Language-Team: Italian (https://app.transifex.com/mate/teams/13566/it/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: it\n"
-"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+"Plural-Forms: nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n"
#. From http://code.google.com/p/gnome-colors/
#: abstract/mate-abstract.xml.in.in:6
@@ -50,11 +50,11 @@ msgstr "Onde"
#: abstract/mate-abstract.xml.in.in:61 abstract/mate-abstract.xml.in.in:70
#: abstract/mate-abstract.xml.in.in:79
msgid "Something slowly gets clear"
-msgstr "Qualcosa lentamente diviene chiaro"
+msgstr "Qualcosa che lentamente diviene chiaro"
#: desktop/mate-desktop.xml.in.in:5
msgid "No Desktop Background"
-msgstr "Nessun sfondo desktop"
+msgstr "Nessuno Sfondo della Scrivania"
#: desktop/mate-desktop.xml.in.in:13
msgid "Float into MATE"
@@ -70,11 +70,11 @@ msgstr "Strisce"
#: desktop/mate-desktop.xml.in.in:34
msgid "MATE Stripes Dark"
-msgstr "MATE strisce scure"
+msgstr "MATE Strisce Scuro"
#: desktop/mate-desktop.xml.in.in:43
msgid "MATE Stripes Light"
-msgstr "MATE strisce chiare"
+msgstr "MATE Strisce Chiaro"
#: desktop/mate-desktop.xml.in.in:52
msgid "Ubuntu MATE Cold"
@@ -108,7 +108,7 @@ msgstr "Prato verde"
#: nature/mate-nature.xml.in.in:21
msgid "Aqua"
-msgstr "Aqua"
+msgstr "Acqua"
#: nature/mate-nature.xml.in.in:27
msgid "Dune"
@@ -120,7 +120,7 @@ msgstr "Tempesta"
#: nature/mate-nature.xml.in.in:39
msgid "Two Wings"
-msgstr "Bocca di leone"
+msgstr "Due Ali"
#: nature/mate-nature.xml.in.in:45
msgid "Lady Bird"
@@ -128,7 +128,7 @@ msgstr "Coccinella"
#: nature/mate-nature.xml.in.in:51
msgid "Blinds"
-msgstr "Solchi"
+msgstr "Tenda"
#: nature/mate-nature.xml.in.in:57
msgid "Rain Drops"
diff --git a/po/ja.po b/po/ja.po
index 95ebf46..0f83f95 100644
--- a/po/ja.po
+++ b/po/ja.po
@@ -5,16 +5,16 @@
#
# Translators:
# Rockers <[email protected]>, 2018
-# Green, 2021
+# Green <[email protected]>, 2022
#
msgid ""
msgstr ""
-"Project-Id-Version: mate-backgrounds 1.25.0\n"
+"Project-Id-Version: mate-backgrounds 1.26.0\n"
"Report-Msgid-Bugs-To: http://www.mate-desktop.org\n"
-"POT-Creation-Date: 2021-06-20 12:58+0200\n"
+"POT-Creation-Date: 2022-10-29 15:33+0200\n"
"PO-Revision-Date: 2018-03-11 16:27+0000\n"
-"Last-Translator: Green, 2021\n"
-"Language-Team: Japanese (https://www.transifex.com/mate/teams/13566/ja/)\n"
+"Last-Translator: Green <[email protected]>, 2022\n"
+"Language-Team: Japanese (https://app.transifex.com/mate/teams/13566/ja/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
@@ -61,7 +61,7 @@ msgstr "フロート・イントゥー MATE"
#: desktop/mate-desktop.xml.in.in:19
msgid "Green Traditional"
-msgstr "グリーン・トラディショナル"
+msgstr "伝統的なグリーン"
#: desktop/mate-desktop.xml.in.in:25
msgid "Stripes"
diff --git a/po/ka.po b/po/ka.po
index bc5b828..750f715 100644
--- a/po/ka.po
+++ b/po/ka.po
@@ -8,12 +8,12 @@
#
msgid ""
msgstr ""
-"Project-Id-Version: mate-backgrounds 1.25.0\n"
+"Project-Id-Version: mate-backgrounds 1.26.0\n"
"Report-Msgid-Bugs-To: http://www.mate-desktop.org\n"
-"POT-Creation-Date: 2021-06-20 12:58+0200\n"
+"POT-Creation-Date: 2022-10-29 15:33+0200\n"
"PO-Revision-Date: 2018-03-11 16:27+0000\n"
"Last-Translator: Stefano Karapetsas <[email protected]>, 2018\n"
-"Language-Team: Georgian (https://www.transifex.com/mate/teams/13566/ka/)\n"
+"Language-Team: Georgian (https://app.transifex.com/mate/teams/13566/ka/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
diff --git a/po/kk.po b/po/kk.po
index 123bf2d..5ae3765 100644
--- a/po/kk.po
+++ b/po/kk.po
@@ -9,12 +9,12 @@
#
msgid ""
msgstr ""
-"Project-Id-Version: mate-backgrounds 1.25.0\n"
+"Project-Id-Version: mate-backgrounds 1.26.0\n"
"Report-Msgid-Bugs-To: http://www.mate-desktop.org\n"
-"POT-Creation-Date: 2021-06-20 12:58+0200\n"
+"POT-Creation-Date: 2022-10-29 15:33+0200\n"
"PO-Revision-Date: 2018-03-11 16:27+0000\n"
"Last-Translator: Stefano Karapetsas <[email protected]>, 2018\n"
-"Language-Team: Kazakh (https://www.transifex.com/mate/teams/13566/kk/)\n"
+"Language-Team: Kazakh (https://app.transifex.com/mate/teams/13566/kk/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
diff --git a/po/kn.po b/po/kn.po
index e34b35c..5f1512b 100644
--- a/po/kn.po
+++ b/po/kn.po
@@ -9,12 +9,12 @@
#
msgid ""
msgstr ""
-"Project-Id-Version: mate-backgrounds 1.25.0\n"
+"Project-Id-Version: mate-backgrounds 1.26.0\n"
"Report-Msgid-Bugs-To: http://www.mate-desktop.org\n"
-"POT-Creation-Date: 2021-06-20 12:58+0200\n"
+"POT-Creation-Date: 2022-10-29 15:33+0200\n"
"PO-Revision-Date: 2018-03-11 16:27+0000\n"
"Last-Translator: Sai Vinoba <[email protected]>, 2020\n"
-"Language-Team: Kannada (https://www.transifex.com/mate/teams/13566/kn/)\n"
+"Language-Team: Kannada (https://app.transifex.com/mate/teams/13566/kn/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
diff --git a/po/ko.po b/po/ko.po
index dc6fae6..e046b99 100644
--- a/po/ko.po
+++ b/po/ko.po
@@ -4,18 +4,18 @@
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
# Translators:
-# 박정규(Jung-Kyu Park) <[email protected]>, 2018
+# 1763f4a4329a2376c933c5e919a36cbc_341ca53 <1f851310383599d03339229d772e1290_119292>, 2018
# Seong-ho Cho <[email protected]>, 2021
-# JungHee Lee <[email protected]>, 2021
+# Junghee Lee <[email protected]>, 2021
#
msgid ""
msgstr ""
-"Project-Id-Version: mate-backgrounds 1.25.0\n"
+"Project-Id-Version: mate-backgrounds 1.26.0\n"
"Report-Msgid-Bugs-To: http://www.mate-desktop.org\n"
-"POT-Creation-Date: 2021-06-20 12:58+0200\n"
+"POT-Creation-Date: 2022-10-29 15:33+0200\n"
"PO-Revision-Date: 2018-03-11 16:27+0000\n"
-"Last-Translator: JungHee Lee <[email protected]>, 2021\n"
-"Language-Team: Korean (https://www.transifex.com/mate/teams/13566/ko/)\n"
+"Last-Translator: Junghee Lee <[email protected]>, 2021\n"
+"Language-Team: Korean (https://app.transifex.com/mate/teams/13566/ko/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
diff --git a/po/ku_IQ.po b/po/ku_IQ.po
index dccec1b..646c1a8 100644
--- a/po/ku_IQ.po
+++ b/po/ku_IQ.po
@@ -8,12 +8,12 @@
#
msgid ""
msgstr ""
-"Project-Id-Version: mate-backgrounds 1.25.0\n"
+"Project-Id-Version: mate-backgrounds 1.26.0\n"
"Report-Msgid-Bugs-To: http://www.mate-desktop.org\n"
-"POT-Creation-Date: 2021-06-20 12:58+0200\n"
+"POT-Creation-Date: 2022-10-29 15:33+0200\n"
"PO-Revision-Date: 2018-03-11 16:27+0000\n"
"Last-Translator: Rasti K5 <[email protected]>, 2018\n"
-"Language-Team: Kurdish (Iraq) (https://www.transifex.com/mate/teams/13566/ku_IQ/)\n"
+"Language-Team: Kurdish (Iraq) (https://app.transifex.com/mate/teams/13566/ku_IQ/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
diff --git a/po/ky.po b/po/ky.po
index b8889da..c6bc883 100644
--- a/po/ky.po
+++ b/po/ky.po
@@ -8,12 +8,12 @@
#
msgid ""
msgstr ""
-"Project-Id-Version: mate-backgrounds 1.25.0\n"
+"Project-Id-Version: mate-backgrounds 1.26.0\n"
"Report-Msgid-Bugs-To: http://www.mate-desktop.org\n"
-"POT-Creation-Date: 2021-06-20 12:58+0200\n"
+"POT-Creation-Date: 2022-10-29 15:33+0200\n"
"PO-Revision-Date: 2018-03-11 16:27+0000\n"
"Last-Translator: 41e38594a6ab66d45dbd71e8e44a0b16_36d21e8, 2018\n"
-"Language-Team: Kyrgyz (https://www.transifex.com/mate/teams/13566/ky/)\n"
+"Language-Team: Kyrgyz (https://app.transifex.com/mate/teams/13566/ky/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
diff --git a/po/la.po b/po/la.po
index d286680..1dfbdcf 100644
--- a/po/la.po
+++ b/po/la.po
@@ -8,12 +8,12 @@
#
msgid ""
msgstr ""
-"Project-Id-Version: mate-backgrounds 1.25.0\n"
+"Project-Id-Version: mate-backgrounds 1.26.0\n"
"Report-Msgid-Bugs-To: http://www.mate-desktop.org\n"
-"POT-Creation-Date: 2021-06-20 12:58+0200\n"
+"POT-Creation-Date: 2022-10-29 15:33+0200\n"
"PO-Revision-Date: 2018-03-11 16:27+0000\n"
"Last-Translator: Vendelín Slezák <[email protected]>, 2018\n"
-"Language-Team: Latin (https://www.transifex.com/mate/teams/13566/la/)\n"
+"Language-Team: Latin (https://app.transifex.com/mate/teams/13566/la/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
diff --git a/po/lt.po b/po/lt.po
index f29de2a..87e0b41 100644
--- a/po/lt.po
+++ b/po/lt.po
@@ -8,12 +8,12 @@
#
msgid ""
msgstr ""
-"Project-Id-Version: mate-backgrounds 1.25.0\n"
+"Project-Id-Version: mate-backgrounds 1.26.0\n"
"Report-Msgid-Bugs-To: http://www.mate-desktop.org\n"
-"POT-Creation-Date: 2021-06-20 12:58+0200\n"
+"POT-Creation-Date: 2022-10-29 15:33+0200\n"
"PO-Revision-Date: 2018-03-11 16:27+0000\n"
"Last-Translator: Moo, 2020\n"
-"Language-Team: Lithuanian (https://www.transifex.com/mate/teams/13566/lt/)\n"
+"Language-Team: Lithuanian (https://app.transifex.com/mate/teams/13566/lt/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
diff --git a/po/lv.po b/po/lv.po
index a806ce9..4291109 100644
--- a/po/lv.po
+++ b/po/lv.po
@@ -9,12 +9,12 @@
#
msgid ""
msgstr ""
-"Project-Id-Version: mate-backgrounds 1.25.0\n"
+"Project-Id-Version: mate-backgrounds 1.26.0\n"
"Report-Msgid-Bugs-To: http://www.mate-desktop.org\n"
-"POT-Creation-Date: 2021-06-20 12:58+0200\n"
+"POT-Creation-Date: 2022-10-29 15:33+0200\n"
"PO-Revision-Date: 2018-03-11 16:27+0000\n"
"Last-Translator: Stefano Karapetsas <[email protected]>, 2018\n"
-"Language-Team: Latvian (https://www.transifex.com/mate/teams/13566/lv/)\n"
+"Language-Team: Latvian (https://app.transifex.com/mate/teams/13566/lv/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
diff --git a/po/mai.po b/po/mai.po
index 3216e74..21e35b4 100644
--- a/po/mai.po
+++ b/po/mai.po
@@ -8,12 +8,12 @@
#
msgid ""
msgstr ""
-"Project-Id-Version: mate-backgrounds 1.25.0\n"
+"Project-Id-Version: mate-backgrounds 1.26.0\n"
"Report-Msgid-Bugs-To: http://www.mate-desktop.org\n"
-"POT-Creation-Date: 2021-06-20 12:58+0200\n"
+"POT-Creation-Date: 2022-10-29 15:33+0200\n"
"PO-Revision-Date: 2018-03-11 16:27+0000\n"
"Last-Translator: Stefano Karapetsas <[email protected]>, 2018\n"
-"Language-Team: Maithili (https://www.transifex.com/mate/teams/13566/mai/)\n"
+"Language-Team: Maithili (https://app.transifex.com/mate/teams/13566/mai/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
diff --git a/po/mg.po b/po/mg.po
index 1ad7962..d9646df 100644
--- a/po/mg.po
+++ b/po/mg.po
@@ -8,12 +8,12 @@
#
msgid ""
msgstr ""
-"Project-Id-Version: mate-backgrounds 1.25.0\n"
+"Project-Id-Version: mate-backgrounds 1.26.0\n"
"Report-Msgid-Bugs-To: http://www.mate-desktop.org\n"
-"POT-Creation-Date: 2021-06-20 12:58+0200\n"
+"POT-Creation-Date: 2022-10-29 15:33+0200\n"
"PO-Revision-Date: 2018-03-11 16:27+0000\n"
"Last-Translator: Stefano Karapetsas <[email protected]>, 2018\n"
-"Language-Team: Malagasy (https://www.transifex.com/mate/teams/13566/mg/)\n"
+"Language-Team: Malagasy (https://app.transifex.com/mate/teams/13566/mg/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
diff --git a/po/mk.po b/po/mk.po
index 215127e..a9f226f 100644
--- a/po/mk.po
+++ b/po/mk.po
@@ -9,12 +9,12 @@
#
msgid ""
msgstr ""
-"Project-Id-Version: mate-backgrounds 1.25.0\n"
+"Project-Id-Version: mate-backgrounds 1.26.0\n"
"Report-Msgid-Bugs-To: http://www.mate-desktop.org\n"
-"POT-Creation-Date: 2021-06-20 12:58+0200\n"
+"POT-Creation-Date: 2022-10-29 15:33+0200\n"
"PO-Revision-Date: 2018-03-11 16:27+0000\n"
"Last-Translator: exoos <[email protected]>, 2018\n"
-"Language-Team: Macedonian (https://www.transifex.com/mate/teams/13566/mk/)\n"
+"Language-Team: Macedonian (https://app.transifex.com/mate/teams/13566/mk/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
diff --git a/po/ml.po b/po/ml.po
index 3f785af..b6e2639 100644
--- a/po/ml.po
+++ b/po/ml.po
@@ -8,12 +8,12 @@
#
msgid ""
msgstr ""
-"Project-Id-Version: mate-backgrounds 1.25.0\n"
+"Project-Id-Version: mate-backgrounds 1.26.0\n"
"Report-Msgid-Bugs-To: http://www.mate-desktop.org\n"
-"POT-Creation-Date: 2021-06-20 12:58+0200\n"
+"POT-Creation-Date: 2022-10-29 15:33+0200\n"
"PO-Revision-Date: 2018-03-11 16:27+0000\n"
"Last-Translator: Stefano Karapetsas <[email protected]>, 2018\n"
-"Language-Team: Malayalam (https://www.transifex.com/mate/teams/13566/ml/)\n"
+"Language-Team: Malayalam (https://app.transifex.com/mate/teams/13566/ml/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
diff --git a/po/mn.po b/po/mn.po
index 2567304..556d231 100644
--- a/po/mn.po
+++ b/po/mn.po
@@ -9,12 +9,12 @@
#
msgid ""
msgstr ""
-"Project-Id-Version: mate-backgrounds 1.25.0\n"
+"Project-Id-Version: mate-backgrounds 1.26.0\n"
"Report-Msgid-Bugs-To: http://www.mate-desktop.org\n"
-"POT-Creation-Date: 2021-06-20 12:58+0200\n"
+"POT-Creation-Date: 2022-10-29 15:33+0200\n"
"PO-Revision-Date: 2018-03-11 16:27+0000\n"
"Last-Translator: Zorig, 2018\n"
-"Language-Team: Mongolian (https://www.transifex.com/mate/teams/13566/mn/)\n"
+"Language-Team: Mongolian (https://app.transifex.com/mate/teams/13566/mn/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
diff --git a/po/mr.po b/po/mr.po
index 35b3c81..54c0a46 100644
--- a/po/mr.po
+++ b/po/mr.po
@@ -9,12 +9,12 @@
#
msgid ""
msgstr ""
-"Project-Id-Version: mate-backgrounds 1.25.0\n"
+"Project-Id-Version: mate-backgrounds 1.26.0\n"
"Report-Msgid-Bugs-To: http://www.mate-desktop.org\n"
-"POT-Creation-Date: 2021-06-20 12:58+0200\n"
+"POT-Creation-Date: 2022-10-29 15:33+0200\n"
"PO-Revision-Date: 2018-03-11 16:27+0000\n"
"Last-Translator: Vaibhav S Dalvi <[email protected]>, 2018\n"
-"Language-Team: Marathi (https://www.transifex.com/mate/teams/13566/mr/)\n"
+"Language-Team: Marathi (https://app.transifex.com/mate/teams/13566/mr/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
diff --git a/po/ms.po b/po/ms.po
index acd1185..0168fbd 100644
--- a/po/ms.po
+++ b/po/ms.po
@@ -8,12 +8,12 @@
#
msgid ""
msgstr ""
-"Project-Id-Version: mate-backgrounds 1.25.0\n"
+"Project-Id-Version: mate-backgrounds 1.26.0\n"
"Report-Msgid-Bugs-To: http://www.mate-desktop.org\n"
-"POT-Creation-Date: 2021-06-20 12:58+0200\n"
+"POT-Creation-Date: 2022-10-29 15:33+0200\n"
"PO-Revision-Date: 2018-03-11 16:27+0000\n"
"Last-Translator: abuyop <[email protected]>, 2020\n"
-"Language-Team: Malay (https://www.transifex.com/mate/teams/13566/ms/)\n"
+"Language-Team: Malay (https://app.transifex.com/mate/teams/13566/ms/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
diff --git a/po/nb.po b/po/nb.po
index 332b8ed..bca55e5 100644
--- a/po/nb.po
+++ b/po/nb.po
@@ -5,16 +5,16 @@
#
# Translators:
# Allan Nordhøy <[email protected]>, 2018
-# heskjestad <[email protected]>, 2020
+# Kaci Heskjestad, 2020
#
msgid ""
msgstr ""
-"Project-Id-Version: mate-backgrounds 1.25.0\n"
+"Project-Id-Version: mate-backgrounds 1.26.0\n"
"Report-Msgid-Bugs-To: http://www.mate-desktop.org\n"
-"POT-Creation-Date: 2021-06-20 12:58+0200\n"
+"POT-Creation-Date: 2022-10-29 15:33+0200\n"
"PO-Revision-Date: 2018-03-11 16:27+0000\n"
-"Last-Translator: heskjestad <[email protected]>, 2020\n"
-"Language-Team: Norwegian Bokmål (https://www.transifex.com/mate/teams/13566/nb/)\n"
+"Last-Translator: Kaci Heskjestad, 2020\n"
+"Language-Team: Norwegian Bokmål (https://app.transifex.com/mate/teams/13566/nb/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
diff --git a/po/nds.po b/po/nds.po
index 3231d9c..1356ac3 100644
--- a/po/nds.po
+++ b/po/nds.po
@@ -5,16 +5,16 @@
#
# Translators:
# Stefano Karapetsas <[email protected]>, 2018
-# Benedikt Straub <[email protected]>, 2019
+# Benedikt Straub <[email protected]>, 2023
#
msgid ""
msgstr ""
-"Project-Id-Version: mate-backgrounds 1.25.0\n"
+"Project-Id-Version: mate-backgrounds 1.26.0\n"
"Report-Msgid-Bugs-To: http://www.mate-desktop.org\n"
-"POT-Creation-Date: 2021-06-20 12:58+0200\n"
+"POT-Creation-Date: 2022-10-29 15:33+0200\n"
"PO-Revision-Date: 2018-03-11 16:27+0000\n"
-"Last-Translator: Benedikt Straub <[email protected]>, 2019\n"
-"Language-Team: Low German (https://www.transifex.com/mate/teams/13566/nds/)\n"
+"Last-Translator: Benedikt Straub <[email protected]>, 2023\n"
+"Language-Team: Low German (https://app.transifex.com/mate/teams/13566/nds/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
@@ -49,7 +49,7 @@ msgstr "Wellen"
#: abstract/mate-abstract.xml.in.in:61 abstract/mate-abstract.xml.in.in:70
#: abstract/mate-abstract.xml.in.in:79
msgid "Something slowly gets clear"
-msgstr ""
+msgstr "Wat word sachtjes klaar"
#: desktop/mate-desktop.xml.in.in:5
msgid "No Desktop Background"
diff --git a/po/ne.po b/po/ne.po
index e8ee183..d7c37ef 100644
--- a/po/ne.po
+++ b/po/ne.po
@@ -8,12 +8,12 @@
#
msgid ""
msgstr ""
-"Project-Id-Version: mate-backgrounds 1.25.0\n"
+"Project-Id-Version: mate-backgrounds 1.26.0\n"
"Report-Msgid-Bugs-To: http://www.mate-desktop.org\n"
-"POT-Creation-Date: 2021-06-20 12:58+0200\n"
+"POT-Creation-Date: 2022-10-29 15:33+0200\n"
"PO-Revision-Date: 2018-03-11 16:27+0000\n"
"Last-Translator: Stefano Karapetsas <[email protected]>, 2018\n"
-"Language-Team: Nepali (https://www.transifex.com/mate/teams/13566/ne/)\n"
+"Language-Team: Nepali (https://app.transifex.com/mate/teams/13566/ne/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
diff --git a/po/nl.po b/po/nl.po
index 0c045fb..dca33c4 100644
--- a/po/nl.po
+++ b/po/nl.po
@@ -10,12 +10,12 @@
#
msgid ""
msgstr ""
-"Project-Id-Version: mate-backgrounds 1.25.0\n"
+"Project-Id-Version: mate-backgrounds 1.26.0\n"
"Report-Msgid-Bugs-To: http://www.mate-desktop.org\n"
-"POT-Creation-Date: 2021-06-20 12:58+0200\n"
+"POT-Creation-Date: 2022-10-29 15:33+0200\n"
"PO-Revision-Date: 2018-03-11 16:27+0000\n"
"Last-Translator: Pjotr <[email protected]>, 2020\n"
-"Language-Team: Dutch (https://www.transifex.com/mate/teams/13566/nl/)\n"
+"Language-Team: Dutch (https://app.transifex.com/mate/teams/13566/nl/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
diff --git a/po/nn.po b/po/nn.po
index ebeedf9..9443f69 100644
--- a/po/nn.po
+++ b/po/nn.po
@@ -8,12 +8,12 @@
#
msgid ""
msgstr ""
-"Project-Id-Version: mate-backgrounds 1.25.0\n"
+"Project-Id-Version: mate-backgrounds 1.26.0\n"
"Report-Msgid-Bugs-To: http://www.mate-desktop.org\n"
-"POT-Creation-Date: 2021-06-20 12:58+0200\n"
+"POT-Creation-Date: 2022-10-29 15:33+0200\n"
"PO-Revision-Date: 2018-03-11 16:27+0000\n"
"Last-Translator: Stefano Karapetsas <[email protected]>, 2018\n"
-"Language-Team: Norwegian Nynorsk (https://www.transifex.com/mate/teams/13566/nn/)\n"
+"Language-Team: Norwegian Nynorsk (https://app.transifex.com/mate/teams/13566/nn/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
diff --git a/po/oc.po b/po/oc.po
index 981adc0..4377794 100644
--- a/po/oc.po
+++ b/po/oc.po
@@ -6,16 +6,16 @@
# Translators:
# Stefano Karapetsas <[email protected]>, 2018
# Cédric Valmary <[email protected]>, 2018
-# Quentin PAGÈS, 2020
+# Quentin PAGÈS, 2021
#
msgid ""
msgstr ""
-"Project-Id-Version: mate-backgrounds 1.25.0\n"
+"Project-Id-Version: mate-backgrounds 1.26.0\n"
"Report-Msgid-Bugs-To: http://www.mate-desktop.org\n"
-"POT-Creation-Date: 2021-06-20 12:58+0200\n"
+"POT-Creation-Date: 2022-10-29 15:33+0200\n"
"PO-Revision-Date: 2018-03-11 16:27+0000\n"
-"Last-Translator: Quentin PAGÈS, 2020\n"
-"Language-Team: Occitan (post 1500) (https://www.transifex.com/mate/teams/13566/oc/)\n"
+"Last-Translator: Quentin PAGÈS, 2021\n"
+"Language-Team: Occitan (post 1500) (https://app.transifex.com/mate/teams/13566/oc/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
@@ -54,7 +54,7 @@ msgstr "Quicòm ven lentament clar"
#: desktop/mate-desktop.xml.in.in:5
msgid "No Desktop Background"
-msgstr "Cap d’imatge de rèire-plan"
+msgstr "Cap d’imatge de rèireplan"
#: desktop/mate-desktop.xml.in.in:13
msgid "Float into MATE"
diff --git a/po/or.po b/po/or.po
index 2d7901a..9cea41c 100644
--- a/po/or.po
+++ b/po/or.po
@@ -8,12 +8,12 @@
#
msgid ""
msgstr ""
-"Project-Id-Version: mate-backgrounds 1.25.0\n"
+"Project-Id-Version: mate-backgrounds 1.26.0\n"
"Report-Msgid-Bugs-To: http://www.mate-desktop.org\n"
-"POT-Creation-Date: 2021-06-20 12:58+0200\n"
+"POT-Creation-Date: 2022-10-29 15:33+0200\n"
"PO-Revision-Date: 2018-03-11 16:27+0000\n"
"Last-Translator: Stefano Karapetsas <[email protected]>, 2018\n"
-"Language-Team: Oriya (https://www.transifex.com/mate/teams/13566/or/)\n"
+"Language-Team: Odia (https://app.transifex.com/mate/teams/13566/or/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
diff --git a/po/pa.po b/po/pa.po
index 801cefc..5cb0972 100644
--- a/po/pa.po
+++ b/po/pa.po
@@ -8,12 +8,12 @@
#
msgid ""
msgstr ""
-"Project-Id-Version: mate-backgrounds 1.25.0\n"
+"Project-Id-Version: mate-backgrounds 1.26.0\n"
"Report-Msgid-Bugs-To: http://www.mate-desktop.org\n"
-"POT-Creation-Date: 2021-06-20 12:58+0200\n"
+"POT-Creation-Date: 2022-10-29 15:33+0200\n"
"PO-Revision-Date: 2018-03-11 16:27+0000\n"
"Last-Translator: Stefano Karapetsas <[email protected]>, 2018\n"
-"Language-Team: Panjabi (Punjabi) (https://www.transifex.com/mate/teams/13566/pa/)\n"
+"Language-Team: Panjabi (Punjabi) (https://app.transifex.com/mate/teams/13566/pa/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
diff --git a/po/pl.po b/po/pl.po
index 99172d6..c3283b8 100644
--- a/po/pl.po
+++ b/po/pl.po
@@ -7,16 +7,16 @@
# Stefano Karapetsas <[email protected]>, 2018
# Przemek P <[email protected]>, 2018
# Piotr Drąg <[email protected]>, 2018
-# No Ne, 2020
+# Marek Adamski, 2020
#
msgid ""
msgstr ""
-"Project-Id-Version: mate-backgrounds 1.25.0\n"
+"Project-Id-Version: mate-backgrounds 1.26.0\n"
"Report-Msgid-Bugs-To: http://www.mate-desktop.org\n"
-"POT-Creation-Date: 2021-06-20 12:58+0200\n"
+"POT-Creation-Date: 2022-10-29 15:33+0200\n"
"PO-Revision-Date: 2018-03-11 16:27+0000\n"
-"Last-Translator: No Ne, 2020\n"
-"Language-Team: Polish (https://www.transifex.com/mate/teams/13566/pl/)\n"
+"Last-Translator: Marek Adamski, 2020\n"
+"Language-Team: Polish (https://app.transifex.com/mate/teams/13566/pl/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
diff --git a/po/ps.po b/po/ps.po
index ab76d71..7951b48 100644
--- a/po/ps.po
+++ b/po/ps.po
@@ -8,12 +8,12 @@
#
msgid ""
msgstr ""
-"Project-Id-Version: mate-backgrounds 1.25.0\n"
+"Project-Id-Version: mate-backgrounds 1.26.0\n"
"Report-Msgid-Bugs-To: http://www.mate-desktop.org\n"
-"POT-Creation-Date: 2021-06-20 12:58+0200\n"
+"POT-Creation-Date: 2022-10-29 15:33+0200\n"
"PO-Revision-Date: 2018-03-11 16:27+0000\n"
"Last-Translator: Stefano Karapetsas <[email protected]>, 2018\n"
-"Language-Team: Pushto (https://www.transifex.com/mate/teams/13566/ps/)\n"
+"Language-Team: Pashto (https://app.transifex.com/mate/teams/13566/ps/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
diff --git a/po/pt.po b/po/pt.po
index 522584d..d4f406c 100644
--- a/po/pt.po
+++ b/po/pt.po
@@ -6,20 +6,21 @@
# Translators:
# José Vieira <[email protected]>, 2018
# Rui <[email protected]>, 2018
+# Hugo Carvalho <[email protected]>, 2022
#
msgid ""
msgstr ""
-"Project-Id-Version: mate-backgrounds 1.25.0\n"
+"Project-Id-Version: mate-backgrounds 1.26.0\n"
"Report-Msgid-Bugs-To: http://www.mate-desktop.org\n"
-"POT-Creation-Date: 2021-06-20 12:58+0200\n"
+"POT-Creation-Date: 2022-10-29 15:33+0200\n"
"PO-Revision-Date: 2018-03-11 16:27+0000\n"
-"Last-Translator: Rui <[email protected]>, 2018\n"
-"Language-Team: Portuguese (https://www.transifex.com/mate/teams/13566/pt/)\n"
+"Last-Translator: Hugo Carvalho <[email protected]>, 2022\n"
+"Language-Team: Portuguese (https://app.transifex.com/mate/teams/13566/pt/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: pt\n"
-"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+"Plural-Forms: nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n"
#. From http://code.google.com/p/gnome-colors/
#: abstract/mate-abstract.xml.in.in:6
@@ -49,7 +50,7 @@ msgstr "Ondas"
#: abstract/mate-abstract.xml.in.in:61 abstract/mate-abstract.xml.in.in:70
#: abstract/mate-abstract.xml.in.in:79
msgid "Something slowly gets clear"
-msgstr ""
+msgstr "Algo lentamente fica claro"
#: desktop/mate-desktop.xml.in.in:5
msgid "No Desktop Background"
diff --git a/po/pt_BR.po b/po/pt_BR.po
index 5a68274..d3c4a7d 100644
--- a/po/pt_BR.po
+++ b/po/pt_BR.po
@@ -6,20 +6,21 @@
# Translators:
# Marcelo Ghelman <[email protected]>, 2018
# Roger Araújo <[email protected]>, 2018
+# Luciano Luck, 2022
#
msgid ""
msgstr ""
-"Project-Id-Version: mate-backgrounds 1.25.0\n"
+"Project-Id-Version: mate-backgrounds 1.26.0\n"
"Report-Msgid-Bugs-To: http://www.mate-desktop.org\n"
-"POT-Creation-Date: 2021-06-20 12:58+0200\n"
+"POT-Creation-Date: 2022-10-29 15:33+0200\n"
"PO-Revision-Date: 2018-03-11 16:27+0000\n"
-"Last-Translator: Roger Araújo <[email protected]>, 2018\n"
-"Language-Team: Portuguese (Brazil) (https://www.transifex.com/mate/teams/13566/pt_BR/)\n"
+"Last-Translator: Luciano Luck, 2022\n"
+"Language-Team: Portuguese (Brazil) (https://app.transifex.com/mate/teams/13566/pt_BR/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: pt_BR\n"
-"Plural-Forms: nplurals=2; plural=(n > 1);\n"
+"Plural-Forms: nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n"
#. From http://code.google.com/p/gnome-colors/
#: abstract/mate-abstract.xml.in.in:6
@@ -49,7 +50,7 @@ msgstr "Ondas"
#: abstract/mate-abstract.xml.in.in:61 abstract/mate-abstract.xml.in.in:70
#: abstract/mate-abstract.xml.in.in:79
msgid "Something slowly gets clear"
-msgstr ""
+msgstr "Algo lentamente fica claro"
#: desktop/mate-desktop.xml.in.in:5
msgid "No Desktop Background"
diff --git a/po/ro.po b/po/ro.po
index dfc90d2..0c23d9e 100644
--- a/po/ro.po
+++ b/po/ro.po
@@ -10,12 +10,12 @@
#
msgid ""
msgstr ""
-"Project-Id-Version: mate-backgrounds 1.25.0\n"
+"Project-Id-Version: mate-backgrounds 1.26.0\n"
"Report-Msgid-Bugs-To: http://www.mate-desktop.org\n"
-"POT-Creation-Date: 2021-06-20 12:58+0200\n"
+"POT-Creation-Date: 2022-10-29 15:33+0200\n"
"PO-Revision-Date: 2018-03-11 16:27+0000\n"
"Last-Translator: Octi <[email protected]>, 2018\n"
-"Language-Team: Romanian (https://www.transifex.com/mate/teams/13566/ro/)\n"
+"Language-Team: Romanian (https://app.transifex.com/mate/teams/13566/ro/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
diff --git a/po/ru.po b/po/ru.po
index dfb378c..0a02b17 100644
--- a/po/ru.po
+++ b/po/ru.po
@@ -10,12 +10,12 @@
#
msgid ""
msgstr ""
-"Project-Id-Version: mate-backgrounds 1.25.0\n"
+"Project-Id-Version: mate-backgrounds 1.26.0\n"
"Report-Msgid-Bugs-To: http://www.mate-desktop.org\n"
-"POT-Creation-Date: 2021-06-20 12:58+0200\n"
+"POT-Creation-Date: 2022-10-29 15:33+0200\n"
"PO-Revision-Date: 2018-03-11 16:27+0000\n"
"Last-Translator: Иван Л. <[email protected]>, 2021\n"
-"Language-Team: Russian (https://www.transifex.com/mate/teams/13566/ru/)\n"
+"Language-Team: Russian (https://app.transifex.com/mate/teams/13566/ru/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
diff --git a/po/si.po b/po/si.po
index 34c7d13..d11c2be 100644
--- a/po/si.po
+++ b/po/si.po
@@ -8,12 +8,12 @@
#
msgid ""
msgstr ""
-"Project-Id-Version: mate-backgrounds 1.25.0\n"
+"Project-Id-Version: mate-backgrounds 1.26.0\n"
"Report-Msgid-Bugs-To: http://www.mate-desktop.org\n"
-"POT-Creation-Date: 2021-06-20 12:58+0200\n"
+"POT-Creation-Date: 2022-10-29 15:33+0200\n"
"PO-Revision-Date: 2018-03-11 16:27+0000\n"
"Last-Translator: Stefano Karapetsas <[email protected]>, 2018\n"
-"Language-Team: Sinhala (https://www.transifex.com/mate/teams/13566/si/)\n"
+"Language-Team: Sinhala (https://app.transifex.com/mate/teams/13566/si/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
diff --git a/po/sk.po b/po/sk.po
index 09836a1..66522fc 100644
--- a/po/sk.po
+++ b/po/sk.po
@@ -8,12 +8,12 @@
#
msgid ""
msgstr ""
-"Project-Id-Version: mate-backgrounds 1.25.0\n"
+"Project-Id-Version: mate-backgrounds 1.26.0\n"
"Report-Msgid-Bugs-To: http://www.mate-desktop.org\n"
-"POT-Creation-Date: 2021-06-20 12:58+0200\n"
+"POT-Creation-Date: 2022-10-29 15:33+0200\n"
"PO-Revision-Date: 2018-03-11 16:27+0000\n"
"Last-Translator: Dušan Kazik <[email protected]>, 2018\n"
-"Language-Team: Slovak (https://www.transifex.com/mate/teams/13566/sk/)\n"
+"Language-Team: Slovak (https://app.transifex.com/mate/teams/13566/sk/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
diff --git a/po/sl.po b/po/sl.po
index 67b7ae7..929d21a 100644
--- a/po/sl.po
+++ b/po/sl.po
@@ -5,17 +5,17 @@
#
# Translators:
# Stefano Karapetsas <[email protected]>, 2018
-# Marko Šterman <[email protected]>, 2018
-# Arnold Marko <[email protected]>, 2019
+# 392dbed06ed0617bcf734e5c3b88c2de_a806767 <56c3eb2cbfedb81f02a0c7d6830fdbf3_19707>, 2018
+# Arnold Marko <[email protected]>, 2021
#
msgid ""
msgstr ""
-"Project-Id-Version: mate-backgrounds 1.25.0\n"
+"Project-Id-Version: mate-backgrounds 1.26.0\n"
"Report-Msgid-Bugs-To: http://www.mate-desktop.org\n"
-"POT-Creation-Date: 2021-06-20 12:58+0200\n"
+"POT-Creation-Date: 2022-10-29 15:33+0200\n"
"PO-Revision-Date: 2018-03-11 16:27+0000\n"
-"Last-Translator: Arnold Marko <[email protected]>, 2019\n"
-"Language-Team: Slovenian (https://www.transifex.com/mate/teams/13566/sl/)\n"
+"Last-Translator: Arnold Marko <[email protected]>, 2021\n"
+"Language-Team: Slovenian (https://app.transifex.com/mate/teams/13566/sl/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
@@ -50,7 +50,7 @@ msgstr "Valovanje"
#: abstract/mate-abstract.xml.in.in:61 abstract/mate-abstract.xml.in.in:70
#: abstract/mate-abstract.xml.in.in:79
msgid "Something slowly gets clear"
-msgstr ""
+msgstr "Nekaj se počasti čisti"
#: desktop/mate-desktop.xml.in.in:5
msgid "No Desktop Background"
diff --git a/po/sq.po b/po/sq.po
index 9f7be07..535e711 100644
--- a/po/sq.po
+++ b/po/sq.po
@@ -10,12 +10,12 @@
#
msgid ""
msgstr ""
-"Project-Id-Version: mate-backgrounds 1.25.0\n"
+"Project-Id-Version: mate-backgrounds 1.26.0\n"
"Report-Msgid-Bugs-To: http://www.mate-desktop.org\n"
-"POT-Creation-Date: 2021-06-20 12:58+0200\n"
+"POT-Creation-Date: 2022-10-29 15:33+0200\n"
"PO-Revision-Date: 2018-03-11 16:27+0000\n"
"Last-Translator: Ardit Dani <[email protected]>, 2021\n"
-"Language-Team: Albanian (https://www.transifex.com/mate/teams/13566/sq/)\n"
+"Language-Team: Albanian (https://app.transifex.com/mate/teams/13566/sq/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
diff --git a/po/sr.po b/po/sr.po
index 3b04d72..401c58e 100644
--- a/po/sr.po
+++ b/po/sr.po
@@ -9,12 +9,12 @@
#
msgid ""
msgstr ""
-"Project-Id-Version: mate-backgrounds 1.25.0\n"
+"Project-Id-Version: mate-backgrounds 1.26.0\n"
"Report-Msgid-Bugs-To: http://www.mate-desktop.org\n"
-"POT-Creation-Date: 2021-06-20 12:58+0200\n"
+"POT-Creation-Date: 2022-10-29 15:33+0200\n"
"PO-Revision-Date: 2018-03-11 16:27+0000\n"
"Last-Translator: Мирослав Николић <[email protected]>, 2020\n"
-"Language-Team: Serbian (https://www.transifex.com/mate/teams/13566/sr/)\n"
+"Language-Team: Serbian (https://app.transifex.com/mate/teams/13566/sr/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
diff --git a/po/[email protected] b/po/[email protected]
index d5884a1..97c7874 100644
--- a/po/[email protected]
+++ b/po/[email protected]
@@ -8,12 +8,12 @@
#
msgid ""
msgstr ""
-"Project-Id-Version: mate-backgrounds 1.25.0\n"
+"Project-Id-Version: mate-backgrounds 1.26.0\n"
"Report-Msgid-Bugs-To: http://www.mate-desktop.org\n"
-"POT-Creation-Date: 2021-06-20 12:58+0200\n"
+"POT-Creation-Date: 2022-10-29 15:33+0200\n"
"PO-Revision-Date: 2018-03-11 16:27+0000\n"
"Last-Translator: Stefano Karapetsas <[email protected]>, 2018\n"
-"Language-Team: Serbian (Latin) (https://www.transifex.com/mate/teams/13566/sr@latin/)\n"
+"Language-Team: Serbian (Latin) (https://app.transifex.com/mate/teams/13566/sr@latin/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
diff --git a/po/sv.po b/po/sv.po
index 4914a78..3153896 100644
--- a/po/sv.po
+++ b/po/sv.po
@@ -5,15 +5,16 @@
#
# Translators:
# Tobias Lekare <[email protected]>, 2018
+# Kristoffer Grundström <[email protected]>, 2022
#
msgid ""
msgstr ""
-"Project-Id-Version: mate-backgrounds 1.25.0\n"
+"Project-Id-Version: mate-backgrounds 1.26.0\n"
"Report-Msgid-Bugs-To: http://www.mate-desktop.org\n"
-"POT-Creation-Date: 2021-06-20 12:58+0200\n"
+"POT-Creation-Date: 2022-10-29 15:33+0200\n"
"PO-Revision-Date: 2018-03-11 16:27+0000\n"
-"Last-Translator: Tobias Lekare <[email protected]>, 2018\n"
-"Language-Team: Swedish (https://www.transifex.com/mate/teams/13566/sv/)\n"
+"Last-Translator: Kristoffer Grundström <[email protected]>, 2022\n"
+"Language-Team: Swedish (https://app.transifex.com/mate/teams/13566/sv/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
@@ -48,7 +49,7 @@ msgstr "Vågor"
#: abstract/mate-abstract.xml.in.in:61 abstract/mate-abstract.xml.in.in:70
#: abstract/mate-abstract.xml.in.in:79
msgid "Something slowly gets clear"
-msgstr ""
+msgstr "Något blir sakta tydligare"
#: desktop/mate-desktop.xml.in.in:5
msgid "No Desktop Background"
diff --git a/po/ta.po b/po/ta.po
index 861070d..a6f9b9c 100644
--- a/po/ta.po
+++ b/po/ta.po
@@ -8,12 +8,12 @@
#
msgid ""
msgstr ""
-"Project-Id-Version: mate-backgrounds 1.25.0\n"
+"Project-Id-Version: mate-backgrounds 1.26.0\n"
"Report-Msgid-Bugs-To: http://www.mate-desktop.org\n"
-"POT-Creation-Date: 2021-06-20 12:58+0200\n"
+"POT-Creation-Date: 2022-10-29 15:33+0200\n"
"PO-Revision-Date: 2018-03-11 16:27+0000\n"
"Last-Translator: Stefano Karapetsas <[email protected]>, 2018\n"
-"Language-Team: Tamil (https://www.transifex.com/mate/teams/13566/ta/)\n"
+"Language-Team: Tamil (https://app.transifex.com/mate/teams/13566/ta/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
diff --git a/po/te.po b/po/te.po
index c5bc57e..767fe4d 100644
--- a/po/te.po
+++ b/po/te.po
@@ -9,12 +9,12 @@
#
msgid ""
msgstr ""
-"Project-Id-Version: mate-backgrounds 1.25.0\n"
+"Project-Id-Version: mate-backgrounds 1.26.0\n"
"Report-Msgid-Bugs-To: http://www.mate-desktop.org\n"
-"POT-Creation-Date: 2021-06-20 12:58+0200\n"
+"POT-Creation-Date: 2022-10-29 15:33+0200\n"
"PO-Revision-Date: 2018-03-11 16:27+0000\n"
"Last-Translator: Stefano Karapetsas <[email protected]>, 2018\n"
-"Language-Team: Telugu (https://www.transifex.com/mate/teams/13566/te/)\n"
+"Language-Team: Telugu (https://app.transifex.com/mate/teams/13566/te/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
diff --git a/po/th.po b/po/th.po
index 3443eea..a2783ce 100644
--- a/po/th.po
+++ b/po/th.po
@@ -9,12 +9,12 @@
#
msgid ""
msgstr ""
-"Project-Id-Version: mate-backgrounds 1.25.0\n"
+"Project-Id-Version: mate-backgrounds 1.26.0\n"
"Report-Msgid-Bugs-To: http://www.mate-desktop.org\n"
-"POT-Creation-Date: 2021-06-20 12:58+0200\n"
+"POT-Creation-Date: 2022-10-29 15:33+0200\n"
"PO-Revision-Date: 2018-03-11 16:27+0000\n"
"Last-Translator: Rockers <[email protected]>, 2018\n"
-"Language-Team: Thai (https://www.transifex.com/mate/teams/13566/th/)\n"
+"Language-Team: Thai (https://app.transifex.com/mate/teams/13566/th/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
diff --git a/po/tr.po b/po/tr.po
index 49a412a..5f876d7 100644
--- a/po/tr.po
+++ b/po/tr.po
@@ -5,15 +5,16 @@
#
# Translators:
# mauron, 2018
+# Gurbuzguven <[email protected]>, 2021
#
msgid ""
msgstr ""
-"Project-Id-Version: mate-backgrounds 1.25.0\n"
+"Project-Id-Version: mate-backgrounds 1.26.0\n"
"Report-Msgid-Bugs-To: http://www.mate-desktop.org\n"
-"POT-Creation-Date: 2021-06-20 12:58+0200\n"
+"POT-Creation-Date: 2022-10-29 15:33+0200\n"
"PO-Revision-Date: 2018-03-11 16:27+0000\n"
-"Last-Translator: mauron, 2018\n"
-"Language-Team: Turkish (https://www.transifex.com/mate/teams/13566/tr/)\n"
+"Last-Translator: Gurbuzguven <[email protected]>, 2021\n"
+"Language-Team: Turkish (https://app.transifex.com/mate/teams/13566/tr/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
@@ -48,7 +49,7 @@ msgstr "Dalgalar"
#: abstract/mate-abstract.xml.in.in:61 abstract/mate-abstract.xml.in.in:70
#: abstract/mate-abstract.xml.in.in:79
msgid "Something slowly gets clear"
-msgstr ""
+msgstr "Bir şeyler yavaş yavaş netleşir"
#: desktop/mate-desktop.xml.in.in:5
msgid "No Desktop Background"
diff --git a/po/ug.po b/po/ug.po
index 9c6a0b9..9988ee4 100644
--- a/po/ug.po
+++ b/po/ug.po
@@ -8,12 +8,12 @@
#
msgid ""
msgstr ""
-"Project-Id-Version: mate-backgrounds 1.25.0\n"
+"Project-Id-Version: mate-backgrounds 1.26.0\n"
"Report-Msgid-Bugs-To: http://www.mate-desktop.org\n"
-"POT-Creation-Date: 2021-06-20 12:58+0200\n"
+"POT-Creation-Date: 2022-10-29 15:33+0200\n"
"PO-Revision-Date: 2018-03-11 16:27+0000\n"
"Last-Translator: Stefano Karapetsas <[email protected]>, 2018\n"
-"Language-Team: Uyghur (https://www.transifex.com/mate/teams/13566/ug/)\n"
+"Language-Team: Uyghur (https://app.transifex.com/mate/teams/13566/ug/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
diff --git a/po/uk.po b/po/uk.po
index 6f9e10d..5f6aa09 100644
--- a/po/uk.po
+++ b/po/uk.po
@@ -11,12 +11,12 @@
#
msgid ""
msgstr ""
-"Project-Id-Version: mate-backgrounds 1.25.0\n"
+"Project-Id-Version: mate-backgrounds 1.26.0\n"
"Report-Msgid-Bugs-To: http://www.mate-desktop.org\n"
-"POT-Creation-Date: 2021-06-20 12:58+0200\n"
+"POT-Creation-Date: 2022-10-29 15:33+0200\n"
"PO-Revision-Date: 2018-03-11 16:27+0000\n"
"Last-Translator: Микола Ткач <[email protected]>, 2021\n"
-"Language-Team: Ukrainian (https://www.transifex.com/mate/teams/13566/uk/)\n"
+"Language-Team: Ukrainian (https://app.transifex.com/mate/teams/13566/uk/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
@@ -51,7 +51,7 @@ msgstr "Хвилі"
#: abstract/mate-abstract.xml.in.in:61 abstract/mate-abstract.xml.in.in:70
#: abstract/mate-abstract.xml.in.in:79
msgid "Something slowly gets clear"
-msgstr ""
+msgstr "Щось повільно прояснюється"
#: desktop/mate-desktop.xml.in.in:5
msgid "No Desktop Background"
diff --git a/po/ur.po b/po/ur.po
index c183187..0b91c68 100644
--- a/po/ur.po
+++ b/po/ur.po
@@ -8,12 +8,12 @@
#
msgid ""
msgstr ""
-"Project-Id-Version: mate-backgrounds 1.25.0\n"
+"Project-Id-Version: mate-backgrounds 1.26.0\n"
"Report-Msgid-Bugs-To: http://www.mate-desktop.org\n"
-"POT-Creation-Date: 2021-06-20 12:58+0200\n"
+"POT-Creation-Date: 2022-10-29 15:33+0200\n"
"PO-Revision-Date: 2018-03-11 16:27+0000\n"
"Last-Translator: mauron, 2018\n"
-"Language-Team: Urdu (https://www.transifex.com/mate/teams/13566/ur/)\n"
+"Language-Team: Urdu (https://app.transifex.com/mate/teams/13566/ur/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
diff --git a/po/uz.po b/po/uz.po
index 78a4bf1..c3f44e3 100644
--- a/po/uz.po
+++ b/po/uz.po
@@ -9,12 +9,12 @@
#
msgid ""
msgstr ""
-"Project-Id-Version: mate-backgrounds 1.25.0\n"
+"Project-Id-Version: mate-backgrounds 1.26.0\n"
"Report-Msgid-Bugs-To: http://www.mate-desktop.org\n"
-"POT-Creation-Date: 2021-06-20 12:58+0200\n"
+"POT-Creation-Date: 2022-10-29 15:33+0200\n"
"PO-Revision-Date: 2018-03-11 16:27+0000\n"
"Last-Translator: Muzaffar Habibullayev <[email protected]>, 2018\n"
-"Language-Team: Uzbek (https://www.transifex.com/mate/teams/13566/uz/)\n"
+"Language-Team: Uzbek (https://app.transifex.com/mate/teams/13566/uz/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
diff --git a/po/vi.po b/po/vi.po
index a98c37c..01596ca 100644
--- a/po/vi.po
+++ b/po/vi.po
@@ -9,12 +9,12 @@
#
msgid ""
msgstr ""
-"Project-Id-Version: mate-backgrounds 1.25.0\n"
+"Project-Id-Version: mate-backgrounds 1.26.0\n"
"Report-Msgid-Bugs-To: http://www.mate-desktop.org\n"
-"POT-Creation-Date: 2021-06-20 12:58+0200\n"
+"POT-Creation-Date: 2022-10-29 15:33+0200\n"
"PO-Revision-Date: 2018-03-11 16:27+0000\n"
"Last-Translator: Horazone Detex <[email protected]>, 2018\n"
-"Language-Team: Vietnamese (https://www.transifex.com/mate/teams/13566/vi/)\n"
+"Language-Team: Vietnamese (https://app.transifex.com/mate/teams/13566/vi/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
diff --git a/po/zh_CN.po b/po/zh_CN.po
index ee3e50d..1090d96 100644
--- a/po/zh_CN.po
+++ b/po/zh_CN.po
@@ -5,16 +5,16 @@
#
# Translators:
# Mingcong Bai <[email protected]>, 2018
-# liulitchi <[email protected]>, 2021
+# Wenbin Lv <[email protected]>, 2022
#
msgid ""
msgstr ""
-"Project-Id-Version: mate-backgrounds 1.25.0\n"
+"Project-Id-Version: mate-backgrounds 1.26.0\n"
"Report-Msgid-Bugs-To: http://www.mate-desktop.org\n"
-"POT-Creation-Date: 2021-06-20 12:58+0200\n"
+"POT-Creation-Date: 2022-10-29 15:33+0200\n"
"PO-Revision-Date: 2018-03-11 16:27+0000\n"
-"Last-Translator: liulitchi <[email protected]>, 2021\n"
-"Language-Team: Chinese (China) (https://www.transifex.com/mate/teams/13566/zh_CN/)\n"
+"Last-Translator: Wenbin Lv <[email protected]>, 2022\n"
+"Language-Team: Chinese (China) (https://app.transifex.com/mate/teams/13566/zh_CN/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
@@ -24,32 +24,32 @@ msgstr ""
#. From http://code.google.com/p/gnome-colors/
#: abstract/mate-abstract.xml.in.in:6
msgid "Arc"
-msgstr "弧"
+msgstr "弧线"
#: abstract/mate-abstract.xml.in.in:15
msgid "Flow"
-msgstr "谜"
+msgstr "涌动"
#: abstract/mate-abstract.xml.in.in:25
msgid "Gulp"
-msgstr "茫"
+msgstr "畅饮"
#: abstract/mate-abstract.xml.in.in:34
msgid "Silk"
-msgstr "丝"
+msgstr "丝绸"
#: abstract/mate-abstract.xml.in.in:43
msgid "Spring"
-msgstr "涌"
+msgstr "春天"
#: abstract/mate-abstract.xml.in.in:52
msgid "Waves"
-msgstr "影"
+msgstr "波浪"
#: abstract/mate-abstract.xml.in.in:61 abstract/mate-abstract.xml.in.in:70
#: abstract/mate-abstract.xml.in.in:79
msgid "Something slowly gets clear"
-msgstr "越来越清晰"
+msgstr "初见端倪"
#: desktop/mate-desktop.xml.in.in:5
msgid "No Desktop Background"
@@ -57,7 +57,7 @@ msgstr "无桌面背景"
#: desktop/mate-desktop.xml.in.in:13
msgid "Float into MATE"
-msgstr "浮入 MATE"
+msgstr "浮现于 MATE"
#: desktop/mate-desktop.xml.in.in:19
msgid "Green Traditional"
@@ -73,7 +73,7 @@ msgstr "暗色 MATE 条纹"
#: desktop/mate-desktop.xml.in.in:43
msgid "MATE Stripes Light"
-msgstr "淡色 MATE 条纹"
+msgstr "浅色 MATE 条纹"
#: desktop/mate-desktop.xml.in.in:52
msgid "Ubuntu MATE Cold"
@@ -103,35 +103,35 @@ msgstr "鲜花"
#. You might want to translate it into the equivalent words of your language
#: nature/mate-nature.xml.in.in:15
msgid "Green Meadow"
-msgstr "生机"
+msgstr "绿草"
#: nature/mate-nature.xml.in.in:21
msgid "Aqua"
-msgstr "激起"
+msgstr "水"
#: nature/mate-nature.xml.in.in:27
msgid "Dune"
-msgstr "盼望"
+msgstr "沙丘"
#: nature/mate-nature.xml.in.in:33
msgid "Storm"
-msgstr "阴郁"
+msgstr "风暴"
#: nature/mate-nature.xml.in.in:39
msgid "Two Wings"
-msgstr "远方"
+msgstr "双翼"
#: nature/mate-nature.xml.in.in:45
msgid "Lady Bird"
-msgstr "安然"
+msgstr "瓢虫"
#: nature/mate-nature.xml.in.in:51
msgid "Blinds"
-msgstr "絮语"
+msgstr "百叶窗"
#: nature/mate-nature.xml.in.in:57
msgid "Rain Drops"
-msgstr "晨露"
+msgstr "雨露"
#: nature/mate-nature.xml.in.in:63
msgid "Yellow Flower"
@@ -139,7 +139,7 @@ msgstr "黄花"
#: nature/mate-nature.xml.in.in:69
msgid "Garden"
-msgstr "绽放"
+msgstr "花园"
#: nature/mate-nature.xml.in.in:75
msgid "Wood"
diff --git a/po/zh_HK.po b/po/zh_HK.po
index cbbe67b..7a47f37 100644
--- a/po/zh_HK.po
+++ b/po/zh_HK.po
@@ -8,12 +8,12 @@
#
msgid ""
msgstr ""
-"Project-Id-Version: mate-backgrounds 1.25.0\n"
+"Project-Id-Version: mate-backgrounds 1.26.0\n"
"Report-Msgid-Bugs-To: http://www.mate-desktop.org\n"
-"POT-Creation-Date: 2021-06-20 12:58+0200\n"
+"POT-Creation-Date: 2022-10-29 15:33+0200\n"
"PO-Revision-Date: 2018-03-11 16:27+0000\n"
"Last-Translator: Stefano Karapetsas <[email protected]>, 2018\n"
-"Language-Team: Chinese (Hong Kong) (https://www.transifex.com/mate/teams/13566/zh_HK/)\n"
+"Language-Team: Chinese (Hong Kong) (https://app.transifex.com/mate/teams/13566/zh_HK/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
diff --git a/po/zh_TW.po b/po/zh_TW.po
index f32cc1f..587a095 100644
--- a/po/zh_TW.po
+++ b/po/zh_TW.po
@@ -8,12 +8,12 @@
#
msgid ""
msgstr ""
-"Project-Id-Version: mate-backgrounds 1.25.0\n"
+"Project-Id-Version: mate-backgrounds 1.26.0\n"
"Report-Msgid-Bugs-To: http://www.mate-desktop.org\n"
-"POT-Creation-Date: 2021-06-20 12:58+0200\n"
+"POT-Creation-Date: 2022-10-29 15:33+0200\n"
"PO-Revision-Date: 2018-03-11 16:27+0000\n"
"Last-Translator: 黃柏諺 <[email protected]>, 2020\n"
-"Language-Team: Chinese (Taiwan) (https://www.transifex.com/mate/teams/13566/zh_TW/)\n"
+"Language-Team: Chinese (Taiwan) (https://app.transifex.com/mate/teams/13566/zh_TW/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"