[ Index ]

PHP Cross Reference of vtigercrm-6.1.0

title

Body

[close]

/languages/fr_fr/Settings/ -> Profiles.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      'Profiles'                     => 'Profils'                     , 
  12      'SINGLE_Profiles'              => 'Profil'                      , 
  13      'LBL_ADD_RECORD'               => 'Add Profile'                 , 
  14      'LBL_CREATE_PROFILE'           => 'Create Profile'              , // TODO: Review
  15      'LBL_PROFILE_NAME'             => 'Profile name'                , // TODO: Review
  16      'LBL_DESCRIPTION'              => 'Description'                 , // TODO: Review
  17      'LBL_EDIT_PRIVILIGES_FOR_THIS_PROFILE' => 'Edit priviliges for this profile', // TODO: Review
  18      'LBL_MODULES'                  => 'Modules'                     , // TODO: Review
  19      'LBL_PROFILE_VIEW'             => 'Profile view'                , // TODO: Review
  20      'LBL_FIELDS'                   => 'Fields'                      , // TODO: Review
  21      'LBL_TOOLS'                    => 'Tools'                       , // TODO: Review
  22      'LBL_FIELD_AND_TOOL_PRVILIGES' => 'Field and Tool Privileges'   , // TODO: Review
  23      'LBL_EDIT_RECORD'              => 'Edit'                        , // TODO: Review
  24      'LBL_DUPLICATE_RECORD'         => 'Duplicate'                   , // TODO: Review
  25      'LBL_DELETE_RECORD'            => 'Delete'                      , // TODO: Review
  26      'LBL_VIEW_PRVILIGE'            => 'Afficher'                    , 
  27      'LBL_EDIT_PRVILIGE'            => 'Créer/Editer'               , 
  28      'LBL_DELETE_PRVILIGE'          => 'Supprimer'                   , 
  29      'LBL_INIVISIBLE'               => 'Invisible'                   , // TODO: Review
  30      'LBL_READ_ONLY'                => 'Read only'                   , // TODO: Review
  31      'LBL_WRITE'                    => 'Write'                       , // TODO: Review
  32      'LBL_DELETE_PROFILE'           => 'Delete Profile'              , // TODO: Review
  33      'LBL_TRANSFER_ROLES_TO_PROFILE' => 'Transfer roles to profile'   , // TODO: Review
  34      'LBL_PROFILES'                 => 'Profiles'                    , // TODO: Review
  35      'LBL_CHOOSE_PROFILES'          => 'Choose Profiles'             , // TODO: Review
  36  );
  37  $jsLanguageStrings = array(
  38      'JS_RECORD_DELETED_SUCCESSFULLY' => 'Profile deleted successfully', // TODO: Review
  39  );


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