Files
crm.clientright.ru/languages/sk_sk/ITS4YouCalculateFields.php

45 lines
2.0 KiB
PHP
Raw Permalink Normal View History

<?php
/* *********************************************************************************
* The content of this file is subject to the ITS4YouCalculateFields license.
* ("License"); You may not use this file except in compliance with the License
* The Initial Developer of the Original Code is IT-Solutions4You s.r.o.
* Portions created by IT-Solutions4You s.r.o. are Copyright(C) IT-Solutions4You s.r.o.
* All Rights Reserved.
* ******************************************************************************* */
$languageStrings = array(
'LBL_LICENSE' => 'Licencia',
'LBL_UPGRADE' => 'Aktualizácia',
'LBL_UNINSTALL' => 'Odinštalovanie',
'ITS4YouCalculateFields' => 'Calculate Fields',
'SINGLE_ITS4YouCalculateFields' => 'Calculate Fields',
'LBL_MODULE_NAME' => 'Calculate Fields',
'LBL_UNINSTALL_DESC' => 'Remove Module completely from your vTiger.',
'LBL_MODULE' => 'Module',
'LBL_LICENSE_SETTINGS_INFO' => 'Manage your Module License Key',
'LBL_LICENSE_DESC' => 'Manage all settings related to your license',
'LBL_URL' => 'Your vtiger url',
'LBL_LICENSE_ACTIVE' => 'Extension is active',
'LBL_LICENSE_INACTIVE' => 'Extension is not active',
'LBL_INSTALLER_NOT_ACTIVE' => 'Install or Activate ITS4YouInstaller module to manage your licenses.',
'LBL_INSTALLER_UPDATE' => 'Update ITS4YouInstaller module for access to ITS4YouCalculateFields',
'LBL_DOWNLOAD' => 'Download',
'LBL_DOWNLOAD_INSTALLER' => 'Download Installer',
'COPYRIGHT' => ':: IT-Solutions4You',
'LBL_RECORD_ID' => 'Record ID',
'LBL_BLOCK_SYSTEM_INFORMATION' => 'System Information',
'LBL_EDIT_FIELDS' => 'Fields & Layout',
'LBL_EDIT_WORKFLOWS' => 'Workflows',
'LBL_MODULE_SEQUENCE_NUMBERING' => 'Numbering',
'LBL_VERSION' => 'Version',
'LBL_INTEGRATION' => 'Integration',
'LBL_MODULE_REQUIREMENTS' => 'Module Requirements',
'LBL_LICENSE_MANAGE' => 'Manage licenses',
'LBL_LICENSE_USED_BY_OTHER_USERS' => 'License used by other users',
);
$jsLanguageStrings = array(
'JS_UNINSTALL_CONFIRM' => 'Are you sure to completely remove module from your vTiger?',
);