aboutsummaryrefslogtreecommitdiffstats
path: root/language/hu_HU
diff options
context:
space:
mode:
authorsamli <samli@piwigo.org>2010-04-02 21:54:05 +0000
committersamli <samli@piwigo.org>2010-04-02 21:54:05 +0000
commit26e3f9e908bfc5555f3914cdc4dfa6366c01a9e9 (patch)
tree04fa55c0a1bde9126c79791b58fd71dadf6dfaf9 /language/hu_HU
parent07d6ebc22b1fc70ed7ec91dc546101cdac47c787 (diff)
[trunk] update HU language
git-svn-id: http://piwigo.org/svn/trunk@5580 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'language/hu_HU')
-rw-r--r--language/hu_HU/common.lang.php24
1 files changed, 21 insertions, 3 deletions
diff --git a/language/hu_HU/common.lang.php b/language/hu_HU/common.lang.php
index 59f0da1c5..526d0d116 100644
--- a/language/hu_HU/common.lang.php
+++ b/language/hu_HU/common.lang.php
@@ -304,7 +304,7 @@ $lang['the picture must be to the fileformat jpg, gif or png'] = 'A képformátu
$lang['the height of the picture must not exceed :'] = 'A képmagasság nem lehet nagyobb, mint: ';
$lang['Optional, but recommended : choose a thumbnail to associate to'] = 'Nem kötelező, csak ajánlott: válassz hozzá bélyegképet ';
$lang['the width of the picture must not exceed :'] = 'A képszélesség nem lehet nagyobb, mint: ';
-$lang['Author'] = 'Szerző (pl. "Vezetéknév Keresztnév")';
+$lang['Author'] = 'Szerző';
$lang['can\'t upload the picture on the server'] = 'Nem tudom a képet feltölteni a szerverre';
$lang['the username must be given'] = 'Felhasználói nevet meg kell adni';
$lang['A picture\'s name already used'] = 'Ilyen képnév már van';
@@ -323,7 +323,7 @@ $lang['Comment: %s'] = 'Megjegyzés: %s';
$lang['Comment by %s'] = 'Megjegyzés %s';
$lang['User: %s'] = 'Felhasználó: %s';
$lang['Email: %s'] = 'E-Mail: %s';
-$lang['Admin: %s'] = 'Admin: %s';
+$lang['Admin: %s'] = 'Adminisztrátor: %s';
$lang['Registration of %s'] = 'Bejegyezte: %s';
$lang['Category: %s'] = 'Kategória: %s';
$lang['Picture name: %s'] = 'Kép neve: %s';
@@ -367,5 +367,23 @@ $lang['Sent by'] = 'Küldte';
$lang['Cookies are blocked or not supported by your browser. You must enable cookies to connect.'] = 'A cookie-k le vannak tiltva vagy a böngésző nem támogatja. Engedélyezni kell a cookie-kat a csatlakozáshoz.';
$lang['Are you sure?'] = 'Biztos vagy benne?';
$lang['delete this comment'] = 'Hozzászólás törlése';
-$lang['Email address is missing. Please specify an email address.'] = 'Email cím hiányzik. Kérem írja be az email címet.';
+$lang['Email address is missing. Please specify an email address.'] = 'E-mail cím hiányzik. Kérem írja be az email címet.';
+// --------- Starting below: Új vagy javított $lang ---- Tőle: Colibri (2.1.0 RC1)
+$lang['Email address is missing'] = 'E-mail cím hiányzik';
+$lang['Some info about this picture'] = 'Information about this picture';
+$lang['Some more (technical) info about this picture'] = 'More (technical) information about this picture';
+$lang['edit this comment'] = 'Hozzászólás módosítása';
+$lang['Edit a comment'] = 'A hozzászólás módosítása';
+$lang['(!) This comment requires validation'] = '(!) This comment requires validation';
+$lang['Welcome'] = 'Üdvözlöm';
+$lang['Welcome to your Piwigo photo gallery!'] = 'Üdvözlöm a Piwigo képgalériában!';
+$lang['... or browse your empty gallery'] = '... or browse your empty gallery';
+$lang['... or please deactivate this message, I will find my way by myself'] = '... or please deactivate this message, I will find my way by myself';
+$lang['Hello %s, your Piwigo photo gallery is empty!'] = 'Szia %s, ez a Piwigo képgaléria üres!';
+$lang['I want to add photos'] = 'I want to add photos';
+$lang['Manage this user comment: %s'] = 'Manage this user comment: %s';
+$lang['This author modified following comment:'] = 'This author modified following comment:';
+$lang['This author removed the comment with id %d'] = 'This author removed the comment with id %d';
+$lang['validate this comment'] = 'validate this comment';
+
?>