From 6ee8019876729feb4c94bf067ae7b9c2fc60d8b9 Mon Sep 17 00:00:00 2001 From: Edi Date: Sun, 24 Jan 2016 23:47:20 +0100 Subject: [PATCH 1/3] Corrections --- bl-plugins/sitemap/languages/en_US.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bl-plugins/sitemap/languages/en_US.json b/bl-plugins/sitemap/languages/en_US.json index 8bd661ea..1cdb6cdf 100644 --- a/bl-plugins/sitemap/languages/en_US.json +++ b/bl-plugins/sitemap/languages/en_US.json @@ -2,6 +2,6 @@ "plugin-data": { "name": "Sitemap", - "description": "This plugin generate a file sitemap.xml where you can list the web pages of your site to tell to search engines about the organization of your site content." + "description": "This plugin generates a file sitemap.xml where you can list the web pages of your site to tell search engines about the organization of your site content." } -} \ No newline at end of file +} From c8647ea7f9225bfe5c0715cdc0a577c680fbd7e9 Mon Sep 17 00:00:00 2001 From: Edi Date: Sun, 24 Jan 2016 23:48:55 +0100 Subject: [PATCH 2/3] Swiss German translation --- bl-plugins/sitemap/languages/de_CH.json | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 bl-plugins/sitemap/languages/de_CH.json diff --git a/bl-plugins/sitemap/languages/de_CH.json b/bl-plugins/sitemap/languages/de_CH.json new file mode 100644 index 00000000..1b4007a3 --- /dev/null +++ b/bl-plugins/sitemap/languages/de_CH.json @@ -0,0 +1,7 @@ +{ + "plugin-data": + { + "name": "Sitemap", + "description": "Plugin, um eine Datei sitemap.xml mit einer Übersicht aller Beiträge und Seiten zu erstellen. Diese hilft Suchmaschinen dabei, die Organisation und den Inhalt der Website zu erfassen." + } +} From 686c18573297a6bcbc12fb89407fbd1474430044 Mon Sep 17 00:00:00 2001 From: Edi Date: Sun, 24 Jan 2016 23:49:15 +0100 Subject: [PATCH 3/3] German translation --- bl-plugins/sitemap/languages/de_DE.json | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 bl-plugins/sitemap/languages/de_DE.json diff --git a/bl-plugins/sitemap/languages/de_DE.json b/bl-plugins/sitemap/languages/de_DE.json new file mode 100644 index 00000000..1b4007a3 --- /dev/null +++ b/bl-plugins/sitemap/languages/de_DE.json @@ -0,0 +1,7 @@ +{ + "plugin-data": + { + "name": "Sitemap", + "description": "Plugin, um eine Datei sitemap.xml mit einer Übersicht aller Beiträge und Seiten zu erstellen. Diese hilft Suchmaschinen dabei, die Organisation und den Inhalt der Website zu erfassen." + } +}