[ Index ]

PHP Cross Reference of vtigercrm-6.1.0

title

Body

[close]

/pkg/vtiger/translations/TurkishLanguagePack_tr_tr/modules/Settings/ -> SharingAccess.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      'Accounts'                     => 'Organizations & Contacts'    , // TODO: Review
  12      'LBL_ADD_CUSTOM_RULE'          => 'Özel Hak Kuralı Ekle'      , 
  13      'Read Only'                    => 'R'                           , 
  14      'Read Write'                   => 'R+W'                         , 
  15      'LBL_ADD_CUSTOM_RULE_TO'       => 'Add Custom Rule to'          , // TODO: Review
  16      'LBL_CAN_ACCESSED_BY'          => 'Tarafından erişilebilir'   , 
  17      'LBL_PRIVILEGES'               => 'Haklar'                      , 
  18      'LBL_SHARING_RULE'             => 'Sharing Rules'               , 
  19      'LBL_RULE_NO'                  => 'Kural No.'                   , 
  20      'LBL_MODULE'                   => 'Module'                      , // TODO: Review
  21      'LBL_ADVANCED_SHARING_RULES'   => 'Advanced Sharing Rules'      , // TODO: Review
  22      'LBL_WITH_PERMISSIONS'         => 'With Permissions'            , // TODO: Review
  23      'LBL_APPLY_NEW_SHARING_RULES'  => 'Apply New Sharing Rules'     , // TODO: Review
  24      'LBL_READ'                     => 'Read'                        , // TODO: Review
  25      'LBL_READ_WRITE'               => 'Read and Write'              , // TODO: Review
  26      'LBL_CUSTOM_ACCESS_MESG'       => 'No Custom Access Rules defined', // TODO: Review
  27      'SINGLE_Groups'                => 'Group'                       , // TODO: Review
  28      'SINGLE_Roles'                 => 'Role'                        , // TODO: Review
  29      'SINGLE_RoleAndSubordinates'   => 'RoleAndSubordinate'          , // TODO: Review
  30  );
  31  $jsLanguageStrings = array(
  32      'JS_CUSTOM_RULE_SAVED_SUCCESSFULLY' => 'Custom Sharing Rule Saved Successfully', // TODO: Review
  33      'JS_SELECT_ANY_OTHER_ACCESSING_USER' => 'Select any other accessing user', // TODO: Review
  34      'JS_NEW_SHARING_RULES_APPLIED_SUCCESSFULLY' => 'New Sharing Rules Applied Successfully', // TODO: Review
  35      'JS_DEPENDENT_PRIVILEGES_SHOULD_CHANGE' => 'Opportunities, Tickets, Quotes, SalesOrder & Invoice Access must be set to Private when the Organization Access is set to Private', // TODO: Review
  36  );


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