forked from friendica/friendica-addons
14 lines
496 B
PHP
14 lines
496 B
PHP
<?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";
|