EN-GB and EN-US localisation updates to blackout, blockem, langfilter, showmore and xmpp addons

This commit is contained in:
Tobias Diekershoff 2018-04-10 07:37:41 +02:00
parent 0a8a1fadd5
commit 12d3992da9
10 changed files with 317 additions and 17 deletions

View file

@ -0,0 +1,13 @@
<?php
if(! function_exists("string_plural_select_en_gb")) {
function string_plural_select_en_gb($n){
return ($n != 1);;
}}
;
$a->strings["\"Show more\" Settings"] = "Show More";
$a->strings["Enable Show More"] = "Enable this addon?";
$a->strings["Cutting posts after how much characters"] = "Cutting posts after how many characters";
$a->strings["Save Settings"] = "Save settings";
$a->strings["Show More Settings saved."] = "Show More Settings saved.";
$a->strings["show more"] = "show more";