git-svn-id: https://192.168.0.254/svn/Proyectos.FundacionLQDVI_WebCongresos/trunk@2 94ccb1af-fd9d-d947-8d90-7f70ea60afc8
165 lines
13 KiB
PHP
165 lines
13 KiB
PHP
<?php
|
|
//* @license GNU/GPL
|
|
define("ANTISPAM","Anti Spam");
|
|
define("AUTOGENERATED","Auto generated");
|
|
define("AUTOGENERATED_CODE","Auto Generated code");
|
|
define("AUTOGENERATED_NOTE","Please don't touch this<br />unless you know what you are doing");
|
|
define("AUTOGENERATED_TT","This code was auto generated when you created a table for this form. It is used to save the form data.");
|
|
define("BCC__EMAILS","BCC email<br /><span style='color:red;'>must be blank or valid email address(es)</span>");
|
|
define("BCC__FIELD","BCC field name<br /><span style='color:red;'>must be a field name</span>");
|
|
define("BCC_EMAILS","The BCC email address(es)<br />must be blank or valid email address(es)");
|
|
define("BCC_FIELD","Set the BCC address(es) for the results email to the value of this field. This will replace any addresses set in the General tab.");
|
|
define("CC__EMAILS","CC email address(es)<br /><span style='color:red;'>must be blank or valid email address(es)</span>");
|
|
define("CC__FIELD","CC field name<br /><span style='color:red;'>must be a field name</span>");
|
|
define("CC_EMAILS","The CC Email(s)");
|
|
define("CC_FIELD","Set the CC address(es) for the results email to the value of this field. This will replace any addresses set in the General tab.");
|
|
define("CHOOSE_CFBAK","Select a .cfbak form file to restore.");
|
|
define("DATA","Show data");
|
|
define("DATAVIEW","DataView fields");
|
|
define("DATAVIEW_FIELDS","Enter the field names for extra dataview columns ");
|
|
define("DATAVIEW_FIELDS_TT","Enter a comma separated list of field names you would like to show in the datagrid for this form.");
|
|
define("DATAVIEW_TITLES","Main string ref");
|
|
define("DATAVIEW_TITLES_TT","Enter a text string to replace the default record title - Record #n where #n will show the record number. You can also use a {fieldname} like this in curly brackets.");
|
|
define("DATE_TIME","date - time");
|
|
define("DEBUG","If debug is ON then ChronoForms will show diagnostic output when a form is submitted.");
|
|
define("DEBUG_","Debug");
|
|
define("DEFAULT_SUBJECT","The default email Subject");
|
|
define("ELEMENTS__TITLES","Field titles");
|
|
define("ELEMENTS_TITLES","Field titles");
|
|
define("ELEMENTS_TITLES_EX","e.g:<br />fname=first name<br />lname=Last name<br />. . .");
|
|
define("ELEMENTS_TITLES_TT","Please enter titles for your form fields here. These titles will replace the field names in the emails sent and the data viewer pages. Enter one \'fieldname = title\' per line.");
|
|
define("EMAIL__FIELD","Email field name<br /><span style='color:red;'>must be a field name</span>");
|
|
define("EMAIL__FORMAT","Select the format to use for the email.");
|
|
define("EMAIL__SUBJECT","Email subject");
|
|
define("EMAIL__TEMPLATE","Email template");
|
|
define("EMAIL_ADDRESSES","Email address(es)<br /><span style='color:red;'>must be blank or valid email address(es)</span>");
|
|
define("EMAIL_FIELD","Send results email to this field value. This field value must be a valid email address.");
|
|
define("EMAIL_RESULTS","Send a results Email after the form is submitted?");
|
|
define("EMAIL_TEMPLATE","This is the results email template. You can create a template using HTML and PHP. Use {field_name} - in curly brackets - where you want field values to be included.");
|
|
define("EMAIL_THE_RESULTS","Email the results");
|
|
define("EMAIL_TYPE","Please choose whether you want to the email to use a table of item *titles* and results; or to use the email template.");
|
|
define("ENABLE__MAMBOTS","Enable mambots");
|
|
define("ENABLE_UPLOADS","Enable uploads");
|
|
define("ENABLE_UPLOADS_TT","Select to enable file uploads through your form");
|
|
define("ENABLE_VALIDATION","Enable validation?");
|
|
define("ENABLE_VALIDATION_TT","Enable Javascript validation?");
|
|
define("ENGINE","ENGINE");
|
|
define("ENTER_FORM_NAME","Please enter a unique form name with no spaces");
|
|
define("FIELD_DATA","Field data");
|
|
define("FIELD_NAME","Field name");
|
|
define("FIELDS_OMITTED","Please enter a comma separated list of field names you want to leave out of the results email.");
|
|
define("FIELDS_TITLES","Field titles");
|
|
define("FILE_UPLOADS","File uploads");
|
|
define("FILES_NAMES","Field names & allowed extensions for each field.");
|
|
define("FILES_NAMES_NOTE","e.g: field_name_1:jpg|gif|doc|zip, field_name_2:rar|avi");
|
|
define("FONTS_TT","If your server doesnt support TrueType fonts to draw the image then select \'Without fonts\' or ask your host to install this feature.");
|
|
define("FORM__HTML","Form HTML");
|
|
define("FORM__JS","Form JavaScript");
|
|
define("FORM__METHOD","Form method");
|
|
define("FORM_CODE","Form Code");
|
|
define("FORM_HTML","Please enter the form HTML code here. The code may contain PHP code enclosed in tags. Do NOT include the *form* tags, they will be created by ChronoForms.");
|
|
define("FORM_JS","You can enter Javascript code here. Do NOT enter the script tags");
|
|
define("FORM_METHOD","Form method");
|
|
define("FORM_NAME","Form Name");
|
|
define("FORM_NAME_UNIQUE","This is your form name, it must be unique and may not include spaces or special characters.");
|
|
define("FORM_ONSUBMIT_AFTER","Enter PHP code in tags. This code will be executed when the form is submitted but AFTER the email is sent");
|
|
define("FORM_ONSUBMIT_BEFORE","Enter PHP code in tags. This code will be executed when form is submitted but BEFORE the email is sent");
|
|
define("FORM_TAG_ATTACH","Form tag attachment");
|
|
define("FORM_TAG_CODE","Enter any code you want to use inside the form tag. For example: a validation Javascript function to be executed when the form is submitted like onsubmit=return validateForm()");
|
|
define("FORM_URLS","Form URLs");
|
|
define("FORMS_MANAGER","Form Manager");
|
|
define("FROM__EMAIL","From email<br /><span style='color:red;'>must be a valid email address</span>");
|
|
define("FROM__NAME","From name");
|
|
define("FROM_EMAIL","The from address for the email. You must enter a valid email that will be accepted by your ISP.");
|
|
define("FROM_NAME","The from name for the email. You must put a valid name here, e.g: Admin");
|
|
define("FROMEMAIL__FIELD","'From email' field name<br /><span style='color:red;'>must be a field name</span>");
|
|
define("FROMEMAIL_FIELD","Enter a field name that will be used for the from email for the email. The field value must be a valid email address.");
|
|
define("FROMNAME__FIELD","'From name' field name<br /><span style='color:red;'>must be a field name</span>");
|
|
define("FROMNAME_FIELD","Enter a field name that will be used for the from name for the email. The field value must be a valid name.");
|
|
define("General","General");
|
|
define("GET","Get");
|
|
define("IMAGE_TYPE","Select the type of image to show");
|
|
define("IMAGEVER_NOT_WORKING","Image verification cannot be enabled becasue the GD Library has not been detected at your PHP installation.");
|
|
define("LINK","Form Link");
|
|
define("MAMBOTS","Allow Joomla mambots to be applied to this form?");
|
|
define("MAX_ALLOWABLE_SIZE","The maximum size allowed in KB");
|
|
define("MAX_SIZE_TT","Max size for uploaded files");
|
|
define("MAY_HAVE_PHP","may contain valid PHP code in PHP tags");
|
|
define("MENU_LINK_TEXT","Please enter the text for the menu link");
|
|
define("MIN_ALLOWABLE_SIZE","The minimum size allowed in KB");
|
|
define("MIN_SIZE_TT","Min size for uploaded files");
|
|
define("MUST_BE_UNIQUE","must be unique.");
|
|
define("MY_TEMPLATE","Use email template");
|
|
define("MYSQL__TYPE","MYSQL Statement? ENGINE or TYPE");
|
|
define("MYSQL_TYPE","The most common value is ENGINE (MySQL v4+) however you can change this to TYPE if you get a MySQL error when you try to create a table");
|
|
define("NAME","Form Name");
|
|
define("NO","No");
|
|
define("NOTENOUGH_FIELDS","Not enough form fields to create table");
|
|
define("OFF","OFF");
|
|
define("OMITTED__FIELDS","Omit these fields from the email");
|
|
define("ON","ON");
|
|
define("ONSUBMIT__AFTER","On Submit code - after sending email");
|
|
define("ONSUBMIT__BEFORE","On Submit code - before sending email");
|
|
define("POST","Post");
|
|
define("RECORD_ID","Record id");
|
|
define("RECORD_IP","Record and send the users IP address?");
|
|
define("RECORD_SEND_IP","Record and send the user's IP address");
|
|
define("REDIRECT__URL","Redirect URL");
|
|
define("REDIRECT_DESC","by default (if empty) ChronoForms will show an empty page after submission.");
|
|
define("REDIRECT_URL","This is the URL where the form will go after it is submitted.");
|
|
define("REPLYTO__EMAIL","Reply To email address<br /><span style='color:red;'>must be a valid email address accepted by your ISP</span>");
|
|
define("REPLYTO__NAME","Reply To name");
|
|
define("REPLYTO_EMAIL","Reply To email address<br />must be a valid email address accepted by your ISP");
|
|
define("REPLYTO_NAME","Reply To name");
|
|
define("REQUIRED","Required<br /><span style='color:#0000FF;font-weight:normal;'>must be completed.</span>");
|
|
define("REQUIRED_FIELDS","If you choose to email results then you must add values for 'Email address', 'Email subject', 'From Name' and 'From Email'");
|
|
define("REQUIRED_TT","Enter a comma separated list of *required* field names.");
|
|
define("SOMETHING_LIKE_ONSUBMIT","something like onSubmit()");
|
|
define("SPECIAL_FIELDS","Special fields");
|
|
define("STORED_DATA","Stored Data Manager");
|
|
define("SUBJECT__FIELD","Subject field name<br /><span style='color:red;'>must be a field name</span>");
|
|
define("SUBJECT_FIELD","Email results with a subject of this field value, this will override the subject assigned above");
|
|
define("SUBMIT__URL","Submit URL");
|
|
define("SUBMIT_DESC","The form action URL");
|
|
define("SUBMIT_NOTE","Don't put anything here unless you know what you are doing!");
|
|
define("SUBMIT_URL","This is the *action* URL, you can use this to submit the form results to an external page like a payment gateway.");
|
|
define("TABLE_ALREADY_EXISTS","A table has already been created for this form.");
|
|
define("TO_WHICH_EMAILS","Enter a valid email address or a comma separated list of addresses.");
|
|
define("TOOLTIP","ToolTip");
|
|
define("TOOLTIP_TT","This is a tooltip with some useful info about the field.");
|
|
define("TYPE","TYPE");
|
|
define("UPLOAD_FIELDS_TT","Which fields are of type FILE? Use this syntax to control allowable extensions e.g. field_name_1:jpg|gif|doc|zip, field_name_2:rar|avi");
|
|
define("USE_IMAGEVER","Use Image verification");
|
|
define("USE_IMAGEVERIFICATION_TT","If you want to use image verification select *Yes* here. Then add {imageverification} inside your form html where you want the image verification to appear.");
|
|
define("VALID_ALPHA","Alphabetic<br /><span style='color:#0000FF;font-weight:normal;'>letters only.</span>");
|
|
define("VALID_ALPHA_TT","Enter a comma separated list of field names that must be *letters* only.");
|
|
define("VALID_ALPHANUM","Alphanumeric<br /><span style='color:#0000FF;font-weight:normal;'>letters and digits only.</span>");
|
|
define("VALID_ALPHANUM_TT","Enter a comma separated list of field names that must be *integers or letters* only.");
|
|
define("VALID_CURR_DOLLAR","Currency<br /><span style='color:#0000FF;font-weight:normal;'>a valid currency amount<br />e.g. '99', '99.9' or '99.99'.</span>");
|
|
define("VALID_CURR_DOLLAR_TT","Enter a comma separated list of field names that must be *a valid currency amount*.");
|
|
define("VALID_DATE","Date<br /><span style='color:#0000FF;font-weight:normal;'>a valid date.</span>");
|
|
define("VALID_DATE_TT","Enter a field name or a comma separated list of field names.");
|
|
define("VALID_DATEAU","Date<br /><span style='color:#0000FF;font-weight:normal;'>a valid date in dd/mm/yyyy form.</span>");
|
|
define("VALID_DATEAU_TT","Enter a comma separated list of field names that must be *a valid date in dd/mm/yyyy format*.");
|
|
define("VALID_DIGITS","Integer<br /><span style='color:#0000FF;font-weight:normal;'>an integer only.</span>");
|
|
define("VALID_DIGITS_TT","Enter a comma separated list of field names that must be *integers*.");
|
|
define("VALID_EMAIL","Email<br /><span style='color:#0000FF;font-weight:normal;'>a valid email.</span>");
|
|
define("VALID_EMAIL_TT","Enter a comma separated list of field names that must be *a valid email*.");
|
|
define("VALID_NUM","Numeric<br /><span style='color:#0000FF;font-weight:normal;'>a valid number only.</span>");
|
|
define("VALID_NUM_TT","Enter a comma separated list of field names that must be *numeric*.");
|
|
define("VALID_RADIO","Radio/Checkbox<br /><span style='color:#0000FF;font-weight:normal;'>one item must be selected.</span>");
|
|
define("VALID_RADIO_TT","(At least one textbox/radio element must be selected in a group - see below*) -- Enter a single field name or a comma separated list of field names.");
|
|
define("VALID_SELECTION","SelectBox<br /><span style='color:#0000FF;font-weight:normal;'>one item must be selected.</span>");
|
|
define("VALID_SELECTION_TT","(first option e.g. *Select one...* is not selected option) -- Enter a comma separated list of select box field names where *one item must be selected*.");
|
|
define("VALID_URL","URL<br /><span style='color:#0000FF;font-weight:normal;'>a valid URL.</span>");
|
|
define("VALID_URL_TT","Enter a comma separated list of field names that must be *a valid url*.");
|
|
define("VALIDATION","Validation");
|
|
define("VALIDATION_LIBRARY","Select a validation library");
|
|
define("VALIDATION_LIBRARY_TT","Select a validation library. The default is Prototype. Please change to Mootools if there is a Javascript conflict with other themes or components on your site.");
|
|
define("WITH_FONTS","With fonts");
|
|
define("WITHOUT_FONTS","Without fonts");
|
|
define("WITHOUT_SCRIPT_TAGS","without the script tags");
|
|
define("YES","Yes");
|
|
define("IN_KB","in KB");
|
|
define("PLUGINS","Plugins");
|
|
?>
|