mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-07-11 02:48:48 +00:00
EN-GB and EN-US localisation updates to blackout, blockem, langfilter, showmore and xmpp addons
This commit is contained in:
parent
0a8a1fadd5
commit
12d3992da9
10 changed files with 317 additions and 17 deletions
13
showmore/lang/en-gb/strings.php
Normal file
13
showmore/lang/en-gb/strings.php
Normal 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";
|
Loading…
Add table
Add a link
Reference in a new issue