31 lines
1.3 KiB
PHP
31 lines
1.3 KiB
PHP
<?php
|
|
/*+***********************************************************************************
|
|
* The contents of this file are subject to the vtiger CRM Public License Version 1.0
|
|
* ("License"); You may not use this file except in compliance with the License
|
|
* The Original Code is: vtiger CRM Open Source
|
|
* The Initial Developer of the Original Code is vtiger.
|
|
* Portions created by vtiger are Copyright (C) vtiger.
|
|
* All Rights Reserved.
|
|
*************************************************************************************/
|
|
$languageStrings = array(
|
|
'LBL_TRANSFORM_OWNERSHIP' => 'Przenieś właściciela',
|
|
'LBL_TO_OTHER_GROUP' => 'do innej grupy ',
|
|
|
|
'SINGLE_Groups' => 'Grupa',
|
|
'LBL_ADD_RECORD' => 'Dodaj Grupę',
|
|
'LBL_GROUP_NAME' => 'Nazwa Grupy',
|
|
'LBL_GROUP_MEMBERS' => 'Członkowie Grupy',
|
|
'LBL_ROLEANDSUBORDINATE' => 'Rola i podwładnych',
|
|
'RoleAndSubordinates' => 'Rola i podwładnych',
|
|
'LBL_DUPLICATES_EXIST' => 'Grupa o tej nazwie już istnieje',
|
|
|
|
);
|
|
$jsLanguageStrings = array(
|
|
'JS_COMMA_NOT_ALLOWED_GROUP' => 'Znaki specjalne, takie jak ,"<> nie są dozwolone w Nazwa grupy.',
|
|
|
|
'JS_PLEASE_SELECT_ATLEAST_ONE_MEMBER_FOR_A_GROUP' => 'Proszę wybrać przynajmniej jednego członka grupy',
|
|
'JS_RECORD_DELETED_SUCCESSFULLY' => 'Grupa z powodzeniem usunięte',
|
|
|
|
);
|
|
|