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

17 lines
632 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);;
}}
;
2018-04-17 07:21:08 +02:00
$a->strings["Google+ Mirror"] = "Google+ peilaus";
2018-05-20 19:16:32 +02:00
$a->strings["Enable Google+ Import"] = "Ota Google+ tuonti käyttöön";
2018-04-09 15:00:17 +02:00
$a->strings["Google Account ID"] = "Google -tilin tunnus";
2018-05-20 19:16:32 +02:00
$a->strings["Add keywords to post"] = "Lisää avainsanoja julkaisuun";
$a->strings["Save Settings"] = "Tallenna asetukset";
2018-05-20 19:16:32 +02:00
$a->strings["Google+ Import Settings saved."] = "Google+ tuontiasetukset tallennettu.";
$a->strings["Key"] = "Avain";
2018-04-09 15:00:17 +02:00
$a->strings["Settings updated."] = "Asetukset päivitetty.";