]> git.mxchange.org Git - friendica-addons.git/blob - windowsphonepush/lang/fi-fi/strings.php
regenerated all the strings
[friendica-addons.git] / windowsphonepush / 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         $n = intval($n);
6         return intval($n != 1);
7 }}
8 $a->strings['WindowsPhonePush settings updated.'] = 'WindowsPhonePush -asetuket päivitetty.';
9 $a->strings['WindowsPhonePush Settings'] = 'WindowsPhonePush -asetukset';
10 $a->strings['Enable WindowsPhonePush Addon'] = 'Ota WindowsPhonePush -lisäosa käyttöön';
11 $a->strings['Push text of new item'] = 'Uuden kohteen Push -teksti';
12 $a->strings['Save Settings'] = 'Tallenna asetukset';