2018-04-06 13:58:38 +02:00
|
|
|
<?php
|
|
|
|
|
|
|
|
if(! function_exists("string_plural_select_fi_fi")) {
|
|
|
|
function string_plural_select_fi_fi($n){
|
2018-05-20 19:16:32 +02:00
|
|
|
$n = intval($n);
|
2021-02-01 18:47:38 +01:00
|
|
|
return intval($n != 1);
|
2018-04-06 13:58:38 +02:00
|
|
|
}}
|
|
|
|
;
|
|
|
|
$a->strings["WindowsPhonePush settings updated."] = "WindowsPhonePush -asetuket päivitetty.";
|
|
|
|
$a->strings["WindowsPhonePush Settings"] = "WindowsPhonePush -asetukset";
|
2018-04-09 15:00:17 +02:00
|
|
|
$a->strings["Enable WindowsPhonePush Addon"] = "Ota WindowsPhonePush -lisäosa käyttöön";
|
2018-05-20 19:16:32 +02:00
|
|
|
$a->strings["Push text of new item"] = "Uuden kohteen Push -teksti";
|
2018-04-06 13:58:38 +02:00
|
|
|
$a->strings["Save Settings"] = "Tallenna asetukset";
|