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);
|
2018-04-06 13:58:38 +02:00
|
|
|
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";
|
2018-04-06 13:58:38 +02:00
|
|
|
$a->strings["Save Settings"] = "Tallenna asetukset";
|
2018-05-20 19:16:32 +02:00
|
|
|
$a->strings["Google+ Import Settings saved."] = "Google+ tuontiasetukset tallennettu.";
|
2018-04-06 13:58:38 +02:00
|
|
|
$a->strings["Key"] = "Avain";
|
2018-04-09 15:00:17 +02:00
|
|
|
$a->strings["Settings updated."] = "Asetukset päivitetty.";
|