Changeset 1268
- Timestamp:
- 07/09/08 14:33:32
(2 months ago)
- Author:
- rats
- Message:
Lot of changes, please have a look at the CHANGELOG
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r1265 |
r1268 |
|
| 1 | 1 | ispCP ω 1.0.0 Changelog |
|---|
| 2 | 2 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
|---|
| | 3 | |
|---|
| | 4 | 2008-07-09 Benedikt Heintel |
|---|
| | 5 | - ENGINE: |
|---|
| | 6 | * Fixed #1395: vhcs2.4.7-ispcp.sql / ispc-update - default language not migrated |
|---|
| | 7 | - GUI: |
|---|
| | 8 | * Fixed #1384: Client/Execute Query doesn't work. |
|---|
| | 9 | * Fixed #1393: patch to restore gui/client/ functionality |
|---|
| | 10 | * Fixed #1394: patch to restore gui/reseller/ functionality |
|---|
| | 11 | * Fixed #1396: Wordwrap in ticket system |
|---|
| | 12 | - LANGUAGES: |
|---|
| | 13 | * Updated Italian |
|---|
| | 14 | * Updated Czech |
|---|
| 3 | 15 | |
|---|
| 4 | 16 | 2008-07-07 Benedikt Heintel |
|---|
| r994 |
r1268 |
|
| 1 | | -- phpMyAdmin SQL Dump |
|---|
| 2 | | -- version 2.11.1 |
|---|
| 3 | | -- http://www.phpmyadmin.net |
|---|
| 4 | | -- |
|---|
| 5 | | -- Host: localhost:3306 |
|---|
| 6 | | -- Erstellungszeit: 15. Oktober 2007 um 00:34 |
|---|
| 7 | | -- Server Version: 5.0.32 |
|---|
| 8 | | -- PHP-Version: 5.2.0-8+etch5~pu1 |
|---|
| 9 | | |
|---|
| 10 | 1 | SET SQL_MODE="NO_AUTO_VALUE_ON_ZERO"; |
|---|
| 11 | 2 | |
|---|
| … | … | |
| 17 | 8 | |
|---|
| 18 | 9 | -- |
|---|
| 19 | | -- table structure for table `lang_English` |
|---|
| | 10 | -- table structure for table `lang_EnglishBritain` |
|---|
| 20 | 11 | -- |
|---|
| 21 | 12 | |
|---|
| 22 | | DROP TABLE IF EXISTS `lang_English`; |
|---|
| 23 | | CREATE TABLE `lang_English` ( |
|---|
| | 13 | DROP TABLE IF EXISTS `lang_EnglishBritain`; |
|---|
| | 14 | CREATE TABLE `lang_EnglishBritain` ( |
|---|
| 24 | 15 | `msgid` text collate utf8_unicode_ci, |
|---|
| 25 | 16 | `msgstr` text collate utf8_unicode_ci, |
|---|
| … | … | |
| 28 | 19 | |
|---|
| 29 | 20 | -- |
|---|
| 30 | | -- data for table `lang_English` |
|---|
| | 21 | -- data for table `lang_EnglishBritain` |
|---|
| 31 | 22 | -- |
|---|
| 32 | 23 | |
|---|
| 33 | | INSERT INTO `lang_English` (`msgid`, `msgstr`) VALUES |
|---|
| | 24 | INSERT INTO `lang_EnglishBritain` (`msgid`, `msgstr`) VALUES |
|---|
| 34 | 25 | ('ispcp_languageSetlocaleValue', 'en_GB'), |
|---|
| 35 | | ('ispcp_table', 'English'), |
|---|
| 36 | | ('ispcp_language', 'English'), |
|---|
| | 26 | ('ispcp_table', 'EnglishBritain'), |
|---|
| | 27 | ('ispcp_language', 'English (GB)'), |
|---|
| | 28 | ('encoding', 'UTF-8'), |
|---|
| 37 | 29 | ('Incorrect domain name syntax', 'Incorrect <i>domain name</i> syntax'), |
|---|
| 38 | 30 | ('Incorrect forward syntax', 'Incorrect <i>forward</i> syntax!'), |
|---|
| 39 | | ('Incorrect max FTP count or syntax!', 'Incorrect <i>max FTP</i> count or syntax!'), |
|---|
| 40 | | ('Incorrect max SQL databases count or syntax!', 'Incorrect <i>max mySQL databases</i> count or syntax!'), |
|---|
| 41 | | ('Incorrect max SQL users count or syntax!', 'Incorrect <i>max mySQL users</i> count or syntax!'), |
|---|
| 42 | | ('Incorrect max alias count or syntax!', 'Incorrect <i>max alias</i> count or syntax!'), |
|---|
| 43 | | ('Incorrect max disk amount or syntax!', 'Incorrect <i>max disk</i> amount or syntax!'), |
|---|
| 44 | | ('Incorrect max domain count or syntax!', 'Incorrect <i>max domain</i> count or syntax!'), |
|---|
| 45 | | ('Incorrect max mail count or syntax!', 'Incorrect <i>max e-mail</i> count or syntax!'), |
|---|
| 46 | | ('Incorrect max subdomain count or syntax!', 'Incorrect <i>max subdomain</i> count or syntax!'), |
|---|
| 47 | | ('Incorrect max traffic amount or syntax!', 'Incorrect <i>max traffic</i> amount or syntax!'), |
|---|
| 48 | 31 | ('Incorrect mount point syntax', 'Incorrect <i>mount point</i> syntax!'), |
|---|
| 49 | | ('Mail', 'e-mail'), |
|---|
| 50 | | ('encoding', 'UTF-8'); |
|---|
| | 32 | ('Mail', 'e-mail'); |
|---|
| r859 |
r1268 |
|
| 1 | | -- phpMyAdmin SQL Dump |
|---|
| 2 | | -- version 2.11.1 |
|---|
| 3 | | -- http://www.phpmyadmin.net |
|---|
| 4 | | -- |
|---|
| 5 | | -- Host: localhost:3306 |
|---|
| 6 | | -- Erstellungszeit: 15. Oktober 2007 um 00:34 |
|---|
| 7 | | -- Server Version: 5.0.32 |
|---|
| 8 | | -- PHP-Version: 5.2.0-8+etch5~pu1 |
|---|
| 9 | | |
|---|
| 10 | 1 | SET SQL_MODE="NO_AUTO_VALUE_ON_ZERO"; |
|---|
| 11 | 2 | |
|---|
| … | … | |
| 17 | 8 | |
|---|
| 18 | 9 | -- |
|---|
| 19 | | -- table structure for table `lang_English` |
|---|
| | 10 | -- table structure for table `lang_EnglishBritain` |
|---|
| 20 | 11 | -- |
|---|
| 21 | 12 | |
|---|
| 22 | | DROP TABLE IF EXISTS `lang_English`; |
|---|
| 23 | | CREATE TABLE `lang_English` ( |
|---|
| | 13 | DROP TABLE IF EXISTS `lang_EnglishBritain`; |
|---|
| | 14 | CREATE TABLE `lang_EnglishBritain` ( |
|---|
| 24 | 15 | `msgid` text collate utf8_unicode_ci, |
|---|
| 25 | 16 | `msgstr` text collate utf8_unicode_ci, |
|---|
| … | … | |
| 28 | 19 | |
|---|
| 29 | 20 | -- |
|---|
| 30 | | -- data for table `lang_English` |
|---|
| | 21 | -- data for table `lang_EnglishBritain` |
|---|
| 31 | 22 | -- |
|---|
| 32 | 23 | |
|---|
| 33 | | INSERT INTO `lang_English` (`msgid`, `msgstr`) VALUES |
|---|
| | 24 | INSERT INTO `lang_EnglishBritain` (`msgid`, `msgstr`) VALUES |
|---|
| 34 | 25 | ('ispcp_languageSetlocaleValue', 'en_GB'), |
|---|
| 35 | | ('ispcp_table', 'English'), |
|---|
| 36 | | ('ispcp_language', 'English'), |
|---|
| | 26 | ('ispcp_table', 'EnglishBritain'), |
|---|
| | 27 | ('ispcp_language', 'English (GB)'), |
|---|
| | 28 | ('encoding', 'UTF-8'), |
|---|
| 37 | 29 | ('Incorrect domain name syntax', 'Incorrect <i>domain name</i> syntax'), |
|---|
| 38 | 30 | ('Incorrect forward syntax', 'Incorrect <i>forward</i> syntax!'), |
|---|
| 39 | | ('Incorrect max FTP count or syntax!', 'Incorrect <i>max FTP</i> count or syntax!'), |
|---|
| 40 | | ('Incorrect max SQL databases count or syntax!', 'Incorrect <i>max mySQL databases</i> count or syntax!'), |
|---|
| 41 | | ('Incorrect max SQL users count or syntax!', 'Incorrect <i>max mySQL users</i> count or syntax!'), |
|---|
| 42 | | ('Incorrect max alias count or syntax!', 'Incorrect <i>max alias</i> count or syntax!'), |
|---|
| 43 | | ('Incorrect max disk amount or syntax!', 'Incorrect <i>max disk</i> amount or syntax!'), |
|---|
| 44 | | ('Incorrect max domain count or syntax!', 'Incorrect <i>max domain</i> count or syntax!'), |
|---|
| 45 | | ('Incorrect max mail count or syntax!', 'Incorrect <i>max e-mail</i> count or syntax!'), |
|---|
| 46 | | ('Incorrect max subdomain count or syntax!', 'Incorrect <i>max subdomain</i> count or syntax!'), |
|---|
| 47 | | ('Incorrect max traffic amount or syntax!', 'Incorrect <i>max traffic</i> amount or syntax!'), |
|---|
| 48 | 31 | ('Incorrect mount point syntax', 'Incorrect <i>mount point</i> syntax!'), |
|---|
| 49 | | ('Mail', 'e-mail'), |
|---|
| 50 | | ('encoding', 'UTF-8'); |
|---|
| | 32 | ('Mail', 'e-mail'); |
|---|
| r878 |
r1268 |
|
| 1 | | -- phpMyAdmin SQL Dump |
|---|
| 2 | | -- version 2.11.1 |
|---|
| 3 | | -- http://www.phpmyadmin.net |
|---|
| 4 | | -- |
|---|
| 5 | | -- Host: localhost:3306 |
|---|
| 6 | | -- Erstellungszeit: 15. Oktober 2007 um 00:34 |
|---|
| 7 | | -- Server Version: 5.0.32 |
|---|
| 8 | | -- PHP-Version: 5.2.0-8+etch5~pu1 |
|---|
| 9 | | |
|---|
| 10 | 1 | SET SQL_MODE="NO_AUTO_VALUE_ON_ZERO"; |
|---|
| 11 | 2 | |
|---|
| … | … | |
| 17 | 8 | |
|---|
| 18 | 9 | -- |
|---|
| 19 | | -- table structure for table `lang_English` |
|---|
| | 10 | -- table structure for table `lang_EnglishBritain` |
|---|
| 20 | 11 | -- |
|---|
| 21 | 12 | |
|---|
| 22 | | DROP TABLE IF EXISTS `lang_English`; |
|---|
| 23 | | CREATE TABLE `lang_English` ( |
|---|
| | 13 | DROP TABLE IF EXISTS `lang_EnglishBritain`; |
|---|
| | 14 | CREATE TABLE `lang_EnglishBritain` ( |
|---|
| 24 | 15 | `msgid` text collate utf8_unicode_ci, |
|---|
| 25 | 16 | `msgstr` text collate utf8_unicode_ci, |
|---|
| … | … | |
| 28 | 19 | |
|---|
| 29 | 20 | -- |
|---|
| 30 | | -- data for table `lang_English` |
|---|
| | 21 | -- data for table `lang_EnglishBritain` |
|---|
| 31 | 22 | -- |
|---|
| 32 | 23 | |
|---|
| 33 | | INSERT INTO `lang_English` (`msgid`, `msgstr`) VALUES |
|---|
| | 24 | INSERT INTO `lang_EnglishBritain` (`msgid`, `msgstr`) VALUES |
|---|
| 34 | 25 | ('ispcp_languageSetlocaleValue', 'en_GB'), |
|---|
| 35 | | ('ispcp_table', 'English'), |
|---|
| 36 | | ('ispcp_language', 'English'), |
|---|
| | 26 | ('ispcp_table', 'EnglishBritain'), |
|---|
| | 27 | ('ispcp_language', 'English (GB)'), |
|---|
| | 28 | ('encoding', 'UTF-8'), |
|---|
| 37 | 29 | ('Incorrect domain name syntax', 'Incorrect <i>domain name</i> syntax'), |
|---|
| 38 | 30 | ('Incorrect forward syntax', 'Incorrect <i>forward</i> syntax!'), |
|---|
| 39 | | ('Incorrect max FTP count or syntax!', 'Incorrect <i>max FTP</i> count or syntax!'), |
|---|
| 40 | | ('Incorrect max SQL databases count or syntax!', 'Incorrect <i>max mySQL databases</i> count or syntax!'), |
|---|
| 41 | | ('Incorrect max SQL users count or syntax!', 'Incorrect <i>max mySQL users</i> count or syntax!'), |
|---|
| 42 | | ('Incorrect max alias count or syntax!', 'Incorrect <i>max alias</i> count or syntax!'), |
|---|
| 43 | | ('Incorrect max disk amount or syntax!', 'Incorrect <i>max disk</i> amount or syntax!'), |
|---|
| 44 | | ('Incorrect max domain count or syntax!', 'Incorrect <i>max domain</i> count or syntax!'), |
|---|
| 45 | | ('Incorrect max mail count or syntax!', 'Incorrect <i>max e-mail</i> count or syntax!'), |
|---|
| 46 | | ('Incorrect max subdomain count or syntax!', 'Incorrect <i>max subdomain</i> count or syntax!'), |
|---|
| 47 | | ('Incorrect max traffic amount or syntax!', 'Incorrect <i>max traffic</i> amount or syntax!'), |
|---|
| 48 | 31 | ('Incorrect mount point syntax', 'Incorrect <i>mount point</i> syntax!'), |
|---|
| 49 | | ('Mail', 'e-mail'), |
|---|
| 50 | | ('encoding', 'UTF-8'); |
|---|
| | 32 | ('Mail', 'e-mail'); |
|---|
| r1001 |
r1268 |
|
| 1 | | -- phpMyAdmin SQL Dump |
|---|
| 2 | | -- version 2.11.1 |
|---|
| 3 | | -- http://www.phpmyadmin.net |
|---|
| 4 | | -- |
|---|
| 5 | | -- Host: localhost:3306 |
|---|
| 6 | | -- Erstellungszeit: 15. Oktober 2007 um 00:34 |
|---|
| 7 | | -- Server Version: 5.0.32 |
|---|
| 8 | | -- PHP-Version: 5.2.0-8+etch5~pu1 |
|---|
| 9 | | |
|---|
| 10 | 1 | SET SQL_MODE="NO_AUTO_VALUE_ON_ZERO"; |
|---|
| 11 | 2 | |
|---|
| … | … | |
| 17 | 8 | |
|---|
| 18 | 9 | -- |
|---|
| 19 | | -- table structure for table `lang_English` |
|---|
| | 10 | -- table structure for table `lang_EnglishBritain` |
|---|
| 20 | 11 | -- |
|---|
| 21 | 12 | |
|---|
| 22 | | DROP TABLE IF EXISTS `lang_English`; |
|---|
| 23 | | CREATE TABLE `lang_English` ( |
|---|
| | 13 | DROP TABLE IF EXISTS `lang_EnglishBritain`; |
|---|
| | 14 | CREATE TABLE `lang_EnglishBritain` ( |
|---|
| 24 | 15 | `msgid` text collate utf8_unicode_ci, |
|---|
| 25 | 16 | `msgstr` text collate utf8_unicode_ci, |
|---|
| … | … | |
| 28 | 19 | |
|---|
| 29 | 20 | -- |
|---|
| 30 | | -- data for table `lang_English` |
|---|
| | 21 | -- data for table `lang_EnglishBritain` |
|---|
| 31 | 22 | -- |
|---|
| 32 | 23 | |
|---|
| 33 | | INSERT INTO `lang_English` (`msgid`, `msgstr`) VALUES |
|---|
| | 24 | INSERT INTO `lang_EnglishBritain` (`msgid`, `msgstr`) VALUES |
|---|
| 34 | 25 | ('ispcp_languageSetlocaleValue', 'en_GB'), |
|---|
| 35 | | ('ispcp_table', 'English'), |
|---|
| 36 | | ('ispcp_language', 'English'), |
|---|
| | 26 | ('ispcp_table', 'EnglishBritain'), |
|---|
| | 27 | ('ispcp_language', 'English (GB)'), |
|---|
| | 28 | ('encoding', 'UTF-8'), |
|---|
| 37 | 29 | ('Incorrect domain name syntax', 'Incorrect <i>domain name</i> syntax'), |
|---|
| 38 | 30 | ('Incorrect forward syntax', 'Incorrect <i>forward</i> syntax!'), |
|---|
| 39 | | ('Incorrect max FTP count or syntax!', 'Incorrect <i>max FTP</i> count or syntax!'), |
|---|
| 40 | | ('Incorrect max SQL databases count or syntax!', 'Incorrect <i>max mySQL databases</i> count or syntax!'), |
|---|
| 41 | | ('Incorrect max SQL users count or syntax!', 'Incorrect <i>max mySQL users</i> count or syntax!'), |
|---|
| 42 | | ('Incorrect max alias count or syntax!', 'Incorrect <i>max alias</i> count or syntax!'), |
|---|
| 43 | | ('Incorrect max disk amount or syntax!', 'Incorrect <i>max disk</i> amount or syntax!'), |
|---|
| 44 | | ('Incorrect max domain count or syntax!', 'Incorrect <i>max domain</i> count or syntax!'), |
|---|
| 45 | | ('Incorrect max mail count or syntax!', 'Incorrect <i>max e-mail</i> count or syntax!'), |
|---|
| 46 | | ('Incorrect max subdomain count or syntax!', 'Incorrect <i>max subdomain</i> count or syntax!'), |
|---|
| 47 | | ('Incorrect max traffic amount or syntax!', 'Incorrect <i>max traffic</i> amount or syntax!'), |
|---|
| 48 | 31 | ('Incorrect mount point syntax', 'Incorrect <i>mount point</i> syntax!'), |
|---|
| 49 | | ('Mail', 'e-mail'), |
|---|
| 50 | | ('encoding', 'UTF-8'); |
|---|
| | 32 | ('Mail', 'e-mail'); |
|---|
| r1007 |
r1268 |
|
| 1 | | -- phpMyAdmin SQL Dump |
|---|
| 2 | | -- version 2.11.1 |
|---|
| 3 | | -- http://www.phpmyadmin.net |
|---|
| 4 | | -- |
|---|
| 5 | | -- Host: localhost:3306 |
|---|
| 6 | | -- Erstellungszeit: 15. Oktober 2007 um 00:34 |
|---|
| 7 | | -- Server Version: 5.0.32 |
|---|
| 8 | | -- PHP-Version: 5.2.0-8+etch5~pu1 |
|---|
| 9 | | |
|---|
| 10 | 1 | SET SQL_MODE="NO_AUTO_VALUE_ON_ZERO"; |
|---|
| 11 | 2 | |
|---|
| … | … | |
| 17 | 8 | |
|---|
| 18 | 9 | -- |
|---|
| 19 | | -- table structure for table `lang_English` |
|---|
| | 10 | -- table structure for table `lang_EnglishBritain` |
|---|
| 20 | 11 | -- |
|---|
| 21 | 12 | |
|---|
| 22 | | DROP TABLE IF EXISTS `lang_English`; |
|---|
| 23 | | CREATE TABLE `lang_English` ( |
|---|
| | 13 | DROP TABLE IF EXISTS `lang_EnglishBritain`; |
|---|
| | 14 | CREATE TABLE `lang_EnglishBritain` ( |
|---|
| 24 | 15 | `msgid` text collate utf8_unicode_ci, |
|---|
| 25 | 16 | `msgstr` text collate utf8_unicode_ci, |
|---|
| … | … | |
| 28 | 19 | |
|---|
| 29 | 20 | -- |
|---|
| 30 | | -- data for table `lang_English` |
|---|
| | 21 | -- data for table `lang_EnglishBritain` |
|---|
| 31 | 22 | -- |
|---|
| 32 | 23 | |
|---|
| 33 | | INSERT INTO `lang_English` (`msgid`, `msgstr`) VALUES |
|---|
| | 24 | INSERT INTO `lang_EnglishBritain` (`msgid`, `msgstr`) VALUES |
|---|
| 34 | 25 | ('ispcp_languageSetlocaleValue', 'en_GB'), |
|---|
| 35 | | ('ispcp_table', 'English'), |
|---|
| 36 | | ('ispcp_language', 'English'), |
|---|
| | 26 | ('ispcp_table', 'EnglishBritain'), |
|---|
| | 27 | ('ispcp_language', 'English (GB)'), |
|---|
| | 28 | ('encoding', 'UTF-8'), |
|---|
| 37 | 29 | ('Incorrect domain name syntax', 'Incorrect <i>domain name</i> syntax'), |
|---|
| 38 | 30 | ('Incorrect forward syntax', 'Incorrect <i>forward</i> syntax!'), |
|---|
| 39 | | ('Incorrect max FTP count or syntax!', 'Incorrect <i>max FTP</i> count or syntax!'), |
|---|
| 40 | | ('Incorrect max SQL databases count or syntax!', 'Incorrect <i>max mySQL databases</i> count or syntax!'), |
|---|
| 41 | | ('Incorrect max SQL users count or syntax!', 'Incorrect <i>max mySQL users</i> count or syntax!'), |
|---|
| 42 | | ('Incorrect max alias count or syntax!', 'Incorrect <i>max alias</i> count or syntax!'), |
|---|
| 43 | | ('Incorrect max disk amount or syntax!', 'Incorrect <i>max disk</i> amount or syntax!'), |
|---|
| 44 | | ('Incorrect max domain count or syntax!', 'Incorrect <i>max domain</i> count or syntax!'), |
|---|
| 45 | | ('Incorrect max mail count or syntax!', 'Incorrect <i>max e-mail</i> count or syntax!'), |
|---|
| 46 | | ('Incorrect max subdomain count or syntax!', 'Incorrect <i>max subdomain</i> count or syntax!'), |
|---|
| 47 | | ('Incorrect max traffic amount or syntax!', 'Incorrect <i>max traffic</i> amount or syntax!'), |
|---|
| 48 | 31 | ('Incorrect mount point syntax', 'Incorrect <i>mount point</i> syntax!'), |
|---|
| 49 | | ('Mail', 'e-mail'), |
|---|
| 50 | | ('encoding', 'UTF-8'); |
|---|
| | 32 | ('Mail', 'e-mail'); |
|---|
| r1001 |
r1268 |
|
| 1 | | -- phpMyAdmin SQL Dump |
|---|
| 2 | | -- version 2.11.1 |
|---|
| 3 | | -- http://www.phpmyadmin.net |
|---|
| 4 | | -- |
|---|
| 5 | | -- Host: localhost:3306 |
|---|
| 6 | | -- Erstellungszeit: 15. Oktober 2007 um 00:34 |
|---|
| 7 | | -- Server Version: 5.0.32 |
|---|
| 8 | | -- PHP-Version: 5.2.0-8+etch5~pu1 |
|---|
| 9 | | |
|---|
| 10 | 1 | SET SQL_MODE="NO_AUTO_VALUE_ON_ZERO"; |
|---|
| 11 | 2 | |
|---|
| … | … | |
| 17 | 8 | |
|---|
| 18 | 9 | -- |
|---|
| 19 | | -- table structure for table `lang_English` |
|---|
| | 10 | -- table structure for table `lang_EnglishBritain` |
|---|
| 20 | 11 | -- |
|---|
| 21 | 12 | |
|---|
| 22 | | DROP TABLE IF EXISTS `lang_English`; |
|---|
| 23 | | CREATE TABLE `lang_English` ( |
|---|
| | 13 | DROP TABLE IF EXISTS `lang_EnglishBritain`; |
|---|
| | 14 | CREATE TABLE `lang_EnglishBritain` ( |
|---|
| 24 | 15 | `msgid` text collate utf8_unicode_ci, |
|---|
| 25 | 16 | `msgstr` text collate utf8_unicode_ci, |
|---|
| … | … | |
| 28 | 19 | |
|---|
| 29 | 20 | -- |
|---|
| 30 | | -- data for table `lang_English` |
|---|
| | 21 | -- data for table `lang_EnglishBritain` |
|---|
| 31 | 22 | -- |
|---|
| 32 | 23 | |
|---|
| 33 | | INSERT INTO `lang_English` (`msgid`, `msgstr`) VALUES |
|---|
| | 24 | INSERT INTO `lang_EnglishBritain` (`msgid`, `msgstr`) VALUES |
|---|
| 34 | 25 | ('ispcp_languageSetlocaleValue', 'en_GB'), |
|---|
| 35 | | ('ispcp_table', 'English'), |
|---|
| 36 | | ('ispcp_language', 'English'), |
|---|
| | 26 | ('ispcp_table', 'EnglishBritain'), |
|---|
| | 27 | ('ispcp_language', 'English (GB)'), |
|---|
| | 28 | ('encoding', 'UTF-8'), |
|---|
| 37 | 29 | ('Incorrect domain name syntax', 'Incorrect <i>domain name</i> syntax'), |
|---|
| 38 | 30 | ('Incorrect forward syntax', 'Incorrect <i>forward</i> syntax!'), |
|---|
| 39 | | ('Incorrect max FTP count or syntax!', 'Incorrect <i>max FTP</i> count or syntax!'), |
|---|
| 40 | | ('Incorrect max SQL databases count or syntax!', 'Incorrect <i>max mySQL databases</i> count or syntax!'), |
|---|
| 41 | | ('Incorrect max SQL users count or syntax!', 'Incorrect <i>max mySQL users</i> count or syntax!'), |
|---|
| 42 | | ('Incorrect max alias count or syntax!', 'Incorrect <i>max alias</i> count or syntax!'), |
|---|
| 43 | | ('Incorrect max disk amount or syntax!', 'Incorrect <i>max disk</i> amount or syntax!'), |
|---|
| 44 | | ('Incorrect max domain count or syntax!', 'Incorrect <i>max domain</i> count or syntax!'), |
|---|
| 45 | | ('Incorrect max mail count or syntax!', 'Incorrect <i>max e-mail</i> count or syntax!'), |
|---|
| 46 | | ('Incorrect max subdomain count or syntax!', 'Incorrect <i>max subdomain</i> count or syntax!'), |
|---|
| 47 | | ('Incorrect max traffic amount or syntax!', 'Incorrect <i>max traffic</i> amount or syntax!'), |
|---|
| 48 | 31 | ('Incorrect mount point syntax', 'Incorrect <i>mount point</i> syntax!'), |
|---|
| 49 | | ('Mail', 'e-mail'), |
|---|
| 50 | | ('encoding', 'UTF-8'); |
|---|
| | 32 | ('Mail', 'e-mail'); |
|---|
| r1002 |
r1268 |
|
| 1 | | -- phpMyAdmin SQL Dump |
|---|
| 2 | | -- version 2.11.1 |
|---|
| 3 | | -- http://www.phpmyadmin.net |
|---|
| 4 | | -- |
|---|
| 5 | | -- Host: localhost:3306 |
|---|
| 6 | | -- Erstellungszeit: 15. Oktober 2007 um 00:34 |
|---|
| 7 | | -- Server Version: 5.0.32 |
|---|
| 8 | | -- PHP-Version: 5.2.0-8+etch5~pu1 |
|---|
| 9 | | |
|---|
| 10 | 1 | SET SQL_MODE="NO_AUTO_VALUE_ON_ZERO"; |
|---|
| 11 | 2 | |
|---|
| … | … | |
| 17 | 8 | |
|---|
| 18 | 9 | -- |
|---|
| 19 | | -- table structure for table `lang_English` |
|---|
| | 10 | -- table structure for table `lang_EnglishBritain` |
|---|
| 20 | 11 | -- |
|---|
| 21 | 12 | |
|---|
| 22 | | DROP TABLE IF EXISTS `lang_English`; |
|---|
| 23 | | CREATE TABLE `lang_English` ( |
|---|
| | 13 | DROP TABLE IF EXISTS `lang_EnglishBritain`; |
|---|
| | 14 | CREATE TABLE `lang_EnglishBritain` ( |
|---|
| 24 | 15 | `msgid` text collate utf8_unicode_ci, |
|---|
| 25 | 16 | `msgstr` text collate utf8_unicode_ci, |
|---|
| … | … | |
| 28 | 19 | |
|---|
| 29 | 20 | -- |
|---|
| 30 | | -- data for table `lang_English` |
|---|
| | 21 | -- data for table `lang_EnglishBritain` |
|---|
| 31 | 22 | -- |
|---|
| 32 | 23 | |
|---|
| 33 | | INSERT INTO `lang_English` (`msgid`, `msgstr`) VALUES |
|---|
| | 24 | INSERT INTO `lang_EnglishBritain` (`msgid`, `msgstr`) VALUES |
|---|
| 34 | 25 | ('ispcp_languageSetlocaleValue', 'en_GB'), |
|---|
| 35 | | ('ispcp_table', 'English'), |
|---|
| 36 | | ('ispcp_language', 'English'), |
|---|
| | 26 | ('ispcp_table', 'EnglishBritain'), |
|---|
| | 27 | ('ispcp_language', 'English (GB)'), |
|---|
| | 28 | ('encoding', 'UTF-8'), |
|---|
| 37 | 29 | ('Incorrect domain name syntax', 'Incorrect <i>domain name</i> syntax'), |
|---|
| 38 | 30 | ('Incorrect forward syntax', 'Incorrect <i>forward</i> syntax!'), |
|---|
| 39 | | ('Incorrect max FTP count or syntax!', 'Incorrect <i>max FTP</i> count or syntax!'), |
|---|
| 40 | | ('Incorrect max SQL databases count or syntax!', 'Incorrect <i>max mySQL databases</i> count or syntax!'), |
|---|
| 41 | | ('Incorrect max SQL users count or syntax!', 'Incorrect <i>max mySQL users</i> count or syntax!'), |
|---|
| 42 | | ('Incorrect max alias count or syntax!', 'Incorrect <i>max alias</i> count or syntax!'), |
|---|
| 43 | | ('Incorrect max disk amount or syntax!', 'Incorrect <i>max disk</i> amount or syntax!'), |
|---|
| 44 | | ('Incorrect max domain count or syntax!', 'Incorrect <i>max domain</i> count or syntax!'), |
|---|
| 45 | | ('Incorrect max mail count or syntax!', 'Incorrect <i>max e-mail</i> count or syntax!'), |
|---|
| 46 | | ('Incorrect max subdomain count or syntax!', 'Incorrect <i>max subdomain</i> count or syntax!'), |
|---|
| 47 | | ('Incorrect max traffic amount or syntax!', 'Incorrect <i>max traffic</i> amount or syntax!'), |
|---|
| 48 | 31 | ('Incorrect mount point syntax', 'Incorrect <i>mount point</i> syntax!'), |
|---|
| 49 | | ('Mail', 'e-mail'), |
|---|
| 50 | | ('encoding', 'UTF-8'); |
|---|
| | 32 | ('Mail', 'e-mail'); |
|---|
| r1007 |
r1268 |
|
| 1 | | -- phpMyAdmin SQL Dump |
|---|
| 2 | | -- version 2.11.1 |
|---|
| 3 | | -- http://www.phpmyadmin.net |
|---|
| 4 | | -- |
|---|
| 5 | | -- Host: localhost:3306 |
|---|
| 6 | | -- Erstellungszeit: 15. Oktober 2007 um 00:34 |
|---|
| 7 | | -- Server Version: 5.0.32 |
|---|
| 8 | | -- PHP-Version: 5.2.0-8+etch5~pu1 |
|---|
| 9 | | |
|---|
| 10 | 1 | SET SQL_MODE="NO_AUTO_VALUE_ON_ZERO"; |
|---|
| 11 | 2 | |
|---|
| … | … | |
| 17 | 8 | |
|---|
| 18 | 9 | -- |
|---|
| 19 | | -- table structure for table `lang_English` |
|---|
| | 10 | -- table structure for table `lang_EnglishBritain` |
|---|
| 20 | 11 | -- |
|---|
| 21 | 12 | |
|---|
| 22 | | DROP TABLE IF EXISTS `lang_English`; |
|---|
| 23 | | CREATE TABLE `lang_English` ( |
|---|
| | 13 | DROP TABLE IF EXISTS `lang_EnglishBritain`; |
|---|
| | 14 | CREATE TABLE `lang_EnglishBritain` ( |
|---|
| 24 | 15 | `msgid` text collate utf8_unicode_ci, |
|---|
| 25 | 16 | `msgstr` text collate utf8_unicode_ci, |
|---|
| … | … | |
| 28 | 19 | |
|---|
| 29 | 20 | -- |
|---|
| 30 | | -- data for table `lang_English` |
|---|
| | 21 | -- data for table `lang_EnglishBritain` |
|---|
| 31 | 22 | -- |
|---|
| 32 | 23 | |
|---|
| 33 | | INSERT INTO `lang_English` (`msgid`, `msgstr`) VALUES |
|---|
| | 24 | INSERT INTO `lang_EnglishBritain` (`msgid`, `msgstr`) VALUES |
|---|
| 34 | 25 | ('ispcp_languageSetlocaleValue', 'en_GB'), |
|---|
| 35 | | ('ispcp_table', 'English'), |
|---|
| 36 | | ('ispcp_language', 'English'), |
|---|
| | 26 | ('ispcp_table', 'EnglishBritain'), |
|---|
| | 27 | ('ispcp_language', 'English (GB)'), |
|---|
| | 28 | ('encoding', 'UTF-8'), |
|---|
| 37 | 29 | ('Incorrect domain name syntax', 'Incorrect <i>domain name</i> syntax'), |
|---|
| 38 | 30 | ('Incorrect forward syntax', 'Incorrect <i>forward</i> syntax!'), |
|---|
| 39 | | ('Incorrect max FTP count or syntax!', 'Incorrect <i>max FTP</i> count or syntax!'), |
|---|
| 40 | | ('Incorrect max SQL databases count or syntax!', 'Incorrect <i>max mySQL databases</i> count or syntax!'), |
|---|
| 41 | | ('Incorrect max SQL users count or syntax!', 'Incorrect <i>max mySQL users</i> count or syntax!'), |
|---|
| 42 | | ('Incorrect max alias count or syntax!', 'Incorrect <i>max alias</i> count or syntax!'), |
|---|
| 43 | | ('Incorrect max disk amount or syntax!', 'Incorrect <i>max disk</i> amount or syntax!'), |
|---|
| 44 | | ('Incorrect max domain count or syntax!', 'Incorrect <i>max domain</i> count or syntax!'), |
|---|
| 45 | | ('Incorrect max mail count or syntax!', 'Incorrect <i>max e-mail</i> count or syntax!'), |
|---|
| 46 | | ('Incorrect max subdomain count or syntax!', 'Incorrect <i>max subdomain</i> count or syntax!'), |
|---|
| 47 | | ('Incorrect max traffic amount or syntax!', 'Incorrect <i>max traffic</i> amount or syntax!'), |
|---|
| 48 | 31 | ('Incorrect mount point syntax', 'Incorrect <i>mount point</i> syntax!'), |
|---|
| 49 | | ('Mail', 'e-mail'), |
|---|
| 50 | | ('encoding', 'UTF-8'); |
|---|
| | 32 | ('Mail', 'e-mail'); |
|---|
| r870 |
r1268 |
|
| 1 | | -- phpMyAdmin SQL Dump |
|---|
| 2 | | -- version 2.11.1 |
|---|
| 3 | | -- http://www.phpmyadmin.net |
|---|
| 4 | | -- |
|---|
| 5 | | -- Host: localhost:3306 |
|---|
| 6 | | -- Erstellungszeit: 15. Oktober 2007 um 00:34 |
|---|
| 7 | | -- Server Version: 5.0.32 |
|---|
| 8 | | -- PHP-Version: 5.2.0-8+etch5~pu1 |
|---|
| 9 | | |
|---|
| 10 | 1 | SET SQL_MODE="NO_AUTO_VALUE_ON_ZERO"; |
|---|
| 11 | 2 | |
|---|
| … | … | |
| 17 | 8 | |
|---|
| 18 | 9 | -- |
|---|
| 19 | | -- table structure for table `lang_English` |
|---|
| | 10 | -- table structure for table `lang_EnglishBritain` |
|---|
| 20 | 11 | -- |
|---|
| 21 | 12 | |
|---|
| 22 | | DROP TABLE IF EXISTS `lang_English`; |
|---|
| 23 | | CREATE TABLE `lang_English` ( |
|---|
| | 13 | DROP TABLE IF EXISTS `lang_EnglishBritain`; |
|---|
| | 14 | CREATE TABLE `lang_EnglishBritain` ( |
|---|
| 24 | 15 | `msgid` text collate utf8_unicode_ci, |
|---|
| 25 | 16 | `msgstr` text collate utf8_unicode_ci, |
|---|
| … | … | |
| 28 | 19 | |
|---|
| 29 | 20 | -- |
|---|
| 30 | | -- data for table `lang_English` |
|---|
| | 21 | -- data for table `lang_EnglishBritain` |
|---|
| 31 | 22 | -- |
|---|
| 32 | 23 | |
|---|
| 33 | | INSERT INTO `lang_English` (`msgid`, `msgstr`) VALUES |
|---|
| | 24 | INSERT INTO `lang_EnglishBritain` (`msgid`, `msgstr`) VALUES |
|---|
| 34 | 25 | ('ispcp_languageSetlocaleValue', 'en_GB'), |
|---|
| 35 | | ('ispcp_table', 'English'), |
|---|
| 36 | | ('ispcp_language', 'English'), |
|---|
| | 26 | ('ispcp_table', 'EnglishBritain'), |
|---|
| | 27 | ('ispcp_language', 'English (GB)'), |
|---|
| | 28 | ('encoding', 'UTF-8'), |
|---|
| 37 | 29 | ('Incorrect domain name syntax', 'Incorrect <i>domain name</i> syntax'), |
|---|
| 38 | 30 | ('Incorrect forward syntax', 'Incorrect <i>forward</i> syntax!'), |
|---|
| 39 | | ('Incorrect max FTP count or syntax!', 'Incorrect <i>max FTP</i> count or syntax!'), |
|---|
| 40 | | ('Incorrect max SQL databases count or syntax!', 'Incorrect <i>max mySQL databases</i> count or syntax!'), |
|---|
| 41 | | ('Incorrect max SQL users count or syntax!', 'Incorrect <i>max mySQL users</i> count or syntax!'), |
|---|
| 42 | | ('Incorrect max alias count or syntax!', 'Incorrect <i>max alias</i> count or syntax!'), |
|---|
| 43 | | ('Incorrect max disk amount or syntax!', 'Incorrect <i>max disk</i> amount or syntax!'), |
|---|
| 44 | | ('Incorrect max domain count or syntax!', 'Incorrect <i>max domain</i> count or syntax!'), |
|---|
| 45 | | ('Incorrect max mail count or syntax!', 'Incorrect <i>max e-mail</i> count or syntax!'), |
|---|
| 46 | | ('Incorrect max subdomain count or syntax!', 'Incorrect <i>max subdomain</i> count or syntax!'), |
|---|
| 47 | | ('Incorrect max traffic amount or syntax!', 'Incorrect <i>max traffic</i> amount or syntax!'), |
|---|
| 48 | 31 | ('Incorrect mount point syntax', 'Incorrect <i>mount point</i> syntax!'), |
|---|
| 49 | | ('Mail', 'e-mail'), |
|---|
| 50 | | ('encoding', 'UTF-8'); |
|---|
| | 32 | ('Mail', 'e-mail'); |
|---|
| r1265 |
r1268 |
|
| 101 | 101 | get_ticket_from($tpl, $sql, $ticket_id); |
|---|
| 102 | 102 | $date_formt = Config::get('DATE_FORMAT'); |
|---|
| | 103 | $ticket_content = wordwrap(html_entity_decode($rs->fields['ticket_message']), round(($screenwidth-200) / 7), "\n"); |
|---|
| | 104 | |
|---|
| 103 | 105 | $tpl->assign( |
|---|
| 104 | 106 | array( |
|---|
| … | … | |
| 107 | 109 | 'DATE' => date($date_formt, $rs->fields['ticket_date']), |
|---|
| 108 | 110 | 'SUBJECT' => stripslashes($rs->fields['ticket_subject']), |
|---|
| 109 | | 'TICKET_CONTENT' => wordwrap(html_entity_decode(nl2br($rs->fields['ticket_message'])), round(($screenwidth-200) / 7), "<br>\n", 1), |
|---|
| | 111 | 'TICKET_CONTENT' => nl2br($ticket_content), |
|---|
| 110 | 112 | 'ID' => $rs->fields['ticket_id'] |
|---|
| 111 | 113 | ) |
|---|
| r1265 |
r1268 |
|
| 24 | 24 | |
|---|
| 25 | 25 | $tpl = new pTemplate(); |
|---|
| 26 | | $tpl->define_dynamic('page', Config::get('CLIENT_TEMPLATE_PATH') . '/add_sql_database.tpl'); |
|---|
| | 26 | $tpl->define_dynamic('page', Config::get('CLIENT_TEMPLATE_PATH') . '/sql_database_add.tpl'); |
|---|
| 27 | 27 | $tpl->define_dynamic('page_message', 'page'); |
|---|
| 28 | 28 | $tpl->define_dynamic('logged_from', 'page'); |
|---|
| r1265 |
r1268 |
|
| 157 | 157 | $db_user_pass = $rs->fields['sqlu_pass']; |
|---|
| 158 | 158 | $db_name = $rs->fields['sqld_name']; |
|---|
| 159 | | $sql_user = &ADONewConnection(Config::get('DB_TYPE')); |
|---|
| 160 | | |
|---|
| 161 | | if (!@$sql_user->Connect(Config::get('DB_HOST'), $db_user_name, $db_user_pass, $db_name)) { |
|---|
| | 159 | |
|---|
| | 160 | if (!@$sql_user =Database::connect($db_user_name, $db_user_pass, Config::get('DB_TYPE'), Config::get('DB_HOST'), $db_name)) { |
|---|
| 162 | 161 | set_page_message(tr('Could not connect to the SQL server as %s!', $db_user_name)); |
|---|
| 163 | 162 | $tpl->assign('SQL_RESULT', ''); |
|---|
| … | … | |
| 170 | 169 | |
|---|
| 171 | 170 | if (!$rs) { |
|---|
| 172 | | $tpl->assign(array('QUERY_STATUS' => tr('Execution of SQL query failed!'), |
|---|
| 173 | | 'QUERY_RESULT' => $sql_user->ErrorMsg())); |
|---|
| | 171 | $tpl->assign( |
|---|
| | 172 | array( |
|---|
| | 173 | 'QUERY_STATUS' => tr('Execution of SQL query failed!'), |
|---|
| | 174 | 'QUERY_RESULT' => $sql_user->ErrorMsg() |
|---|
| | 175 | ) |
|---|
| | 176 | ); |
|---|
| 174 | 177 | } else { |
|---|
| 175 | 178 | write_log($_SESSION['user_logged'] . ": execute SQL query!"); |
|---|
| 176 | | $tpl->assign(array('QUERY_STATUS' => tr('Execution of SQL query succeeded!'), |
|---|
| 177 | | 'QUERY_RESULT' => sql_rs2html($rs))); |
|---|
| | 179 | $tpl->assign( |
|---|
| | 180 | array( |
|---|
| | 181 | 'QUERY_STATUS' => tr('Execution of SQL query succeeded!'), |
|---|
| | 182 | 'QUERY_RESULT' => sql_rs2html($rs) |
|---|
| | 183 | ) |
|---|
| | 184 | ); |
|---|
| 178 | 185 | } |
|---|
| 179 | 186 | |
|---|
| … | … | |
| 260 | 267 | $tpl->prnt(); |
|---|
| 261 | 268 | |
|---|
| 262 | | if (Config::get('DUMP_GUI_DEBUG')) dump_gui_debug(); |
|---|
| | 269 | if (Config::get('DUMP_GUI_DEBUG')) |
|---|
| | 270 | dump_gui_debug(); |
|---|
| 263 | 271 | |
|---|
| 264 | 272 | unset_messages(); |
|---|
| r1265 |
r1268 |
|
| 82 | 82 | |
|---|
| 83 | 83 | get_ticket_from($tpl, $sql, $ticket_id); |
|---|
| 84 | | |
|---|
| 85 | 84 | $date_formt = Config::get('DATE_FORMAT'); |
|---|
| | 85 | $ticket_content = wordwrap(html_entity_decode($rs->fields['ticket_message']), round(($screenwidth-200) / 7), "\n"); |
|---|
| | 86 | |
|---|
| 86 | 87 | $tpl->assign(array('TR_ACTION' => $tr_action, |
|---|
| 87 | 88 | 'ACTION' => $action, |
|---|
| 88 | 89 | 'DATE' => date($date_formt, $rs->fields['ticket_date']), |
|---|
| 89 | 90 | 'SUBJECT' => stripslashes($rs->fields['ticket_subject']), |
|---|
| 90 | | 'TICKET_CONTENT' => wordwrap(html_entity_decode(nl2br($rs->fields['ticket_message'])), round(($screenwidth-200) / 7), "<br>\n", 1), |
|---|
| | 91 | 'TICKET_CONTENT' => nl2br($ticket_content), |
|---|
| 91 | 92 | 'ID' => $rs->fields['ticket_id'])); |
|---|
| 92 | 93 | |
|---|
| r1265 |
r1268 |
|
| 89 | 89 | get_ticket_from($tpl, $sql, $ticket_id); |
|---|
| 90 | 90 | $date_formt = Config::get('DATE_FORMAT'); |
|---|
| | 91 | $ticket_content = wordwrap(html_entity_decode($rs->fields['ticket_message']), round(($screenwidth-200) / 7), "\n"); |
|---|
| 91 | 92 | |
|---|
| 92 | 93 | $tpl->assign( |
|---|
| … | … | |
| 98 | 99 | 'DATE' => date($date_formt, $rs->fields['ticket_date']), |
|---|
| 99 | 100 | 'SUBJECT' => $rs->fields['ticket_subject'], |
|---|
| 100 | | 'TICKET_CONTENT' => wordwrap(html_entity_decode(nl2br($rs->fields['ticket_message'])), round(($screenwidth-200) / 7), "<br>\n", 1), |
|---|
| | 101 | 'TICKET_CONTENT' => nl2br($ticket_content), |
|---|
| 101 | 102 | 'ID' => $rs->fields['ticket_id'] |
|---|
| 102 | 103 | ) |
|---|
| r1194 |
r1268 |
|
| 127 | 127 | Incorrect template name length! = Nesprávná délka jména šablony! |
|---|
| 128 | 128 | Incorrect template description length! = Nesprávná délka popisu šablony! |
|---|
| 129 | | Incorrect price syntax! = Nesprávná syntaxe ceny! |
|---|
| 130 | | Incorrect setup fee syntax! = Nesprávná syntaxe zřizovacích poplatků! |
|---|
| | 129 | Price must be a number! = Cena musí být vyjádřena číslem! |
|---|
| | 130 | Setup fee must be a number! = Zřizovací poplatek musí být vyjádřen číslem! |
|---|
| 131 | 131 | Hosting plan with entered name already exists! = Plán hostingu se zadaným jménem již existuje! |
|---|
| 132 | 132 | ispCP - Admin/Change Password = ispCP - Admin/Změnit heslo |
|---|
| … | … | |
| 136 | 136 | User password updated successfully! = Uživatelské heslo bylo úspěšně aktualizováno! |
|---|
| 137 | 137 | Change password = Změnit heslo |
|---|
| | 138 | Password data = Heslo |
|---|
| 138 | 139 | Update password = Aktualizovat heslo |
|---|
| 139 | 140 | Current password = Stávající heslo |
|---|
| | 141 | ispCP - Admin/Change Personal Data = ispCP - Admin/Změnit osobní údaje |
|---|
| 140 | 142 | Personal data updated successfully! = Osobní údaje byli úspěšně změněny! |
|---|
| 141 | | ispCP - Admin/Change Personal Data = ispCP - Admin/Změnit osobní údaje |
|---|
| 142 | 143 | Change personal data = Změnit osobní údaje |
|---|
| 143 | 144 | Personal data = Osobní údaje |
|---|
| … | … | |
| 186 | 187 | Update = Aktualizace |
|---|
| 187 | 188 | Update details = Podrobnosti o aktualizaci |
|---|
| 188 | | No database updates available = Nejsou dostupné aktualizace databáze |
|---|
| 189 | 189 | New Database update is now available = Je dostupná nová aktualizace databáze |
|---|
| 190 | 190 | Do you want to execute the Updates now? = Opravdu chcete provést aktualizace? |
|---|
| | 191 | No database updates available = Nejsou dostupné aktualizace databáze |
|---|
| 191 | 192 | You cannot delete the last active IP address! = Poslední aktivní IP adresu nelze smazat! |
|---|
| 192 | 193 | Error: we have a domain using this IP! = Chyba: máme doménu, která používá tuto IP adresu! |
|---|
| … | … | |
| 234 | 235 | Send new login data = Poslat nové přihlašovací údaje |
|---|
| 235 | 236 | Generate password = Vygenerovat heslo |
|---|
| 236 | | ispCP - Admin/Manage users/Edit Reseller = ispCP - Admin/Správa uživatelů/Upravit partnera |
|---|
| | 237 | ispCP - Admin/Edit Domain = ispCP - Admin/Upravit doménu |
|---|
| | 238 | Edit Domain = Upravit doménu |
|---|
| | 239 | Domain properties = Nastavení domény |
|---|
| | 240 | Max subdomains<br /><i>(-1 disabled, 0 unlimited)</i> = Maximální počet subdomén<br /><i>(-1 zakázáno, 0 bez omezení)</i> |
|---|
| | 241 | Max aliases<br /><i>(-1 disabled, 0 unlimited)</i> = Maximální počet aliasů<br /><i>(-1 zakázáno, 0 bez omezení)</i> |
|---|
| | 242 | Mail accounts limit <br /><i>(-1 disabled, 0 unlimited)</i> = Limit poštovních účtů<br /><i>(-1 zakázáno, 0 bez omezení) |
|---|
| | 243 | FTP accounts limit <br /><i>(-1 disabled, 0 unlimited)</i> = Limit FTP účtů<br /><i>(-1 zakázáno, 0 bez omezení)</i> |
|---|
| | 244 | SQL databases limit <br /><i>(-1 disabled, 0 unlimited)</i> = Limit SQL databází<br /><i>(-1 zakázáno, 0 bez omezení)</i> |
|---|
| | 245 | SQL users limit <br /><i>(-1 disabled, 0 unlimited)</i> = Limit SQL uživatelů<br /><i>(-1 zakázáno, 0 bez omezení)</i> |
|---|
| | 246 | Traffic limit [MB] <br /><i>(0 unlimited)</i> = Limit přenesených dat [MB]<br /><i>(0 bez omezení)</i> |
|---|
| | 247 | Disk limit [MB] <br /><i>(0 unlimited)</i> = Limit disku [MB]<br /><i>(0 bez omezení)</i> |
|---|
| | 248 | Cancel = Zrušit |
|---|
| | 249 | Yes = Budiž |
|---|
| | 250 | No = Ne |
|---|
| | 251 | User does not exist or you do not have permission to access this interface! = Uživatel neexistuje nebo nemáte práva přístupu k rozhraní! |
|---|
| 237 | 252 | SQL databases limit is <i>disabled</i>! = Limit SQL databází je <i>zakázán</i>! |
|---|
| 238 | 253 | SQL users limit is <i>disabled</i>! = Limit SQL uživatelů je <i>zakázán</i>! |
|---|
| | 254 | Subdomain = Subdoména |
|---|
| | 255 | SQL Database = SQL databáze |
|---|
| | 256 | SQL User = SQL uživatel |
|---|
| | 257 | Traffic = Přenesená data |
|---|
| | 258 | Disk = Diskový prostor |
|---|
| | 259 | Domain properties could not be updated! = Nastavení domény nemůže být aktualizováno! |
|---|
| | 260 | Domain properties updated successfully! = Nastavení domény úspěšně aktualizováno! |
|---|
| | 261 | The <em>%s</em> service cannot be disabled! = Služba <em>%s</em> nemůže být vypnuta!<br> |
|---|
| | 262 | There are <em>%s</em> records on system! = V systému je <em>%s</em> záznamů! |
|---|
| | 263 | The <em>%s</em> service cannot be limited! = Služba <em>%s</em> nemůže být omezena!<br> |
|---|
| | 264 | Specified number is smaller than <em>%s</em> records, present on the system! = Zadané číslo je menší než u <em>%s</em> záznamu nacházejícího se v systému! |
|---|
| | 265 | There are <em>%s</em> records on the system! = S systému je <em>%s</em> záznamů! |
|---|
| | 266 | The <em>%s</em> service cannot be unlimited! = Služba <em>%s</em> nemůže být neomezená!<br> |
|---|
| | 267 | There are reseller limits for the <em>%s</em> service! = Pro službu <em>%s</em> je pro partnery nastaven limit! |
|---|
| | 268 | You are exceeding reseller limits for the <em>%s</em> service! = Překračujete limit partnera pro službu <em>%s</em>! |
|---|
| | 269 | ispCP - Admin/Manage users/Edit Reseller = ispCP - Admin/Správa uživatelů/Upravit partnera |
|---|
| 239 | 270 | Domains = Domény |
|---|
| 240 | 271 | Inconsistency between current_als_cnt and actual alias count: %1$d != %2$d = Nesoulad mezi <i>current_als_cnt</i> a <i>actual alias count</i>: %1$d != %2$d |
|---|
| … | … | |
| 244 | 275 | SQL Users = SQL uživatelé |
|---|
| 245 | 276 | Disk storage = Využití disku |
|---|
| | 277 | Reseller data inconsistency! = Partnerská data nekonzistentní! |
|---|
| 246 | 278 | This reseller has already assigned more/higher <b>%s</b> accounts/limits than the new limit you entered. = Tento partner má přiřazených <b>%s</b> účtů/limitů než právě zadaný limit. |
|---|
| 247 | 279 | Edit reseller aborted! = Editace partnera přerušena! |
|---|
| … | … | |
| 271 | 303 | Subject = Předmět |
|---|
| 272 | 304 | Apply changes = Provést změny |
|---|
| | 305 | Benutzertyp (admin, reseller, user) = Typ uživatele (administrátor, partner, uživatel) |
|---|
| | 306 | URL to this admin panel = URL tohoto administračního panelu |
|---|
| 273 | 307 | ispCP - Administrator/Hosting Plan Management = ispCP - Administrátor/Správa plánů hostingu |
|---|
| 274 | 308 | Hosting plans = Plány hostingu |
|---|
| … | … | |
| 280 | 314 | Hosting plan deleted! = Plán hostingu smazán! |
|---|
| 281 | 315 | Hosting plan updated! = Plán hostingu aktualizován! |
|---|
| | 316 | Hosting plan can't be deleted, there are orders! = Plán hostingu nemůže být smazán, jsou zde objednávky! |
|---|
| 282 | 317 | Hosting plans not found! = Plán hostingu nenalezen! |
|---|
| 283 | 318 | Name = Jméno |
|---|
| … | … | |
| 287 | 322 | Couldn't check for updates! Website not reachable. = Nemohu zkontrolovat aktualizace! Cílová stránka neodpovídá. |
|---|
| 288 | 323 | New ispCP update is now available = Je dostupná nová aktualizace ispCP |
|---|
| | 324 | A database update is available = Je dostupná aktualizace databáze |
|---|
| | 325 | You are exceeding your traffic limit! = Překročil jste váš limit přenesených dat! |
|---|
| | 326 | %1$d%% [%2$s of unlimited] = %1$d%% [%2$s z neomezeno] |
|---|
| | 327 | %1$d%% [%2$s of %3$s] = %1$d%% [%2$s z %3$s] |
|---|
| | 328 | ispCP - Admin/Main Index = ispCP - Admin/Hlavní strana |
|---|
| 289 | 329 | ispCP - Admin/IP manage = ispCP - Admin/Správa IP adres |
|---|
| 290 | 330 | Remove IP = Smazat IP adresu |
|---|
| … | … | |
| 309 | 349 | Mail account errors = Chyby v účtech el. pošty |
|---|
| 310 | 350 | Execute requests = Spusť dotazy |
|---|
| | 351 | Set status to "change" = Nastavit stav na "změna" |
|---|
| 311 | 352 | Daemon returned %d as status code = Démon vrátil %d jako stavový kód |
|---|
| 312 | | Unknown domain status! = Neznámý stav subdomény! |
|---|
| 313 | | Unknown account type! = Neznámý typ účtu! |
|---|
| 314 | | Invalid account id! = Nesprávné id účtu! |
|---|
| | 353 | Unknown type! = Neznámý typ! |
|---|
| 315 | 354 | Done = Hotovo |
|---|
| 316 | 355 | Unknown Error = Neznámá chyba |
|---|
| … | … | |
| 411 | 450 | %1$d / %2$d <br/>of<br/> <b>unlimited</b> = %1$d / %2$d <br/>z<br/> <b>bez omezení</b> |
|---|
| 412 | 451 | Reseller statistics table = Tabulka statistik partnera |
|---|
| 413 | | Traffic = Přenesená data |
|---|
| 414 | | Disk = Diskový prostor |
|---|
| 415 | | Subdomain = Subdoména |
|---|
| 416 | 452 | SQL database = SQL databáze |
|---|
| 417 | 453 | SQL user = SQL uživatel |
|---|
| … | … | |
| 471 | 507 | Settings = Nastavení |
|---|
| 472 | 508 | Activation link expire time (minutes) = Aktivační link vyprší za (minuty) |
|---|
| | 509 | Password settings = Nastavení hesla |
|---|
| | 510 | Use strong Passwords = Používat silná hesla |
|---|
| | 511 | Password length = Délka hesla |
|---|
| 473 | 512 | Bruteforce detection = Detekce útoku hrubou silou |
|---|
| 474 | 513 | Block time between logins = Čas blokování mezi přihlášením |
|---|
| … | … | |
| 478 | 517 | Max number of CAPTCHA validation attempts = Maximální počet pokusů o CAPTCHA ověření |
|---|
| 479 | 518 | Other settings = Další nastavení |
|---|
| | 519 | E-Mail settings = Nastavení E-mailů |
|---|
| | 520 | Create default E-Mail addresses = Vytvořit standardní E-mailové adresy |
|---|
| | 521 | E-Mail accounts are hard suspended = E-Mailové účty jsou tvrdě pozastaveny |
|---|
| 480 | 522 | Default language = Výchozí jazyk |
|---|
| 481 | 523 | Support system = Systém podpory |
|---|
| 482 | 524 | Server ports = Porty serveru |
|---|
| | 525 | Hosting plans available for = Hostingové plány dostupné pro |
|---|
| | 526 | Admin = Administrátor |
|---|
| 483 | 527 | Domains per page = Domén na stránku |
|---|
| | 528 | Log Level = Úroveň protokolování |
|---|
| | 529 | Notices, Warnings and Errors = Upozornění, varování a chyby |
|---|
| | 530 | Warnings and Errors = Varování a chyby |
|---|
| | 531 | Errors = Chyby |
|---|
| 484 | 532 | ERROR: Only Letters, Numbers, Dash and Underscore are allowed! = Chyba: Povolená jsou jen písmena, čísla, pomlčka a podtržítko! |
|---|
| 485 | 533 | ERROR: Port already exists! = Chyba: Port existuje! |
|---|
| 486 | 534 | You have no custom service ports defined. = Nemáte definovány vlastní porty. |
|---|
| 487 | | Yes = Budiž |
|---|
| 488 | | No = Ne |
|---|
| 489 | 535 | Services = Služby |
|---|
| 490 | 536 | You have no support tickets. = Nemáte požadavky na podporu. |
|---|
| … | … | |
| 495 | 541 | ispCP - Client/Questions & Comments = ispCP - Klient/Otázky a připomínky |
|---|
| 496 | 542 | Support tickets = Požadavky podpory |
|---|
| | 543 | From = Od |
|---|
| | 544 | To = Pro |
|---|
| 497 | 545 | Priority = Priorita |
|---|
| 498 | 546 | Last reply = Poslední odpověď |
|---|
| … | … | |
| 503 | 551 | [Re] = [Odpověď] |
|---|
| 504 | 552 | ispCP - Client/Enable Mail Autoresponder = ispCP - Klient/Povolit automatické odpovědi |
|---|
| 505 | | From = Od |
|---|
| 506 | 553 | days = dny |
|---|
| 507 | 554 | hours = hodiny |
|---|
| … | … | |
| 579 | 626 | Mail account already exists! = Poštovní účet již existuje! |
|---|
| 580 | 627 | Mail account scheduled for addition! = Vytvoření poštovního účtu bylo naplánováno! |
|---|
| | 628 | Please select at least one mail type! = Vyplňte prosím alespoň jeden typ poštovního účtu! |
|---|
| 581 | 629 | Please enter mail account username! = Prosím zadejte uživatelské jméno e-mailového účtu! |
|---|
| 582 | | Password data includes not permitted signs! = Heslo obsahuje nepovolené znaky! |
|---|
| | 630 | Password data is shorter than %s signs or includes not permitted signs! = Heslo je kratší než %s znaků nebo obsahuje nepovolené znaky! |
|---|
| 583 | 631 | Subdomain list is empty! You cannot add mail accounts! = Seznam subdomén je prázdný! Nemůžete přidávat poštovní účty! |
|---|
| 584 | 632 | Alias list is empty! You cannot add mail accounts! = Poštovní účty nelze přidávat. Soubor aliasů je prázdný! |
|---|
| … | … | |
| 622 | 670 | Switch to backups/ directory = Přejít do adresáře backups/ |
|---|
| 623 | 671 | Download the files stored in this directory = Stáhnout soubory uložené v tomto adresáři |
|---|
| 624 | | (usually named = (obvykle pojmenované |
|---|
| | 672 | (usually named = (obvykle pojmenované |
|---|
| 625 | 673 | Restore backup = Obnovit ze zálohy |
|---|
| 626 | 674 | Click the Restore button and the system will restore the last daily backup = Kliknutím na tlačítko Obnovit systém obnoví poslední denní zálohu |
|---|
| … | … | |
| 647 | 695 | ispCP - Client/Change Password = ispCP - Klient/Změnit Heslo |
|---|
| 648 | 696 | ispCP - Client/Change Personal Data = ispCP - Klient/Změnit osobní údaje |
|---|
| 649 | | User does not exist or you do not have permission to access this interface! = Uživatel neexistuje nebo nemáte práva přístupu k rozhraní! |
|---|
| 650 | 697 | Catch all account scheduled for creation! = Bylo naplánováno vytvoření doménového koše! |
|---|
| 651 | 698 | Mail forward list error! = Seznam přesměrování obsahuje chyby! |
|---|
| … | … | |
| 665 | 712 | Weekday(s): = Týden/Týdny: |
|---|
| 666 | 713 | Reset = Vynulovat |
|---|
| 667 | | Cancel = Zrušit |
|---|
| 668 | 714 | Edit Cronjob = Editovat úlohu |
|---|
| 669 | 715 | Cronjobs = Naplánované úlohy |
|---|
| … | … | |
| 727 | 773 | disabled = vypnuto |
|---|
| 728 | 774 | You have <b>%d</b> new answer to your support questions = Máte <b>%d</b> nových odpovědí na vaše otázy na podporu |
|---|
| 729 | | %1$d%% [%2$s of %3$s] = %1$d%% [%2$s z %3$s] |
|---|
| 730 | | %1$d%% [%2$s of unlimited] = %1$d%% [%2$s z neomezeno] |
|---|
| 731 | | You are exceeding your traffic limit! = Překročil jste váš limit přenesených dat! |
|---|
| 732 | 775 | %1$s%% [%2$s of %3$s] = %1$s%% [%2$s z %3$s] |
|---|
| 733 | 776 | %1$s%% [%2$s of unlimited] = %1$s%% [%2$s z neomezeno] |
|---|
| … | … | |
| 893 | 936 | Users list is empty! = Seznam uživatelů je prázdný! |
|---|
| 894 | 937 | Details = Detaily |
|---|
| | 938 | Edit domain = Upravit doménu |
|---|
| | 939 | Edit user = Upravit uživatele |
|---|
| 895 | 940 | |
|---|
|