From 57323253f76a7a53bd709f00499e81522b9f06a7 Mon Sep 17 00:00:00 2001
From: Thomas Bruederli <thomas@roundcube.net>
Date: Wed, 15 May 2013 17:25:26 -0400
Subject: [PATCH] Update localizations from Transifex

---
 program/localization/ja_JP/labels.inc |    8 +++++---
 1 files changed, 5 insertions(+), 3 deletions(-)

diff --git a/program/localization/ja_JP/labels.inc b/program/localization/ja_JP/labels.inc
index 46f6fad..6998f06 100644
--- a/program/localization/ja_JP/labels.inc
+++ b/program/localization/ja_JP/labels.inc
@@ -64,6 +64,7 @@
 $labels['move']     = '移動';
 $labels['moveto']   = 'フォルダーに移動';
 $labels['download'] = 'ダウンロード';
+$labels['open']     = '開く';
 $labels['showattachment'] = '表示';
 $labels['showanyway'] = 'とにかく表示';
 
@@ -161,6 +162,7 @@
 $labels['unread'] = '未読';
 $labels['flagged'] = 'フラグ付き';
 $labels['unanswered'] = '未返信';
+$labels['withattachment'] = '添付ファイルあり';
 $labels['deleted'] = '削除済み';
 $labels['undeleted'] = '削除済みでない';
 $labels['invert'] = '反転';
@@ -204,6 +206,8 @@
 
 $labels['openinextwin'] = '新しいウィンドウで開く';
 $labels['emlsave'] = 'ダウンロード(.eml形式)';
+$labels['changeformattext'] = 'テキスト形式で表示';
+$labels['changeformathtml'] = 'HTML形式で表示';
 
 // message compose
 $labels['editasnew']      = '新しいメッセージとして編集';
@@ -398,6 +402,7 @@
 $labels['htmlonreply'] = '返信時にHTMLメッセージを使用';
 $labels['htmlonreplyandforward'] = '転送またはHTMLメッセージへの返信';
 $labels['htmlsignature'] = 'HTMLの署名';
+$labels['showemail'] = '電子メールアドレスを表示名と共に表示';
 $labels['previewpane'] = 'プレビュー枠の表示';
 $labels['skin'] = 'インターフェイスのスキン';
 $labels['logoutclear'] = 'ログアウト時にごみ箱の内容を消去';
@@ -451,9 +456,6 @@
 $labels['autoaddsignature'] = '自動的に署名を付加';
 $labels['newmessageonly'] = '新しいメッセージだけ';
 $labels['replyandforwardonly'] = '返信と転送だけ';
-$labels['replysignaturepos'] = '返信や転送で署名を挿入する位置';
-$labels['belowquote'] = '引用の後';
-$labels['abovequote'] = '引用の前';
 $labels['insertsignature'] = '署名を挿入';
 $labels['previewpanemarkread']  = 'プレビューしたメッセージを既読に設定';
 $labels['afternseconds']  = '$n秒後';

--
Gitblit v1.9.1