diff options
author | Thomas Bruederli <thomas@roundcube.net> | 2013-10-30 12:20:19 +0100 |
---|---|---|
committer | Thomas Bruederli <thomas@roundcube.net> | 2013-10-30 12:20:19 +0100 |
commit | 5b334509a80dd2d447a505944c6c5cb63447dd1f (patch) | |
tree | 6e0dea36455de85a442707d3183a8d311ecc987a /program/localization/ja_JP/labels.inc | |
parent | c641dea371ad3b3162c1d8cfa77ba4d4b8629479 (diff) |
Updated localizations from Transifex
Diffstat (limited to 'program/localization/ja_JP/labels.inc')
-rw-r--r-- | program/localization/ja_JP/labels.inc | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/program/localization/ja_JP/labels.inc b/program/localization/ja_JP/labels.inc index aadc8fce0..ef52695bb 100644 --- a/program/localization/ja_JP/labels.inc +++ b/program/localization/ja_JP/labels.inc @@ -197,6 +197,14 @@ $labels['spellcheck'] = 'スペル'; $labels['checkspelling'] = 'スペルチェック'; $labels['resumeediting'] = '編集を再開'; $labels['revertto'] = '元に戻す'; +$labels['responses'] = '回答'; +$labels['insertresponse'] = '回答を挿入'; +$labels['manageresponses'] = '回答を管理'; +$labels['savenewresponse'] = '新しい回答を保存'; +$labels['editresponses'] = '回答を編集'; +$labels['editresponse'] = '回答を編集'; +$labels['responsename'] = '名前'; +$labels['responsetext'] = '回答の文章'; $labels['attach'] = '添付'; $labels['attachments'] = '添付ファイル'; $labels['upload'] = 'アップロード'; |