Changeset 550

Show
Ignore:
Timestamp:
05/01/07 02:24:06 (2 years ago)
Author:
rats
Message:

see changelog!

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/CHANGELOG

    r549 r550  
    1111\_________________________________________________________________/ 
    1212 
     132007-05-01 Benedikt Heintel 
     14        - LANGUAGES: 
     15                * Polish: added missing strings 
     16        - GUI: 
     17                * fixed #237:   in Support System 
     18                * fixed #233: no image on error page 
     19                * fixed #231: no image on enable auto responder page 
     20 
    13212007-05-01 Malte Geierhos 
    1422        - GUI: 
     
    17252007-04-30 Benedikt Heintel 
    1826        - LANGUAGES: 
    19                 * Japanese: added 
    2027                * Hungarian: added missing strings 
    2128                * Italian: added missing strings 
     29                * Japanese: added missing strings 
    2230 
    23312007-04-30 Malte Geierhos 
  • trunk/engine/ispcp-dmn-mngr

    r533 r550  
    19601960                        return $rs if ($rs != 0); 
    19611961 
    1962                         $rs = setfmode("$root_dir/gui/errordocs/error_top.jpg", $sys_user, $sys_group, 0640); 
     1962                        $rs = setfmode("$root_dir/gui/errordocs/error_top.jpg", $sys_user, $sys_group, 0644); 
    19631963                        return $rs if ($rs != 0); 
    19641964                } 
     
    19791979                        return $rs if ($rs != 0); 
    19801980 
    1981                         $rs = setfmode("$root_dir/gui/errordocs/error_top.jpg", $sys_user, $sys_group, 0640); 
     1981                        $rs = setfmode("$root_dir/gui/errordocs/error_top.jpg", $sys_user, $sys_group, 0644); 
    19821982                        return $rs if ($rs != 0); 
    19831983                } 
     
    19981998                        return $rs if ($rs != 0); 
    19991999 
    2000                         $rs = setfmode("$root_dir/gui/errordocs/error_top.jpg", $sys_user, $sys_group, 0640); 
     2000                        $rs = setfmode("$root_dir/gui/errordocs/error_top.jpg", $sys_user, $sys_group, 0644); 
    20012001                        return $rs if ($rs != 0); 
    20022002                } 
     
    20172017                        return $rs if ($rs != 0); 
    20182018 
    2019                         $rs = setfmode("$root_dir/gui/errordocs/error_top.jpg", $sys_user, $sys_group, 0640); 
     2019                        $rs = setfmode("$root_dir/gui/errordocs/error_top.jpg", $sys_user, $sys_group, 0644); 
    20202020                        return $rs if ($rs != 0); 
    20212021                } 
  • trunk/gui/admin/ss_closed.php

    r474 r550  
    11<?php 
    22/** 
    3  *  ispCP (OMEGA) - Virtual Hosting Control System | Omega Version 
     3 *  ispCP (OMEGA) a Virtual Hosting Control Panel 
    44 * 
    55 *  @copyright  2001-2006 by moleSoftware GmbH 
     
    8181} 
    8282 
    83  
    84  
    85 function gen_tickets_list(&$tpl, &$sql,$user_id) 
    86 
     83function gen_tickets_list(&$tpl, &$sql,$user_id) { 
    8784        $start_index = 0; 
    8885 
     
    192189                            array( 
    193190                                    'URGENCY' => tr("Low"), 
    194                                                                         'NEW' => tr("&nbsp;") 
     191                                                                        'NEW' => " " 
    195192                                 ) 
    196193                          ); 
     
    201198                            array( 
    202199                                    'URGENCY' => tr("Medium"), 
    203                                                                         'NEW' => tr("&nbsp;") 
     200                                                                        'NEW' => " " 
    204201                                 ) 
    205202                          ); 
     
    209206                            array( 
    210207                                    'URGENCY' => tr("High"), 
    211                                                                         'NEW' => tr("&nbsp;") 
     208                                                                        'NEW' => " " 
    212209                                 ) 
    213210                          ); 
     
    217214                            array( 
    218215                                    'URGENCY' => tr("Very high"), 
    219                                                                         'NEW' => tr("&nbsp;") 
     216                                                                        'NEW' => " " 
    220217                                 ) 
    221218                          ); 
     
    239236    } 
    240237} 
    241  
    242  
    243  
    244  
    245238 
    246239// 
     
    277270                        'TR_SUPPORT_SYSTEM' => tr('Support system'), 
    278271                        'TR_SUPPORT_TICKETS' => tr('Support tickets'), 
    279                         'TR_NEW' => '&nbsp;', 
     272                        'TR_NEW' => ' ', 
    280273                                                'TR_ACTION' => tr('Action'), 
    281274                        'TR_URGENCY' => tr('Priority'), 
     
    299292 
    300293unset_messages(); 
     294 
    301295?> 
  • trunk/gui/admin/support_system.php

    r474 r550  
    11<?php 
    22/** 
    3  *  ispCP (OMEGA) - Virtual Hosting Control System | Omega Version 
     3 *  ispCP (OMEGA) a Virtual Hosting Control Panel 
    44 * 
    55 *  @copyright  2001-2006 by moleSoftware GmbH 
     
    242242                                        $tpl -> assign( 
    243243                            array( 
    244                                     'NEW' => tr(" ") 
     244                                    'NEW' => " " 
    245245                                 ) 
    246246                          ); 
     
    363363 
    364364unset_messages(); 
     365 
    365366?> 
  • trunk/gui/client/ss_closed.php

    r474 r550  
    11<?php 
    22/** 
    3  *  ispCP (OMEGA) - Virtual Hosting Control System | Omega Version 
     3 *  ispCP (OMEGA) a Virtual Hosting Control Panel 
    44 * 
    55 *  @copyright  2001-2006 by moleSoftware GmbH 
     
    148148      } 
    149149 
    150       $tpl -> assign(array('NEW' => tr("&nbsp;"))); 
     150      $tpl -> assign(array('NEW' => " ")); 
    151151 
    152152      $tpl -> assign(array('SUBJECT' => stripslashes($rs -> fields['ticket_subject']), 
     
    204204$tpl -> assign(array('TR_SUPPORT_SYSTEM' => tr('Support system'), 
    205205                     'TR_SUPPORT_TICKETS' => tr('Support tickets'), 
    206                      'TR_NEW' => '&nbsp;', 
     206                     'TR_NEW' => ' ', 
    207207                     'TR_ACTION' => tr('Action'), 
    208208                     'TR_URGENCY' => tr('Priority'), 
  • trunk/gui/client/support_system.php

    r474 r550  
    11<?php 
    22/** 
    3  *  ispCP (OMEGA) - Virtual Hosting Control System | Omega Version 
     3 *  ispCP (OMEGA) a Virtual Hosting Control Panel 
    44 * 
    55 *  @copyright  2001-2006 by moleSoftware GmbH 
     
    154154        $tpl -> assign(array('NEW' => tr("[Re]"))); 
    155155      } else { 
    156         $tpl -> assign(array('NEW' => tr(" "))); 
     156        $tpl -> assign(array('NEW' => " ")); 
    157157      } 
    158158 
  • trunk/gui/reseller/ss_closed.php

    r474 r550  
    11<?php 
    22/** 
    3  *  ispCP (OMEGA) - Virtual Hosting Control System | Omega Version 
     3 *  ispCP (OMEGA) a Virtual Hosting Control Panel 
    44 * 
    55 *  @copyright  2001-2006 by moleSoftware GmbH 
     
    7676} 
    7777 
    78  
    79  
    80 function gen_tickets_list(&$tpl, &$sql,$user_id) 
    81 
     78function gen_tickets_list(&$tpl, &$sql,$user_id) { 
    8279        global $cfg; 
    8380 
     
    176173                } 
    177174 
    178  
    179  
    180  
    181         global $i ; 
    182  
    183  
     175                global $i ; 
    184176 
    185177                while (!$rs -> EOF) { 
     
    219211 
    220212 
    221                         $tpl -> assign(array('NEW' => tr("&nbsp;"))); 
     213                        $tpl -> assign(array('NEW' => " ")); 
    222214 
    223215 
     
    228220                                                                        'ID' => $ticket_id, 
    229221                                                                        'CONTENT' => ($i % 2 == 0) ? 'content' : 'content2' 
    230  
    231222                                 ) 
    232223                          ); 
     
    239230    } 
    240231} 
    241  
    242  
    243  
    244  
    245232 
    246233// 
     
    269256              ); 
    270257 
    271 // 
    272 // dynamic page data. 
    273 // 
    274 //if (isset($_POST['uaction']) && $_POST['uaction'] === 'del_ticket') { 
    275  
    276 //      set_page_message(tr('Ticket(s) are deleted!')); 
    277 //} 
    278  
    279 //if (isset($_POST['uaction']) && $_POST['uaction'] === 'close_ticket') { 
    280  
    281 //      set_page_message(tr('Ticket(s) are closed!')); 
    282  
    283 //} 
    284  
    285  
    286258gen_tickets_list($tpl, $sql, $_SESSION['user_id']); 
    287259 
     
    299271                        'TR_SUPPORT_SYSTEM' => tr('Support system'), 
    300272                        'TR_SUPPORT_TICKETS' => tr('Support tickets'), 
    301                         'TR_NEW' => '&nbsp;', 
     273                        'TR_NEW' => ' ', 
    302274                                                'TR_ACTION' => tr('Action'), 
    303275                        'TR_URGENCY' => tr('Priority'), 
     
    321293 
    322294unset_messages(); 
     295 
    323296?> 
  • trunk/gui/reseller/support_system.php

    r474 r550  
    11<?php 
    22/** 
    3  *  ispCP (OMEGA) - Virtual Hosting Control System | Omega Version 
     3 *  ispCP (OMEGA) a Virtual Hosting Control Panel 
    44 * 
    55 *  @copyright  2001-2006 by moleSoftware GmbH 
     
    7171                                 ) 
    7272                          ); 
    73  
    74  
    7573} 
    7674 
     
    232230                                        $tpl -> assign( 
    233231                            array( 
    234                                     'NEW' => tr(" ") 
     232                                    'NEW' => " " 
    235233                                 ) 
    236234                          ); 
     
    323321                     ) 
    324322              ); 
    325  
    326 // 
    327 // dynamic page data. 
    328 // 
    329 //if (isset($_POST['uaction']) && $_POST['uaction'] === 'del_ticket') { 
    330  
    331 //      set_page_message(tr('Ticket(s) are deleted!')); 
    332 //} 
    333  
    334 //if (isset($_POST['uaction']) && $_POST['uaction'] === 'close_ticket') { 
    335  
    336 //      set_page_message(tr('Ticket(s) are closed!')); 
    337  
    338 //} 
    339  
    340323 
    341324gen_tickets_list($tpl, $sql, $_SESSION['user_id']); 
     
    377360 
    378361unset_messages(); 
     362 
    379363?> 
  • trunk/gui/themes/omega_original/client/enable_mail_arsp.tpl

    r474 r550  
    5050                <td align="left"><table width="100%" cellpadding="5" cellspacing="5"> 
    5151                    <tr> 
    52                       <td width="25"><img src="{THEME_COLOR_PATH}/images/content/table_icon.png" width="25" height="25"></td> 
     52                      <td width="25"><img src="{THEME_COLOR_PATH}/images/content/table_icon_support.png" width="25" height="25"></td> 
    5353                      <td colspan="2" class="title">{TR_ENABLE_MAIL_AUTORESPONDER}</td> 
    5454                    </tr> 
  • trunk/language-files/english/english

    r529 r550  
    55(e.g. domain-of-your-choice.com) = 
    66(e.g. EUR) = 
     7"(To avoid abuse, we ask you to write the combination of letters on the above picture into the field ""Security code"") =" 
    78(usually named backup_YYYY_MM_DD.tar.bz2) = 
     9* denotes mandatory field. = 
    810[New] = 
    911[Re] = 
    10 * denotes mandatory field. = 
    1112</b> Address !<br>Edit reseller aborted! = 
    1213</b> amount, present on the system! = 
     
    2728Account name = 
    2829Action = 
     30Activation E-Mail = 
    2931Activationlink valid (minutes) = 
    3032Active = 
     
    191193Date = 
    192194Day = 
     195Day(s): = 
    193196Day: = 
    194197days = 
    195 Day(s): = 
    196198default = 
    197199Default = 
     
    260262DOWN = 
    261263Download the files stored in this directory = 
    262 E-mail = 
    263264Edit = 
    264265Edit admin = 
     
    277278Edit user = 
    278279Email = 
     280E-mail = 
    279281Email account not founded! = 
    280282Email Accounts = 
     
    377379Hosting plans not found! = 
    378380Hour = 
     381Hour(s): = 
    379382hours = 
    380 Hour(s): = 
    381383ID = 
    382384If you want to limit the reseller, fist you must limit its users !<br> = 
    383 (To avoid abuse, we ask you to write the combination of letters on the above picture into the field "Security code") = 
    384385Implementation URL = 
    385386In front the name = 
     
    432433IP was deleted! = 
    433434is exceeding limits for a <b> = 
     435ISPCP - Admin - Email Marketing = 
     436ISPCP - Admin - Manage custom menus = 
     437ISPCP - Admin/Admin Log = 
     438ISPCP - Admin/Change Password = 
     439ISPCP - Admin/Change Personal Data = 
     440ISPCP - Admin/Internationalization = 
     441ISPCP - Admin/IP manage = 
     442ISPCP - Admin/Lostpw email setup = 
     443ISPCP - Admin/Main Index = 
     444ISPCP - Admin/Manage Sessions = 
     445ISPCP - Admin/Manage Users = 
     446ISPCP - Admin/Manage users/Add reseller = 
     447ISPCP - Admin/Manage users/Add User = 
     448ISPCP - Admin/Manage users/Edit Reseller = 
     449ISPCP - Admin/Manage users/Edit User = 
     450ISPCP - Admin/Manage users/Email setup = 
     451ISPCP - Admin/Manage users/Reseller assignment = 
     452ISPCP - Admin/Manage users/User assignment = 
     453ISPCP - Admin/Reseller User Statistics = 
     454ISPCP - Admin/Server day stats = 
     455ISPCP - Admin/Server statistics = 
     456ISPCP - Admin/Server Traffic Settings = 
     457ISPCP - Administrator/Add hosting plan = 
     458ISPCP - Administrator/Edit hosting plan = 
     459ISPCP - Administrator/Hosting Plan Management = 
     460ISPCP - Circular = 
     461ISPCP - Client : Support System: View Tickets = 
     462ISPCP - Client/Add FTP User = 
     463ISPCP - Client/Add Mail User = 
     464ISPCP - Client/Add SQL Database = 
     465ISPCP - Client/Add SQL User = 
     466ISPCP - Client/Add Subdomain = 
     467ISPCP - Client/Change Language = 
     468ISPCP - Client/Change Password = 
     469ISPCP - Client/Change Personal Data = 
     470ISPCP - Client/Change SQL User Password = 
     471ISPCP - Client/Create CatchAll Mail Account = 
     472ISPCP - Client/Cronjob Manager = 
     473ISPCP - Client/Daily Backup = 
     474ISPCP - Client/Domain Statistics = 
     475ISPCP - Client/Edit FTP Account = 
     476ISPCP - Client/Enable Mail Auto Responder = 
     477ISPCP - Client/Enable Mail Autoresponder = 
     478ISPCP - Client/Execute SQL Query = 
     479ISPCP - Client/Main Index = 
     480ISPCP - Client/Manage Domains = 
     481ISPCP - Client/Manage Error Custom Pages = 
     482ISPCP - Client/Manage SQL = 
     483ISPCP - Client/Manage Users = 
     484ISPCP - Client/Questions & Comments = 
     485ISPCP - Client/Webtools = 
     486ISPCP - Domain Statistics Data = 
     487ISPCP - Domain/Details = 
     488ISPCP - Domain/Edit = 
     489ISPCP - Manage Domain Alias/Edit Alias = 
     490ISPCP - Manage Domain/Alias = 
     491ISPCP - Manage Mail and FTP / Edit mail account = 
     492ISPCP - Reseller : Support System: View Tickets = 
     493ISPCP - Reseller statistics = 
     494ISPCP - Reseller/Add hosting plan = 
     495ISPCP - Reseller/Change Password = 
     496ISPCP - Reseller/Change Personal Data = 
     497ISPCP - Reseller/Edit hosting plan = 
     498ISPCP - Reseller/Lostpw email setup = 
     499ISPCP - Reseller/Main Index = 
     500ISPCP - Reseller/Order details = 
     501ISPCP - Reseller/Order email setup = 
     502ISPCP - Reseller/Order management = 
     503ISPCP - Reseller/Order settings = 
     504ISPCP - Support system - New ticket = 
     505ISPCP - Update hosting plan = 
     506ISPCP - User/Add user = 
     507ISPCP - User/Add user(step2) = 
     508ISPCP - Users = 
     509ISPCP - Users/Add user = 
     510ISPCP - Users/Edit = 
     511ISPCP - Virtual Hosting Control System = 
     512ISPCP Admin / System Tools / Server Status = 
     513ISPCP Client : Add Alias = 
     514ISPCP Control Panel = 
     515ISPCP debugger = 
     516ISPCP Reseller : Add Alias = 
     517ISPCP updates = 
    434518JSP = 
    435519Kernel = 
     
    459543Lostpw email setup = 
    460544Lostpw link = 
    461 Activation E-Mail = 
    462 Password E-Mail = 
    463545Low = 
    464 minutes = 
    465546Mail = e-mail 
    466547Mail account = 
     
    534615Messages translated = 
    535616Minute(s): = 
     617minutes = 
    536618Missing or incorrect data input! = 
    537619Missing or wrong data! = 
     
    552634New = 
    553635New IP was added! = 
     636New ISPCP update is now available = 
    554637New language installed! = 
    555638New order = 
    556639New ticket = 
    557 New ISPCP update is now available = 
    558640Next step = 
    559641no = 
     
    563645No domain system errors = 
    564646No email account system errors = 
     647No new ISPCP updates available = 
    565648No new messages = 
    566 No new ISPCP updates available = 
    567649No subdomain system errors = 
    568650No. = 
     
    607689Password data includes not permitted signs! = 
    608690Password data is missing! = 
     691Password E-Mail = 
    609692Password generate = 
    610693Password not match! = 
     
    663746Please type your message! = 
    664747Please wait for update = 
    665 Port = 
    666748POP/IMAP = 
    667749Pop/IMAP in = 
     
    669751POP3/IMAP traffic = 
    670752POP3/IMAP<br>traffic = 
     753Port = 
    671754Preview = 
    672755Price = 
     
    714797Return to previous menu = 
    715798Routine maintenance!</b><br><br>ISPCP is not available for system changes<br><br>Pleas contact your hosting service provider for more information<br><br>We apologize for any inconvenience and thank you for understanding = 
    716 seconds = 
    717799S = Status 
    718800Save = 
    719801Save changes = 
    720802Search = 
     803seconds = 
    721804Security code = 
    722805Send message = 
     
    727810Senders email = 
    728811Senders name = 
    729 Serverports = 
    730812Server day statistics = 
    731813Server error - please choose error page = 
     
    735817Server traffic settings = 
    736818Server traffic settings updated successfully! = 
     819Serverports = 
    737820Service = 
    738821Service in destination reseller!<br> = 
     
    775858SQL users = 
    776859SQL users limit<br><i>(-1 disabled, 0 unlimited)</i> = 
    777 SQL-user limit expired! = 
    778860SQL<br>database = 
    779861SQL<br>user = 
     862SQL-user limit expired! = 
    780863SSI = 
    781864Statistics = 
     
    846929Ticket(s) are closed! = 
    847930Ticket(s) are deleted! = 
     931Time between logins (seconds) = 
    848932Time between logins = 
    849 Time between logins (seconds) = 
    850933To Admin = 
    851934To domain alias = 
     
    9311014Users list is empty! = 
    9321015Very high = 
    933 ISPCP - Admin - Email Marketing = 
    934 ISPCP - Admin - Manage custom menus = 
    935 ISPCP - Admin/Admin Log = 
    936 ISPCP - Admin/Change Password = 
    937 ISPCP - Admin/Change Personal Data = 
    938 ISPCP - Admin/Internationalization = 
    939 ISPCP - Admin/IP manage = 
    940 ISPCP - Admin/Lostpw email setup = 
    941 ISPCP - Admin/Main Index = 
    942 ISPCP - Admin/Manage Sessions = 
    943 ISPCP - Admin/Manage Users = 
    944 ISPCP - Admin/Manage users/Add reseller = 
    945 ISPCP - Admin/Manage users/Add User = 
    946 ISPCP - Admin/Manage users/Edit Reseller = 
    947 ISPCP - Admin/Manage users/Edit User = 
    948 ISPCP - Admin/Manage users/Email setup = 
    949 ISPCP - Admin/Manage users/Reseller assignment = 
    950 ISPCP - Admin/Manage users/User assignment = 
    951 ISPCP - Admin/Reseller User Statistics = 
    952 ISPCP - Admin/Server day stats = 
    953 ISPCP - Admin/Server statistics = 
    954 ISPCP - Admin/Server Traffic Settings = 
    955 ISPCP - Administrator/Add hosting plan = 
    956 ISPCP - Administrator/Edit hosting plan = 
    957 ISPCP - Administrator/Hosting Plan Management = 
    958 ISPCP - Circular = 
    959 ISPCP - Client : Support System: View Tickets = 
    960 ISPCP - Client/Add FTP User = 
    961 ISPCP - Client/Add Mail User = 
    962 ISPCP - Client/Add SQL Database = 
    963 ISPCP - Client/Add SQL User = 
    964 ISPCP - Client/Add Subdomain = 
    965 ISPCP - Client/Change Language = 
    966 ISPCP - Client/Change Password = 
    967 ISPCP - Client/Change Personal Data = 
    968 ISPCP - Client/Change SQL User Password = 
    969 ISPCP - Client/Create CatchAll Mail Account = 
    970 ISPCP - Client/Cronjob Manager = 
    971 ISPCP - Client/Daily Backup = 
    972 ISPCP - Client/Domain Statistics = 
    973 ISPCP - Client/Edit FTP Account = 
    974 ISPCP - Client/Enable Mail Auto Responder = 
    975 ISPCP - Client/Enable Mail Autoresponder = 
    976 ISPCP - Client/Execute SQL Query = 
    977 ISPCP - Client/Main Index = 
    978 ISPCP - Client/Manage Domains = 
    979 ISPCP - Client/Manage Error Custom Pages = 
    980 ISPCP - Client/Manage SQL = 
    981 ISPCP - Client/Manage Users = 
    982 ISPCP - Client/Questions & Comments = 
    983 ISPCP - Client/Webtools = 
    984 ISPCP - Domain Statistics Data = 
    985 ISPCP - Domain/Details = 
    986 ISPCP - Domain/Edit = 
    987 ISPCP - Manage Domain Alias/Edit Alias = 
    988 ISPCP - Manage Domain/Alias = 
    989 ISPCP - Manage Mail and FTP / Edit mail account = 
    990 ISPCP - Reseller : Support System: View Tickets = 
    991 ISPCP - Reseller statistics = 
    992 ISPCP - Reseller/Add hosting plan = 
    993 ISPCP - Reseller/Change Password = 
    994 ISPCP - Reseller/Change Personal Data = 
    995 ISPCP - Reseller/Edit hosting plan = 
    996 ISPCP - Reseller/Lostpw email setup = 
    997 ISPCP - Reseller/Main Index = 
    998 ISPCP - Reseller/Order details = 
    999 ISPCP - Reseller/Order email setup = 
    1000 ISPCP - Reseller/Order management = 
    1001 ISPCP - Reseller/Order settings = 
    1002 ISPCP - Support system - New ticket = 
    1003 ISPCP - Update hosting plan = 
    1004 ISPCP - User/Add user = 
    1005 ISPCP - User/Add user(step2) = 
    1006 ISPCP - Users = 
    1007 ISPCP - Users/Add user = 
    1008 ISPCP - Users/Edit = 
    1009 ISPCP - Virtual Hosting Control System = 
    1010 ISPCP Admin / System Tools / Server Status = 
    1011 ISPCP Client : Add Alias = 
    1012 ISPCP Control Panel = 
    1013 ISPCP debugger = 
    1014 ISPCP Reseller : Add Alias = 
    1015 ISPCP updates = 
    10161016View = 
    10171017view aliases = 
     
    10611061You are exceeding your UNLIMITED disk limit! = 
    10621062You are exceeding your UNLIMITED traffic limit! = 
     1063you are logged now as = you are now logged in as 
    10631064You can not move <b> = 
    10641065You can not protect area without selected group(s) = 
     
    10691070You do not have permission to access this interface! = 
    10701071You do not have protected areas = 
    1071 you are logged now as = you are now logged in as 
    10721072You have = 
    10731073You have alias limit!<br>You can Not Add User With Unlimited Alias Number! = 
    10741074You have been blocked for = 
    1075 You have reached your domain limit.<br>You can not add more domains! = 
    10761075You have disabled SQL databases for this user!<br>You can not have SQL users here! = 
    10771076You have disk limit!<br>You can not add user with unlimited disk number! = 
     
    10881087You have no users! = 
    10891088You have no users. = 
     1089You have reached your domain limit.<br>You can not add more domains! = 
    10901090You have SQL database limit!<br>You can not add user with unlimited SQL database number! = 
    10911091You have SQL user limit!<br>You can not add user with unlimited SQL users! = 
    10921092You have subdomain limit!<br>You can not add user with unlimited subdomain number! = 
     1093You have to wait = 
    10931094You have traffic limit!<br>You can not add user with unlimited traffic number! = 
    1094 You have to wait = 
    10951095You must assign at least one IP number for a reseller! = 
    10961096You send email to your users successfully! = 
  • trunk/language-files/japanese/japanese

    r547 r550  
    2929Activationlink valid (minutes) = 
    3030Active = 
    31 Add = 
    32 Add admin = 
    33 Add alias = 
    34 Add Cronjob = 
    35 Add domain alias = 
    36 Add existing user = 
    37 Add FTP user = 
    38 Add group = 
    39 Add hosting plan = 
    40 Add mail user = 
    41 Add mail users = 
    42 Add new button = 
    43 Add new IP = 
    44 Add new protected area = 
    45 Add new user hosting plan = 
    46 Add On A Domain = 
    47 Add other domains to this account = 
    48 Add plan = 
    49 Add reseller = 
    50 Add SQL database = 
    51 Add SQL user = 
    52 Add subdomain = 
    53 Add to the system = 
    54 Add user = 
    55 Add/Details = 
    56 Addition in progress = 
    57 Additional data = 
    58 Admin log = 
    59 Admin Log = 
    60 Admin users = 
    61 Administrator = 
    62 Administrator level = 
    63 Administrators = 
    64 Adminitrators list is empty! = 
    65 Alais name = 
    66 Alias = 
    67 Alias forward = 
    68 Alias list is empty! = 
    69 Alias list is empty! You can not add FTP accounts there! = 
    70 Alias list is empty! You can not add mail accounts! = 
    71 Alias mail = 
    72 Alias mails = 
    73 Alias name = 
    74 Alias scheduled for addition! = 
    75 Alias scheduled for deletion! = 
    76 Alias scheduled for modification! = 
    77 Alias(es)<br><i>(-1 disabled, 0 unlimited) = 
    78 Aliases = 
    79 All = 
    80 All closed support tickets deleted successfully! = 
     31Add = 追加 
     32Add admin = 管理者追加 
     33Add alias = エイリアス追加 
     34Add Cronjob = Cronjob追加 
     35Add domain alias = ドメインエイリアス追加 
     36Add existing user = 既存のユーザー追加 
     37Add FTP user = FTPユーザー追加 
     38Add group = グループ追加 
     39Add hosting plan = ホスティングプラン追加 
     40Add mail user = メールユーザー追加 
     41Add mail users = メールユーザー追加 
     42Add new button = 新しいボタン追加 
     43Add new IP = 新しいIP追加 
     44Add new protected area = 新しい保護領域追加 
     45Add new user hosting plan = 新しいユーザーホスティングプラン追加 
     46Add On A Domain = ドメイン追加 
     47Add other domains to this account = 他のドメインをこのアカウントに追加 
     48Add plan = プラン追加 
     49Add reseller = リセラー追加 
     50Add SQL database = SQLデータベース追加 
     51Add SQL user = SQLユーザー追加 
     52Add subdomain = サブドメイン追加 
     53Add to the system = そのシステムに追加 
     54Add user = ユーザー追加 
     55Add/Details = 追加/詳細 
     56Addition in progress = 追加中 
     57Additional data = 追加データ 
     58Admin log = 管理者ログ 
     59Admin Log = 管理者ログ 
     60Admin users = 管理者ユーザー 
     61Administrator = 管理者 
     62Administrator level = 管理者レベル 
     63Administrators = 管理者 
     64Adminitrators list is empty! = 管理者リストが空です! 
     65Alais name = エイリアスネーム 
     66Alias = エイリアス 
     67Alias forward = エイリアスフォワード 
     68Alias list is empty! = エイリアスリストが空です! 
     69Alias list is empty! You can not add FTP accounts there! = FTPアカウントを追加できません! 
     70Alias list is empty! You can not add mail accounts! = エイリアスリストが空です! メールアカウントを追加できません! 
     71Alias mail = エイリアスメール 
     72Alias mails = エイリアスメール 
     73Alias name = エイリアスネーム 
     74Alias scheduled for addition! = 追加予定のエイリアス 
     75Alias scheduled for deletion! = 削除予定のエイリアス 
     76Alias scheduled for modification! = 変更予定のエイリアス 
     77Alias(es)<br><i>(-1 disabled, 0 unlimited) =  エイリアス<br><i>(-1 無効, 0 無制限) 
     78Aliases = エイリアス 
     79All = すべて 
     80All closed support tickets deleted successfully! = 閉じられたすべてのサポートチケットを削除しました 
    8181All in = 
    82 All open support tickets deleted successfully! = 
     82All open support tickets deleted successfully! = 開いているすべてのサポートチケットを削除しました 
    8383All out = 
    84 All resellers = 
    85 All traffic = 
    86 All users & resellers = 
    87 All users = 
     84All resellers = すべてのリセラー 
     85All traffic = すべてのトラフィック 
     86All users & resellers = すべてのユーザーとリセラー 
     87All users = すべてのユーザー 
    8888Already in: = 
    89 Apache logfiles = 
    90 Apache logs = 
    91 Apply changes = 
    92 Are you sure you want to change the status of domain account? = 
    93 Are you sure you want to delete = 
    94 Are you sure you want to delete this account? = 
    95 Are you sure you want to delete this order? = 
    96 Area name = 
    97 Assign = 
     89Apache logfiles = アパッチログファイル 
     90Apache logs = アパッチログ 
     91Apply changes = 変更を適用 
     92Are you sure you want to change the status of domain account? = ドメインアカウントの状態を変更してよろしいですか? 
     93Are you sure you want to delete = 削除してもよろしいですか 
     94Are you sure you want to delete this account? = このアカウントを削除してよろしいですか? 
     95Are you sure you want to delete this order? = このオーダーを削除してよろしいですか? 
     96Area name = エリアネーム 
     97Assign = 割り当て 
    9898Auto email template data updated! = 
    99 Auto respond = 
    100 Automatic Updates = 
    101 Available for purchasing = 
    102 Available IPs = 
    103 Available ISPCP updates = 
    104 Awstats = 
    105 AwStats = 
    106 Back = 
    107 Backup / Restore = 
    108 Backup = 
    109 Backup and restore = 
    110 Backup and Restore = 
    111 Backup and restore settings = 
     99Auto respond = 自動応答 
     100Automatic Updates = 自動更新 
     101Available for purchasing = 購入可能 
     102Available IPs = 利用可能IP 
     103Available ISPCP updates = 利用可能なIspCP更新 
     104Awstats = Awstats 
     105AwStats = Awstats 
     106Back = 戻る 
     107Backup / Restore = バックアップ/復元 
     108Backup = バックアップ 
     109Backup and restore = バックアップと復元 
     110Backup and Restore = バックアップと復元 
     111Backup and restore settings = バックアップと復元の設定 
    112112Backup archive scheduled for restoring! = 
    113113Behind the name = 
    114 Billing Settings = 
     114Billing Settings = 課金設定 
    115115Blocktime (minutes) = 
    116 Bruteforce detection = 
    117 Button link = 
    118 Button name = 
    119 Button target = 
    120 Can not connect as MySQL administrator! = 
    121 Can Not Connect As MySQL Administrator! = 
    122 Can not open directory !<br>Please contact your administrator ! = 
    123 Can not open file! Please contact your administrator ! = 
    124 Can not read ispcp language file! = 
    125 Cancel = 
    126 Cancel order = 
    127 Cannot connect as MySQL administrator! = 
    128 Catch all = 
    129 Catch all account = 
    130 Catch all account scheduled for creation! = 
    131 Catch all account scheduled for deletion! = 
    132 Catch all mail account can not be created! = 
    133 CGI / Perl = 
    134 CGI support = 
    135 CGI Support: disabled = 
    136 CGI Support: enabled = 
    137 Change = 
    138 Change password = 
    139 Change personal data = 
    140 Change SQL user password = 
    141 Change user interface = 
    142 Check Out = 
    143 Choose = 
    144 Choose default language = 
    145 Choose default layout = 
    146 Choose dir = 
    147 Choose hosting plan = 
     116Bruteforce detection = ブルートフォース検知 
     117Button link = ボタンリンク 
     118Button name = ボタンの名前 
     119Button target = ボタンのターゲット 
     120Can not connect as MySQL administrator! = MySQL管理者として接続できません! 
     121Can Not Connect As MySQL Administrator! = MySQL管理者として接続できません! 
     122Can not open directory !<br>Please contact your administrator ! = ディレクトリを開けません! <br>管理者に連絡してください! 
     123Can not open file! Please contact your administrator ! =      ファイルを開けません! 管理者に連絡してください! 
     124Can not read ispcp language file! = IspCP言語ファイルを読み込めません! 
     125Cancel = 取消し 
     126Cancel order = オーダーを取消す 
     127Cannot connect as MySQL administrator! = MySQL管理者として接続できません! 
     128Catch all = キャッチオール 
     129Catch all account = キャッチオールアカウント 
     130Catch all account scheduled for creation! = キャッチオールアカウント作成をスケジュールに入れました 
     131Catch all account scheduled for deletion! = キャッチオールアカウント削除をスケジュールに入れました 
     132Catch all mail account can not be created! = キャッチオールメールアカウントは作成できません 
     133CGI / Perl = CGI/Perl 
     134CGI support = CGIサポート 
     135CGI Support: disabled = CGIサポート: 無効 
     136CGI Support: enabled = CGIサポート: 有効 
     137Change = 変更 
     138Change password = パスワード変更 
     139Change personal data = 個人情報変更 
     140Change SQL user password = SQLユーザーパスワード変更 
     141Change user interface = ユーザーインターフェース変更 
     142Check Out = チェックアウト 
     143Choose = 選択 
     144Choose default language = デフォルト言語を選択 
     145Choose default layout = デフォルトレイアウトを選択 
     146Choose dir = ディレクトリ選択 
     147Choose hosting plan = ホスティングプラン選択 
    148148Circular = 
    149 City = 
    150 Clear log = 
    151 Click Restore button and the system will restore last daily backup = 
    152 Close ticket = 
    153 Closed tickets = 
    154 Command to run: = 
    155 Company = 
    156 Continue = 
    157 Core data = 
    158 Costs = 
    159 Country = 
    160 CPU bogomips = 
    161 CPU cache = 
    162 CPU MHz = 
    163 CPU model = 
    164 CPU system Info = 
    165 Create catch all = 
    166 Create catch all mail account = 
    167 Created by = 
    168 Creation date = 
    169 Cronjob = 
    170 Cronjob Manager = 
    171 Cronjobs = 
    172 Currency = 
    173 Current password = 
    174 Custom Apache Logs = 
    175 Custom error page was updated! = 
    176 Custom error pages = 
    177 Custom Error Pages = 
    178 Custom menu data updated successful! = 
    179 Custom menu deleted successful! = 
    180 Custom menus = 
    181 Customer data = 
    182 Customer ID = 
    183 Customer order was removed successful! = 
    184 Customize error pages for your domain = 
     149City = 市区町村 
     150Clear log = ログクリア 
     151Click Restore button and the system will restore last daily backup = 復元ボタンをクリックしてください システムは最後にバックアップされた時点へ復元されます。 
     152Close ticket = チケットを閉じる 
     153Closed tickets = チケットを閉じました 
     154Command to run: = 起動コマンド 
     155Company = 会社 
     156Continue = 続行 
     157Core data = コアデータ 
     158Costs = 費用 
     159Country = 
     160CPU bogomips = CPU bogomips 
     161CPU cache = CPUキャッシュ 
     162CPU MHz = CPU MHz 
     163CPU model = CPUモデル 
     164CPU system Info = CPUシステム情報 
     165Create catch all = キャッチオール作成 
     166Create catch all mail account = キャッチオールメールアカウント作成 
     167Created by = 作成者 
     168Creation date = 作成日 
     169Cronjob = Cronjob 
     170Cronjob Mana