mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-07-07 00:48:55 +00:00
update to the FI translations THX kris
This commit is contained in:
parent
a2203e3d09
commit
ca50db103a
36 changed files with 163 additions and 112 deletions
|
@ -2,11 +2,12 @@
|
|||
|
||||
if(! function_exists("string_plural_select_fi_fi")) {
|
||||
function string_plural_select_fi_fi($n){
|
||||
$n = intval($n);
|
||||
return ($n != 1);;
|
||||
}}
|
||||
;
|
||||
$a->strings["WindowsPhonePush settings updated."] = "WindowsPhonePush -asetuket päivitetty.";
|
||||
$a->strings["WindowsPhonePush Settings"] = "WindowsPhonePush -asetukset";
|
||||
$a->strings["Enable WindowsPhonePush Addon"] = "Ota WindowsPhonePush -lisäosa käyttöön";
|
||||
$a->strings["Push text of new item"] = "";
|
||||
$a->strings["Push text of new item"] = "Uuden kohteen Push -teksti";
|
||||
$a->strings["Save Settings"] = "Tallenna asetukset";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue