]> git.mxchange.org Git - friendica-addons.git/blob - remote_permissions/lang/fi-fi/strings.php
Merge pull request #834 from M-arcus/addon/phpmailer
[friendica-addons.git] / remote_permissions / lang / fi-fi / strings.php
1 <?php
2
3 if(! function_exists("string_plural_select_fi_fi")) {
4 function string_plural_select_fi_fi($n){
5         return ($n != 1);;
6 }}
7 ;
8 $a->strings["Remote Permissions Settings"] = "Remote Permissions -asetukset";
9 $a->strings["Allow recipients of your private posts to see the other recipients of the posts"] = "";
10 $a->strings["Submit"] = "Lähetä";
11 $a->strings["Remote Permissions settings updated."] = "Remote Pemissions -asetukset päivitetty.";
12 $a->strings["Visible to:"] = "Näkyvyys:";
13 $a->strings["Visible to"] = "";
14 $a->strings["may only be a partial list"] = "";
15 $a->strings["Global"] = "";
16 $a->strings["The posts of every user on this server show the post recipients"] = "";
17 $a->strings["Individual"] = "";
18 $a->strings["Each user chooses whether his/her posts show the post recipients"] = "";
19 $a->strings["Settings updated."] = "Asetukset päivitetty.";