ftimme
2011-10-12 6d826cf032b50b42dc56caf6998db5bd6b3f1bd5
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<?php
$wb['Support Message'] = 'サポートメッセージ';
$wb['Message'] = 'メッセージ';
$wb['Send message'] = 'メッセージを送信する';
$wb['View messages'] = 'メッセージを見る';
$wb['Support'] = 'サポート';
$wb['About ISPConfig'] = 'About ISPConfig';
$wb['Version'] = 'Version';
$wb['Frequently Asked Questions'] = 'Frequently Asked Questions';
$wb['FAQ Sections'] = 'FAQ Sections';
$wb['Manage Sections'] = 'Manage Sections';
$wb['Add a Question & Answer Pair'] = 'Add a Question & Answer Pair';
$wb['Manage Questions'] = 'Manage Questions';
?>