forked from friendica/friendica-addons
notifyall addon HU translation added THX Balázs Úr
This commit is contained in:
parent
2a7cf8f5ac
commit
d0954b453a
60
notifyall/lang/hu/messages.po
Normal file
60
notifyall/lang/hu/messages.po
Normal file
|
@ -0,0 +1,60 @@
|
|||
# ADDON notifyall
|
||||
# Copyright (C)
|
||||
# This file is distributed under the same license as the Friendica notifyall addon package.
|
||||
#
|
||||
#
|
||||
# Translators:
|
||||
# Balázs Úr, 2021
|
||||
#
|
||||
#, fuzzy
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: \n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2021-02-01 18:15+0100\n"
|
||||
"PO-Revision-Date: 2016-08-14 19:29+0000\n"
|
||||
"Last-Translator: Balázs Úr, 2021\n"
|
||||
"Language-Team: Hungarian (https://www.transifex.com/Friendica/teams/12172/hu/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Language: hu\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#: NotifyAllEmail.php:40
|
||||
#, php-format
|
||||
msgid "%s Administrator"
|
||||
msgstr "A(z) %s adminisztrátora"
|
||||
|
||||
#: NotifyAllEmail.php:42
|
||||
#, php-format
|
||||
msgid "%1$s, %2$s Administrator"
|
||||
msgstr "%1$s, a(z) %2$s adminisztrátora"
|
||||
|
||||
#: notifyall.php:22
|
||||
msgid "Send email to all members"
|
||||
msgstr "E-mail küldése az összes tagnak"
|
||||
|
||||
#: notifyall.php:49
|
||||
msgid "No recipients found."
|
||||
msgstr "Nem találhatók címzettek."
|
||||
|
||||
#: notifyall.php:59
|
||||
msgid "Emails sent"
|
||||
msgstr "E-mailek elküldve"
|
||||
|
||||
#: notifyall.php:69
|
||||
msgid "Send email to all members of this Friendica instance."
|
||||
msgstr "E-mail küldése ezen Friendica példány összes tagjának."
|
||||
|
||||
#: notifyall.php:74
|
||||
msgid "Message subject"
|
||||
msgstr "Üzenet tárgya"
|
||||
|
||||
#: notifyall.php:75
|
||||
msgid "Test mode (only send to administrator)"
|
||||
msgstr "Tesztmód (küldés csak az adminisztrátornak)"
|
||||
|
||||
#: notifyall.php:76
|
||||
msgid "Submit"
|
||||
msgstr "Elküldés"
|
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…
Reference in a new issue