15 lines
587 B
PHP
15 lines
587 B
PHP
<?php
|
|
|
|
if(! function_exists("string_plural_select_it")) {
|
|
function string_plural_select_it($n){
|
|
return ($n != 1);;
|
|
}}
|
|
;
|
|
$a->strings["Administrator"] = "";
|
|
$a->strings["Your account on %s will expire in a few days."] = "";
|
|
$a->strings["Your Friendica account is about to expire."] = "";
|
|
$a->strings["Hi %1\$s,\n\nYour account on %2\$s will expire in less than five days. You may keep your account by logging in at least once every 30 days"] = "";
|
|
$a->strings["Settings saved"] = "";
|
|
$a->strings["Save Settings"] = "";
|
|
$a->strings["Set any of these options to 0 to deactivate it."] = "";
|