1 # ROX-Filer-2.x Japanese Translation
5 "Project-Id-Version: rox-ja\n"
6 "Report-Msgid-Bugs-To: \n"
7 "POT-Creation-Date: 2005-01-29 10:19+0000\n"
8 "PO-Revision-Date: 2003-05-30 01:13+0900\n"
9 "Last-Translator: OKATANA <mkato@par.odn.ne.jp,mosaicist@par.odn.ne.jp>\n"
10 "Language-Team: OKATANA <mkato@par.odn.ne.jp,mosaicist@par.odn.ne.jp>\n"
12 "Content-Type: text/plain; charset=UTF-8\n"
13 "Content-Transfer-Encoding: 8bit\n"
14 "Translator: UTUMI Hirosi <utuhiro@mx12.freecom.ne.jp>, 2003\n"
29 msgid "Don't confirm every operation"
30 msgstr "操作ごとに確認を求めません"
36 #: abox.c:461 menu.c:231
45 msgid "Find expression reference"
50 "<u>Quick Start</u>\n"
51 "Just put the name of the file you're looking for in single quotes:\n"
52 "<b>'index.html'</b> (to find a file called 'index.html')\n"
55 "<b>'*.htm', '*.html'</b> (finds HTML files)\n"
56 "<b>IsDir 'lib'</b> (finds directories called 'lib')\n"
57 "<b>IsReg 'core'</b> (finds a regular file called 'core')\n"
58 "<b>! (IsDir, IsReg)</b> (is neither a directory nor a regular file)\n"
59 "<b>mtime after 1 day ago and size > 1Mb</b> (big, and recently modified)\n"
60 "<b>'CVS' prune, isreg</b> (a regular file not in CVS)\n"
61 "<b>IsReg system(grep -q fred \"%\")</b> (contains the word 'fred')\n"
63 "<u>Simple Tests</u>\n"
64 "<b>IsReg, IsLink, IsDir, IsChar, IsBlock, IsDev, IsPipe, IsSocket, IsDoor</"
66 "<b>IsSUID, IsSGID, IsSticky, IsReadable, IsWriteable, IsExecutable</b> "
68 "<b>IsEmpty, IsMine</b>\n"
69 "A pattern in single quotes is a shell-style wildcard pattern to match. If "
71 "contains a slash then the match is against the full path; otherwise it is\n"
72 "against the leafname only.\n"
74 "<u>Comparisons</u>\n"
75 "<b><, <=, =, !=, >, >=, After, Before</b> (compare two values)\n"
76 "<b>5 bytes, 1Kb, 2Mb, 3Gb</b> (file sizes)\n"
77 "<b>2 secs|mins|hours|days|weeks|years ago|hence</b> (times)\n"
78 "<b>atime, ctime, mtime, now, size, inode, nlinks, uid, gid, blocks</b> "
82 "<b>system(command)</b> (true if 'command' returns with a zero exit status;\n"
83 "a % in 'command' is replaced with the path of the current file)\n"
84 "<b>prune</b> (false, and prevents searching the contents of a directory)."
87 "検索する文字を''でくくってください:\n"
88 "<b>'index.html'</b> (''無しでindex.htmlとだけ入力するとエラーになる)\n"
91 "<b>'*.htm', '*.html'</b> (拡張子がhtmとhtmlのファイルを探す)\n"
92 "<b>IsDir 'lib'</b> (libというディレクトリをリストアップ[ls=list])\n"
93 "<b>IsReg 'core'</b> (coreという一般[regular]ファイルをリストアップ)\n"
94 "<b>! (IsDir, IsReg)</b> (ディレクトリと一般ファイルを除外する)\n"
95 "<b>mtime after 1 day ago and size > 1Mb</b> (容量と変更日時を指定)\n"
96 "<b>'CVS' prune, isreg</b> (CVS以外の一般ファイル)\n"
97 "<b>IsReg system(grep -q fred \"%\")</b> (fredという文字を含む)\n"
100 "<b>IsReg, IsLink, IsDir, IsChar, IsBlock, IsDev, IsPipe, IsSocket, IsDoor</"
102 "<b>IsSUID, IsSGID, IsSticky, IsReadable, IsWriteable, IsExecutable</b> (パー"
104 "<b>IsEmpty, IsMine</b>\n"
105 "シングルクォート中に書くべきパターンは、シェル形式ワイルドカード・パターンで"
107 "パターンがスラッシュを含んでいる場合、フルパスに対応します。\n"
108 "それ以外の場合、パターンはパス名を含まないアイテム(ファイル、ディレクトリ、パ"
113 "<b><, <=, =, !=, >, >=, After, Before</b> (二値の比較)\n"
114 "<b>5 bytes, 1Kb, 2Mb, 3Gb</b> (ファイルサイズ)\n"
115 "<b>2 secs|mins|hours|days|weeks|years ago|hence</b> (日時)\n"
116 "<b>atime, ctime, mtime, now, size, inode, nlinks, uid, gid, blocks</b> (値)\n"
119 "<b>system(command)</b> ('command'が真の場合 ステータス 0 (ゼロ) を返して終了"
121 "a % in 'command' は、カレントパスのアイテム(ファイル等)に置き換えられま"
123 "<b>prune</b> (偽を意味します。パターンを検索対象から除外します。)"
127 msgid "Change permissions reference"
132 "Normally, you can just select a command from the menu (click \n"
133 "on the arrow beside the command box). Sometimes, you need more...\n"
135 "The format of a command is: <b>CHANGE, CHANGE, ...</b>\n"
136 "Each <b>CHANGE</b> is: <b>WHO HOW PERMISSIONS</b>\n"
137 "<b>WHO</b> is some combination of <b>u</b>, <b>g</b> and <b>o</b> which "
138 "determines whether to\n"
139 "change the permissions for the User (owner), Group or Others.\n"
140 "<b>HOW</b> is <b>+</b>, <b>-</b> or <b>=</b> to add, remove or set exactly "
142 "<b>PERMISSIONS</b> is some combination of the letters <b>rwxXstugo</b>\n"
144 "Bracketed text and spaces are ignored.\n"
147 "<b>u+rw</b>: the file owner gains read and write permission\n"
148 "<b>g=u</b>: the group permissions are set to be the same as the user's\n"
149 "<b>o=u-w</b>: others get the same permissions as the owner, but without "
151 "<b>a+x</b>: <b>a</b>ll get execute/access permission - same as <b>ugo+x</b>\n"
152 "<b>a+X</b>: directories become accessable by everyone; files which were\n"
153 "executable by anyone become executable by everyone\n"
154 "<b>u+rw, go+r</b>: two commands at once!\n"
155 "<b>u+s</b>: set the SetUID bit - often has no effect on script files\n"
156 "<b>755</b>: set the permissions directly\n"
158 "See the chmod(1) man page for full details."
160 "通常は、メニュー(command box の横の矢印をクリック)からコマンドを\n"
161 "撰択できます。より、きめ細かい操作が必要な場合には...\n"
163 "コマンドの書式:<b>CHANGE, CHANGE, ...</b>\n"
164 "各'<b>CHANGE'</b>の書式:<b>WHO HOW PERMISSIONS</b>\n"
165 "<b>WHO</b> はユーザ(所有者)、グループ、他人、の許可属性を変更する\n"
166 "べきかを決める <b>u</b>、<b>g</b>、<b>o</b> の、一つ以上を組み合せた文字で"
168 "<b>HOW</b> は <b>+</b>, <b>-</b>, <b>=</b> の何れか。許可属性を追加、削除、同"
170 "<b>PERMISSIONS</b> は '<b>rwxXstugo</b>'の内、一つ以上の文字の組合せです\n"
172 "※ ( )内の文、及び空白は無視されます。\n"
175 "<b>u+rw</b>\t(ファイル所有者の読み書きを許可します)\n"
176 "<b>g=u</b> \t(グループの許可属性を、所有者のものと同じにします)\n"
177 "<b>o=u-w</b> \t(他人の許可属性を、所有者のもの同様とし、書き込のみ不許可\n"
179 "<b>a+x</b>\t(全員の実行属性を許可します - 'ugo+x' とおなじです)\n"
180 "<b>a+X</b>\t(ディレクトリの場合は全員アクセス可能; ファイルの場合は、誰か\n"
181 "の実行属性が付いていれば、全員実行可能となります)\n"
182 "<b>u+rw, go+r</b>\t(二つの変更を同時に)\n"
183 "<b>u+s</b>\t(SetUID を有効にする - script ファイルに対しては殆ど無効です)\n"
184 "<b>755</b>\t\t(許可属性値を、直接指定します)\n"
186 "※詳細は chmod(1) man page を見て下さい。"
189 msgid "Set type reference"
190 msgstr "MIME形式設定リファレンス"
194 "Normally ROX-Filer determines the type of a regular file\n"
195 "by matching it's name against a pattern. To change the\n"
196 "type of the file you must rename it.\n"
198 "Newer file systems can support something called 'Extended\n"
199 "Attributes' which can be used to store additional data with\n"
200 "each file as named parameters. ROX-Filer uses the\n"
201 "'user.mime_type' attribute to store file types.\n"
203 "File types are only supported for regular files, not\n"
204 "directories, devices, pipes or sockets, and then only\n"
205 "on certain file systems and where the OS implements them.\n"
208 "普通は、ROX-Filer は、通常ファイルのタイプを、ファイル名のパターンに\n"
210 "ファイルタイプを変更するためにはリネームする必要があります。\n"
212 "より新しいファイルシステムは、'パラメーター'という名のファイル毎の追\n"
213 "加属性データを格納する、「拡張属性」と呼ばれるものをサポート可能です。\n"
214 "ROX-File は、ファイルタイプを格納するために 'user.mime_type' を使用\n"
217 "これらのファイルタイプは、ファイルシステム、OS がその機能をを実装し\n"
218 "ている場合に限り、ディレクトリー、デバイス、パイプ等ではなく、通常\n"
219 "ファイルに対してのみサポートされます。\n"
225 "Process terminated.\n"
231 msgid "There was one error.\n"
232 msgstr "1 個のエラーが発生しました。\n"
236 msgid "There were %d errors.\n"
237 msgstr "%d 個のエラーが発生しました。\n"
240 msgid "ERROR reading"
251 #: action.c:546 support.c:395
255 #: action.c:700 main.c:621 main.c:628 main.c:635
259 #: action.c:703 main.c:623 main.c:637
266 "Asking child process to terminate...\n"
274 "Trying to KILL run-away process...\n"
281 msgid "?Count contents of %s?"
282 msgstr "?%s の内容を数えますか?"
286 msgid "?Delete %s'%s'?"
287 msgstr "?%s'%s' を削除しますか?"
290 msgid "WRITE-PROTECTED "
295 msgid "'Deleting '%s'\n"
296 msgstr "''%s' を削除中\n"
300 msgid "'Directory '%s' deleted\n"
301 msgstr "'ディレクトリ '%s' を削除しました\n"
306 msgstr "?'%s' をイジェクトしますか?"
310 msgid "'Eject '%s'\n"
311 msgstr "'%s' をイジェクト'\n"
322 #: action.c:1016 action.c:1035
325 msgstr "?'%s' を調べますか?"
328 msgid "!Invalid find condition - change it and try again\n"
329 msgstr "! 無効な検索条件です。条件を変更し再試行してください\n"
333 msgid "'(while checking '%s')\n"
334 msgstr "'('%s' を検索中)\n"
336 #: action.c:1116 action.c:1141
338 msgid "?Change permissions of '%s'?"
339 msgstr "?'%s' のパーミッションを変更しますか?"
343 msgid "'Changing permissions of '%s'\n"
344 msgstr "''%s' のパーミッションを変更中\n"
347 msgid "!Invalid mode command - change it and try again\n"
348 msgstr "!無効なモードコマンドです - 設定を変更して再試行してください\n"
350 #: action.c:1196 action.c:1216
352 msgid "?Change type of '%s'?"
353 msgstr "?'%s' のMIME形式を変更しますか?"
356 msgid "!Invalid type - change it and try again\n"
357 msgstr "!無効なMIME形式です - 設定を変更して再試行してください\n"
361 msgid "'Changing type of '%s' to '%s'\n"
362 msgstr "'MIME形式 '%s' を '%s' に変更中'\n"
366 msgid "?'%s' already exists - %s?"
367 msgstr "?'%s' は既に存在しています - %sしますか?"
370 msgid "merge contents"
378 msgid "'Trying copy anyway...\n"
379 msgstr "'とにかくコピーする...\n"
383 msgid "?Copy %s as %s?"
384 msgstr "?%s を %s としてコピーしますか?"
388 msgid "'Copying %s as %s\n"
389 msgstr "'?%s を %sとしてコピー中\n"
392 msgid "!ERROR: Destination already exists, but is not a directory\n"
393 msgstr "!エラー: 対象が既に存在しますが、ディレクトリではありません\n"
399 "Failed to copy '%s'\n"
406 msgid "?'%s' already exists - overwrite?"
407 msgstr "?'%s'は既に存在します - 上書きしますか?"
410 msgid "'Trying move anyway...\n"
411 msgstr "'とにかく移動します...\n"
415 msgid "?Move %s as %s?"
416 msgstr "? %s から %s に置き換え(移動/リネーム)しますか?"
420 msgid "'Moving %s as %s\n"
421 msgstr "'%s を %s として移動中\n"
427 "Failed to move %s as %s\n"
430 "%s を %s として移動するのに失敗\n"
433 msgid "!ERROR: Can't copy object into itself\n"
434 msgstr "!エラー: コピー元へのコピーは出来ません\n"
437 msgid "!ERROR: Can't move/rename object into itself\n"
438 msgstr "!エラー: 元ファイルへの移動/リネームはできません\n"
442 msgid "'Linking %s as %s\n"
443 msgstr "'%s にリンク %s を作成中\n"
447 msgid "?Link %s as %s?"
448 msgstr "? %s へのリンク %s を作成しますか?"
452 msgid "'Mounting %s\n"
453 msgstr "'%s をマウント中\n"
457 msgid "'Unmounting %s\n"
458 msgstr "'%s をアンマウント中\n"
463 msgstr "?%s をマウントしますか?"
468 msgstr "?%s をアンマウントしますか?"
489 msgid "'(seems to be mounted now anyway)\n"
490 msgstr "'(マウントされているようです)\n"
510 msgid "no directories)\n"
511 msgstr "ディレクトリが有りません)\n"
522 msgid "!No mount points selected!\n"
523 msgstr "!マウントポイントが選択されていません!\n"
526 msgid "?Another search?"
529 #: action.c:1846 action.c:1877
531 msgid "!'%s' is a symbolic link\n"
532 msgstr "!'%s' はシンボリックリンクです\n"
535 msgid "You need to select some items to search through"
536 msgstr "検索するアイテムを選んでください"
538 #: action.c:1927 menu.c:222
543 msgid "You need to select some items to count"
544 msgstr "計算対象(複数可)を指定してください"
551 msgid "Mount / Unmount"
555 msgid "ROX-Filer does not yet support mount points on your system. Sorry."
556 msgstr "ROX-Filer はこのマウントポイントをサポートできていません。ごめん!"
558 #: action.c:2024 menu.c:209 tips:217
562 #: action.c:2034 tips:223
567 msgid "Don't confirm deletion of non-writeable items"
568 msgstr "書き込み禁止アイテムの削除を確認しません"
570 #: action.c:2037 action.c:2092 action.c:2151 action.c:2204 action.c:2240
576 msgid "Only log directories being deleted"
577 msgstr "ディレクトリを削除するときのみログを表示します"
580 msgid "You need to select the items whose permissions you want to change"
581 msgstr "パーミッション変更対象(複数可))を選択してください"
584 msgid "a+x (Make executable/searchable)"
585 msgstr "a+x (実行可能/検索可能属性を付加)"
588 msgid "a-x (Make non-executable/non-searchable)"
589 msgstr "a-x (実行可能/検索可能属性を削除)"
592 msgid "u+rw (Give owner read+write)"
593 msgstr "u+rw (所有者の読み書きを許可)"
596 msgid "go-rwx (Private - owner access only)"
597 msgstr "go-rwx (個人用 - 所有者のみアクセス可)"
600 msgid "go=u-w (Public access, not write)"
601 msgstr "go=u-w (所有者の属性から書込み権を除き、グループ、他人の属性に)"
603 #: action.c:2081 menu.c:183 menu.c:220 tips:83
607 #: action.c:2092 action.c:2151
608 msgid "Don't list processed files"
609 msgstr "作業中のファイルを表示しません"
611 #: action.c:2095 action.c:2154 tips:227
616 msgid "Also change contents of subdirectories"
617 msgstr "サブディレクトリ以下の内容も変更します"
624 msgid "You need to select the items whose type you want to change"
625 msgstr "パーミッション変更対象(複数可))を選択してください"
632 msgid "Change contents of subdirectories"
633 msgstr "サブディレクトリ以下の内容も変更します"
635 #: action.c:2161 infobox.c:633
639 #: action.c:2190 dnd.c:123 menu.c:1956 tips:211
643 #: action.c:2200 action.c:2236 tips:229
647 #: action.c:2201 action.c:2237 tips:230 tips:231 tips:232 tips:233
648 msgid "Only over-write if source is newer than destination."
649 msgstr "対象より新しいときだけ上書きします"
652 msgid "Only log directories as they are copied"
653 msgstr "ディレクトリをコピーするときのみログを表示します"
655 #: action.c:2226 dnd.c:124 tips:213
660 msgid "Don't log each file as it is moved"
661 msgstr "各ファイルの移動時にログを表示しません"
663 #: action.c:2257 dnd.c:125 tips:215
667 #: action.c:2276 appmenu.c:113
672 msgid "Deleting items such as "
676 msgid "Deleting the item "
680 msgid "Deleting the items "
688 msgid " will affect some items on the pinboard or panel - really delete it?"
689 msgstr " ピンボードやパネルのアイテムに影響します - それでも削除しますか?"
692 msgid " will affect some items on the pinboard or panel - really delete them?"
693 msgstr " ピンボードやパネルのアイテムに影響します - それでも削除しますか?"
696 msgid "<missing label>"
702 "Symlink any programs you want into this directory. They will appear in the "
703 "menu for all items of this type (%s/%s)."
705 "このディレクトリに指定アイテムを開くプログラムの Symlink を置いて下さい。それ"
706 "らは同形式 (%s/%s) アイテムを指定して開かれたメニューの先頭に専用メニューとし"
710 msgid "Customise Menu..."
711 msgstr "指定アイテム専用メニューを追加"
713 #: appmenu.c:386 menu.c:249 toolbar.c:160
727 msgid "Can't bookmark non-local resource '%s'\n"
728 msgstr "'%s' はローカルに存在しないのでブックマークできません。\n"
730 #: bookmarks.c:309 bookmarks.c:605
732 msgid "'%s' isn't a directory"
733 msgstr "'%s' はディレクトリではありません"
736 msgid "You should first select some rows to delete"
737 msgstr "まず削除する項目を選んでください"
740 msgid "Put the cursor on an entry in the list to move it"
741 msgstr "移動するにはリストの項目にカーソルを置いてください"
744 msgid "This item is already at the end"
749 msgid "Can't bookmark non-local directories like '%s'"
750 msgstr "'%s' はローカルディレクトリではないのでブックマークできません。"
753 msgid "Add New Bookmark"
757 msgid "Edit Bookmarks"
761 msgid "Recently Visited"
765 msgid "Bulk rename files"
774 msgid "Make the After column a copy of Before"
789 "This is a regular expression to search for.\n"
790 "^ matches the start of a filename\n"
791 "$ matches the end\n"
792 "\\. matches a dot\n"
793 "\\.htm$ matches the '.htm' in 'index.html', etc"
803 "The first match in each filename will be replaced by this string. There are "
804 "no special characters."
813 "Do a search-and-replace in the After column.The files are not actually "
814 "renamed until you click on the Rename button below."
817 #: bulk_rename.c:142 find.c:652
821 #: bulk_rename.c:151 find.c:650
826 msgid "No strings (in the After column) matched the given expression"
830 msgid "One name matched, but the result was the same"
835 msgid "%d names matched, but the results were all the same"
840 "Specify a regular expression to match, and a string to replace matches with."
845 msgid "%s (for '%s')"
850 msgid "A file called '%s' already exists. Aborting bulk rename."
856 "Failed to rename '%s' as '%s':\n"
858 "Aborting bulk rename."
863 msgid "A file called '%s' already exists"
864 msgstr "?'%s' は既に存在しています - %sしますか?"
869 "Some of the After names contain / characters (eg '%s'). This will cause the "
870 "files to end up in different directories. Continue?"
874 msgid "None of the names have changed. Nothing to do!"
879 msgid "Can't stat directory: %s"
880 msgstr "ディレクトリの情報が得られません: %s"
884 msgid "Can't open directory: %s"
885 msgstr "ディレクトリを開けません: %s"
889 msgid "lstat(2) failed: %s"
890 msgstr "lstat(2) 失敗: %s"
893 msgid "Internal error - bad info type"
894 msgstr "内部エラー - bad info type"
897 msgid "Drag a directory here to bookmark it."
898 msgstr "ブックマークするにはディレクトリをここにドラッグします"
901 msgid "XDS protocol error: leafname may not contain '/'\n"
903 "XDS protocol error: リーフネーム-ファイル名は '/' を含んでいないようです\n"
907 "XdndDirectSave0 target provided, but the atom XdndDirectSave0 (type text/"
908 "plain) did not contain a leafname\n"
910 "XdndDirectSave0 は指示通りの操作を行いましたが、要素 XDS (type text/plain) "
911 "は leafname-ファイル名を含んでいません\n"
914 msgid "Sorry - I require a target type of text/uri-list or XdndDirectSave0."
915 msgstr "text/uri-list 又は XdndDirectSave0形式のターゲットを指定して下さい."
919 "Sorry - I require a target type of text/uri-list or application/octet-stream."
921 "text/uri-list 又は application/octet-stream 形式のターゲットを指定して下さい."
926 "Failed to add some items to the pinboard, because they are on a remote "
927 "machine. For example:\n"
931 "アイテムはリモートマシン上に有る為、ピンボードに追加できません、例えば:\n"
936 msgid "Unknown target"
940 msgid "Remote app can't or won't send me the data - sorry"
941 msgstr "リモートのアプリケーションはデータを送って来ません - 悪しからず"
944 msgid "XDS protocol error: return code should be 'S', 'F' or 'E'\n"
946 "XDS プロトコルエラー: リターンコードは 'S', 'F', 'E' でなければいけません\n"
949 msgid "Sorry, can't display a menu of actions for a remote file / raw data."
950 msgstr "リモートファイル / raw data の動作メニューは表示できません."
958 msgid "Error saving file: %s"
959 msgstr "エラー救済用ファイル: %s"
962 msgid "No URIs in the text/uri-list (nothing to do!)"
963 msgstr "text/uri-list に URI がありません(何も出来ません!)"
967 "Can't get data from remote machine (application/octet-stream not provided)"
969 "リモートマシンからデータを取得できません(application/octet-stream が提供され"
974 "Some of these files are on a different machine - they will be ignored - sorry"
976 "幾つかのファイルは別のマシン上にあります(それらは無視されます)。ごめんね!"
980 "None of these files are on the local machine - I can't operate on multiple "
981 "remote files - sorry."
983 "これらのファイルはローカルマシン上にはありません(複数リモート上のファイルは取"
987 msgid "Unknown action requested"
988 msgstr "不明なアクションの要求です"
992 msgid "Error getting file list: %s"
993 msgstr "エラーを起こしたファイルの一覧: %s"
1000 msgid "Show the current choice in a filer window"
1001 msgstr "ファイラウィンドウに現在の選択を表示"
1009 "I can't show you the currently set item, because nothing is currently set. "
1010 "Drag something onto me!"
1012 "現在設定されているアイテムが存在しないので表示できません。いずれかのアイテム"
1016 msgid "Sorry, you need to drop exactly one file onto the drop area."
1017 msgstr "ごめん!ドロップエリアにドロップ出来るファイルは一つだけです"
1021 msgid "Sorry, I can't use '%s' because it's not a local file."
1022 msgstr "ローカルファイルではないので '%s' を使えません。"
1024 #: dropbox.c:280 pinboard.c:850
1027 "Can't access '%s':\n"
1030 "'%s' にアクセスできません:\n"
1036 "Error scanning '%s':\n"
1045 "Error scanning '%s':\n"
1053 "Do you want to unmount this device?\n"
1055 "Unmounting a device makes it safe to remove the disk."
1057 "このデバイスをアンマウントしますか?\n"
1059 "デバイスをアンマウントすると安全にディスクを取り出すことができます"
1066 #: filer.c:561 menu.c:860
1071 msgid "Directory missing/deleted"
1072 msgstr "ディレクトリがありません/削除されています"
1077 "Group %s is not set. Select some files and press Ctrl+%s to set the group. "
1078 "Press %s on its own to reselect the files later.\n"
1079 "Make sure NumLock is on if you use the keypad."
1081 "%s のグループが設定されていません。 ファイルを選択して Ctrl+%s でグループを設"
1082 "定して下さい。 その後にファイルを再選択するには %s を押してください。\n"
1083 "10キーで設定するなら NumLock が on であることを確認してください。"
1087 msgid "Directory '%s' is not accessible"
1088 msgstr "ディレクトリ'%s' にアクセスできません"
1092 msgid "Directory '%s' not found."
1093 msgstr "ディレクトリ'%s' はありません"
1116 msgid "Symbolic link to "
1117 msgstr "シンボリックリンク -> "
1120 msgid "This filename is not valid UTF-8. You should rename it.\n"
1121 msgstr "不適切な UTF-8 のファイル名です。リネームしてください\n"
1123 #: filer.c:2621 menu.c:1946
1124 msgid "Item no longer exists!"
1125 msgstr "アイテムは存在しません"
1128 msgid "Select display properties to save"
1129 msgstr "保存する表示プロパティを選択して下さい"
1135 #: filer.c:3324 toolbar.c:136 toolbar.c:140 tips:68
1144 msgid "Display style"
1148 msgid "Sort type and order"
1151 #: filer.c:3346 toolbar.c:144
1155 #: filer.c:3351 tips:126 tips:127
1233 msgstr "IsWriteable"
1236 msgid "IsExecutable"
1237 msgstr "IsExecutable"
1375 #: gtkicontheme.c:830
1377 msgid "Icon '%s' not present in theme"
1378 msgstr "'%s' アイコンはテーマに存在しません"
1390 "Remote application wants to use Direct Save, but I can't read the "
1391 "XdndDirectSave0 (type text/plain) property.\n"
1393 "リモートアプリケーションは Direct Save を使用したいのですが、 "
1394 "XdndDirectSave0 プロパティ(text/plain 形式)を読み込めません。\n"
1398 "Drag the icon to a directory viewer\n"
1399 "(or enter a full pathname)"
1401 "ディレクトリビューアにアイコンをドラッグ\n"
1404 #: gui_support.c:331
1412 #: gui_support.c:400
1414 msgid "Attempt to read an XML file as a text file. File '%s' may be corrupted."
1416 "XML ファイルをテキストファイルとして読み込めません。ファイル '%s' は壊れてい"
1419 #: gui_support.c:417
1422 "Error in '%s' file at line %d: \n"
1424 "This may be due to upgrading from a previous version of ROX-Filer. Open the "
1425 "Options window and click on Save.\n"
1426 "Further errors will be ignored."
1428 "ファイル '%s' の %d 行目にエラーが有ります: \n"
1430 "これは旧ヴァージョンの ROX からアップグレードしたせいかもしれません オプショ"
1431 "ン設定ウィンドウを開けて、'保存'をクリックしてください。\n"
1434 #: gui_support.c:1003
1435 msgid "Incorrect or missing line break in text/uri-list data"
1436 msgstr "text/uri-listデータの,不正又は不明な改行です"
1438 #: gui_support.c:1335
1440 msgid "Failed to open file '%s': %s"
1442 "'%s'のシンボリックリンクを削除できません:\n"
1445 #: gui_support.c:1379
1448 "Failed to load image '%s': reason not known, probably a corrupt image file"
1453 "Note that you must save your choices and restart the filer for the new "
1454 "language setting to take full effect."
1456 "注意: 新しい言語設定を完全に有効にするには、 選択を保存してファイラを再起動し"
1460 msgid "(click to set)"
1467 #: icon.c:135 menu.c:250
1468 msgid "About ROX-Filer..."
1469 msgstr "ROX-Filer について.."
1471 #: icon.c:136 menu.c:251
1472 msgid "Show Help Files"
1475 #: icon.c:137 menu.c:252
1479 #: icon.c:139 menu.c:229
1483 #: icon.c:140 menu.c:237
1484 msgid "Home Directory"
1487 #: icon.c:141 icon.c:1350 menu.c:205 type.c:244
1491 #: icon.c:142 menu.c:211 menu.c:873
1493 msgstr "[Shift]+で開く"
1495 #: icon.c:143 menu.c:217
1499 #: icon.c:144 menu.c:215
1500 msgid "Set Run Action..."
1503 #: icon.c:145 menu.c:216
1507 #: icon.c:146 icon.c:798
1512 msgid "Show Location"
1516 msgid "Remove Item(s)"
1523 #: icon.c:265 menu.c:762
1533 msgid "The location must contain at least one character!"
1534 msgstr "アイテムの在処は最低1文字以上でなければいけません!"
1537 msgid "You must first select some items to remove"
1538 msgstr "まず削除するアイテムを選んでください"
1541 msgid "You must open the menu over an item"
1542 msgstr "メニューはアイテムの上で開いてください"
1544 #: icon.c:644 menu.c:1258
1545 msgid "You can only set the run action for a regular file"
1546 msgstr "「対応アプリを設定」はファイルに対してのみ行えます"
1549 msgid "Press the desired shortcut (eg, Control+F1)"
1550 msgstr "ショートカットを入力してください(例: Control+F1)"
1553 msgid "Failed to get keyboard grab!"
1554 msgstr "キー入力の取得に失敗しました"
1557 msgid "Clicking the icon opens:"
1558 msgstr "アイコンクリックで開くファイル:"
1561 msgid "Arguments to pass (for executables):"
1562 msgstr "プログラムに渡す引数(実行可能アイテムの場合):"
1565 msgid "The text displayed under the icon is:"
1566 msgstr "アイコンの下に表示するテキスト:"
1569 msgid "The keyboard shortcut is:"
1570 msgstr "キーボードのショートカット:"
1574 msgid "Are you sure you want to open %d windows?"
1575 msgstr "本当に %d 個のウィンドウを開きますか?"
1581 #: infobox.c:135 menu.c:767
1586 msgid "Show _Help Files"
1590 msgid "<b>Permissions</b>"
1591 msgstr "<b>パーミッション</b>"
1594 msgid "<b>Contents indicate...</b>"
1595 msgstr "<b>項目を表示</b>"
1597 #: infobox.c:441 infobox.c:578 support.c:349
1602 msgid "Failed to read size"
1607 msgid "'%s' is no longer a symlink"
1608 msgstr "'%s' は既に symlink では無くなっています。"
1613 "Failed to unlink '%s':\n"
1616 "'%s'のシンボリックリンクを削除できません:\n"
1622 "Failed to create symlink from '%s':\n"
1624 "(note: old link has been deleted)"
1627 "'%s'のシンボリックリンクが作れません:\n"
1629 "(注:古いリンクは削除されました。)"
1631 #: infobox.c:557 tips:294
1636 msgid "Real directory:"
1640 msgid "Owner, Group:"
1643 #: infobox.c:574 infobox.c:589 infobox.c:598
1652 msgid "Failed to scan"
1656 msgid "Change time:"
1660 msgid "Modify time:"
1664 msgid "Access time:"
1668 msgid "Extended attributes:"
1681 msgid "Not supported"
1682 msgstr "Dnotify(ディレクトリ通知機能)サポート"
1685 msgid "Link target:"
1693 msgid "<nothing yet>"
1698 msgid "file(1) says... %s"
1699 msgstr "file(1) says... %s"
1703 msgid "Could not change permissions: %s"
1704 msgstr "%s'のパーミッションを変更できません: "
1743 msgid "Symbolic link"
1747 msgid "ROX application"
1748 msgstr "ROX アプリケーション"
1760 msgid "Mount point for %s (%s)"
1761 msgstr "%s (%s) のマウントポイント"
1765 msgid "Mount point (%s)"
1766 msgstr "マウントポイント (%s)"
1771 "Copyright (C) 2005 Thomas Leonard.\n"
1772 "ROX-Filer comes with ABSOLUTELY NO WARRANTY,\n"
1773 "to the extent permitted by law.\n"
1774 "You may redistribute copies of ROX-Filer\n"
1775 "under the terms of the GNU General Public License.\n"
1776 "For more information about these matters, see the file named COPYING.\n"
1778 "Copyright (C) 2003 Thomas Leonard.\n"
1779 "ROX-Filer comes with ABSOLUTELY NO WARRANTY,\n"
1780 "to the extent permitted by law.\n"
1781 "You may redistribute copies of ROX-Filer\n"
1782 "under the terms of the GNU General Public License.\n"
1783 "For more information about these matters, see the file named COPYING.\n"
1786 msgid "Try `ROX-Filer/AppRun --help' for more information.\n"
1787 msgstr "詳しくは `rox --help' で確認してください\n"
1790 msgid "Try `ROX-Filer/AppRun -h' for more information.\n"
1791 msgstr "詳しくは `rox -h' で確認してください\n"
1795 "NOTE: Your system does not support long options - \n"
1796 "you must use the short versions instead.\n"
1799 "注意: お使いのシステムはロングオプションをサポートしていません - \n"
1800 "ショートバージョンを使ってください\n"
1806 "Usage: ROX-Filer/AppRun [OPTION]... [FILE]...\n"
1807 "Open each directory or file listed, or the current working\n"
1808 "directory if no arguments are given.\n"
1810 " -b, --bottom=PANEL\topen PAN as a bottom-edge panel\n"
1811 " -c, --client-id=ID\tused for session management\n"
1812 " -d, --dir=DIR\t\topen DIR as directory (not application)\n"
1813 " -D, --close=DIR\tclose DIR and its subdirectories\n"
1814 " -h, --help\t\tdisplay this help and exit\n"
1815 " -l, --left=PANEL\topen PAN as a left-edge panel\n"
1816 " -m, --mime-type=FILE\tprint MIME type of FILE and exit\n"
1817 " -n, --new\t\tstart new copy; for debugging the filer\n"
1818 " -p, --pinboard=PIN\tuse pinboard PIN as the pinboard\n"
1819 " -r, --right=PANEL\topen PAN as a right-edge panel\n"
1820 " -R, --RPC\t\tinvoke method call read from stdin\n"
1821 " -s, --show=FILE\topen a directory showing FILE\n"
1822 " -t, --top=PANEL\topen PANEL as a top-edge panel\n"
1823 " -u, --user\t\tshow user name in each window \n"
1824 " -v, --version\t\tdisplay the version information and exit\n"
1825 " -x, --examine=FILE\tFILE has changed - re-examine it\n"
1829 "Usage: ROX-Filer/AppRun [OPTION]... [FILE]...\n"
1830 "指定されたファイル(ディレクトリ)を開きます。指定が無い場合は\n"
1831 "カレントディレクトリを開きます。\n"
1833 " -b, --bottom=PANEL\t画面の下端に'PANEL'(という名の)パネルを表示\n"
1834 " -c, --client-id=ID\tセッションマネージメントを適用\n"
1835 " -d, --dir=DIR\t\t'DIR' をディレクトリとして開く (not application)\n"
1836 " -D, --close=DIR\t'DIR' と そのサブディレクトリを閉じる\n"
1837 " -h, --help\t\tこのヘルプを表示して終了\n"
1838 " -l, --left=PANEL\t画面の左端に'PANEL'(という名の)パネル を表示\n"
1839 " -m, --mime-type=FILE\t'FILE'のMIME形式を表示して終了\n"
1840 " -n, --new\t\t新規に ROX を起動; ROX デバッグ用\n"
1841 " -p, --pinboard=PIN\t'PIN'(という名の)ピンボードを使用\n"
1842 " -r, --right=PANEL\t画面の右端に'PANEL'(という名の)パネル を表示\n"
1843 " -R, --RPC\t\t標準入力から呼び出し方法を読み取る\n"
1844 " -s, --show=FILE\t'FILE'表示の為にディレクトリを開く\n"
1845 " -t, --top=PANEL\t画面の上端に'PANEL'(という名の)パネルを表示\n"
1846 " -u, --user\t\tウィンドウ毎にユーザー名を表示\n"
1847 " -v, --version\t\tバージョン情報を表示して終了\n"
1848 " -x, --examine=FILE\t変更された'FILE'を再検査\n"
1850 "バグ報告は <rox-devel@lists.sourceforge.net> まで.\n"
1851 "Home page (最新バージョンを置いてあります): http://rox.sourceforge.net/\n"
1856 "Home page (including updated versions): http://rox.sourceforge.net/\n"
1861 "The -o argument is no longer used. You can turn on override redirect from "
1862 "the Options box instead."
1864 " -o オプションは現在使われなくなりました(ウィンドウマネージャによるパネル制"
1865 "御)。 代わりにオプションボックスから設定可能です。"
1869 msgid "Running as user '%s'"
1870 msgstr "ユーザ '%s' で実行"
1874 msgid "Compiled with GTK version %s\n"
1875 msgstr "GTKバージョン %s でコンパイル\n"
1879 msgid "Running with GTK version %d.%d.%d\n"
1880 msgstr "GTKバージョン %d.%d.%d で実行\n"
1883 msgid "features set at compile time"
1884 msgstr "機能はコンパイル時に設定します"
1887 msgid "Large File Support"
1888 msgstr "Large File サポート"
1891 msgid "GNOME-VFS library"
1892 msgstr "GNOME-VFS ライブラリ"
1895 msgid "No (need 2.8.0 or later)"
1896 msgstr "いいえ (2.8.0 以降が必要)"
1899 msgid "Dnotify support"
1900 msgstr "Dnotify(ディレクトリ通知機能)サポート"
1903 msgid "Binary compatibility"
1907 msgid "Yes (can run with older glibc versions)"
1908 msgstr "はい (より古いバージョンの glibc で実行可能)"
1911 msgid "No (apsymbols.h not found)"
1912 msgstr "いいえ (apsymbols.h がみつかりません)"
1914 #: menu.c:179 tips:57
1918 #: menu.c:180 tips:62
1923 msgid "Icons, With..."
1926 #: menu.c:182 tips:82
1930 #: menu.c:184 tips:275
1934 #: menu.c:185 tips:85
1938 #: menu.c:186 tips:63 tips:100
1943 msgid "Bigger Icons"
1947 msgid "Smaller Icons"
1950 #: menu.c:190 tips:79
1955 msgid "Sort by Name"
1959 msgid "Sort by Type"
1963 msgid "Sort by Date"
1967 msgid "Sort by Size"
1971 msgid "Sort by Owner"
1975 msgid "Sort by Group"
1987 msgid "Filter Files..."
1988 msgstr "ファイルのフィルタリング"
1991 msgid "Show Thumbnails"
1999 msgid "Save Display Settings..."
2030 #: menu.c:223 toolbar.c:156
2039 msgid "Clear Selection"
2043 msgid "Invert Selection"
2047 msgid "Select by Name..."
2051 msgid "Select If..."
2062 #: menu.c:233 tasklist.c:293
2067 msgid "Parent, New Window"
2068 msgstr "親ディレクトリを新規ウィンドウで"
2071 msgid "Parent, Same Window"
2072 msgstr "親ディレクトリを同じウィンドウで"
2079 msgid "Show Bookmarks"
2083 msgid "Follow Symbolic Links"
2084 msgstr "シンボリックリンクを追跡"
2087 msgid "Resize Window"
2091 msgid "Close Window"
2095 msgid "Enter Path..."
2099 msgid "Shell Command..."
2104 msgstr "ここでXtermを起動"
2107 msgid "Switch to xterm"
2108 msgstr "Xtermに切り替える"
2111 msgid "You should Shift+Menu click over a file to send it somewhere"
2112 msgstr "アプリに送るには Shift を押しながらメニューボタンをクリックして下さい"
2124 msgid "Open unmounted"
2125 msgstr "マウントされてない状態で開く"
2136 msgid "Open As Text"
2141 "Extended attributes, used to store types, are not supported for this file or "
2143 "This may be due to lack of support from the filesystem or the C library, or "
2144 "it may simply be that the filesystem needs to be mounted with the right "
2145 "mount option ('user_xattr' on Linux)."
2149 msgid "Setting type not supported for some of these files"
2153 msgid "_Relative link"
2158 "If on, the symlink will store the path from the symlink to the target file. "
2159 "Use this if the symlink and the target will be moved together.\n"
2160 "If off, the path from the root directory is stored - use this if the symlink "
2161 "may move but the target will stay put."
2163 "'ON'の場合、シンボリックリンクはターゲットからの相対パスを保持します。\n"
2164 "リンク、ターゲットを共に移動するような場合は'ON'にして下さい。\n"
2165 "'OFF'の場合,'/'からの絶対パスが保持されます。シンボリックリンクのみを\n"
2166 "移動し、ターゲットは移動しないような場合は'OFF'にして下さい。"
2169 msgid "New pathname is not absolute"
2170 msgstr "新パス名は絶対パスでは有りません"
2174 msgid "Symlink from '%s' already exists. Replace it with a link to '%s'?"
2175 msgstr "'%s' のシンボリックリンクは既に存在します。置き換えますか?"
2181 #: menu.c:1349 menu.c:1390 menu.c:1450
2189 #: menu.c:1364 menu.c:1370
2191 msgid "Error creating '%s': %s"
2192 msgstr "作成失敗 '%s': %s"
2200 msgid "Error creating file: could not find the template for %s"
2201 msgstr "ファイル作成失敗: %s 用のテンプレートが見つかりません。"
2206 "The `Send To' menu provides a quick way to send some files to an "
2207 "application. The applications listed are those in the following "
2212 "The `Send To' menu may be opened by Shift+Menu clicking over a file.\n"
2215 "You can also create subdirectories called `.text_html', `.text', etc which "
2216 "will only be shown for files of that type. `.group' is shown only when "
2217 "multiple files are selected."
2219 "'アプリに送る'メニューは、ファイル(複数可)をアプリを指定して迅速に開く方法で"
2220 "す。以下の専用ディレクトリに登録されたアプリが 'アプリに送る'メニューで使用可"
2225 "`アプリに送る'メニューはファイル上で'Shift+メニューボタン(通常右ボタン)クリッ"
2229 "`.text_html'、`.text'、などファイルタイプごとのサブディレクトリを作成しておく"
2230 "と、その形式のファイルが選択されたときに表示されます。.group' は複数形式の"
2231 "ファイルが選択されたときに表示されます。"
2235 "I'll show you your SendTo directory now; you should symlink (Ctrl+Shift "
2236 "drag) any applications you want into it."
2238 "OK を押せば 'アプリに送る' 専用ディレクトリを開きます。登録したいアプリをそこ"
2239 "へ Ctrl+Shift+ ドラッグ & ドロップして下さい(シンボリックリンクを作成できま"
2243 msgid "Your CHOICESPATH variable setting prevents customisations - sorry."
2244 msgstr "環境変数 CHOICESPATH の設定がカスタマイズを妨げています.残念!"
2251 msgid "This is already the canonical name for this directory."
2252 msgstr "これは、このディレクトリの規範的な名称です。"
2256 "You can't open a second view onto this directory because the `Unique "
2257 "Windows' option is turned on in the Options window."
2259 "このディレクトリのウィンドウをもうひとつ開くことはできません。オプション設定"
2260 "で `重複したウィンドウを開かない'オプションが有効になっています。"
2267 msgid "Rename ... ?"
2271 msgid "Symlink ... ?"
2272 msgstr "どれをシンボリックリンク?"
2275 msgid "Shift Open ... ?"
2276 msgstr "どれを[Shift]+で開く?"
2279 msgid "Properties of ... ?"
2280 msgstr "どれのプロパティを...?"
2283 msgid "Set type of ... ?"
2284 msgstr "どれの MIME 形式を...?"
2287 msgid "Set run action for ... ?"
2288 msgstr "どれに対応アプリを設定...?"
2291 msgid "Set icon for ... ?"
2292 msgstr "どれにアイコンを設定?"
2295 msgid "Send ... to ... ?"
2299 msgid "DELETE ... ?"
2303 msgid "Count the size of ... ?"
2304 msgstr "どれの容量を計算する?"
2307 msgid "Set permissions on ... ?"
2308 msgstr "どれのパーミッションを設定?"
2311 msgid "Search inside ... ?"
2315 msgid "Look inside ... ?"
2316 msgstr "どれを AVFS で展開?"
2319 msgid "You cannot do this to more than one item at a time"
2320 msgstr "複数アイテムに同時にこの処理を行うことはできません"
2332 "User-definable shortcuts are disabled by default in Gtk2, and you have not "
2333 "enabled them. You can turn this feature on by:\n"
2335 "1) using an XSettings manager, such as ROX-Session or gnome-settings-daemon, "
2338 "2) adding this line to ~/.gtkrc-2.0:\n"
2339 "\tgtk-can-change-accels = 1\n"
2340 "\t(this only works if NOT using XSETTINGS)"
2342 "ユーザー定義のショートカットは Gtk2 デフォルトでは無効であり、現在も無効のま"
2343 "まになっています。以下のような方法により、この機能を有効にすることが可能で"
2345 "1) ROX-Session、gnome-settings-daemon などの XSettings manager を使用する\n"
2347 "2) ~/.gtkrc-2.0 に以下の記述を加える(無ければ作成する):\n"
2348 " \tgtk-can-change-accels = 1"
2352 "To set a keyboard short-cut for a menu item:\n"
2354 "- Open the menu over a filer window,\n"
2355 "- Move the pointer over the item you want to use,\n"
2356 "- Press the key you want attached to it.\n"
2358 "The key will appear next to the menu item and you can just press that key "
2359 "without opening the menu in future."
2361 "メニュー項目にキーボードショートカットを設定するには:\n"
2363 "- ファイラーウィンドウ上でメニューを開く\n"
2364 "- マウスポインタを、設定したい項目の所へ移動\n"
2367 "設定したショートカットはメニュー項目の横に表示され、以後はメニューを開かなく"
2368 "てもショートカットキーにより、その機能を呼び出せます。"
2371 msgid "Set keyboard shortcuts"
2372 msgstr "キーボードショートカットを設定"
2387 msgid "Select Named:"
2396 "Enter the name of a file and I'll display it for you. Press Tab to fill in "
2397 "the longest match. Escape to close the minibuffer."
2399 "ファイル/パス名を入力すれば該当するものを表示します。tab キーによる補完が可能"
2400 "です。ミニバッファの閉じるには 'Escape' キーを押して下さい。"
2404 "Enter a shell command to execute. Click on a file to add it to the buffer."
2406 "シェルコマンドを入力して下さい。ファイル/ディレクトリをあらかじめ選択しておく"
2407 "か、クリックするとパラメ-タとしてコマンドラインに追加されます。"
2411 "Enter a file name pattern to select all matching files:\n"
2413 "? means any character\n"
2414 "* means zero or more characters\n"
2415 "[aA] means 'a' or 'A'\n"
2416 "[a-z] means any character from a to z (lowercase)\n"
2417 "*.png means any name ending in '.png'"
2419 "選択を希望するファイル総てに適合するパターンを入力して下さい:\n"
2422 "* ゼロ文字以上の総ての文字列に一致します\n"
2423 "[aA] 'a' 又は 'A' に一致します\n"
2424 "[a-z] 'a' から 'z' まで(小文字)のいずれか1文字に一致します\n"
2425 "*.png '.png'で終わる総てのアイテムに適合します"
2429 "Enter a pattern to match for files to be shown. An empty filter turns the "
2432 "表示を希望するファイルに適合するパターンを入力して下さい。パターンを指定しな"
2436 msgid "Invalid Find condition"
2441 msgid "%s total, %s used, %s free (%.1f %%)"
2442 msgstr "%s 合計, %s 使用中, %s 空き (%.1f %%)"
2445 msgid "ROX-Filer has converted your Options file to the new XML format"
2446 msgstr "ROX-Filer はオプション設定ファイルを、新規 XML 形式に変換しました"
2448 #: options.c:535 options.c:1258
2449 msgid "(use default)"
2454 msgid "Internal error: %s unreadable"
2455 msgstr "内部エラー: %s は読めません"
2466 msgid "Restore all choices to how they were when the Options box was opened."
2467 msgstr "全ての設定をオプションダイアログを開いたときの状態に戻します。"
2472 "Choices will be saved as:\n"
2479 msgid "(saving disabled by CHOICESPATH)"
2480 msgstr "(環境変数 CHOICESPATHにより保存できません)"
2482 #: options.c:1164 usericons.c:449
2484 msgid "Error saving %s: %s"
2485 msgstr "保存エラー %s: %s"
2492 msgid "Your old panel file has been converted to the new XML format."
2493 msgstr "今までのパネル設定ファイルは新規 XML 形式に変換されました。"
2497 "You have tried to close a panel via the window manager - I usually find that "
2498 "this is accidental... really close?"
2500 "おそらく何かのアクシデントと思われますが、ウィンドウマネージャがパネルを閉じ"
2501 "ようとしています。 ...本当に閉じますか?"
2504 msgid "Missing < or > in panel config file"
2505 msgstr "パネル設定ファイル内で '<' 又は '>' が、欠けています"
2509 msgid "Error saving panel %s: %s"
2510 msgstr "パネル %s を保存できません: %s"
2513 msgid "Applet quit without ever creating a widget!"
2514 msgstr "アプレットはウィジェットを作成せずに終了されました!"
2519 "Error running applet:\n"
2527 msgid "Xinerama monitor %d unavailable"
2528 msgstr "Xinerama モニタ %d は利用できません"
2531 msgid "Your old pinboard file has been converted to the new XML format."
2532 msgstr "今までのピンボード設定ファイルは新規 XML 形式に変換されました。"
2536 "The backdrop handler must be an application directory. Drag an application "
2537 "directory into the Set Backdrop dialog box, or (for programmers) pass it to "
2538 "the SOAP SetBackdropApp method."
2540 "背景の表示プログラムはアプリケーションディレクトリ形式である必要があります。"
2541 "アプリケーションディレクトリを背景設定ダイアログボックスにドラッグ&ドロップし"
2543 "又は (for programmers) アプリケーションディレクトリを SOAP SetBackdropApp "
2545 "※ アプリケーションディレクトリ、SOAP に関しては以下をご覧下さい。\n"
2546 "file:///usr/apps/ROX-Filer/Help/Manual.html#AppDir\n"
2547 "file:///usr/apps/ROX-Filer/Help/Manual.html#soap\n"
2548 "※ 背景設定プログラム関しては以下をご覧下さい。\n"
2549 "http://rox.sourceforge.net/phpwiki/index.php/Wallpaper"
2553 "You can only set the backdrop to an image or to a program which knows how to "
2554 "manage ROX-Filer's backdrop.\n"
2556 "Programmers: the application's AppInfo.xml must contain the CanSetBackdrop "
2557 "element, as described in ROX-Filer's manual."
2559 "背景設定には、画像イメージ又は、ROX-Filer 用の背景表示プログラムを指定する事"
2562 "(開発者へ) アプリケーションの AppInfo.xml には ROX-Filers manualに記載されて"
2563 "いるようなCanSetBackdrop エレメントが必要です。"
2566 msgid "Set backdrop"
2570 msgid "Choose a style and drag an image in:"
2571 msgstr "イメージをドラッグして表示方法を選択:"
2574 msgid "Centre the image without scaling it"
2575 msgstr "イメージを中央に原寸で表示"
2582 msgid "Scale the image to fit the backdrop area, without distorting it"
2583 msgstr "イメージの縦横比率を維持したまま背景エリアに合わせて表示"
2590 msgid "Stretch the image to fill the backdrop area"
2591 msgstr "イメージを背景エリアの縦横比率に合わせて伸縮して表示"
2598 msgid "Tile the image over the backdrop area"
2606 msgid "Drop an image here"
2611 "No pinboard was in use... the 'Default' pinboard has been selected. Use 'rox "
2612 "-p=Default' to turn it on in future."
2614 "ピンボードが使用されていなかったので、デフォルトピンボードが設定されました。 "
2615 "以後、ピンボードを使用するなら rox-p=Default' で起動します。"
2619 "Only files (and certain applications) can be used to set the background "
2622 "画像ファイル(または特定のアプリケーション)だけが背景に設定できます。 image."
2625 msgid "Missing '>' in icon label"
2626 msgstr "アイコン名に '>' が見つかりません"
2629 msgid "Missing ',' after icon label"
2630 msgstr "アイコン名の後に ',' が見つかりません"
2634 msgid "Error saving pinboard %s: %s"
2635 msgstr "ピンボード %s の保存に失敗: %s"
2640 "Error loading backdrop image:\n"
2651 "Can't delete thumbnails in %s:\n"
2654 "%s のサムネイルを削除できません:\n"
2658 msgid "There are no thumbnails to delete"
2659 msgstr "削除するサムネイルはありません"
2662 msgid "Purge thumbnails disk cache"
2663 msgstr "サムネイルのキャッシュを削除"
2667 msgid "Unknown style '%s'"
2668 msgstr "不明なスタイル'%s'"
2672 msgid "Unknown details type '%s'"
2673 msgstr "不明な詳細の種類'%s'"
2677 msgid "Unknown sorting type '%s'"
2678 msgstr "不明な並べ変え方法'%s'"
2682 msgid "Attempt to invoke unknown SOAP method '%s'"
2683 msgstr "不明な SOAP 方式 '%s' を試します。"
2687 msgid "Invalid .gmo translation file (too short): %s"
2688 msgstr "不正な.gmo翻訳ファイル(短すぎ): %s"
2690 #: rox_gettext.c:108
2692 msgid "Invalid .gmo translation file (GNU magic number not found): %s"
2693 msgstr "不正な.gmo翻訳ファイル(GNU magic number が見つからない): %s"
2695 #: run.c:96 run.c:141
2697 msgid "Program %s not found - deleted?"
2698 msgstr "プログラム %s がありません - 削除しましたか?"
2702 msgid "File doesn't exist, or I can't access it: %s"
2703 msgstr "ファイルが存在していないかアクセスできません: %s"
2707 msgid "I don't know how to open '%s'"
2708 msgstr "'%s'を開く方法が分かりません"
2713 "This is an application directory - you can run it as a program, or open it "
2714 "(hold down Shift while you open it). Most applications provide their own "
2715 "help here, but this one doesn't."
2718 "これはプログラムとして実行可能なアプリケーションディレクトリです(内容を 確認"
2719 "するには Shift キーを押しながらクリックします)。 ここには通常、アプリケーショ"
2720 "ンのヘルプも格納されますが、これには含まれていません。"
2724 msgid "Could not send data to program: %s"
2725 msgstr "データをプログラムに送れません: %s"
2729 msgid "Could not read link: %s"
2730 msgstr "リンクを読めません: %s"
2734 msgid "Broken symlink (or you don't have permission to follow it): %s"
2736 "壊れたシンボリックリンク(もしくはリンク元に対するパーミッションがありませ"
2742 "No run action specified for files of this type (%s/%s) - you can set a run "
2743 "action by choosing `Set Run Action' from the File menu, or you can just drag "
2744 "the file to an application"
2746 "この種類(%s/%s)のファイルに対応するアプリが設定されていません - アイコンを右"
2747 "クリックして「対応アプリの設定」を選んでください。もしくはアイコンを直接アプ"
2763 msgid "Close filer window"
2764 msgstr "ファイラーウィンドウを閉じる"
2771 msgid "Change to parent directory"
2779 msgid "Change to home directory"
2780 msgstr "ホームディレクトリに移動"
2787 msgid "Bookmarks menu"
2795 msgid "Rescan directory contents"
2796 msgstr "ディレクトリの内容を読み直す"
2799 msgid "Change icon size"
2800 msgstr "アイコンを拡大/縮小(左/右クリック)"
2803 msgid "Automatic size mode"
2804 msgstr "ウィンドウのサイズを最適化"
2807 msgid "Show extra details"
2815 msgid "Change sort criteria"
2823 msgid "Show/hide hidden files"
2824 msgstr "隠しファイルを表示/非表示"
2827 msgid "Select all/invert selection"
2828 msgstr "全てを選択/選択を反転(左/右クリック)"
2831 msgid "Show ROX-Filer help"
2832 msgstr "ROX-Filerのヘルプを表示"
2836 msgid " (%u hidden)"
2837 msgstr " (%u 個の隠しファイル)"
2839 #: toolbar.c:231 tips:88
2854 msgid "%u selected (%s)"
2855 msgstr "%u 個を選択(%s)"
2858 msgid "Sort by name"
2862 msgid "Sort by type"
2866 msgid "Sort by date"
2870 msgid "Sort by size"
2874 msgid "Sort by owner"
2878 msgid "Sort by group"
2899 msgstr "アプリケーションディレクトリ"
2932 "Executable '%s' is world-writeable! Refusing to run. Please change the "
2933 "permissions now (this problem may have been caused by a bug in earlier "
2934 "versions of the filer).\n"
2936 "Having (non-symlink) run actions world-writeable means that other people who "
2937 "use your computer can replace your run actions with malicious versions.\n"
2939 "If you trust everyone who could write to these files then you needn't worry. "
2940 "Otherwise, you should check, or even just delete, all the existing run "
2943 "実行ファイル '%s' は書き込み保護がされていません。実行は拒否します。パ-ミッ"
2944 "ションを設定し直してください。(これは ROX の初期バ-ジョンに由来するバグかもし"
2947 "シンボリックリンクでない実行ファイルが書き込み保護されていないということは、"
2948 "悪意のある改竄が可能だということです。\n"
2949 "書き込み保護されていない(symlink でもない)アプリは悪意のある改竄が可能です。"
2950 "利用する全てのユ-ザが信頼できるなら心配はいりませんが、そうでない場合は完璧な"
2951 "チェックを行うか、わずかでも不安の残るプログラムは全て削除すべきです。"
2954 msgid "go-w (Fix security problem)"
2955 msgstr "go-w (セキュリティ的処置)"
2959 "Enter a shell command which will load \"$@\" into a suitable program. Eg:\n"
2963 " \"$@\" を扱うのに適切なシェルコマンドを入力してください。例:\n"
2968 msgid "This is not a program! Give me an application instead!"
2969 msgstr "これはプログラムではありません。別のアプリを指定してください。"
2972 msgid "Execute file"
2976 msgid "No run action defined"
2977 msgstr "対応アプリが設定されていません"
2981 msgid "Error in handler %s: %s"
2982 msgstr "%s にエラ-: %s"
2986 msgid "Invalid application %s (bad AppRun)"
2987 msgstr "無効なアプリケーション %s (AppRun 不良)"
2991 msgid "Non-executable %s"
2995 msgid "Set run action"
3000 "If a handler for the specific type isn't set up, use this as the default."
3002 "このファイル形式の取扱いが設定されていない場合、これをデフォルトの動作に使用"
3007 msgid "Set default for all `%s/<anything>'"
3008 msgstr "`%s/<anything>' 全てに適用する"
3011 msgid "Use this application for all files with this MIME type."
3012 msgstr "この MIME 形式のファイル全てにこのアプリを対応させる。"
3016 msgid "Only for the type `%s' (%s/%s)"
3017 msgstr "`%s'形式(%s/%s)のみに適用する"
3020 msgid "Drop a suitable application here"
3021 msgstr "関連づけるアプリケーションをここにドロップ"
3028 msgid "Enter a shell command:"
3029 msgstr "シェルコマンドを入力してください:"
3033 msgid "_Use Command"
3038 "A run action already exists and is quite a big program - are you sure you "
3039 "want to delete it?"
3041 "既に対応アプリが定義されており、かなり大きなプログラムになっています。本当に"
3046 msgid "Can't remove %s: %s"
3047 msgstr "%s を削除できません: %s"
3050 msgid "Choices saving is disabled by CHOICESPATH variable"
3051 msgstr "環境変数 CHOICESPATH により、選択は保存されません。"
3056 "Error loading MIME database:\n"
3059 "MIME デ-タベ-ス読み込みエラ-:\n"
3064 msgid "File '%s' corrupted!"
3065 msgstr "ファイル'%s'は壊れています"
3069 "The ~/.mime directory has moved. It should now be ~/.local/share/mime. You "
3070 "should move it there (and make a symlink from ~/.mime to it for older "
3073 "~/.mime ディレクトリは移動されました。~/.local/share/mime に置かれるべきで"
3074 "す。移動してください。(旧来のアプリケーションのために ~/.mime からシンボリッ"
3079 "The standard MIME type database (version 0.9 or later) was not found. The "
3080 "filer will probably not show the correct types for different files. You "
3081 "should download and install the 'shared-mime-info-0.9' package from here:\n"
3082 "http://www.freedesktop.org/software/shared-mime-info\n"
3084 "If you have already installed this package, check that the permissions allow "
3085 "the files to be read (check /usr/local/share/mime/globs or /usr/share/mime/"
3088 "標準の MIME 形式データベース (ver.0.9 以降) が見つかりません。ROX はファイル"
3089 "形式を判別できません。 'shared-mime-info-0.9(以降)' を以下から入手してインス"
3091 "http://www.freedesktop.org/standards/shared-mime-info.html\n"
3093 "もし既にインストール済みならば、ファイルの読み取りパーミッションを確認してく"
3094 "ださい (/usr/local/share/mime/globs あるいは /usr/share/mime/globs)。"
3099 "Icon theme '%s' does not contain MIME icons. Using ROX default theme instead."
3101 "アイコンテーマ '%s' には MIME に対応したアイコンがありません。ROX のデフォル"
3107 "Failed to create symlink '%s':\n"
3110 "(this may mean that the ROX theme already exists there, but the 'mime-"
3111 "application:postscript' icon couldn't be loaded for some reason)"
3113 "シンボリックリンク '%s' 作成に失敗しました:\n"
3116 "(ROXテーマはそこに存在するのかも知れませんが 'mime-application:postscript'ア"
3117 "イコンがなんらかの理由の為読み込めませんでした)"
3120 msgid "The pathname you gave does not exist. The icon has not been changed."
3121 msgstr "指定されたパスは存在しません。アイコンは変更されません。"
3123 #: usericons.c:191 usericons.c:615
3125 "Unable to load image file -- maybe it's not in a format I understand, or "
3126 "maybe the permissions are wrong?\n"
3127 "The icon has not been changed."
3129 "イメージファイルが取り込めません。ROX が扱える形式でないか、パーミッションが"
3135 msgid "Really delete icon '%s'?"
3136 msgstr "アイコン'%s'を削除しますか?"
3141 "Can't delete '%s':\n"
3153 "Use a copy of the image as the default for all files of these MIME types."
3154 msgstr "画像をこの MIME 形式全般のアイコンに設定します。"
3158 msgid "Set icon for all `%s/<anything>'"
3159 msgstr "アイコンを全ての`%s/<anything>' に適用する"
3162 msgid "Use a copy of the image for all files of this MIME type."
3163 msgstr "画像をこの MIME 形式全般のデフォルトアイコンに設定します。"
3167 msgid "For all files of type `%s' (%s/%s)"
3168 msgstr "総ての`%s'形式(%s/%s)に適用する"
3172 "Add the file and image filenames to your personal list. The setting will be "
3173 "lost if the image or the file is moved."
3175 "このファイルとアイコンの名前はユーザー用個人リストに追加登録されます。設定画"
3176 "像またはこのファイルを移動すると設定は失われます。"
3180 msgid "Only for the file `%s'"
3181 msgstr "`%s' のみに適用する"
3185 "Copy the image inside the directory, as a hidden file called '.DirIcon'. All "
3186 "users will then see the icon, and you can move the directory around safely. "
3187 "This is usually the best option if you can write to the directory."
3189 "ディレクトリ内に '.DirIcon' という画像の隠しファイルを保存します。全てのユー"
3190 "ザにアイコンが表示され、移動してもアイコンは失われません。書き込み権限を与え"
3191 "られている場合、この設定を選ぶ事をお薦めします。"
3194 msgid "Copy image into directory"
3195 msgstr "画像をディレクトリにコピー"
3198 msgid "Drop an icon file here"
3199 msgstr "アイコンファイルをここにドロップ"
3202 msgid "Setting icon disabled by CHOICESPATH"
3203 msgstr " 環境変数 CHOICESPATH により、アイコンが設定できません"
3208 "Error creating image '%s':\n"
3214 #: view_details.c:1003
3218 #: view_details.c:1006
3222 #: view_details.c:1008
3223 msgid "_Permissions"
3224 msgstr "パーミッション(_P)"
3226 #: view_details.c:1009
3230 #: view_details.c:1011
3234 #: view_details.c:1013
3238 #: view_details.c:1015
3239 msgid "Last _Modified"
3251 msgid "Use the LANG environment variable"
3252 msgstr "LANG変数から読み取る"
3255 msgid "Chinese (traditional)"
3259 msgid "Chinese (simplified)"
3275 msgid "English (no translation)"
3312 msgid "Portuguese (Brasil)"
3313 msgstr "ポルトガル語(ブラジル)"
3332 msgid "Filer windows"
3336 msgid "Auto-resize filer windows"
3337 msgstr "ウィンドウサイズの自動調整"
3340 msgid "Never automatically resize"
3341 msgstr "サイズを自動的には変更しない"
3345 "You'll have to resize windows manually, using the window manager, the "
3346 "`Resize Window' menu entry or by double-clicking on the window background."
3348 "ウィンドウをリサイズする場合は、ウィンドウマネージャの作法に従うか、ファイ"
3349 "ラーウィンドウ内のスペースをダブルクリックする事により、手動でリサイズしま"
3353 msgid "Resize when changing the display style"
3354 msgstr "表示方法を変更したらリサイズする"
3358 "Changing the size of the icons or which details are displayed will resize "
3359 "the window for you."
3361 "アイコンサイズ変更時、詳細表示モード切替え時に、自動的に適切なサイズに調節(リ"
3365 msgid "Always resize"
3370 "The filer will resize windows whenever it seems useful (that is, when "
3371 "changing directory or display style)."
3373 "リサイズが有効と思われる場合(ディレクトリ変更時、表示形式変更時など)、常に自"
3377 msgid "Largest window size:"
3378 msgstr "ウィンドウの最大サイズ:"
3386 "The largest size, as a percentage of the screen size, that the auto-resizer "
3387 "will resize a window to."
3389 "画面全体に対する最大のサイズ。自動的にサイズを変更する際に許可する最大のサイ"
3393 msgid "Window behaviour"
3397 msgid "Short titlebar flags"
3398 msgstr "タイトルバーへの状態表示を略記する"
3402 "Use single letters instead of words for Scanning, All and Thumbs indicators "
3405 "タイトルバーに、スキャン中は'+S'、全て表示は'+A'、サムネイル表示は'+T' とファ"
3406 "イラーの状態の簡略表示を追加します。"
3409 msgid "Unique windows"
3410 msgstr "重複したウィンドウを開かない"
3414 "If you open a directory and that directory is already displayed in another "
3415 "window, then this option causes the other window to be closed."
3417 "開こうとしたディレクトリが、既に別ウィンドウとして開かれている場合、旧ウィン"
3421 msgid "New window on button 1"
3422 msgstr "左ボタン(第 1 ボタン)で新しいウィンドウを開く"
3426 "Clicking with mouse button 1 (usually the left button) opens a directory in "
3427 "a new window with this turned on. Clicking with the button-2 (middle) will "
3428 "reuse the current window."
3430 "'ON' の場合、第 1 ボタン(通常は左ボタン)でディレクトリをクリックすると、新し"
3431 "いウィンドウで開き、中ボタンをクリックすると現在のウィンドウで開きます。"
3434 msgid "Single-click navigation"
3435 msgstr "シングルクリックで操作する"
3439 "Clicking on an item opens it with this on. Hold down Control to select the "
3440 "item instead. If off, clicking once selects an item; double click to open "
3443 "'ON' の場合、シングルクリックでアイテムを開き、アイテムを選択する場合はCtrl"
3444 "キーを押しながらクリック。'OFF' の場合は シングルクリックで選択、ダブルクリッ"
3448 msgid "Double-click on background resizes"
3449 msgstr "背景のダブルクリックでウィンドウをリサイズする"
3451 #: tips:47 tips:48 tips:49 tips:50
3453 "If on then double clicking on the window background resizes the window, just "
3454 "like clicking on the Automatic size mode button in the toolbar."
3456 "ファイラーウィンドウ背景のダブルクリックで、ツールバーのウィンドウサイズ最適"
3457 "化ボタンをクリックしたのと同様に、ウィンドウをリサイズします。"
3464 msgid "Directories come first (for sort by name)"
3465 msgstr "ディレクトリを先に表示(名前で並べ変える場合)"
3469 "If this is on then directories will always appear before anything else when "
3471 msgstr "'ON' で「名前でソ-ト」の場合、常にディレクトリを先に表示します。"
3474 msgid "Capitalised names first (for sort by name)"
3475 msgstr "大文字を先に表示(名前でソートの場合)"
3479 "If on, all filenames starting with a capital letter come before filenames "
3480 "starting with lowercase ones."
3482 "'ON' の場合、総ての大文字から始まるファイル名のものを、小文字から始まるファイ"
3486 msgid "Default settings for new windows"
3487 msgstr "新規ウィンドウのデフォルト設定"
3490 msgid "Inherit options from source window"
3491 msgstr "元のウィンドウのオプションを引き継ぐ"
3495 "If this is on then display options for a new window are inherited from the "
3496 "source window if possible, otherwise they are set to the defaults below."
3498 "'ON' の場合、新規ウィンドウは可能な限り親ウィンドウの現在の表示法を引き継"
3499 "ぎ、'OFF' の場合、親ウィンドウの現在の表示法にかかわらず、デフォルトのオプ"
3519 msgid "Show hidden files"
3522 #: tips:70 tips:71 tips:72 tips:73
3524 "If this is on then files whose names start with a dot are shown too, "
3525 "otherwise they are hidden."
3527 "'ON' の場合、ドットで始まる隠し属性ファイルも表示し、'OFF' の場合は表示しませ"
3535 msgid "Default size:"
3551 msgid "Default details:"
3552 msgstr "デフォルトの表示情報:"
3559 msgid "Automatic small icons:"
3560 msgstr "小さいアイコンに自動的に変更:"
3566 #: tips:89 tips:90 tips:91
3568 "When automatic icon sizing is selected: If the directory contains this many "
3569 "items then it will be shown using Small Icons, otherwise Large Icons will be "
3572 "デフォルトのサイズが「自動」の場合、アイテム数がこの数値を越えた時、小さいア"
3573 "イコンで表示します。「自動」以外の場合は指定サイズのままで表示します。"
3576 msgid "Max width (Large icons):"
3577 msgstr "ファイル名の最大幅(大きいアイコン):"
3585 "Text wider than this is broken onto two lines in Large Icons mode. In Huge "
3586 "Icons mode, text is wrapped when 50% wider than this."
3588 "'大きいアイコンモード'の時、ファイル/ディレクトリ名表示がこの幅より広いと折り"
3589 "返します。'特大アイコンモード'の時の折り返し幅は 50%増しとなります。"
3592 msgid "(Small Icons):"
3595 #: tips:97 tips:98 tips:99
3596 msgid "Maximum width for the text beside a Small Icon."
3597 msgstr "「小さいアイコン」の横に表示するファイル名の最大幅"
3600 msgid "Show column headings"
3603 #: tips:102 tips:103 tips:104
3604 msgid "If this is on then column headings will be shown in the list view."
3605 msgstr "詳細表示の際、ツールバー下部に情報項目の標題バーを表示します。"
3608 msgid "Tools/Minibuffer"
3609 msgstr "ツールバー/ミニバッファ"
3616 msgid "Toolbar type:"
3629 msgid "Text under icons"
3630 msgstr "アイコンの下に文字を表示"
3633 msgid "Text beside icons"
3634 msgstr "アイコンの横に文字を表示"
3637 msgid "Show totals of items"
3640 #: tips:113 tips:114
3642 "Show the number of items displayed in a filer window, as well as the number "
3643 "of hidden items (if any). When there's a selection, show the number of "
3644 "selected items and their combined size."
3646 "ファイラーウィンドウに表示されているアイテムの総数を表示します。隠しファイル"
3647 "がある場合、その数も表示されます。アイテムが選択されている場合は、その数と合"
3651 msgid "Select the buttons you want on the bar:"
3652 msgstr "ツールバーに表示するボタンを選んでください:"
3655 msgid "Width of toolbar sets minimum width of window"
3656 msgstr "小さなウィンドウの時もツールバーをすべて表示"
3658 #: tips:117 tips:118
3660 "Each filer window is constrained to be wide enough to show the whole of the "
3663 "ファイラウィンドウを開くとき、少なくともツールバー全体が表示できるようなウィ"
3664 "ンドウサイズになるよう強制します(アイテム数が少ない場合でも総てのツールが表示"
3672 msgid "Beep if Tab-completion fails"
3673 msgstr "タブ補完に失敗したときは警告音を鳴らす"
3677 "When using the `Enter Path...' minibuffer and Tab is pressed, beep if "
3678 "nothing happens (eg, because there are several possibilities and the next "
3681 "'パス入力'ミニバッファ内で、タブキーを押しても変化が無い時(次の文字侯補が複数"
3682 "有る場合など)、警告音を鳴らします。"
3685 msgid "Beep if there are several matches"
3686 msgstr "補完候補が複数あるときは音を鳴らす"
3688 #: tips:123 tips:124 tips:125
3690 "When using the `Enter Path...' minibuffer and Tab is pressed, beep if there "
3691 "is more than one matching file, even though some more letters were added."
3693 "'パス入力'ミニバッファ内で、タブキーを押した時、文字入力をさらに追加しても複"
3694 "数のファイルに適合するような場合、警告音を鳴らします。"
3698 "When thumbnails are turned on, each image file in a directory is loaded and "
3699 "a small thumbnail of it is shown."
3701 "サムネイルを有効にすると、ディレクトリ内の画像ファイルが小さなサムネイルで表"
3705 msgid "Show image thumbnails"
3706 msgstr "画像のサムネイルを表示"
3708 #: tips:130 tips:131
3710 "This is the default setting for new windows. Use the Display menu to turn "
3711 "thumbnails on and off for individual windows."
3713 "これが新規ウィンドウ起動時のデフォルト設定になりますが、 表示メニューにより、"
3714 "各ウィンドウのサムネイル表示を、個別に ON/OFF することも出来ます。"
3717 msgid "Thumbnails cache"
3718 msgstr "サムネイルのキャッシュ"
3722 "To speed things up, the generated thumbnails are stored in the hidden ~/."
3723 "thumbnails directory. Click here to remove all the cached thumbnails. They "
3724 "will be created again as needed."
3726 "速度を上げるため、生成したサムネイルは隠しディレクトリ ~/.thumbnails に保存さ"
3727 "れます。ここをクリックすると保存したサムネイルを削除します。"
3735 "When using a pinboard, you can drag files and applications onto the desktop "
3736 "background to create shortcuts to them."
3738 "ピンボードは ROX 独特のデスクトップ管理機能です。様々なウィンドウマネージャ上"
3739 "で、デスクトップにショートカットアイコンを配置し、背景を設定する機能を提供し"
3740 "ます。ピンボード使用時(rox -h 参照)は、ファイラー画面上のアイテムをデスクトッ"
3741 "プにドロップして、デスクトップアイコンを作ることが出来ます"
3743 #: tips:136 tips:261
3752 msgid "Text shadow:"
3773 msgid "Use custom font:"
3774 msgstr "カスタムフォントを使う:"
3777 msgid "The font used for the text displayed under the icons"
3778 msgstr "アイコンのテキスト(ラベル名)のフォントを指定します。"
3781 msgid "Fast scaling of images"
3784 #: tips:146 tips:147
3786 "Choose between the fast or slow method of scaling backdrop images. The slow "
3787 "method can give better results."
3791 msgid "Pinboard behaviour"
3795 msgid "Single-click to open"
3796 msgstr "シングルクリックで開く"
3799 msgid "Keep icons within screen limits"
3800 msgstr "アイコンを画面内に収める"
3804 "If this is set, pinboard icons are always kept completely within screen "
3805 "limits, including the label."
3807 "これを指定すると、デスクトップのアイコンが(テキスト)ラベルも含めて常に画面内"
3811 msgid "Icon grid step:"
3812 msgstr "アイコンのグリッド間隔:"
3819 msgid "Use a 2-pixel grid for positioning icons on the desktop."
3820 msgstr "デスクトップ上でアイコンを 2 ピクセル単位で移動、配置。"
3827 msgid "Use a 16-pixel grid for positioning icons on the desktop."
3828 msgstr "デスクトップ上でアイコンを 16 ピクセル単位で移動、配置。"
3834 #: tips:159 tips:160 tips:161 tips:162
3835 msgid "Use a 32-pixel grid for positioning icons on the desktop."
3836 msgstr "デスクトップ上でアイコンを 32 ピクセル単位で移動、配置。"
3838 #: tips:163 tips:165
3839 msgid "Iconified windows"
3840 msgstr "最小化ウィンドウのアイコン表示"
3844 "Most window managers provide a way to iconify (or 'minimise') windows, and "
3845 "various programs, including ROX-Filer, can be used to display the iconified "
3848 "ROXファイラーを含む様々な起動中のプログラムは、デスクトップにアイコン化するこ"
3852 msgid "Show iconified windows"
3853 msgstr "アイコン化したウィンドウを表示"
3857 "If this option is on, the filer will show each iconified window as a small "
3858 "button on the pinboard. Requires a compatible window manager, and the "
3859 "pinboard must be in use."
3861 "このオプションを利用すると、ファイラーウィンドウを最小化した際は、ピンボード"
3862 "にアイコンとして表示されるようになります。機能をサポートするファイルマネー"
3863 "ジャ上でピンボードを使用している場合に限ります。 "
3866 msgid "Iconify to the"
3882 msgid "bottom-right"
3890 msgid "horizontally"
3899 "Sometimes the filer doesn't know about your desktop furniture and puts "
3900 "iconified windows under (for example) the Gnome panel. You can define a top "
3901 "or bottom margin to avoid placing the icons there. The filer already knows "
3902 "about its own panel."
3904 "ROX は、デスクトップ構成を認識し切れず、(例えば) Gnome パネルの下に最小化ウィ"
3905 "ンドウ(のアイコン)を置くような場合も有ります。下の上部余白、下部余白の設定に"
3906 "よりこれを回避することが出来ます。ROX パネルに関しては常に正常に認識されます"
3913 msgid "Height of no-go area at top of screen."
3914 msgstr "画面最上部の表示禁止区域の高さ"
3917 msgid "Bottom margin"
3920 #: tips:180 tips:181 tips:182 tips:183 tips:184
3921 msgid "Height of no-go area at bottom of screen."
3922 msgstr "画面最下部の表示禁止区域の高さ"
3930 "Panels are bars of icons that run along the side of the screen. See the "
3931 "manual for information about using panels."
3933 "パネルは画面の端に沿って表示される、アイコンを置けるバーです。詳しくはマニュ"
3941 msgid "Image and text"
3945 msgid "Every panel icon is shown with an image and some text."
3946 msgstr "全てのパネルアイコンと文字を表示します。"
3949 msgid "Image only for applications"
3950 msgstr "アプリケーションの場合はアイコンのみ"
3954 "Applications have just an image, everything else has both an image and text."
3956 "アプリケーションの場合はアイコンのみ。その他の場合はアイコンと文字の両方を表"
3963 #: tips:193 tips:194
3964 msgid "Only the image is shown."
3965 msgstr "全てアイコンのみの表示"
3968 msgid "Panel width (thin)"
3969 msgstr "パネルの幅 ( 狭く ← )"
3976 msgid "The size of the panels."
3980 msgid "Do not cover panel"
3983 #: tips:199 tips:200
3985 "Ask the window manager not to cover panels at all when you maximise windows. "
3986 "Some window managers may not honour this. If unset, the filer asks for just "
3987 "a couple of pixels at the edge of the screen to remain uncovered, so that "
3988 "auto-raising works."
3990 "ウィンドウ最大化時にパネルを隠さないようウィンドウマネージャに依頼します。幾"
3991 "つかのウィンドウマネージャはこれに従わない場合も有ります。このような場合は、"
3992 "ウィンドウを 2、3 ピクセルずらせばパネルをオートライズ(自動的に手前に表示)が"
4000 msgid "Confine to Xinerama monitor"
4001 msgstr "Xinerama モニタを抑制"
4005 "If you have an Xinerama multi-monitor setup, use this option to confine the "
4006 "panels to one monitor instead of spanning them."
4008 "Xinerama multi-monitor setup がインストールされている場合、一つのモニタのみを"
4011 #: tips:204 tips:205 tips:206 tips:207
4013 "The monitor the panels are confined to in Xinerama mode (numbered from 0)."
4014 msgstr "パネルが Xinerama モードに制限されるモニタ(ナンバーは 0 から)"
4017 msgid "Action windows"
4022 "Action windows appear when you start a background\n"
4023 "operation, such as copying or deleting some files."
4025 "確認ダイアログは、バックグラウンド操作(ファイルのコピーや削除など)を始めよう"
4029 msgid "Auto-start (Quiet) these actions"
4030 msgstr "以下を実行するときに確認を求めない:"
4033 msgid "Copy files without confirming first."
4034 msgstr "ファイルをコピーするときに確認を求ません"
4037 msgid "Move files without confirming first."
4038 msgstr "ファイルを移動/リネームするときに確認を求めません"
4041 msgid "Create links to files without confirming first."
4042 msgstr "リンクを張るときに確認を求めません"
4045 msgid "Delete files without confirming first."
4046 msgstr "ファイルを削除するときに確認を求めません"
4052 #: tips:220 tips:221
4053 msgid "Mount and unmount filesystems without confirming first."
4054 msgstr "マウント/アンマウントするときに確認を求めません"
4057 msgid "Default settings"
4061 msgid "Don't confirm deletion of non-writeable items."
4062 msgstr "書き込み禁止アイテムを削除するときも確認を求めません"
4065 msgid "Don't display so much information in the message area."
4066 msgstr "ログメッセージの表示を簡略化します"
4069 msgid "Also change contents of subdirectories."
4070 msgstr "サブディレクトリ以下の内容にも、作動を適用します"
4073 msgid "Drag and Drop"
4077 msgid "Dragging to icons"
4081 msgid "Allow dragging to icons in filer windows"
4082 msgstr "ファイラーウィンドウでアイコンへのドラッグ動作を可能にする"
4086 "When this is on you can drag a file over a sub-directory or program in a "
4087 "filer window. The item will highlight when you do this and dropping the file "
4088 "will put it into that directory, or load it into the program."
4090 "'ON' の場合、ファイラーウィンドウ内のサブディレクトリやプログラムへのファイル"
4091 "のドラッグが可能になります。操作中、アイテムは強調表示され、指定ディレクトリ"
4092 "に コピー(又は移動かリンク作成)されるか、指定プログラムで開かれます。"
4095 msgid "Directories spring open"
4096 msgstr "ディレクトリのスプリングオープン"
4100 "This option, which requires the above option to be turned on too, causes the "
4101 "highlighted directory to 'spring open' after the file is held over it for a "
4104 "このオプションを使うには、同時に上のオプションにもチェックを入れてください。"
4105 "ファイルをドラッグしてディレクトリの上に保持すると、そのディレクトリが '跳ね"
4109 msgid "Spring delay:"
4116 #: tips:242 tips:243
4118 "This option sets how long, in ms, you must hold a file over a directory "
4119 "before it will spring open. The above option must be turned on for this to "
4122 "ドラッグしたファイルでディレクトリをスプリングオープンする際の保持時間を(ミリ"
4123 "セコンド単位で)設定します。'スプリングオープン'が'ON'の場合に有効です。"
4126 msgid "When dragging files with the left mouse button"
4127 msgstr "マウスの左ボタンでファイルをドラッグしたときの動作"
4129 #: tips:245 tips:251
4130 msgid "Show a menu of possible actions"
4131 msgstr "実行可能なメニューを表示"
4134 msgid "Copy the files"
4137 #: tips:247 tips:248 tips:249
4139 "Note that you can still get the menu to appear, by dragging with Alt held "
4142 "'ON'にした場合には、'Alt'キーを押しながら左ボタンでドラッグすれば、オプション"
4146 msgid "When dragging files with the middle mouse button"
4147 msgstr "マウスの中ボタンでファイルをドラッグしたときの動作"
4150 msgid "Move the files"
4153 #: tips:253 tips:254 tips:255
4155 "Note that you can still get the menu to appear, by dragging with the left "
4156 "button and holding down the Alt key."
4158 "'ON'にした場合には、'Alt'キーを押しながら左ボタンでドラッグすれば、オプション"
4162 msgid "Download handler"
4163 msgstr "ダウンロード実行コマンド"
4165 #: tips:257 tips:258 tips:259
4167 "When you drag a file from a web browser or other remote source, this program "
4168 "will be run to download it. $1 is the URI dragged to the filer, and the "
4169 "current directory is the destination. Eg:\n"
4172 "ウェブブラウザかリモート上からファイルをドラッグした時、アイテムをダウンロー"
4173 "ドする為、このコマンドが実行されます。 $1 はドラッグされたアイテムの URI に置"
4174 "き換えられ、アイテムはカレントディレクトリ(=ドロップ先ウィンドウ)にダウンロー"
4176 "例:xterm -e wget $1"
4183 msgid "Size of icons in menus:"
4184 msgstr "メニューのアイコンの大きさ:"
4191 msgid "Same as current window"
4192 msgstr "現在のウィンドウのアイコンと同じ"
4195 msgid "Same as default"
4196 msgstr "デフォルトのアイコンと同じ"
4203 msgid "File menu on right-click"
4204 msgstr "右クリックでアイテム用メニュー"
4208 "Show the File menu instead of the main menu when right-clicking with files "
4209 "selected (the main menu can be accessed by holding down Control)."
4211 "アイテム上で右クリックした時、メインメニューの代わりにアイテム用メニューを開"
4212 "きます。(Ctrl キーを押す事によりメインメニューも開けます)"
4215 msgid "`Xterm Here' program"
4216 msgstr "'ここでXtermを起動'で使用するプログラム"
4218 #: tips:272 tips:273
4219 msgid "The program to launch when you choose `Xterm Here' from the menu."
4220 msgstr "メニューの`ここでxtermを起動'を選んだときに起動するプログラム"
4223 msgid "Keyboard shortcuts"
4224 msgstr "キーボードのショートカット"
4227 msgid "Executable files"
4231 msgid "Ignore eXecutable bit for known extensions"
4232 msgstr "既知の拡張子については実行属性を無視する"
4234 #: tips:278 tips:279
4236 "If a file has a known extension (eg '.gif') then ignore the executable bit. "
4237 "This is useful if you have files on a Windows-type filesystem which are "
4238 "being shown as executable programs."
4240 "既知の拡張子(例:'.gif')のファイルの場合、実行可能属性は無視する。 見掛けが実"
4241 "行可能属性を持つように見える 'Windows形式'のファイルシステム上の ファイル等に"
4250 "The filer uses a set of rules to work out the correct MIME type for each "
4251 "regular file, and then chooses a suitable icon for that type. Use the MIME-"
4252 "Editor application to change the file-to-type guessing rules:\n"
4254 "http://rox.sourceforge.net/mime_editor.html"
4256 "ROX は標準的なルールに従ってファイルの MIME 形式を判別し、適切なアイコンを設"
4257 "定します。これを変更するには MIME-Editor を利用します。以下を参照してくださ"
4260 "http://rox.sourceforge.net/mime_editor.html"
4267 msgid "Themes should be placed inside the ~/.icons directory."
4268 msgstr "テーマは ~/.icons ディレクトリに置いて下さい"
4270 #: tips:284 tips:285
4272 "Use the 'Set Icon...' dialog box to set the icon for each MIME type. Note "
4273 "that icons set this way override those from the selected theme."
4275 "MIME 型式ごとにアイコンを設定するのは 'アイコンを設定...' ダイアログを使用し"
4276 "ます。標準に設定されるアイコンより優先されます。"
4283 msgid "File type colours"
4287 msgid "Colour files based on their types"
4288 msgstr "タイプごとにファイルを色分けする"
4291 msgid "Filenames (and details) are coloured according to the file's type."
4292 msgstr "ファイル名(及び詳細情報)はアイテムの種別に従って色分け表示されます。"
4299 msgid "Regular file:"
4310 #: tips:295 tips:296
4312 "Error, such as a symlink which points to a non-existant file, or a file "
4313 "which the filer does not have permission to examine."
4315 "エラー、存在しない、あるいは参照許可のないファイルへのシンボリックリンク。"
4318 msgid "Character device:"
4322 msgid "Block device:"
4331 "Door files are a bit like sockets or pipes, and have only been seen on "
4334 "Doorファイルは 'ソケットやパイプ類似のもので、Solaris のみで使われます。"
4337 msgid "Executable file:"
4341 msgid "Application directory:"
4342 msgstr "アプリケーションディレクトリ:"
4345 msgid "Unknown type:"
4349 msgid "Compatibility"
4353 msgid "Window manager problems"
4354 msgstr "ウィンドウマネージャとの問題"
4357 msgid "Override window manager control of the pinboard and panels"
4358 msgstr "ウィンドウマネージャによるデスクトップとパネルの制御を無視する"
4362 "Some window managers don't support the new Extended Window Manager Hints "
4363 "system, and so treat the pinboard and panels like normal windows. Turn this "
4364 "on to fix problems such as the pinboard coming to the front when you click "
4365 "on it, titlebars and other decorations appearing around windows, or having "
4366 "them appear in window-select lists."
4368 "ウィンドウマネージャの中には新しい拡張ヒントシステムをサポートしないものがあ"
4369 "り、その場合、ピンボードとパネルはウィンドウと同様に扱われます。ここにチェッ"
4370 "クを入れると、ピンボードアイコンやパネルがウィンドウの前面に来たり、メニュー"
4371 "やタスクバー上のウィンドウリストに現われたりする問題を解消することが出来ま"
4375 msgid "Pass all backdrop mouse clicks to window manager"
4376 msgstr "デスクトップの背景でのマウスクリックはウィンドウマネージャに渡す"
4380 "Normally, right clicking on the desktop background will open the pinboard "
4381 "menu and left clicking will clear the selection. Turn this on to forward the "
4382 "events to your window manager instead. Clicks on icons will not be forwarded."
4384 "通常デスクトップの背景で右クリックをすると ROX のピンボードメニューが現れ、左"
4385 "クリックで消えます。ここを ON にすれば、マウスイベントはウィンドウマネージャ"
4386 "に渡されます。この場合もアイコン上でのクリックは ROX に渡されます"
4389 msgid "Blackbox root menus hack"
4390 msgstr "Blackbox の root メニューの改善"
4394 "Blackbox, Fluxbox and similar window managers do not yet work well with the "
4395 "ROX-Filer pinboard. This option enables some workarounds. These window "
4396 "managers are expected to change their behaviour in new versions so that this "
4399 "Blackbox, Fluxbox などのウィンドウマネージャでは ROX-Filer のピンボードがうま"
4400 "く機能しませんが、ここを ON にすればいくらかは改善されます。これらのウィンド"
4401 "ウマネージャの新版ではこのオプションが不要になるよう修正されるでしょう。"
4404 msgid "Panel is a 'dock'"
4405 msgstr "パネルを'dock'として扱う"
4407 #: tips:313 tips:314
4409 "Disable this option if the panel stays above other windows against your "
4410 "wishes. Requires a restart to take effect."
4412 "パネルに隠されウィンドウが操作できなくなるような事が有る場合は、このオプショ"
4413 "ンを'OFF'にして下さい。有効にするには再起動が必要です"
4416 msgid "Drag and drop"
4420 msgid "Don't use hostnames"
4423 #: tips:317 tips:318
4425 "Some older applications don't support XDND fully and may need to have this "
4426 "option turned on. Use this if dragging files to an application shows a + "
4427 "sign on the pointer but the drop doesn't work."
4429 "古いアプリケーションでは XDND (X Drag aNd Drop プロトコル)を完全にはサポート"
4430 "しないので、このオプションが必要になります。アプリケーションにファイルをド"
4431 "ラッグした際、ポインタが + マークになってもドロップが機能しない場合に使用して"
4435 msgid "Extended attributes"
4440 msgid "Don't use extended attributes"
4443 #: tips:321 tips:322 tips:323 tips:324
4445 "This disables the use of extended attributes available in newer operating "
4446 "systems and file systems. With this option set the 'Set Type' menu entry is "
4447 "disabled, the MIME type of the file is only derived from the file name and "
4448 "the properties window does not report extended attributes."