/infusions/register_quest/locale/English.php
https://github.com/frostzhenya/php · PHP · 47 lines · 25 code · 0 blank · 22 comment · 0 complexity · 399e72635334c4ff35168ab13f04a915 MD5 · raw file
- <?php
- /*-------------------------------------------------------+
- | PHP-Fusion Content Management System
- | Copyright (C) 2002 - 2008 Nick Jones
- | http://www.php-fusion.co.uk/
- +--------------------------------------------------------+
- | Infusion: register_quest
- | Author: Mirivlad (http://mirivlad.ru)
- +--------------------------------------------------------+
- | This program is released as free software under the
- | Affero GPL license. You can redistribute it and/or
- | modify it under the terms of this license which you
- | can read by viewing the included agpl.txt or online
- | at www.gnu.org/licenses/agpl.html. Removal of this
- | copyright header is strictly prohibited without
- | written permission from the original author(s).
- +--------------------------------------------------------+
- |Created by Mirivlad -
- |http://mirivlad.ru
- |mailto: mirivlad@gmail.com
- |xmpp://mirivlad@jabbus.org
- |xmpp://mirivlad@jabber.ru
- +--------------------------------------------------------*/
- $locale['rq_title'] = "Register Quest";
- $locale['rq_desc'] = "This plugin realised antibot question. Also needing modified register.php (include in archive with this infusion)";
- $locale['rq_admin1'] = "Register Quest";
- $locale['rq_title_table'] = "Managed Question in Registration.";
- $locale['rq_numb'] = "Numb.";
- $locale['rq_quest'] ="Question";
- $locale['rq_answer'] = "Answer";
- $locale['rq_hash'] = "Hash";
- $locale['rq_opt'] = "Option";
- $locale['rq_edit'] = "Edit";
- $locale['rq_delete'] = "Delete";
- $locale['rq_form_add'] = "Add question";
- $locale['rq_form_quest'] = "Question";
- $locale['rq_form_answer'] = "Answer";
- $locale['rq_form_save'] = "Save";
- $locale['rq_add_ok'] = "Answer added";
- $locale['rq_edit_ok'] = "Answer saved";
- $locale['rq_del_ok'] = "Answer deleted";
- $locale['rq_form_edit'] = "Edit answer";
- $locale['rq_form_upd'] = "Update";
- $locale['rq_404_ok'] = "Ellement not found";
- $locale['rq_err_register'] = "Not correct answer";
- $locale['rq_please'] = "Control question";
- ?>