- Online only

Czech translation for "Customer portal 7.1.x" of Vtiger CRM system
License
One license permits running an add-on only on one instance (installation).
For an unlimited license or more information, do not hesitate to contact us.
Version history
Version 1.0 (29.3.2019)
Installation manual
1. Unzip the downloaded file czechVtiger71_v1.0_customer_portal.zip (7zip, Total Commander).
2. In the "Customer Portal" location on your server, copy the contents of the /i18n folder via FTP (FilleZilla, Total Commander etc.), which you unpacked in the first step into the same directory.
3. Edit file config.php
Vyhledejte:
self::$data['languages'] = array(
a přidejte nový řádek
array('label' => 'Čeština', 'value' => 'cs_cz'),
a dále řádek:
$default_language = 'en_us';
změňte na
$default_language = 'cs_cz';
4. Edit file layouts/default/templates/Portal/Login.tpl
Vyhledejte:
<option value="en_us">US English</option>
a nad přidejte:
<option value="cs_cz">Čeština</option>
5. Edit file layouts/default/resources/components/main.js
Vyhledejte:
$scope.language = "en_us"
změňte na
$scope.language = "cs_cz"
6. Edit file portal/layouts/default/resources/application.js
Vyhledejte:
$translateProvider.preferredLanguage("en_us");
$translateProvider.fallbackLanguage("en_us");
změňte na
$translateProvider.preferredLanguage("cs_cz");
$translateProvider.fallbackLanguage("cs_cz");
Kompatibilita
Vtiger Customer portal 7.1.x