[ Index ]

PHP Cross Reference of vtigercrm-6.1.0

title

Body

[close]

/pkg/vtiger/translations/PolishLanguagePack_pl_pl/modules/Settings/ -> CustomerPortal.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      'CustomerPortal' => 'Portal klienta',
  12      'LBL_PORTAL_DESCRIPTION' => 'Ustaw uprawnienia do użytkowników portalu',
  13  
  14      'LBL_PRIVILEGES' => 'Uprawnienia',
  15      'LBL_DEFAULT_ASSIGNEE' => 'Powiązany użytkownik',
  16      'LBL_PORTAL_URL' => 'Adres portalu',
  17  
  18      //Fields
  19      'LBL_MODULE_NAME' => 'Nazwa modułu',
  20      'LBL_ENABLE_MODULE' => 'Włącz moduł',
  21      'LBL_VIEW_ALL_RECORDS' => 'Może przeglądać rekordy w całej organizacji',
  22  
  23      //Messages
  24      'LBL_PREVILEGES_MESSAGE' => "Ten profil będzie zastosowany dla użytkowników portalu..",
  25      'LBL_DEFAULT_ASSIGNEE_MESSAGE' => 'Zgłoszenia zostaną przydzielone do wybranego użytkownika/grupy w CRM.',
  26      'LBL_PORTAL_URL_MESSAGE' => 'To jest adres portalu, w którym Kontrahenci będą mogli przeglądać udostępnione im informacje.',
  27      'LBL_DRAG_AND_DROP_MESSAGE' => 'Chwyć i przemieść moduły w celu uporządkowania ich kolejności wyświetlania.',
  28  );
  29  
  30  $jsLanguageStrings = array(
  31      'JS_PORTAL_INFO_SAVED' => 'Konfiguracja portalu została zapisana',
  32  );


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