21 lines
1007 B
PHP
21 lines
1007 B
PHP
<?php
|
|
|
|
if(! function_exists("string_plural_select_fi_fi")) {
|
|
function string_plural_select_fi_fi($n){
|
|
return ($n != 1);;
|
|
}}
|
|
;
|
|
$a->strings["generic profile image"] = "Yleinen profiilikuva";
|
|
$a->strings["random geometric pattern"] = "satunnainen geometrinen kuvio";
|
|
$a->strings["monster face"] = "hirviö";
|
|
$a->strings["computer generated face"] = "";
|
|
$a->strings["retro arcade style face"] = "";
|
|
$a->strings["Information"] = "Tietoja";
|
|
$a->strings["Libravatar addon is installed, too. Please disable Libravatar addon or this Gravatar addon.<br>The Libravatar addon will fall back to Gravatar if nothing was found at Libravatar."] = "";
|
|
$a->strings["Submit"] = "Lähetä";
|
|
$a->strings["Default avatar image"] = "";
|
|
$a->strings["Select default avatar image if none was found at Gravatar. See README"] = "";
|
|
$a->strings["Rating of images"] = "";
|
|
$a->strings["Select the appropriate avatar rating for your site. See README"] = "";
|
|
$a->strings["Gravatar settings updated."] = "Gravatar -asetukset päivitetty.";
|