blob: c9bc90e33da2b0496b7eb91609737b29253bab6b (
plain)
1
2
3
4
5
6
7
8
9
10
|
<?php
// Language definitions used in Copyable Captcha plugin
$lang_copyable_captcha = array (
'Captcha' => 'Captcha',
'Captcha legend' => 'Confirm that you\'re not robot',
'Captcha info' => 'Captcha is valid for 2 min only. Refresh page if needed.<br />Please enter this characters: <strong class="masq">%1$s</strong>',
'Captcha error' => 'Wrong or expired captcha',
);
|