source: extensions/captcha/language/sk_SK/plugin.lang.php @ 8052

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

[extension] - captcha - Add SK Thanks to dodo

File size: 373 bytes
Line 
1<?php
2
3$lang['Captcha Configuration'] = 'Konfigurácia Captcha';
4$lang['Public Key'] = 'Verejný kľúč';
5$lang['Private Key'] = 'Súkromný kľúč';
6$lang['Signup for personal usage keys'] = 'Podpísať použitie osobných kľúčov';
7
8$lang['Invalid Captcha'] = 'Nesprávne Captcha';
9$lang['You need to define Captcha keys'] = 'Musíte definovať Captcha kľúče';
10
11?>
Note: See TracBrowser for help on using the repository browser.