16 lines
861 B
PHP
16 lines
861 B
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: vtiger CRM Open Source
|
||
|
|
* All Rights Reserved.
|
||
|
|
* Description: Defines the Russian language pack.
|
||
|
|
* The Initial Translator is Eugene Babiy (eugene.babiy@gmail.com).
|
||
|
|
* This Language Pack modified and supported by SalesPlatform Ltd
|
||
|
|
* SalesPlatform vtiger CRM Russian Community: http://community.salesplatform.ru/
|
||
|
|
* If you have any questions or comments, please email: devel@salesplatform.ru
|
||
|
|
************************************************************************************/
|
||
|
|
$languageStrings = Array (
|
||
|
|
'SPCMLConnector' => 'CommerceML excahge',
|
||
|
|
);
|
||
|
|
?>
|