mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-07-09 18:08:49 +00:00
EN-GB translation added for nsfw
This commit is contained in:
parent
cdf5a5db8b
commit
493b89572a
2 changed files with 72 additions and 0 deletions
15
nsfw/lang/en-gb/strings.php
Normal file
15
nsfw/lang/en-gb/strings.php
Normal file
|
@ -0,0 +1,15 @@
|
|||
<?php
|
||||
|
||||
if(! function_exists("string_plural_select_en_gb")) {
|
||||
function string_plural_select_en_gb($n){
|
||||
return ($n != 1);;
|
||||
}}
|
||||
;
|
||||
$a->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";
|
Loading…
Add table
Add a link
Reference in a new issue