Marius Burkard
2015-12-14 ad7b31e682f44ff465a5ec468f7a5e66be257a31
1
2
3
4
5
6
7
8
<?php
$wb['list_head_txt'] = '新しい言語を追加する';
$wb['language_select_txt'] = 'ベースにする言語を選んでください';
$wb['language_new_txt'] = '新しい言語';
$wb['language_new_hint_txt'] = '2文字の ISO 639-1 言語コード(http://en.wikipedia.org/wiki/List_of_ISO_639-1_codes を参照してください)';
$wb['btn_save_txt'] = '新しい言語ファイルセットを作る';
$wb['btn_cancel_txt'] = '戻る';
?>