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