init
This commit is contained in:
56
modules/Emails/language/en_us.help.EditView.html
Executable file
56
modules/Emails/language/en_us.help.EditView.html
Executable file
@@ -0,0 +1,56 @@
|
||||
<!--
|
||||
|
||||
/*********************************************************************************
|
||||
* 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">
|
||||
|
||||
|
||||
|
||||
|
||||
<h2>Create Archived Emails</h2>
|
||||
|
||||
<p>Use the Create Archived Emails page to archive emails that you sent or received from your contacts and other users.
|
||||
<br>Copy the email into the Archived Email form. To associate it with a specific sugar record, select the related module from the drop-down list above and click <span class="helpButton">Select</span> to specify the record. The archived email is listed in the History panel of the related record.
|
||||
<p>To attach a file that is located on your machine, click <span class="helpButton">Add File</span> and navigate to the file location.
|
||||
<p>To attach a file that is located in the Sugar database, click <span class="helpButton">Add Document</span> and select the file from the Documents list.
|
||||
<p>To archive the email in plain text format, select the <span class="helpButton">Edit Plain Text box</span> located below Body and paste the text the text box that displays below.
|
||||
57
modules/Emails/language/en_us.help.ListView.html
Executable file
57
modules/Emails/language/en_us.help.ListView.html
Executable file
@@ -0,0 +1,57 @@
|
||||
<!--
|
||||
|
||||
/*********************************************************************************
|
||||
* 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>View Emails</h1>
|
||||
|
||||
<p>Use this page to view emails that you saved as drafts, or emails that you sent, or emails that you archived.</p>
|
||||
<p>This page displays the following information:</p>
|
||||
<ul>
|
||||
<li>A Search panel where you can enter information such as the subject or contact name to search for emails. Enter the date and time when the email was sent.
|
||||
<li>A list of emails that you sent, drafted, or archived; click an email subject to view the contents of the email.
|
||||
<li>A Mass Update panel that you can use to update or delete multiple emails selected from the list.
|
||||
</ul>
|
||||
112
modules/Emails/language/en_us.help.ListViewGroup.html
Executable file
112
modules/Emails/language/en_us.help.ListViewGroup.html
Executable file
@@ -0,0 +1,112 @@
|
||||
<!--
|
||||
|
||||
/*********************************************************************************
|
||||
* 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".
|
||||
********************************************************************************/
|
||||
|
||||
/*********************************************************************************
|
||||
|
||||
********************************************************************************/
|
||||
|
||||
-->
|
||||
|
||||
|
||||
<!--
|
||||
|
||||
/*********************************************************************************
|
||||
* 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>Emails Group Inbox</h1>
|
||||
|
||||
<p>Use the Group Inbox page to assign emails from the group inbox to a specific user or team. This page displays the following information:
|
||||
<ul>
|
||||
<li>A Search sub-panel where you can enter information such as the email status and subject to find a specific email.
|
||||
|
||||
<li>An Assignment sub-panel that enables you to assign some or all group emails to a specific user or team using one of the following options:
|
||||
<ul>
|
||||
<li>Direct Assign: The user selects the users and assigns the emails to them.
|
||||
<li>Round Robin: The assigned emails are distributed equally among assigned users.
|
||||
<li>Least Busy: The system counts the emails marked as Assigned or Unread in the user inbox and routes assigned emails to the user who has the lowest number of assigned or unread emails. When all the users have an equal number of assigned emails, the system switches to the round robin mode.
|
||||
/ul>
|
||||
|
||||
<li>
|
||||
A Group Inbox sub-panel where you can view existing group emails, check for new emails, and export some or all the emails to your local machine.
|
||||
<ul>
|
||||
<li>To check for new emails, click <span class="helpButton">Check Mail</span>.>
|
||||
<li>To export some emails, select them from the list, click <span class="helpButton">Export</span>, and choose Selected Records. To export all the emails on the page, choose Current Page; to export all the emails, select Entire list.
|
||||
|
||||
|
||||
|
||||
155
modules/Emails/language/en_us.help.index.html
Executable file
155
modules/Emails/language/en_us.help.index.html
Executable file
@@ -0,0 +1,155 @@
|
||||
<!--
|
||||
|
||||
/*********************************************************************************
|
||||
* 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>Emails</h1>
|
||||
|
||||
<p>Use the Emails module as an email client to view and manage emails from external mail accounts.
|
||||
<p>The Emails Home page displays the following information:<br>
|
||||
<ul>
|
||||
<li>A list of emails in your Sugar inbox along with related information such as the sender and the subject. Select an email from the list to view the contents in the panel below.
|
||||
<li>Buttons to perform basic email functions.
|
||||
<ul>
|
||||
<li>To check for incoming emails, click <span class="helpButton">Check Mail</span>.
|
||||
<li>To compose an email, click <span class="helpButton">Compose Email</span>.
|
||||
<li>To set your email preferences, create email accounts, and create group folders, click <span class="helpButton">Settings</span>.
|
||||
<li>To change the page layout, click the desired layout displayed in the <span class="helpButton">Views</span> option adjacent to the Settings button.
|
||||
</ul>
|
||||
<li>Tabs for Folders, Search, and Address Book.
|
||||
<ul>
|
||||
<li>The Folders tab lists existing local folders and group folders. Sugar provides a local folder named My Email to store imported emails that are assigned to you. This folder contains two sub-folders to store your email drafts and outbound emails. You can create additional local folders in the Folders tab.
|
||||
<p>Only administrators can create group folders. Specific users or teams who are assigned to a Group folder can view its contents to perform assigned tasks.
|
||||
<li>The Search tab lists fields for simple search and for advanced search within mail accounts. Enter a keyword in the Simple Search field to find emails containing that word. To narrow down search results with additional filters such as subject, sender, and recipient, use the Advanced Search fields. To search within all imported emails, use All Emails.
|
||||
<li>The Address Book tab provides the ability to add entries from your list of users, contacts, and leads to your address book.
|
||||
</ul>
|
||||
<li>A Shortcuts section that displays the following options:
|
||||
<ul>
|
||||
<li><span class="helpShortcut">My Email</span>. Click this option to view the Emails module.
|
||||
<li><span class="helpShortcut">My Archives</span>. Click this option to view a list of emails that you archived for your records.
|
||||
<li><span class="helpShortcut">Create Archived Email</span>. Click this option to archive an inbound or outbound email for your records.
|
||||
<li><span class="helpShortcut">Create Email Template</span>. Click this option to create a template for campaign emails. The system extracts variables such as names and addresses from campaign target records and merges them with the email template when you send out campaign emails.
|
||||
<li><span class="helpShortcut">All Emails</span>. Click this option to view all outbound emails including drafts and archived emails.
|
||||
<li><span class="helpShortcut">Email Templates</span>. Click this option to view a list of existing email templates.
|
||||
</ul>
|
||||
<h3>Setting General Preferences</h3>
|
||||
To set up general preferences, click <span class="helpButton">Settings</span> and select the <span class="helpButton">General</span> tab.
|
||||
<br>General settings include options such as how frequently you want to check for incoming emails, the number of emails listed on a page, page layout, character sets, and signatures. Some of these settings have default values, which you can change. General settings apply to all your email accounts in Sugar.
|
||||
<h3>Creating Mail Accounts</h3>
|
||||
You can send emails using the default mail account set up by the administrator. However, to access your external mail accounts through Sugar, you must set up a separate mail account for each external email account that you want to access.
|
||||
<p>To set up a mail account, do as follows:
|
||||
<ol>
|
||||
<li>Click <span class="helpButton">Settings</span> and select the <span class="helpButton">Accounts</span> tab.
|
||||
<li>Enter a name for the account.
|
||||
<li>Enter the address of the email server from which your emails will be routed to Sugar.
|
||||
<li>Enter a user name and password for the account. Some Email servers require the user name to be the user's email address.
|
||||
<li>From the Mail Server Protocol drop-down list, select either IMAP or POP3 as the mail server protocol. If you are setting up a gmail account, click <span class="helpButton">Show Advanced</span> and enable SSL.
|
||||
<br>If you select IMAP, click <span class="helpButton">Select</span> to specify a Monitored folder, a Trash folder and a Sent folder. The default monitored folder is Inbox. Use the Ctrl key or the Shift key to select multiple folders as the monitored folders.
|
||||
<li>To change the default mail server for outgoing emails from the Group mail account, select an different one from the drop-down list or specify a new server as described below.
|
||||
</ol>
|
||||
<p>Click <span class="helpButton">Test settings</span> to ensure they are correct and then click <span class="helpButton">Save</span> to create the account.
|
||||
<p>Click <span class="helpButton">Save</span> to save the settings; click <span class="helpButton">Clear Form</span> if you do not want to save the settings.
|
||||
|
||||
<h3>Specifying a Mail Server for Outbound Emails</h3>
|
||||
<ol>
|
||||
<li>Click the <span class="helpButton">Add</span> button adjacent to the Outgoing Mail Server field on the Mail Accounts tab.
|
||||
<li>Enter the following information in the Outbound Mail Server window.
|
||||
<ul>
|
||||
<li>Name. Enter a name for the account.
|
||||
<li>SMTP Server. Enter the SMTP Mail Server's address.
|
||||
<li>SMTP Port. Enter the Mail Server's port number.
|
||||
<br>To add Google's Gmail Server, click <span class="helpButton">Set Gmail Defaults</span>.The system fills in the SMTP Server and SMTP Port fields with the Gmail server address and port number respectively.
|
||||
<li>Use SSL when connecting. Select this option if you are using the POP3 protocol and the mail server requires SSL. You can also use SSL with IMAP to access a gmail account.
|
||||
<li>Use SMTP Authentication. Select this option if the mail server requires authentication to send out the email.
|
||||
<li>SMTP Username. Enter your username for the mail account.
|
||||
<li>SMTP Password. Enter your password for the mail account.
|
||||
</ul>
|
||||
<li>Click <span class="helpButton">Save</span> to add the mail server.
|
||||
<br>The new mail server displays in the Outgoing Mail Server drop-down list.
|
||||
</ol>
|
||||
<h3>Creating Email Folders</h3>
|
||||
<br>Sugar automatically creates a folder for every mail account that you configure. Emails in this folder reside on the mail server of the associated external mail account.
|
||||
<br>Sugar also provides the My Email folder for imported emails that are assigned to you, your teams, and your direct reports.
|
||||
You can create other local folders to group emails according to subject, project, or other criteria.
|
||||
<p>As an administrator, you can create Group folders to route incoming emails for distribution among various users in the organization. You create Group folders in the Folders tab of the Settings window, and local folders in the Folders tab of the Emails module home page.<br>
|
||||
<p>To create a local folder, in the Folders tab in the Emails module, right-click <span class="helpButton">My Email</span> and select <span class="helpButton">Add Folder</span>.<br>
|
||||
<p>To create a Group folder, do the following:
|
||||
<ol>
|
||||
<li>Click <span class="helpButton">Settings</span> and select the <span class="helpButton">Folders</span> tab.
|
||||
<li>In the Create Group Folder section, enter a name for the folder.
|
||||
<li>To create a sub-folder, select the parent folder from the Add Folder drop-down list.
|
||||
<!--BEGIN SUGARCRM CP ONLY -->
|
||||
<li>Select a group from the group drop-down list.
|
||||
<!--END SUGARCRM CP ONLY-->
|
||||
|
||||
|
||||
|
||||
<li>Click <span class="helpButton">Add New Group Folder</span> to create the folder.
|
||||
</ol>
|
||||
To view local folders and group folders in the Folders tab of the Emails home page, you must select them in the Folders tab under Settings. Similarly, to hide a folder, de-select it in Settings.
|
||||
<h3>Creating an Address Book</h3>
|
||||
You can create an address book consisting of entries from your list of contacts, users, and leads. After you populate the Address Book, you can find an entry quickly by typing in an alphabet, partial name, or full name in the Filter field.<br>
|
||||
|
||||
|
||||
|
||||
<ol>
|
||||
<li>Click <span class="helpButton">Add Entries</span> and in the Select Address Book Entries window, enter the first name, last name, or email address of the individual and click <span class="helpButton">Search</span>.
|
||||
<li>In the search results, click <span class="helpButton">Add</span> to list the individual in your address book.
|
||||
|
||||
|
||||
|
||||
|
||||
</ol>
|
||||
<h3>Composing and Managing Emails</h3>
|
||||
<ol>
|
||||
<li>To create an email, click <span class="helpButton">Compose Email</span>.
|
||||
<li>If you created more than one mail account in Sugar, select a account from the drop-down list in the To field to specify the account from which to send the email.
|
||||
<li>To save the email as a draft, click <span class="helpButton">Save Draft</span>.
|
||||
<li>To attach one or more files, click <span class="helpButton">Attach Files</span>. To attach a file located on your local file system, select <span class="helpButton">Add File</span>. To attach a file created in Sugar, click <span class="helpButton">Add Document</span>.
|
||||
<li>To select an email template for the email as well as a signature or a character set that is different from what you specified in Settings, click <span class="helpButton">Options</span> and select from the appropriate drop-down list. To send the email in HTML format, select <span class="helpButton">Send HTML</span>. To archive the email in Sugar, select <span class="helpButton">Archive Sent Email</span>.
|
||||
</ol>
|
||||
368
modules/Emails/language/en_us.lang.php
Executable file
368
modules/Emails/language/en_us.lang.php
Executable file
@@ -0,0 +1,368 @@
|
||||
<?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-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".
|
||||
********************************************************************************/
|
||||
/*********************************************************************************
|
||||
|
||||
* 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 (
|
||||
'LBL_FW' => 'FW:',
|
||||
'LBL_RE' => 'RE:',
|
||||
|
||||
'LBL_BUTTON_CREATE' => 'Create',
|
||||
'LBL_BUTTON_EDIT' => 'Edit',
|
||||
'LBL_QS_DISABLED' => '(QuickSearch is not availible for this module. Please use the select button.)',
|
||||
'LBL_SIGNATURE_PREPEND' => 'Signature above reply',
|
||||
'LBL_EMAIL_DEFAULT_DESCRIPTION' => 'Here is the quote you requested (You can change this text)',
|
||||
'LBL_EMAIL_QUOTE_FOR' => 'Quote for: ',
|
||||
'LBL_QUOTE_LAYOUT_DOES_NOT_EXIST_ERROR' => 'quote layout file does not exist: $layout',
|
||||
'LBL_QUOTE_LAYOUT_REGISTERED_ERROR' => 'quote layout is not registered in modules/Quotes/Layouts.php',
|
||||
|
||||
|
||||
'LBL_CONFIRM_DELETE' => 'Are you sure you want to delete this folder?',
|
||||
'LBL_ENTER_FOLDER_NAME' => 'Please enter a folder name',
|
||||
|
||||
'LBL_ERROR_SELECT_MODULE' => 'Please select a module for the Related to field',
|
||||
|
||||
'ERR_ARCHIVE_EMAIL' => 'Error: Select emails to archive.',
|
||||
'ERR_DATE_START' => 'Date Start',
|
||||
'ERR_DELETE_RECORD' => 'Error: You must specify a record number to delete the account.',
|
||||
'ERR_NOT_ADDRESSED' => 'Error: Email must have a To, CC, or BCC address',
|
||||
'ERR_TIME_START' => 'Time Start',
|
||||
'ERR_TIME_SENT' => 'Time Sent',
|
||||
'LBL_ACCOUNTS_SUBPANEL_TITLE'=> 'Accounts',
|
||||
'LBL_ADD_ANOTHER_FILE' => 'Add Another File',
|
||||
'LBL_ADD_DASHLETS' => 'Add Sugar Dashlets',
|
||||
'LBL_ADD_DOCUMENT' => 'Add Documents',
|
||||
'LBL_ADD_ENTRIES' => 'Add Entries',
|
||||
'LBL_ADD_FILE' => 'Add Files',
|
||||
'LBL_ARCHIVED_EMAIL' => 'Archived Email',
|
||||
'LBL_ARCHIVED_MODULE_NAME' => 'Create Archived Emails',
|
||||
'LBL_ATTACHMENTS' => 'Attachments:',
|
||||
'LBL_HAS_ATTACHMENT' => 'Has Attachment?:',
|
||||
'LBL_BCC' => 'Bcc:',
|
||||
'LBL_BODY' => 'Body:',
|
||||
'LBL_BUGS_SUBPANEL_TITLE' => 'Bugs',
|
||||
'LBL_CC' => 'Cc:',
|
||||
'LBL_COLON' => ':',
|
||||
'LBL_COMPOSE_MODULE_NAME' => 'Compose Email',
|
||||
'LBL_CONTACT_FIRST_NAME' => 'Contact First Name',
|
||||
'LBL_CONTACT_LAST_NAME' => 'Contact Last Name',
|
||||
'LBL_CONTACT_NAME' => 'Contact:',
|
||||
'LBL_CONTACTS_SUBPANEL_TITLE'=> 'Contacts',
|
||||
'LBL_CREATED_BY' => 'Created by',
|
||||
'LBL_DATE_AND_TIME' => 'Date & Time Sent:',
|
||||
'LBL_DATE_SENT' => 'Date Sent:',
|
||||
'LBL_DATE' => 'Date Sent:',
|
||||
'LBL_DELETE_FROM_SERVER' => 'Delete message from server',
|
||||
'LBL_DESCRIPTION' => 'Description',
|
||||
'LBL_EDIT_ALT_TEXT' => 'Edit Plain Text',
|
||||
'LBL_SEND_IN_PLAIN_TEXT' => 'Send in Plain Text',
|
||||
'LBL_EDIT_MY_SETTINGS' => 'Edit My Settings',
|
||||
'LBL_EMAIL_ATTACHMENT' => 'Email Attachment',
|
||||
'LBL_EMAIL_EDITOR_OPTION' => 'Send HTML Email',
|
||||
'LBL_EMAIL_SELECTOR' => 'Select',
|
||||
'LBL_EMAIL' => 'Email Address:',
|
||||
'LBL_EMAILS_ACCOUNTS_REL' => 'Emails:Accounts',
|
||||
'LBL_EMAILS_BUGS_REL' => 'Emails:Bugs',
|
||||
'LBL_EMAILS_CASES_REL' => 'Emails:Cases',
|
||||
'LBL_EMAILS_CONTACTS_REL' => 'Emails:Contacts',
|
||||
'LBL_EMAILS_LEADS_REL' => 'Emails:Leads',
|
||||
'LBL_EMAILS_OPPORTUNITIES_REL'=> 'Emails:Opportunities',
|
||||
'LBL_EMAILS_NOTES_REL' => 'Emails:Notes',
|
||||
'LBL_EMAILS_PROJECT_REL' => 'Emails:Project',
|
||||
'LBL_EMAILS_PROJECT_TASK_REL'=> 'Emails:ProjectTask',
|
||||
'LBL_EMAILS_PROSPECT_REL' => 'Emails:Prospect',
|
||||
'LBL_EMAILS_TASKS_REL' => 'Emails:Tasks',
|
||||
'LBL_EMAILS_USERS_REL' => 'Emails:Users',
|
||||
'LBL_EMPTY_FOLDER' => 'No Emails to display',
|
||||
'LBL_ERROR_SENDING_EMAIL' => 'Error Sending email',
|
||||
'LBL_ERROR_SAVING_DRAFT' => 'Error Saving Draft',
|
||||
'LBL_FORWARD_HEADER' => 'Begin forwarded message:',
|
||||
'LBL_FROM_NAME' => 'From Name',
|
||||
'LBL_FROM' => 'From:',
|
||||
'LBL_REPLY_TO' => 'Reply To:',
|
||||
'LBL_HTML_BODY' => 'HTML Body',
|
||||
'LBL_INVITEE' => 'Recipients',
|
||||
'LBL_LEADS_SUBPANEL_TITLE' => 'Leads',
|
||||
'LBL_MESSAGE_SENT' => 'Message Sent',
|
||||
'LBL_MODIFIED_BY' => 'Modified By',
|
||||
'LBL_MODULE_NAME_NEW' => 'Archive Email',
|
||||
'LBL_MODULE_NAME' => 'All Emails',
|
||||
'LBL_MODULE_TITLE' => 'Emails: ',
|
||||
'LBL_MY_EMAILS' => 'My Emails',
|
||||
'LBL_NEW_FORM_TITLE' => 'Archive Email',
|
||||
'LBL_NONE' => 'None',
|
||||
'LBL_NOT_SENT' => 'Send Error',
|
||||
'LBL_NOTE_SEMICOLON' => 'Note: Use commas or semi-colons as separators for multiple email addresses.',
|
||||
'LBL_NOTES_SUBPANEL_TITLE' => 'Attachments',
|
||||
'LBL_OPPORTUNITY_SUBPANEL_TITLE' => 'Opportunities',
|
||||
'LBL_PROJECT_SUBPANEL_TITLE'=> 'Projects',
|
||||
'LBL_PROJECT_TASK_SUBPANEL_TITLE'=> 'Project Tasks',
|
||||
'LBL_RAW' => 'Raw Email',
|
||||
'LBL_SAVE_AS_DRAFT_BUTTON_KEY'=> 'R',
|
||||
'LBL_SAVE_AS_DRAFT_BUTTON_LABEL'=> 'Save Draft',
|
||||
'LBL_SAVE_AS_DRAFT_BUTTON_TITLE'=> 'Save Draft [Alt+R]',
|
||||
'LBL_SEARCH_FORM_DRAFTS_TITLE'=> 'Search Drafts',
|
||||
'LBL_SEARCH_FORM_SENT_TITLE'=> 'Search Sent Emails',
|
||||
'LBL_SEARCH_FORM_TITLE' => 'Email Search',
|
||||
'LBL_SEND_ANYWAYS' => 'This email has no subject. Send/save anyway?',
|
||||
'LBL_SEND_BUTTON_KEY' => 'S',
|
||||
'LBL_SEND_BUTTON_LABEL' => 'Send',
|
||||
'LBL_SEND_BUTTON_TITLE' => 'Send [Alt+S]',
|
||||
'LBL_SEND' => 'SEND',
|
||||
'LBL_SENT_MODULE_NAME' => 'Sent Emails',
|
||||
'LBL_SHOW_ALT_TEXT' => 'Show Plain Text',
|
||||
'LBL_SIGNATURE' => 'Signature',
|
||||
'LBL_SUBJECT' => 'Subject:',
|
||||
'LBL_TEXT_BODY' => 'Text Body',
|
||||
'LBL_TIME' => 'Time Sent:',
|
||||
'LBL_TO_ADDRS' => 'To',
|
||||
'LBL_USE_TEMPLATE' => 'Use Template:',
|
||||
'LBL_USERS_SUBPANEL_TITLE' => 'Users',
|
||||
'LBL_USERS' => 'Users',
|
||||
|
||||
'LNK_ALL_EMAIL_LIST' => 'All Emails',
|
||||
'LNK_ARCHIVED_EMAIL_LIST' => 'Archived Emails',
|
||||
'LNK_CALL_LIST' => 'Calls',
|
||||
'LNK_DRAFTS_EMAIL_LIST' => 'All Drafts',
|
||||
'LNK_EMAIL_LIST' => 'Emails',
|
||||
'LBL_EMAIL_RELATE' => 'Related To',
|
||||
'LNK_EMAIL_TEMPLATE_LIST' => 'View Email Templates',
|
||||
'LNK_MEETING_LIST' => 'Meetings',
|
||||
'LNK_NEW_ARCHIVE_EMAIL' => 'Create Archived Email',
|
||||
'LNK_NEW_CALL' => 'Log Call',
|
||||
'LNK_NEW_EMAIL_TEMPLATE' => 'Create Email Template',
|
||||
'LNK_NEW_EMAIL' => 'Send Email',
|
||||
'LNK_NEW_MEETING' => 'Schedule Meeting',
|
||||
'LNK_NEW_NOTE' => 'Create Note or Attachment',
|
||||
'LNK_NEW_SEND_EMAIL' => 'Compose',
|
||||
'LNK_NEW_TASK' => 'Create Task',
|
||||
'LNK_NOTE_LIST' => 'Notes',
|
||||
'LNK_SENT_EMAIL_LIST' => 'Sent Emails',
|
||||
'LNK_TASK_LIST' => 'Tasks',
|
||||
'LNK_VIEW_CALENDAR' => 'Today',
|
||||
|
||||
'LBL_LIST_ASSIGNED' => 'Assigned',
|
||||
'LBL_LIST_CONTACT_NAME' => 'Contact Name',
|
||||
'LBL_LIST_CREATED' => 'Created',
|
||||
'LBL_LIST_DATE_SENT' => 'Date Sent',
|
||||
'LBL_LIST_DATE' => 'Date Sent',
|
||||
'LBL_LIST_FORM_DRAFTS_TITLE'=> 'Draft',
|
||||
'LBL_LIST_FORM_SENT_TITLE' => 'Sent Emails',
|
||||
'LBL_LIST_FORM_TITLE' => 'Email List',
|
||||
'LBL_LIST_FROM_ADDR' => 'From',
|
||||
'LBL_LIST_RELATED_TO' => 'Recipient Type',
|
||||
'LBL_LIST_SUBJECT' => 'Subject',
|
||||
'LBL_LIST_TIME' => 'Time Sent',
|
||||
'LBL_LIST_TO_ADDR' => 'To',
|
||||
'LBL_LIST_TYPE' => 'Type',
|
||||
|
||||
'NTC_REMOVE_INVITEE' => 'Are you sure you want to remove this recipient from the email?',
|
||||
'WARNING_SETTINGS_NOT_CONF' => 'Warning: Your email settings are not configured to send email.',
|
||||
'WARNING_NO_UPLOAD_DIR' => 'Attachments may fail: No value for "upload_tmp_dir" was detected. Please correct this in your php.ini file.',
|
||||
'WARNING_UPLOAD_DIR_NOT_WRITABLE' => 'Attachments may fail: An incorrect or unusable value for "upload_tmp_dir" was detected. Please correct this in your php.ini file.',
|
||||
|
||||
// for All emails
|
||||
'LBL_BUTTON_RAW_TITLE' => 'Show Raw Message [Alt+E]',
|
||||
'LBL_BUTTON_RAW_KEY' => 'e',
|
||||
'LBL_BUTTON_RAW_LABEL' => 'Show Raw',
|
||||
'LBL_BUTTON_RAW_LABEL_HIDE' => 'Hide Raw',
|
||||
|
||||
// for InboundEmail
|
||||
'LBL_BUTTON_CHECK' => 'Check Mail',
|
||||
'LBL_BUTTON_CHECK_TITLE' => 'Check For New Email [Alt+C]',
|
||||
'LBL_BUTTON_CHECK_KEY' => 'c',
|
||||
'LBL_BUTTON_FORWARD' => 'Forward',
|
||||
'LBL_BUTTON_FORWARD_TITLE' => 'Forward This Email [Alt+F]',
|
||||
'LBL_BUTTON_FORWARD_KEY' => 'f',
|
||||
'LBL_BUTTON_REPLY_KEY' => 'r',
|
||||
'LBL_BUTTON_REPLY_TITLE' => 'Reply [Alt+R]',
|
||||
'LBL_BUTTON_REPLY' => 'Reply',
|
||||
'LBL_CASES_SUBPANEL_TITLE' => 'Cases',
|
||||
'LBL_INBOUND_TITLE' => 'Inbound Email',
|
||||
'LBL_INTENT' => 'Intent',
|
||||
'LBL_MESSAGE_ID' => 'Message ID',
|
||||
'LBL_REPLY_HEADER_1' => 'On ',
|
||||
'LBL_REPLY_HEADER_2' => 'wrote:',
|
||||
'LBL_REPLY_TO_ADDRESS' => 'Reply-to Address',
|
||||
'LBL_REPLY_TO_NAME' => 'Reply-to Name',
|
||||
|
||||
'LBL_LIST_BUG' => 'Bugs',
|
||||
'LBL_LIST_CASE' => 'Cases',
|
||||
'LBL_LIST_CONTACT' => 'Contacts',
|
||||
'LBL_LIST_LEAD' => 'Leads',
|
||||
'LBL_LIST_TASK' => 'Tasks',
|
||||
'LBL_LIST_ASSIGNED_TO_NAME' => 'Assigned User',
|
||||
|
||||
// for Inbox
|
||||
'LBL_ALL' => 'All',
|
||||
'LBL_ASSIGN_WARN' => 'Ensure that all 2 options are selected.',
|
||||
'LBL_BACK_TO_GROUP' => 'Back to Group Inbox',
|
||||
'LBL_BUTTON_DISTRIBUTE_KEY' => 'a',
|
||||
'LBL_BUTTON_DISTRIBUTE_TITLE'=> 'Assign [Alt+A]',
|
||||
'LBL_BUTTON_DISTRIBUTE' => 'Assign',
|
||||
'LBL_BUTTON_GRAB_KEY' => 't',
|
||||
'LBL_BUTTON_GRAB_TITLE' => 'Take from Group [Alt+T]',
|
||||
'LBL_BUTTON_GRAB' => 'Take from Group',
|
||||
'LBL_CREATE_BUG' => 'Create Bug',
|
||||
'LBL_CREATE_CASE' => 'Create Case',
|
||||
'LBL_CREATE_CONTACT' => 'Create Contact',
|
||||
'LBL_CREATE_LEAD' => 'Create Lead',
|
||||
'LBL_CREATE_TASK' => 'Create Task',
|
||||
'LBL_DIST_TITLE' => 'Assignment',
|
||||
'LBL_LOCK_FAIL_DESC' => 'The chosen item is unavailable currently.',
|
||||
'LBL_LOCK_FAIL_USER' => ' has taken ownership.',
|
||||
'LBL_MASS_DELETE_ERROR' => 'No checked items were passed for deletion.',
|
||||
'LBL_NEW' => 'New',
|
||||
'LBL_NEXT_EMAIL' => 'Next Free Item',
|
||||
'LBL_NO_GRAB_DESC' => 'There were no items available. Try again in a moment.',
|
||||
'LBL_QUICK_REPLY' => 'Reply',
|
||||
'LBL_REPLIED' => 'Replied',
|
||||
'LBL_SELECT_TEAM' => 'Select Teams',
|
||||
'LBL_TAKE_ONE_TITLE' => 'Reps',
|
||||
'LBL_TITLE_SEARCH_RESULTS' => 'Search Results',
|
||||
'LBL_TO' => 'To: ',
|
||||
'LBL_TOGGLE_ALL' => 'Toggle All',
|
||||
'LBL_UNKNOWN' => 'Unknown',
|
||||
'LBL_UNREAD_HOME' => 'Unread Emails',
|
||||
'LBL_UNREAD' => 'Unread',
|
||||
'LBL_USE_ALL' => 'All Search Results',
|
||||
'LBL_USE_CHECKED' => 'Only Checked',
|
||||
'LBL_USE_MAILBOX_INFO' => 'Use Mailbox From: Address',
|
||||
'LBL_USE' => 'Assign:',
|
||||
'LBL_ASSIGN_SELECTED_RESULTS_TO' => 'Assign Selected Results To: ',
|
||||
'LBL_USER_SELECT' => 'Select Users',
|
||||
'LBL_USING_RULES' => 'Using Rules:',
|
||||
'LBL_WARN_NO_DIST' => 'No Distribution Method Selected',
|
||||
'LBL_WARN_NO_USERS' => 'No Users are selected',
|
||||
'LBL_WARN_NO_USERS_OR_TEAM' => 'Please select either a user or team for assignment.',
|
||||
'LBL_IMPORT_STATUS_TITLE' => 'Status',
|
||||
'LBL_LIST_STATUS' => 'Status',
|
||||
'LBL_LIST_TITLE_GROUP_INBOX'=> 'Group Inbox',
|
||||
'LBL_LIST_TITLE_MY_DRAFTS' => 'My Drafts',
|
||||
'LBL_LIST_TITLE_MY_INBOX' => 'My Inbox',
|
||||
'LBL_LIST_TITLE_MY_SENT' => 'My Sent Email',
|
||||
'LBL_LIST_TITLE_MY_ARCHIVES'=> 'My Archived Emails',
|
||||
'LBL_ACTIVITIES_REPORTS' => 'Activities Report',
|
||||
|
||||
'LNK_CHECK_MY_INBOX' => 'Check My Mail',
|
||||
'LNK_DATE_SENT' => 'Date Sent',
|
||||
'LNK_GROUP_INBOX' => 'Group Inbox',
|
||||
'LNK_MY_DRAFTS' => 'My Drafts',
|
||||
'LNK_MY_INBOX' => 'My Email',
|
||||
'LNK_VIEW_MY_INBOX' => 'View My Email',
|
||||
'LNK_QUICK_REPLY' => 'Reply',
|
||||
'LNK_MY_ARCHIVED_LIST' => 'My Archives',
|
||||
'LBL_EMAILS_NO_PRIMARY_TEAM_SPECIFIED' =>'No Primary Team specified',
|
||||
|
||||
// advanced search
|
||||
'LBL_ASSIGNED_TO' => 'Assigned To:',
|
||||
'LBL_MEMBER_OF' => 'Parent',
|
||||
'LBL_QUICK_CREATE' => 'Quick Create',
|
||||
'LBL_STATUS' => 'Email Status:',
|
||||
'LBL_EMAIL_FLAGGED' => 'Flagged:',
|
||||
'LBL_EMAIL_REPLY_TO_STATUS' => 'Reply To Status:',
|
||||
'LBL_TYPE' => 'Type:',
|
||||
//#20680 EmialTemplate Ext.Message.show;
|
||||
'LBL_EMAILTEMPLATE_MESSAGE_SHOW_TITLE' => 'Please check!',
|
||||
'LBL_EMAILTEMPLATE_MESSAGE_SHOW_MSG' => 'Selecting this template will overwrite any data already entered within the email body. Do you wish to continue?',
|
||||
'LBL_EMAILTEMPLATE_MESSAGE_CLEAR_MSG' => 'Selecting "--None--" will clear any data already entered within the email body. Do you wish to continue?',
|
||||
'LBL_CHECK_ATTACHMENTS'=>'Please Check Attachments!',
|
||||
'LBL_HAS_ATTACHMENTS' => 'This email already has attachment(s). Would you like to keep the attachment(s)?',
|
||||
'ERR_MISSING_REQUIRED_FIELDS' => 'Missing required field',
|
||||
'ERR_INVALID_REQUIRED_FIELDS' => 'Invalid required field',
|
||||
'LBL_FILTER_BY_RELATED_BEAN' => 'Only show recipients related to',
|
||||
'LBL_RECIPIENTS_HAVE_BEEN_ADDED' => 'Recipients have been added.',
|
||||
'LBL_ADD_INBOUND_ACCOUNT' => 'Add',
|
||||
'LBL_ADD_OUTBOUND_ACCOUNT' => 'Add',
|
||||
'LBL_EMAIL_ACCOUNTS_INBOUND' => 'Mail Account Properties',
|
||||
'LBL_EMAIL_SETTINGS_OUTBOUND_ACCOUNT' => 'Outgoing SMTP Mail Server',
|
||||
'LBL_EMAIL_SETTINGS_OUTBOUND_ACCOUNTS' => 'Outgoing SMTP Mail Servers',
|
||||
'LBL_EMAIL_SETTINGS_INBOUND_ACCOUNTS' => 'Mail Accounts',
|
||||
'LBL_EMAIL_SETTINGS_INBOUND' => 'Incoming Email',
|
||||
'LBL_EMAIL_SETTINGS_OUTBOUND' => 'Outgoing Email',
|
||||
'LBL_ADD_CC' => 'Add Cc',
|
||||
'LBL_ADD_BCC' => 'Add Bcc',
|
||||
'LBL_ADD_TO_ADDR' => 'Add To',
|
||||
'LBL_SELECTED_ADDR' => 'Selected',
|
||||
'LBL_ADD_CC_BCC_SEP' => '|',
|
||||
'LBL_SEND_EMAIL_FAIL_TITLE' => 'Error Sending Email',
|
||||
'LBL_EMAIL_DETAIL_VIEW_SHOW' => 'show ',
|
||||
'LBL_EMAIL_DETAIL_VIEW_MORE' => ' more',
|
||||
'LBL_MORE_OPTIONS' => 'More',
|
||||
'LBL_LESS_OPTIONS' => 'Less',
|
||||
'LBL_MAILBOX_TYPE_PERSONAL' => 'Personal',
|
||||
'LBL_MAILBOX_TYPE_GROUP' => 'Group',
|
||||
'LBL_MAILBOX_TYPE_GROUP_FOLDER' => 'Group - Auto-Import',
|
||||
'LBL_SEARCH_FOR' => 'Search For',
|
||||
'LBL_EMAIL_INBOUND_TYPE_HELP' => '<b>Personal</b>: Email account accessible by you. Only you can manage and import emails from this account.<br><b>Group</b>: Email account accessible by members of specified teams. Team members can manage and import emails from this account.<br><b>Group - auto-import</b>: Email account accessible by members of specified teams. Emails are automatically imported as records.',
|
||||
'LBL_ADDRESS_BOOK_SEARCH_HELP' => 'Enter an email address, First Name, Last Name or Account Name to find recipients.',
|
||||
'LBL_TEST_SETTINGS' => 'Test Settings',
|
||||
'LBL_EMPTY_EMAIL_BODY' => '<p><span style="color: #888888;"><em>This Message Has No Content</em></span></p>',
|
||||
'LBL_TEST_EMAIL_SUBJECT' => 'Test Email from Sugar',
|
||||
'LBL_NO_SUBJECT' =>'(no subject)',
|
||||
'LBL_CHECKING_ACCOUNT' => 'Checking Account',
|
||||
'LBL_OF' => 'of',
|
||||
'LBL_TEST_EMAIL_BODY' => 'This email was sent in order to test the outgoing mail server information provided in the Sugar application. A successful receipt of this email indicates that the outgoing mail server information provided is valid.',
|
||||
|
||||
// for outbound email dialog
|
||||
'LBL_MAIL_SMTPUSER' => 'Username',
|
||||
'LBL_MAIL_SMTPPASS' => 'Password',
|
||||
'LBL_MAIL_SMTPSERVER' => 'SMTP Mail Server',
|
||||
'LBL_SMTP_SERVER_HELP' => 'This SMTP Mail Server can be used for outgoing mail. Provide a username and password for your email account in order to use the mail server.',
|
||||
'LBL_MISSING_DEFAULT_OUTBOUND_SMTP_SETTINGS' => 'The administator has not yet configured the default outbound account. Unable to send test email.',
|
||||
'LBL_MAIL_SMTPAUTH_REQ' => 'Use SMTP Authentication?',
|
||||
'LBL_MAIL_SMTPPASS' => 'SMTP Password:',
|
||||
'LBL_MAIL_SMTPPORT' => 'SMTP Port:',
|
||||
'LBL_MAIL_SMTPSERVER' => 'SMTP Server:',
|
||||
'LBL_MAIL_SMTPUSER' => 'SMTP Username:',
|
||||
'LBL_MAIL_SMTPTYPE' => 'SMTP Server Type:',
|
||||
'LBL_MAIL_SMTP_SETTINGS' => 'SMTP Server Specification',
|
||||
'LBL_CHOOSE_EMAIL_PROVIDER' => 'Choose your Email provider:',
|
||||
'LBL_YAHOOMAIL_SMTPPASS' => 'Yahoo! Mail Password:',
|
||||
'LBL_YAHOOMAIL_SMTPUSER' => 'Yahoo! Mail ID:',
|
||||
'LBL_GMAIL_SMTPPASS' => 'Gmail Password:',
|
||||
'LBL_GMAIL_SMTPUSER' => 'Gmail Email Address:',
|
||||
'LBL_EXCHANGE_SMTPPASS' => 'Exchange Password:',
|
||||
'LBL_EXCHANGE_SMTPUSER' => 'Exchange Username:',
|
||||
'LBL_EXCHANGE_SMTPPORT' => 'Exchange Server Port:',
|
||||
'LBL_EXCHANGE_SMTPSERVER' => 'Exchange Server:',
|
||||
);
|
||||
284
modules/Emails/language/ge_ge.lang.php
Executable file
284
modules/Emails/language/ge_ge.lang.php
Executable file
@@ -0,0 +1,284 @@
|
||||
<?php
|
||||
if(!defined('sugarEntry') || !sugarEntry) die('Not A Valid Entry Point');
|
||||
/*********************************************************************************
|
||||
* The contents of this file are subject to the SugarCRM Enterprise Subscription
|
||||
* 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-2007 SugarCRM, Inc.; All Rights Reserved.
|
||||
********************************************************************************/
|
||||
/*********************************************************************************
|
||||
|
||||
* Description: Defines the English language pack for the base application.
|
||||
* Portions created by SugarCRM are Copyright (C) SugarCRM, Inc.
|
||||
* All Rights Reserved.
|
||||
* Contributors: Genius4U Ltd., simplicity GmbH, iscongroup kft.
|
||||
********************************************************************************/
|
||||
|
||||
$mod_strings = array (
|
||||
'LBL_FW' => 'FW:',
|
||||
'LBL_RE' => 'RE:',
|
||||
|
||||
'LBL_BUTTON_CREATE' => 'Erstellen',
|
||||
'LBL_BUTTON_EDIT' => 'Bearbeiten',
|
||||
'LBL_QS_DISABLED' => '(Schnellsuche ist für dieses Modul nicht verfügbar. Bitte verwenden Sie die \'Auswahl \' Schaltfläche.)',
|
||||
'LBL_SIGNATURE_PREPEND' => 'Signatur oberhalb der Antwort?',
|
||||
'LBL_EMAIL_DEFAULT_DESCRIPTION' => 'Hier ist das Angebot das Sie angefragt haben (Sie können diesen Text ändern)',
|
||||
'LBL_EMAIL_QUOTE_FOR' => 'Angebot für:',
|
||||
'LBL_QUOTE_LAYOUT_DOES_NOT_EXIST_ERROR' => 'Angebotsvorlagedatei exisitert nicht: $layout',
|
||||
'LBL_QUOTE_LAYOUT_REGISTERED_ERROR' => 'Angebotsvorlage ist nicht in Modules/Quotes/Layouts.php registriert',
|
||||
|
||||
|
||||
'LBL_CONFIRM_DELETE' => 'Möchten Sie diesen Ordner wirklich löschen?',
|
||||
|
||||
'LBL_QUOTES_SUBPANEL_TITLE' => 'Angebote',
|
||||
'LBL_EMAILS_QUOTES_REL' => 'E-Mails: Angebote',
|
||||
'LBL_ERROR_SELECT_REPORT' => 'Bitte einen Bericht auswählen',
|
||||
|
||||
'ERR_ARCHIVE_EMAIL' => 'Fehler: E-Mails zum Archivieren auswählen.',
|
||||
'ERR_DATE_START' => 'Startdatum',
|
||||
'ERR_DELETE_RECORD' => 'Fehler: Um diese Firma zu löschen, muss eine Datensatznummer angegeben werden.',
|
||||
'ERR_NOT_ADDRESSED' => 'Fehler: E-Mail muss eine An:, CC: oder BCC: Adresse haben',
|
||||
'ERR_TIME_START' => 'Startzeit',
|
||||
'LBL_ACCOUNTS_SUBPANEL_TITLE'=> 'Firmen',
|
||||
'LBL_ADD_ANOTHER_FILE' => 'Weitere Datei hinzufügen',
|
||||
'LBL_ADD_DASHLETS' => 'Dashlets hinzufügen',
|
||||
'LBL_ADD_DOCUMENT' => 'Dokument aus Sugar hinzufügen',
|
||||
'LBL_ADD_ENTRIES' => 'Einträge hinzufügen',
|
||||
'LBL_ADD_FILE' => 'Datei aus dem Dateisystem hinzufügen',
|
||||
'LBL_ARCHIVED_EMAIL' => 'Archivierte E-Mails',
|
||||
'LBL_ARCHIVED_MODULE_NAME' => 'Archivierte E-Mails',
|
||||
'LBL_ATTACHMENTS' => 'Anhänge:',
|
||||
'LBL_BCC' => 'Bcc:',
|
||||
'LBL_BODY' => 'Text:',
|
||||
'LBL_BUGS_SUBPANEL_TITLE' => 'Fehler',
|
||||
'LBL_CC' => 'Cc:',
|
||||
'LBL_COLON' => ':',
|
||||
'LBL_COMPOSE_MODULE_NAME' => 'Neue E-Mail',
|
||||
'LBL_CONTACT_FIRST_NAME' => 'Kontakt Vorname',
|
||||
'LBL_CONTACT_LAST_NAME' => 'Kontakt Nachname',
|
||||
'LBL_CONTACT_NAME' => 'Kontakt:',
|
||||
'LBL_CONTACTS_SUBPANEL_TITLE'=> 'Kontakte',
|
||||
'LBL_CREATED_BY' => 'Erstellt von:',
|
||||
'LBL_DATE_AND_TIME' => 'Sendetag & -zeit :',
|
||||
'LBL_DATE_SENT' => 'Sendetag:',
|
||||
'LBL_DATE' => 'Sendetag:',
|
||||
'LBL_DELETE_FROM_SERVER' => 'Nachricht vom Server löschen',
|
||||
'LBL_DESCRIPTION' => 'Beschreibung',
|
||||
'LBL_EDIT_ALT_TEXT' => 'Als Text bearbeiten',
|
||||
'LBL_EDIT_MY_SETTINGS' => 'Meine Einstellungen bearbeiten',
|
||||
'LBL_EMAIL_ATTACHMENT' => 'E-Mail Anhang',
|
||||
'LBL_EMAIL_EDITOR_OPTION' => 'HTML E-Mails versenden',
|
||||
'LBL_EMAIL_SELECTOR' => 'Auswählen',
|
||||
'LBL_EMAIL' => 'E-Mail:',
|
||||
'LBL_EMAILS_ACCOUNTS_REL' => 'E-Mails:Firmen',
|
||||
'LBL_EMAILS_BUGS_REL' => 'E-Mails:Fehler',
|
||||
'LBL_EMAILS_CASES_REL' => 'E-Mails:Fälle',
|
||||
'LBL_EMAILS_CONTACTS_REL' => 'E-Mails:Kontakte',
|
||||
'LBL_EMAILS_LEADS_REL' => 'E-Mails:Interessenten',
|
||||
'LBL_EMAILS_OPPORTUNITIES_REL'=> 'E-Mails:Verkaufschancen',
|
||||
'LBL_EMAILS_NOTES_REL' => 'E-Mails:Notizen',
|
||||
'LBL_EMAILS_PROJECT_REL' => 'E-Mails:Projekt',
|
||||
'LBL_EMAILS_PROJECT_TASK_REL'=> 'E-Mails:Projektaufgabe',
|
||||
'LBL_EMAILS_PROSPECT_REL' => 'E-Mails:Zielkontakt',
|
||||
'LBL_EMAILS_TASKS_REL' => 'E-Mails:Aufgaben',
|
||||
'LBL_EMAILS_USERS_REL' => 'E-Mails:Benutzer',
|
||||
'LBL_ERROR_SENDING_EMAIL' => 'Fehler beim Senden der E-Mail',
|
||||
'LBL_FORWARD_HEADER' => 'Anfang weitergeleitete Nachricht:',
|
||||
'LBL_FROM_NAME' => 'Von Name',
|
||||
'LBL_FROM' => 'Von:',
|
||||
'LBL_HTML_BODY' => 'HTML Body',
|
||||
'LBL_INVITEE' => 'Empfänger',
|
||||
'LBL_LEADS_SUBPANEL_TITLE' => 'Interessenten',
|
||||
'LBL_MESSAGE_SENT' => 'Mail gesendet',
|
||||
'LBL_MODIFIED_BY' => 'Geändert von',
|
||||
'LBL_MODULE_NAME_NEW' => 'E-Mail archivieren',
|
||||
'LBL_MODULE_NAME' => 'E-Mails',
|
||||
'LBL_MODULE_TITLE' => 'E-Mails:',
|
||||
'LBL_NEW_FORM_TITLE' => 'E-Mail archivieren',
|
||||
'LBL_NONE' => 'Kein(e)',
|
||||
'LBL_NOT_SENT' => 'Sende-Fehler',
|
||||
'LBL_NOTE_SEMICOLON' => 'Bemerkung: Verwenden Sie Kommas oder Semikolons als Trennzeichen für mehrere E-Mail Adressen.',
|
||||
'LBL_NOTES_SUBPANEL_TITLE' => 'Anhänge',
|
||||
'LBL_OPPORTUNITY_SUBPANEL_TITLE' => 'Verkaufschancen',
|
||||
'LBL_PROJECT_SUBPANEL_TITLE'=> 'Projekte',
|
||||
'LBL_PROJECT_TASK_SUBPANEL_TITLE'=> 'Projektaufgaben',
|
||||
'LBL_RAW' => 'Unbearbeitetes Mail',
|
||||
'LBL_SAVE_AS_DRAFT_BUTTON_KEY'=> 'Entwurf speichern [Alt+R]',
|
||||
'LBL_SAVE_AS_DRAFT_BUTTON_LABEL'=> 'Entwurf speichern',
|
||||
'LBL_SAVE_AS_DRAFT_BUTTON_TITLE'=> 'Entwurf speichern',
|
||||
'LBL_SEARCH_FORM_DRAFTS_TITLE'=> 'Entwürfe durchsuchen',
|
||||
'LBL_SEARCH_FORM_SENT_TITLE'=> 'Durchsuche gesendete E-Mails',
|
||||
'LBL_SEARCH_FORM_TITLE' => 'E-Mail Suche',
|
||||
'LBL_SEND_ANYWAYS' => 'Diese E-Mail hat kein Betreff. Trotzdem speichern/senden?',
|
||||
'LBL_SEND_BUTTON_KEY' => 'S',
|
||||
'LBL_SEND_BUTTON_LABEL' => 'Senden',
|
||||
'LBL_SEND_BUTTON_TITLE' => 'Versenden [Alt+S]',
|
||||
'LBL_SEND' => 'Versenden',
|
||||
'LBL_SENT_MODULE_NAME' => 'Gesendete E-Mail',
|
||||
'LBL_SHOW_ALT_TEXT' => 'Als Text zeigen',
|
||||
'LBL_SIGNATURE' => 'Unterschrift',
|
||||
'LBL_SUBJECT' => 'Betreff:',
|
||||
'LBL_TEXT_BODY' => 'Textkörper',
|
||||
'LBL_TIME' => 'Sendezeit:',
|
||||
'LBL_TO_ADDRS' => 'An',
|
||||
'LBL_USE_TEMPLATE' => 'Vorlage benutzen:',
|
||||
'LBL_USERS_SUBPANEL_TITLE' => 'Benutzer',
|
||||
'LBL_USERS' => 'Benutzer',
|
||||
|
||||
'LNK_ALL_EMAIL_LIST' => 'E-Mails',
|
||||
'LNK_ARCHIVED_EMAIL_LIST' => 'Archivierte E-Mails',
|
||||
'LNK_CALL_LIST' => 'Anrufe',
|
||||
'LNK_DRAFTS_EMAIL_LIST' => 'Alle Entwürfe',
|
||||
'LNK_EMAIL_LIST' => 'E-Mails',
|
||||
'LBL_EMAIL_RELATE' => 'Verbinden mit',
|
||||
'LNK_EMAIL_TEMPLATE_LIST' => 'E-Mail Vorlagen',
|
||||
'LNK_MEETING_LIST' => 'Meetings',
|
||||
'LNK_NEW_ARCHIVE_EMAIL' => 'E-Mail archivieren',
|
||||
'LNK_NEW_CALL' => 'Neuer Anruf',
|
||||
'LNK_NEW_EMAIL_TEMPLATE' => 'Neue E-Mail Vorlage',
|
||||
'LNK_NEW_EMAIL' => 'E-Mail archivieren',
|
||||
'LNK_NEW_MEETING' => 'Neues Meeting',
|
||||
'LNK_NEW_NOTE' => 'Neue Notiz oder Anlage',
|
||||
'LNK_NEW_SEND_EMAIL' => 'Neue E-Mail',
|
||||
'LNK_NEW_TASK' => 'Neue Aufgabe',
|
||||
'LNK_NOTE_LIST' => 'Notizen',
|
||||
'LNK_SENT_EMAIL_LIST' => 'Gesendete E-Mail',
|
||||
'LNK_TASK_LIST' => 'Aufgaben',
|
||||
'LNK_VIEW_CALENDAR' => 'Heute',
|
||||
|
||||
'LBL_LIST_ASSIGNED' => 'Zugewiesen',
|
||||
'LBL_LIST_CONTACT_NAME' => 'Kontakt:',
|
||||
'LBL_LIST_CREATED' => 'Erstellt',
|
||||
'LBL_LIST_DATE_SENT' => 'Sendedatum',
|
||||
'LBL_LIST_DATE' => 'Sendedatum',
|
||||
'LBL_LIST_FORM_DRAFTS_TITLE'=> 'Entwurf',
|
||||
'LBL_LIST_FORM_SENT_TITLE' => 'Gesendete E-Mail',
|
||||
'LBL_LIST_FORM_TITLE' => 'E-Mail Liste',
|
||||
'LBL_LIST_FROM_ADDR' => 'Von',
|
||||
'LBL_LIST_RELATED_TO' => 'Gehört zu',
|
||||
'LBL_LIST_SUBJECT' => 'Betreff',
|
||||
'LBL_LIST_TIME' => 'Sendezeit',
|
||||
'LBL_LIST_TO_ADDR' => 'An',
|
||||
'LBL_LIST_TYPE' => 'Typ:',
|
||||
|
||||
'NTC_REMOVE_INVITEE' => 'Möchten Sie diesen Empfänger wirklich von der E-Mail entfernen?',
|
||||
'WARNING_SETTINGS_NOT_CONF' => 'Warnung: Ihre E-Mail Einstellungen sind zum Senden von Mails nicht konfiguriert.',
|
||||
'WARNING_NO_UPLOAD_DIR' => 'Anhänge werde nicht funktionieren: Kein Wert für "upload_tmp_dir" gefunden. Bitte korrigieren Sie Ihre php.ini Datei.',
|
||||
'WARNING_UPLOAD_DIR_NOT_WRITABLE' => 'Anhänge werde nicht funktionieren: Ein inkorrekter oder unbrauchbarer Wert für "upload_tmp_dir" wurde gefunden. Bitte korrigieren Sie Ihre php.ini Datei.',
|
||||
|
||||
// for All emails
|
||||
'LBL_BUTTON_RAW_TITLE' => 'Unbearbeitete E-Mail anzeigen [Alt+E]',
|
||||
'LBL_BUTTON_RAW_KEY' => 'e',
|
||||
'LBL_BUTTON_RAW_LABEL' => 'Unbearbeitete anzeigen',
|
||||
'LBL_BUTTON_RAW_LABEL_HIDE' => 'Unbearbeitete verbergen',
|
||||
|
||||
// for InboundEmail
|
||||
'LBL_BUTTON_CHECK' => 'E-Mails holen',
|
||||
'LBL_BUTTON_CHECK_TITLE' => 'Auf neue E-Mails prüfen [Alt + C]',
|
||||
'LBL_BUTTON_CHECK_KEY' => 'c',
|
||||
'LBL_BUTTON_FORWARD' => 'Vorwärts',
|
||||
'LBL_BUTTON_FORWARD_TITLE' => 'Diese E-Mail weiterleiten [Alt + F]',
|
||||
'LBL_BUTTON_FORWARD_KEY' => 'f',
|
||||
'LBL_BUTTON_REPLY_KEY' => 'r',
|
||||
'LBL_BUTTON_REPLY_TITLE' => 'Antworten [Alt+R]',
|
||||
'LBL_BUTTON_REPLY' => 'Antworten',
|
||||
'LBL_CASES_SUBPANEL_TITLE' => 'Fälle',
|
||||
'LBL_INBOUND_TITLE' => 'Eingehende E-Mails',
|
||||
'LBL_INTENT' => 'Absicht',
|
||||
'LBL_MESSAGE_ID' => 'Nachricht ID',
|
||||
'LBL_REPLY_HEADER_1' => 'Am',
|
||||
'LBL_REPLY_HEADER_2' => 'geschrieben:',
|
||||
'LBL_REPLY_TO_ADDRESS' => 'Antwort-an Adresse',
|
||||
'LBL_REPLY_TO_NAME' => 'Antwort-an Name',
|
||||
|
||||
'LBL_LIST_BUG' => 'Fehler',
|
||||
'LBL_LIST_CASE' => 'Fälle',
|
||||
'LBL_LIST_CONTACT' => 'Kontakte',
|
||||
'LBL_LIST_LEAD' => 'Interessenten',
|
||||
'LBL_LIST_TASK' => 'Aufgaben',
|
||||
'LBL_LIST_ASSIGNED_TO_NAME' => 'Zugew. Benutzer',
|
||||
|
||||
// for Inbox
|
||||
'LBL_ALL' => 'Alle',
|
||||
'LBL_ASSIGN_WARN' => 'Stellen Sie sicher, dass alle 2 Optionen gewählt sind.',
|
||||
'LBL_BACK_TO_GROUP' => 'Zurück zum Gruppen Posteingang',
|
||||
'LBL_BUTTON_DISTRIBUTE_KEY' => 'a',
|
||||
'LBL_BUTTON_DISTRIBUTE_TITLE'=> 'Zuweisen [Alt+A]',
|
||||
'LBL_BUTTON_DISTRIBUTE' => 'Zuweisen',
|
||||
'LBL_BUTTON_GRAB_KEY' => 't',
|
||||
'LBL_BUTTON_GRAB_TITLE' => 'Von Gruppe nehmen [Alt+T]',
|
||||
'LBL_BUTTON_GRAB' => 'Von Gruppe nehmen',
|
||||
'LBL_CREATE_BUG' => 'Neuer Fehler',
|
||||
'LBL_CREATE_CASE' => 'Neuer Fall',
|
||||
'LBL_CREATE_CONTACT' => 'Neuer Kontakt',
|
||||
'LBL_CREATE_LEAD' => 'Neuer Interessent',
|
||||
'LBL_CREATE_TASK' => 'Neue Aufgabe',
|
||||
'LBL_DIST_TITLE' => 'Aufgabe',
|
||||
'LBL_LOCK_FAIL_DESC' => 'Das gewählte Item ist momentan nicht verfügbar.',
|
||||
'LBL_LOCK_FAIL_USER' => 'hat Eigentum übernommen.',
|
||||
'LBL_MASS_DELETE_ERROR' => 'Es wurden keine Einträge zum löschen markiert.',
|
||||
'LBL_NEW' => 'Neu',
|
||||
'LBL_NEXT_EMAIL' => 'Nächster freier Eintrag',
|
||||
'LBL_NO_GRAB_DESC' => 'Es waren keine Elemente verfügbar. Versuchen Sie es später noch einmal.',
|
||||
'LBL_QUICK_REPLY' => 'Antworten',
|
||||
'LBL_REPLIED' => 'Beantwortet',
|
||||
'LBL_SELECT_TEAM' => 'Teams auswählen',
|
||||
'LBL_TAKE_ONE_TITLE' => 'Reps',
|
||||
'LBL_TITLE_SEARCH_RESULTS' => 'Suchergebnisse',
|
||||
'LBL_TO' => 'An:',
|
||||
'LBL_TOGGLE_ALL' => 'Alle umschalten',
|
||||
'LBL_UNKNOWN' => 'Unbekannt',
|
||||
'LBL_UNREAD_HOME' => 'Ungelesene E-Mails',
|
||||
'LBL_UNREAD' => 'Ungelesen',
|
||||
'LBL_USE_ALL' => 'Alle Suchergebnisse',
|
||||
'LBL_USE_CHECKED' => 'Nur markierte',
|
||||
'LBL_USE_MAILBOX_INFO' => 'Mailbox E-Mail benutzen',
|
||||
'LBL_USE' => 'Zuweisen:',
|
||||
'LBL_ASSIGN_SELECTED_RESULTS_TO' => 'Ausgewählte Resultate zuweisen an:',
|
||||
'LBL_USER_SELECT' => 'Benutzer auswählen',
|
||||
'LBL_USING_RULES' => 'Regeln verwenden:',
|
||||
'LBL_WARN_NO_DIST' => 'Keine Verteilmethode gewählt',
|
||||
'LBL_WARN_NO_USERS' => 'Keine Benutzer ausgewählt',
|
||||
|
||||
'LBL_LIST_STATUS' => 'Status',
|
||||
'LBL_LIST_TITLE_GROUP_INBOX'=> 'Gruppen Posteingang',
|
||||
'LBL_LIST_TITLE_MY_DRAFTS' => 'Meine Entwürfe',
|
||||
'LBL_LIST_TITLE_MY_INBOX' => 'Mein Posteingang',
|
||||
'LBL_LIST_TITLE_MY_SENT' => 'Meine gesendeten E-Mails',
|
||||
'LBL_LIST_TITLE_MY_ARCHIVES'=> 'Meine archvierten E-mails',
|
||||
|
||||
'LNK_CHECK_MY_INBOX' => 'Meine E-Mails überprüfen',
|
||||
'LNK_DATE_SENT' => 'Sendedatum',
|
||||
'LNK_GROUP_INBOX' => 'Gruppen Posteingang',
|
||||
'LNK_MY_DRAFTS' => 'Meine Entwürfe',
|
||||
'LNK_MY_INBOX' => 'Mein Posteingang',
|
||||
'LNK_QUICK_REPLY' => 'Antworten',
|
||||
'LNK_MY_ARCHIVED_LIST' => 'Mein Archiv',
|
||||
|
||||
// advanced search
|
||||
'LBL_ASSIGNED_TO' => 'Zugewiesen an:',
|
||||
'LBL_MEMBER_OF' => 'Vorläufer',
|
||||
'LBL_QUICK_CREATE' => 'Schnellerfassung',
|
||||
'LBL_STATUS' => 'E-Mail Status:',
|
||||
'LBL_TYPE' => 'Typ:',
|
||||
);
|
||||
370
modules/Emails/language/pl_pl.lang.php
Executable file
370
modules/Emails/language/pl_pl.lang.php
Executable file
@@ -0,0 +1,370 @@
|
||||
<?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-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".
|
||||
********************************************************************************/
|
||||
/*********************************************************************************
|
||||
|
||||
* 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 (
|
||||
'LBL_FW' => 'FW:',
|
||||
'LBL_RE' => 'RE:',
|
||||
|
||||
'LBL_BUTTON_CREATE' => 'Create',
|
||||
'LBL_BUTTON_EDIT' => 'Edit',
|
||||
'LBL_QS_DISABLED' => '(QuickSearch is not availible for this module. Please use the select button.)',
|
||||
'LBL_SIGNATURE_PREPEND' => 'Signature above reply',
|
||||
'LBL_EMAIL_DEFAULT_DESCRIPTION' => 'Here is the quote you requested (You can change this text)',
|
||||
'LBL_EMAIL_QUOTE_FOR' => 'Quote for: ',
|
||||
'LBL_QUOTE_LAYOUT_DOES_NOT_EXIST_ERROR' => 'quote layout file does not exist: $layout',
|
||||
'LBL_QUOTE_LAYOUT_REGISTERED_ERROR' => 'quote layout is not registered in modules/Quotes/Layouts.php',
|
||||
|
||||
|
||||
'LBL_CONFIRM_DELETE' => 'Are you sure you want to delete this folder?',
|
||||
'LBL_ENTER_FOLDER_NAME' => 'Please enter a folder name',
|
||||
|
||||
'LBL_ERROR_SELECT_MODULE' => 'Please select a module for the Related to field',
|
||||
|
||||
'ERR_ARCHIVE_EMAIL' => 'Error: Select emails to archive.',
|
||||
'ERR_DATE_START' => 'Date Start',
|
||||
'ERR_DELETE_RECORD' => 'Error: You must specify a record number to delete the account.',
|
||||
'ERR_NOT_ADDRESSED' => 'Error: Email must have a Do, CC, or BCC address',
|
||||
'ERR_TIME_START' => 'Time Start',
|
||||
'ERR_TIME_SENT' => 'Time Sent',
|
||||
'LBL_ACCOUNTS_SUBPANEL_TITLE'=> 'Accounts',
|
||||
'LBL_ADD_ANOTHER_FILE' => 'Add Another File',
|
||||
'LBL_ADD_DASHLETS' => 'Add Sugar Dashlets',
|
||||
'LBL_ADD_DOCUMENT' => 'Add Documents',
|
||||
'LBL_ADD_ENTRIES' => 'Add Entries',
|
||||
'LBL_ADD_FILE' => 'Add Files',
|
||||
'LBL_ARCHIVED_EMAIL' => 'Archived Email',
|
||||
'LBL_ARCHIVED_MODULE_NAME' => 'Create Archived Emails',
|
||||
'LBL_ATTACHMENTS' => 'Załączniki:',
|
||||
'LBL_HAS_ATTACHMENT' => 'Has Attachment?:',
|
||||
'LBL_BCC' => 'Bcc:',
|
||||
'LBL_BODY' => 'Treść:',
|
||||
'LBL_BUGS_SUBPANEL_TITLE' => 'Bugs',
|
||||
'LBL_CC' => 'Cc:',
|
||||
'LBL_COLON' => ':',
|
||||
'LBL_COMPOSE_MODULE_NAME' => 'Compose Email',
|
||||
'LBL_CONTACT_FIRST_NAME' => 'Contact First Name',
|
||||
'LBL_CONTACT_LAST_NAME' => 'Contact Last Name',
|
||||
'LBL_CONTACT_NAME' => 'Kontakt:',
|
||||
'LBL_CONTACTS_SUBPANEL_TITLE'=> 'Contacts',
|
||||
'LBL_CREATED_BY' => 'Created by',
|
||||
'LBL_DATE_AND_TIME' => 'Date & Time Sent:',
|
||||
'LBL_DATE_SENT' => 'Data wysłania:',
|
||||
'LBL_DATE' => 'Data wysłania:',
|
||||
'LBL_DELETE_FROM_SERVER' => 'Delete message from server',
|
||||
'LBL_DESCRIPTION' => 'Description',
|
||||
'LBL_EDIT_ALT_TEXT' => 'Edit Plain Text',
|
||||
'LBL_SEND_IN_PLAIN_TEXT' => 'Send in Plain Text',
|
||||
'LBL_EDIT_MY_SETTINGS' => 'Edit My Settings',
|
||||
'LBL_EMAIL_ATTACHMENT' => 'Email Attachment',
|
||||
'LBL_EMAIL_EDITOR_OPTION' => 'Send HTML Email',
|
||||
'LBL_EMAIL_SELECTOR' => 'Select',
|
||||
'LBL_EMAIL' => 'Email Address:',
|
||||
'LBL_EMAILS_ACCOUNTS_REL' => 'Emails:Accounts',
|
||||
'LBL_EMAILS_BUGS_REL' => 'Emails:Bugs',
|
||||
'LBL_EMAILS_CASES_REL' => 'Emails:Cases',
|
||||
'LBL_EMAILS_CONTACTS_REL' => 'Emails:Contacts',
|
||||
'LBL_EMAILS_LEADS_REL' => 'Emails:Leads',
|
||||
'LBL_EMAILS_OPPORTUNITIES_REL'=> 'Emails:Opportunities',
|
||||
'LBL_EMAILS_NOTES_REL' => 'Emails:Notes',
|
||||
'LBL_EMAILS_PROJECT_REL' => 'Emails:Project',
|
||||
'LBL_EMAILS_PROJECT_TASK_REL'=> 'Emails:ProjectTask',
|
||||
'LBL_EMAILS_PROSPECT_REL' => 'Emails:Prospect',
|
||||
'LBL_EMAILS_TASKS_REL' => 'Emails:Tasks',
|
||||
'LBL_EMAILS_USERS_REL' => 'Emails:Users',
|
||||
'LBL_EMPTY_FOLDER' => 'No Emails to display',
|
||||
'LBL_ERROR_SENDING_EMAIL' => 'Error Sending email',
|
||||
'LBL_ERROR_SAVING_DRAFT' => 'Error Saving Draft',
|
||||
'LBL_FORWARD_HEADER' => 'Begin forwarded message:',
|
||||
'LBL_FROM_NAME' => 'Od Name',
|
||||
'LBL_FROM' => 'Od:',
|
||||
'LBL_REPLY_TO' => 'Reply Do:',
|
||||
'LBL_HTML_BODY' => 'HTML Treść',
|
||||
'LBL_INVITEE' => 'Recipients',
|
||||
'LBL_LEADS_SUBPANEL_TITLE' => 'Leads',
|
||||
'LBL_MESSAGE_SENT' => 'Message Sent',
|
||||
'LBL_MODIFIED_BY' => 'Modified By',
|
||||
'LBL_MODULE_NAME_NEW' => 'Archive Email',
|
||||
'LBL_MODULE_NAME' => 'All Emails',
|
||||
'LBL_MODULE_TITLE' => 'Emails: ',
|
||||
'LBL_MY_EMAILS' => 'My Emails',
|
||||
'LBL_NEW_FORM_TITLE' => 'Archive Email',
|
||||
'LBL_NONE' => 'None',
|
||||
'LBL_NOT_SENT' => 'Send Error',
|
||||
'LBL_NOTE_SEMICOLON' => 'Note: Use commas or semi-colons as separators for multiple email addresses.',
|
||||
'LBL_NOTES_SUBPANEL_TITLE' => 'Załączniki',
|
||||
'LBL_OPPORTUNITY_SUBPANEL_TITLE' => 'Opportunities',
|
||||
'LBL_PROJECT_SUBPANEL_TITLE'=> 'Projects',
|
||||
'LBL_PROJECT_TASK_SUBPANEL_TITLE'=> 'Project Tasks',
|
||||
'LBL_RAW' => 'Raw Email',
|
||||
'LBL_SAVE_AS_DRAFT_BUTTON_KEY'=> 'R',
|
||||
'LBL_SAVE_AS_DRAFT_BUTTON_LABEL'=> 'Save Draft',
|
||||
'LBL_SAVE_AS_DRAFT_BUTTON_TITLE'=> 'Save Draft [Alt+R]',
|
||||
'LBL_SEARCH_FORM_DRAFTS_TITLE'=> 'Search Drafts',
|
||||
'LBL_SEARCH_FORM_SENT_TITLE'=> 'Search Sent Emails',
|
||||
'LBL_SEARCH_FORM_TITLE' => ' ',
|
||||
'LBL_SEND_ANYWAYS' => 'This email has no subject. Send/save anyway?',
|
||||
'LBL_SEND_BUTTON_KEY' => 'S',
|
||||
'LBL_SEND_BUTTON_LABEL' => 'Send',
|
||||
'LBL_SEND_BUTTON_TITLE' => 'Send [Alt+S]',
|
||||
'LBL_SEND' => 'SEND',
|
||||
'LBL_SENT_MODULE_NAME' => 'Sent Emails',
|
||||
'LBL_SHOW_ALT_TEXT' => 'Show Plain Text',
|
||||
'LBL_SIGNATURE' => 'Signature',
|
||||
'LBL_SUBJECT' => 'Temat:',
|
||||
'LBL_TEXT_BODY' => 'Text Treść',
|
||||
'LBL_TIME' => 'Time Sent:',
|
||||
'LBL_TO_ADDRS' => 'Do',
|
||||
'LBL_USE_TEMPLATE' => 'Use Template:',
|
||||
'LBL_USERS_SUBPANEL_TITLE' => 'Users',
|
||||
'LBL_USERS' => 'Users',
|
||||
|
||||
'LNK_ALL_EMAIL_LIST' => 'All Emails',
|
||||
'LNK_ARCHIVED_EMAIL_LIST' => 'Archived Emails',
|
||||
'LNK_CALL_LIST' => 'Calls',
|
||||
'LNK_DRAFTS_EMAIL_LIST' => 'All Drafts',
|
||||
'LNK_EMAIL_LIST' => 'Emails',
|
||||
'LBL_EMAIL_RELATE' => 'Related Do',
|
||||
'LNK_EMAIL_TEMPLATE_LIST' => 'View Email Templates',
|
||||
'LNK_MEETING_LIST' => 'Meetings',
|
||||
'LNK_NEW_ARCHIVE_EMAIL' => 'Create Archived Email',
|
||||
'LNK_NEW_CALL' => 'Log Call',
|
||||
'LNK_NEW_EMAIL_TEMPLATE' => 'Create Email Template',
|
||||
'LNK_NEW_EMAIL' => 'Send Email',
|
||||
'LNK_NEW_MEETING' => 'Schedule Meeting',
|
||||
'LNK_NEW_NOTE' => 'Create Note or Attachment',
|
||||
'LNK_NEW_SEND_EMAIL' => 'Utwórz wiadomość',
|
||||
'LNK_NEW_TASK' => 'Create Task',
|
||||
'LNK_NOTE_LIST' => 'Notes',
|
||||
'LNK_SENT_EMAIL_LIST' => 'Sent Emails',
|
||||
'LNK_TASK_LIST' => 'Tasks',
|
||||
'LNK_VIEW_CALENDAR' => 'Doday',
|
||||
|
||||
'LBL_LIST_ASSIGNED' => 'Przypisany do',
|
||||
'LBL_LIST_CONTACT_NAME' => 'Contact Name',
|
||||
'LBL_LIST_CREATED' => 'Utworzony',
|
||||
'LBL_LIST_DATE_SENT' => 'Data wysłania',
|
||||
'LBL_LIST_DATE' => 'Data wysłania',
|
||||
'LBL_LIST_FORM_DRAFTS_TITLE'=> 'Draft',
|
||||
'LBL_LIST_FORM_SENT_TITLE' => 'Sent Emails',
|
||||
'LBL_LIST_FORM_TITLE' => 'Lista Emaili',
|
||||
'LBL_LIST_FROM_ADDR' => 'Od',
|
||||
'LBL_LIST_RELATED_TO' => 'Szukaj w',
|
||||
'LBL_LIST_SUBJECT' => 'Temat',
|
||||
'LBL_LIST_TIME' => 'Time Sent',
|
||||
'LBL_LIST_TO_ADDR' => 'Do',
|
||||
'LBL_LIST_TYPE' => 'Typ',
|
||||
|
||||
'NTC_REMOVE_INVITEE' => 'Are you sure you want to remove this recipient from the email?',
|
||||
'WARNING_SETTINGS_NOT_CONF' => 'Warning: Your email settings are not configured to send email.',
|
||||
'WARNING_NO_UPLOAD_DIR' => 'Załączniki may fail: No value for "upload_tmp_dir" was detected. Please correct this in your php.ini file.',
|
||||
'WARNING_UPLOAD_DIR_NOT_WRITABLE' => 'Załączniki may fail: An incorrect or unusable value for "upload_tmp_dir" was detected. Please correct this in your php.ini file.',
|
||||
|
||||
// for All emails
|
||||
'LBL_BUTTON_RAW_TITLE' => 'Show Raw Message [Alt+E]',
|
||||
'LBL_BUTTON_RAW_KEY' => 'e',
|
||||
'LBL_BUTTON_RAW_LABEL' => 'Show Raw',
|
||||
'LBL_BUTTON_RAW_LABEL_HIDE' => 'Hide Raw',
|
||||
|
||||
// for InboundEmail
|
||||
'LBL_BUTTON_CHECK' => 'Check Mail',
|
||||
'LBL_BUTTON_CHECK_TITLE' => 'Check For New Email [Alt+C]',
|
||||
'LBL_BUTTON_CHECK_KEY' => 'c',
|
||||
'LBL_BUTTON_FORWARD' => 'Forward',
|
||||
'LBL_BUTTON_FORWARD_TITLE' => 'Forward This Email [Alt+F]',
|
||||
'LBL_BUTTON_FORWARD_KEY' => 'f',
|
||||
'LBL_BUTTON_REPLY_KEY' => 'r',
|
||||
'LBL_BUTTON_REPLY_TITLE' => 'Reply [Alt+R]',
|
||||
'LBL_BUTTON_REPLY' => 'Reply',
|
||||
'LBL_CASES_SUBPANEL_TITLE' => 'Cases',
|
||||
'LBL_INBOUND_TITLE' => 'Inbound Email',
|
||||
'LBL_INTENT' => 'Intent',
|
||||
'LBL_MESSAGE_ID' => 'Message ID',
|
||||
'LBL_REPLY_HEADER_1' => 'On ',
|
||||
'LBL_REPLY_HEADER_2' => 'wrote:',
|
||||
'LBL_REPLY_TO_ADDRESS' => 'Reply-to Address',
|
||||
'LBL_REPLY_TO_NAME' => 'Reply-to Name',
|
||||
|
||||
'LBL_LIST_BUG' => 'Bugs',
|
||||
'LBL_LIST_CASE' => 'Cases',
|
||||
'LBL_LIST_CONTACT' => 'Kontakt',
|
||||
'LBL_LIST_LEAD' => 'Leads',
|
||||
'LBL_LIST_TASK' => 'Tasks',
|
||||
'LBL_LIST_ASSIGNED_TO_NAME' => 'Assigned User',
|
||||
|
||||
// for Inbox
|
||||
'LBL_ALL' => 'All',
|
||||
'LBL_ASSIGN_WARN' => 'Ensure that all 2 options are selected.',
|
||||
'LBL_BACK_TO_GROUP' => 'Back to Group Inbox',
|
||||
'LBL_BUTTON_DISTRIBUTE_KEY' => 'a',
|
||||
'LBL_BUTTON_DISTRIBUTE_TITLE'=> 'Assign [Alt+A]',
|
||||
'LBL_BUTTON_DISTRIBUTE' => 'Assign',
|
||||
'LBL_BUTTON_GRAB_KEY' => 't',
|
||||
'LBL_BUTTON_GRAB_TITLE' => 'Take from Group [Alt+T]',
|
||||
'LBL_BUTTON_GRAB' => 'Take from Group',
|
||||
'LBL_CREATE_BUG' => 'Create Bug',
|
||||
'LBL_CREATE_CASE' => 'Create Case',
|
||||
'LBL_CREATE_CONTACT' => 'Create Contact',
|
||||
'LBL_CREATE_LEAD' => 'Create Lead',
|
||||
'LBL_CREATE_TASK' => 'Create Task',
|
||||
'LBL_DIST_TITLE' => 'Assignment',
|
||||
'LBL_LOCK_FAIL_DESC' => 'The chosen item is unavailable currently.',
|
||||
'LBL_LOCK_FAIL_USER' => ' has taken ownership.',
|
||||
'LBL_MASS_DELETE_ERROR' => 'No checked items were passed for deletion.',
|
||||
'LBL_NEW' => 'New',
|
||||
'LBL_NEXT_EMAIL' => 'Next Free Item',
|
||||
'LBL_NO_GRAB_DESC' => 'There were no items available. Try again in a moment.',
|
||||
'LBL_QUICK_REPLY' => 'Reply',
|
||||
'LBL_REPLIED' => 'Replied',
|
||||
'LBL_SELECT_TEAM' => 'Select Teams',
|
||||
'LBL_TAKE_ONE_TITLE' => 'Reps',
|
||||
'LBL_TITLE_SEARCH_RESULTS' => 'Search Results',
|
||||
'LBL_TO' => 'Do: ',
|
||||
'LBL_TOGGLE_ALL' => 'Doggle All',
|
||||
'LBL_UNKNOWN' => 'Unknown',
|
||||
'LBL_UNREAD_HOME' => 'Unread Emails',
|
||||
'LBL_UNREAD' => 'Unread',
|
||||
'LBL_USE_ALL' => 'All Search Results',
|
||||
'LBL_USE_CHECKED' => 'Only Checked',
|
||||
'LBL_USE_MAILBOX_INFO' => 'Use Mailbox Od: Address',
|
||||
'LBL_USE' => 'Assign:',
|
||||
'LBL_ASSIGN_SELECTED_RESULTS_TO' => 'Assign Selected Results Do: ',
|
||||
'LBL_USER_SELECT' => 'Select Users',
|
||||
'LBL_USING_RULES' => 'Using Rules:',
|
||||
'LBL_WARN_NO_DIST' => 'No Distribution Method Selected',
|
||||
'LBL_WARN_NO_USERS' => 'No Users are selected',
|
||||
'LBL_WARN_NO_USERS_OR_TEAM' => 'Please select either a user or team for assignment.',
|
||||
'LBL_IMPORT_STATUS_TITLE' => 'Status',
|
||||
'LBL_LIST_STATUS' => 'Status',
|
||||
'LBL_LIST_TITLE_GROUP_INBOX'=> 'Group Inbox',
|
||||
'LBL_LIST_TITLE_MY_DRAFTS' => 'My Drafts',
|
||||
'LBL_LIST_TITLE_MY_INBOX' => 'My Inbox',
|
||||
'LBL_LIST_TITLE_MY_SENT' => 'My Sent Email',
|
||||
'LBL_LIST_TITLE_MY_ARCHIVES'=> 'My Archived Emails',
|
||||
'LBL_ACTIVITIES_REPORTS' => 'Activities Report',
|
||||
|
||||
'LNK_CHECK_MY_INBOX' => 'Check My Mail',
|
||||
'LNK_DATE_SENT' => 'Data wysłania',
|
||||
'LNK_GROUP_INBOX' => 'Group Inbox',
|
||||
'LNK_MY_DRAFTS' => 'My Drafts',
|
||||
'LNK_MY_INBOX' => 'Mój Email',
|
||||
'LNK_VIEW_MY_INBOX' => 'Pokaż moje Emaile',
|
||||
'LNK_QUICK_REPLY' => 'Reply',
|
||||
'LNK_MY_ARCHIVED_LIST' => 'My Archives',
|
||||
'LBL_EMAILS_NO_PRIMARY_TEAM_SPECIFIED' =>'No Primary Team specified',
|
||||
|
||||
// advanced search
|
||||
|
||||
'LBL_ASSIGNED_TO' => 'Przypisane do:',
|
||||
'LBL_MEMBER_OF' => 'Parent',
|
||||
'LBL_QUICK_CREATE' => 'Quick Create',
|
||||
'LBL_STATUS' => 'Status:',
|
||||
'LBL_EMAIL_FLAGGED' => 'Flagged:',
|
||||
'LBL_EMAIL_REPLY_TO_STATUS' => 'Reply Do Status:',
|
||||
'LBL_TYPE' => 'Typ:',
|
||||
//#20680 EmialTemplate Ext.Message.show;
|
||||
'LBL_EMAILTEMPLATE_MESSAGE_SHOW_TITLE' => 'Please check!',
|
||||
'LBL_EMAILTEMPLATE_MESSAGE_SHOW_MSG' => 'Selecting this template will overwrite any data already entered within the email body. Do you wish to continue?',
|
||||
'LBL_EMAILTEMPLATE_MESSAGE_CLEAR_MSG' => 'Selecting "--None--" will clear any data already entered within the email body. Do you wish to continue?',
|
||||
'LBL_CHECK_ATTACHMENTS'=>'Please Check Załączniki!',
|
||||
'LBL_HAS_ATTACHMENTS' => 'This email already has attachment(s). Would you like to keep the attachment(s)?',
|
||||
'ERR_MISSING_REQUIRED_FIELDS' => 'Missing required field',
|
||||
'ERR_INVALID_REQUIRED_FIELDS' => 'Invalid required field',
|
||||
'LBL_FILTER_BY_RELATED_BEAN' => 'Only show recipients related to',
|
||||
'LBL_RECIPIENTS_HAVE_BEEN_ADDED' => 'Recipients have been added.',
|
||||
'LBL_ADD_INBOUND_ACCOUNT' => 'Add',
|
||||
'LBL_ADD_OUTBOUND_ACCOUNT' => 'Add',
|
||||
'LBL_EMAIL_ACCOUNTS_INBOUND' => 'Mail Account Properties',
|
||||
'LBL_EMAIL_SETTINGS_OUTBOUND_ACCOUNT' => 'Outgoing SMTP Mail Server',
|
||||
'LBL_EMAIL_SETTINGS_OUTBOUND_ACCOUNTS' => 'Outgoing SMTP Mail Servers',
|
||||
'LBL_EMAIL_SETTINGS_INBOUND_ACCOUNTS' => 'Mail Accounts',
|
||||
'LBL_EMAIL_SETTINGS_INBOUND' => 'Incoming Email',
|
||||
'LBL_EMAIL_SETTINGS_OUTBOUND' => 'Outgoing Email',
|
||||
'LBL_ADD_CC' => 'Dodaj Cc',
|
||||
'LBL_ADD_BCC' => 'Dodaj Bcc',
|
||||
'LBL_ADD_TO_ADDR' => 'Add Do',
|
||||
'LBL_SELECTED_ADDR' => 'Selected',
|
||||
'LBL_ADD_CC_BCC_SEP' => '|',
|
||||
'LBL_SEND_EMAIL_FAIL_TITLE' => 'Error Sending Email',
|
||||
'LBL_EMAIL_DETAIL_VIEW_SHOW' => 'show ',
|
||||
'LBL_EMAIL_DETAIL_VIEW_MORE' => ' more',
|
||||
'LBL_MORE_OPTIONS' => 'More',
|
||||
'LBL_LESS_OPTIONS' => 'Less',
|
||||
'LBL_MAILBOX_TYPE_PERSONAL' => 'Personal',
|
||||
'LBL_MAILBOX_TYPE_GROUP' => 'Group',
|
||||
'LBL_MAILBOX_TYPE_GROUP_FOLDER' => 'Group - Auto-Import',
|
||||
'LBL_SEARCH_FOR' => 'Szukaj',
|
||||
'LBL_EMAIL_INBOUND_TYPE_HELP' => '<b>Personal</b>: Email account accessible by you. Only you can manage and import emails from this account.<br><b>Group</b>: Email account accessible by members of specified teams. Team members can manage and import emails from this account.<br><b>Group - auto-import</b>: Email account accessible by members of specified teams. Emails are automatically imported as records.',
|
||||
// 'LBL_ADDRESS_BOOK_SEARCH_HELP' => 'Enter an email address, First Name, Last Name or Account Name to find recipients.',
|
||||
'LBL_ADDRESS_BOOK_SEARCH_HELP' => 'Wpisz adres email, imię, nazwisko, lub nazwę kontaktu',
|
||||
'LBL_TEST_SETTINGS' => 'Test Settings',
|
||||
'LBL_EMPTY_EMAIL_BODY' => '<p><span style="color: #888888;"><em>This Message Has No Content</em></span></p>',
|
||||
'LBL_TEST_EMAIL_SUBJECT' => 'Test Email from Sugar',
|
||||
'LBL_NO_SUBJECT' =>'(no subject)',
|
||||
'LBL_CHECKING_ACCOUNT' => 'Checking Account',
|
||||
'LBL_OF' => 'of',
|
||||
'LBL_TEST_EMAIL_BODY' => 'This email was sent in order to test the outgoing mail server information provided in the Sugar application. A successful receipt of this email indicates that the outgoing mail server information provided is valid.',
|
||||
|
||||
// for outbound email dialog
|
||||
'LBL_MAIL_SMTPUSER' => 'Username',
|
||||
'LBL_MAIL_SMTPPASS' => 'Password',
|
||||
'LBL_MAIL_SMTPSERVER' => 'SMTP Mail Server',
|
||||
'LBL_SMTP_SERVER_HELP' => 'This SMTP Mail Server can be used for outgoing mail. Provide a username and password for your email account in order to use the mail server.',
|
||||
'LBL_MISSING_DEFAULT_OUTBOUND_SMTP_SETTINGS' => 'The administator has not yet configured the default outbound account. Unable to send test email.',
|
||||
'LBL_MAIL_SMTPAUTH_REQ' => 'Use SMTP Authentication?',
|
||||
'LBL_MAIL_SMTPPASS' => 'SMTP Password:',
|
||||
'LBL_MAIL_SMTPPORT' => 'SMTP Port:',
|
||||
'LBL_MAIL_SMTPSERVER' => 'SMTP Server:',
|
||||
'LBL_MAIL_SMTPUSER' => 'SMTP Username:',
|
||||
'LBL_MAIL_SMTPTYPE' => 'SMTP Server Type:',
|
||||
'LBL_MAIL_SMTP_SETTINGS' => 'SMTP Server Specification',
|
||||
'LBL_CHOOSE_EMAIL_PROVIDER' => 'Choose your Email provider:',
|
||||
'LBL_YAHOOMAIL_SMTPPASS' => 'Yahoo! Mail Password:',
|
||||
'LBL_YAHOOMAIL_SMTPUSER' => 'Yahoo! Mail ID:',
|
||||
'LBL_GMAIL_SMTPPASS' => 'Gmail Password:',
|
||||
'LBL_GMAIL_SMTPUSER' => 'Gmail Email Address:',
|
||||
'LBL_EXCHANGE_SMTPPASS' => 'Exchange Password:',
|
||||
'LBL_EXCHANGE_SMTPUSER' => 'Exchange Username:',
|
||||
'LBL_EXCHANGE_SMTPPORT' => 'Exchange Server Port:',
|
||||
'LBL_EXCHANGE_SMTPSERVER' => 'Exchange Server:',
|
||||
);
|
||||
Reference in New Issue
Block a user