mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-07-11 19:08:49 +00:00
blockem addon added HU translation THX Balázs Úr
This commit is contained in:
parent
9e78426c59
commit
70617811eb
2 changed files with 76 additions and 0 deletions
17
blockem/lang/hu/strings.php
Normal file
17
blockem/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["Blockem"] = "Blockem";
|
||||
$a->strings["Hides user's content by collapsing posts. Also replaces their avatar with generic image."] = "Elrejti a felhasználók tartalmát a bejegyzések összecsukásával. Ezenkívül lecseréli a profilképeiket egy általános képre.";
|
||||
$a->strings["Comma separated profile URLS:"] = "Profil URL-ek vesszővel elválasztva:";
|
||||
$a->strings["Save Settings"] = "Beállítások mentése";
|
||||
$a->strings["BLOCKEM Settings saved."] = "A Blockem beállításai elmentve.";
|
||||
$a->strings["Filtered user: %s"] = "Kiszűrt felhasználó: %s";
|
||||
$a->strings["Unblock Author"] = "Szerző tiltásának feloldása";
|
||||
$a->strings["Block Author"] = "Szerző tiltása";
|
||||
$a->strings["blockem settings updated"] = "A Blockem beállításai frissítve.";
|
Loading…
Add table
Add a link
Reference in a new issue