15 lines
490 B
PHP
15 lines
490 B
PHP
|
<?php
|
||
|
|
||
|
if(! function_exists("string_plural_select_fi_fi")) {
|
||
|
function string_plural_select_fi_fi($n){
|
||
|
return ($n != 1);;
|
||
|
}}
|
||
|
;
|
||
|
$a->strings["Post to LiveJournal"] = "";
|
||
|
$a->strings["LiveJournal Post Settings"] = "";
|
||
|
$a->strings["Enable LiveJournal Post Addon"] = "";
|
||
|
$a->strings["LiveJournal username"] = "Live Journal -käyttäjätunnus";
|
||
|
$a->strings["LiveJournal password"] = "LiveJournal -salasana";
|
||
|
$a->strings["Post to LiveJournal by default"] = "";
|
||
|
$a->strings["Submit"] = "Lähetä";
|