forked from friendica/friendica-addons
14 lines
377 B
PHP
14 lines
377 B
PHP
<?php
|
|
|
|
if(! function_exists("string_plural_select_it")) {
|
|
function string_plural_select_it($n){
|
|
return ($n != 1);;
|
|
}}
|
|
;
|
|
$a->strings["\"Show more\" Settings"] = "";
|
|
$a->strings["Enable Show More"] = "";
|
|
$a->strings["Cutting posts after how much characters"] = "";
|
|
$a->strings["Save Settings"] = "";
|
|
$a->strings["Show More Settings saved."] = "";
|
|
$a->strings["show more"] = "";
|