mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-10-09 08:23:05 +00:00
blogger addon added HU translation THX Balázs Úr
This commit is contained in:
parent
3927985b8f
commit
9e78426c59
2 changed files with 73 additions and 0 deletions
17
blogger/lang/hu/strings.php
Normal file
17
blogger/lang/hu/strings.php
Normal file
|
@ -0,0 +1,17 @@
|
|||
<?php
|
||||
|
||||
if(! function_exists("string_plural_select_hu")) {
|
||||
function string_plural_select_hu($n){
|
||||
$n = intval($n);
|
||||
return ($n != 1);;
|
||||
}}
|
||||
;
|
||||
$a->strings["Post to blogger"] = "Beküldés a Bloggerre";
|
||||
$a->strings["Blogger Export"] = "Blogger exportálás";
|
||||
$a->strings["Enable Blogger Post Addon"] = "A Blogger-beküldő bővítmény engedélyezése";
|
||||
$a->strings["Blogger username"] = "Blogger felhasználónév";
|
||||
$a->strings["Blogger password"] = "Blogger jelszó";
|
||||
$a->strings["Blogger API URL"] = "Blogger API URL";
|
||||
$a->strings["Post to Blogger by default"] = "Beküldés a Bloggerre alapértelmezetten";
|
||||
$a->strings["Save Settings"] = "Beállítások mentése";
|
||||
$a->strings["Post from Friendica"] = "Bejegyzés a Friendicáról";
|
Loading…
Add table
Add a link
Reference in a new issue