From: Tobias Diekershoff Date: Fri, 16 Mar 2018 20:23:47 +0000 (+0100) Subject: EN-GB translation added for nsfw X-Git-Url: https://git.mxchange.org/?p=friendica-addons.git;a=commitdiff_plain;h=493b89572a72e26c7a58c937f57e5fb46ba978b5 EN-GB translation added for nsfw --- diff --git a/nsfw/lang/en-gb/messages.po b/nsfw/lang/en-gb/messages.po new file mode 100644 index 00000000..f20ff8bc --- /dev/null +++ b/nsfw/lang/en-gb/messages.po @@ -0,0 +1,57 @@ +# ADDON nsfw +# Copyright (C) +# This file is distributed under the same license as the Friendica nsfw addon package. +# +# +# Translators: +# Andy H3 , 2018 +msgid "" +msgstr "" +"Project-Id-Version: friendica\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2018-03-15 17:54+0700\n" +"PO-Revision-Date: 2018-03-16 16:07+0000\n" +"Last-Translator: fabrixxm \n" +"Language-Team: English (United Kingdom) (http://www.transifex.com/Friendica/friendica/language/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" + +#: nsfw.php:77 nsfw.php:81 +msgid "Content Filter (NSFW and more)" +msgstr "" + +#: nsfw.php:85 +msgid "" +"This addon searches for specified words/text in posts and collapses them. It" +" can be used to filter content tagged with for instance #NSFW that may be " +"deemed inappropriate at certain times or places, such as being at work. It " +"is also useful for hiding irrelevant or annoying content from direct view." +msgstr "" + +#: nsfw.php:86 +msgid "Enable Content filter" +msgstr "Enable content filter" + +#: nsfw.php:89 +msgid "Comma separated list of keywords to hide" +msgstr "Comma separated list of keywords" + +#: nsfw.php:93 +msgid "Save Settings" +msgstr "" + +#: nsfw.php:94 +msgid "Use /expression/ to provide regular expressions" +msgstr "Use /expression/ for regular expressions." + +#: nsfw.php:109 +msgid "NSFW Settings saved." +msgstr "NSFW settings saved." + +#: nsfw.php:167 +#, php-format +msgid "%s - Click to open/close" +msgstr "%s - Reveal/hide" diff --git a/nsfw/lang/en-gb/strings.php b/nsfw/lang/en-gb/strings.php new file mode 100644 index 00000000..a7ace525 --- /dev/null +++ b/nsfw/lang/en-gb/strings.php @@ -0,0 +1,15 @@ +strings["Content Filter (NSFW and more)"] = ""; +$a->strings["This addon searches for specified words/text in posts and collapses them. It can be used to filter content tagged with for instance #NSFW that may be deemed inappropriate at certain times or places, such as being at work. It is also useful for hiding irrelevant or annoying content from direct view."] = ""; +$a->strings["Enable Content filter"] = "Enable content filter"; +$a->strings["Comma separated list of keywords to hide"] = "Comma separated list of keywords"; +$a->strings["Save Settings"] = ""; +$a->strings["Use /expression/ to provide regular expressions"] = "Use /expression/ for regular expressions."; +$a->strings["NSFW Settings saved."] = "NSFW settings saved."; +$a->strings["%s - Click to open/close"] = "%s - Reveal/hide";