[ Index ]

PHP Cross Reference of vtigercrm-6.1.0

title

Body

[close]

/languages/ro_ro/Settings/ -> Webforms.php (source)

   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 Activat'             ,
  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' => 'Salveaza domenii comanda', 
  35      'LBL_HIDDEN' => 'Ascuns',
  36      'LBL_ENABLE_TARGET_MODULES_FOR_WEBFORM' => 'Permite module țintă pentru Webform',
  37      'LBL_ASSIGN_USERS' => 'Cesiunea de utilizator',
  38      'LBL_ASSIGN_ROUND_ROBIN' => 'Atribui Utilizatorii In Round Robin',
  39      'LBL_ROUNDROBIN_USERS_LIST' => 'Runda Lista de Utilizatori Robin',
  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' => 'Câmpurile obligatorii fără valori suprascrie cant fi ascuns',
  46      'JS_REFERENCE_FIELDS_CANT_BE_MANDATORY_WITHOUT_OVERRIDE_VALUE' => 'Domenii de referință cant fi obligatorie, fără valoare de anulare',
  47      'JS_TYPE_TO_SEARCH' => 'Tastați pentru a căuta',
  48      "JS_WEBFORM_WITH_THIS_NAME_ALREADY_EXISTS" => 'Webform cu acest nume există deja',
  49  );


Generated: Fri Nov 28 20:08:37 2014 Cross-referenced by PHPXref 0.7.1