Changeset 749

Show
Ignore:
Timestamp:
08/18/07 02:26:59 (16 months ago)
Author:
raphael
Message:

Improved language files installer
Improved languages table structure
Updated fr_FR.po (thanks to Vianney)
Added workaround for #289
Fixed #574: Invalid Command "CBandUser" at Apache start up

Location:
trunk
Files:
1 added
30 modified

Legend:

Unmodified
Added
Removed
  • trunk/CHANGELOG

    r748 r749  
    66|               * gui: disable stats-alias in client menu         | 
    77\_________________________________________________________________/ 
     8 
     92007-08-16 Raphael Geissert 
     10    - GUI: 
     11        * Improved language files installer 
     12    - CONFIGS: 
     13        * Improved languages table structure 
     14        - LANGUAGES 
     15                * Updated fr_FR.po (thanks to Vianney) 
     16    - ENGINE: 
     17        * Added workaround for #289 
     18        * Fixed #574: Invalid Command "CBandUser" at Apache start up 
    819 
    9202007-08-16 Raphael Geissert 
  • trunk/configs/apache/parts/dg_entry.tpl

    r746 r749  
    11 
    22<IfModule mod_cband.c> 
    3     <CBandUser {DMN_GRP}> 
    4         {BWLIMIT_DISABLED} CBandUserLimit {BWLIMIT}Mi 
    5         {BWLIMIT_DISABLED} CBandUserScoreboard {SCOREBOARDS_DIR}/{DMN_GRP} 
    6         {BWLIMIT_DISABLED} CBandUserPeriod 4W 
    7         {BWLIMIT_DISABLED} CBandUserPeriodSlice 1W 
    8         {BWLIMIT_DISABLED} CBandUserExceededURL http://{BASE_SERVER_VHOST}/errordocs/bw_exceeded.html 
    9     </CBandUser> 
     3##TEMPLATE    <CBandUser {DMN_GRP}> 
     4##TEMPLATE        {BWLIMIT_DISABLED} CBandUserLimit {BWLIMIT}Mi 
     5##TEMPLATE        {BWLIMIT_DISABLED} CBandUserScoreboard {SCOREBOARDS_DIR}/{DMN_GRP} 
     6##TEMPLATE        {BWLIMIT_DISABLED} CBandUserPeriod 4W 
     7##TEMPLATE        {BWLIMIT_DISABLED} CBandUserPeriodSlice 1W 
     8##TEMPLATE        {BWLIMIT_DISABLED} CBandUserExceededURL http://{BASE_SERVER_VHOST}/errors/bw_exceeded.html 
     9##TEMPLATE    </CBandUser> 
    1010</IfModule> 
    1111 
  • trunk/configs/database/languages.sql

    r617 r749  
    1717 
    1818CREATE TABLE `lang_English` ( 
    19   `id` int(10) unsigned NOT NULL auto_increment, 
    2019  `msgid` text collate utf8_unicode_ci, 
    2120  `msgstr` text collate utf8_unicode_ci, 
    22   UNIQUE KEY `id` (`id`) 
    23 ) ENGINE=MyISAM  DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci AUTO_INCREMENT=1106 ; 
     21  UNIQUE KEY `msgid` (`msgid`) 
     22) ENGINE=MyISAM  DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; 
    2423 
    2524-- 
     
    2726-- 
    2827 
    29 INSERT INTO `lang_English` (`id`, `msgid`, `msgstr`) VALUES 
    30 (1, 'ispcp_table', 'English'), 
    31 (2, 'ispcp_language', 'English'), 
    32 (3, 'ispcp_languageSetlocaleValue', 'en_GB'), 
    33 (4, 'encoding', 'UTF-8'), 
    34 (5, '(e.g. domain-of-your-choice.com)', ''), 
    35 (6, '(e.g. EUR)', ''), 
    36 (7, '(To avoid abuse, we ask you to write the combination of letters on the above picture into the field "Security code")', ''), 
    37 (8, '(usually named backup_YYYY_MM_DD.tar.bz2)', ''), 
    38 (9, '* denotes mandatory field.', ''), 
    39 (10, '[New]', ''), 
    40 (11, '[Re]', ''), 
    41 (12, '</b> Address !<br>Edit reseller aborted!', ''), 
    42 (13, '</b> amount, present on the system!', ''), 
    43 (14, '</b> in a destination reseller,<br>', ''), 
    44 (15, '</b> In a destination reseller,<br>', ''), 
    45 (16, '</b> records on the system!', ''), 
    46 (17, '</b> records, present on the system!', ''), 
    47 (18, '</b> Service !<br>', ''), 
    48 (19, '</b> Service can not be disabled !<br>There is <b>', ''), 
    49 (20, '</b> Service can not be limited !<br>Specified number is smaller than <b>', ''), 
    50 (21, '</b> Service can not be limited !<br>You are exceeding reseller limits for the <b>', ''), 
    51 (22, '</b> Service can not be unlimited !<br>There is reseller limits for the <b>', ''), 
    52 (23, '</b> service!', ''), 
    53 (24, '<b>Thank You for purchasing</b><br>You will receive an email with more details and information', ''), 
    54 (25, '<br>service in destination reseller!<br>', ''), 
    55 (26, 'Access your files through the web interface', ''), 
    56 (27, 'Access your mail through the web interface', ''), 
    57 (28, 'Account name', ''), 
    58 (29, 'Action', ''), 
    59 (30, 'Activation E-Mail', ''), 
    60 (31, 'Activationlink valid (minutes)', ''), 
    61 (32, 'Active', ''), 
    62 (33, 'Add', ''), 
    63 (34, 'Add admin', ''), 
    64 (35, 'Add alias', ''), 
    65 (36, 'Add Cronjob', ''), 
    66 (37, 'Add domain alias', ''), 
    67 (38, 'Add existing user', ''), 
    68 (39, 'Add FTP user', ''), 
    69 (40, 'Add group', ''), 
    70 (41, 'Add hosting plan', ''), 
    71 (42, 'Add mail user', ''), 
    72 (43, 'Add mail users', ''), 
    73 (44, 'Add new button', ''), 
    74 (45, 'Add new IP', ''), 
    75 (46, 'Add new protected area', ''), 
    76 (47, 'Add new user hosting plan', ''), 
    77 (48, 'Add On A Domain', ''), 
    78 (49, 'Add other domains to this account', ''), 
    79 (50, 'Add plan', ''), 
    80 (51, 'Add reseller', ''), 
    81 (52, 'Add SQL database', ''), 
    82 (53, 'Add SQL user', ''), 
    83 (54, 'Add subdomain', ''), 
    84 (55, 'Add to the system', ''), 
    85 (56, 'Add user', ''), 
    86 (57, 'Add/Details', ''), 
    87 (58, 'Addition in progress', ''), 
    88 (59, 'Additional data', ''), 
    89 (60, 'Admin log', ''), 
    90 (61, 'Admin Log', ''), 
    91 (62, 'Admin users', ''), 
    92 (63, 'Administrator', ''), 
    93 (64, 'Administrator level', ''), 
    94 (65, 'Administrators', ''), 
    95 (66, 'Adminitrators list is empty!', ''), 
    96 (67, 'Alais name', ''), 
    97 (68, 'Alias', ''), 
    98 (69, 'Alias forward', ''), 
    99 (70, 'Alias list is empty!', ''), 
    100 (71, 'Alias list is empty! You can not add FTP accounts there!', ''), 
    101 (72, 'Alias list is empty! You can not add mail accounts!', ''), 
    102 (73, 'Alias mail', ''), 
    103 (74, 'Alias mails', ''), 
    104 (75, 'Alias name', ''), 
    105 (76, 'Alias scheduled for addition!', ''), 
    106 (77, 'Alias scheduled for deletion!', ''), 
    107 (78, 'Alias scheduled for modification!', ''), 
    108 (79, 'Alias(es)<br><i>(-1 disabled, 0 unlimited)', ''), 
    109 (80, 'Aliases', ''), 
    110 (81, 'All', ''), 
    111 (82, 'All closed support tickets deleted successfully!', ''), 
    112 (83, 'All in', ''), 
    113 (84, 'All open support tickets deleted successfully!', ''), 
    114 (85, 'All out', ''), 
    115 (86, 'All resellers', ''), 
    116 (87, 'All traffic', ''), 
    117 (88, 'All users & resellers', ''), 
    118 (89, 'All users', ''), 
    119 (90, 'Already in:', ''), 
    120 (91, 'Apache logfiles', ''), 
    121 (92, 'Apache logs', ''), 
    122 (93, 'Apply changes', ''), 
    123 (94, 'Are you sure you want to change the status of domain account?', ''), 
    124 (95, 'Are you sure you want to delete', ''), 
    125 (96, 'Are you sure you want to delete this account?', ''), 
    126 (97, 'Are you sure you want to delete this order?', ''), 
    127 (98, 'Area name', ''), 
    128 (99, 'Assign', ''), 
    129 (100, 'Auto email template data updated!', ''), 
    130 (101, 'Auto respond', ''), 
    131 (102, 'Automatic Updates', ''), 
    132 (103, 'Available for purchasing', ''), 
    133 (104, 'Available IPs', ''), 
    134 (105, 'Available ISPCP updates', ''), 
    135 (106, 'Awstats', ''), 
    136 (107, 'AwStats', ''), 
    137 (108, 'Back', ''), 
    138 (109, 'Backup / Restore', ''), 
    139 (110, 'Backup', ''), 
    140 (111, 'Backup and restore', ''), 
    141 (112, 'Backup and Restore', ''), 
    142 (113, 'Backup and restore settings', ''), 
    143 (114, 'Backup archive scheduled for restoring!', ''), 
    144 (115, 'Behind the name', ''), 
    145 (116, 'Billing Settings', ''), 
    146 (117, 'Blocktime (minutes)', ''), 
    147 (118, 'Bruteforce detection', ''), 
    148 (119, 'Button link', ''), 
    149 (120, 'Button name', ''), 
    150 (121, 'Button target', ''), 
    151 (122, 'Can not connect as MySQL administrator!', ''), 
    152 (123, 'Can Not Connect As MySQL Administrator!', ''), 
    153 (124, 'Can not open directory !<br>Please contact your administrator !', ''), 
    154 (125, 'Can not open file! Please contact your administrator !', ''), 
    155 (126, 'Can not read ispcp language file!', ''), 
    156 (127, 'Cancel', ''), 
    157 (128, 'Cancel order', ''), 
    158 (129, 'Cannot connect as MySQL administrator!', ''), 
    159 (130, 'Catch all', ''), 
    160 (131, 'Catch all account', ''), 
    161 (132, 'Catch all account scheduled for creation!', ''), 
    162 (133, 'Catch all account scheduled for deletion!', ''), 
    163 (134, 'Catch all mail account can not be created!', ''), 
    164 (135, 'CGI / Perl', ''), 
    165 (136, 'CGI support', ''), 
    166 (137, 'CGI Support: disabled', ''), 
    167 (138, 'CGI Support: enabled', ''), 
    168 (139, 'Change', ''), 
    169 (140, 'Change password', ''), 
    170 (141, 'Change personal data', ''), 
    171 (142, 'Change SQL user password', ''), 
    172 (143, 'Change user interface', ''), 
    173 (144, 'Check Out', ''), 
    174 (145, 'Choose', ''), 
    175 (146, 'Choose default language', ''), 
    176 (147, 'Choose default layout', ''), 
    177 (148, 'Choose dir', ''), 
    178 (149, 'Choose hosting plan', ''), 
    179 (150, 'Circular', ''), 
    180 (151, 'City', ''), 
    181 (152, 'Clear log', ''), 
    182 (153, 'Click Restore button and the system will restore last daily backup', ''), 
    183 (154, 'Close ticket', ''), 
    184 (155, 'Closed tickets', ''), 
    185 (156, 'Command to run:', ''), 
    186 (157, 'Company', ''), 
    187 (158, 'Continue', ''), 
    188 (159, 'Core data', ''), 
    189 (160, 'Costs', ''), 
    190 (161, 'Country', ''), 
    191 (162, 'CPU bogomips', ''), 
    192 (163, 'CPU cache', ''), 
    193 (164, 'CPU MHz', ''), 
    194 (165, 'CPU model', ''), 
    195 (166, 'CPU system Info', ''), 
    196 (167, 'Create catch all', ''), 
    197 (168, 'Create catch all mail account', ''), 
    198 (169, 'Created by', ''), 
    199 (170, 'Creation date', ''), 
    200 (171, 'Cronjob', ''), 
    201 (172, 'Cronjob Manager', ''), 
    202 (173, 'Cronjobs', ''), 
    203 (174, 'Currency', ''), 
    204 (175, 'Current password', ''), 
    205 (176, 'Custom Apache Logs', ''), 
    206 (177, 'Custom error page was updated!', ''), 
    207 (178, 'Custom error pages', ''), 
    208 (179, 'Custom Error Pages', ''), 
    209 (180, 'Custom menu data updated successful!', ''), 
    210 (181, 'Custom menu deleted successful!', ''), 
    211 (182, 'Custom menus', ''), 
    212 (183, 'Customer data', ''), 
    213 (184, 'Customer ID', ''), 
    214 (185, 'Customer order was removed successful!', ''), 
    215 (186, 'Customize error pages for your domain', ''), 
    216 (187, 'D', 'Details'), 
    217 (188, 'Daily backup', ''), 
    218 (189, 'Database list is empty!', ''), 
    219 (190, 'Database name', ''), 
    220 (191, 'Database user list is empty!', ''), 
    221 (192, 'Database users', ''), 
    222 (193, 'Date', ''), 
    223 (194, 'Day', ''), 
    224 (195, 'Day(s):', ''), 
    225 (196, 'Day:', ''), 
    226 (197, 'days', ''), 
    227 (198, 'default', ''), 
    228 (199, 'Default', ''), 
    229 (200, 'Default language', ''), 
    230 (201, 'Default language changed!', ''), 
    231 (202, 'delete', ''), 
    232 (203, 'Delete', ''), 
    233 (204, 'Delete all', ''), 
    234 (205, 'Delete CatchAll', ''), 
    235 (206, 'Delete from log:', ''), 
    236 (207, 'Delete order', ''), 
    237 (208, 'Deletion in progress', ''), 
    238 (209, 'Description', ''), 
    239 (210, 'Details', ''), 
    240 (211, 'Direction download today backup', ''), 
    241 (212, 'Directories', ''), 
    242 (213, 'Directory listing', ''), 
    243 (214, 'Directory mount point', ''), 
    244 (215, 'Directory tree', ''), 
    245 (216, 'Directory tree<br>mount point', ''), 
    246 (217, 'Disable', ''), 
    247 (218, 'disabled', ''), 
    248 (219, 'Disabled', ''), 
    249 (220, 'Disk [MB]<br><i>(0 unlimited)', ''), 
    250 (221, 'Disk', ''), 
    251 (222, 'Disk in MB', ''), 
    252 (223, 'Disk limit [Mb]<br><i>(0 unlimited)</i>', ''), 
    253 (224, 'Disk limit [MB]<br><i>(0 unlimited)</i>', ''), 
    254 (225, 'Disk usage', ''), 
    255 (226, 'Disk<br>usage', ''), 
    256 (227, 'does not exist', ''), 
    257 (228, 'Domain', ''), 
    258 (229, 'Domain account', ''), 
    259 (230, 'Domain alias', ''), 
    260 (231, 'Domain alias added for termination!', ''), 
    261 (232, 'Domain alias added!', ''), 
    262 (233, 'Domain alias errors', ''), 
    263 (234, 'Domain alias limit expired!', ''), 
    264 (235, 'Domain alias modified!', ''), 
    265 (236, 'Domain alias not added for termination!', ''), 
    266 (237, 'Domain alias not added!', ''), 
    267 (238, 'Domain alias not modified!', ''), 
    268 (239, 'Domain alias you are trying to remove has email accounts !<br>First remove them!', ''), 
    269 (240, 'Domain alias you are trying to remove has FTP accounts!<br>First remove them!', ''), 
    270 (241, 'Domain aliases', ''), 
    271 (242, 'Domain aliasses', ''), 
    272 (243, 'Domain details', ''), 
    273 (244, 'Domain errors', ''), 
    274 (245, 'Domain Features', ''), 
    275 (246, 'Domain IP', ''), 
    276 (247, 'Domain mail', ''), 
    277 (248, 'Domain mails', ''), 
    278 (249, 'Domain name', ''), 
    279 (250, 'Domain properties', ''), 
    280 (251, 'Domain properties updated successfully!', ''), 
    281 (252, 'Domain statistics', ''), 
    282 (253, 'Domain with that name already exists on the system!', ''), 
    283 (254, 'Domain with this name already exist', ''), 
    284 (255, 'Domain you are trying to remove has domain alias!<br> first remove them !', ''), 
    285 (256, 'Domain you are trying to remove has email accounts !<br> first remove them !', ''), 
    286 (257, 'Domain you are trying to remove has FTP accounts !<br> first remove them !', ''), 
    287 (258, 'Domain you are trying to remove has subdomains accounts !<br> first remove them !', ''), 
    288 (259, 'Domains', ''), 
    289 (260, 'Domains per page', ''), 
    290 (261, 'Done', ''), 
    291 (262, 'DOWN', ''), 
    292 (263, 'Download the files stored in this directory', ''), 
    293 (264, 'Edit', ''), 
    294 (265, 'Edit admin', ''), 
    295 (266, 'Edit button', ''), 
    296 (267, 'Edit Cronjob', ''), 
    297 (268, 'Edit Domain', ''), 
    298 (269, 'Edit domain alias', ''), 
    299 (270, 'Edit email account', ''), 
    300 (271, 'Edit error page', ''), 
    301 (272, 'Edit FTP user', ''), 
    302 (273, 'Edit hosting plan', ''), 
    303 (274, 'Edit mail auto responder', ''), 
    304 (275, 'Edit properties', ''), 
    305 (276, 'Edit reseller', ''), 
    306 (277, 'Edit reseller aborted!', ''), 
    307 (278, 'Edit user', ''), 
    308 (279, 'Email', ''), 
    309 (280, 'E-mail', ''), 
    310 (281, 'Email account not founded!', ''), 
    311 (282, 'Email Accounts', ''), 
    312 (283, 'Email and FTP accounts', ''), 
    313 (284, 'Email forward', ''), 
    314 (285, 'Email marketing', ''), 
    315 (286, 'Email setup', ''), 
    316 (287, 'Email Updated', ''), 
    317 (288, 'Email Updated!', ''), 
    318 (289, 'Empty data or wrong field!', ''), 
    319 (290, 'Empty list', ''), 
    320 (291, 'Empty List', ''), 
    321 (292, 'Enable', ''), 
    322 (293, 'Enable mail auto responder', ''), 
    323 (294, 'enabled', ''), 
    324 (295, 'Enabled', ''), 
    325 (296, 'Enduser level', ''), 
    326 (297, 'Enter Address', ''), 
    327 (298, 'Entered passwords differ from the another!', ''), 
    328 (299, 'Entered passwords differ!', ''), 
    329 (300, 'Entered passwords does not match!', ''), 
    330 (301, 'Error', ''), 
    331 (302, 'Error 401 (unauthorized)', ''), 
    332 (303, 'Error 403 (forbidden)', ''), 
    333 (304, 'Error 404 (not found)', ''), 
    334 (305, 'Error 500 (internal server error)', ''), 
    335 (306, 'Error pages', ''), 
    336 (307, 'Error we have domain that use this IP!', ''), 
    337 (308, 'Error we have reseller that use this IP!', ''), 
    338 (309, 'ERROR: Password not send', ''), 
    339 (310, 'ERROR: Security code was not correct!', ''), 
    340 (311, 'ERROR: Unknown user', ''), 
    341 (312, 'everything', ''), 
    342 (313, 'Execute', ''), 
    343 (314, 'Execute query', ''), 
    344 (315, 'Execute SQL query', ''), 
    345 (316, 'Existing SQL users', ''), 
    346 (317, 'Export', ''), 
    347 (318, 'Extras', ''), 
    348 (319, 'Fax', ''), 
    349 (320, 'Feature', ''), 
    350 (321, 'Filemanager', ''), 
    351 (322, 'Filesystem system Info', ''), 
    352 (323, 'First name', ''), 
    353 (324, 'Footer', ''), 
    354 (325, 'Forward', ''), 
    355 (326, 'Forward list is empty!', ''), 
    356 (327, 'Forward mail', ''), 
    357 (328, 'Forward to', ''), 
    358 (329, 'Forward to URL', ''), 
    359 (330, 'Free', ''), 
    360 (331, 'free of charge', ''), 
    361 (332, 'From', ''), 
    362 (333, 'From reseller', ''), 
    363 (334, 'Fronpage extensions', ''), 
    364 (335, 'FTP', ''), 
    365 (336, 'FTP account', ''), 
    366 (337, 'FTP account added!', ''), 
    367 (338, 'FTP account already exists!', ''), 
    368 (339, 'FTP account data updated!', ''), 
    369 (340, 'FTP account deleted successfully!', ''), 
    370 (341, 'FTP account limit<br><i>(0 unlimited)</i>', ''), 
    371 (342, 'FTP account(s)<br><i>(0 unlimited)', ''), 
    372 (343, 'FTP accounts', ''), 
    373 (344, 'FTP Accounts', ''), 
    374 (345, 'FTP accounts limit expired!', ''), 
    375 (346, 'FTP list is empty!', ''), 
    376 (347, 'FTP traffic', ''), 
    377 (348, 'FTP users', ''), 
    378 (349, 'FTP<br>traffic', ''), 
    379 (350, 'FTPs total', ''), 
    380 (351, 'General information', ''), 
    381 (352, 'General settings', ''), 
    382 (353, 'Get it at', ''), 
    383 (354, 'Go back', ''), 
    384 (355, 'Group - Usermanagement', ''), 
    385 (356, 'Group', ''), 
    386 (357, 'Group already exist !', ''), 
    387 (358, 'Group auth', ''), 
    388 (359, 'Group members', ''), 
    389 (360, 'Group name', ''), 
    390 (361, 'Groups', ''), 
    391 (362, 'Has IP address that can not be managed from the destination reseller !<br>This user can not be moved!', ''), 
    392 (363, 'Has unlimited rights for a <b>', ''), 
    393 (364, 'HDD', ''), 
    394 (365, 'Header', ''), 
    395 (366, 'hide aliases', ''), 
    396 (367, 'High', ''), 
    397 (368, 'Host', ''), 
    398 (369, 'Hosting details', ''), 
    399 (370, 'Hosting plan', ''), 
    400 (371, 'Hosting plan added!', ''), 
    401 (372, 'Hosting plan deleted!', ''), 
    402 (373, 'Hosting plan properties', ''), 
    403 (374, 'Hosting plan updated!', ''), 
    404 (375, 'Hosting plan with entered name already exists!', ''), 
    405 (376, 'Hosting plans', ''), 
    406 (377, 'Hosting plans available for update', ''), 
    407 (378, 'Hosting plans not found!', ''), 
    408 (379, 'Hour', ''), 
    409 (380, 'Hour(s):', ''), 
    410 (381, 'hours', ''), 
    411 (382, 'ID', ''), 
    412 (383, 'If you want to limit the reseller, fist you must limit its users !<br>', ''), 
    413 (384, 'Implementation URL', ''), 
    414 (385, 'In front the name', ''), 
    415 (386, 'In this mode only administrators can login', ''), 
    416 (387, 'Incorrect alias range or syntax!', 'Incorrect <i>domain alias</i> range or syntax!'), 
    417 (388, 'Incorrect city syntax!', 'Incorrect <i>city</i> syntax!'), 
    418 (389, 'Incorrect company range or syntax!', 'Incorrect <i>company</i> range or syntax!'), 
    419 (390, 'Incorrect country syntax!', 'Incorrect <i>country</i> syntax!'), 
    420 (391, 'Incorrect customer ID syntax!', 'Incorrect <i>customer ID</i> syntax!'), 
    421 (392, 'Incorrect data input!', ''), 
    422 (393, 'Incorrect disk range or syntax!', 'Incorrect <i>disk range</i> or syntax!'), 
    423 (394, 'Incorrect domain name syntax', 'Incorrect <i>domain name</i> syntax'), 
    424 (395, 'Incorrect email range or syntax!', 'Incorrect <i>e-mail</i> range or syntax!'), 
    425 (396, 'Incorrect fax range or syntax!', 'Incorrect <i>fax</i> range or syntax!'), 
    426 (397, 'Incorrect first name range or syntax!', 'Incorrect <i>first name</i> range or syntax!'), 
    427 (398, 'Incorrect forward syntax', 'Incorrect <i>forward</i> syntax!'), 
    428 (399, 'Incorrect FTP account range or syntax!', 'Incorrect <i>FTP account</i> range or syntax!'), 
    429 (400, 'Incorrect mail account range or syntax!', 'Incorrect <i>e-mail account</i> range or syntax!'), 
    430 (401, 'Incorrect max alias count or syntax!', 'Incorrect <i>max alias</i> count or syntax!'), 
    431 (402, 'Incorrect max disk amount or syntax!', 'Incorrect <i>max disk</i> amount or syntax!'), 
    432 (403, 'Incorrect max domain count or syntax!', 'Incorrect <i>max domain</i> count or syntax!'), 
    433 (404, 'Incorrect max FTP count or syntax!', 'Incorrect <i>max FTP</i> count or syntax!'), 
    434 (405, 'Incorrect max mail count or syntax!', 'Incorrect <i>max e-mail</i> count or syntax!'), 
    435 (406, 'Incorrect max SQL databases count or syntax!', 'Incorrect <i>max mySQL databases</i> count or syntax!'), 
    436 (407, 'Incorrect max SQL users count or syntax!', 'Incorrect <i>max mySQL users</i> count or syntax!'), 
    437 (408, 'Incorrect max subdomain count or syntax!', 'Incorrect <i>max subdomain</i> count or syntax!'), 
    438 (409, 'Incorrect max traffic amount or syntax!', 'Incorrect <i>max traffic</i> amount or syntax!'), 
    439 (410, 'Incorrect mount point syntax', 'Incorrect <i>mount point</i> syntax!'), 
    440 (411, 'Incorrect password range or syntax!', ''), 
    441 (412, 'Incorrect phone range or syntax!', ''), 
    442 (413, 'Incorrect post code range or syntax!', ''), 
    443 (414, 'Incorrect price range or syntax!', ''), 
    444 (415, 'Incorrect second name range or syntax!', ''), 
    445 (416, 'Incorrect setup fee range or syntax!', ''), 
    446 (417, 'Incorrect SQL database range or syntax!', ''), 
    447 (418, 'Incorrect SQL user range or syntax!', ''), 
    448 (419, 'Incorrect street 1 syntax!', ''), 
    449 (420, 'Incorrect street 2 syntax!', ''), 
    450 (421, 'Incorrect subdomain range or syntax!', ''), 
    451 (422, 'Incorrect template description range or syntax!', ''), 
    452 (423, 'Incorrect template name range or syntax!', ''), 
    453 (424, 'Incorrect traffic range or syntax!', ''), 
    454 (425, 'Incorrect username range or syntax!', ''), 
    455 (426, 'Install', ''), 
    456 (427, 'Install new language', ''), 
    457 (428, 'Installed languages', ''), 
    458 (429, 'Installed layouts', ''), 
    459 (430, 'Invalid Mail Localpart Format used!', ''), 
    460 (431, 'IP', ''), 
    461 (432, 'IP was deleted!', ''), 
    462 (433, 'is exceeding limits for a <b>', ''), 
    463 (434, 'ISPCP - Admin - Email Marketing', ''), 
    464 (435, 'ISPCP - Admin - Manage custom menus', ''), 
    465 (436, 'ISPCP - Admin/Admin Log', ''), 
    466 (437, 'ISPCP - Admin/Change Password', ''), 
    467 (438, 'ISPCP - Admin/Change Personal Data', ''), 
    468 (439, 'ISPCP - Admin/Internationalization', ''), 
    469 (440, 'ISPCP - Admin/IP manage', ''), 
    470 (441, 'ISPCP - Admin/Lostpw email setup', ''), 
    471 (442, 'ISPCP - Admin/Main Index', ''), 
    472 (443, 'ISPCP - Admin/Manage Sessions', ''), 
    473 (444, 'ISPCP - Admin/Manage Users', ''), 
    474 (445, 'ISPCP - Admin/Manage users/Add reseller', ''), 
    475 (446, 'ISPCP - Admin/Manage users/Add User', ''), 
    476 (447, 'ISPCP - Admin/Manage users/Edit Reseller', ''), 
    477 (448, 'ISPCP - Admin/Manage users/Edit User', ''), 
    478 (449, 'ISPCP - Admin/Manage users/Email setup', ''), 
    479 (450, 'ISPCP - Admin/Manage users/Reseller assignment', ''), 
    480 (451, 'ISPCP - Admin/Manage users/User assignment', ''), 
    481 (452, 'ISPCP - Admin/Reseller User Statistics', ''), 
    482 (453, 'ISPCP - Admin/Server day stats', ''), 
    483 (454, 'ISPCP - Admin/Server statistics', ''), 
    484 (455, 'ISPCP - Admin/Server Traffic Settings', ''), 
    485 (456, 'ISPCP - Administrator/Add hosting plan', ''), 
    486 (457, 'ISPCP - Administrator/Edit hosting plan', ''), 
    487 (458, 'ISPCP - Administrator/Hosting Plan Management', ''), 
    488 (459, 'ISPCP - Circular', ''), 
    489 (460, 'ISPCP - Client : Support System: View Tickets', ''), 
    490 (461, 'ISPCP - Client/Add FTP User', ''), 
    491 (462, 'ISPCP - Client/Add Mail User', ''), 
    492 (463, 'ISPCP - Client/Add SQL Database', ''), 
    493 (464, 'ISPCP - Client/Add SQL User', ''), 
    494 (465, 'ISPCP - Client/Add Subdomain', ''), 
    495 (466, 'ISPCP - Client/Change Language', ''), 
    496 (467, 'ISPCP - Client/Change Password', ''), 
    497 (468, 'ISPCP - Client/Change Personal Data', ''), 
    498 (469, 'ISPCP - Client/Change SQL User Password', ''), 
    499 (470, 'ISPCP - Client/Create CatchAll Mail Account', ''), 
    500 (471, 'ISPCP - Client/Cronjob Manager', ''), 
    501 (472, 'ISPCP - Client/Daily Backup', ''), 
    502 (473, 'ISPCP - Client/Domain Statistics', ''), 
    503 (474, 'ISPCP - Client/Edit FTP Account', ''), 
    504 (475, 'ISPCP - Client/Enable Mail Auto Responder', ''), 
    505 (476, 'ISPCP - Client/Enable Mail Autoresponder', ''), 
    506 (477, 'ISPCP - Client/Execute SQL Query', ''), 
    507 (478, 'ISPCP - Client/Main Index', ''), 
    508 (479, 'ISPCP - Client/Manage Domains', ''), 
    509 (480, 'ISPCP - Client/Manage Error Custom Pages', ''), 
    510 (481, 'ISPCP - Client/Manage SQL', ''), 
    511 (482, 'ISPCP - Client/Manage Users', ''), 
    512 (483, 'ISPCP - Client/Questions & Comments', ''), 
    513 (484, 'ISPCP - Client/Webtools', ''), 
    514 (485, 'ISPCP - Domain Statistics Data', ''), 
    515 (486, 'ISPCP - Domain/Details', ''), 
    516 (487, 'ISPCP - Domain/Edit', ''), 
    517 (488, 'ISPCP - Manage Domain Alias/Edit Alias', ''), 
    518 (489, 'ISPCP - Manage Domain/Alias', ''), 
    519 (490, 'ISPCP - Manage Mail and FTP / Edit mail account', ''), 
    520 (491, 'ISPCP - Reseller : Support System: View Tickets', ''), 
    521 (492, 'ISPCP - Reseller statistics', ''), 
    522 (493, 'ISPCP - Reseller/Add hosting plan', ''), 
    523 (494, 'ISPCP - Reseller/Change Password', ''), 
    524 (495, 'ISPCP - Reseller/Change Personal Data', ''), 
    525 (496, 'ISPCP - Reseller/Edit hosting plan', ''), 
    526 (497, 'ISPCP - Reseller/Lostpw email setup', ''), 
    527 (498, 'ISPCP - Reseller/Main Index', ''), 
    528 (499, 'ISPCP - Reseller/Order details', ''), 
    529 (500, 'ISPCP - Reseller/Order email setup', ''), 
    530 (501, 'ISPCP - Reseller/Order management', ''), 
    531 (502, 'ISPCP - Reseller/Order settings', ''), 
    532 (503, 'ISPCP - Support system - New ticket', ''), 
    533 (504, 'ISPCP - Update hosting plan', ''), 
    534 (505, 'ISPCP - User/Add user', ''), 
    535 (506, 'ISPCP - User/Add user(step2)', ''), 
    536 (507, 'ISPCP - Users', ''), 
    537 (508, 'ISPCP - Users/Add user', ''), 
    538 (509, 'ISPCP - Users/Edit', ''), 
    539 (510, 'ISPCP - Virtual Hosting Control System', ''), 
    540 (511, 'ISPCP Admin / System Tools / Server Status', ''), 
    541 (512, 'ISPCP Client : Add Alias', ''), 
    542 (513, 'ISPCP Control Panel', ''), 
    543 (514, 'ISPCP debugger', ''), 
    544 (515, 'ISPCP Reseller : Add Alias', ''), 
    545 (516, 'ISPCP updates', ''), 
    546 (517, 'JSP', ''), 
    547 (518, 'Kernel', ''), 
    548 (519, 'Kill session', ''), 
    549 (520, 'Label', ''), 
    550 (521, 'Language', ''), 
    551 (522, 'Language file', ''), 
    552 (523, 'Language was removed!', ''), 
    553 (524, 'Last access', ''), 
    554 (525, 'Last name', ''), 
    555 (526, 'Last reply', ''), 
    556 (527, 'Layout', ''), 
    557 (528, 'Layout name', ''), 
    558 (529, 'Layout settings', ''), 
    559 (530, 'Level', ''), 
    560 (531, 'Limit', ''), 
    561 (532, 'Load', ''), 
    562 (533, 'Log is empty!', ''), 
    563 (534, 'Login', ''), 
    564 (535, 'Login with your FTP account', ''), 
    565 (536, 'Logo file', ''), 
    566 (537, 'Logo upload', ''), 
    567 (538, 'Logout', ''), 
    568 (539, 'Lost password', ''), 
    569 (540, 'Lostpassword', ''), 
    570 (541, 'Lostpw email', ''), 
    571 (542, 'Lostpw email setup', ''), 
    572 (543, 'Lostpw link', ''), 
    573 (544, 'Low', ''), 
    574 (545, 'Mail', 'e-mail'), 
    575 (546, 'Mail account', ''), 
    576 (547, 'Mail account already exists!', ''), 
    577 (548, 'Mail account errors', ''), 
    578 (549, 'Mail account limit<br><i>(0 unlimited)</i>', ''), 
    579 (550, 'Mail account scheduled for addition!', ''), 
    580 (551, 'Mail account scheduled for modification!', ''), 
    581 (552, 'Mail account scheduler for modification!', ''), 
    582 (553, 'Mail account(s)<br><i>(0 unlimited)', ''), 
    583 (554, 'Mail accounts', ''), 
    584 (555, 'Mail accounts limit expired!', ''), 
    585 (556, 'Mail accounts list', ''), 
    586 (557, 'Mail accounts list is empty!', ''), 
    587 (558, 'Mail forward list empty!', ''), 
    588 (559, 'Mail forward list error!', ''), 
    589 (560, 'Mail in', ''), 
    590 (561, 'Mail out', ''), 
    591 (562, 'Mail users', ''), 
    592 (563, 'Mail were updated successfully!', ''), 
    593 (564, 'Mailformat of an adress in your forward list is incorrect!', ''), 
    594 (565, 'Mails total', ''), 
    595 (566, 'Main domain', ''), 
    596 (567, 'Manage alias', ''), 
    597 (568, 'Manage custom menus', ''), 
    598 (569, 'Manage domain alias', ''), 
    599 (570, 'Manage domains', ''), 
    600 (571, 'Manage hosting plans', ''), 
    601 (572, 'Manage IPs', ''), 
    602 (573, 'Manage orders', ''), 
    603 (574, 'Manage Orders', ''), 
    604 (575, 'Manage protected areas, users and groups', ''), 
    605 (576, 'Manage SQL', ''), 
    606 (577, 'Manage user', ''), 
    607 (578, 'Manage user sessions', ''), 
    608 (579, 'Manage users', ''), 
    609 (580, 'Manage users and groups', ''), 
    610 (581, 'Mark', ''), 
    611 (582, 'Max aliases count', ''), 
    612 (583, 'Max aliases count<br><i>(0 unlimited)</i>', ''), 
    613 (584, 'Max aliases<br><i>(-1 disabled, 0 unlimited)', ''), 
    614 (585, 'Max disk amount [MB]', ''), 
    615 (586, 'Max disk amount [MB]<br><i>(0 unlimited)</i>', ''), 
    616 (587, 'Max domain count', ''), 
    617 (588, 'Max Domain count', ''), 
    618 (589, 'Max domain count<br><i>(0 unlimited)</i>', ''), 
    619 (590, 'Max FTP users count', ''), 
    620 (591, 'Max FTP users count<br><i>(0 unlimited)</i>', ''), 
    621 (592, 'Max mail users count', ''), 
    622 (593, 'Max mail users count<br><i>(0 unlimited)</i>', ''), 
    623 (594, 'Max SQL databases count', ''), 
    624 (595, 'Max SQL databases count<br><i>(-1 disabled, 0 unlimited)</i>', ''), 
    625 (596, 'Max SQL users count', ''), 
    626 (597, 'Max SQL users count<br><i>(-1 disabled, 0 unlimited)</i>', ''), 
    627 (598, 'Max subdomain count', ''), 
    628 (599, 'Max subdomain count<br><i>(0 unlimited)', ''), 
    629 (600, 'Max subdomains<br><i>(-1 disabled, 0 unlimited)', ''), 
    630 (601, 'Max traffic [MB]', ''), 
    631 (602, 'Max traffic amount [MB]', ''), 
    632 (603, 'Max traffic amount [MB]<br><i>(0 unlimited)</i>', ''), 
    633 (604, 'Medium', ''), 
    634 (605, 'Memory system info', ''), 
    635 (606, 'Menu button', ''), 
    636 (607, 'Message', ''), 
    637 (608, 'Message subject', ''), 
    638 (609, 'Message template', ''), 
    639 (610, 'Message template info', ''), 
    640 (611, 'Message was send!', ''), 
    641 (612, 'Message was sent.', ''), 
    642 (613, 'Messages', ''), 
    643 (614, 'Messages translated', ''), 
    644 (615, 'Minute(s):', ''), 
    645 (616,