80 lines
3.0 KiB
PHP
80 lines
3.0 KiB
PHP
|
|
<?php
|
||
|
|
if(!defined('sugarEntry') || !sugarEntry) die('Not A Valid Entry Point');
|
||
|
|
/*********************************************************************************
|
||
|
|
* The contents of this file are subject to the SugarCRM Public License Version
|
||
|
|
* 1.1.3 ("License"); You may not use this file except in compliance with the
|
||
|
|
* License. You may obtain a copy of the License at http://www.sugarcrm.com/SPL
|
||
|
|
* Software distributed under the License is distributed on an "AS IS" basis,
|
||
|
|
* WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
|
||
|
|
* for the specific language governing rights and limitations under the
|
||
|
|
* License.
|
||
|
|
*
|
||
|
|
* All copies of the Covered Code must include on each user interface screen:
|
||
|
|
* (i) the "Powered by SugarCRM" logo and
|
||
|
|
* (ii) the SugarCRM copyright notice
|
||
|
|
* in the same form as they appear in the distribution. See full license for
|
||
|
|
* requirements.
|
||
|
|
*
|
||
|
|
* The Original Code is: SugarCRM Open Source
|
||
|
|
* The Initial Developer of the Original Code is SugarCRM, Inc.
|
||
|
|
* Portions created by SugarCRM are Copyright (C) 2004-2005 SugarCRM, Inc.;
|
||
|
|
* All Rights Reserved.
|
||
|
|
* Contributor(s): ______________________________________.
|
||
|
|
********************************************************************************/
|
||
|
|
|
||
|
|
/*********************************************************************************
|
||
|
|
* pl_pl.lang.ext.php,v for SugarCRM 4.5.1-->>
|
||
|
|
* Translator: Krzysztof Morawski
|
||
|
|
* All Rights Reserved.
|
||
|
|
* Any bugs report welcome: krzysiek<at>kmmgroup<dot>pl
|
||
|
|
* Contributor(s): ______________________________________..
|
||
|
|
********************************************************************************/
|
||
|
|
|
||
|
|
$mod_strings = array (
|
||
|
|
'LBL_MODULE_NAME' => 'Wyrażenia',
|
||
|
|
'LBL_MODULE_TITLE' => 'Inicjatory prac do wykonania: Strona główna',
|
||
|
|
'LBL_SEARCH_FORM_TITLE' => 'Inicjatory prac do wykonania: Szukaj',
|
||
|
|
'LBL_LIST_FORM_TITLE' => 'Lista inicjatorów',
|
||
|
|
'LBL_NEW_FORM_TITLE' => 'Utwórz inicjator',
|
||
|
|
'LBL_LIST_NAME' => 'Nazwa inicjatora:',
|
||
|
|
'LBL_LIST_TYPE' => 'Typ:',
|
||
|
|
'LBL_LIST_EVAL' => 'Eval:',
|
||
|
|
'LBL_LIST_FIELD' => 'Pole:',
|
||
|
|
'LBL_NAME' => 'Nazwa inicjatora:',
|
||
|
|
'LBL_FIELD' => 'Pole:',
|
||
|
|
'LBL_TYPE' => 'Typ:',
|
||
|
|
'LBL_EVAL' => 'Ocena inicjatora:',
|
||
|
|
'LBL_SHOW_PAST' => 'Zmień poprzednią wartość:',
|
||
|
|
|
||
|
|
'LNK_NEW_TRIGGER' => 'Utwórz inicjator',
|
||
|
|
'LNK_TRIGGER' => 'Inicjatory prac do wykonania',
|
||
|
|
|
||
|
|
'LBL_TIME_PAST' => 'od',
|
||
|
|
'LBL_TIME_FUTURE' => 'od teraz',
|
||
|
|
|
||
|
|
|
||
|
|
'LBL_ACTION_UPDATE' => 'Uaktualinj pola w modułach z inicjatorami ',
|
||
|
|
'LBL_ACTION_UPDATE_REL' => 'Uaktualinj pola w modułach podległych',
|
||
|
|
'LBL_ACTION_NEW' => 'Utwórz nowe ',
|
||
|
|
'LBL_RECORD' => 'Rekord',
|
||
|
|
|
||
|
|
|
||
|
|
'LBL_NEXT_BUTTON' => 'Następny',
|
||
|
|
'LBL_PREVIOUS_BUTTON' => 'Poprzedni',
|
||
|
|
|
||
|
|
'LBL_LIST_ACTION_DESCRIPTION' => 'Działania do przeprowadzenia:',
|
||
|
|
|
||
|
|
|
||
|
|
'LBL_PLEASE_SELECT' => 'Proszę wybierz',
|
||
|
|
|
||
|
|
'LBL_TIME_INT' => 'od co najmniej',
|
||
|
|
|
||
|
|
'LBL_REL1' => 'Połączone moduły: ',
|
||
|
|
'LBL_REL2' => 'Połączone moduły: ',
|
||
|
|
'LBL_PLEASE_SEL_TARGET'=>'Wybierz docelowy moduł',
|
||
|
|
'LBL_ASSOCIATED_WITH'=>' połączone z modułem zależnym ',
|
||
|
|
);
|
||
|
|
|
||
|
|
|
||
|
|
?>
|