16 lines
461 B
PHP
16 lines
461 B
PHP
<?php
|
|
|
|
if(! function_exists("string_plural_select_fi_fi")) {
|
|
function string_plural_select_fi_fi($n){
|
|
return ($n != 1);;
|
|
}}
|
|
;
|
|
$a->strings["Google+ Mirror"] = "";
|
|
$a->strings["Enable Google+ Import"] = "";
|
|
$a->strings["Google Account ID"] = "";
|
|
$a->strings["Add keywords to post"] = "";
|
|
$a->strings["Save Settings"] = "Tallenna asetukset";
|
|
$a->strings["Google+ Import Settings saved."] = "";
|
|
$a->strings["Key"] = "Avain";
|
|
$a->strings["Settings updated."] = "";
|