friendica-addons/windowsphonepush/lang/fi-fi/strings.php

14 lines
529 B
PHP
Raw Normal View History

<?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);
return ($n != 1);;
}}
;
$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";
$a->strings["Save Settings"] = "Tallenna asetukset";