forked from friendica/friendica-addons
14 lines
467 B
PHP
14 lines
467 B
PHP
<?php
|
|
|
|
if(! function_exists("string_plural_select_fi_fi")) {
|
|
function string_plural_select_fi_fi($n){
|
|
$n = intval($n);
|
|
return intval($n != 1);
|
|
}}
|
|
;
|
|
$a->strings["Remote Permissions Settings"] = "Remote Permissions -asetukset";
|
|
$a->strings["Submit"] = "Lähetä";
|
|
$a->strings["Remote Permissions settings updated."] = "Remote Pemissions -asetukset päivitetty.";
|
|
$a->strings["Visible to:"] = "Näkyvyys:";
|
|
$a->strings["Settings updated."] = "Asetukset päivitetty.";
|