mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-07-09 18:08:49 +00:00
notifyall addon HU translation added THX Balázs Úr
This commit is contained in:
parent
2a7cf8f5ac
commit
d0954b453a
2 changed files with 77 additions and 0 deletions
17
notifyall/lang/hu/strings.php
Normal file
17
notifyall/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 intval($n != 1);
|
||||
}}
|
||||
;
|
||||
$a->strings["%s Administrator"] = "A(z) %s adminisztrátora";
|
||||
$a->strings["%1\$s, %2\$s Administrator"] = "%1\$s, a(z) %2\$s adminisztrátora";
|
||||
$a->strings["Send email to all members"] = "E-mail küldése az összes tagnak";
|
||||
$a->strings["No recipients found."] = "Nem találhatók címzettek.";
|
||||
$a->strings["Emails sent"] = "E-mailek elküldve";
|
||||
$a->strings["Send email to all members of this Friendica instance."] = "E-mail küldése ezen Friendica példány összes tagjának.";
|
||||
$a->strings["Message subject"] = "Üzenet tárgya";
|
||||
$a->strings["Test mode (only send to administrator)"] = "Tesztmód (küldés csak az adminisztrátornak)";
|
||||
$a->strings["Submit"] = "Elküldés";
|
Loading…
Add table
Add a link
Reference in a new issue