From a54846d862e97f444513177417595be9e06274b2 Mon Sep 17 00:00:00 2001 From: Tobias Diekershoff Date: Sun, 28 Mar 2021 22:02:24 +0200 Subject: [PATCH] =?UTF-8?q?testdrive=20addon=20HU=20translation=20added=20?= =?UTF-8?q?THX=20Bal=C3=A1zs=20=C3=9Ar?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- testdrive/lang/hu/messages.po | 41 +++++++++++++++++++++++++++++++++++ testdrive/lang/hu/strings.php | 12 ++++++++++ 2 files changed, 53 insertions(+) create mode 100644 testdrive/lang/hu/messages.po create mode 100644 testdrive/lang/hu/strings.php diff --git a/testdrive/lang/hu/messages.po b/testdrive/lang/hu/messages.po new file mode 100644 index 00000000..29c34847 --- /dev/null +++ b/testdrive/lang/hu/messages.po @@ -0,0 +1,41 @@ +# ADDON testdrive +# Copyright (C) +# This file is distributed under the same license as the Friendica testdrive addon package. +# +# +# Translators: +# Balázs Úr, 2020-2021 +msgid "" +msgstr "" +"Project-Id-Version: friendica\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2021-02-01 18:15+0100\n" +"PO-Revision-Date: 2021-03-26 23:38+0000\n" +"Last-Translator: Balázs Úr\n" +"Language-Team: Hungarian (http://www.transifex.com/Friendica/friendica/language/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" + +#: testdrive.php:64 +msgid "Administrator" +msgstr "Adminisztrátor" + +#: testdrive.php:89 +#, php-format +msgid "Your account on %s will expire in a few days." +msgstr "A(z) %s oldalon lévő fiókja néhány napon belül le fog járni." + +#: testdrive.php:90 +msgid "Your Friendica test account is about to expire." +msgstr "A Friendica tesztfiókja hamarosan lejár." + +#: testdrive.php:91 +#, php-format +msgid "" +"Hi %1$s,\n" +"\n" +"Your test account on %2$s will expire in less than five days. We hope you enjoyed this test drive and use this opportunity to find a permanent Friendica website for your integrated social communications. A list of public sites is available at %s/siteinfo - and for more information on setting up your own Friendica server please see the Friendica project website at https://friendi.ca." +msgstr "Kedves %1$s!\n\nA(z) %2$s oldalon lévő tesztfiókja öt napon belül le fog járni. Reméljük, hogy élvezte ezt a tesztvezetést, és élni fog a lehetőséggel, hogy egy állandó Friendica weboldalt keressen az integrált közösségi kommunikációjához. A nyilvános oldalak listája a %s/siteinfo címen érhető el – és a saját Friendica kiszolgáló beállításával kapcsolatos további információkért látogassa meg a Friendica projekt weboldalát a https://friendi.ca címen." diff --git a/testdrive/lang/hu/strings.php b/testdrive/lang/hu/strings.php new file mode 100644 index 00000000..87e2ae0f --- /dev/null +++ b/testdrive/lang/hu/strings.php @@ -0,0 +1,12 @@ +strings["Administrator"] = "Adminisztrátor"; +$a->strings["Your account on %s will expire in a few days."] = "A(z) %s oldalon lévő fiókja néhány napon belül le fog járni."; +$a->strings["Your Friendica test account is about to expire."] = "A Friendica tesztfiókja hamarosan lejár."; +$a->strings["Hi %1\$s,\n\nYour test account on %2\$s will expire in less than five days. We hope you enjoyed this test drive and use this opportunity to find a permanent Friendica website for your integrated social communications. A list of public sites is available at %s/siteinfo - and for more information on setting up your own Friendica server please see the Friendica project website at https://friendi.ca."] = "Kedves %1\$s!\n\nA(z) %2\$s oldalon lévő tesztfiókja öt napon belül le fog járni. Reméljük, hogy élvezte ezt a tesztvezetést, és élni fog a lehetőséggel, hogy egy állandó Friendica weboldalt keressen az integrált közösségi kommunikációjához. A nyilvános oldalak listája a %s/siteinfo címen érhető el – és a saját Friendica kiszolgáló beállításával kapcsolatos további információkért látogassa meg a Friendica projekt weboldalát a https://friendi.ca címen.";