mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-07-09 18:08:49 +00:00
libertree addon HU translation added THX Balázs Úr
This commit is contained in:
parent
7b12a9ed27
commit
bfc176a546
2 changed files with 63 additions and 0 deletions
15
libertree/lang/hu/strings.php
Normal file
15
libertree/lang/hu/strings.php
Normal 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";
|
Loading…
Add table
Add a link
Reference in a new issue