2014-09-14 22:01:44 +02:00
|
|
|
<?php
|
|
|
|
|
|
|
|
if(! function_exists("string_plural_select_it")) {
|
|
|
|
function string_plural_select_it($n){
|
|
|
|
return ($n != 1);;
|
|
|
|
}}
|
|
|
|
;
|
|
|
|
$a->strings["Post to LiveJournal"] = "";
|
|
|
|
$a->strings["LiveJournal Post Settings"] = "";
|
|
|
|
$a->strings["Enable LiveJournal Post Plugin"] = "";
|
|
|
|
$a->strings["LiveJournal username"] = "";
|
|
|
|
$a->strings["LiveJournal password"] = "";
|
|
|
|
$a->strings["Post to LiveJournal by default"] = "";
|
|
|
|
$a->strings["Save Settings"] = "";
|