mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-14 20:40:49 +08:00
12 lines
370 B
PHP
12 lines
370 B
PHP
<?php
|
||
|
||
$lang_viewnfo = array (
|
||
'std_puke' => 'ああ、o',
|
||
'head_view_nfo' => 'NFOファイルを表示します',
|
||
'text_nfo_for' => 'NFOファイル:',
|
||
'title_dos_vy' => 'DOSスタイルを表示します',
|
||
'text_dos_vy' => 'DOSスタイル',
|
||
'title_windows_vy' => 'Windowsスタイルを表示します',
|
||
'text_windows_vy' => 'Windowsスタイル',
|
||
);
|