diff options
| author | yllar <yllar@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2011-03-31 13:47:22 +0000 |
|---|---|---|
| committer | yllar <yllar@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2011-03-31 13:47:22 +0000 |
| commit | 2dbaed734b05393e062acc36114327332e28fbcb (patch) | |
| tree | 0dd7114b32079a949629b7a0016dd33f9a23133c /roundcubemail/program/localization/ja_JP | |
| parent | 43bf81a031570aee2e400f43902352cacea5b6e3 (diff) | |
translations update
git-svn-id: https://svn.roundcube.net/trunk@4627 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/program/localization/ja_JP')
| -rw-r--r-- | roundcubemail/program/localization/ja_JP/labels.inc | 27 |
1 files changed, 18 insertions, 9 deletions
diff --git a/roundcubemail/program/localization/ja_JP/labels.inc b/roundcubemail/program/localization/ja_JP/labels.inc index 06c9fa461..e627f7a00 100644 --- a/roundcubemail/program/localization/ja_JP/labels.inc +++ b/roundcubemail/program/localization/ja_JP/labels.inc @@ -16,7 +16,7 @@ @version $Id$ -EN-Revision: 4441 +EN-Revision: 4548 */ @@ -108,13 +108,9 @@ $labels['deletemessage'] = '削除'; $labels['movemessagetotrash'] = 'ごみ箱に移動'; $labels['printmessage'] = '印刷'; $labels['previousmessage'] = '前のメールへ'; -$labels['previousmessages'] = '前の一覧へ'; $labels['firstmessage'] = '最初のメールへ'; -$labels['firstmessages'] = '最初の一覧へ'; $labels['nextmessage'] = '次のメールへ'; -$labels['nextmessages'] = '次の一覧へ'; $labels['lastmessage'] = '最後のメールへ'; -$labels['lastmessages'] = '最後の一覧へ'; $labels['backtolist'] = '一覧に戻る'; $labels['viewsource'] = 'ソースの表示'; $labels['markmessages'] = 'マークを付ける'; @@ -233,6 +229,19 @@ $labels['female'] = '女性'; $labels['manager'] = '管理者'; $labels['assistant'] = 'アシスタント'; $labels['spouse'] = '配偶者'; + +$labels['typehome'] = '自宅'; +$labels['typework'] = '職場'; +$labels['typeother'] = '他'; +$labels['typemobile'] = 'モバイル'; +$labels['typemain'] = '主要回線'; +$labels['typehomefax'] = '自宅 Fax'; +$labels['typeworkfax'] = '職場 Fax'; +$labels['typecar'] = '車'; +$labels['typepager'] = 'ポケベル(ページャー)'; +$labels['typevideo'] = 'ビデオ'; +$labels['typeassistant'] = 'アシスタント'; + $labels['addfield'] = '項目の追加...'; $labels['addcontact'] = '連絡先の新規追加'; $labels['editcontact'] = '連絡先の編集'; @@ -255,10 +264,10 @@ $labels['export'] = 'エクスポート'; $labels['exportvcards'] = 'vCard 形式でエクスポート'; $labels['newcontactgroup'] = '連絡先グループの新規作成'; $labels['groupactions'] = '連絡先グループの操作...'; -$labels['previouspage'] = '前の一覧へ'; -$labels['firstpage'] = '最初の一覧へ'; -$labels['nextpage'] = '次の一覧へ'; -$labels['lastpage'] = '最後の一覧へ'; +$labels['previouspage'] = '前のページへ'; +$labels['firstpage'] = '最初のページへ'; +$labels['nextpage'] = '次のページへ'; +$labels['lastpage'] = '最後のページへ'; $labels['group'] = 'グループ'; $labels['groups'] = 'グループ'; $labels['personaladrbook'] = '個人アドレス'; |
