You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

ja.lang 27KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395
  1. <?php
  2. # $Id: en.lang 275 2007-12-28 21:42:09Z christian_boltz $
  3. //
  4. // Language file Japanese
  5. // by Daisuke Aoyama <aoyama at peach dot ne dot jp>
  6. //
  7. $PALANG['YES'] = 'はい';
  8. $PALANG['NO'] = 'いいえ';
  9. $PALANG['edit'] = '編集';
  10. $PALANG['del'] = '削除';
  11. $PALANG['exit'] = '終了';
  12. $PALANG['cancel'] = 'キャンセル';
  13. $PALANG['save'] = '変更を保存';
  14. $PALANG['confirm'] = '本当に削除してもよろしいですか?\n';
  15. $PALANG['confirm_delete_admin'] = 'Do you really want to delete the admin %s?'; # XXX
  16. $PALANG['confirm_delete_alias'] = 'Do you really want to delete the alias %s?'; # XXX
  17. $PALANG['confirm_delete_aliasdomain'] = 'Do you really want to delete the alias domain %s?'; # XXX
  18. $PALANG['confirm_delete_domain'] = '本当にこのドメインのすべての情報を削除してもよろしいですか?これを元に戻すことはできません。\n (%s)'; # XXX text changed to: 'Do you really want to delete all records for the domain %s? This can not be undone'
  19. $PALANG['confirm_delete_fetchmail'] = 'Do you really want to delete the fetchmail job %s?'; # XXX
  20. $PALANG['confirm_delete_mailbox'] = 'Do you really want to delete the mailbox %s?'; # XXX
  21. $PALANG['confirm_delete_vacation'] = 'Do you really want to delete the vacation message for %s?'; # XXX
  22. $PALANG['no_delete_permissions'] = 'You are not allowed to delete %s!'; # XXX
  23. $PALANG['check_update'] = '更新の確認';
  24. $PALANG['invalid_parameter'] = '無効なパラメータです。';
  25. $PALANG['show'] = '閲覧:';
  26. $PALANG['all'] = '全て';
  27. $PALANG['created'] = 'Created'; # XXX
  28. $PALANG['unknown'] = 'unknown'; # XXX
  29. $PALANG['download_csv'] = 'Download this list as CSV file'; # XXX
  30. $PALANG['missing_field'] = 'Field %s is missing'; # XXX
  31. $PALANG['must_be_numeric'] = '%s must be numeric'; # XXX
  32. $PALANG['must_be_numeric_bigger_than_null'] = '%s must be numeric and bigger than 0'; # XXX
  33. $PALANG['must_be_boolean'] = '%s must be boolean'; # XXX
  34. $PALANG['invalid_value_given'] = 'Invalid value given for %s'; # XXX
  35. $PALANG['edit_not_allowed'] = 'You are not allowed to edit %s'; # XXX
  36. $PALANG['searchparams'] = 'Search parameters:'; # XXX
  37. $PALANG['pFooter_logged_as'] = 'ログイン名 %s';
  38. $PALANG['pLogin_welcome'] = 'こちらからドメインの管理ができます。';
  39. $PALANG['pLogin_username'] = 'ログイン (メールアドレス)';
  40. $PALANG['password'] = 'パスワード';
  41. $PALANG['pLogin_language'] = '言語';
  42. $PALANG['pLogin_button'] = 'ログイン';
  43. $PALANG['pLogin_failed'] = 'ユーザ名かパスワードが違います。';
  44. $PALANG['pLogin_login_users'] = '一般ユーザのログインはここをクリックしてください。';
  45. $PALANG['pMenu_main'] = 'メイン';
  46. $PALANG['pMenu_overview'] = '概要';
  47. $PALANG['add_alias'] = '転送先の追加'; # XXX check text - should be 'Add Alias'
  48. $PALANG['add_alias_domain'] = 'エイリアスドメインの追加';
  49. $PALANG['add_mailbox'] = 'アドレスの追加'; # XXX check text - should be 'Add Mailbox'
  50. $PALANG['pMenu_fetchmail'] = 'メール取得';
  51. $PALANG['pMenu_sendmail'] = 'メール送信';
  52. $PALANG['pMenu_password'] = 'パスワード';
  53. $PALANG['pMenu_viewlog'] = 'ログ表示';
  54. $PALANG['pMenu_logout'] = 'ログアウト';
  55. $PALANG['pMain_welcome'] = 'Postfix Admin へようこそ!';
  56. $PALANG['pMain_overview'] = '転送アドレスとメールアドレスの一覧を表示します。ここから編集と削除ができます。';
  57. $PALANG['pMain_create_alias'] = '新しい転送アドレスを作成します。'; # XXX check text - should be 'Create a new alias for your domain.'
  58. $PALANG['pMain_create_mailbox'] = '新しいメールアドレスを作成します。';
  59. $PALANG['pMain_sendmail'] = '新しいメールアドレスにメールを送信します。';
  60. $PALANG['pMain_password'] = 'パスワードを変更します。';
  61. $PALANG['pMain_viewlog'] = 'ログファイルを表示します。';
  62. $PALANG['pMain_logout'] = 'ログアウトします。';
  63. $PALANG['pOverview_disabled'] = '無効';
  64. $PALANG['pOverview_unlimited'] = '無制限';
  65. $PALANG['pOverview_title'] = ':: 定義済ドメイン';
  66. $PALANG['pOverview_up_arrow'] = 'トップ';
  67. $PALANG['pOverview_right_arrow'] = '次ページ';
  68. $PALANG['pOverview_left_arrow'] = '前ページ';
  69. $PALANG['pOverview_alias_domain_title'] = ':: ドメインエイリアス';
  70. $PALANG['pOverview_alias_title'] = ':: 転送アドレス';
  71. $PALANG['pOverview_mailbox_title'] = ':: メールアドレス';
  72. $PALANG['go'] = '表示';
  73. $PALANG['pOverview_welcome'] = '概要 ';
  74. $PALANG['pOverview_alias_domain_aliases'] = 'エイリアスドメイン';
  75. $PALANG['pOverview_alias_address'] = '転送元';
  76. $PALANG['active'] = 'アクティブ';
  77. $PALANG['and_x_more'] = '[その他 %s 個]';
  78. $PALANG['pOverview_mailbox_username'] = 'メールアドレス';
  79. $PALANG['name'] = '名前';
  80. $PALANG['pOverview_mailbox_quota'] = '容量制限 (MB)';
  81. $PALANG['pOverview_vacation_edit'] = '自動応答 利用中';
  82. $PALANG['pOverview_vacation_option'] = '自動応答';
  83. $PALANG['no_domains_for_this_admin'] = 'You don\'t have permissions for any domains.'; # XXX
  84. $PALANG['no_domains_exist'] = 'You have to create at least one domain before you can use virtual list.'; # "virtual list" should match $PALANG['pAdminMenu_list_virtual'] # XXX
  85. $PALANG['domain'] = 'ドメイン';
  86. $PALANG['pOverview_get_alias_domains'] = 'ドメインエイリアス';
  87. $PALANG['mailboxes'] = 'アドレス数';
  88. $PALANG['pOverview_get_quota'] = '容量制限 (MB)';
  89. $PALANG['pDelete_delete_error'] = 'エントリを削除できません。 ';
  90. $PALANG['pDelete_delete_success'] = '%s を削除しました。';
  91. $PALANG['pDelete_domain_error'] = 'このドメインは管理外です。 ';
  92. $PALANG['pDelete_alias_error'] = '転送アドレスを削除できません。 ';
  93. $PALANG['pCreate_alias_domain_welcome'] = 'あるドメインのアドレスを別のドメインにミラーします。';
  94. $PALANG['pCreate_alias_domain_alias'] = '別名ドメイン';
  95. $PALANG['pCreate_alias_domain_alias_text'] = 'メールがこのドメイン宛に来ます。';
  96. $PALANG['pCreate_alias_domain_target'] = '宛先ドメイン';
  97. $PALANG['pCreate_alias_domain_target_text'] = 'メールをこのドメイン宛に届けます。';
  98. $PALANG['pCreate_alias_domain_error1'] = 'You are not allowed to create the chosen configuration.'; # XXX
  99. $PALANG['pCreate_alias_domain_error2'] = 'The chosen configuration is invalid, please choose a different one!'; # XXX
  100. $PALANG['alias_domain_already_exists'] = 'This domain is already an alias domain!'; # XXX
  101. $PALANG['alias_domain_does_not_exist'] = 'This domain isn\'t an alias domain!'; # XXX
  102. $PALANG['alias_domain_create_failed'] = 'Creating the alias domain %s failed!'; # XXX
  103. $PALANG['alias_domain_change_failed'] = 'Changing the alias domain %s failed!'; # XXX
  104. $PALANG['pCreate_alias_domain_error4'] = '全てのドメインがエイリアスされています。';
  105. $PALANG['pCreate_alias_domain_success'] = 'The alias domain %s has been created.'; # XXX
  106. $PALANG['alias_domain_changed'] = 'The alias domain %s has been changed.'; # XXX
  107. $PALANG['alias_domain_to_itsself'] = 'A domain can\'t be an alias domain to itsself!'; # XXX
  108. $PALANG['delete_domain_aliasdomain_target'] = 'The domain %s is the target for one or more alias domains and can\'t be deleted! (Delete the alias domains first.)'; # XXX
  109. $PALANG['pCreate_alias_address_text_error1'] = 'メールアドレスが無効です。';
  110. $PALANG['alias_does_not_exist'] = 'This alias does not exist!'; # XXX
  111. $PALANG['email_address_already_exists'] = 'このメールアドレスは既に存在するので、 別のアドレスを選択してください。'; # XXX check/beautify - was split in two lines before
  112. $PALANG['pCreate_alias_address_text_error3'] = '転送アドレスの制限数に達しました。';
  113. $PALANG['pCreate_alias_goto_text'] = 'メールを転送するアドレス';
  114. $PALANG['pCreate_alias_goto_text_error'] = '転送先が無効です。';
  115. $PALANG['pCreate_alias_result_error'] = '転送先を追加できません! (%s)'; # XXX Text changed to: Creating the alias %s failed!
  116. $PALANG['pCreate_alias_result_success'] = '転送先を追加しました。'; # XXX text change: 'The alias %s has been created!'
  117. $PALANG['alias_updated'] = 'The alias %s has been updated!'; # XXX
  118. $PALANG['pCreate_alias_catchall_text'] = 'すべてのメールを受け取るには、転送元に "*" を使います。 別のドメインにすべて転送するには、転送先に "*.domain.tld" を使います。'; # XXX check/beautify - was split in two lines before
  119. $PALANG['mailbox_alias_cant_be_deleted'] = 'This alias belongs to a mailbox and can\'t be deleted!'; # XXX
  120. $PALANG['pEdit_alias_welcome'] = '転送先アドレスの編集'; # XXX Text change to: 'Edit forwarding settings'
  121. $PALANG['pEdit_alias_help'] = '1行に1エントリです。'; # XXX # XXX Text change to: 'Accepts multiple targets, one entry per line.'
  122. $PALANG['alias'] = '転送元'; # XXX check text - should be 'Alias'
  123. $PALANG['to'] = '転送先'; # XXX check text - should be 'To'
  124. $PALANG['pEdit_alias_goto_text_error1'] = '転送先が入力されていません。';
  125. $PALANG['pEdit_alias_goto_text_error2'] = 'このメールアドレスは無効です: ';
  126. $PALANG['pEdit_alias_domain_result_error'] = 'Unable to modify the alias domain!'; # XXX
  127. $PALANG['pEdit_alias_forward_and_store'] = 'ローカルのメールボックスに残す';
  128. $PALANG['pEdit_alias_forward_only'] = '指定された転送アドレスのみ';
  129. $PALANG['pEdit_alias_result_error'] = '修正できません! (%s)'; # XXX Text changed to: Modifying the alias %s failed!
  130. $PALANG['pCreate_mailbox_welcome'] = '新しいメールアドレスの作成';
  131. $PALANG['pCreate_mailbox_username_text_error1'] = 'メールアドレスが無効です。';
  132. $PALANG['pCreate_mailbox_username_text_error3'] = 'メールアドレスの制限数に達しました。';
  133. $PALANG['pCreate_mailbox_password_text'] = 'POP3/IMAPのパスワード';
  134. $PALANG['pCreate_mailbox_name_text'] = 'フルネーム';
  135. $PALANG['pCreate_mailbox_mail'] = 'ようこそメールの送信'; # XXX Text change to 'Send Welcome mail'
  136. $PALANG['pCreate_mailbox_result_error'] = 'メールアドレスを追加できません! (%s)'; # XXX Text changed to: Creating the mailbox %s failed!
  137. $PALANG['pCreate_mailbox_result_success'] = 'メールアドレスを追加しました。 (%s)'; # XXX Text changed to: The mailbox %s has been added to the mailbox table!
  138. $PALANG['pCreate_mailbox_result_succes_nosubfolders'] = 'メールアドレスを追加しました。しかし、いくつかのサブフォルダの作成に失敗しました。 (%s)'; # XXX Text changed to: The mailbox %s has been added to the mailbox table, but none (or only some) of the predefined sub-folders could be created.
  139. $PALANG['mailbox_updated'] = "The mailbox %s has been updated."; # XXX
  140. $PALANG['mailbox_update_failed'] = "Updating the mailbox %s failed!"; # XXX
  141. $PALANG['pEdit_mailbox_welcome'] = 'メールアドレスの編集';
  142. $PALANG['pEdit_mailbox_username'] = 'メールアドレス'; # XXX check / compare with pCreate_mailbox_username - should be "Username"
  143. $PALANG['pEdit_mailbox_password_text_error'] = 'パスワードが一致しません。';
  144. $PALANG['pEdit_mailbox_quota'] = '容量制限';
  145. $PALANG['pEdit_mailbox_quota_text'] = 'MB';
  146. $PALANG['mb_max'] = 'MB (max: %s)'; # XXX
  147. $PALANG['pEdit_mailbox_quota_text_error'] = '指定された容量制限が大きすぎます。';
  148. $PALANG['pEdit_mailbox_domain_error'] = 'このドメインは管理外です: ';
  149. $PALANG['pEdit_mailbox_result_error'] = '修正できません!';
  150. $PALANG['pPassword_welcome'] = 'パスワードの変更';
  151. $PALANG['pPassword_admin'] = 'ログイン';
  152. $PALANG['pPassword_password_current'] = '現在のパスワード';
  153. $PALANG['pPassword_password_current_text_error'] = '現在のパスワードが入力されていません。';
  154. $PALANG['pPassword_password'] = '新規パスワード';
  155. $PALANG['pPassword_password2'] = '新規パスワード (確認)';
  156. $PALANG['pPassword_password_text_error'] = 'パスワードが一致しません。 または空です。'; # XXX check/beautify - was split in two lines before
  157. $PALANG['change_password'] = 'パスワード変更';
  158. $PALANG['pPassword_result_error'] = 'パスワードを変更できません! (%s)'; # XXX Text changed to: Changing the password for %s failed!
  159. $PALANG['pPassword_result_success'] = 'パスワードを変更しました。 (%s)'; # XXX Text changed to: The password for %s has been changed.
  160. $PALANG['pEdit_vacation_set'] = 'メッセージ変更/設定';
  161. $PALANG['pEdit_vacation_remove'] = 'メッセージ解除';
  162. $PALANG['pVacation_result_error'] = '自動応答の設定を更新できませんでした! (%s)'; # XXX Text changed to: Updating the auto response settings for %s failed
  163. $PALANG['pVacation_result_removed'] = '自動応答を解除しました。 (%s)'; # XXX Text changed to "Auto response for %s has been disabled!"
  164. $PALANG['pVacation_result_added'] = '自動応答を設定しました。 (%s)'; # XXX Text changed to "Auto response for %s has been enabled!"
  165. $PALANG['pVacation_reply_type'] = 'Choice of reply'; # XXX
  166. $PALANG['pVacation_reply_delay_time'] = 'Interval time'; # XXX
  167. $PALANG['pVacation_reply_delay_time_text'] = 'Time in seconds'; # XXX
  168. $PALANG['pVacation_until_before_today'] = 'The Date of [Active until] is set before Today'; # XXX
  169. $PALANG['pVacation_until_before_from'] = 'The Date of [Active until] is set before [Active from]'; # XXX
  170. $PALANG['reply_once'] = 'Reply once'; # XXX
  171. $PALANG['reply_every_mail'] = 'Reply on every mail'; # XXX
  172. $PALANG['reply_once_per_day'] = 'Reply once a day'; # XXX
  173. $PALANG['reply_once_per_week'] = 'Reply once per week'; # XXX
  174. $PALANG['pViewlog_welcome'] = '過去10個のアクション ';
  175. $PALANG['pViewlog_timestamp'] = 'タイムスタンプ';
  176. $PALANG['pViewlog_action'] = 'アクション';
  177. $PALANG['pViewlog_data'] = 'データ';
  178. $PALANG['pViewlog_action_create_domain'] = 'create domain'; # XXX
  179. $PALANG['pViewlog_action_delete_domain'] = 'delete domain'; # XXX
  180. $PALANG['pViewlog_action_edit_domain'] = 'edit domain'; # XXX
  181. $PALANG['pViewlog_action_create_mailbox'] = 'アドレス作成';
  182. $PALANG['pViewlog_action_delete_mailbox'] = 'アドレス削除';
  183. $PALANG['pViewlog_action_edit_mailbox'] = 'アドレス編集';
  184. $PALANG['pViewlog_action_edit_mailbox_state'] = 'アドレス状態編集';
  185. $PALANG['pViewlog_action_create_alias'] = '転送先作成';
  186. $PALANG['pViewlog_action_create_alias_domain'] = 'create alias domain'; # XXX
  187. $PALANG['pViewlog_action_edit_alias_domain'] = 'edit alias domain'; # XXX
  188. $PALANG['pViewlog_action_delete_alias'] = '転送先削除';
  189. $PALANG['pViewlog_action_delete_alias_domain'] = 'delete alias domain'; # XXX
  190. $PALANG['pViewlog_action_edit_alias'] = '転送先編集';
  191. $PALANG['pViewlog_action_edit_alias_state'] = '転送先状態編集';
  192. $PALANG['pViewlog_action_edit_alias_domain_state'] = 'edit alias domain active'; # XXX
  193. $PALANG['pViewlog_action_edit_password'] = 'パスワード変更';
  194. $PALANG['pViewlog_action_create_admin'] = 'create admin'; # XXX
  195. $PALANG['pViewlog_action_edit_admin'] = 'edit admin'; # XXX
  196. $PALANG['pViewlog_action_delete_admin'] = 'delete admin'; # XXX
  197. $PALANG['pViewlog_action_edit_vacation'] = 'edit vacation'; # XXX
  198. $PALANG['pViewlog_action_create_fetchmail'] = 'create fetchmail job'; # XXX
  199. $PALANG['pViewlog_action_edit_fetchmail'] = 'edit fetchmail job'; # XXX
  200. $PALANG['pViewlog_action_delete_fetchmail'] = 'delete fetchmail job'; # XXX
  201. $PALANG['pViewlog_result_error'] = 'ログが見つかりません!';
  202. $PALANG['pSendmail_welcome'] = 'メール送信';
  203. $PALANG['from'] = '差出人';
  204. $PALANG['pSendmail_to'] = '宛先';
  205. $PALANG['pSendmail_to_text_error'] = '宛先が空欄か無効です。';
  206. $PALANG['subject'] = '件名';
  207. $PALANG['pSendmail_subject_text'] = 'ようこそ';
  208. $PALANG['pSendmail_body'] = '本文';
  209. $PALANG['pSendmail_button'] = 'メッセージ送信';
  210. $PALANG['pSendmail_result_error'] = 'メールが送信できません! (%s)'; # XXX text change - new: Unable to send email to %s!
  211. $PALANG['pSendmail_result_success'] = 'メールが送信されました。 (%s)'; # XXX text change - new: Email sent to %s.
  212. $PALANG['pAdminMenu_list_admin'] = '管理者一覧';
  213. $PALANG['pAdminMenu_list_domain'] = 'ドメイン一覧';
  214. $PALANG['pAdminMenu_list_virtual'] = 'アドレス一覧';
  215. $PALANG['pAdminMenu_backup'] = 'バックアップ';
  216. $PALANG['pAdminMenu_create_domain_admins'] = 'ドメイン管理者';
  217. $PALANG['pAdminMenu_create_admin'] = '新しい管理者';
  218. $PALANG['pAdminMenu_create_domain'] = '新しいドメイン';
  219. $PALANG['pAdminList_admin_count'] = 'ドメイン数';
  220. $PALANG['description'] = '説明';
  221. $PALANG['aliases'] = '転送数'; # XXX check text - should be 'Aliases'
  222. $PALANG['pAdminList_domain_quota'] = 'Domain quota (MB)'; # XXX
  223. $PALANG['pAdminList_domain_backupmx'] = 'バックアップ MX';
  224. $PALANG['last_modified'] = '最終更新日';
  225. $PALANG['pAdminCreate_domain_welcome'] = '新しいドメインの追加';
  226. $PALANG['pAdminCreate_domain_domain_text_error'] = 'ドメインが既に存在します。';
  227. $PALANG['domain_does_not_exist'] = 'This domain does not exist!'; # XXX
  228. $PALANG['pAdminCreate_domain_domain_text_error2'] = 'ドメインが無効です。';
  229. $PALANG['pAdminCreate_domain_defaultaliases'] = 'デフォルト転送先の追加';
  230. $PALANG['pAdminCreate_domain_button'] = 'ドメイン追加';
  231. $PALANG['pAdminCreate_domain_result_error'] = 'ドメインを追加できません! (%s)'; # XXX Text changed to: Adding the domain %s failed!
  232. $PALANG['pAdminCreate_domain_result_success'] = 'ドメインを追加しました。 (%s)'; # XXX Text changed to: The domain %s has been added.
  233. $PALANG['domain_updated'] = 'The domain %s has been updated.'; # XXX
  234. $PALANG['pAdminDelete_admin_error'] = 'Unable to delete admin!'; # XXX
  235. $PALANG['domain_postdel_failed'] = 'ドメインが削除できません!'; # XXX Text changed to: The domain postdeletion script failed, check the error log for details!
  236. $PALANG['domain_postcreate_failed'] = 'The domain postcreate script failed, check the error log for details!'; # XXX
  237. $PALANG['mailbox_postdel_failed'] = 'The mailbox postdeletion script failed, check the error log for details!'; # XXX
  238. $PALANG['mailbox_postedit_failed'] = 'The mailbox postedit script failed, check the error log for details!'; # XXX
  239. $PALANG['mailbox_postcreate_failed'] = 'The mailbox postcreate script failed, check the error log for details!'; # XXX
  240. $PALANG['pAdminDelete_alias_domain_error'] = 'Unable to remove domain alias!'; # XXX
  241. $PALANG['domain_conflict_vacation_domain'] = 'You can\'t use the vacation domain as mail domain!'; # XXX
  242. $PALANG['pAdminEdit_domain_welcome'] = 'ドメインの修正';
  243. $PALANG['pAdminEdit_domain_aliases_text'] = '-1 = 無効 | 0 = 無制限';
  244. $PALANG['pAdminEdit_domain_maxquota'] = '最大容量制限';
  245. $PALANG['pAdminEdit_domain_maxquota_text'] = 'MB | -1 = 無効 | 0 = 無制限';
  246. $PALANG['pAdminEdit_domain_quota'] = 'Domain Quota'; # XXX
  247. $PALANG['transport'] = '配送方法';
  248. $PALANG['pAdminEdit_domain_transport_text'] = '配送方法の定義';
  249. $PALANG['pAdminEdit_domain_backupmx'] = 'バックアップ MXサーバ';
  250. $PALANG['pAdminEdit_domain_result_error'] = 'ドメインが修正できません! (%s)'; # XXX Text changed to: Modifying the domain %s failed!
  251. $PALANG['pAdminCreate_admin_welcome'] = '新しいドメイン管理者の追加';
  252. $PALANG['email_address'] = 'メールアドレス';
  253. $PALANG['pAdminCreate_admin_username_text_error1'] = '管理者は有効なメールアドレスではありません。';
  254. $PALANG['admin_already_exists'] = '管理者は存在するか無効です。'; # XXX Text changed to: The admin already exists!
  255. $PALANG['admin_does_not_exist'] = 'The admin does not exist!'; # XXX
  256. $PALANG['pAdminCreate_admin_button'] = '管理者追加';
  257. $PALANG['pAdminCreate_admin_result_error'] = '管理者を追加できません! (%s)'; # XXX Text changed to: Adding the admin %s failed!
  258. $PALANG['pAdminCreate_admin_result_success'] = '管理者を追加しました。 (%s)'; # XXX Text changed to: The admin %s has been added.
  259. $PALANG['pAdminEdit_admin_welcome'] = 'ドメイン管理者の編集';
  260. $PALANG['admin'] = '管理者'; # XXX check / compare with pAdminCreate_admin_username - should be "admin"
  261. $PALANG['password_again'] = 'パスワード (確認)';
  262. $PALANG['super_admin'] = '特権管理者';
  263. $PALANG['super_admin_desc'] = 'Super admins have access to all domains, can manage domains and admin accounts.'; # XXX
  264. $PALANG['pAdminEdit_admin_result_error'] = '管理者を修正できません! (%s)'; # XXX Text changed to: Modifying the admin %s failed!
  265. $PALANG['pAdminEdit_admin_result_success'] = '管理者を修正しました。 (%s)'; # XXX Text changed to: The admin %s has been modified.
  266. $PALANG['pUsersLogin_welcome'] = 'あなたのパスワードと転送先が変更できます。';
  267. $PALANG['pUsersLogin_username_incorrect'] = 'ログインが違います。正しいメールアドレスを入力してください。';
  268. $PALANG['pUsersLogin_password_incorrect'] = 'パスワードが違います。';
  269. $PALANG['pUsersMenu_vacation'] = '自動応答';
  270. $PALANG['pUsersMenu_edit_alias'] = '転送先変更';
  271. $PALANG['pUsersMain_vacation'] = '不在メッセージまたは自動応答を設定します';
  272. $PALANG['pUsersMain_vacationSet'] = '自動応答を利用中です。「自動応答」をクリックして編集/解除できます。';
  273. $PALANG['pUsersMain_edit_alias'] = '転送設定を変更します。';
  274. $PALANG['pUsersMain_password'] = 'パスワードを変更します。';
  275. $PALANG['pUsersVacation_welcome'] = '自動応答';
  276. $PALANG['pUsersVacation_welcome_text'] = '既に自動応答を構成してあります。 (%s)'; # XXX Text changed to: 'Auto response for %s is active!'
  277. $PALANG['pUsersVacation_subject_text'] = '不在';
  278. $PALANG['message'] = '本文'; # XXX text changed to 'Message'
  279. $PALANG['pUsersVacation_body_text'] = <<<EOM
  280. 私は <date> から <date> まで不在です。
  281. 緊急事項は <contact person> まで連絡してください。
  282. EOM;
  283. $PALANG['pUsersVacation_activefrom'] = 'Active from'; # XXX
  284. $PALANG['pUsersVacation_activeuntil'] = 'Active until'; # XXX
  285. $PALANG['pEdit_dbLog_editactive'] = 'change active state'; # XXX
  286. $PALANG['pSearch'] = '検索';
  287. $PALANG['pSearch_welcome'] = '検索文字列: ';
  288. $PALANG['pReturn_to'] = '戻る: ';
  289. $PALANG['pBroadcast_title'] = 'ブロードキャストメッセージの送信';
  290. $PALANG['pBroadcast_name'] = '名前';
  291. $PALANG['pBroadcast_success'] = 'ブロードキャストメッセージは送信されました。';
  292. $PALANG['pAdminMenu_broadcast_message'] = 'ブロードキャスト';
  293. $PALANG['pBroadcast_error_empty'] = '名前、件名、メッセージは入力が必要です。';
  294. $PALANG['pStatus_undeliverable'] = 'おそらく配送不可能 ';
  295. $PALANG['pStatus_custom'] = '配送先 ';
  296. $PALANG['pStatus_popimap'] = 'POP/IMAP ';
  297. $PALANG['password_too_short'] = "パスワードが短すぎます。最低 %s 文字必要です。";
  298. $PALANG['password_no_characters'] = "Your password must contain at least %s character(s)."; # XXX
  299. $PALANG['password_no_digits'] = "Your password must contain at least %s digit(s)."; # XXX
  300. $PALANG['pInvalidDomainRegex'] = "Invalid domain name %s, fails regexp check"; # XXX
  301. $PALANG['pInvalidDomainDNS'] = "Invalid domain %s, and/or not discoverable in DNS"; # XXX
  302. $PALANG['pInvalidMailRegex'] = "Invalid email address %s, fails regexp check"; # XXX
  303. $PALANG['pFetchmail_welcome'] = 'メール取得:';
  304. $PALANG['pFetchmail_new_entry'] = '新しいエントリ';
  305. $PALANG['fetchmail_already_exists'] = 'This fetchmail job already exists!'; # XXX
  306. $PALANG['fetchmail_does_not_exist'] = 'This fetchmail job does not exist!'; # XXX
  307. $PALANG['pFetchmail_database_save_error'] = 'このエントリをデータベースに保存できませんでした。';
  308. $PALANG['pFetchmail_database_save_success'] = 'エントリをデータベースに保存しました。';
  309. $PALANG['pFetchmail_error_invalid_id'] = 'ID %s のエントリが見つかりません。';
  310. $PALANG['pFetchmail_invalid_mailbox'] = 'メールボックスが無効です!';
  311. $PALANG['pFetchmail_server_missing'] = 'リモートサーバ名を入力してください。';
  312. $PALANG['pFetchmail_user_missing'] = 'リモートユーザ名を入力してください。';
  313. $PALANG['pFetchmail_password_missing'] = 'リモートパスワードを入力してください。';
  314. $PALANG['pFetchmail_field_id'] = 'ID';
  315. $PALANG['pFetchmail_field_mailbox'] = 'メールボックス';
  316. $PALANG['pFetchmail_field_src_server'] = 'サーバ';
  317. $PALANG['pFetchmail_field_src_auth'] = '認証タイプ';
  318. $PALANG['pFetchmail_field_src_user'] = 'ユーザ';
  319. $PALANG['pFetchmail_field_src_password'] = $PALANG['password']; # needed until fetchmail is migrated into FetchmailHandler
  320. $PALANG['pFetchmail_field_src_folder'] = 'フォルダ';
  321. $PALANG['pFetchmail_field_poll_time'] = '間隔';
  322. $PALANG['pFetchmail_field_fetchall'] = 'すべて取得';
  323. $PALANG['pFetchmail_field_keep'] = '残す';
  324. $PALANG['pFetchmail_field_protocol'] = 'プロトコル';
  325. $PALANG['pFetchmail_field_usessl'] = 'SSL active'; # XXX
  326. $PALANG['pFetchmail_field_sslcertck'] = 'SSL certificate check'; # XXX
  327. $PALANG['pFetchmail_field_sslcertpath'] = 'SSL path to certificates'; # XXX
  328. $PALANG['pFetchmail_field_sslfingerprint'] = 'SSL fingerprint (md5)'; # XXX
  329. $PALANG['pFetchmail_field_extra_options'] = '追加オプション';
  330. $PALANG['pFetchmail_field_mda'] = 'MDA';
  331. $PALANG['pFetchmail_field_date'] = '日付';
  332. $PALANG['pFetchmail_field_returned_text'] = '戻りテキスト';
  333. $PALANG['pFetchmail_desc_id'] = 'レコード ID';
  334. $PALANG['pFetchmail_desc_mailbox'] = 'ローカル メールボックス';
  335. $PALANG['pFetchmail_desc_src_server'] = 'リモート サーバ';
  336. $PALANG['pFetchmail_desc_src_auth'] = '大抵は \'password\''; # Translators: Please do NOT translate 'password' here
  337. $PALANG['pFetchmail_desc_src_user'] = 'リモート ユーザ';
  338. $PALANG['pFetchmail_desc_src_password'] = 'リモート パスワード';
  339. $PALANG['pFetchmail_desc_src_folder'] = 'リモート フォルダ';
  340. $PALANG['pFetchmail_desc_poll_time'] = '分単位の確認間隔';
  341. $PALANG['pFetchmail_desc_fetchall'] = '既読と新着メッセージを取得するか';
  342. $PALANG['pFetchmail_desc_keep'] = 'リモートサーバに取得済メッセージを残すか';
  343. $PALANG['pFetchmail_desc_protocol'] = '利用するプロトコル';
  344. $PALANG['pFetchmail_desc_usessl'] = 'SSL encryption'; # XXX
  345. $PALANG['pFetchmail_desc_extra_options'] = '追加の fetchmail オプション';
  346. $PALANG['pFetchmail_desc_mda'] = 'メール配送エージェント (Mail Delivery Agent)';
  347. $PALANG['pFetchmail_desc_date'] = '最終取得確認/設定変更日時';
  348. $PALANG['pFetchmail_desc_returned_text'] = '新着確認の戻りテキストメッセージ';
  349. $PALANG['dateformat_pgsql'] = 'YYYY-mm-dd'; # translators: rearrange to your local date format, but make sure it's a valid PostgreSQL date format # XXX
  350. $PALANG['dateformat_mysql'] = '%Y-%m-%d'; # translators: rearrange to your local date format, but make sure it's a valid MySQL date format # XXX
  351. $PALANG['please_keep_this_as_last_entry'] = ''; # needed for language-check.sh
  352. /* vim: set expandtab ft=php softtabstop=3 tabstop=3 shiftwidth=3: */
  353. ?>