mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-07-11 19:08:49 +00:00
wppost addon HU translation added THX Balázs Úr
This commit is contained in:
parent
3e37e5aa11
commit
6519956b5f
2 changed files with 95 additions and 0 deletions
21
wppost/lang/hu/strings.php
Normal file
21
wppost/lang/hu/strings.php
Normal file
|
@ -0,0 +1,21 @@
|
|||
<?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 Wordpress"] = "Beküldés a WordPressre";
|
||||
$a->strings["Wordpress Export"] = "WordPress exportálás";
|
||||
$a->strings["Enable WordPress Post Addon"] = "A WordPress-beküldő bővítmény engedélyezése";
|
||||
$a->strings["WordPress username"] = "WordPress felhasználónév";
|
||||
$a->strings["WordPress password"] = "WordPress jelszó";
|
||||
$a->strings["WordPress API URL"] = "WordPress API URL";
|
||||
$a->strings["Post to WordPress by default"] = "Beküldés a WordPressre alapértelmezetten";
|
||||
$a->strings["Provide a backlink to the Friendica post"] = "Visszafelé mutató hivatkozás biztosítása a Friendica bejegyzésre";
|
||||
$a->strings["Text for the backlink, e.g. Read the original post and comment stream on Friendica."] = "A visszafelé mutató hivatkozás szövege, például „Olvassa el az eredeti bejegyzést és a hozzászólásokat a Friendicán”.";
|
||||
$a->strings["Don't post messages that are too short"] = "Ne küldjön be olyan üzeneteket, amelyek túl rövidek";
|
||||
$a->strings["Save Settings"] = "Beállítások mentése";
|
||||
$a->strings["Read the original post and comment stream on Friendica"] = "Olvassa el az eredeti bejegyzést és a hozzászólásokat a Friendicán";
|
||||
$a->strings["Post from Friendica"] = "Bejegyzés a Friendicáról";
|
Loading…
Add table
Add a link
Reference in a new issue