| Server IP : 138.197.176.125 / Your IP : 216.73.217.55 Web Server : Apache/2.4.41 (Ubuntu) System : Linux SuiteCRM-8 5.4.0-216-generic #236-Ubuntu SMP Fri Apr 11 19:53:21 UTC 2025 x86_64 User : root ( 0) PHP Version : 8.3.19 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /var/www/crest/languages/sk_test/ |
Upload File : |
<?php
/* *********************************************************************************
* The content of this file is subject to the ITS4YouInstaller 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(
'ITS4YouInstaller' => 'Installer',
'SINGLE_ITS4YouInstaller' => 'Installer',
'LBL_MODULE_NAME' => 'Installer',
'LBL_UNINSTALL' => 'Uninstall',
'LBL_UNINSTALL_DESC' => 'Remove Module completely from your vTiger.',
'LBL_MODULE' => 'Module',
'LBL_LICENSE_SETTINGS_INFO' => 'Manage your Module License Key',
'LBL_LICENSE' => 'License settings',
'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 ITS4YouInstaller',
'LBL_DOWNLOAD' => 'Download',
'LBL_DOWNLOAD_INSTALLER' => 'Download Installer',
'COPYRIGHT' => ':: IT-Solutions4You',
'LBL_UPGRADE' => 'Upgrade',
'MyExtension' => 'My Extension',
'LBL_MANAGE_MODULES' => 'Manage Extensions',
'LBL_SYSTEM_REQUIREMENTS' => 'System requirements',
'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_REQUIREMENTS' => 'Requirements',
'LBL_MODULE_REQUIREMENTS' => 'Module Requirements',
'LBL_CLEAR_CACHE' => 'Clear Cache',
'LBL_SCAN_SUB_FOLDERS' => 'Scan sub folders and files',
'LBL_SELECT_SOURCE_MODULE' => 'Select Source module',
'LBL_MODULE_NOT_ACTIVE_OR_DELETED' => 'Source Module is not active or deleted',
'LBL_LICENSE_MANAGE' => 'Manage licenses',
);
$jsLanguageStrings = array(
'JS_UNINSTALL_CONFIRM' => 'Are you sure to completely remove module from your vTiger?',
);