Files
crm.twinpol.com/modules/WorkFlowActions/language/pl_pl.lang.php
2025-05-12 15:44:39 +00:00

91 lines
3.9 KiB
PHP
Executable File

<?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.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' => 'Inicjatory',
'LBL_MODULE_TITLE' => 'Inicjatory prac do wykonania: Strona płówna',
'LBL_SEARCH_FORM_TITLE' => 'Inicjatorów prac do wykonania',
'LBL_LIST_FORM_TITLE' => 'Lista inicjatorów',
'LBL_NEW_FORM_TITLE' => 'Utwórz inicjator',
'LBL_LIST_NAME' => 'Nazwa inicjatora:',
'LBL_LIST_TRIGGER_TYPE' => 'Typ:',
'LBL_LIST_LEFT_FIELD' => 'Pole:',
'LBL_LIST_OPERATOR' => 'Operator:',
'LBL_LIST_RIGHT_VALUE' => 'Wartość:',
'LBL_NAME' => 'Nazwa inicjatora:',
'LBL_LEFT_FIELD' => 'Pole:',
'LBL_DESCRIPTION' => 'Opis:',
'LBL_TYPE' => 'Typ:',
'LBL_STATUS' => 'Status:',
'LBL_BASE_MODULE' => 'Moduł główny:',
'LNK_NEW_TRIGGER' => 'Utwórz inicjator',
'LNK_TRIGGER' => 'Inicjatory prac do wykonania',
'LBL_TIME_INT' => 'od co najmniej',
'LBL_SET' => 'Ustaw',
'LBL_AS' => 'jako',
'LBL_TITLE' => 'Ustaw wartość na:',
'LBL_FROM' => 'z',
'LBL_SHOW' => 'Pokaż',
'LBL_MODIFY_FIELD' => 'Modyfikuj pole:',
////////////Old stuff below, eventually move or rename or delete
'LNK_LIST_REPORTMAKER' => 'Lista raportów',
'LNK_NEW_REPORTMAKER' => 'Utwórz nowy raport',
'LNK_LIST_DATASET' => 'Lista zestawów danych',
'LNK_NEW_DATASET' => 'Utwórz zestaw danych',
'LNK_NEW_QUERYBUILDER' => 'Utwórzy kwerendę',
'LNK_QUERYBUILDER' => 'Kreator kwerend',
'LBL_ALL_REPORTS' => 'Wszystkie raporty',
'NTC_DELETE_CONFIRMATION' => 'Czy na pewno chcesz usunąć ten rekord?',
'ERR_DELETE_RECORD' => 'Musi być podany numer rekordu, aby usunąć ten produkt',
//for subpanel under the workflow
'LBL_ADD_COLUMN _BUTTON_TITLE' => 'Ddodaj [Alt+C]',
'LBL_ADD_COLUMN_BUTTON_KEY' => 'C',
'LBL_ADD_COLUMN_BUTTON_LABEL' => 'Dodaj kolumnę',
'LBL_ADD_GROUPBY_BUTTON_LABEL' => 'Dodaj grupę przez',
'LBL_ADD_GROUPBY _BUTTON_TITLE' => 'Dodaj [Alt+G]',
'LBL_ADD_GROUPBY_BUTTON_KEY' => 'G',
'LBL_NEW_BUTTON_TITLE' => 'Dodaj [Alt+N]',
'LBL_NEW_BUTTON_KEY' => 'N',
'LBL_NEW_BUTTON_LABEL' => 'Utwórz nowy',
'LBL_DETAILS_BUTTON_TITLE' => 'Szczegóły raportu [Alt+D]',
'LBL_DETAILS_BUTTON_KEY' => 'D',
'LBL_DETAILS_BUTTON_LABEL' => 'Szczegóły raportu',
'LBL_EDIT_BUTTON_TITLE' => 'Edytuj raport [Alt+E]',
'LBL_EDIT_BUTTON_KEY' => 'N',
'LBL_EDIT_BUTTON_LABEL' => 'Edytuj raport',
'LBL_RUN_BUTTON_TITLE' => 'Wykonaj raport [Alt+R]',
'LBL_RUN_BUTTON_KEY' => 'R',
'LBL_RUN_BUTTON_LABEL' => 'Wykonaj raport',
);
?>