diff options
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'] = 'アップロード'; |