| | |
| | | <?php |
| | | |
| | | /* |
| | | |
| | | +-----------------------------------------------------------------------+ |
| | | | language/ja/labels.inc | |
| | | | | |
| | | | Language file of the RoundCube Webmail client | |
| | | | Copyright (C) 2005, RoundQube Dev. - Switzerland | |
| | | | Copyright (C) 2005-2007, RoundCube Dev. - Switzerland | |
| | | | Licensed under the GNU GPL | |
| | | | | |
| | | +-----------------------------------------------------------------------+ |
| | | | Author: Tadashi Jokagi <elf2000@users.sourceforge.net> | |
| | | +-----------------------------------------------------------------------+ |
| | | |
| | | $Id$ |
| | | EN-Revision: 396 |
| | | @version $Id$ |
| | | |
| | | */ |
| | | |
| | | $labels = array(); |
| | |
| | | $labels['quicksearch'] = 'Quick search'; |
| | | $labels['resetsearch'] = 'Reset search'; |
| | | |
| | | |
| | | // message compose |
| | | $labels['compose'] = 'メッセージを作成する'; |
| | | $labels['sendmessage'] = 'メッセージを今すぐ送信する'; |
| | |
| | | $labels['htmltoggle'] = 'HTML'; |
| | | $labels['plaintoggle'] = '通常のテキスト'; |
| | | |
| | | |
| | | // address boook |
| | | $labels['name'] = '表示名'; |
| | | $labels['firstname'] = '名前'; |
| | |
| | | $labels['nextpage'] = '次のセットを表示する'; |
| | | $labels['lastpage'] = '最後のセットを表示する'; |
| | | |
| | | |
| | | // LDAP search |
| | | $labels['ldapsearch'] = 'LDAP ディレクトリ検索'; |
| | | |
| | |
| | | $labels['ldappublicsearchfield'] = 'Search on'; |
| | | $labels['ldappublicsearchform'] = 'Look for a contact'; |
| | | $labels['ldappublicsearch'] = '検索する'; |
| | | |
| | | |
| | | // settings |
| | | $labels['settingsfor'] = '次の設定:'; |