forked from friendica/friendica-addons
12 lines
357 B
PHP
12 lines
357 B
PHP
<?php
|
|
|
|
if(! function_exists("string_plural_select_it")) {
|
|
function string_plural_select_it($n){
|
|
return ($n != 1);;
|
|
}}
|
|
;
|
|
$a->strings["Startpage"] = "";
|
|
$a->strings["Home page to load after login - leave blank for profile wall"] = "";
|
|
$a->strings["Examples: "network" or "notifications/system""] = "";
|
|
$a->strings["Save Settings"] = "";
|