72 lines
2.6 KiB
PHP
72 lines
2.6 KiB
PHP
|
|
<?php
|
||
|
|
|
||
|
|
/*+**********************************************************************************
|
||
|
|
* The contents of this file are subject to the vtiger CRM Public License Version 1.1
|
||
|
|
* ("License"); You may not use this file except in compliance with the License
|
||
|
|
* The Original Code is: SalesPlatform Ltd
|
||
|
|
* The Initial Developer of the Original Code is SalesPlatform Ltd.
|
||
|
|
* All Rights Reserved.
|
||
|
|
* If you have any questions or comments, please email: devel@salesplatform.ru
|
||
|
|
************************************************************************************/
|
||
|
|
|
||
|
|
$languageStrings = Array (
|
||
|
|
'MyExtension' => 'My Extension',
|
||
|
|
"LBL_MODULE_NAME"=>"PDF Templates",
|
||
|
|
"PDF Templates"=>"PDF Templates",
|
||
|
|
"LBL_TEMPLATE_GENERATOR"=>"PDF Templates",
|
||
|
|
"LBL_TEMPLATE_GENERATOR_DESCRIPTION"=>"PDF templates editor.",
|
||
|
|
"LBL_DELETE"=>"Delete",
|
||
|
|
"LBL_ADD_TEMPLATE"=>"Add template",
|
||
|
|
"LBL_LIST_SELECT"=>"Select",
|
||
|
|
"LBL_TEMPLATES_LIST"=>"List Templates",
|
||
|
|
"LBL_TEMPLATE_NAME"=>"Template name",
|
||
|
|
"LBL_MODULENAMES"=>"Module",
|
||
|
|
"LBL_RECIPIENT_FIELDS"=>"Recipient variables (To)",
|
||
|
|
"LBL_DESCRIPTION"=>"Description",
|
||
|
|
"LBL_ACTION"=>"Action",
|
||
|
|
"LBL_TEMPLATE"=>"Template",
|
||
|
|
"LBL_EDIT"=>"Edit",
|
||
|
|
"LBL_NEW_TEMPLATE"=>"New template",
|
||
|
|
"LBL_PROPERTIES"=>"Properties",
|
||
|
|
"portrait"=>"Portrait",
|
||
|
|
"landscape"=>"Landscape",
|
||
|
|
"LBL_MARGINS"=>"Margins",
|
||
|
|
"LBL_TOP"=>"Top",
|
||
|
|
"LBL_BOTTOM"=>"Bottom",
|
||
|
|
"LBL_LEFT"=>"Left",
|
||
|
|
"LBL_RIGHT"=>"Right",
|
||
|
|
"LBL_PLS_SELECT"=>"Please select ...",
|
||
|
|
"LBL_COMPANY_USER_INFO"=>"Company and User information",
|
||
|
|
"LBL_OTHER_INFO"=>"Other informations",
|
||
|
|
"LBL_INSERT_TO_TEXT"=>"Insert into template",
|
||
|
|
"LBL_INSERT_BARCODE_TO_TEXT"=>"Insert Barcode into template",
|
||
|
|
"LBL_COMPANY_INFO"=>"Company information",
|
||
|
|
"LBL_USER_INFO"=>"Assigned to User",
|
||
|
|
"LBL_LOGGED_USER_INFO"=>"Logged in User",
|
||
|
|
"LBL_PDF_TEMPLATE"=>"PDF Template",
|
||
|
|
"LBL_DUPLICATE"=>"Duplicate",
|
||
|
|
"LBL_CANCEL_BUTTON_LABEL"=>"Cancel",
|
||
|
|
"LBL_SAVE_BUTTON_LABEL"=>"Save",
|
||
|
|
"LBL_EDIT_BUTTON_LABEL"=>"Edit",
|
||
|
|
"LBL_DUPLICATE_BUTTON"=>"Duplicate",
|
||
|
|
|
||
|
|
//other
|
||
|
|
"LBL_CHANGE_MODULE"=>"Change module",
|
||
|
|
"LBL_CHANGE_MODULE_QUESTION"=>"Are you sure to change primary module.",
|
||
|
|
"LBL_PROPERTIES_TAB"=>"Properties",
|
||
|
|
"LBL_MODULE_ERROR"=>"Please select the module.",
|
||
|
|
"LBL_MISSING_FIELDS"=>"Missing mndatory fields:",
|
||
|
|
"LBL_VIEWING"=>"Viewing",
|
||
|
|
"SELECT_TEMPLATE"=>"Please select the email template",
|
||
|
|
"CRM_TEMPLATES_DONT_EXIST"=>"No email templates have been created for this module.",
|
||
|
|
"CRM_TEMPLATES_ADMIN"=>"You can create a new email template ",
|
||
|
|
"TEMPLATE_CREATE_HERE"=>"here.",
|
||
|
|
"LBL_BODY"=>"Body",
|
||
|
|
|
||
|
|
"LBL_HEADER_SIZE"=>"Header size",
|
||
|
|
"LBL_FOOTER_SIZE"=>"Footer size",
|
||
|
|
"LBL_PAGE_ORIENTATION"=>"Page orientation",
|
||
|
|
// SalesPlatform.ru begin
|
||
|
|
'SPPDFTemplates' => 'SPPDFTemplates',
|
||
|
|
// SalesPlatform.ru end
|
||
|
|
);
|