From b1efac7321497f985a3e165b1662f544fc36acec Mon Sep 17 00:00:00 2001 From: Tobias Diekershoff Date: Mon, 11 Mar 2019 18:08:10 +0100 Subject: [PATCH] cookienotice addon EN GB translation THX Andy H3 --- cookienotice/lang/en-gb/messages.po | 78 +++++++++++++++++++++++++++++ cookienotice/lang/en-gb/strings.php | 19 +++++++ 2 files changed, 97 insertions(+) create mode 100644 cookienotice/lang/en-gb/messages.po create mode 100644 cookienotice/lang/en-gb/strings.php diff --git a/cookienotice/lang/en-gb/messages.po b/cookienotice/lang/en-gb/messages.po new file mode 100644 index 00000000..fdea6b27 --- /dev/null +++ b/cookienotice/lang/en-gb/messages.po @@ -0,0 +1,78 @@ +# ADDON cookienotice +# Copyright (C) +# This file is distributed under the same license as the Friendica cookienotice addon package. +# +# +# Translators: +# Andy H3 , 2019 +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: \n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2019-01-30 10:48+0100\n" +"PO-Revision-Date: 2019-01-23 16:01+0000\n" +"Last-Translator: Andy H3 , 2019\n" +"Language-Team: English (United Kingdom) (https://www.transifex.com/Friendica/teams/12172/en_GB/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: en_GB\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#: cookienotice.php:63 +msgid "" +"This website uses cookies. If you continue browsing this website, you agree " +"to the usage of cookies." +msgstr "" +"This website uses cookies. If you continue browsing this website, you agree " +"to the usage of cookies." + +#: cookienotice.php:64 cookienotice.php:133 +msgid "OK" +msgstr "OK" + +#: cookienotice.php:68 +msgid "\"cookienotice\" Settings" +msgstr "\"cookienotice\" settings" + +#: cookienotice.php:69 +msgid "" +"Configure your cookie usage notice. 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 "" +"Configure your cookie usage notice. 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." + +#: cookienotice.php:70 +msgid "Cookie Usage Notice" +msgstr "Cookie Usage Notice" + +#: cookienotice.php:70 +msgid "The cookie usage notice" +msgstr "The cookie usage notice" + +#: cookienotice.php:71 +msgid "OK Button Text" +msgstr "" + +#: cookienotice.php:71 +msgid "The OK Button text" +msgstr "" + +#: cookienotice.php:72 +msgid "Save Settings" +msgstr "" + +#: cookienotice.php:97 +msgid "cookienotice Settings saved." +msgstr "" + +#: cookienotice.php:132 +msgid "" +"This website uses cookies to recognize revisiting and logged in users. You " +"accept the usage of these cookies by continue browsing this website." +msgstr "" diff --git a/cookienotice/lang/en-gb/strings.php b/cookienotice/lang/en-gb/strings.php new file mode 100644 index 00000000..2cefe6cf --- /dev/null +++ b/cookienotice/lang/en-gb/strings.php @@ -0,0 +1,19 @@ +strings["This website uses cookies. If you continue browsing this website, you agree to the usage of cookies."] = "This website uses cookies. If you continue browsing this website, you agree to the usage of cookies."; +$a->strings["OK"] = "OK"; +$a->strings["\"cookienotice\" Settings"] = "\"cookienotice\" settings"; +$a->strings["Configure your cookie usage notice. 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."] = "Configure your cookie usage notice. 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."; +$a->strings["Cookie Usage Notice"] = "Cookie Usage Notice"; +$a->strings["The cookie usage notice"] = "The cookie usage notice"; +$a->strings["OK Button Text"] = ""; +$a->strings["The OK Button text"] = ""; +$a->strings["Save Settings"] = ""; +$a->strings["cookienotice Settings saved."] = ""; +$a->strings["This website uses cookies to recognize revisiting and logged in users. You accept the usage of these cookies by continue browsing this website."] = "";