source: extensions/captcha/language/hu_HU/plugin.lang.php @ 8063

Last change on this file since 8063 was 8063, checked in by ddtddt, 13 years ago

[extensions] - captcha - add hu_HU thanks to sámli

  • Property svn:eol-style set to LF
  • Property svn:keywords set to Author Date Id Revision
File size: 476 bytes
Line 
1<?php
2
3$lang['Captcha Configuration'] = 'Captcha konfiguráció';
4$lang['Public Key'] = 'Nyilvános kulcs';
5$lang['Private Key'] = 'Személyes kulcs';
6$lang['Signup for personal usage keys'] = 'Személyes kulcs beszerzése';
7
8$lang['Invalid Captcha'] = 'Érvénytelen Captcha';
9$lang['You need to define Captcha keys'] = 'Meg kell adni a Captcha kulcsokat';
10$lang['Piwigo can\'t connect to reCaptcha server'] = 'A Piwigo nem tud kapcsolódni a reCaptcha kiszolgálóhoz';
11
12?>
Note: See TracBrowser for help on using the repository browser.