File: /home/nexper/public_html/crm/modules/AOS_PDF_Templates/language/en_us.lang.php
<?php
/**
* Products, Quotations & Invoices modules.
* Extensions to SugarCRM
* @package Advanced OpenSales for SugarCRM
* @subpackage Products
* @copyright SalesAgility Ltd http://www.salesagility.com
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU AFFERO GENERAL PUBLIC LICENSE as published by
* the Free Software Foundation; either version 3 of the License, or
* (at your option) any later version.
*
* 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 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
*
* @author Salesagility Ltd <support@salesagility.com>
*/
$mod_strings = array (
'LBL_ASSIGNED_TO_ID' => 'Assigned User Id',
'LBL_ASSIGNED_TO_NAME' => 'Assigned to',
'LBL_ID' => 'ID',
'LBL_DATE_ENTERED' => 'Date Created',
'LBL_DATE_MODIFIED' => 'Date Modified',
'LBL_MODIFIED' => 'Modified By',
'LBL_MODIFIED_ID' => 'Modified By Id',
'LBL_MODIFIED_NAME' => 'Modified By Name',
'LBL_CREATED' => 'Created By',
'LBL_CREATED_ID' => 'Created By Id',
'LBL_DESCRIPTION' => 'Body',
'LBL_HEADER' => 'Header',
'LBL_FOOTER' => 'Footer',
'LBL_DELETED' => 'Deleted',
'LBL_NAME' => 'Name',
'LBL_CREATED_USER' => 'Created by User',
'LBL_MODIFIED_USER' => 'Modified by User',
'LBL_LIST_FORM_TITLE' => 'PDF Templates List',
'LBL_MODULE_NAME' => 'PDF Templates',
'LBL_MODULE_TITLE' => 'PDF Templates: Home',
'LBL_HOMEPAGE_TITLE' => 'My PDF Templates',
'LNK_NEW_RECORD' => 'Create PDF Template',
'LNK_LIST' => 'View PDF Templates',
'LBL_SEARCH_FORM_TITLE' => 'Search PDF Templates',
'LBL_HISTORY_SUBPANEL_TITLE' => 'View History',
'LBL_ACTIVITIES_SUBPANEL_TITLE' => 'Activities',
'LBL_AOS_PDF_TEMPLATES_SUBPANEL_TITLE' => 'PDF Templates',
'LBL_NEW_FORM_TITLE' => 'New PDF Template',
'LBL_TYPE' => 'Type',
'LBL_ACTIVE' => 'Active',
'LBL_DEFAULT_TEMPLATE' => 'Default Template',
'LBL_BUTTON_INSERT' => 'Insert',
'LBL_WARNING_OVERWRITE' => 'Warning this will overwrite you current Work',
'LBL_INSERT_FIELDS' => 'Insert Fields',
'LBL_SAMPLE' => 'Load Sample',
'LBL_PAGE' => 'Page',
'LBL_PREPARED_FOR' => 'Prepared For',
'LBL_PREPARED_BY' => 'Prepared By',
'LBL_QUOTE_SAMPLE' => 'Quote Sample',
'LBL_INVOICE_SAMPLE' => 'Invoice Sample',
'LBL_ACCOUNT_SAMPLE' => 'Account Sample',
'LBL_CONTACT_SAMPLE' => 'Contact Sample',
'LBL_LEAD_SAMPLE' => 'Lead Sample',
'LBL_ANY_STREET' => 'Any Street',
'LBL_ANY_TOWN' => 'Any Town',
'LBL_ANY_WHERE' => 'Any Where',
'LBL_QUOTE_GROUP_SAMPLE' => 'Quote Group Sample',
'LBL_INVOICE_GROUP_SAMPLE' => 'Invoice Group Sample',
'LBL_MARGIN_LEFT' => 'Margin Left',
'LBL_MARGIN_RIGHT' => 'Margin Right',
'LBL_MARGIN_TOP' => 'Margin Top',
'LBL_MARGIN_BOTTOM' => 'Margin Bottom',
'LBL_MARGIN_HEADER' => 'Margin Header',
'LBL_MARGIN_FOOTER' => 'Margin Footer',
'LBL_EDITVIEW_PANEL1' => 'Margins',
'LBL_DETAILVIEW_PANEL1' => 'Margins',
);
?>