| Server IP : 195.130.67.5 / Your IP : 216.73.217.154 Web Server : Microsoft-IIS/10.0 System : Windows NT WEBSERVER1 10.0 build 17763 (Windows Server 2016) i586 User : IUSR ( 0) PHP Version : 7.4.19 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : C:/Old Sites/moke/administrator/components/com_proforms/language/ |
Upload File : |
<?php
/**
* @name MOOJ Proforms
* @version 1.0
* @package proforms
* @copyright Copyright (C) 2008-2010 Mad4Media. All rights reserved.
* @author Dipl. Inf.(FH) Fahrettin Kutyol
* @license http://www.gnu.org/copyleft/gpl.html GNU/GPL
* Please note that some Javascript files are not under GNU/GPL License.
* These files are under the mad4media license
* They may edited and used infinitely but may not repuplished or redistributed.
* For more information read the header notice of the js files.
**/
/** MISSING LANGUAGE PARTS FOR BUILD 106 IN ENGLISH. NEEDS TO BE ADDED AND TRANSLATED IN YOUR NATIVE LANGUAGE FILE */
defined( '_JEXEC' ) or die( 'Direct Access to this location is not allowed.' );
// New To Proforms 1.0.5
define('M4J_LANG_ORDERING','Ordering');
define('M4J_LANG_DESC','Newest first');
define('M4J_LANG_ASC','Newest last');
define('M4J_LANG_ERROR_NO_TEMPLATE','You must assign at least one form template to the form!');
define('M4J_LANG_TRUNCATE','Empty');
define('M4J_LANG_REALLY_TRUNCATE','Do you really want to delete all records?');
define('M4J_LANG_NO_DB_RECORDS','No records!');
define('M4J_LANG_SEARCH_FAIL','There are no records matching your search query: %s');
define('M4J_LANG_COMMA','Comma');
define('M4J_LANG_SEMICOLON','Semicolon');
define('M4J_LANG_ANSWER','Answer');
define('M4J_LANG_SERVER_INFO','Server Info');
define('M4J_LANG_PRINT','Print');
define('M4J_LANG_STORAGE_CONFIG','Configuration of database records');
define('M4J_LANG_TABLE_VIEW','Table Display');
define('M4J_LANG_USE_QUESTIONS','Show Questions');
define('M4J_LANG_USE_ALIAS','Show Alias');
define('M4J_LANG_USE_QUESTIONS_DESC','Shows mainly questions at the table head and at the head of exports. If a question is blank the alias will be shown.');
define('M4J_LANG_USE_ALIAS_DESC','Shows mainly aliases at the table head and at the head of exports. If an alias is blank the question will be shown.');
define('M4J_LANG_ELEMENT_NO_QUESTION_ERROR_ADDITION',' Or insert an alias.');
define('M4J_LANG_USE_QUESTIONS_DESC_FE','Shows mainly the questions. If a question is blank the alias will be used.');
define('M4J_LANG_USE_ALIAS_DESC_FE','Shows mainly the aliases. If an alias is blank the question will be used.');
define('M4J_LANG_DATA_LISTING_CONFIRMATION','Submission list for confirmation');
define('M4J_LANG_DATA_LISTING','Submission list for standard mail');
define('M4J_LANG_ALIAS_ADVICE','You can add field values to the editor by entering the alias in between curly brackets [ <b>{ALIAS}</b> ]. Fields without alias won\'t be considered. <br/> ATTENTION: [The automatic insert function might be not 100% compatible to IE] ');
define('M4J_LANG_INSERT_FIELD_VALUE','Insert field values');
?>