diff options
| author | tomekp <tomekp@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2007-02-06 09:17:01 +0000 |
|---|---|---|
| committer | tomekp <tomekp@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2007-02-06 09:17:01 +0000 |
| commit | e52d43aa5c789a5c65b677b82438443147963ea2 (patch) | |
| tree | 997fbc660d77807af79e8382ccd25c8f739468d8 /roundcubemail/program/localization/ja/labels.inc | |
| parent | 8f4913db717d6a77884c1683a82274b1b920ee2b (diff) | |
updated pt_BR, clean up in localization
git-svn-id: https://svn.roundcube.net/trunk@466 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/program/localization/ja/labels.inc')
| -rw-r--r-- | roundcubemail/program/localization/ja/labels.inc | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/roundcubemail/program/localization/ja/labels.inc b/roundcubemail/program/localization/ja/labels.inc index c881303a2..8cee0b293 100644 --- a/roundcubemail/program/localization/ja/labels.inc +++ b/roundcubemail/program/localization/ja/labels.inc @@ -1,19 +1,20 @@ <?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(); @@ -124,7 +125,6 @@ $labels['unlimited'] = '無制限'; $labels['quicksearch'] = 'Quick search'; $labels['resetsearch'] = 'Reset search'; - // message compose $labels['compose'] = 'メッセージを作成する'; $labels['sendmessage'] = 'メッセージを今すぐ送信する'; @@ -154,7 +154,6 @@ $labels['showimages'] = '画像を表示する'; $labels['htmltoggle'] = 'HTML'; $labels['plaintoggle'] = '通常のテキスト'; - // address boook $labels['name'] = '表示名'; $labels['firstname'] = '名前'; @@ -181,7 +180,6 @@ $labels['firstpage'] = 'はじめのセットを表示する'; $labels['nextpage'] = '次のセットを表示する'; $labels['lastpage'] = '最後のセットを表示する'; - // LDAP search $labels['ldapsearch'] = 'LDAP ディレクトリ検索'; @@ -192,7 +190,6 @@ $labels['ldappublicsearchfield'] = 'Search on'; $labels['ldappublicsearchform'] = 'Look for a contact'; $labels['ldappublicsearch'] = '検索する'; - // settings $labels['settingsfor'] = '次の設定:'; |
