]> git.mxchange.org Git - friendica-addons.git/commitdiff
cookienotice addon - did the gettext jobs and added german language
authorPeter Liebetrau <peter.liebetrau@gmail.com>
Sun, 20 Jan 2019 14:29:15 +0000 (15:29 +0100)
committerPeter Liebetrau <peter.liebetrau@gmail.com>
Sun, 20 Jan 2019 14:29:15 +0000 (15:29 +0100)
cookienotice/lang/C/messages.po [new file with mode: 0644]
cookienotice/lang/de/messages.po [new file with mode: 0644]
cookienotice/lang/de/strings.php [new file with mode: 0644]

diff --git a/cookienotice/lang/C/messages.po b/cookienotice/lang/C/messages.po
new file mode 100644 (file)
index 0000000..99b843c
--- /dev/null
@@ -0,0 +1,53 @@
+# ADDON cookienotice
+# Copyright (C) 
+# This file is distributed under the same license as the Friendica cookienotice addon package.
+# 
+#
+#, fuzzy
+msgid ""
+msgstr ""
+"Project-Id-Version: \n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2019-01-20 14:51+0100\n"
+"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
+"Last-Translator: Peter Liebetrau <peter.liebetrau@peterliebetrau.de>\n"
+"Language-Team: German cookienotice <LL@li.org>\n"
+"Language: de\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+#: cookienotice.php:53
+msgid "\"cookienotice\" Settings"
+msgstr ""
+
+#: cookienotice.php:54
+msgid ""
+"<b>Configure your cookie usage notice.</b> It should just be a notice, "
+"saying that the website uses cookies. It is shown as long as a user didnt "
+"confirm clicking the OK button."
+msgstr ""
+
+#: cookienotice.php:55
+msgid "Cookie Usage Notice"
+msgstr ""
+
+#: cookienotice.php:55
+msgid "The cookie usage notice"
+msgstr ""
+
+#: cookienotice.php:56
+msgid "OK Button Text"
+msgstr ""
+
+#: cookienotice.php:56
+msgid "The OK Button text"
+msgstr ""
+
+#: cookienotice.php:57
+msgid "Save Settings"
+msgstr ""
+
+#: cookienotice.php:72
+msgid "cookienotice Settings saved."
+msgstr ""
diff --git a/cookienotice/lang/de/messages.po b/cookienotice/lang/de/messages.po
new file mode 100644 (file)
index 0000000..31b9818
--- /dev/null
@@ -0,0 +1,56 @@
+# ADDON cookienotice
+# Copyright (C) 
+# This file is distributed under the same license as the Friendica cookienotice addon package.
+# 
+#
+#, fuzzy
+msgid ""
+msgstr ""
+"Project-Id-Version: \n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2019-01-20 14:51+0100\n"
+"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
+"Last-Translator: Peter Liebetrau <peter.liebetrau@peterliebetrau.de>\n"
+"Language-Team: cookienotice german <LL@li.org>\n"
+"Language: de\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+#: cookienotice.php:53
+msgid "\"cookienotice\" Settings"
+msgstr "\"cookienotice\" Einstellungen"
+
+#: cookienotice.php:54
+msgid ""
+"<b>Configure your cookie usage notice.</b> It should just be a notice, "
+"saying that the website uses cookies. It is shown as long as a user didnt "
+"confirm clicking the OK button."
+msgstr ""
+"<b>Konfiguriere deinen Cookie Nutzungshinweis.</b> Es sollte ein Hinweis sein, "
+"der sagt dass die Webseite Cookies benutzt. Er wird solange angezeigt, "
+"bis der User den Hinweis mit klicken des OK Buttons bestätigt."
+
+#: cookienotice.php:55
+msgid "Cookie Usage Notice"
+msgstr "Cookie Nutzungshinweis"
+
+#: cookienotice.php:55
+msgid "The cookie usage notice"
+msgstr "Der Cookie Nutzungshinweis"
+
+#: cookienotice.php:56
+msgid "OK Button Text"
+msgstr "OK Button Text"
+
+#: cookienotice.php:56
+msgid "The OK Button text"
+msgstr "Der OK Button Text"
+
+#: cookienotice.php:57
+msgid "Save Settings"
+msgstr "Einstellungen speichern"
+
+#: cookienotice.php:72
+msgid "cookienotice Settings saved."
+msgstr "cookienotice Einstellungen wurden gespeichert"
diff --git a/cookienotice/lang/de/strings.php b/cookienotice/lang/de/strings.php
new file mode 100644 (file)
index 0000000..a96ff5f
--- /dev/null
@@ -0,0 +1,11 @@
+<?php
+
+;
+$a->strings["\"cookienotice\" Settings"] = "\"cookienotice\" Einstellungen";
+$a->strings["<b>Configure your cookie usage notice.</b> It should just be a notice, saying that the website uses cookies. It is shown as long as a user didnt confirm clicking the OK button."] = "<b>Konfiguriere deinen Cookie Nutzungshinweis.</b> Es sollte ein Hinweis sein, der sagt dass die Webseite Cookies benutzt. Er wird solange angezeigt, bis der User den Hinweis mit klicken des OK Buttons bestätigt.";
+$a->strings["Cookie Usage Notice"] = "Cookie Nutzungshinweis";
+$a->strings["The cookie usage notice"] = "Der Cookie Nutzungshinweis";
+$a->strings["OK Button Text"] = "OK Button Text";
+$a->strings["The OK Button text"] = "Der OK Button Text";
+$a->strings["Save Settings"] = "Einstellungen speichern";
+$a->strings["cookienotice Settings saved."] = "cookienotice Einstellungen wurden gespeichert";