context.inc.php 2.5 KB

12345678910111213141516171819202122232425262728293031323334
  1. <?php
  2. /**
  3. * Context English lexicon topic
  4. *
  5. * @language en
  6. * @package modx
  7. * @subpackage lexicon
  8. */
  9. $_lang['context'] = 'コンテキスト';
  10. $_lang['context_add'] = 'コンテキストを追加';
  11. $_lang['context_create'] = 'コンテキストを作成';
  12. $_lang['context_data'] = 'コンテキストデータ';
  13. $_lang['context_duplicate'] = 'コンテキストの複製';
  14. $_lang['context_err_ae'] = '同じ名前のコンテキストが存在します。';
  15. $_lang['context_err_create'] = 'コンテキストの作成中にエラーが発生しました。';
  16. $_lang['context_err_duplicate'] = 'コンテキストのコピー中にエラーが発生しました。';
  17. $_lang['context_err_load_data'] = 'コンテキストデータの読み込みエラーです。';
  18. $_lang['context_err_nf'] = 'コンテキストが見つかりません。';
  19. $_lang['context_err_nfs'] = 'キー[[+key]]のコンテキストが見つかりません。';
  20. $_lang['context_err_ns'] = 'コンテキストが指定されていません。';
  21. $_lang['context_err_ns_key'] = 'コンテキストの有効なキーを指定してください。';
  22. $_lang['context_err_remove'] = 'コンテキストの削除中にエラーが発生しました。';
  23. $_lang['context_err_save'] = 'コンテキストの保存中にエラーが発生しました。';
  24. $_lang['context_id'] = 'コンテキストID';
  25. $_lang['context_key'] = 'コンテキストキー';
  26. $_lang['context_management_message'] = 'サイトのコンテキストを管理します。複数サイトを管理・運用する場合に、必要なサイトの数だけコンテキストを作成し、コントローラーファイル(index.php)内で関連付けて運用します。管理画面もMODXを利用して作られていますので、ここでコンテキストを管理しています。';
  27. $_lang['context_refresh'] = 'コンテキストの再読み込み';
  28. $_lang['context_remove'] = 'コンテキストを削除';
  29. $_lang['context_remove_confirm'] = '本当にこのコンテキストを削除しますか? 復活できません。';
  30. $_lang['context_settings'] = 'コンテキスト設定';
  31. $_lang['context_settings_desc'] = 'Here you can set settings specific to this Context. Context settings will override any System Settings with the same key. <b>Each setting will be available via the [[++key]] placeholder.</b>';
  32. $_lang['context_update'] = 'コンテキストを編集';
  33. $_lang['context_with_key_not_found'] = 'キー %s のコンテキストが見つかりません。';
  34. $_lang['contexts'] = 'コンテキスト';