Add html files
This commit is contained in:
348
include/language/en_us.notify_template.html
Executable file
348
include/language/en_us.notify_template.html
Executable file
@@ -0,0 +1,348 @@
|
||||
<!--
|
||||
/*********************************************************************************
|
||||
* SugarCRM is a customer relationship management program developed by
|
||||
* SugarCRM, Inc. Copyright (C) 2004-2010 SugarCRM Inc.
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or modify it under
|
||||
* the terms of the GNU Affero 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 Affero General Public License for more
|
||||
* details.
|
||||
*
|
||||
* You should have received a copy of the GNU Affero 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 Affero General Public License version 3.
|
||||
*
|
||||
* In accordance with Section 7(b) of the GNU Affero 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".
|
||||
********************************************************************************/
|
||||
/*********************************************************************************
|
||||
|
||||
********************************************************************************/
|
||||
-->
|
||||
|
||||
<!-- BEGIN: Quote_Subject -->
|
||||
SugarCRM Quote - {QUOTE_SUBJECT}
|
||||
<!-- END: Quote_Subject -->
|
||||
<!-- BEGIN: Quote -->
|
||||
{ASSIGNER} has assigned a Quote to {ASSIGNED_USER}.
|
||||
|
||||
Subject: {QUOTE_SUBJECT}
|
||||
Status: {QUOTE_STATUS}
|
||||
Expected Close Date: {QUOTE_CLOSEDATE}
|
||||
Description: {QUOTE_DESCRIPTION}
|
||||
|
||||
You may review this Quote at:
|
||||
<{URL}>
|
||||
<!-- END: Quote -->
|
||||
|
||||
|
||||
<!-- BEGIN: Account_Subject -->
|
||||
SugarCRM Account - {ACCOUNT_NAME}
|
||||
<!-- END: Account_Subject -->
|
||||
<!-- BEGIN: Account -->
|
||||
{ASSIGNER} has assigned an Account to {ASSIGNED_USER}.
|
||||
|
||||
Name: {ACCOUNT_NAME}
|
||||
Type: {ACCOUNT_TYPE}
|
||||
Description: {ACCOUNT_DESCRIPTION}
|
||||
|
||||
You may review this Account at:
|
||||
<{URL}>
|
||||
<!-- END: Account -->
|
||||
|
||||
|
||||
<!-- BEGIN: Case_Subject -->
|
||||
SugarCRM Case - {CASE_SUBJECT}
|
||||
<!-- END: Case_Subject -->
|
||||
<!-- BEGIN: Case -->
|
||||
{ASSIGNER} has assigned a Case to {ASSIGNED_USER}.
|
||||
|
||||
Subject: {CASE_SUBJECT}
|
||||
Priority: {CASE_PRIORITY}
|
||||
Status: {CASE_STATUS}
|
||||
Description: {CASE_DESCRIPTION}
|
||||
|
||||
You may review this Case at:
|
||||
<{URL}>
|
||||
<!-- END: Case -->
|
||||
|
||||
|
||||
<!-- BEGIN: Task_Subject -->
|
||||
SugarCRM Task - {TASK_SUBJECT}
|
||||
<!-- END: Task_Subject -->
|
||||
<!-- BEGIN: Task -->
|
||||
{ASSIGNER} has assigned a Task to {ASSIGNED_USER}.
|
||||
|
||||
Subject: {TASK_SUBJECT}
|
||||
Priority: {TASK_PRIORITY}
|
||||
Due Date: {TASK_DUEDATE}
|
||||
Status: {TASK_STATUS}
|
||||
Description: {TASK_DESCRIPTION}
|
||||
|
||||
You may review this Task at:
|
||||
<{URL}>
|
||||
<!-- END: Task -->
|
||||
|
||||
|
||||
<!-- BEGIN: Meeting_Subject -->
|
||||
SugarCRM Meeting - {MEETING_SUBJECT}
|
||||
<!-- END: Meeting_Subject -->
|
||||
<!-- BEGIN: Meeting -->
|
||||
To: {MEETING_TO},
|
||||
|
||||
{ASSIGNER} has invited you to a Meeting
|
||||
|
||||
Subject: {MEETING_SUBJECT}
|
||||
Status: {MEETING_STATUS}
|
||||
Start Date: {MEETING_STARTDATE}
|
||||
Duration: {MEETING_HOURS}h, {MEETING_MINUTES}m
|
||||
Description: {MEETING_DESCRIPTION}
|
||||
|
||||
Accept this meeting:
|
||||
<{ACCEPT_URL}&accept_status=accept>
|
||||
|
||||
Tentatively Accept this meeting
|
||||
<{ACCEPT_URL}&accept_status=tentative>
|
||||
|
||||
Decline this meeting
|
||||
<{ACCEPT_URL}&accept_status=decline>
|
||||
|
||||
<!-- END: Meeting -->
|
||||
|
||||
<!-- BEGIN: MeetingSpecial_Subject -->
|
||||
SugarCRM Meeting - {MEETING_SUBJECT}
|
||||
<!-- END: MeetingSpecial_Subject -->
|
||||
<!-- BEGIN: MeetingSpecial -->
|
||||
{ASSIGNER} has assigned a Meeting to {ASSIGNED_USER}.
|
||||
|
||||
Subject: {MEETING_SUBJECT}
|
||||
Status: {MEETING_STATUS}
|
||||
Start Date: {MEETING_STARTDATE}
|
||||
Duration: {MEETING_HOURS}h, {MEETING_MINUTES}m
|
||||
Description: {MEETING_DESCRIPTION}
|
||||
|
||||
You may review this Meeting at:
|
||||
<{URL}>
|
||||
<!-- END: MeetingSpecial -->
|
||||
|
||||
|
||||
<!-- BEGIN: Email_Subject -->
|
||||
SugarCRM Email - {EMAIL_SUBJECT}
|
||||
<!-- END: Email_Subject -->
|
||||
<!-- BEGIN: Email -->
|
||||
{ASSIGNER} has assigned an Email to {ASSIGNED_USER}.
|
||||
|
||||
Subject: {EMAIL_SUBJECT}
|
||||
Date Sent: {EMAIL_DATESENT}
|
||||
|
||||
You may review this Email at:
|
||||
<{URL}>
|
||||
<!-- END: Email -->
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<!-- BEGIN: Contact_Subject -->
|
||||
SugarCRM Contact - {CONTACT_NAME}
|
||||
<!-- END: Contact_Subject -->
|
||||
<!-- BEGIN: Contact -->
|
||||
{ASSIGNER} has assigned a Contact to {ASSIGNED_USER}.
|
||||
|
||||
Name: {CONTACT_NAME}
|
||||
Description: {CONTACT_DESCRIPTION}
|
||||
|
||||
You may review this Contact at:
|
||||
<{URL}>
|
||||
<!-- END: Contact -->
|
||||
|
||||
|
||||
<!-- BEGIN: Lead_Subject -->
|
||||
SugarCRM Lead - {LEAD_NAME}
|
||||
<!-- END: Lead_Subject -->
|
||||
<!-- BEGIN: Lead -->
|
||||
{ASSIGNER} has assigned a Lead to {ASSIGNED_USER}.
|
||||
|
||||
Name: {LEAD_NAME}
|
||||
Lead Source: {LEAD_SOURCE}
|
||||
Status: {LEAD_STATUS}
|
||||
Description: {LEAD_DESCRIPTION}
|
||||
|
||||
You may review this Lead at:
|
||||
<{URL}>
|
||||
<!-- END: Lead -->
|
||||
|
||||
|
||||
<!-- BEGIN: Opportunity_Subject -->
|
||||
SugarCRM Opportunity - {OPPORTUNITY_NAME}
|
||||
<!-- END: Opportunity_Subject -->
|
||||
<!-- BEGIN: Opportunity -->
|
||||
{ASSIGNER} has assigned an Opportunity to {ASSIGNED_USER}.
|
||||
|
||||
Name: {OPPORTUNITY_NAME}
|
||||
Amount: {OPPORTUNITY_AMOUNT}
|
||||
Expected Close Date: {OPPORTUNITY_CLOSEDATE}
|
||||
Sales Stage: {OPPORTUNITY_STAGE}
|
||||
Description: {OPPORTUNITY_DESCRIPTION}
|
||||
|
||||
You may review this Opportunity at:
|
||||
<{URL}>
|
||||
<!-- END: Opportunity -->
|
||||
|
||||
|
||||
<!-- BEGIN: Bug_Subject -->
|
||||
SugarCRM Bug - {BUG_SUBJECT}
|
||||
<!-- END: Bug_Subject -->
|
||||
<!-- BEGIN: Bug -->
|
||||
{ASSIGNER} has assigned a Bug to {ASSIGNED_USER}.
|
||||
|
||||
Bug Number: {BUG_BUG_NUMBER}
|
||||
Subject: {BUG_SUBJECT}
|
||||
Type: {BUG_TYPE}
|
||||
Priority: {BUG_PRIORITY}
|
||||
Status: {BUG_STATUS}
|
||||
Resolution: {BUG_RESOLUTION}
|
||||
Release: {BUG_RELEASE}
|
||||
Description: {BUG_DESCRIPTION}
|
||||
Work Log: {BUG_WORK_LOG}
|
||||
|
||||
You may review this Bug at:
|
||||
<{URL}>
|
||||
<!-- END: Bug -->
|
||||
|
||||
|
||||
<!-- BEGIN: Default_Subject -->
|
||||
SugarCRM - Assigned {OBJECT}
|
||||
<!-- END: Default_Subject -->
|
||||
<!-- BEGIN: Default -->
|
||||
{ASSIGNER} has assigned a(n) {OBJECT} to {ASSIGNED_USER}.
|
||||
|
||||
You may review this {OBJECT} at:
|
||||
<{URL}>
|
||||
<!-- END: Default -->
|
||||
|
||||
<!-- BEGIN: Call_Subject -->
|
||||
SugarCRM Call - {CALL_SUBJECT}
|
||||
<!-- END: Call_Subject -->
|
||||
<!-- BEGIN: Call -->
|
||||
To: {CALL_TO},
|
||||
{ASSIGNER} has invited you to a Call
|
||||
Subject: {CALL_SUBJECT}
|
||||
Status: {CALL_STATUS}
|
||||
Start Date: {CALL_STARTDATE}
|
||||
Duration: {CALL_HOURS}h, {CALL_MINUTES}m
|
||||
Description: {CALL_DESCRIPTION}
|
||||
|
||||
Accept this call:
|
||||
<{ACCEPT_URL}&accept_status=accept>
|
||||
|
||||
Tentatively Accept this call
|
||||
<{ACCEPT_URL}&accept_status=tentative>
|
||||
|
||||
Decline this call
|
||||
<{ACCEPT_URL}&accept_status=decline>
|
||||
|
||||
<!-- END: Call -->
|
||||
|
||||
<!-- BEGIN: CallSpecial_Subject -->
|
||||
SugarCRM Call - {CALL_SUBJECT}
|
||||
<!-- END: CallSpecial_Subject -->
|
||||
<!-- BEGIN: CallSpecial -->
|
||||
{ASSIGNER} has assigned a Call to {ASSIGNED_USER}.
|
||||
|
||||
Subject: {CALL_SUBJECT}
|
||||
Status: {CALL_STATUS}
|
||||
Start Date: {CALL_STARTDATE}
|
||||
Duration: {CALL_HOURS}h, {CALL_MINUTES}m
|
||||
Description: {CALL_DESCRIPTION}
|
||||
|
||||
You may review this Call at:
|
||||
<{URL}>
|
||||
<!-- END: CallSpecial -->
|
||||
|
||||
<!-- BEGIN: Campaign_Subject -->
|
||||
SugarCRM Campaign - {CAMPAIGN_NAME}
|
||||
<!-- END: Campaign_Subject -->
|
||||
<!-- BEGIN: Campaign -->
|
||||
{ASSIGNER} has assigned a Campaign to {ASSIGNED_USER}.
|
||||
|
||||
Subject: {CAMPAIGN_NAME}
|
||||
Amount: {CAMPAIGN_AMOUNT}
|
||||
Close Date: {CAMPAIGN_CLOSEDATE}
|
||||
Status: {CAMPAIGN_STATUS}
|
||||
Description: {CAMPAIGN_DESCRIPTION}
|
||||
|
||||
You may review this Campaign at:
|
||||
<{URL}>
|
||||
<!-- END: Campaign -->
|
||||
|
||||
<!-- BEGIN: Quota_Subject -->
|
||||
SugarCRM Quotas - Your Quota for {QUOTA_TIMEPERIOD}
|
||||
<!-- END: Quota_Subject -->
|
||||
<!-- BEGIN: Quota -->
|
||||
{ASSIGNER} has assigned a Quota to {ASSIGNED_USER}.
|
||||
|
||||
Amount: {QUOTA_AMOUNT}
|
||||
Timeperiod: {QUOTA_TIMEPERIOD}
|
||||
|
||||
You may review this Quota assignment at:
|
||||
<{QUOTA_URL}>
|
||||
<!-- END: Quota -->
|
||||
|
||||
<!-- BEGIN: KBDocument_Subject -->
|
||||
SugarCRM Document - {KBDOCUMENT_NAME}
|
||||
<!-- END: KBDocument_Subject -->
|
||||
<!-- BEGIN: KBDocument -->
|
||||
|
||||
{NOTIFICATION_MESSAGE}
|
||||
|
||||
Name: {KBDOCUMENT_NAME}
|
||||
Created Date: {KBDOCUMENT_DATE_CREATED}
|
||||
Created By: {KBDOCUMENT_CREATED_BY}
|
||||
Status: {KBDOCUMENT_STATUS}
|
||||
Description: {KBDOCUMENT_DESCRIPTION}
|
||||
|
||||
You may review this Document at:
|
||||
<{URL}>
|
||||
<!-- END: KBDocument -->
|
||||
|
||||
<!-- BEGIN: Contract_Subject -->
|
||||
SugarCRM Contract - {CONTRACT_NAME}
|
||||
<!-- END: Contract_Subject -->
|
||||
<!-- BEGIN: Contract-->
|
||||
|
||||
{ASSIGNER} has assigned a Contract to {ASSIGNED_USER}.
|
||||
|
||||
You may review this Contract at:
|
||||
<{URL}>
|
||||
<!-- END:Contract-->
|
||||
|
||||
<!-- BEGIN: ContractSpecial_Subject -->
|
||||
SugarCRM Contract - {CONTRACT_NAME}
|
||||
<!-- END: ContractSpecial_Subject -->
|
||||
<!-- BEGIN: ContractSpecial -->
|
||||
|
||||
Your Contract: {CONTRACT_NAME} will be out of date at {CONTRACT_END_DATE}.
|
||||
|
||||
You may review this Contract at:
|
||||
<{URL}>
|
||||
<!-- END:ContractSpecial-->
|
||||
290
include/language/pl_pl.notify_template.html
Executable file
290
include/language/pl_pl.notify_template.html
Executable file
@@ -0,0 +1,290 @@
|
||||
<!--
|
||||
/*********************************************************************************
|
||||
* The contents of this file are subject to the SugarCRM Professional Subscription
|
||||
* Agreement ("License") which can be viewed at
|
||||
* http://www.sugarcrm.com/crm/products/sugar-professional-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-2007 SugarCRM, Inc.; All Rights Reserved.
|
||||
********************************************************************************/
|
||||
/*********************************************************************************
|
||||
* pl_pl.lang.php,v for SugarCRM 4.5.1b
|
||||
* Translator: Krzysztof Morawski
|
||||
* All Rights Reserved.
|
||||
* Any bugs report welcome: krzysiek<at>kmmgroup<dot>pl
|
||||
* Contributor(s): ______________________________________..
|
||||
********************************************************************************/
|
||||
-->
|
||||
|
||||
<!-- BEGIN: Quote_Subject -->
|
||||
Zapytania SugarCRM - {QUOTE_SUBJECT}
|
||||
<!-- END: Quote_Subject -->
|
||||
<!-- BEGIN: Quote -->
|
||||
{ASSIGNER} przydzielił to Zapytanie użytkownikowi {ASSIGNED_USER}.
|
||||
|
||||
Temat: {QUOTE_SUBJECT}
|
||||
Status: {QUOTE_STATUS}
|
||||
Spodziewana data zamknięcia: {QUOTE_CLOSEDATE}
|
||||
Opis: {QUOTE_DESCRIPTION}
|
||||
|
||||
Zapytanie możesz obejrzeć pod adresem:
|
||||
<{URL}>
|
||||
<!-- END: Quote -->
|
||||
|
||||
|
||||
<!-- BEGIN: Account_Subject -->
|
||||
Klient SugarCRM - {ACCOUNT_NAME}
|
||||
<!-- END: Account_Subject -->
|
||||
<!-- BEGIN: Account -->
|
||||
{ASSIGNER} przydzielił tego Klienta użytkownikowi {ASSIGNED_USER}.
|
||||
|
||||
Nazwa: {ACCOUNT_NAME}
|
||||
Typ: {ACCOUNT_TYPE}
|
||||
Opis: {ACCOUNT_DESCRIPTION}
|
||||
|
||||
Klienta możesz obejrzeć pod adresem:
|
||||
<{URL}>
|
||||
<!-- END: Account -->
|
||||
|
||||
|
||||
<!-- BEGIN: Case_Subject -->
|
||||
Sprawa SugarCRM - {CASE_SUBJECT}
|
||||
<!-- END: Case_Subject -->
|
||||
<!-- BEGIN: Case -->
|
||||
{ASSIGNER} przydzielił tę Sprawę użytkownikowi {ASSIGNED_USER}.
|
||||
|
||||
Temat: {CASE_SUBJECT}
|
||||
Priorytet: {CASE_PRIORITY}
|
||||
Status: {CASE_STATUS}
|
||||
Opis: {CASE_DESCRIPTION}
|
||||
|
||||
Sprawę możesz obejrzeć pod adresem:
|
||||
<{URL}>
|
||||
<!-- END: Case -->
|
||||
|
||||
|
||||
<!-- BEGIN: Task_Subject -->
|
||||
Zadanie SugarCRM - {TASK_SUBJECT}
|
||||
<!-- END: Task_Subject -->
|
||||
<!-- BEGIN: Task -->
|
||||
{ASSIGNER} przydzielił to Zadanie użytkownikowi {ASSIGNED_USER}.
|
||||
|
||||
Temat: {TASK_SUBJECT}
|
||||
Priorytet: {TASK_PRIORITY}
|
||||
Data wykonania: {TASK_DUEDATE}
|
||||
Status: {TASK_STATUS}
|
||||
Opis: {TASK_DESCRIPTION}
|
||||
|
||||
Zadanie możesz obejrzeć pod adresem:
|
||||
<{URL}>
|
||||
<!-- END: Task -->
|
||||
|
||||
|
||||
<!-- BEGIN: Meeting_Subject -->
|
||||
Spotkanie SugarCRM - {MEETING_SUBJECT}
|
||||
<!-- END: Meeting_Subject -->
|
||||
<!-- BEGIN: Meeting -->
|
||||
Do: {MEETING_TO},
|
||||
|
||||
{ASSIGNER} zaprosił Cię na spotkanie
|
||||
|
||||
Temat: {MEETING_SUBJECT}
|
||||
Status: {MEETING_STATUS}
|
||||
Data rozpoczęcia: {MEETING_STARTDATE}
|
||||
Czas trwania: {MEETING_HOURS}h, {MEETING_MINUTES}m
|
||||
Opis: {MEETING_DESCRIPTION}
|
||||
|
||||
Zaakceptuj zaproszenie:
|
||||
<{ACCEPT_URL}&accept_status=accept>
|
||||
|
||||
Tymczasowo zaakceptuj:
|
||||
<{ACCEPT_URL}&accept_status=tentative>
|
||||
|
||||
Odrzuć zaproszenie:
|
||||
<{ACCEPT_URL}&accept_status=decline>
|
||||
|
||||
<!-- END: Meeting -->
|
||||
|
||||
|
||||
<!-- BEGIN: Email_Subject -->
|
||||
Wiadomość SugarCRM - {EMAIL_SUBJECT}
|
||||
<!-- END: Email_Subject -->
|
||||
<!-- BEGIN: Email -->
|
||||
{ASSIGNER} przydzielił tę Wiadomość użytkownikowi {ASSIGNED_USER}.
|
||||
|
||||
Temat: {EMAIL_SUBJECT}
|
||||
Data wysłania: {EMAIL_DATESENT}
|
||||
|
||||
Wiadomość możesz obejrzeć pod adresem:
|
||||
<{URL}>
|
||||
<!-- END: Email -->
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<!-- BEGIN: Contact_Subject -->
|
||||
Kontakt SugarCRM - {CONTACT_NAME}
|
||||
<!-- END: Contact_Subject -->
|
||||
<!-- BEGIN: Contact -->
|
||||
{ASSIGNER} przydzielił ten Kontakt użytkownikowi {ASSIGNED_USER}.
|
||||
|
||||
Nazwa: {CONTACT_NAME}
|
||||
Opis: {CONTACT_DESCRIPTION}
|
||||
|
||||
Kontakt możesz obejrzeć pod adresem:
|
||||
<{URL}>
|
||||
<!-- END: Contact -->
|
||||
|
||||
|
||||
<!-- BEGIN: Lead_Subject -->
|
||||
Wizytówka SugarCRM - {LEAD_NAME}
|
||||
<!-- END: Lead_Subject -->
|
||||
<!-- BEGIN: Lead -->
|
||||
{ASSIGNER} przydzielił tę Wizytówkę użytkownikowi {ASSIGNED_USER}.
|
||||
|
||||
Nazwa: {LEAD_NAME}
|
||||
Źródło pozyskania: {LEAD_SOURCE}
|
||||
Status: {LEAD_STATUS}
|
||||
Opis: {LEAD_DESCRIPTION}
|
||||
|
||||
Wizytówkę możesz obejrzeć pod adresem:
|
||||
<{URL}>
|
||||
<!-- END: Lead -->
|
||||
|
||||
|
||||
<!-- BEGIN: Opportunity_Subject -->
|
||||
Temat SugarCRM - {OPPORTUNITY_NAME}
|
||||
<!-- END: Opportunity_Subject -->
|
||||
<!-- BEGIN: Opportunity -->
|
||||
{ASSIGNER} przydzielił ten Temat użytkownikowi {ASSIGNED_USER}.
|
||||
|
||||
Nazwa: {OPPORTUNITY_NAME}
|
||||
Kwota: {OPPORTUNITY_AMOUNT}
|
||||
Spodziewana data zakończenia: {OPPORTUNITY_CLOSEDATE}
|
||||
Etap sprzedaży: {OPPORTUNITY_STAGE}
|
||||
Opis: {OPPORTUNITY_DESCRIPTION}
|
||||
|
||||
Temat możesz obejrzeć pod adresem:
|
||||
<{URL}>
|
||||
<!-- END: Opportunity -->
|
||||
|
||||
|
||||
<!-- BEGIN: Bug_Subject -->
|
||||
Błąd SugarCRM - {BUG_SUBJECT}
|
||||
<!-- END: Bug_Subject -->
|
||||
<!-- BEGIN: Bug -->
|
||||
{ASSIGNER} przydzielił ten Błąd użytkownikowi {ASSIGNED_USER}.
|
||||
|
||||
Numer błędu: {BUG_BUG_NUMBER}
|
||||
Temat: {BUG_SUBJECT}
|
||||
Typ: {BUG_TYPE}
|
||||
Priorytet: {BUG_PRIORITY}
|
||||
Status: {BUG_STATUS}
|
||||
Rozdzielczość: {BUG_RESOLUTION}
|
||||
Wydanie: {BUG_RELEASE}
|
||||
Opis: {BUG_DESCRIPTION}
|
||||
Dziennik prac: {BUG_WORK_LOG}
|
||||
|
||||
Błąd możesz obejrzeć pod adresem:
|
||||
<{URL}>
|
||||
<!-- END: Bug -->
|
||||
|
||||
|
||||
<!-- BEGIN: Default_Subject -->
|
||||
Przydzielony {OBJECT} SugarCRM
|
||||
<!-- END: Default_Subject -->
|
||||
<!-- BEGIN: Default -->
|
||||
{ASSIGNER} przydzielił ten {OBJECT} użytkownikowi {ASSIGNED_USER}.
|
||||
|
||||
{OBJECT} możesz obejrzeć pod adresem:
|
||||
<{URL}>
|
||||
<!-- END: Default -->
|
||||
|
||||
<!-- BEGIN: Call_Subject -->
|
||||
Rozmowa telefoniczna SugarCRM - {CALL_SUBJECT}
|
||||
<!-- END: Call_Subject -->
|
||||
<!-- BEGIN: Call -->
|
||||
Do: {CALL_TO},
|
||||
{ASSIGNER} zaprosił cię do rozmowy telefonicznej
|
||||
Temat: {CALL_SUBJECT}
|
||||
Status: {CALL_STATUS}
|
||||
Data rozpoczęcia: {CALL_STARTDATE}
|
||||
Czas trwania: {CALL_HOURS}h, {CALL_MINUTES}m
|
||||
Opis: {CALL_DESCRIPTION}
|
||||
|
||||
Zaakceptuj uczestnictwo w rozmowie
|
||||
<{ACCEPT_URL}&accept_status=accept>
|
||||
|
||||
Tymczasowo zaakceptuj uczestnictwo
|
||||
<{ACCEPT_URL}&accept_status=tentative>
|
||||
|
||||
Odmów uczestnictwa w rozmowie
|
||||
<{ACCEPT_URL}&accept_status=decline>
|
||||
|
||||
<!-- END: Call -->
|
||||
|
||||
<!-- BEGIN: Campaign_Subject -->
|
||||
Kampania SugarCRM - {CAMPAIGN_NAME}
|
||||
<!-- END: Campaign_Subject -->
|
||||
<!-- BEGIN: Campaign -->
|
||||
{ASSIGNER} przdzielił tę Kampanię użytkownikowi {ASSIGNED_USER}.
|
||||
|
||||
Temat: {CAMPAIGN_NAME}
|
||||
Kwota: {CAMPAIGN_AMOUNT}
|
||||
Data zakończenia: {CAMPAIGN_CLOSEDATE}
|
||||
Status: {CAMPAIGN_STATUS}
|
||||
Opis: {CAMPAIGN_DESCRIPTION}
|
||||
|
||||
Kampanię możesz obejrzeć pod adresem:
|
||||
<{URL}>
|
||||
<!-- END: Campaign -->
|
||||
|
||||
<!-- BEGIN: Quota_Subject -->
|
||||
Twój Przedział Sugar CRM dla {QUOTA_TIMEPERIOD}
|
||||
<!-- END: Quota_Subject -->
|
||||
<!-- BEGIN: Quota -->
|
||||
{ASSIGNER} przydzielił ten przedział użytkownikowi {ASSIGNED_USER}.
|
||||
|
||||
Kwota: {QUOTA_AMOUNT}
|
||||
Okres czasu: {QUOTA_TIMEPERIOD}
|
||||
|
||||
Przedział możesz obejrzeć pod adresem:
|
||||
<{QUOTA_URL}>
|
||||
<!-- END: Quota -->
|
||||
|
||||
<!-- BEGIN: KBDocument_Subject -->
|
||||
Dokument SugarCRM - {KBDOCUMENT_NAME}
|
||||
<!-- END: KBDocument_Subject -->
|
||||
<!-- BEGIN: KBDocument -->
|
||||
|
||||
{NOTIFICATION_MESSAGE}
|
||||
|
||||
Nazwa: {KBDOCUMENT_NAME}
|
||||
Data utworzenia: {KBDOCUMENT_DATE_CREATED}
|
||||
Utworzony przez: {KBDOCUMENT_CREATED_BY}
|
||||
Status: {KBDOCUMENT_STATUS}
|
||||
Opis: {KBDOCUMENT_DESCRIPTION}
|
||||
|
||||
Dokument możesz obejrzeć pod adresem:
|
||||
<{URL}>
|
||||
<!-- END: KBDocument -->
|
||||
Reference in New Issue
Block a user