This commit is contained in:
2024-04-27 09:23:34 +02:00
commit 11e713ca6f
11884 changed files with 3263371 additions and 0 deletions

View File

@@ -0,0 +1,54 @@
<!--
/*********************************************************************************
* SugarCRM is a customer relationship management program developed by
* SugarCRM, Inc. Copyright (C) 2004 - 2009 SugarCRM Inc.
*
* This program is free software; you can redistribute it and/or modify it under
* the terms of the GNU General Public License version 3 as published by the
* Free Software Foundation with the addition of the following permission added
* to Section 15 as permitted in Section 7(a): FOR ANY PART OF THE COVERED WORK
* IN WHICH THE COPYRIGHT IS OWNED BY SUGARCRM, SUGARCRM DISCLAIMS THE WARRANTY
* OF NON INFRINGEMENT OF THIRD PARTY RIGHTS.
*
* This program is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
* FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
* details.
*
* You should have received a copy of the GNU General Public License along with
* this program; if not, see http://www.gnu.org/licenses or write to the Free
* Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
* 02110-1301 USA.
*
* You can contact SugarCRM, Inc. headquarters at 10050 North Wolfe Road,
* SW2-130, Cupertino, CA 95014, USA. or at email address contact@sugarcrm.com.
*
* The interactive user interfaces in modified source and object code versions
* of this program must display Appropriate Legal Notices, as required under
* Section 5 of the GNU General Public License version 3.
*
* In accordance with Section 7(b) of the GNU General Public License version 3,
* these Appropriate Legal Notices must retain the display of the "Powered by
* SugarCRM" logo. If the display of the logo is not reasonably feasible for
* technical reasons, the Appropriate Legal Notices must display the words
* "Powered by SugarCRM".
********************************************************************************/
/*********************************************************************************
********************************************************************************/
-->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<h1>Notes Detail Page</h1>
<p>View the note details such as contact information and the related account.
<p>To edit the note, click <span class="helpButton">Edit</span>, make the necessary revisions, and click <span class="helpButton">Save</span>.
<p>To duplicate the note, click <span class="helpButton">Duplicate</span>. You can then make modifications to the record and save it as a different record. The system displays the new record in the list on the Notes Home page.</li>
<p>To delete a note, click <span class="helpButton">Delete</span>.

View File

@@ -0,0 +1,61 @@
<!--
/*********************************************************************************
* SugarCRM is a customer relationship management program developed by
* SugarCRM, Inc. Copyright (C) 2004 - 2009 SugarCRM Inc.
*
* This program is free software; you can redistribute it and/or modify it under
* the terms of the GNU General Public License version 3 as published by the
* Free Software Foundation with the addition of the following permission added
* to Section 15 as permitted in Section 7(a): FOR ANY PART OF THE COVERED WORK
* IN WHICH THE COPYRIGHT IS OWNED BY SUGARCRM, SUGARCRM DISCLAIMS THE WARRANTY
* OF NON INFRINGEMENT OF THIRD PARTY RIGHTS.
*
* This program is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
* FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
* details.
*
* You should have received a copy of the GNU General Public License along with
* this program; if not, see http://www.gnu.org/licenses or write to the Free
* Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
* 02110-1301 USA.
*
* You can contact SugarCRM, Inc. headquarters at 10050 North Wolfe Road,
* SW2-130, Cupertino, CA 95014, USA. or at email address contact@sugarcrm.com.
*
* The interactive user interfaces in modified source and object code versions
* of this program must display Appropriate Legal Notices, as required under
* Section 5 of the GNU General Public License version 3.
*
* In accordance with Section 7(b) of the GNU General Public License version 3,
* these Appropriate Legal Notices must retain the display of the "Powered by
* SugarCRM" logo. If the display of the logo is not reasonably feasible for
* technical reasons, the Appropriate Legal Notices must display the words
* "Powered by SugarCRM".
********************************************************************************/
/*********************************************************************************
********************************************************************************/
-->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<h1>Notes</h1>
<p>
Use the Notes page to create a note related to a specific call, meeting, or task for distribution to participants. You can also attach a file with the note.</p>
<p>To create a note, enter the following information:</p>
<ul>
<li><span class="helpButton">Contact</span>. Enter the name of the contact. Click <span class="helpButton">Select</span> to choose one from the Contacts list or to search for a contact in the list.
<li><span class="helpButton">Account</span>. Optionally, enter the name of the related account or click <span class="helpButton">Select</span> to search for one. Instead of an account, you can choose another related record such as an opportunity or contact from the drop-down list.
<li><span class="helpButton">Team</span>. Click <span class="helpButton">Select</span> to select the team that is allowed to view the note or attachment.
<li><span class="helpButton">Subject</span>. Enter the subject of the note.
<li><span class="helpButton">Attachment</span>. To attach a document that is located on your machine, click <span class="helpButton">Browse</span>, navigate to the location of the file, and select the file.
<li><span class="helpButton">Note</span>. Enter the text of the note in this box.
</ul>
<p>Click <span class="helpButton">Save</span> to create the note or attachment; click <span class="helpButton">Cancel</span> to return to the Notes home page without saving your changes.</p>

View File

@@ -0,0 +1,58 @@
<!--
/*********************************************************************************
* SugarCRM is a customer relationship management program developed by
* SugarCRM, Inc. Copyright (C) 2004 - 2009 SugarCRM Inc.
*
* This program is free software; you can redistribute it and/or modify it under
* the terms of the GNU General Public License version 3 as published by the
* Free Software Foundation with the addition of the following permission added
* to Section 15 as permitted in Section 7(a): FOR ANY PART OF THE COVERED WORK
* IN WHICH THE COPYRIGHT IS OWNED BY SUGARCRM, SUGARCRM DISCLAIMS THE WARRANTY
* OF NON INFRINGEMENT OF THIRD PARTY RIGHTS.
*
* This program is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
* FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
* details.
*
* You should have received a copy of the GNU General Public License along with
* this program; if not, see http://www.gnu.org/licenses or write to the Free
* Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
* 02110-1301 USA.
*
* You can contact SugarCRM, Inc. headquarters at 10050 North Wolfe Road,
* SW2-130, Cupertino, CA 95014, USA. or at email address contact@sugarcrm.com.
*
* The interactive user interfaces in modified source and object code versions
* of this program must display Appropriate Legal Notices, as required under
* Section 5 of the GNU General Public License version 3.
*
* In accordance with Section 7(b) of the GNU General Public License version 3,
* these Appropriate Legal Notices must retain the display of the "Powered by
* SugarCRM" logo. If the display of the logo is not reasonably feasible for
* technical reasons, the Appropriate Legal Notices must display the words
* "Powered by SugarCRM".
********************************************************************************/
/*********************************************************************************
********************************************************************************/
-->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<h1>Notes Home</h1>
<p>
Use the Notes Home page to create and manage notes related to an activity.</p>
<p>The Notes Home page displays the following information:</p>
<ul>
<li>A Search sub-panel where you can enter the subject or a contact name to search for a specific note. To perform an advanced search using additional fields, click the <span class="helpButton">Advanced Search</span> tab. To customize and save the search layout and results, click the <span class="helpButton">Saved Search & Layout</span> tab.
<li>A list of existing notes along with related information such as contact and any attachment.</li>
<li>To view the note details, click its subject.
<li>To update or delete multiple notes, select them from the list, and use the Mass Update sub-panel to perform the action.
</ul>

View File

@@ -0,0 +1,113 @@
<?php
if(!defined('sugarEntry') || !sugarEntry) die('Not A Valid Entry Point');
/*********************************************************************************
* SugarCRM is a customer relationship management program developed by
* SugarCRM, Inc. Copyright (C) 2004 - 2009 SugarCRM Inc.
*
* This program is free software; you can redistribute it and/or modify it under
* the terms of the GNU General Public License version 3 as published by the
* Free Software Foundation with the addition of the following permission added
* to Section 15 as permitted in Section 7(a): FOR ANY PART OF THE COVERED WORK
* IN WHICH THE COPYRIGHT IS OWNED BY SUGARCRM, SUGARCRM DISCLAIMS THE WARRANTY
* OF NON INFRINGEMENT OF THIRD PARTY RIGHTS.
*
* This program is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
* FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
* details.
*
* You should have received a copy of the GNU General Public License along with
* this program; if not, see http://www.gnu.org/licenses or write to the Free
* Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
* 02110-1301 USA.
*
* You can contact SugarCRM, Inc. headquarters at 10050 North Wolfe Road,
* SW2-130, Cupertino, CA 95014, USA. or at email address contact@sugarcrm.com.
*
* The interactive user interfaces in modified source and object code versions
* of this program must display Appropriate Legal Notices, as required under
* Section 5 of the GNU General Public License version 3.
*
* In accordance with Section 7(b) of the GNU General Public License version 3,
* these Appropriate Legal Notices must retain the display of the "Powered by
* SugarCRM" logo. If the display of the logo is not reasonably feasible for
* technical reasons, the Appropriate Legal Notices must display the words
* "Powered by SugarCRM".
********************************************************************************/
/*********************************************************************************
* Description: Defines the English language pack for the base application.
* Portions created by SugarCRM are Copyright (C) SugarCRM, Inc.
* All Rights Reserved.
* Contributor(s): ______________________________________..
********************************************************************************/
$mod_strings = array (
'ERR_DELETE_RECORD' => 'You must specify a record number to delete the account.',
'LBL_ACCOUNT_ID' => 'Account ID:',
'LBL_CASE_ID' => 'Case ID:',
'LBL_CLOSE' => 'Close:',
'LBL_COLON' => ':',
'LBL_CONTACT_ID' => 'Contact ID:',
'LBL_CONTACT_NAME' => 'Contact:',
'LBL_DEFAULT_SUBPANEL_TITLE' => 'Notes',
'LBL_DESCRIPTION' => 'Note',
'LBL_EMAIL_ADDRESS' => 'Email Address:',
'LBL_EMAIL_ATTACHMENT' => 'Email Attachment',
'LBL_FILE_MIME_TYPE' => 'Mime Type',
'LBL_FILE_URL' => 'File URL',
'LBL_FILENAME' => 'Attachment:',
'LBL_LEAD_ID' => 'Lead ID:',
'LBL_LIST_CONTACT_NAME' => 'Contact',
'LBL_LIST_DATE_MODIFIED' => 'Last Modified',
'LBL_LIST_FILENAME' => 'Attachment',
'LBL_LIST_FORM_TITLE' => 'Note List',
'LBL_LIST_RELATED_TO' => 'Related To',
'LBL_LIST_SUBJECT' => 'Subject',
'LBL_LIST_STATUS' => 'Status',
'LBL_LIST_CONTACT' => 'Contact',
'LBL_MODULE_NAME' => 'Notes',
'LBL_MODULE_TITLE' => 'Notes: Home',
'LBL_NEW_FORM_TITLE' => 'Create Note or Attachment',
'LBL_NOTE_STATUS' => 'Note',
'LBL_NOTE_SUBJECT' => 'Note Subject:',
'LBL_NOTES_SUBPANEL_TITLE' => 'Attachments',
'LBL_NOTE' => 'Note:',
'LBL_OPPORTUNITY_ID' => 'Opportunity ID:',
'LBL_PARENT_ID' => 'Parent ID:',
'LBL_PARENT_TYPE' => 'Parent Type',
'LBL_PHONE' => 'Phone:',
'LBL_PORTAL_FLAG' => 'Display in Portal?',
'LBL_EMBED_FLAG' => 'Embed in email?',
'LBL_PRODUCT_ID' => 'Product ID:',
'LBL_QUOTE_ID' => 'Quote ID:',
'LBL_RELATED_TO' => 'Related To:',
'LBL_SEARCH_FORM_TITLE' => 'Note Search',
'LBL_STATUS' => 'Status',
'LBL_SUBJECT' => 'Subject:',
'LNK_CALL_LIST' => 'Calls',
'LNK_EMAIL_LIST' => 'Emails',
'LNK_IMPORT_NOTES' => 'Import Notes',
'LNK_MEETING_LIST' => 'Meetings',
'LNK_NEW_CALL' => 'Schedule Call',
'LNK_NEW_EMAIL' => 'Archive Email',
'LNK_NEW_MEETING' => 'Schedule Meeting',
'LNK_NEW_NOTE' => 'Create Note or Attachment',
'LNK_NEW_TASK' => 'Create Task',
'LNK_NOTE_LIST' => 'Notes',
'LNK_TASK_LIST' => 'Tasks',
'LNK_VIEW_CALENDAR' => 'Today',
'LBL_MEMBER_OF' => 'Member of:',
'LBL_LIST_ASSIGNED_TO_NAME' => 'Assigned User',
'LBL_REMOVING_ATTACHMENT'=>'Removing attachment...',
'ERR_REMOVING_ATTACHMENT'=>'Failed to remove attachment...',
'LBL_CREATED_BY'=>'Created By',
'LBL_MODIFIED_BY'=>'Modified By',
'LBL_SEND_ANYWAYS'=> 'This email has no subject. Send/save anyway?',
'LBL_LIST_EDIT_BUTTON' => 'Edit',
);
?>

View File

@@ -0,0 +1,113 @@
<?php
if(!defined('sugarEntry') || !sugarEntry) die('Not A Valid Entry Point');
/*********************************************************************************
* SugarCRM is a customer relationship management program developed by
* SugarCRM, Inc. Copyright (C) 2004 - 2009 SugarCRM Inc.
*
* This program is free software; you can redistribute it and/or modify it under
* the terms of the GNU General Public License version 3 as published by the
* Free Software Foundation with the addition of the following permission added
* to Section 15 as permitted in Section 7(a): FOR ANY PART OF THE COVERED WORK
* IN WHICH THE COPYRIGHT IS OWNED BY SUGARCRM, SUGARCRM DISCLAIMS THE WARRANTY
* OF NON INFRINGEMENT OF THIRD PARTY RIGHTS.
*
* This program is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
* FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
* details.
*
* You should have received a copy of the GNU General Public License along with
* this program; if not, see http://www.gnu.org/licenses or write to the Free
* Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
* 02110-1301 USA.
*
* You can contact SugarCRM, Inc. headquarters at 10050 North Wolfe Road,
* SW2-130, Cupertino, CA 95014, USA. or at email address contact@sugarcrm.com.
*
* The interactive user interfaces in modified source and object code versions
* of this program must display Appropriate Legal Notices, as required under
* Section 5 of the GNU General Public License version 3.
*
* In accordance with Section 7(b) of the GNU General Public License version 3,
* these Appropriate Legal Notices must retain the display of the "Powered by
* SugarCRM" logo. If the display of the logo is not reasonably feasible for
* technical reasons, the Appropriate Legal Notices must display the words
* "Powered by SugarCRM".
********************************************************************************/
/*********************************************************************************
* Description: Defines the English language pack for the base application.
* Portions created by SugarCRM are Copyright (C) SugarCRM, Inc.
* All Rights Reserved.
* Contributor(s): ______________________________________..
********************************************************************************/
$mod_strings = array (
'ERR_DELETE_RECORD' => 'Zum Löschen der Firma muss eine Datensatznummer angegeben werden.',
'LBL_ACCOUNT_ID' => 'Firma ID',
'LBL_CASE_ID' => 'Fall ID:',
'LBL_CLOSE' => 'Beenden:',
'LBL_COLON' => ':',
'LBL_CONTACT_ID' => 'Kontakt ID:',
'LBL_CONTACT_NAME' => 'Kontakt:',
'LBL_DEFAULT_SUBPANEL_TITLE' => 'Notizen',
'LBL_DESCRIPTION' => 'Notiz',
'LBL_EMAIL_ADDRESS' => 'E-Mail Adresse:',
'LBL_EMAIL_ATTACHMENT' => 'E-Mail Anhang',
'LBL_FILE_MIME_TYPE' => 'Mime-Typ',
'LBL_FILE_URL' => 'Datei URL',
'LBL_FILENAME' => 'Anlage:',
'LBL_LEAD_ID' => 'Anfrage ID:',
'LBL_LIST_CONTACT_NAME' => 'Kontakt',
'LBL_LIST_DATE_MODIFIED' => 'Geändert am:',
'LBL_LIST_FILENAME' => 'Anlage',
'LBL_LIST_FORM_TITLE' => 'Notizen Liste',
'LBL_LIST_RELATED_TO' => 'Bezieht sich auf',
'LBL_LIST_SUBJECT' => 'Betreff',
'LBL_LIST_STATUS' => 'Status',
'LBL_LIST_CONTACT' => 'Kontakt',
'LBL_MODULE_NAME' => 'Notizen',
'LBL_MODULE_TITLE' => 'Notizen: Home',
'LBL_NEW_FORM_TITLE' => 'Neue Notiz oder Anlage',
'LBL_NOTE_STATUS' => 'Notiz',
'LBL_NOTE_SUBJECT' => 'Betreff:',
'LBL_NOTES_SUBPANEL_TITLE' => 'Anhänge',
'LBL_NOTE' => 'Hinweis:',
'LBL_OPPORTUNITY_ID' => 'Verkaufschance ID:',
'LBL_PARENT_ID' => 'Eltern ID:',
'LBL_PARENT_TYPE' => 'Eltern-Typ',
'LBL_PHONE' => 'Telefon:',
'LBL_PORTAL_FLAG' => 'Im Portal anzeigen?',
'LBL_EMBED_FLAG' => 'In E-Mail einfügen?',
'LBL_PRODUCT_ID' => 'Produkt ID:',
'LBL_QUOTE_ID' => 'Angebot ID:',
'LBL_RELATED_TO' => 'Bezieht sich auf:',
'LBL_SEARCH_FORM_TITLE' => 'Notizen Suche',
'LBL_STATUS' => 'Status',
'LBL_SUBJECT' => 'Betreff:',
'LNK_CALL_LIST' => 'Anrufe',
'LNK_EMAIL_LIST' => 'E-Mails',
'LNK_IMPORT_NOTES' => 'Notizen importieren',
'LNK_MEETING_LIST' => 'Meetings',
'LNK_NEW_CALL' => 'Neuer Anruf',
'LNK_NEW_EMAIL' => 'E-Mail archivieren',
'LNK_NEW_MEETING' => 'Neues Meeting',
'LNK_NEW_NOTE' => 'Neue Notiz oder Anlage',
'LNK_NEW_TASK' => 'Neue Aufgabe',
'LNK_NOTE_LIST' => 'Notizen',
'LNK_TASK_LIST' => 'Aufgaben',
'LNK_VIEW_CALENDAR' => 'Heute',
'LBL_MEMBER_OF' => 'Mitglied von:',
'LBL_LIST_ASSIGNED_TO_NAME' => 'Zugew. Benutzer',
'LBL_REMOVING_ATTACHMENT'=>'Anhang wird entfernt...',
'ERR_REMOVING_ATTACHMENT'=>'Anhang konnte nicht entfernt werden...',
'LBL_CREATED_BY'=>'Erstellt von:',
'LBL_MODIFIED_BY'=>'Geändert von',
'LBL_SEND_ANYWAYS'=> 'Diese E-Mail hat kein Betreff. Trotzdem senden/speichern?',
'LBL_LIST_EDIT_BUTTON' => 'Bearbeiten',
);
?>

View File

@@ -0,0 +1,100 @@
<?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?',
);
?>