forked from friendica/deprecated-addons
Moved widgets and remote permissions to the deprecated addons
This commit is contained in:
parent
46ef41508e
commit
6d2a6408e8
55 changed files with 1762 additions and 0 deletions
13
remote_permissions/lang/fi-fi/strings.php
Normal file
13
remote_permissions/lang/fi-fi/strings.php
Normal file
|
@ -0,0 +1,13 @@
|
|||
<?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.";
|
Loading…
Add table
Add a link
Reference in a new issue