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

12 lines
335 B
PHP
Raw Normal View History

<?php
if(! function_exists("string_plural_select_fi_fi")) {
function string_plural_select_fi_fi($n){
$n = intval($n);
return intval($n != 1);
}}
;
2018-04-09 15:00:17 +02:00
$a->strings["No Timeline settings updated."] = "No Timeline -asetukset päivitetty";
$a->strings["No Timeline Settings"] = "No Timeline -asetukset";
$a->strings["Submit"] = "Lähetä";