[ 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' , // TODO: Review 12 'WebForm Name' => 'Webform Name' , // TODO: Review 13 'Public Id' => 'Public Id' , // TODO: Review 14 'Enabled' => 'Status' , // TODO: Review 15 'Module' => 'Module' , // TODO: Review 16 'Return Url' => 'Return Url' , // TODO: Review 17 'Post Url' => 'Post Url' , // TODO: Review 18 'Captcha Enabled' => 'Captcha activé' , 19 'SINGLE_Webforms' => 'Webform' , // TODO: Review 20 'LBL_SHOW_FORM' => 'Show Form' , // TODO: Review 21 'LBL_DUPLICATES_EXIST' => 'Webform Name already exists' , // TODO: Review 22 'LBL_WEBFORM_INFORMATION' => 'Webform Information' , // TODO: Review 23 'LBL_FIELD_INFORMATION' => 'Field Information' , // TODO: Review 24 'LBL_FIELD_NAME' => 'Field Name' , // TODO: Review 25 'LBL_OVERRIDE_VALUE' => 'Override Value' , // TODO: Review 26 'LBL_MANDATORY' => 'Mandatory' , // TODO: Review 27 'LBL_WEBFORM_REFERENCE_FIELD' => 'Webforms reference Field' , // TODO: Review 28 'LBL_SELECT_FIELDS_OF_TARGET_MODULE' => 'Select Fields for Target Module...', // TODO: Review 29 'LBL_ALLOWS_YOU_TO_MANAGE_WEBFORMS' => 'Allows you to manage webforms', // TODO: Review 30 'LBL_ADD_FIELDS' => 'Add Fields' , // TODO: Review 31 'LBL_EMBED_THE_FOLLOWING_FORM_IN_YOUR_WEBSITE' => 'Embed the following form in your website', // TODO: Review 32 'LBL_SELECT_VALUE' => 'Select Value' , // TODO: Review 33 'LBL_LABEL' => 'label' , // TODO: Review 34 'LBL_SAVE_FIELDS_ORDER' => 'Enregistrer ordre des champs', 35 'LBL_HIDDEN' => 'Caché', 36 'LBL_ENABLE_TARGET_MODULES_FOR_WEBFORM' => 'Activer modules cibles pour formulaire en ligne', 37 'LBL_ASSIGN_USERS' => 'Affectation de l\'utilisateur', 38 'LBL_ASSIGN_ROUND_ROBIN' => 'Affecter des utilisateurs en Round Robin', 39 'LBL_ROUNDROBIN_USERS_LIST' => 'Round Robin Liste des utilisateurs', 40 ); 41 $jsLanguageStrings = array( 42 'JS_WEBFORM_DELETED_SUCCESSFULLY' => 'Webform deleted successfully', // TODO: Review 43 'JS_LOADING_TARGET_MODULE_FIELDS' => 'Loadding Target Module Fields', // TODO: Review 44 'JS_SELECT_VALUE' => 'Select Vlaue' , // TODO: Review 45 'JS_MANDATORY_FIELDS_WITHOUT_OVERRIDE_VALUE_CANT_BE_HIDDEN' => 'Les champs obligatoires sans valeurs de remplacement ne peux pas être cachés', 46 'JS_REFERENCE_FIELDS_CANT_BE_MANDATORY_WITHOUT_OVERRIDE_VALUE' => 'champs de référence ne peux pas être obligatoire sans valeur de remplacement', 47 'JS_TYPE_TO_SEARCH' => 'Tapez à la recherche', 48 "JS_WEBFORM_WITH_THIS_NAME_ALREADY_EXISTS" => 'Webform avec ce nom existe déjà', 49 );
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 |