modified: nsfw.phpw
authorAndy Hee <andy@hubup.pro>
Thu, 15 Mar 2018 10:57:11 +0000 (17:57 +0700)
committerAndy Hee <andy@hubup.pro>
Thu, 15 Mar 2018 10:57:11 +0000 (17:57 +0700)
gen   lang/C/messages.po

nsfw/lang/C/messages.po
nsfw/nsfw.php

index 0fd1035cb489bffd5dd56bf9e2e8a9c67e300850..96e2849c52f92808533689da965c0e2f22ab899e 100644 (file)
@@ -8,7 +8,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: \n"
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2013-02-27 05:01-0500\n"
+"POT-Creation-Date: 2018-03-15 17:54+0700\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
 "Language-Team: LANGUAGE <LL@li.org>\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
 "Language-Team: LANGUAGE <LL@li.org>\n"
@@ -17,41 +17,39 @@ msgstr ""
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 
-#: nsfw.php:78
-msgid "Not Safe For Work (General Purpose Content Filter) settings"
+#: nsfw.php:77 nsfw.php:81
+msgid "Content Filter (NSFW and more)"
 msgstr ""
 
 msgstr ""
 
-#: nsfw.php:80
+#: nsfw.php:85
 msgid ""
 msgid ""
-"This addon looks in posts for the words/text you specify below, and "
-"collapses any content containing those keywords so it is not displayed at "
-"inappropriate times, such as sexual innuendo that may be improper in a work "
-"setting. It is polite and recommended to tag any content containing nudity "
-"with #NSFW.  This filter can also match any other word/text you specify, and "
-"can thereby be used as a general purpose content filter."
+"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 ""
 
 msgstr ""
 
-#: nsfw.php:81
+#: nsfw.php:86
 msgid "Enable Content filter"
 msgstr ""
 
 msgid "Enable Content filter"
 msgstr ""
 
-#: nsfw.php:84
+#: nsfw.php:89
 msgid "Comma separated list of keywords to hide"
 msgstr ""
 
 msgid "Comma separated list of keywords to hide"
 msgstr ""
 
-#: nsfw.php:88
-msgid "Submit"
+#: nsfw.php:93
+msgid "Save Settings"
 msgstr ""
 
 msgstr ""
 
-#: nsfw.php:89
+#: nsfw.php:94
 msgid "Use /expression/ to provide regular expressions"
 msgstr ""
 
 msgid "Use /expression/ to provide regular expressions"
 msgstr ""
 
-#: nsfw.php:105
+#: nsfw.php:109
 msgid "NSFW Settings saved."
 msgstr ""
 
 msgid "NSFW Settings saved."
 msgstr ""
 
-#: nsfw.php:157
+#: nsfw.php:167
 #, php-format
 msgid "%s - Click to open/close"
 msgstr ""
 #, php-format
 msgid "%s - Click to open/close"
 msgstr ""
index 2b9c4a22b63c86c034f1ebce1aa6446e531b04d7..5b1c77e8edf9a30a0a1323d1a7a4b88c07265dfd 100644 (file)
@@ -74,11 +74,11 @@ function nsfw_addon_settings(&$a, &$s)
        }
 
        $s .= '<span id="settings_nsfw_inflated" class="settings-block fakelink" style="display: block;" onclick="openClose(\'settings_nsfw_expanded\'); openClose(\'settings_nsfw_inflated\');">';
        }
 
        $s .= '<span id="settings_nsfw_inflated" class="settings-block fakelink" style="display: block;" onclick="openClose(\'settings_nsfw_expanded\'); openClose(\'settings_nsfw_inflated\');">';
-       $s .= '<h3>' . L10n::t('Content Filter (NSFW tag and more)') . '</h3>';
+       $s .= '<h3>' . L10n::t('Content Filter (NSFW and more)') . '</h3>';
        $s .= '</span>';
        $s .= '<div id="settings_nsfw_expanded" class="settings-block" style="display: none;">';
        $s .= '<span class="fakelink" onclick="openClose(\'settings_nsfw_expanded\'); openClose(\'settings_nsfw_inflated\');">';
        $s .= '</span>';
        $s .= '<div id="settings_nsfw_expanded" class="settings-block" style="display: none;">';
        $s .= '<span class="fakelink" onclick="openClose(\'settings_nsfw_expanded\'); openClose(\'settings_nsfw_inflated\');">';
-       $s .= '<h3>' . L10n::t('Content Filter (NSFW tag and more)') . '</h3>';
+       $s .= '<h3>' . L10n::t('Content Filter (NSFW and more)') . '</h3>';
        $s .= '</span>';
 
        $s .= '<div id="nsfw-wrapper">';
        $s .= '</span>';
 
        $s .= '<div id="nsfw-wrapper">';