user_ldap.po 17 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409
  1. # SOME DESCRIPTIVE TITLE.
  2. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
  3. # This file is distributed under the same license as the PACKAGE package.
  4. #
  5. # Translators:
  6. # Daisuke Deguchi <ddeguchi@nagoya-u.jp>, 2013
  7. # tt yn <tetuyano+transi@gmail.com>, 2013
  8. msgid ""
  9. msgstr ""
  10. "Project-Id-Version: ownCloud\n"
  11. "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
  12. "POT-Creation-Date: 2013-09-07 04:40-0400\n"
  13. "PO-Revision-Date: 2013-09-05 11:51+0000\n"
  14. "Last-Translator: Daisuke Deguchi <ddeguchi@nagoya-u.jp>\n"
  15. "Language-Team: Japanese (Japan) (http://www.transifex.com/projects/p/owncloud/language/ja_JP/)\n"
  16. "MIME-Version: 1.0\n"
  17. "Content-Type: text/plain; charset=UTF-8\n"
  18. "Content-Transfer-Encoding: 8bit\n"
  19. "Language: ja_JP\n"
  20. "Plural-Forms: nplurals=1; plural=0;\n"
  21. #: ajax/clearMappings.php:34
  22. msgid "Failed to clear the mappings."
  23. msgstr "マッピングのクリアに失敗しました。"
  24. #: ajax/deleteConfiguration.php:34
  25. msgid "Failed to delete the server configuration"
  26. msgstr "サーバ設定の削除に失敗しました"
  27. #: ajax/testConfiguration.php:36
  28. msgid "The configuration is valid and the connection could be established!"
  29. msgstr "設定は有効であり、接続を確立しました!"
  30. #: ajax/testConfiguration.php:39
  31. msgid ""
  32. "The configuration is valid, but the Bind failed. Please check the server "
  33. "settings and credentials."
  34. msgstr "設定は有効ですが、接続に失敗しました。サーバ設定と資格情報を確認して下さい。"
  35. #: ajax/testConfiguration.php:43
  36. msgid ""
  37. "The configuration is invalid. Please look in the ownCloud log for further "
  38. "details."
  39. msgstr "設定は無効です。詳細は ownCloud のログを見て下さい。"
  40. #: js/settings.js:66
  41. msgid "Deletion failed"
  42. msgstr "削除に失敗しました"
  43. #: js/settings.js:82
  44. msgid "Take over settings from recent server configuration?"
  45. msgstr "最近のサーバ設定から設定を引き継ぎますか?"
  46. #: js/settings.js:83
  47. msgid "Keep settings?"
  48. msgstr "設定を保持しますか?"
  49. #: js/settings.js:97
  50. msgid "Cannot add server configuration"
  51. msgstr "サーバ設定を追加できません"
  52. #: js/settings.js:111
  53. msgid "mappings cleared"
  54. msgstr "マッピングをクリアしました"
  55. #: js/settings.js:112
  56. msgid "Success"
  57. msgstr "成功"
  58. #: js/settings.js:117
  59. msgid "Error"
  60. msgstr "エラー"
  61. #: js/settings.js:141
  62. msgid "Connection test succeeded"
  63. msgstr "接続テストに成功しました"
  64. #: js/settings.js:146
  65. msgid "Connection test failed"
  66. msgstr "接続テストに失敗しました"
  67. #: js/settings.js:156
  68. msgid "Do you really want to delete the current Server Configuration?"
  69. msgstr "現在のサーバ設定を本当に削除してもよろしいですか?"
  70. #: js/settings.js:157
  71. msgid "Confirm Deletion"
  72. msgstr "削除の確認"
  73. #: templates/settings.php:9
  74. msgid ""
  75. "<b>Warning:</b> Apps user_ldap and user_webdavauth are incompatible. You may"
  76. " experience unexpected behavior. Please ask your system administrator to "
  77. "disable one of them."
  78. msgstr "<b>警告:</b> user_ldap と user_webdavauth のアプリには互換性がありません。予期せぬ動作をする可能性があります。システム管理者にどちらかを無効にするよう問い合わせてください。"
  79. #: templates/settings.php:12
  80. msgid ""
  81. "<b>Warning:</b> The PHP LDAP module is not installed, the backend will not "
  82. "work. Please ask your system administrator to install it."
  83. msgstr "<b>警告:</b> PHP LDAP モジュールがインストールされていません。バックエンドが正しく動作しません。システム管理者にインストールするよう問い合わせてください。"
  84. #: templates/settings.php:16
  85. msgid "Server configuration"
  86. msgstr "サーバ設定"
  87. #: templates/settings.php:32
  88. msgid "Add Server Configuration"
  89. msgstr "サーバ設定を追加"
  90. #: templates/settings.php:37
  91. msgid "Host"
  92. msgstr "ホスト"
  93. #: templates/settings.php:39
  94. msgid ""
  95. "You can omit the protocol, except you require SSL. Then start with ldaps://"
  96. msgstr "SSL通信しない場合には、プロトコル名を省略することができます。そうでない場合には、ldaps:// から始めてください。"
  97. #: templates/settings.php:40
  98. msgid "Base DN"
  99. msgstr "ベースDN"
  100. #: templates/settings.php:41
  101. msgid "One Base DN per line"
  102. msgstr "1行に1つのベースDN"
  103. #: templates/settings.php:42
  104. msgid "You can specify Base DN for users and groups in the Advanced tab"
  105. msgstr "拡張タブでユーザとグループのベースDNを指定することができます。"
  106. #: templates/settings.php:44
  107. msgid "User DN"
  108. msgstr "ユーザDN"
  109. #: templates/settings.php:46
  110. msgid ""
  111. "The DN of the client user with which the bind shall be done, e.g. "
  112. "uid=agent,dc=example,dc=com. For anonymous access, leave DN and Password "
  113. "empty."
  114. msgstr "クライアントユーザーのDNは、特定のものに結びつけることはしません。 例えば uid=agent,dc=example,dc=com. だと匿名アクセスの場合、DNとパスワードは空のままです。"
  115. #: templates/settings.php:47
  116. msgid "Password"
  117. msgstr "パスワード"
  118. #: templates/settings.php:50
  119. msgid "For anonymous access, leave DN and Password empty."
  120. msgstr "匿名アクセスの場合は、DNとパスワードを空にしてください。"
  121. #: templates/settings.php:51
  122. msgid "User Login Filter"
  123. msgstr "ユーザログインフィルタ"
  124. #: templates/settings.php:54
  125. #, php-format
  126. msgid ""
  127. "Defines the filter to apply, when login is attempted. %%uid replaces the "
  128. "username in the login action. Example: \"uid=%%uid\""
  129. msgstr "ログイン実行時に適用するフィルタを定義します。%%uid にはログイン操作におけるユーザ名が入ります。例: \"uid=%%uid\""
  130. #: templates/settings.php:55
  131. msgid "User List Filter"
  132. msgstr "ユーザリストフィルタ"
  133. #: templates/settings.php:58
  134. msgid ""
  135. "Defines the filter to apply, when retrieving users (no placeholders). "
  136. "Example: \"objectClass=person\""
  137. msgstr "ユーザ取得時に適用するフィルタを定義します(プレースホルダ無し)。例: \"objectClass=person\""
  138. #: templates/settings.php:59
  139. msgid "Group Filter"
  140. msgstr "グループフィルタ"
  141. #: templates/settings.php:62
  142. msgid ""
  143. "Defines the filter to apply, when retrieving groups (no placeholders). "
  144. "Example: \"objectClass=posixGroup\""
  145. msgstr "グループ取得時に適用するフィルタを定義します(プレースホルダ無し)。例: \"objectClass=posixGroup\""
  146. #: templates/settings.php:66
  147. msgid "Connection Settings"
  148. msgstr "接続設定"
  149. #: templates/settings.php:68
  150. msgid "Configuration Active"
  151. msgstr "設定はアクティブです"
  152. #: templates/settings.php:68
  153. msgid "When unchecked, this configuration will be skipped."
  154. msgstr "チェックを外すと、この設定はスキップされます。"
  155. #: templates/settings.php:69
  156. msgid "Port"
  157. msgstr "ポート"
  158. #: templates/settings.php:70
  159. msgid "Backup (Replica) Host"
  160. msgstr "バックアップ(レプリカ)ホスト"
  161. #: templates/settings.php:70
  162. msgid ""
  163. "Give an optional backup host. It must be a replica of the main LDAP/AD "
  164. "server."
  165. msgstr "バックアップホストをオプションで指定することができます。メインのLDAP/ADサーバのレプリカである必要があります。"
  166. #: templates/settings.php:71
  167. msgid "Backup (Replica) Port"
  168. msgstr "バックアップ(レプリカ)ポート"
  169. #: templates/settings.php:72
  170. msgid "Disable Main Server"
  171. msgstr "メインサーバを無効にする"
  172. #: templates/settings.php:72
  173. msgid "Only connect to the replica server."
  174. msgstr "レプリカサーバーにのみ接続します。"
  175. #: templates/settings.php:73
  176. msgid "Use TLS"
  177. msgstr "TLSを利用"
  178. #: templates/settings.php:73
  179. msgid "Do not use it additionally for LDAPS connections, it will fail."
  180. msgstr "LDAPS接続のために追加でそれを利用しないで下さい。失敗します。"
  181. #: templates/settings.php:74
  182. msgid "Case insensitve LDAP server (Windows)"
  183. msgstr "大文字/小文字を区別しないLDAPサーバ(Windows)"
  184. #: templates/settings.php:75
  185. msgid "Turn off SSL certificate validation."
  186. msgstr "SSL証明書の確認を無効にする。"
  187. #: templates/settings.php:75
  188. #, php-format
  189. msgid ""
  190. "Not recommended, use it for testing only! If connection only works with this"
  191. " option, import the LDAP server's SSL certificate in your %s server."
  192. msgstr "推奨されません、テストにおいてのみ使用してください!このオプションでのみ接続が動作する場合は、LDAP サーバのSSL証明書を %s サーバにインポートしてください。"
  193. #: templates/settings.php:76
  194. msgid "Cache Time-To-Live"
  195. msgstr "キャッシュのTTL"
  196. #: templates/settings.php:76
  197. msgid "in seconds. A change empties the cache."
  198. msgstr "秒。変更後にキャッシュがクリアされます。"
  199. #: templates/settings.php:78
  200. msgid "Directory Settings"
  201. msgstr "ディレクトリ設定"
  202. #: templates/settings.php:80
  203. msgid "User Display Name Field"
  204. msgstr "ユーザ表示名のフィールド"
  205. #: templates/settings.php:80
  206. msgid "The LDAP attribute to use to generate the user's display name."
  207. msgstr "ユーザの表示名の生成に利用するLDAP属性"
  208. #: templates/settings.php:81
  209. msgid "Base User Tree"
  210. msgstr "ベースユーザツリー"
  211. #: templates/settings.php:81
  212. msgid "One User Base DN per line"
  213. msgstr "1行に1つのユーザベースDN"
  214. #: templates/settings.php:82
  215. msgid "User Search Attributes"
  216. msgstr "ユーザ検索属性"
  217. #: templates/settings.php:82 templates/settings.php:85
  218. msgid "Optional; one attribute per line"
  219. msgstr "オプション:1行に1属性"
  220. #: templates/settings.php:83
  221. msgid "Group Display Name Field"
  222. msgstr "グループ表示名のフィールド"
  223. #: templates/settings.php:83
  224. msgid "The LDAP attribute to use to generate the groups's display name."
  225. msgstr "ユーザのグループ表示名の生成に利用するLDAP属性"
  226. #: templates/settings.php:84
  227. msgid "Base Group Tree"
  228. msgstr "ベースグループツリー"
  229. #: templates/settings.php:84
  230. msgid "One Group Base DN per line"
  231. msgstr "1行に1つのグループベースDN"
  232. #: templates/settings.php:85
  233. msgid "Group Search Attributes"
  234. msgstr "グループ検索属性"
  235. #: templates/settings.php:86
  236. msgid "Group-Member association"
  237. msgstr "グループとメンバーの関連付け"
  238. #: templates/settings.php:88
  239. msgid "Special Attributes"
  240. msgstr "特殊属性"
  241. #: templates/settings.php:90
  242. msgid "Quota Field"
  243. msgstr "クォータフィールド"
  244. #: templates/settings.php:91
  245. msgid "Quota Default"
  246. msgstr "クォータのデフォルト"
  247. #: templates/settings.php:91
  248. msgid "in bytes"
  249. msgstr "バイト"
  250. #: templates/settings.php:92
  251. msgid "Email Field"
  252. msgstr "メールフィールド"
  253. #: templates/settings.php:93
  254. msgid "User Home Folder Naming Rule"
  255. msgstr "ユーザのホームフォルダ命名規則"
  256. #: templates/settings.php:93
  257. msgid ""
  258. "Leave empty for user name (default). Otherwise, specify an LDAP/AD "
  259. "attribute."
  260. msgstr "ユーザ名を空のままにしてください(デフォルト)。そうでない場合は、LDAPもしくはADの属性を指定してください。"
  261. #: templates/settings.php:98
  262. msgid "Internal Username"
  263. msgstr "内部ユーザ名"
  264. #: templates/settings.php:99
  265. msgid ""
  266. "By default the internal username will be created from the UUID attribute. It"
  267. " makes sure that the username is unique and characters do not need to be "
  268. "converted. The internal username has the restriction that only these "
  269. "characters are allowed: [ a-zA-Z0-9_.@- ]. Other characters are replaced "
  270. "with their ASCII correspondence or simply omitted. On collisions a number "
  271. "will be added/increased. The internal username is used to identify a user "
  272. "internally. It is also the default name for the user home folder. It is also"
  273. " a part of remote URLs, for instance for all *DAV services. With this "
  274. "setting, the default behavior can be overridden. To achieve a similar "
  275. "behavior as before ownCloud 5 enter the user display name attribute in the "
  276. "following field. Leave it empty for default behavior. Changes will have "
  277. "effect only on newly mapped (added) LDAP users."
  278. msgstr "デフォルトでは、内部ユーザ名はUUID属性から作成されます。これにより、ユーザ名がユニークであり、かつ文字の変換が不要であることを保証します。内部ユーザ名には、[ a-zA-Z0-9_.@- ] の文字のみが有効であるという制限があり、その他の文字は対応する ASCII コードに変換されるか単に無視されます。そのため、他のユーザ名との衝突の回数が増加するでしょう。内部ユーザ名は、内部的にユーザを識別するために用いられ、また、ownCloudにおけるデフォルトのホームフォルダ名としても用いられます。例えば*DAVサービスのように、リモートURLの一部でもあります。この設定により、デフォルトの振る舞いを再定義します。ownCloud 5 以前と同じような振る舞いにするためには、以下のフィールドにユーザ表示名の属性を入力します。空にするとデフォルトの振る舞いとなります。変更は新しくマッピング(追加)されたLDAPユーザにおいてのみ有効となります。"
  279. #: templates/settings.php:100
  280. msgid "Internal Username Attribute:"
  281. msgstr "内部ユーザ名属性:"
  282. #: templates/settings.php:101
  283. msgid "Override UUID detection"
  284. msgstr "UUID検出を再定義する"
  285. #: templates/settings.php:102
  286. msgid ""
  287. "By default, the UUID attribute is automatically detected. The UUID attribute"
  288. " is used to doubtlessly identify LDAP users and groups. Also, the internal "
  289. "username will be created based on the UUID, if not specified otherwise "
  290. "above. You can override the setting and pass an attribute of your choice. "
  291. "You must make sure that the attribute of your choice can be fetched for both"
  292. " users and groups and it is unique. Leave it empty for default behavior. "
  293. "Changes will have effect only on newly mapped (added) LDAP users and groups."
  294. msgstr "デフォルトでは、UUID 属性は自動的に検出されます。UUID属性は、LDAPユーザとLDAPグループを間違いなく識別するために利用されます。また、もしこれを指定しない場合は、内部ユーザ名はUUIDに基づいて作成されます。この設定は再定義することができ、あなたの選択した属性を用いることができます。選択した属性がユーザとグループの両方に対して適用でき、かつユニークであることを確認してください。空であればデフォルトの振る舞いとなります。変更は、新しくマッピング(追加)されたLDAPユーザとLDAPグループに対してのみ有効となります。"
  295. #: templates/settings.php:103
  296. msgid "UUID Attribute:"
  297. msgstr "UUID属性:"
  298. #: templates/settings.php:104
  299. msgid "Username-LDAP User Mapping"
  300. msgstr "ユーザ名とLDAPユーザのマッピング"
  301. #: templates/settings.php:105
  302. msgid ""
  303. "Usernames are used to store and assign (meta) data. In order to precisely "
  304. "identify and recognize users, each LDAP user will have a internal username. "
  305. "This requires a mapping from username to LDAP user. The created username is "
  306. "mapped to the UUID of the LDAP user. Additionally the DN is cached as well "
  307. "to reduce LDAP interaction, but it is not used for identification. If the DN"
  308. " changes, the changes will be found. The internal username is used all over."
  309. " Clearing the mappings will have leftovers everywhere. Clearing the mappings"
  310. " is not configuration sensitive, it affects all LDAP configurations! Never "
  311. "clear the mappings in a production environment, only in a testing or "
  312. "experimental stage."
  313. msgstr "ユーザ名は(メタ)データの保存と割り当てに使用されます。ユーザを正確に識別して認識するために、個々のLDAPユーザは内部ユーザ名を持っています。これは、ユーザ名からLDAPユーザへのマッピングが必要であることを意味しています。この生成されたユーザ名は、LDAPユーザのUUIDにマッピングされます。加えて、DNがLDAPとのインタラクションを削減するためにキャッシュされますが、識別には利用されません。DNが変わった場合は、変更が検出されます。内部ユーザ名は全体に亘って利用されます。マッピングをクリアすると、いたるところに使われないままの物が残るでしょう。マッピングのクリアは設定に敏感ではありませんが、全てのLDAPの設定に影響を与えます!本番の環境では決してマッピングをクリアしないでください。テストもしくは実験の段階でのみマッピングのクリアを行なってください。"
  314. #: templates/settings.php:106
  315. msgid "Clear Username-LDAP User Mapping"
  316. msgstr "ユーザ名とLDAPユーザのマッピングをクリアする"
  317. #: templates/settings.php:106
  318. msgid "Clear Groupname-LDAP Group Mapping"
  319. msgstr "グループ名とLDAPグループのマッピングをクリアする"
  320. #: templates/settings.php:108
  321. msgid "Test Configuration"
  322. msgstr "設定をテスト"
  323. #: templates/settings.php:108
  324. msgid "Help"
  325. msgstr "ヘルプ"