tv.inc.php 6.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  1. <?php
  2. /**
  3. * TV English lexicon topic
  4. *
  5. * @language en
  6. * @package modx
  7. * @subpackage lexicon
  8. */
  9. $_lang['has_access'] = 'アクセスしますか?';
  10. $_lang['filter_by_category'] = 'カテゴリーで絞り込む';
  11. $_lang['rank'] = 'ランク';
  12. $_lang['rendering_options'] = 'レンダリングオプション';
  13. $_lang['tv'] = 'テンプレート変数';
  14. $_lang['tv_access_msg'] = 'このテンプレート変数が所属するリソースグループを選択してください。選択したグループへのアクセス権を持つユーザのみがこのテンプレート変数を修正することができます。<br />もしグループが選ばれていなければ、管理画面へのアクセス権を持つ全てのユーザがテンプレート変数を修正することができます。';
  15. $_lang['tv_binding_msg'] = 'このフィールドはデータソースバインディング(@コマンド)をサポートしています。';
  16. $_lang['tv_caption'] = '見出し';
  17. $_lang['tv_change_template_msg'] = 'このテンプレートを変更するとこのページのテンプレート変数を再読み込みします。保存されていない変更は失われます。<br />本当にテンプレートを変更しますか?';
  18. $_lang['tv_delete_confirm'] = 'Are you sure you want to delete this TV?';
  19. $_lang['tv_desc_caption'] = 'リソース編集時、テンプレート変数の横に見出しとして表示されるテキスト。';
  20. $_lang['tv_desc_category'] = 'このテンプレート変数が属するカテゴリー。';
  21. $_lang['tv_desc_description'] = 'このテンプレート変数の簡単な説明。';
  22. $_lang['tv_desc_name'] = 'テンプレート変数の名前。テンプレート変数は[[*テンプレート変数名]]という書式で利用できるようになります。';
  23. $_lang['tv_description'] = '説明';
  24. $_lang['tv_err_delete'] = 'An error occurred while deleting the Template Variable.';
  25. $_lang['tv_err_duplicate'] = 'An error occurred while trying to duplicate the Template Variable.';
  26. $_lang['tv_err_duplicate_templates'] = 'テンプレート変数のテンプレートを複製中にエラーが発生しました。';
  27. $_lang['tv_err_duplicate_documents'] = 'テンプレート変数のドキュメントを複製中にエラーが発生しました。';
  28. $_lang['tv_err_duplicate_documentgroups'] = 'テンプレート変数のドキュメントグループを複製中にエラーが発生しました。';
  29. $_lang['tv_err_ae'] = '[[+name]]という名前のテンプレート変数がすでに存在します。';
  30. $_lang['tv_err_invalid_name'] = 'テンプレート変数名に無効な文字列が使用されています。';
  31. $_lang['tv_err_locked'] = 'テンプレート変数がロックされました。';
  32. $_lang['tv_err_nf'] = 'テンプレート変数が見つかりませんでした。';
  33. $_lang['tv_err_nfs'] = 'キー「[[+id]]」に関するテンプレート変数は見つかりません。';
  34. $_lang['tv_err_ns'] = 'テンプレート変数が指定されていません。';
  35. $_lang['tv_err_reserved_name'] = 'A Template Variable cannot have the same name as a Resource field.';
  36. $_lang['tv_err_save_access_permissions'] = 'An error occured while attempting to save Template Variable access permissions.';
  37. $_lang['tv_err_save'] = 'An error occurred while saving the Template Variable.';
  38. $_lang['tv_inuse'] = '以下のドキュメントでこのテンプレート変数を使用しています。削除してよいですか?';
  39. $_lang['tv_inuse_template'] = 'The following template(s) are currently using this TV: [[+templates]].<br /><br />Please detach the TV from the template(s) before deleting it.';
  40. $_lang['tv_input_options'] = '入力オプション';
  41. $_lang['tv_input_options_msg'] = '<p>投稿画面上の入力フィールドとしてのテンプレート変数の設定です。テキストエリアやラジオボタンなど、さまざまなフォームを利用できます。</p>';
  42. $_lang['tv_lock'] = 'ロックする';
  43. $_lang['tv_lock_msg'] = 'このテンプレート変数を編集するためにはロックの解除が必要です。';
  44. $_lang['tv_management_msg'] = 'ドキュメントに追加されたカスタムコンテントフィールド(テンプレート変数)を管理します。';
  45. $_lang['tv_msg'] = 'Add or edit Template Variable here. Template Variables must be assigned to templates in order to access them from snippets and documents.';
  46. $_lang['tv_name'] = '変数名';
  47. $_lang['tv_new'] = 'テンプレート変数を作成';
  48. $_lang['tv_novars'] = 'テンプレート変数が見つかりませんでした。';
  49. $_lang['tv_output_options'] = '出力オプション';
  50. $_lang['tv_output_options_msg'] = '<p>ページ上での出力に関する設定。テンプレート変数として入力された値は、ここで設定したフィルターによる整形を通じて出力されます。「日付」や「画像」など、入力された値の形式に依存するものもありますのでご注意ください。そのまま出力する場合は「デフォルト」を選択してください。</p>';
  51. $_lang['tv_properties'] = '既定のプロパティ';
  52. $_lang['tv_rank'] = 'ソート順';
  53. $_lang['tv_reset_params'] = 'パラメーターのリセット';
  54. $_lang['tv_sources.intro_msg'] = '各コンテキストごとに、このテンプレート変数で使用するメディアソースを指定できます。<br />編集するには、表の「ソース」セルをダブルクリックしてください。';
  55. $_lang['tv_tmpl_access'] = 'テンプレートの割当';
  56. $_lang['tv_tmpl_access_msg'] = 'Select the templates that are allowed to access this Template Variable.';
  57. $_lang['tv_widget'] = 'ウィジェット';
  58. $_lang['tv_widget_prop'] = 'ウィジェットのプロパティ';
  59. $_lang['tvd_err_remove'] = 'An error occurred while trying to remove the Template Variable from the document.';
  60. $_lang['tvdg_err_remove'] = 'An error occurred while trying to remove the Template Variable from the document group.';
  61. $_lang['tvdg_err_save'] = 'An error occurred while trying to attach the Template Variable to the document group.';
  62. $_lang['tvs'] = 'テンプレート変数';
  63. $_lang['tvt_err_nf'] = 'Template Variable does not have access to the specified template.';
  64. $_lang['tvt_err_remove'] = 'An error occurred while trying to remove the Template Variable from the template.';
  65. $_lang['tvt_err_save'] = 'An error occurred while trying to attach the Template Variable to the template.';