# LANGUAGE translation of Drupal (modules/upload.module) # Copyright YEAR NAME # $Id: upload-module.pot,v 1.2 2004/10/18 22:37:37 goba Exp $ # msgid "" msgstr "" "Project-Id-Version: PROJECT VERSION\n" "POT-Creation-Date: 2004-10-18 22:36+0000\n" "PO-Revision-Date: 2004-10-20 17:52+0900\n" "Last-Translator: kaz@drupal.org \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n" #: modules/upload.module:12 msgid "File-handling and attaching files to nodes." msgstr "ファイル操作とノードへのファイル添付" #: modules/upload.module:14 msgid "Users with the upload files permission can upload attachments. You can choose which node types can take attachments on the workflow settings page." msgstr "ファイルアップロードのパーミッションがあるユーザは添付ファイルをアップロードできます。ファイル添付可能なノードタイプをワークフロー設定ページで選択できます。" #: modules/upload.module:16 msgid "

If you want users to be able to attach files to nodes, check the attachments column in the appropriate column.

" msgstr "

ユーザがノードにファイル添付可能にしたい場合は、適切なカラムで添付カラムをチェックしてください。

" #: modules/upload.module:18 msgid "" "\n" "

Background

\n" "

The upload module allows users to upload attachments. You can choose which node types can take attachments on the workflow settings page.

\n" "

Permissions

\n" "

Two permissions are related to uploads: upload files and view uploaded files.

\n" "
  1. upload files - Allows users to upload attachments.
  2. view uploaded files - Allows users to view and download attachments. Keep in mind that if you are using the public download method, anyone will be able to access uploaded files with a direct URL regardless of this permission.
\n" "

Lastly, users with the administer site configuration permission will be able to configure role-specific upload settings such as allowed file types, maximum file size per upload and total file size per user.

\n" msgstr "" "\n" "

バックグラウンド

\n" "

アップロードモジュール(upload module)は、ユーザが添付ファイルのアップロードができるようにします。どのノードタイプでファイル添付が利用できるかどうかはワークフロー設定ページで選択します。

\n" "

パーミッション

\n" "

アップロードには2つのパーミッションが関連します: ファイルのアップロード(upload files)アップロードファイル表示(view uploaded files)

\n" "
  1. ファイルのアップロード(upload files) - ユーザが添付ファイルをアップロードできる権限です。
  2. アップロードファイル表示(view uploaded files) - ユーザが添付ファイルを表示・ダウンロードできる権限です。ただし、パブリックダウンロード方式(public download method)を選択している場合は、パーミッションにかかわらず誰でも直接URL経由でファイルにアクセスできてしまいます。
\n" "

最後に、サイト管理(administer site configuration)権限のあるユーザは、ファイルタイプや最大ファイルサイズやユーザ毎の最大容量などを権限属性によるアップロード設定を設定できます。

\n" #: modules/upload.module:38 msgid "uploads" msgstr "アップロード" #: modules/upload.module:66 msgid "Maximum total file size" msgstr "最大ファイルサイズ合計" #: modules/upload.module:66 msgid "The maximum size of a file a user can upload in megabytes. Enter 0 for unlimited." msgstr "アップロード可能な最大ファイルサイズ合計(単位:MB)です。0を入力すると無制限に設定されます。" #: modules/upload.module:73 msgid "Permitted file extensions" msgstr "許可されているファイル拡張子" #: modules/upload.module:73 msgid "Extensions that users in this role can upload. Separate extensions with a space and do not include the leading dot." msgstr "この権限属性のユーザがアップロード可能なファイル拡張子。ドットは省略しスペースで区切って記述して下さい。" #: modules/upload.module:74 msgid "Maximum file size per upload" msgstr "最大アップロードファイルサイズ" #: modules/upload.module:74 msgid "The maximum size of a file a user can upload (in megabytes)." msgstr "1回にアップロード可能な最大ファイルサイズ(単位:MB)です。" #: modules/upload.module:75 msgid "Total file size per user" msgstr "ユーザ最大ファイルサイズ合計" #: modules/upload.module:75 msgid "The maximum size of all files a user can have on the site (in megabytes)." msgstr "1ユーザがサイト上に所有可能な最大ファイルサイズ(単位:MB)の合計です。" #: modules/upload.module:76 msgid "Settings for %role" msgstr "権限属性%roleの設定" #: modules/upload.module:108 msgid "attachments" msgstr "添付" #: modules/upload.module:145 msgid "Error attaching file %name: total file size exceeded" msgstr "%nameファイル添付エラー: 最大ファイルサイズ合計の超過" #: modules/upload.module:183 msgid "Error attaching file %name: invalid extension" msgstr "%nameファイル添付エラー: 許可されていない拡張子" #: modules/upload.module:186;189 msgid "Error attaching file %name: exceeds maximum file size" msgstr "%nameファイル添付エラー: 最大ファイルサイズ超過" #: modules/upload.module:212 msgid "Attachment" msgstr "添付" #: modules/upload.module:212;312 msgid "Size" msgstr "サイズ" #: modules/upload.module:312 msgid "List" msgstr "リスト" #: modules/upload.module:327 msgid "Note: changes made to the attachments are not permanent until you save this post." msgstr "注: 添付ファイルへの変更は投稿が保存されるまで有効ではありません。" #: modules/upload.module:330 msgid "Attach new file" msgstr "新しいファイルの添付" #: modules/upload.module:331 msgid "Attach" msgstr "添付" #: modules/upload.module:334 msgid "Attachments" msgstr "添付" #: modules/upload.module:30 msgid "upload files" msgstr "ファイルアップロード" #: modules/upload.module:30 msgid "view uploaded files" msgstr "アップロードファイルの表示" #: modules/upload.module:0 msgid "upload" msgstr "アップロード"