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

88 lines
4.4 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 Enterprise End User
* License Agreement ("License") which can be viewed at
* http://www.sugarcrm.com/crm/products/sugar-enterprise-eula.html
* By installing or using this file, You have unconditionally agreed to the
* terms and conditions of the License, and You may not use this file except in
* compliance with the License. Under the terms of the license, You shall not,
* among other things: 1) sublicense, resell, rent, lease, redistribute, assign
* or otherwise transfer Your rights to the Software, and 2) use the Software
* for timesharing or service bureau purposes such as hosting the Software for
* commercial gain and/or for the benefit of a third party. Use of the Software
* may be subject to applicable fees and any use of the Software without first
* paying applicable fees is strictly prohibited. You do not have the right to
* remove SugarCRM copyrights from the source code or user interface.
*
* 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.
*
* Your Warranty, Limitations of liability and Indemnity are expressly stated
* in the License. Please refer to the License for the specific language
* governing these rights and limitations under the License. Portions created
* by SugarCRM are Copyright (C) 2004-2006 SugarCRM, Inc.; All Rights Reserved.
********************************************************************************/
/*********************************************************************************
* 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' => 'Własne zapytania',
'LBL_MODULE_TITLE' => 'Własne zapytania',
'LBL_SEARCH_FORM_TITLE' => 'Szukanie typów produktów',
'LBL_LIST_FORM_TITLE' => 'Lista własnych zapytań',
'LBL_CUSTOMQUERY' => 'Własne zapytanie:',
'LBL_QUERY_TYPE' => 'Typ zapytania:',
'LBL_LIST_NAME' => 'Nazwa zapytania',
'LBL_LIST_DESCRIPTION' => 'Opis',
'LBL_NAME' => 'Nazwa zapytania:',
'LBL_DESCRIPTION' => 'Opis:',
'LBL_LIST_LIST_ORDER' => 'Kolejność',
'LBL_LIST_ORDER' => 'Kolejność:',
'LBL_QUERY_LOCKED' => 'Zablokuj zapytanie:',
'LBL_LIST_VALID' => 'Zapytanie prawidłowe?',
'LNK_PRODUCT_LIST' => 'Katalog produktów',
'LNK_REPORT_MAKER' => 'Znacznik raportu',
'LNK_NEW_SHIPPER' => 'Dostawcy',
'LBL_RUN_QUERY' => 'Wykonaj zapytanie',
'LNK_LIST_REPORTMAKER' => 'Lista raportów przedsiębiorstwa',
'LNK_NEW_REPORTMAKER' => 'Utwórz raport',
'LNK_LIST_DATASET' => 'Lista formatów danych',
'LNK_NEW_DATASET' => 'Utwórz format danych',
'LNK_NEW_CUSTOMQUERY' => 'Utwórz własne zapytanie',
'LNK_CUSTOMQUERIES' => 'Własne zapytania',
'LNK_NEW_QUERYBUILDER' => 'Utwórz zapytanie',
'LNK_QUERYBUILDER' => 'Budowniczy zapytań',
'LBL_ALL_REPORTS' => 'Wszystkie raporty',
'LNK_NEW_PRODUCT_TYPE' => 'Typy produktów',
'NTC_DELETE_CONFIRMATION' => 'Czy na pewno chcesz usunąć ten raport?',
'ERR_DELETE_RECORD' => 'Numer rekordu musi być podany, aby usunąć typ produktu.',
'NTC_LIST_ORDER' => 'Ustawienie tej kolejności wyświetli się na Liście Rozwijalnej Kategorii produktów',
'LNK_IMPORT_PRODUCT_CATEGORIES'=>'Importuj kategorie produktów',
'DUPBLANK_ERROR_MSG' => 'Możesz pozsotawić pustą, lub zduplikować nazwę kolumny',
'QUERY_ERROR_MSG' => 'To zapytanie jest nieprawidłowe.',
'LBL_REPAIR_BUTTON_TITLE' => 'Napraw zapytanie [Alt+R]',
'LBL_REPAIR_BUTTON_KEY' => 'R',
'LBL_REPAIR_BUTTON_LABEL' => 'Napraw zapytanie',
'LBL_JSCRIPT_MULTI_MAP_ERROR' => 'Kilka kolumn zostało zdefiniowanych z takimi samymi nazwami pól.',
'LBL_REMOVE_LAYOUT_DATA' => 'Usuń dane o wyglądzie',
'CHILD_ERROR_MSG' => "To zapytanie jest dostępne tylko poprzez nadrzędny format danych",
'ERROR_RESULT_MSG' => 'To zapytanie jest nieprawidłowe.',
'CHILD_RESULT_MSG' => 'To zapytanie nie może być wykonane niezależnie.',
);
?>