tbrehm
2010-03-12 2061575a2b8d132e8ce58e3b025ce9d8f5bf832d
1
2
3
4
5
6
7
8
9
10
11
<?php
$wb['server_id_txt'] = 'サーバー';
$wb['tcp_port_txt'] = '許可済みTCPポート';
$wb['udp_port_txt'] = '許可済みUDPポート';
$wb['tcp_port_help_txt'] = 'カンマで区切ってください。';
$wb['udp_port_help_txt'] = 'カンマで区切ってください。';
$wb['active_txt'] = '有効';
$wb['firewall_error_unique'] = 'このサーバーでは既にファイアウォールが設定されています。';
$wb['tcp_ports_error_regex'] = 'TCPポートの設定に文字列は利用できません。利用可能な文字は数字、:、, のみです。';
$wb['udp_ports_error_regex'] = 'UDPポートの設定に文字列は利用できません。利用可能な文字は数字、:、, のみです。';
?>