Skip to content

Commit 370cd5b

Browse files
authored
Add Hungarian translation by Levente Csabai.
1 parent 895e69e commit 370cd5b

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

localization/hu_HU.inc

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
<?php
2+
3+
$labels = array();
4+
5+
$messages = array();
6+
$messages['recaptchafailed'] = 'A CAPTCHA-ellenőrzés sikertelen!';
7+
$messages['recaptchaempty'] = 'Kérjük, töltse ki a CAPTCHA-t!';
8+
9+
?>

0 commit comments

Comments
 (0)