[ Index ] |
PHP Cross Reference of vtigercrm-6.1.0 |
[Summary view] [Print] [Text view]
1 <?php 2 /*+*********************************************************************************** 3 * The contents of this file are subject to the vtiger CRM Public License Version 1.0 4 * ("License"); You may not use this file except in compliance with the License 5 * The Original Code is: vtiger CRM Open Source 6 * The Initial Developer of the Original Code is vtiger. 7 * Portions created by vtiger are Copyright (C) vtiger. 8 * All Rights Reserved. 9 *************************************************************************************/ 10 $languageStrings = array( 11 'SINGLE_Settings:Webforms' => 'Webform', 12 //Basic Field Names 13 'WebForm Name' => 'Webform Name', 14 'Public Id' => 'Public Id', 15 'Enabled' => 'Status', 16 'Module' => 'Module', 17 'Return Url' => 'Return Url', 18 'Post Url' => 'Post Url', 19 'SINGLE_Webforms' => 'Webform', 20 'Captcha Enabled' => 'كلمة التحقق ممكن', 21 22 //Actions 23 'LBL_SHOW_FORM' => 'Show Form', 24 'LBL_DUPLICATES_EXIST' => 'Webform Name already exists', 25 26 //Blocks 27 'LBL_WEBFORM_INFORMATION' => 'Webform Information', 28 'LBL_FIELD_INFORMATION' => 'Field Information', 29 'LBL_FIELD_NAME' => 'Field Name', 30 'LBL_OVERRIDE_VALUE' => 'Override Value', 31 'LBL_MANDATORY' => 'Mandatory', 32 'LBL_WEBFORM_REFERENCE_FIELD' => 'Webforms reference Field', 33 'LBL_SELECT_FIELDS_OF_TARGET_MODULE' => 'Select Fields for Target Module...', 34 'LBL_ALLOWS_YOU_TO_MANAGE_WEBFORMS' => 'Allows you to manage webforms', 35 'LBL_ADD_FIELDS' => 'Add Fields', 36 'LBL_EMBED_THE_FOLLOWING_FORM_IN_YOUR_WEBSITE' => 'Embed the following form in your website', 37 'LBL_SELECT_VALUE' => 'Select Value', 38 'LBL_LABEL' => 'label', 39 'LBL_SAVE_FIELDS_ORDER' => 'من أجل إنقاذ الحقول', 40 'LBL_HIDDEN' => 'مخفي', 41 'LBL_ENABLE_TARGET_MODULES_FOR_WEBFORM' => 'تمكين وحدات الهدف ليبفورم', 42 'LBL_ASSIGN_USERS' => 'تعيين المستخدم', 43 'LBL_ASSIGN_ROUND_ROBIN' => 'تعيين المستخدمين في جولة روبن', 44 'LBL_ROUNDROBIN_USERS_LIST' => 'جولة روبن قائمة المستخدمين', 45 ); 46 $jsLanguageStrings = array( 47 'JS_WEBFORM_DELETED_SUCCESSFULLY' => 'Webform deleted successfully', 48 'JS_LOADING_TARGET_MODULE_FIELDS' => 'Loading Target Module Fields', 49 'JS_SELECT_AN_OPTION' => 'Select an Option', 50 'JS_LABEL' => 'label', 51 'JS_MANDATORY_FIELDS_WITHOUT_OVERRIDE_VALUE_CANT_BE_HIDDEN' => 'الحقول الإلزامية دون تجاوز القيم غير قادر على أن تكون مخفية', 52 'JS_REFERENCE_FIELDS_CANT_BE_MANDATORY_WITHOUT_OVERRIDE_VALUE' => 'الحقول المرجعية غير قادر على أن يكون إلزاميا دون تجاوز القيمة', 53 'JS_TYPE_TO_SEARCH' => 'اكتب للبحث', 54 "JS_WEBFORM_WITH_THIS_NAME_ALREADY_EXISTS" => 'يبفورم مع هذا الاسم موجود بالفعل', 55 );
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
Generated: Fri Nov 28 20:08:37 2014 | Cross-referenced by PHPXref 0.7.1 |