forked from friendica/friendica-addons
ijpost addon HU translation added THX Balázs Úr
This commit is contained in:
parent
ae4c87f6bf
commit
d754a5c0f9
48
ijpost/lang/hu/messages.po
Normal file
48
ijpost/lang/hu/messages.po
Normal file
|
@ -0,0 +1,48 @@
|
|||
# ADDON ijpost
|
||||
# Copyright (C)
|
||||
# This file is distributed under the same license as the Friendica ijpost 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-12 23:48+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"
|
||||
|
||||
#: ijpost.php:39
|
||||
msgid "Post to Insanejournal"
|
||||
msgstr "Beküldés az InsaneJournalra"
|
||||
|
||||
#: ijpost.php:71 ijpost.php:75
|
||||
msgid "InsaneJournal Export"
|
||||
msgstr "InsaneJournal exportálás"
|
||||
|
||||
#: ijpost.php:79
|
||||
msgid "Enable InsaneJournal Post Addon"
|
||||
msgstr "Az InsaneJournal beküldési bővítmény engedélyezése"
|
||||
|
||||
#: ijpost.php:84
|
||||
msgid "InsaneJournal username"
|
||||
msgstr "InsaneJournal felhasználónév"
|
||||
|
||||
#: ijpost.php:89
|
||||
msgid "InsaneJournal password"
|
||||
msgstr "InsaneJournal jelszó"
|
||||
|
||||
#: ijpost.php:94
|
||||
msgid "Post to InsaneJournal by default"
|
||||
msgstr "Beküldés az InsaneJournalra alapértelmezetten"
|
||||
|
||||
#: ijpost.php:99
|
||||
msgid "Save Settings"
|
||||
msgstr "Beállítások mentése"
|
15
ijpost/lang/hu/strings.php
Normal file
15
ijpost/lang/hu/strings.php
Normal file
|
@ -0,0 +1,15 @@
|
|||
<?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 Insanejournal"] = "Beküldés az InsaneJournalra";
|
||||
$a->strings["InsaneJournal Export"] = "InsaneJournal exportálás";
|
||||
$a->strings["Enable InsaneJournal Post Addon"] = "Az InsaneJournal beküldési bővítmény engedélyezése";
|
||||
$a->strings["InsaneJournal username"] = "InsaneJournal felhasználónév";
|
||||
$a->strings["InsaneJournal password"] = "InsaneJournal jelszó";
|
||||
$a->strings["Post to InsaneJournal by default"] = "Beküldés az InsaneJournalra alapértelmezetten";
|
||||
$a->strings["Save Settings"] = "Beállítások mentése";
|
Loading…
Reference in a new issue