2021-03-28 19:56:01 +00:00
|
|
|
<?php
|
|
|
|
|
|
|
|
if(! function_exists("string_plural_select_hu")) {
|
|
|
|
function string_plural_select_hu($n){
|
|
|
|
$n = intval($n);
|
|
|
|
return intval($n != 1);
|
|
|
|
}}
|
2021-10-10 06:27:53 +00:00
|
|
|
$a->strings['Post to LiveJournal'] = 'Beküldés a LiveJournalra';
|
|
|
|
$a->strings['Enable LiveJournal Post Addon'] = 'A LiveJournal-beküldő bővítmény engedélyezése';
|
|
|
|
$a->strings['LiveJournal username'] = 'LiveJournal felhasználónév';
|
|
|
|
$a->strings['LiveJournal password'] = 'LiveJournal jelszó';
|
|
|
|
$a->strings['Post to LiveJournal by default'] = 'Beküldés a LiveJournalra alapértelmezetten';
|
2022-01-22 17:52:30 +00:00
|
|
|
$a->strings['LiveJournal Export'] = 'LiveJournal exportálás';
|