first commit
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
<?php
|
||||
// * @source See SOURCE.txt for source and other copyright.
|
||||
// * @license GNU General Public License version 3; see LICENSE.txt
|
||||
|
||||
// Text
|
||||
$_['text_captcha'] = 'Капча';
|
||||
|
||||
// Entry
|
||||
$_['entry_captcha'] = 'Введите код в поле ниже';
|
||||
|
||||
// Error
|
||||
$_['error_captcha'] = 'Неверно введен код с картинки!';
|
||||
@@ -0,0 +1,12 @@
|
||||
<?php
|
||||
// * @source See SOURCE.txt for source and other copyright.
|
||||
// * @license GNU General Public License version 3; see LICENSE.txt
|
||||
|
||||
// Text
|
||||
$_['text_captcha'] = 'Капча';
|
||||
|
||||
// Entry
|
||||
$_['entry_captcha'] = 'Введите код в поле ниже';
|
||||
|
||||
// Error
|
||||
$_['error_captcha'] = 'Неверно введен код с картинки!';
|
||||
Reference in New Issue
Block a user