Changeset 368
- Timestamp:
- 02/16/07 09:14:57
(2 years ago)
- Author:
- rats
- Message:
- GUI:
* renamed domain.gif to domains.gif (spelling-mistake)
* fixed language upload
- LANGUAGE:
* Czech: updated missing strings
- SETUP:
* added Makefile for AWStats (fixed bug #82)
* changed Makefile: added AWStats install, fixed uninstall errors, added gentoo
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r366 |
r368 |
|
| 11 | 11 | | * gui: disable stats-alias in client menu | |
|---|
| 12 | 12 | \_________________________________________________________________/ |
|---|
| | 13 | |
|---|
| | 14 | 2007-02-15 Benedikt Heintel |
|---|
| | 15 | - GUI: |
|---|
| | 16 | * renamed domain.gif to domains.gif (spelling-mistake) |
|---|
| | 17 | * fixed language upload |
|---|
| | 18 | - LANGUAGE: |
|---|
| | 19 | * Czech: updated missing strings |
|---|
| | 20 | - SETUP: |
|---|
| | 21 | * added Makefile for AWStats (fixed bug #82) |
|---|
| | 22 | * changed Makefile: added AWStats install, fixed uninstall errors, added gentoo |
|---|
| 13 | 23 | |
|---|
| 14 | 24 | 2007-02-14 Benedikt Heintel |
|---|
| r215 |
r368 |
|
| 7 | 7 | cp ./vhcs2.conf $(SYSTEM_CONF) ; \ |
|---|
| 8 | 8 | cd ./apache && $(MAKE) install ; cd .. ; \ |
|---|
| | 9 | cd ./awstats && $(MAKE) install ; cd .. ; \ |
|---|
| 9 | 10 | cd ./bind && $(MAKE) install ; cd .. ; \ |
|---|
| 10 | 11 | cd ./crontab && $(MAKE) install ; cd .. ; \ |
|---|
| … | … | |
| 17 | 18 | cd ./proftpd && $(MAKE) install ; cd .. ; \ |
|---|
| 18 | 19 | cd ./logrotate && $(MAKE) install ; cd .. ; \ |
|---|
| | 20 | elif [[ $(HOST_OS) == fedora ]] ; then \ |
|---|
| | 21 | cd ./dists/fedora && $(MAKE) install ; \ |
|---|
| | 22 | elif [[ $(HOST_OS) == gentoo ]] ; then \ |
|---|
| | 23 | cd ./dists/gentoo && $(MAKE) install ; \ |
|---|
| | 24 | elif [[ $(HOST_OS) == sles9 ]] ; then \ |
|---|
| | 25 | cd ./dists/sles9 && $(MAKE) install ; \ |
|---|
| 19 | 26 | elif [[ $(HOST_OS) == suse100 ]] ; then \ |
|---|
| 20 | 27 | cd ./dists/suse100 && $(MAKE) install ; \ |
|---|
| 21 | 28 | elif [[ $(HOST_OS) == suse93 ]] ; then \ |
|---|
| 22 | 29 | cd ./dists/suse93 && $(MAKE) install ; \ |
|---|
| 23 | | elif [[ $(HOST_OS) == fedora ]] ; then \ |
|---|
| 24 | | cd ./dists/fedora && $(MAKE) install ; \ |
|---|
| 25 | | elif [[ $(HOST_OS) == sles9 ]] ; then \ |
|---|
| 26 | | cd ./dists/sles9 && $(MAKE) install ; \ |
|---|
| 27 | 30 | fi |
|---|
| 28 | 31 | |
|---|
| … | … | |
| 32 | 35 | rm -rf $(SYSTEM_CONF)/vhcs2.conf ; \ |
|---|
| 33 | 36 | cd ./apache && $(MAKE) uninstall ; cd .. ; \ |
|---|
| | 37 | cd ./awstats && $(MAKE) uninstall ; cd .. ; \ |
|---|
| 34 | 38 | cd ./bind && $(MAKE) uninstall ; cd .. ; \ |
|---|
| 35 | 39 | cd ./crontab && $(MAKE) uninstall ; cd .. ; \ |
|---|
| … | … | |
| 41 | 45 | cd ./proftpd && $(MAKE) uninstall ; cd .. ; \ |
|---|
| 42 | 46 | cd ./logrotate && $(MAKE) uninstall ; cd .. ; \ |
|---|
| 43 | | elif [[ $(HOST_OS) == suse ]] ; then \ |
|---|
| 44 | | cd ./dists/suse && $(MAKE) uninstall ; \ |
|---|
| 45 | 47 | elif [[ $(HOST_OS) == fedora ]] ; then \ |
|---|
| | 48 | cd ./dists/fedora && $(MAKE) uninstall ; \ |
|---|
| | 49 | elif [[ $(HOST_OS) == gentoo ]] ; then \ |
|---|
| 46 | 50 | cd ./dists/fedora && $(MAKE) uninstall ; \ |
|---|
| 47 | 51 | elif [[ $(HOST_OS) == sles9 ]] ; then \ |
|---|
| 48 | 52 | cd ./dists/sles9 && $(MAKE) uninstall ; \ |
|---|
| | 53 | elif [[ $(HOST_OS) == suse93 ]] ; then \ |
|---|
| | 54 | cd ./dists/suse93 && $(MAKE) uninstall ; \ |
|---|
| | 55 | elif [[ $(HOST_OS) == suse100 ]] ; then \ |
|---|
| | 56 | cd ./dists/suse100 && $(MAKE) uninstall ; \ |
|---|
| 49 | 57 | fi |
|---|
| 50 | 58 | |
|---|
| r365 |
r368 |
|
| 32 | 32 | $tpl -> define_dynamic('lang_def', 'lang_row'); |
|---|
| 33 | 33 | |
|---|
| 34 | | $theme_color = $cfg['USER_INITIAL_THEME']; |
|---|
| | 34 | $theme = $cfg['USER_INITIAL_THEME']; |
|---|
| 35 | 35 | |
|---|
| 36 | 36 | $tpl -> assign( |
|---|
| 37 | 37 | array( |
|---|
| 38 | 38 | 'TR_ADMIN_I18N_PAGE_TITLE' => tr('VHCS - Admin/Internationalization'), |
|---|
| 39 | | 'THEME_COLOR_PATH' => "../themes/$theme_color", |
|---|
| | 39 | 'THEME_COLOR_PATH' => "../themes/$theme", |
|---|
| 40 | 40 | 'THEME_CHARSET' => tr('encoding'), |
|---|
| 41 | 41 | 'ISP_LOGO' => get_logo($_SESSION['user_id']), |
|---|
| … | … | |
| 80 | 80 | SQL_QUERY; |
|---|
| 81 | 81 | |
|---|
| 82 | | $rs = exec_query($sql, $query, array($user_id, $user_lang, $theme_color)); |
|---|
| | 82 | $rs = exec_query($sql, $query, array($user_id, $user_lang, $theme)); |
|---|
| 83 | 83 | } |
|---|
| 84 | 84 | else { |
|---|
| … | … | |
| 118 | 118 | if (!($file_type === "application/octet-stream")){ |
|---|
| 119 | 119 | set_page_message(tr('You can upload only text files!')); |
|---|
| 120 | | echo $file_type; |
|---|
| 121 | 120 | return; |
|---|
| 122 | 121 | } |
|---|
| … | … | |
| 130 | 129 | } |
|---|
| 131 | 130 | $table = fgets($fd, 4096); |
|---|
| 132 | | $table = explode("=", trim($table)); |
|---|
| | 131 | $table = explode(" = ", trim($table)); |
|---|
| 133 | 132 | if ($table[0] != "vhcs_table") { |
|---|
| 134 | 133 | set_page_message(tr('Can not read vhcs language file!')); |
|---|
| … | … | |
| 139 | 138 | $tables = $sql->MetaTables(); |
|---|
| 140 | 139 | $nlang = count($tables); |
|---|
| 141 | | $lang_update = 0; |
|---|
| | 140 | $lang_update = false; |
|---|
| 142 | 141 | |
|---|
| 143 | 142 | $i = 0; |
|---|
| … | … | |
| 145 | 144 | $data = $tables[$i]; |
|---|
| 146 | 145 | if ($data == $lang_table) { |
|---|
| 147 | | $lang_update = 1; |
|---|
| | 146 | $lang_update = true; |
|---|
| 148 | 147 | } |
|---|
| 149 | 148 | $i++; |
|---|
| 150 | | } while ($lang_update == 1 OR $i >= $nlang); |
|---|
| 151 | | |
|---|
| 152 | | clearstatcache(); |
|---|
| | 149 | } while ($lang_update === false AND $i < $nlang); |
|---|
| | 150 | |
|---|
| | 151 | reset($tables); |
|---|
| 153 | 152 | if (file_exists($file)) { |
|---|
| 154 | 153 | $fd = fopen($file, "r"); |
|---|
| … | … | |
| 159 | 158 | } |
|---|
| 160 | 159 | |
|---|
| 161 | | // clean up table if this is language update |
|---|
| 162 | | $sql->Execute("DROP TABLE IF EXISTS `$lang_table`;"); |
|---|
| | 160 | if ($lang_update === true) { |
|---|
| | 161 | // clean up table if this is language update |
|---|
| | 162 | $sql->Execute("DROP TABLE IF EXISTS `$lang_table`;"); |
|---|
| | 163 | } |
|---|
| 163 | 164 | |
|---|
| 164 | 165 | $sql->Execute("CREATE TABLE `$lang_table` ( |
|---|
| … | … | |
| 173 | 174 | $buffer_id = fgets($fd, 4096); |
|---|
| 174 | 175 | $buffer_id = explode("=", trim($buffer_id)); |
|---|
| 175 | | $orig_string = @$buffer_id[0]; |
|---|
| 176 | | $trans_string = html_entity_decode(@$buffer_id[1]); |
|---|
| | 176 | $orig_string = trim(@$buffer_id[0]); |
|---|
| | 177 | $trans_string = trim(@$buffer_id[1]); |
|---|
| 177 | 178 | |
|---|
| 178 | 179 | $query = "INSERT INTO `$lang_table` (msgid,msgstr) VALUES (?, ?)"; |
|---|
| r365 |
r368 |
|
| 47 | 47 | $cfg['Servers'][$i]['history'] = 'pma_history'; |
|---|
| 48 | 48 | /* Name of the Server displayed */ |
|---|
| 49 | | $cfg['Servers'][$i]['verbose'] = 'mysql.myserver.com'; |
|---|
| | 49 | /*$cfg['Servers'][$i]['verbose'] = 'mysql.myserver.com';*/ // reactivate if domain is set in SETUP |
|---|
| 50 | 50 | |
|---|
| 51 | 51 | /* |
|---|
| r366 |
r368 |
|
| 1 | | vhcs_table = English |
|---|
| 2 | | vhcs_language = English |
|---|
| 3 | | vhcs_languageSetlocaleValue = en_GB |
|---|
| | 1 | vhcs_table = Czech |
|---|
| | 2 | vhcs_language = Česky |
|---|
| | 3 | vhcs_languageSetlocaleValue = cs_CZ |
|---|
| 4 | 4 | encoding = UTF-8 |
|---|
| 5 | 5 | do not exist = neexistuje |
|---|
| 6 | | Has IP address that can not be managed from the destination reseller !<br>This user can not be moved! = |
|---|
| 7 | | Has unlimited rights for a <b> = |
|---|
| 8 | | is exceeding limits for a <b> = |
|---|
| 9 | | you are logged now as = jsi přihlášen jako |
|---|
| | 6 | Has IP address that can not be managed from the destination reseller !<br>This user can not be moved! = Tohoto uživatele nelze přesunout, protože jeho IP adresa nemůže být spravována cílovým partnerem. |
|---|
| | 7 | Has unlimited rights for a <b> = Má neomezená práva pro <b> |
|---|
| | 8 | is exceeding limits for a <b> = přesahuje limit pro <b> |
|---|
| | 9 | you are logged now as = jste přihlášen jako |
|---|
| 10 | 10 | (Ex. domain-of-your-choice.com) = (vaše.domena.cz) |
|---|
| 11 | | (e.g. EUR) = |
|---|
| 12 | | (usually named backup_YYY_MM_DD.tar) = |
|---|
| | 11 | (e.g. EUR) = (např. EUR) |
|---|
| | 12 | (usually named backup_YYY_MM_DD.tar) = (obvykle se jménem zaloha_RRRR_MM_DD.tar) |
|---|
| 13 | 13 | [New] = [Nový] |
|---|
| 14 | 14 | [Re] = [Re] |
|---|
| 15 | | * denotes mandatory field. = |
|---|
| 16 | | </b> Address !<br>Edit reseller aborted! = |
|---|
| 17 | | </b> amount, present on the system! = |
|---|
| 18 | | </b> in a destination reseller,<br> = |
|---|
| 19 | | </b> In a destination reseller,<br> = |
|---|
| 20 | | </b> records on the system! = |
|---|
| 21 | | </b> records, present on the system! = |
|---|
| 22 | | </b> Service !<br> = |
|---|
| 23 | | </b> Service can not be disabled !<br>There is <b> = |
|---|
| | 15 | * denotes mandatory field. = * označuje povinnou položku. |
|---|
| | 16 | </b> Address !<br>Edit reseller aborted! = </b> Chybná adresa!<br>Úprava partnera byla zrušena. |
|---|
| | 17 | </b> amount, present on the system! = </b> částka vyskytující se v systému! |
|---|
| | 18 | </b> in a destination reseller,<br> = </b> u cílového partnera,<br> |
|---|
| | 19 | </b> In a destination reseller,<br> = </b> U cílového partnera,<br> |
|---|
| | 20 | </b> records on the system! = </b> záznamů v systému! |
|---|
| | 21 | </b> records, present on the system! = </b> záznamů vyskytujících se v systému! |
|---|
| | 22 | </b> Service !<br> = </b> Služba!<br> |
|---|
| | 23 | </b> Service can not be disabled !<br>There is <b> = </b> Službu nelze deaktivovat.<br>Závisí na ní <b> |
|---|
| 24 | 24 | </b> Service can not be limited !<br>specified number is smaller then <b> = </b> Service can not be limited !<br>specified number is smaller than <b> |
|---|
| 25 | 25 | </b> Service can not be limited !<br>Specified number is smaller then <b> = </b> Service can not be limited !<br>Specified number is smaller than <b> |
|---|
| … | … | |
| 35 | 35 | 3 = 3 |
|---|
| 36 | 36 | 4 = 4 |
|---|
| 37 | | Access your files through the web interface = |
|---|
| 38 | | Access your mail through the web interface = |
|---|
| 39 | | Account name = |
|---|
| | 37 | Access your files through the web interface = Přístup k vaším souborům přes web rozhraní |
|---|
| | 38 | Access your mail through the web interface = Přístup k vaší poště přes web rozhraní |
|---|
| | 39 | Account name = Název účtu |
|---|
| 40 | 40 | Action = |
|---|
| 41 | 41 | Activationlink valid (minutes) = |
|---|
| 42 | 42 | Active = |
|---|
| 43 | | Add = |
|---|
| | 43 | Add = Přidat |
|---|
| 44 | 44 | Add admin = Přidat administrátora |
|---|
| 45 | | Add alias = |
|---|
| 46 | | Add Cronjob = |
|---|
| 47 | | Add domain alias = |
|---|
| 48 | | Add existing user = |
|---|
| 49 | | Add FTP user = |
|---|
| | 45 | Add alias = Přidat alias |
|---|
| | 46 | Add Cronjob = Přidat úlohu |
|---|
| | 47 | Add domain alias = Přidat alias domény |
|---|
| | 48 | Add existing user = Přidat existujícího uživatele |
|---|
| | 49 | Add FTP user = Přidat uživatele FTP |
|---|
| 50 | 50 | Add group = Přidat skupinu |
|---|
| 51 | 51 | Add hosting plan = Přidat hostingový plán |
|---|
| 52 | | Add mail user = |
|---|
| 53 | | Add mail users = |
|---|
| 54 | | Add new button = |
|---|
| 55 | | Add new IP = |
|---|
| 56 | | Add new protected area = |
|---|
| 57 | | Add new user hosting plan = |
|---|
| | 52 | Add mail user = Přidat uživatele pošty |
|---|
| | 53 | Add mail users = Přidat uživatele pošty |
|---|
| | 54 | Add new button = Nové tlačítko |
|---|
| | 55 | Add new IP = Přidat novou IP |
|---|
| | 56 | Add new protected area = Přidat chráněnou zónu |
|---|
| | 57 | Add new user hosting plan = Přidat uživatelský plán hostingu |
|---|
| 58 | 58 | Add On A Domain = |
|---|
| 59 | | Add other domains to this account = |
|---|
| 60 | | Add plan = |
|---|
| | 59 | Add other domains to this account = Přidat k účtu další domény |
|---|
| | 60 | Add plan = Přidat plán |
|---|
| 61 | 61 | Add reseller = |
|---|
| 62 | | Add SQL database = |
|---|
| 63 | | Add SQL user = |
|---|
| 64 | | Add subdomain = |
|---|
| | 62 | Add SQL database = Přidat databázi SQL |
|---|
| | 63 | Add SQL user = Přidat uživatele SQL |
|---|
| | 64 | Add subdomain = Přidat subdoménu |
|---|
| 65 | 65 | Add to the system = |
|---|
| 66 | | Add user = |
|---|
| 67 | | Add/Details = |
|---|
| 68 | | Addition in progress = |
|---|
| 69 | | Additional data = |
|---|
| | 66 | Add user = Přidat uživatele |
|---|
| | 67 | Add/Details = Přidat/Detaily |
|---|
| | 68 | Addition in progress = Probíhá přidávání |
|---|
| | 69 | Additional data = Doplňující údaje |
|---|
| 70 | 70 | Admin log = |
|---|
| 71 | 71 | Admin Log = |
|---|
| 72 | 72 | Admin users = |
|---|
| 73 | | Administrator = |
|---|
| 74 | | Administrators = |
|---|
| 75 | | Adminitrators list is empty! = |
|---|
| | 73 | Administrator = Administrátor |
|---|
| | 74 | Administrators = Administrátoři |
|---|
| | 75 | Adminitrators list is empty! = Seznam administrátorů je prázdný! |
|---|
| 76 | 76 | Alais name = |
|---|
| 77 | 77 | Alias = |
|---|
| … | … | |
| 88 | 88 | Alias(es)<br><i>(-1 disabled, 0 unlimited) = |
|---|
| 89 | 89 | Aliases = |
|---|
| 90 | | All = |
|---|
| | 90 | All = Vše |
|---|
| 91 | 91 | All closed support tickets deleted successfully! = |
|---|
| 92 | 92 | All in = |
|---|
| … | … | |
| 96 | 96 | All traffic = |
|---|
| 97 | 97 | All users & resellers = |
|---|
| 98 | | All users = |
|---|
| | 98 | All users = Všichni uživatelé |
|---|
| 99 | 99 | Already in: = |
|---|
| 100 | | Apache logfiles = |
|---|
| 101 | | Apache logs = |
|---|
| 102 | | Apply changes = |
|---|
| 103 | | Are you sure you want to change the status of domain account? = |
|---|
| 104 | | Are you sure you want to delete = |
|---|
| 105 | | Are you sure you want to delete this account? = |
|---|
| 106 | | Are you sure you want to delete this order? = |
|---|
| 107 | | Area name = |
|---|
| 108 | | Assign = |
|---|
| | 100 | Apache logfiles = Soubory protokolů Apache |
|---|
| | 101 | Apache logs = Protokoly Apache |
|---|
| | 102 | Apply changes = Provést změny |
|---|
| | 103 | Are you sure you want to change the status of domain account? = Opravdu chcete změnit stav doménového účtu? |
|---|
| | 104 | Are you sure you want to delete = Opravdu odstranit? |
|---|
| | 105 | Are you sure you want to delete this account? = Opravdu odstranit tento účet? |
|---|
| | 106 | Are you sure you want to delete this order? = Opravdu odstranit tuto objednávku? |
|---|
| | 107 | Area name = Název zóny |
|---|
| | 108 | Assign = Přiřadit |
|---|
| 109 | 109 | Auto email template data updated! = |
|---|
| 110 | | Auto respond = |
|---|
| | 110 | Auto respond = Automatická odpověď |
|---|
| 111 | 111 | Automatic Updates = |
|---|
| 112 | | Available for purchasing = |
|---|
| 113 | | Available IPs = |
|---|
| | 112 | Available for purchasing = Dostupné ke koupi |
|---|
| | 113 | Available IPs = Dostupná IP |
|---|
| 114 | 114 | Available VHCS updates = |
|---|
| 115 | 115 | Awstats = |
|---|
| 116 | 116 | AwStats = |
|---|
| 117 | | Back = |
|---|
| 118 | | Backup / Restore = |
|---|
| 119 | | Backup = |
|---|
| 120 | | Backup and restore = |
|---|
| 121 | | Backup and Restore = |
|---|
| 122 | | Backup and restore settings = |
|---|
| | 117 | Back = Zpět |
|---|
| | 118 | Backup / Restore = Záloha / Obnova |
|---|
| | 119 | Backup = Záloha |
|---|
| | 120 | Backup and restore = Záloha a obnovení |
|---|
| | 121 | Backup and Restore = Záloha a obnovení |
|---|
| | 122 | Backup and restore settings = Nastavení zálohy a obnovy |
|---|
| 123 | 123 | Backup archive scheduled for restoring! = |
|---|
| 124 | 124 | Behind the name = |
|---|
| 125 | 125 | Billing Settings = |
|---|
| 126 | 126 | Blocktime (minutes) = |
|---|
| 127 | | Blue = |
|---|
| 128 | | Bruteforce detection = |
|---|
| 129 | | Button link = |
|---|
| 130 | | Button name = |
|---|
| 131 | | Button target = |
|---|
| 132 | | Can not connect as MySQL administrator! = |
|---|
| 133 | | Can Not Connect As MySQL Administrator! = |
|---|
| 134 | | Can not open directory !<br>Please contact your administrator ! = |
|---|
| 135 | | Can not open file! Please contact your administrator ! = |
|---|
| | 127 | Blue = Modrá |
|---|
| | 128 | Bruteforce detection = Vynucená detekce |
|---|
| | 129 | Button link = Odkaz tlačítka |
|---|
| | 130 | Button name = Jméno tlačítka |
|---|
| | 131 | Button target = Cíl tlačítka |
|---|
| | 132 | Can not connect as MySQL administrator! = Nelze se připojit jako MySQL administrátor! |
|---|
| | 133 | Can Not Connect As MySQL Administrator! = Nelze se připojit jako MySQL administrátor! |
|---|
| | 134 | Can not open directory !<br>Please contact your administrator ! = Nelze otevřít adresář! Kontaktujte administrátora! |
|---|
| | 135 | Can not open file! Please contact your administrator ! = Nelze otevřít soubor! Kontaktujte administrátora! |
|---|
| 136 | 136 | Can not read vhcs language file! = |
|---|
| 137 | | Cancel = |
|---|
| 138 | | Cancel order = |
|---|
| 139 | | Cannot connect as MySQL administrator! = |
|---|
| 140 | | Catch all = |
|---|
| 141 | | Catch all account = |
|---|
| 142 | | Catch all account scheduled for creation! = |
|---|
| 143 | | Catch all account scheduled for deletion! = |
|---|
| 144 | | Catch all mail account can not be created! = |
|---|
| 145 | | CGI / Perl = |
|---|
| 146 | | CGI support = |
|---|
| 147 | | CGI Support: disabled = |
|---|
| 148 | | CGI Support: enabled = |
|---|
| 149 | | Change = |
|---|
| 150 | | Change password = |
|---|
| 151 | | Change personal data = |
|---|
| 152 | | Change SQL user password = |
|---|
| 153 | | Change user interface = |
|---|
| 154 | | Check Out = |
|---|
| 155 | | Choose = |
|---|
| 156 | | Choose default language = |
|---|
| 157 | | Choose default layout = |
|---|
| 158 | | Choose dir = |
|---|
| 159 | | Choose hosting plan = |
|---|
| 160 | | Circular = |
|---|
| 161 | | City = |
|---|
| 162 | | Clear log = |
|---|
| | 137 | Cancel = Zrušit |
|---|
| | 138 | Cancel order = Zrušit objednávku |
|---|
| | 139 | Cannot connect as MySQL administrator! = Nedari se pripojit jako MySQL Administrator |
|---|
| | 140 | Catch all = Zachytit vše |
|---|
| | 141 | Catch all account = Všezachytávající účet |
|---|
| | 142 | Catch all account scheduled for creation! = Všezachytávající účet naplánován k vytvoření! |
|---|
| | 143 | Catch all account scheduled for deletion! = Všezachytávající účet naplánován k odtranění! |
|---|
| | 144 | Catch all mail account can not be created! = Nelze vytvořit všezachytávající účet! |
|---|
| | 145 | CGI / Perl = CGI/PERL |
|---|
| | 146 | CGI support = Podpora CGI |
|---|
| | 147 | CGI Support: disabled = Podpora CGI: vypnuta |
|---|
| | 148 | CGI Support: enabled = Podpora CGI: zapnuta |
|---|
| | 149 | Change = Nastavit |
|---|
| | 150 | Change password = Nastavit heslo |
|---|
| | 151 | Change personal data = Nastavit osobní údaje |
|---|
| | 152 | Change SQL user password = Změnit heslo pro SQL uživatele |
|---|
| | 153 | Change user interface = Nastavit uživatelské rozhraní |
|---|
| | 154 | Check Out = Zkontrolovat |
|---|
| | 155 | Choose = Vybrat |
|---|
| | 156 | Choose default language = Zvol výchozí jazyk |
|---|
| | 157 | Choose default layout = Volba výchozího rozložení |
|---|
| | 158 | Choose dir = Volba adresáře |
|---|
| | 159 | Choose hosting plan = Vybrat plán hostingu |
|---|
| | 160 | Circular = Kruhový |
|---|
| | 161 | City = Město |
|---|
| | 162 | Clear log = Vyčistit log |
|---|
| 163 | 163 | Click Restore button and the system will<br>restore last daily backup = |
|---|
| 164 | | Close ticket = |
|---|
| 165 | | Closed tickets = |
|---|
| 166 | | Command to run: = |
|---|
| 167 | | Company = |
|---|
| 168 | | Continue = |
|---|
| 169 | | Core data = |
|---|
| 170 | | Costs = |
|---|
| 171 | | Country = |
|---|
| 172 | | CPU bogomips = |
|---|
| 173 | | CPU cache = |
|---|
| 174 | | CPU MHz = |
|---|
| 175 | | CPU model = |
|---|
| 176 | | CPU system Info = |
|---|
| | 164 | Close ticket = Zavřít tiket |
|---|
| | 165 | Closed tickets = Zavřené tikety |
|---|
| | 166 | Command to run: = Příkaz ke spuštění: |
|---|
| | 167 | Company = Společnost |
|---|
| | 168 | Continue = Pokračovat |
|---|
| | 169 | Core data = Zdroj dat |
|---|
| | 170 | Costs = Náklady |
|---|
| | 171 | Country = Stát |
|---|
| | 172 | CPU bogomips = CPU bogomipsy |
|---|
| | 173 | CPU cache = CPU cache |
|---|
| | 174 | CPU MHz = CPU MHz |
|---|
| | 175 | CPU model = CPU model |
|---|
| | 176 | CPU system Info = CPU systémové informace |
|---|
| 177 | 177 | Create catch all = |
|---|
| 178 | 178 | Create catch all mail account = |
|---|
| 179 | | Created by = |
|---|
| 180 | | Creation date = |
|---|
| 181 | | Cronjob = |
|---|
| 182 | | Cronjob Manager = |
|---|
| 183 | | Cronjobs = |
|---|
| 184 | | Currency = |
|---|
| 185 | | Current password = |
|---|
| 186 | | Custom Apache Logs = |
|---|
| 187 | | Custom error page was updated! = |
|---|
| 188 | | Custom error pages = |
|---|
| 189 | | Custom Error Pages = |
|---|
| 190 | | Custom menu data updated successful! = |
|---|
| 191 | | Custom menu deleted successful! = |
|---|
| 192 | | Custom menus = |
|---|
| 193 | | Customer data = |
|---|
| 194 | | Customer ID = |
|---|
| 195 | | Customer order was removed successful! = |
|---|
| 196 | | Customize error pages for your domain = |
|---|
| | 179 | Created by = Vytvořil |
|---|
| | 180 | Creation date = Vytvořeno dne |
|---|
| | 181 | Cronjob = Naplánovaná úloha |
|---|
| | 182 | Cronjob Manager = Správce naplánovaných úloh |
|---|
| | 183 | Cronjobs = Naplánované úlohy |
|---|
| | 184 | Currency = Měna |
|---|
| | 185 | Current password = Stávající heslo |
|---|
| | 186 | Custom Apache Logs = Uživatelské protokoly Apache |
|---|
| | 187 | Custom error page was updated! = Uživatelská chybová stránka byla změněna! |
|---|
| | 188 | Custom error pages = Uživatelské chybové stránky |
|---|
| | 189 | Custom Error Pages = Uživatelské chybové stránky |
|---|
| | 190 | Custom menu data updated successful! = Uživatelské menu úspěšně změněno! |
|---|
| | 191 | Custom menu deleted successful! = Uživatelské menu úspěšně odstraneno! |
|---|
| | 192 | Custom menus = Uživatelská menu |
|---|
| | 193 | Customer data = Údaje zákazníka |
|---|
| | 194 | Customer ID = ID zákazníka |
|---|
| | 195 | Customer order was removed successful! = Objednávka zákazníka úspěšně odstraněna! |
|---|
| | 196 | Customize error pages for your domain = Upravit chybové stránky vaší domény |
|---|
| 197 | 197 | D = Details |
|---|
| 198 | | Daily backup = |
|---|
| 199 | | Database list is empty! = |
|---|
| 200 | | Database name = |
|---|
| 201 | | Database user list is empty! = |
|---|
| 202 | | Database users = |
|---|
| 203 | | Date = |
|---|
| 204 | | Day = |
|---|
| 205 | | Day: = |
|---|
| 206 | | days = |
|---|
| 207 | | Day(s): = |
|---|
| 208 | | default = |
|---|
| 209 | | Default = |
|---|
| 210 | | Default language = |
|---|
| 211 | | Default language changed! = |
|---|
| 212 | | delete = |
|---|
| 213 | | Delete = |
|---|
| 214 | | Delete all = |
|---|
| 215 | | Delete CatchAll = |
|---|
| 216 | | Delete from log: = |
|---|
| 217 | | Delete order = |
|---|
| 218 | | Deletion in progress = |
|---|
| 219 | | Description = |
|---|
| 220 | | Details = |
|---|
| | 198 | Daily backup = Denní záloha |
|---|
| | 199 | Database list is empty! = Seznam databází je prázdný! |
|---|
| | 200 | Database name = Název databáze |
|---|
| | 201 | Database user list is empty! = Seznam uživatelů databáze je prázdný! |
|---|
| | 202 | Database users = Uživatelé databáze |
|---|
| | 203 | Date = Datum |
|---|
| | 204 | Day = Den |
|---|
| | 205 | Day: = Den: |
|---|
| | 206 | days = Dny |
|---|
| | 207 | Day(s): = Den (Dny): |
|---|
| | 208 | default = výchozí |
|---|
| | 209 | Default = Výchozí |
|---|
| | 210 | Default language = Výchozí jazyk |
|---|
| | 211 | Default language changed! = Výchozí jazyk nastaven! |
|---|
| | 212 | delete = odstranit |
|---|
| | 213 | Delete = Odstranit |
|---|
| | 214 | Delete all = Odstranit vše |
|---|
| | 215 | Delete CatchAll = Odtranit všezachytávající |
|---|
| | 216 | Delete from log: = Odstranit z protokolu: |
|---|
| | 217 | Delete order = Odstranit objednávku |
|---|
| | 218 | Deletion in progress = Probíhá odstraňování |
|---|
| | 219 | Description = Popis |
|---|
| | 220 | Details = Detaily |
|---|
| 221 | 221 | Direction download today backup = |
|---|
| 222 | | Directories = |
|---|
| 223 | | Directory listing = |
|---|
| 224 | | Directory mount point = |
|---|
| 225 | | Directory tree = |
|---|
| 226 | | Directory tree<br>mount point = |
|---|
| 227 | | Disable = |
|---|
| 228 | | disabled = |
|---|
| 229 | | Disabled = |
|---|
| | 222 | Directories = Adresáře |
|---|
| | 223 | Directory listing = Výpis adresáře |
|---|
| | 224 | Directory mount point = Přípojný bod adresáře |
|---|
| | 225 | Directory tree = Adresářový strom |
|---|
| | 226 | Directory tree<br>mount point = Adresářový strom<br>Přípojný bod |
|---|
| | 227 | Disable = Vypnout |
|---|
| | 228 | disabled = vypnuto |
|---|
| | 229 | Disabled = Vypnuto |
|---|
| 230 | 230 | Disk [MB]<br><i>(0 unlimited) = |
|---|
| 231 | | Disk = |
|---|
| 232 | | Disk in MB = |
|---|
| | 231 | Disk = Disk |
|---|
| | 232 | Disk in MB = Disk v MB |
|---|
| 233 | 233 | Disk limit [Mb]<br><i>(0 unlimited)</i> = |
|---|
| 234 | 234 | Disk limit [MB]<br><i>(0 unlimited)</i> = |
|---|
| 235 | | Disk usage = |
|---|
| 236 | | Disk<br>usage = |
|---|
| 237 | | Domain = |
|---|
| 238 | | Domain account = |
|---|
| 239 | | Domain alias = |
|---|
| | 235 | Disk usage = Využití disku |
|---|
| | 236 | Disk<br>usage = Disk<br>Využití |
|---|
| | 237 | Domain = Doména |
|---|
| | 238 | Domain account = Doménový účet |
|---|
| | 239 | Domain alias = Doménový alias |
|---|
| 240 | 240 | Domain alias added for termination! = |
|---|
| 241 | | Domain alias added! = |
|---|
| 242 | | Domain alias errors = |
|---|
| | 241 | Domain alias added! = Doménové alias přidán! |
|---|
| | 242 | Domain alias errors = Chyba doménového aliasu |
|---|
| 243 | 243 | Domain alias limit expired! = |
|---|
| 244 | 244 | Domain alias modified! = |
|---|
| 245 | 245 | Domain alias not added for termination! = |
|---|
| 246 | | Domain alias not added! = |
|---|
| | 246 | Domain alias not added! = Doménový alias nebyl přidán! |
|---|
| 247 | 247 | Domain alias not modified! = |
|---|
| 248 | 248 | Domain alias you are trying to remove has email accounts !<br>First remove them! = |
|---|
| … | … | |
| 268 | 268 | Domains = |
|---|
| 269 | 269 | Domains per page = |
|---|
| 270 | | Done = |
|---|
| | 270 | Done = Hotovo |
|---|
| 271 | 271 | DOWN = |
|---|
| 272 | 272 | Download the only one file in this directory = |
|---|
| 273 | | E-mail = |
|---|
| 274 | | Edit = |
|---|
| | 273 | E-mail = E-mail |
|---|
| | 274 | Edit = Editovat |
|---|
| 275 | 275 | Edit admin = |
|---|
| 276 | | Edit button = |
|---|
| 277 | | Edit Cronjob = |
|---|
| 278 | | Edit Domain = |
|---|
| 279 | | Edit domain alias = |
|---|
| 280 | | Edit email account = |
|---|
| 281 | | Edit error page = |
|---|
| 282 | | Edit FTP user = |
|---|
| | 276 | Edit button = Editovat tlačítko |
|---|
| | 277 | Edit Cronjob = Editovat ulohu |
|---|
| | 278 | Edit Domain = Editovat doménu |
|---|
| | 279 | Edit domain alias = Editovat doménový alias |
|---|
| | 280 | Edit email account = Editovat emailový učet |
|---|
| | 281 | Edit error page = Editovat chybovou stránku |
|---|
| | 282 | Edit FTP user = Editovat ftp užívatele |
|---|
| 283 | 283 | Edit hosting plan = |
|---|
| 284 | 284 | Edit mail auto responder = |
|---|
| … | … | |
| 287 | 287 | Edit reseller aborted! = |
|---|
| 288 | 288 | Edit user = |
|---|
| 289 | | Email = |
|---|
| 290 | | Email account not founded! = |
|---|
| 291 | | Email Accounts = |
|---|
| 292 | | Email and FTP accounts = |
|---|
| | 289 | Email = Email |
|---|
| | 290 | Email account not founded! = E-mailový účet nenalezen! |
|---|
| | 291 | Email Accounts = E-mailové účty |
|---|
| | 292 | Email and FTP accounts = E-mailové a FTP účty |
|---|
| 293 | 293 | Email forward = |
|---|
| 294 | 294 | Email marketing = |
|---|
| 295 | | Email setup = |
|---|
| | 295 | Email setup = Nastavení emailu |
|---|
| 296 | 296 | Email Updated = |
|---|
| 297 | 297 | Email Updated! = |
|---|
| 298 | 298 | Empty data or wrong field! = |
|---|
| 299 | | Empty list = |
|---|
| 300 | | Empty List = |
|---|
| 301 | | Enable = |
|---|
| | 299 | Empty list = Prázdný seznam |
|---|
| | 300 | Empty List = Prázdný Seznam |
|---|
| | 301 | Enable = Zapnout |
|---|
| 302 | 302 | Enable mail auto responder = |
|---|
| 303 | | enabled = |
|---|
| 304 | | Enabled = |
|---|
| | 303 | enabled = zapnuto |
|---|
| | 304 | Enabled = Zapnuto |
|---|
| 305 | 305 | Enduser level = |
|---|
| 306 | 306 | Enter Address = |
|---|
| … | … | |
| 308 | 308 | Entered passwords differ! = |
|---|
| 309 | 309 | Entered passwords does not match! = |
|---|
| 310 | | Error = |
|---|
| 311 | | Error 401 (unauthorized) = |
|---|
| 312 | | Error 403 (forbidden) = |
|---|
| 313 | | Error 404 (not found) = |
|---|
| 314 | | Error 500 (internal server error) = |
|---|
| 315 | | Error pages = |
|---|
| | 310 | Error = Chyba |
|---|
| | 311 | Error 401 (unauthorized) = Chyba 401 (neautorizováno) |
|---|
| | 312 | Error 403 (forbidden) = Chyba 403 (zakázáno) |
|---|
| | 313 | Error 404 (not found) = Chyba 404 (nenalezeno) |
|---|
| | 314 | Error 500 (internal server error) = Chyba 500 (vnitřní serverová chyba) |
|---|
| | 315 | Error pages = Chyba stránky |
|---|
| 316 | 316 | Error we have domain that use this IP! = |
|---|
| 317 | 317 | Error we have reseller that use this IP! = |
|---|
| 318 | 318 | ERROR: Password not send = |
|---|
| 319 | 319 | ERROR: Security code was not correct! = |
|---|
| 320 | | ERROR: Unknown user = |
|---|
| 321 | | everything = |
|---|
| 322 | | Execute = |
|---|
| | 320 | ERROR: Unknown user = CHYBA: Neznámý uživatel |
|---|
| | 321 | everything = všechno |
|---|
| | 322 | Execute = Spusť, proveď |
|---|
| 323 | 323 | Execute query = |
|---|
| 324 | 324 | Execute SQL query = |
|---|
| 325 | 325 | Existing SQL users = |
|---|
| 326 | | Export = |
|---|
| | 326 | Export = Exportuj |
|---|
| 327 | 327 | Extras = |
|---|
| 328 | | Fax = |
|---|
| 329 | | Feature = |
|---|
| 330 | | Filemanager = |
|---|
| | 328 | Fax = Fax |
|---|
| | 329 | Feature = Funkce |
|---|
| | 330 | Filemanager = Souborový manažer |
|---|
| 331 | 331 | Filesystem system Info = |
|---|
| 332 | | First name = |
|---|
| 333 | | Footer = |
|---|
| 334 | | Forward = |
|---|
| | 332 | First name = Křestní jméno |
|---|
| | 333 | Footer = Patička |
|---|
| | 334 | Forward = Přesměruj |
|---|
| 335 | 335 | Forward list is empty! = |
|---|
| 336 | 336 | Forward mail = |
|---|
| 337 | 337 | Forward to = |
|---|
| 338 | | Forward to URL = |
|---|
| | 338 | Forward to URL = Přesměrovat na URL |
|---|
| 339 | 339 | Free = |
|---|
| 340 | 340 | free of charge = |
|---|
| 341 | | From = |
|---|
| | 341 | From = Od |
|---|
| 342 | 342 | From reseller = |
|---|
| 343 | 343 | Fronpage extensions = |
|---|
| 344 | | FTP = |
|---|
| 345 | | FTP account = |
|---|
| 346 | | FTP account added! = |
|---|
| | 344 | FTP = FTP |
|---|
| | 345 | FTP account = FTP účet |
|---|
| | 346 | FTP account added! = FTP účet byl přidán! |
|---|
| 347 | 347 | FTP account already exists! = |
|---|
| 348 | 348 | FTP account data updated! = |
|---|
| … | … | |
| 350 | 350 | FTP account limit<br><i>(0 unlimited)</i> = |
|---|
| 351 | 351 | FTP account(s)<br><i>(0 unlimited) = |
|---|
| 352 | | FTP accounts = |
|---|
| 353 | | FTP Accounts = |
|---|
| | 352 | FTP accounts = FTP účty |
|---|
| | 353 | FTP Accounts = FTP účty |
|---|
| 354 | 354 | FTP accounts limit expired! = |
|---|
| 355 | | FTP list is empty! = |
|---|
| | 355 | FTP list is empty! = FTP seznam je prázdný! |
|---|
| 356 | 356 | FTP traffic = |
|---|
| 357 | | FTP users = |
|---|
| | 357 | FTP users = FTP uživatel |
|---|
| 358 | 358 | FTP<br>traffic = |
|---|
| 359 | 359 | FTPs total = |
|---|
| 360 | | General information = |
|---|
| 361 | | General settings = |
|---|
| | 360 | General information = Obecné informace |
|---|
| | 361 | General settings = Obecné nastavení |
|---|
| 362 | 362 | Get it at = |
|---|
| 363 | | Go back = |
|---|
| 364 | | Green = |
|---|
| | 363 | Go back = Jdi zpět |
|---|
| | 364 | Green = Zelená |
|---|
| 365 | 365 | Group - Usermanagement = |
|---|
| 366 | | Group = |
|---|
| 367 | | Group already exist ! = |
|---|
| | 366 | Group = Skupina |
|---|
| | 367 | Group already exist ! = Skupina už existuje! |
|---|
| 368 | 368 | Group auth = |
|---|
| 369 | | Group members = |
|---|
| 370 | | Group name = |
|---|
| 371 | | Groups = |
|---|
| | 369 | Group members = Členové skupiny |
|---|
| | 370 | Group name = Jméno skupiny |
|---|
| | 371 | Groups = Skupiny |
|---|
| 372 | 372 | Has unlimited rights for a <b> = |
|---|
| 373 | 373 | Havent you got more than one name? = Haven't you got more than one name? |
|---|
| 374 | | HDD = |
|---|
| 375 | | Header = |
|---|
| 376 | | hide aliases = |
|---|
| | 374 | HDD = HDD |
|---|
| | 375 | Header = Hlavička |
|---|
| | 376 | hide aliases = Skrýt aliasy |
|---|
| 377 | 377 | High = |
|---|
| 378 | | Host = |
|---|
| | 378 | Host = Host |
|---|
| 379 | 379 | Hosting details = |
|---|
| 380 | 380 | Hosting plan = |
|---|
| … | … | |
| 387 | 387 | Hosting plans available for update = |
|---|
| 388 | 388 | Hosting plans not found! = |
|---|
| 389 | | Hour = |
|---|
| 390 | | hours = |
|---|
| 391 | | Hour(s): = |
|---|
| 392 | | ID = |
|---|
| | 389 | Hour = Hodina |
|---|
| | 390 | hours = hodiny |
|---|
| | 391 | Hour(s): = Hodina(y): |
|---|
| | 392 | ID = ID |
|---|
| 393 | 393 | If you want to limit the reseller, fist you must limit its users !<br> = |
|---|
| 394 | 394 | (To avoid abuse, we ask you to write the combination of letters on the above picture into the field "Security code") = |
|---|
| 395 | 395 | Implementation URL = |
|---|
| 396 | 396 | In front the name = |
|---|
| 397 | | In this mode only administrators can login = |
|---|
| | 397 | In this mode only administrators can login = V tomto módu se mohou přihlásit pouze administrátoři |
|---|
| 398 | 398 | Incorrect alias range or syntax! = Incorrect <i>domain alias</i> range or syntax! |
|---|
| 399 | 399 | Incorrect city syntax! = Incorrect <i>city</i> syntax! |
|---|
| … | … | |
| 440 | 440 | Installed layouts = |
|---|
| 441 | 441 | Invalid Mail Localpart Format used! = |
|---|
| 442 | | IP = |
|---|
| | 442 | IP = IP |
|---|
| 443 | 443 | IP was deleted! = |
|---|
| 444 | | JSP = |
|---|
| 445 | | Kernel = |
|---|
| 446 | | Kill session = |
|---|
| 447 | | Label = |
|---|
| 448 | | Language = |
|---|
| | 444 | JSP = Java Server Pages |
|---|
| | 445 | Kernel = Jádro |
|---|
| | 446 | Kill session = Ukončit relaci |
|---|
| | 447 | Label = Popis |
|---|
| | 448 | Language = Jazyk |
|---|
| 449 | 449 | Language file = |
|---|
| 450 | 450 | Language was removed! = |
|---|
| 451 | | Last access = |
|---|
| 452 | | Last name = |
|---|
| | 451 | Last access = Poslední přístup |
|---|
| | 452 | Last name = Příjmení |
|---|
| 453 | 453 | Last reply = |
|---|
| 454 | 454 | Layout = |
|---|
| 455 | 455 | Layout name = |
|---|
| 456 | 456 | Layout settings = |
|---|
| 457 | | Level = |
|---|
| 458 | | Limit = |
|---|
| 459 | | Load = |
|---|
| 460 | | Log is empty! = |
|---|
| | 457 | Level = Kolo |
|---|
| | 458 | Limit = Limit |
|---|
| | 459 | Load = Načíst |
|---|
| | 460 | Log is empty! = Log je prázdný! |
|---|
| 461 | 461 | Login = |
|---|
| 462 | | Login with your FTP account = |
|---|
| | 462 | Login with your FTP account = Přihlásit pod FTP účtem |
|---|
| 463 | 463 | Logo file = |
|---|
| 464 | 464 | Logo upload = |
|---|
| 465 | | Logout = |
|---|
| | 465 | Logout = Odhlásit |
|---|
| 466 | 466 | Lost password = |
|---|
| 467 | 467 | Lostpassword = |
|---|
| … | … | |
| 469 | 469 | Lostpw email setup = |
|---|
| 470 | 470 | Lostpw link = |
|---|
| 471 | | Activation E-Mail = |
|---|
| | 471 | Activation E-Mail = Aktivační e-mail |
|---|
| 472 | 472 | Password E-Mail = |
|---|
| 473 | 473 | Low = |
|---|
| 474 | | minutes = |
|---|
| | 474 | minutes = minuty |
|---|
| 475 | 475 | Mail = e-mail |
|---|
| 476 | | Mail account = |
|---|
| 477 | | Mail account already exists! = |
|---|
| | 476 | Mail account = poštovní účet |
|---|
| | 477 | Mail account already exists! = Poštovní účet již existuje! |
|---|
| 478 | 478 | Mail account errors = |
|---|
| 479 | 479 | Mail account limit<br><i>(0 unlimited)</i> = |
|---|
| … | … | |
| 482 | 482 | Mail account scheduler for modification! = |
|---|
| 483 | 483 | Mail account(s)<br><i>(0 unlimited) = |
|---|
| 484 | | Mail accounts = |
|---|
| | 484 | Mail accounts = Poštovní účty |
|---|
| 485 | 485 | Mail accounts limit expired! = |
|---|
| 486 | 486 | Mail accounts list = |
|---|
| … | … | |
| 488 | 488 | Mail forward list empty! = |
|---|
| 489 | 489 | Mail forward list error! = |
|---|
| 490 | | Mail in = |
|---|
| 491 | | Mail out = |
|---|
| | 490 | Mail in = Mail přijat |
|---|
| | 491 | Mail out = Mail odeslán |
|---|
| 492 | 492 | Mail users = |
|---|
| 493 | 493 | Mail were updated successfully! = |
|---|
| … | … | |
| 535 | 535 | Memory system info = |
|---|
| 536 | 536 | Menu button = |
|---|
| 537 | | Message = |
|---|
| 538 | | Message subject = |
|---|
| 539 | | Message template = |
|---|
| | 537 | Message = Zpráva |
|---|
| | 538 | Message subject = Předmět zprávy |
|---|
| | 539 | Message template = Šablona zprávy |
|---|
| 540 | 540 | Message template info = |
|---|
| 541 | | Message was send! = |
|---|
| 542 | | Message was sent. = |
|---|
| 543 | | Messages = |
|---|
| | 541 | Message was send! = Zpráva byla poslána! |
|---|
| | 542 | Message was sent. = Zpráva byla poslána. |
|---|
| | 543 | Messages = Zprávy |
|---|
| 544 | 544 | Messages translated = |
|---|
| 545 | 545 | Minute(s): = |
|---|
| 546 | 546 | Missing or incorrect data input! = |
|---|
| 547 | 547 | Missing or wrong data! = |
|---|
| 548 | | Modification in progress = |
|---|
| | 548 | Modification in progress = Probíhají změny |
|---|
| 549 | 549 | Modify = |
|---|
| 550 | 550 | Month = |
|---|
| … | … | |
| 561 | 561 | new = |
|---|
| 562 | 562 | New = |
|---|
| 563 | | New IP was added! = |
|---|
| 564 | | New language installed! = |
|---|
| | 563 | New IP was added! = Byla přidána nová IP! |
|---|
| | 564 | New language installed! = Byl nainstalován nový jazyk! |
|---|
| 565 | 565 | New order = |
|---|
| 566 | 566 | New ticket = |
|---|
| 567 | 567 | New VHCS update i |
|---|
|