Files
crm.e5.pl/modules/EcmAlerts/language/pl_pl.lang.php
2024-04-27 09:23:34 +02:00

101 lines
4.1 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.php,v for SugarCRM 4.5-->>
* Translator: Krzysztof Morawski
* All Rights Reserved.
* Any bugs report welcome: krzysiek<at>mojsklepik<dot>net
* Contributor(s): ______________________________________..
********************************************************************************/
$mod_strings = array (
'ERR_DELETE_RECORD' => 'Numer rekordu musi być określony, aby usunąć Klienta.',
'LBL_ACCOUNT_ID' => 'ID Klienta:',
'LBL_CASE_ID' => 'ID Sprawy:',
'LBL_CLOSE' => 'Zamknij:',
'LBL_COLON' => ':',
'LBL_CONTACT_ID' => 'ID Kontaktu:',
'LBL_CONTACT_NAME' => 'Kontakt:',
'LBL_DEFAULT_SUBPANEL_TITLE' => 'Notatki',
'LBL_DESCRIPTION' => 'Opis',
'LBL_EMAIL_ADDRESS' => 'Adres Email:',
'LBL_EMAIL_ATTACHMENT' => 'Załącznik Wiadomości',
'LBL_FILE_MIME_TYPE' => 'Type Mime',
'LBL_FILE_URL' => 'Plik URL',
'LBL_FILENAME' => 'Załącznik:',
'LBL_LEAD_ID' => 'ID Decydenta:',
'LBL_LIST_CONTACT_NAME' => 'Kontakty',
'LBL_LIST_DATE_MODIFIED' => 'Ostatnia Modyfikacja',
'LBL_LIST_FILENAME' => 'Załącznik',
'LBL_LIST_FORM_TITLE' => 'Lista Notatek',
'LBL_LIST_RELATED_TO' => 'Przydzielono do',
'LBL_LIST_SUBJECT' => 'Temat',
'LBL_LIST_STATUS' => 'Status',
'LBL_LIST_CONTACT' => 'Kontakt',
'LBL_MODULE_NAME' => 'Notatki',
'LBL_MODULE_TITLE' => 'Notatki: Strona Główna',
'LBL_NEW_FORM_TITLE' => 'Utwórz Notatkę lub Załącznik',
'LBL_NOTE_STATUS' => 'Notatka',
'LBL_NOTE_SUBJECT' => 'Temat Notatki:',
'LBL_NOTES_SUBPANEL_TITLE' => 'Załącznik',
'LBL_NOTE' => 'Notatka:',
'LBL_OPPORTUNITY_ID' => 'ID Tematu:',
'LBL_PARENT_ID' => 'Pierwotne ID:',
'LBL_PARENT_TYPE' => 'Pierwotny Typ',
'LBL_PHONE' => 'Telefon:',
'LBL_PORTAL_FLAG' => 'Wyświetlić w Portalu?',
'LBL_EMBED_FLAG' => 'Umieścić w Wiadomości?',
'LBL_PRODUCT_ID' => 'ID Produktu:',
'LBL_QUOTE_ID' => 'ID Wątku:',
'LBL_RELATED_TO' => 'Przydzielony do:',
'LBL_SEARCH_FORM_TITLE' => 'Szukaj Notatki',
'LBL_STATUS' => 'Status',
'LBL_SUBJECT' => 'Temat:',
'LNK_CALL_LIST' => 'Rozmowy Telefoniczne',
'LNK_EMAIL_LIST' => 'Emaile',
'LNK_IMPORT_NOTES' => 'Importuj Notatki',
'LNK_MEETING_LIST' => 'Spotkania',
'LNK_NEW_CALL' => 'Plan Rozmów Telefonicznych',
'LNK_NEW_EMAIL' => 'Zarchiwizowane Emaile',
'LNK_NEW_MEETING' => 'Plan Spotkania',
'LNK_NEW_NOTE' => 'Utwórz Notatkę lub Załącznik',
'LNK_NEW_TASK' => 'Utwórz Zadanie',
'LNK_NOTE_LIST' => 'Notatki',
'LNK_TASK_LIST' => 'Zadania',
'LNK_VIEW_CALENDAR' => 'Dzisiaj',
'LBL_MEMBER_OF' => 'Członek:',
'LBL_LIST_ASSIGNED_TO_NAME' => 'Przydzielony Użytkownik',
'LBL_OC_FILE_NOTICE' => 'Zaloguj się, aby zobaczyć plik',
'LBL_REMOVING_ATTACHMENT'=>'Usuwam załącznik...',
'ERR_REMOVING_ATTACHMENT'=>'Nie można usunąć załącznika...',
'LBL_CREATED_BY'=>'Utworzone Przez',
'LBL_MODIFIED_BY'=>'Zmodyfikowane Przez',
'LBL_SEND_ANYWAYS'=> 'Ta Wiadomość nie ma tematu. Wysłać mimo to?',
);
?>