libertree addon HU translation added THX Balázs Úr

This commit is contained in:
Tobias Diekershoff 2021-03-28 21:58:34 +02:00
parent 7b12a9ed27
commit bfc176a546
2 changed files with 63 additions and 0 deletions

View file

@ -0,0 +1,15 @@
<?php
if(! function_exists("string_plural_select_hu")) {
function string_plural_select_hu($n){
$n = intval($n);
return intval($n != 1);
}}
;
$a->strings["Post to libertree"] = "Beküldés a Libertree-re";
$a->strings["libertree Export"] = "Libertree exportálás";
$a->strings["Enable Libertree Post Addon"] = "A Libertree-beküldő bővítmény engedélyezése";
$a->strings["Libertree API token"] = "Libertree API token";
$a->strings["Libertree site URL"] = "Libertree oldal URL";
$a->strings["Post to Libertree by default"] = "Beküldés a Libertree-re alapértelmezetten";
$a->strings["Save Settings"] = "Beállítások mentése";