Code

Fix PGP implementation -- the pyme API has changed significantly since
[roundup.git] / locale / ja.po
1 # SOME DESCRIPTIVE TITLE.
2 # Copyright (C) YEAR See Roundup README.txt
3 # This file is distributed under the same license as the PACKAGE package.
4 # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
5 #
6 msgid ""
7 msgstr ""
8 "Project-Id-Version: Roundup 1.4.8\n"
9 "Report-Msgid-Bugs-To: roundup-devel@lists.sourceforge.net\n"
10 "POT-Creation-Date: 2009-03-12 11:58+0200\n"
11 "PO-Revision-Date: 2009-04-23 14:00+0900\n"
12 "Last-Translator: Yasushi Iwata <iwata@know-net.co.jp>\n"
13 "Language-Team: Yasushi Iwata <iwata@know-net.co.jp>\n"
14 "MIME-Version: 1.0\n"
15 "Content-Type: text/plain; charset=utf-8\n"
16 "Content-Transfer-Encoding: 8bit\n"
17 "Plural-Forms: nplurals=1; plural=0;\n"
19 #: ../share/roundup/templates/classic/html/_generic.collision.html:14
20 #: ../share/roundup/templates/minimal/html/_generic.collision.html:14
21 msgid ""
22 "\n"
23 "  There has been a collision. Another user updated this node\n"
24 "  while you were editing. Please <a href='${context}'>reload</a>\n"
25 "  the node and review your edits.\n"
26 msgstr "\n更新作業の衝突。編集中に他のユーザーがデータを更新しました。<a href='${context}'>再読み込み</a>を実行、ページを表示し直してください。\n"
28 #: ../roundup/admin.py:446
29 #, python-format
30 msgid ""
31 "\n"
32 " If you wish to modify the database schema,\n"
33 " you should also edit the schema file:\n"
34 "   %(database_config_file)s\n"
35 " You may also change the database initialisation file:\n"
36 "   %(database_init_file)s\n"
37 " ... see the documentation on customizing for more information.\n"
38 "\n"
39 " You MUST run the \"roundup-admin initialise\" command once you've "
40 "performed\n"
41 " the above steps.\n"
42 "---------------------------------------------------------------------------\n"
43 msgstr ""
45 #: ../roundup/admin.py:431
46 #, python-format
47 msgid ""
48 "\n"
49 "---------------------------------------------------------------------------\n"
50 " You should now edit the tracker configuration file:\n"
51 "   %(config_file)s"
52 msgstr ""
54 #: ../roundup/cgi/cgitb.py:84
55 #, python-format
56 msgid ""
57 "\n"
58 "<li>While evaluating the %(info)r expression on line %(line)d\n"
59 "<table class=\"otherinfo\" style=\"font-size: 90%%\">\n"
60 " <tr><th colspan=\"2\" class=\"header\">Current variables:</th></tr>\n"
61 " %(globals)s\n"
62 " %(locals)s\n"
63 "</table></li>\n"
64 msgstr ""
66 #: ../roundup/admin.py:175
67 msgid ""
68 "\n"
69 "All commands (except help) require a tracker specifier. This is just\n"
70 "the path to the roundup tracker you're working with. A roundup tracker\n"
71 "is where roundup keeps the database and configuration file that defines\n"
72 "an issue tracker. It may be thought of as the issue tracker's \"home\n"
73 "directory\". It may be specified in the environment variable TRACKER_HOME\n"
74 "or on the command line as \"-i tracker\".\n"
75 "\n"
76 "A designator is a classname and a nodeid concatenated, eg. bug1, "
77 "user10, ...\n"
78 "\n"
79 "Property values are represented as strings in command arguments and in the\n"
80 "printed results:\n"
81 " . Strings are, well, strings.\n"
82 " . Date values are printed in the full date format in the local time zone,\n"
83 "   and accepted in the full format or any of the partial formats explained\n"
84 "   below.\n"
85 " . Link values are printed as node designators. When given as an argument,\n"
86 "   node designators and key strings are both accepted.\n"
87 " . Multilink values are printed as lists of node designators joined\n"
88 "   by commas.  When given as an argument, node designators and key\n"
89 "   strings are both accepted; an empty string, a single node, or a list\n"
90 "   of nodes joined by commas is accepted.\n"
91 "\n"
92 "When property values must contain spaces, just surround the value with\n"
93 "quotes, either ' or \". A single space may also be backslash-quoted. If a\n"
94 "value must contain a quote character, it must be backslash-quoted or inside\n"
95 "quotes. Examples:\n"
96 "           hello world      (2 tokens: hello, world)\n"
97 "           \"hello world\"    (1 token: hello world)\n"
98 "           \"Roch'e\" Compaan (2 tokens: Roch'e Compaan)\n"
99 "           Roch\\'e Compaan  (2 tokens: Roch'e Compaan)\n"
100 "           address=\"1 2 3\"  (1 token: address=1 2 3)\n"
101 "           \\\\               (1 token: \\)\n"
102 "           \\n\\r\\t           (1 token: a newline, carriage-return and "
103 "tab)\n"
104 "\n"
105 "When multiple nodes are specified to the roundup get or roundup set\n"
106 "commands, the specified properties are retrieved or set on all the listed\n"
107 "nodes.\n"
108 "\n"
109 "When multiple results are returned by the roundup get or roundup find\n"
110 "commands, they are printed one per line (default) or joined by commas (with\n"
111 "the -c) option.\n"
112 "\n"
113 "Where the command changes data, a login name/password is required. The\n"
114 "login may be specified as either \"name\" or \"name:password\".\n"
115 " . ROUNDUP_LOGIN environment variable\n"
116 " . the -u command-line option\n"
117 "If either the name or password is not supplied, they are obtained from the\n"
118 "command-line.\n"
119 "\n"
120 "Date format examples:\n"
121 "  \"2000-04-17.03:45\" means <Date 2000-04-17.08:45:00>\n"
122 "  \"2000-04-17\" means <Date 2000-04-17.00:00:00>\n"
123 "  \"01-25\" means <Date yyyy-01-25.00:00:00>\n"
124 "  \"08-13.22:13\" means <Date yyyy-08-14.03:13:00>\n"
125 "  \"11-07.09:32:43\" means <Date yyyy-11-07.14:32:43>\n"
126 "  \"14:25\" means <Date yyyy-mm-dd.19:25:00>\n"
127 "  \"8:47:11\" means <Date yyyy-mm-dd.13:47:11>\n"
128 "  \".\" means \"right now\"\n"
129 "\n"
130 "Command help:\n"
131 msgstr ""
133 #: ../roundup/mailgw.py:812
134 msgid ""
135 "\n"
136 "Emails to Roundup trackers must include a Subject: line!\n"
137 msgstr ""
139 #: ../roundup/mailgw.py:1023
140 #, python-format
141 msgid ""
142 "\n"
143 "I cannot match your message to a node in the database - you need to either\n"
144 "supply a full designator (with number, eg \"[issue123]\") or keep the\n"
145 "previous subject title intact so I can match that.\n"
146 "\n"
147 "Subject was: \"%(subject)s\"\n"
148 msgstr ""
150 #: ../roundup/mailgw.py:1330
151 #, python-format
152 msgid ""
153 "\n"
154 "Mail message was rejected by a detector.\n"
155 "%(error)s\n"
156 msgstr ""
158 #: ../roundup/roundupdb.py:661
159 #, python-format
160 msgid ""
161 "\n"
162 "Now:\n"
163 "%(new)s\n"
164 "Was:\n"
165 "%(old)s"
166 msgstr ""
168 #: ../roundup/mailgw.py:1273
169 msgid ""
170 "\n"
171 "Roundup requires the submission to be plain text. The message parser could\n"
172 "not find a text/plain part to use.\n"
173 msgstr ""
175 #: ../roundup/mailgw.py:974
176 #, python-format
177 msgid ""
178 "\n"
179 "The class name you identified in the subject line (\"%(classname)s\") does\n"
180 "not exist in the database.\n"
181 "\n"
182 "Valid class names are: %(validname)s\n"
183 "Subject was: \"%(subject)s\"\n"
184 msgstr ""
186 #: ../roundup/mailgw.py:1084
187 #, python-format
188 msgid ""
189 "\n"
190 "The mail gateway is not properly set up. Please contact\n"
191 "%(mailadmin)s and have them fix the incorrect class specified as:\n"
192 "  %(current_class)s\n"
193 msgstr ""
195 #: ../roundup/mailgw.py:1107
196 #, python-format
197 msgid ""
198 "\n"
199 "The mail gateway is not properly set up. Please contact\n"
200 "%(mailadmin)s and have them fix the incorrect properties:\n"
201 "  %(errors)s\n"
202 msgstr ""
204 #: ../roundup/mailgw.py:936
205 #, python-format
206 msgid ""
207 "\n"
208 "The message you sent to roundup did not contain a properly formed subject\n"
209 "line. The subject must contain a class name or designator to indicate the\n"
210 "'topic' of the message. For example:\n"
211 "    Subject: [issue] This is a new issue\n"
212 "      - this will create a new issue in the tracker with the title 'This is\n"
213 "        a new issue'.\n"
214 "    Subject: [issue1234] This is a followup to issue 1234\n"
215 "      - this will append the message's contents to the existing issue 1234\n"
216 "        in the tracker.\n"
217 "\n"
218 "Subject was: '%(subject)s'\n"
219 msgstr ""
221 #: ../roundup/mailgw.py:1056
222 #, python-format
223 msgid ""
224 "\n"
225 "The node specified by the designator in the subject of your message\n"
226 "(\"%(nodeid)s\") does not exist.\n"
227 "\n"
228 "Subject was: \"%(subject)s\"\n"
229 msgstr ""
231 #: ../roundup/mailgw.py:1374
232 #, python-format
233 msgid ""
234 "\n"
235 "There was a problem with the message you sent:\n"
236 "   %(message)s\n"
237 msgstr ""
239 #: ../roundup/mailgw.py:1213
240 #, python-format
241 msgid ""
242 "\n"
243 "There were problems handling your subject line argument list:\n"
244 "- %(errors)s\n"
245 "\n"
246 "Subject was: \"%(subject)s\"\n"
247 msgstr ""
249 #: ../roundup/mailgw.py:1266
250 msgid ""
251 "\n"
252 "This tracker has been configured to require all email be PGP signed or\n"
253 "encrypted."
254 msgstr ""
256 #: ../roundup/mailgw.py:1147
257 #, python-format
258 msgid ""
259 "\n"
260 "You are not a registered user.%(registration_info)s\n"
261 "\n"
262 "Unknown address: %(from_address)s\n"
263 msgstr ""
265 #: ../roundup/mailgw.py:982
266 #, python-format
267 msgid ""
268 "\n"
269 "You did not identify a class name in the subject line and there is no\n"
270 "default set for this tracker. The subject must contain a class name or\n"
271 "designator to indicate the 'topic' of the message. For example:\n"
272 "    Subject: [issue] This is a new issue\n"
273 "      - this will create a new issue in the tracker with the title 'This is\n"
274 "        a new issue'.\n"
275 "    Subject: [issue1234] This is a followup to issue 1234\n"
276 "      - this will append the message's contents to the existing issue 1234\n"
277 "        in the tracker.\n"
278 "\n"
279 "Subject was: '%(subject)s'\n"
280 msgstr ""
282 #: ../roundup/admin.py:489
283 msgid "       Confirm: "
284 msgstr ""
286 #: ../roundup/admin.py:788
287 #, python-format
288 msgid "   %(propname)s (Again): "
289 msgstr ""
291 #: ../roundup/admin.py:1327
292 #, python-format
293 msgid " %(description)s (%(name)s for \"%(klass)s\" only)"
294 msgstr ""
296 #: ../roundup/admin.py:1324
297 #, python-format
298 msgid " %(description)s (%(name)s for \"%(klass)s\": %(properties)s only)"
299 msgstr ""
301 #: ../roundup/admin.py:1330
302 #, python-format
303 msgid " %(description)s (%(name)s)"
304 msgstr ""
306 #: ../roundup/scripts/roundup_server.py:688
307 msgid ""
308 " -c <Command>  Windows Service options.\n"
309 "               If you want to run the server as a Windows Service, you\n"
310 "               must use configuration file to specify tracker homes.\n"
311 "               Logfile option is required to run Roundup Tracker service.\n"
312 "               Typing \"roundup-server -c help\" shows Windows Services\n"
313 "               specifics."
314 msgstr ""
316 #: ../roundup/scripts/roundup_server.py:695
317 msgid ""
318 " -u <UID>      runs the Roundup web server as this UID\n"
319 " -g <GID>      runs the Roundup web server as this GID\n"
320 " -d <PIDfile>  run the server in the background and write the server's PID\n"
321 "               to the file indicated by PIDfile. The -l option *must* be\n"
322 "               specified if -d is used."
323 msgstr ""
325 #: ../roundup/admin.py:441
326 msgid " ... at a minimum, you must set following options:"
327 msgstr ""
329 #: ../share/roundup/templates/classic/html/_generic.help-submit.html:63
330 #: ../share/roundup/templates/classic/html/_generic.help.html:34
331 #: ../share/roundup/templates/minimal/html/_generic.help.html:34
332 msgid " Apply "
333 msgstr "適用"
335 #: ../share/roundup/templates/classic/html/_generic.help-submit.html:57
336 #: ../share/roundup/templates/classic/html/_generic.help.html:31
337 #: ../share/roundup/templates/minimal/html/_generic.help.html:31
338 msgid " Cancel "
339 msgstr "キャンセル"
341 #: ../roundup/cgi/actions.py:96
342 #, python-format
343 msgid "\"%(input)s\" is not an ID (%(classname)s ID required)"
344 msgstr "\"%(input)s\" はIDではありません(%(classname)s ID を入力してください)"
346 #: ../roundup/admin.py:921
347 #, python-format
348 msgid "\"%(spec)s\" not name:width"
349 msgstr ""
351 #: ../roundup/hyperdb.py:280
352 #, python-format
353 msgid "\"%s\" not a node designator"
354 msgstr ""
356 #: ../share/roundup/templates/classic/html/query.edit.html:6
357 msgid "\"Your Queries\" Editing"
358 msgstr "クエリーの編集"
360 #: ../share/roundup/templates/classic/html/query.edit.html:4
361 msgid "\"Your Queries\" Editing - ${tracker}"
362 msgstr "クエリーの編集 - ${tracker}"
364 #: ../share/roundup/templates/classic/html/_generic.collision.html:7
365 #: ../share/roundup/templates/minimal/html/_generic.collision.html:7
366 msgid "${class} Edit Collision"
367 msgstr "${class} 衝突の解決"
369 #: ../share/roundup/templates/classic/html/_generic.collision.html:4
370 #: ../share/roundup/templates/minimal/html/_generic.collision.html:4
371 msgid "${class} Edit Collision - ${tracker}"
372 msgstr "${class} 衝突の解決 - ${tracker}"
374 #: ../share/roundup/templates/classic/html/_generic.index.html:9
375 #: ../share/roundup/templates/classic/html/_generic.item.html:7
376 #: ../share/roundup/templates/minimal/html/_generic.index.html:9
377 #: ../share/roundup/templates/minimal/html/_generic.item.html:7
378 msgid "${class} editing"
379 msgstr "${class} 編集"
381 #: ../share/roundup/templates/classic/html/_generic.index.html:6
382 #: ../share/roundup/templates/classic/html/_generic.item.html:4
383 #: ../share/roundup/templates/minimal/html/_generic.index.html:6
384 #: ../share/roundup/templates/minimal/html/_generic.item.html:4
385 msgid "${class} editing - ${tracker}"
386 msgstr "${class} 編集 - ${tracker}"
388 #: ../share/roundup/templates/classic/html/_generic.help.html:9
389 #: ../share/roundup/templates/classic/html/user.help.html:13
390 #: ../share/roundup/templates/minimal/html/_generic.help.html:9
391 msgid "${property} help - ${tracker}"
392 msgstr "${property} ヘルプ - ${tracker}"
394 #: ../share/roundup/templates/classic/html/_generic.help.html:53
395 #: ../share/roundup/templates/classic/html/help.html:28
396 #: ../share/roundup/templates/classic/html/issue.index.html:89
397 #: ../share/roundup/templates/minimal/html/_generic.help.html:53
398 msgid "${start}..${end} out of ${total}"
399 msgstr "${total} 件中 ${start}..${end} 件目"
401 #: ../roundup/roundupdb.py:338
402 #, python-format
403 msgid "%(authname)s%(authaddr)s added the comment:"
404 msgstr ""
406 #: ../roundup/cgi/actions.py:448
407 #, python-format
408 msgid "%(class)s %(id)s %(properties)s edited ok"
409 msgstr "%(class)s %(id)s %(properties)s 更新完了"
411 #: ../roundup/cgi/actions.py:451
412 #, python-format
413 msgid "%(class)s %(id)s - nothing changed"
414 msgstr "%(class)s %(id)s - 操作はキャンセルされました"
416 #: ../roundup/cgi/actions.py:463
417 #, python-format
418 msgid "%(class)s %(id)s created"
419 msgstr "%(class)s %(id)s 登録完了"
421 #: ../roundup/cgi/form_parser.py:301
422 #, python-format
423 msgid "%(class)s %(property)s is not a link or multilink property"
424 msgstr "プロパティ %(class)s %(property)s はリンク、マルチリンクのどちらでもありません。"
426 #: ../roundup/cgi/actions.py:134
427 #, python-format
428 msgid "%(classname)s %(itemid)s has been retired"
429 msgstr "%(classname)s %(itemid)s を無効にしました"
431 #: ../roundup/admin.py:705 ../roundup/admin.py:859 ../roundup/admin.py:871
432 #: ../roundup/admin.py:925 ../roundup/admin.py:705:859 :871:925
433 #, python-format
434 msgid "%(classname)s has no property \"%(propname)s\""
435 msgstr ""
437 #: ../roundup/admin.py:729 ../roundup/admin.py:756 ../roundup/admin.py:729:756
438 #, python-format
439 msgid "%(key)s: %(value)s"
440 msgstr ""
442 #: ../roundup/admin.py:727
443 #, python-format
444 msgid "%(key)s: %(value)s (key property)"
445 msgstr ""
447 #: ../roundup/admin.py:111
448 #, python-format
449 msgid ""
450 "%(message)sUsage: roundup-admin [options] [<command> <arguments>]\n"
451 "\n"
452 "Options:\n"
453 " -i instance home  -- specify the issue tracker \"home directory\" to "
454 "administer\n"
455 " -u                -- the user[:password] to use for commands\n"
456 " -d                -- print full designators not just class id numbers\n"
457 " -c                -- when outputting lists of data, comma-separate them.\n"
458 "                      Same as '-S \",\"'.\n"
459 " -S <string>       -- when outputting lists of data, string-separate them\n"
460 " -s                -- when outputting lists of data, space-separate them.\n"
461 "                      Same as '-S \" \"'.\n"
462 " -V                -- be verbose when importing\n"
463 " -v                -- report Roundup and Python versions (and quit)\n"
464 "\n"
465 " Only one of -s, -c or -S can be specified.\n"
466 "\n"
467 "Help:\n"
468 " roundup-admin -h\n"
469 " roundup-admin help                       -- this help\n"
470 " roundup-admin help <command>             -- command-specific help\n"
471 " roundup-admin help all                   -- all available help\n"
472 msgstr ""
474 #: ../roundup/scripts/roundup_server.py:702
475 #, python-format
476 msgid ""
477 "%(message)sUsage: roundup-server [options] [name=tracker home]*\n"
478 "\n"
479 "Options:\n"
480 " -v            print the Roundup version number and exit\n"
481 " -h            print this text and exit\n"
482 " -S            create or update configuration file and exit\n"
483 " -C <fname>    use configuration file <fname>\n"
484 " -n <name>     set the host name of the Roundup web server instance\n"
485 " -p <port>     set the port to listen on (default: %(port)s)\n"
486 " -l <fname>    log to the file indicated by fname instead of stderr/stdout\n"
487 " -N            log client machine names instead of IP addresses (much "
488 "slower)\n"
489 " -i <fname>    set tracker index template\n"
490 " -s            enable SSL\n"
491 " -e <fname>    PEM file containing SSL key and certificate\n"
492 " -t <mode>     multiprocess mode (default: %(mp_def)s).\n"
493 "               Allowed values: %(mp_types)s.\n"
494 "%(os_part)s\n"
495 "\n"
496 "Long options:\n"
497 " --version          print the Roundup version number and exit\n"
498 " --help             print this text and exit\n"
499 " --save-config      create or update configuration file and exit\n"
500 " --config <fname>   use configuration file <fname>\n"
501 " All settings of the [main] section of the configuration file\n"
502 " also may be specified in form --<name>=<value>\n"
503 "\n"
504 "Examples:\n"
505 "\n"
506 " roundup-server -S -C /opt/roundup/etc/roundup-server.ini \\\n"
507 "    -n localhost -p 8917 -l /var/log/roundup.log \\\n"
508 "    support=/var/spool/roundup-trackers/support\n"
509 "\n"
510 " roundup-server -C /opt/roundup/etc/roundup-server.ini\n"
511 "\n"
512 " roundup-server support=/var/spool/roundup-trackers/support\n"
513 "\n"
514 " roundup-server -d /var/run/roundup.pid -l /var/log/roundup.log \\\n"
515 "    support=/var/spool/roundup-trackers/support\n"
516 "\n"
517 "Configuration file format:\n"
518 "   Roundup Server configuration file has common .ini file format.\n"
519 "   Configuration file created with 'roundup-server -S' contains\n"
520 "   detailed explanations for each option.  Please see that file\n"
521 "   for option descriptions.\n"
522 "\n"
523 "How to use \"name=tracker home\":\n"
524 "   These arguments set the tracker home(s) to use. The name is how the\n"
525 "   tracker is identified in the URL (it's the first part of the URL path).\n"
526 "   The tracker home is the directory that was identified when you did\n"
527 "   \"roundup-admin init\". You may specify any number of these name=home\n"
528 "   pairs on the command-line. Make sure the name part doesn't include\n"
529 "   any url-unsafe characters like spaces, as these confuse IE.\n"
530 msgstr ""
532 #: ../roundup/admin.py:873
533 #, python-format
534 msgid "%(nodeid)4s: %(value)s"
535 msgstr ""
537 #: ../roundup/date.py:848
538 #, python-format
539 msgid "%(number)s day"
540 msgid_plural "%(number)s days"
541 msgstr[0] "%(number)s日"
542 msgstr[1] "%(number)s日"
544 #: ../roundup/date.py:857
545 #, python-format
546 msgid "%(number)s hour"
547 msgid_plural "%(number)s hours"
548 msgstr[0] "%(number)s時間"
549 msgstr[1] "%(number)s時間"
551 #: ../roundup/date.py:877
552 #, python-format
553 msgid "%(number)s minute"
554 msgid_plural "%(number)s minutes"
555 msgstr[0] "%(number)s分"
556 msgstr[1] "%(number)s分"
558 #: ../roundup/date.py:840
559 #, python-format
560 msgid "%(number)s month"
561 msgid_plural "%(number)s months"
562 msgstr[0] "%(number)sヶ月"
563 msgstr[1] "%(number)sヶ月"
565 #: ../roundup/date.py:844
566 #, python-format
567 msgid "%(number)s week"
568 msgid_plural "%(number)s weeks"
569 msgstr[0] "%(number)s週"
570 msgstr[1] "%(number)s週"
572 #: ../roundup/date.py:836
573 #, python-format
574 msgid "%(number)s year"
575 msgid_plural "%(number)s years"
576 msgstr[0] "%(number)s年"
577 msgstr[1] "%(number)s年"
579 #: ../roundup/date.py:882
580 #, python-format
581 msgid "%(number)s/4 hour"
582 msgid_plural "%(number)s/4 hours"
583 msgstr[0] "%(number)s/4時間"
584 msgstr[1] "%(number)s/4時間"
586 #: ../roundup/admin.py:794
587 #, python-format
588 msgid "%(propname)s (%(proptype)s): "
589 msgstr ""
591 #: ../roundup/admin.py:786
592 #, python-format
593 msgid "%(propname)s (Password): "
594 msgstr ""
596 #: ../roundup/cgi/client.py:972
597 #, python-format
598 msgid ""
599 "%(starttag)sCache hits: %(cache_hits)d, misses %(cache_misses)d. Loading "
600 "items: %(get_items)f secs. Filtering: %(filtering)f secs.%(endtag)s\n"
601 msgstr ""
603 #: ../roundup/cgi/client.py:968
604 #, python-format
605 msgid "%(starttag)sTime elapsed: %(seconds)fs%(endtag)s\n"
606 msgstr ""
608 #: ../roundup/hyperdb.py:1277
609 #, python-format
610 msgid "%r is not a property of %s"
611 msgstr ""
613 #: ../roundup/date.py:365
614 #, python-format
615 msgid ""
616 "%r not a date / time spec \"yyyy-mm-dd\", \"mm-dd\", \"HH:MM\", \"HH:MM:SS\" "
617 "or \"yyyy-mm-dd.HH:MM:SS.SSS\""
618 msgstr ""
620 #: ../roundup/date.py:886
621 #, python-format
622 msgid "%s ago"
623 msgstr "%s前"
625 #: ../roundup/admin.py:238
626 #, python-format
627 msgid "%s:"
628 msgstr ""
630 #: ../roundup/cgi/templating.py:1077
631 #, python-format
632 msgid "%s: (no value)"
633 msgstr ""
635 #: ../share/roundup/templates/classic/html/_generic.help.html:41
636 #: ../share/roundup/templates/classic/html/help.html:21
637 #: ../share/roundup/templates/classic/html/issue.index.html:81
638 #: ../share/roundup/templates/minimal/html/_generic.help.html:41
639 msgid "&lt;&lt; previous"
640 msgstr "&lt;&lt; 前へ"
642 #: ../roundup/cgi/cgitb.py:129
643 msgid "&lt;file is None - probably inside <tt>eval</tt> or <tt>exec</tt>&gt;"
644 msgstr ""
646 #: ../roundup/cgi/templating.py:664
647 msgid "(list)"
648 msgstr "(一覧)"
650 #: ../share/roundup/templates/classic/html/user.item.html:109
651 #: ../share/roundup/templates/minimal/html/user.item.html:109
652 msgid "(this is a numeric hour offset, the default is ${zone})"
653 msgstr "(協定世界時との時差, デフォルト ${zone})"
655 #: ../share/roundup/templates/classic/html/user.item.html:88
656 #: ../share/roundup/templates/minimal/html/user.item.html:88
657 msgid "(to give the user more than one role, enter a comma,separated,list)"
658 msgstr "(ユーザーに複数のロールを割り当てるときは、カンマで区切って入力します)"
660 #: ../share/roundup/templates/classic/html/issue.search.html:221
661 msgid ""
662 "**: If you supply a name, the query will be saved off and available as a "
663 "link in the sidebar"
664 msgstr "**: クエリー名を指定すると検索条件がその名前で保存され、サイドバーのリンクをクリックするだけで実行できるようになります"
666 #: ../share/roundup/templates/classic/html/issue.search.html:218
667 msgid "*: The \"all text\" field will look in message bodies and issue titles"
668 msgstr "*: \"全文検索\"はメッセージ本文と課題のタイトルを対象に検索します"
670 #: ../roundup/cgi/templating.py:1498
671 msgid "*encrypted*"
672 msgstr "*暗号化済み*"
674 #: ../share/roundup/templates/classic/html/issue.index.html:119
675 #: ../share/roundup/templates/classic/html/issue.index.html:140
676 msgid "- nothing -"
677 msgstr "- 無指定 -"
679 #: ../share/roundup/templates/classic/html/page.html:243
680 #: ../share/roundup/templates/classic/html/page.html:258
681 #: ../share/roundup/templates/classic/html/page.html:271
682 #: ../share/roundup/templates/minimal/html/page.html:230
683 #: ../share/roundup/templates/minimal/html/page.html:245
684 #: ../share/roundup/templates/minimal/html/page.html:258
685 msgid "------------"
686 msgstr ""
688 #: ../roundup/date.py:865
689 #, python-format
690 msgid "1 %(number)s/4 hours"
691 msgid_plural "1 %(number)s/4 hours"
692 msgstr[0] "1 %(number)s/4時間"
693 msgstr[1] "1 %(number)s/4時間"
695 #: ../roundup/date.py:863
696 msgid "1 1/2 hours"
697 msgstr "1 1/2時間"
699 #: ../roundup/date.py:874
700 msgid "1 minute"
701 msgstr "1分"
703 #: ../share/roundup/templates/classic/html/_generic.help-list.html:34
704 msgid "1..25 out of 50"
705 msgstr "50 件中 1..25 件目"
707 #: ../roundup/date.py:880
708 msgid "1/2 an hour"
709 msgstr "1/2時間"
711 #: ../share/roundup/templates/classic/html/page.html:54
712 #: ../share/roundup/templates/minimal/html/page.html:53
713 msgid "<b>Your Queries</b> (<a href=\"query?@template=edit\">edit</a>)"
714 msgstr "<b>クエリー</b> (<a href=\"query?@template=edit\">編集</a>)"
716 #: ../roundup/cgi/templating.py:951
717 #, python-format
718 msgid "<em>%s: %s</em>\n"
719 msgstr ""
721 #: ../roundup/cgi/templating.py:950
722 msgid "<em>The indicated property no longer exists</em>"
723 msgstr "<em>指定されたプロパティは存在しません<em>"
725 #: ../roundup/cgi/cgitb.py:172 ../roundup/cgi/cgitb.py:178
726 #: ../roundup/cgi/cgitb.py:172:178
727 msgid "<em>undefined</em>"
728 msgstr "<em>未定義</em>"
730 #: ../roundup/cgi/cgitb.py:116
731 #, python-format
732 msgid "<font size=+1><strong>%(exc_type)s</strong>: %(exc_value)s</font>"
733 msgstr ""
735 #: ../roundup/cgi/cgitb.py:49
736 #, python-format
737 msgid ""
738 "<h1>Templating Error</h1>\n"
739 "<p><b>%(exc_type)s</b>: %(exc_value)s</p>\n"
740 "<p class=\"help\">Debugging information follows</p>"
741 msgstr ""
743 #: ../roundup/scripts/roundup_server.py:253
744 msgid ""
745 "<html><head><title>Roundup trackers index</title></head>\n"
746 "<body><h1>Roundup trackers index</h1><ol>\n"
747 msgstr ""
749 #: ../roundup/cgi/cgitb.py:64
750 #, python-format
751 msgid "<li>\"%(name)s\" (%(info)s)</li>"
752 msgstr ""
754 #: ../roundup/cgi/cgitb.py:71
755 #, python-format
756 msgid "<li>In %s</li>"
757 msgstr ""
759 #: ../roundup/cgi/cgitb.py:67
760 #, python-format
761 msgid "<li>Looking for \"%(name)s\", current path:<ol>%(path)s</ol></li>"
762 msgstr ""
764 #: ../roundup/cgi/templating.py:1929
765 #, python-format
766 msgid "<option %svalue=\"-1\">- no selection -</option>"
767 msgstr "<option %svalue=\"-1\">- 未選択 -</option>"
769 #: ../share/roundup/templates/classic/html/_generic.index.html:28
770 #: ../share/roundup/templates/minimal/html/_generic.index.html:28
771 msgid ""
772 "<p class=\"form-help\"> You may edit the contents of the ${classname} class "
773 "using this form. Commas, newlines and double quotes (\") must be handled "
774 "delicately. You may include commas and newlines by enclosing the values in "
775 "double-quotes (\"). Double quotes themselves must be quoted by doubling "
776 "(\"\"). </p> <p class=\"form-help\"> Multilink properties have their "
777 "multiple values colon (\":\") separated (... ,\"one:two:three\", ...) </p> "
778 "<p class=\"form-help\"> Remove entries by deleting their line. Add new "
779 "entries by appending them to the table - put an X in the id column. </p>"
780 msgstr "<p class=\"form-help\">このフォームを使って ${classname} クラスの内容を編集できます。カンマ、改行、ダブルクォート(\")の入力には注意してください。カンマや改行を値として入力する場合はダブルクォート(\")で囲む必要があります。またダブルクォート自体を入力したいときは二重にしてクォートします(\"\")。</p><p class=\"form-help\">マルチリンクプロパティの場合は個々の値をコロンで(\":\")区切ります(... ,\"one:two:three\", ...)。</p><p class=\"form-help\">クエリーを削除するにはその行を削除します。追加する場合は、idカラムに番号を設定した行を末尾に追加します。</p>"
782 #: ../roundup/cgi/cgitb.py:120
783 msgid ""
784 "<p>A problem occurred while running a Python script. Here is the sequence of "
785 "function calls leading up to the error, with the most recent (innermost) "
786 "call first. The exception attributes are:"
787 msgstr "<p>Python スクリプトの実行中にエラーが発生しました。エラー発生時の関数呼び出しシークエンスを新しいものから順にに表示します。例外の属性は次の通り:"
789 #: ../roundup/cgi/templating.py:998 ../roundup/cgi/templating.py:1023
790 #: ../roundup/cgi/templating.py:998:1023
791 msgid "<strike>The linked node no longer exists</strike>"
792 msgstr "<strike>リンク先のノードは存在しません</strike>"
794 #: ../roundup/cgi/templating.py:1089
795 msgid ""
796 "<strong><em>This event is not handled by the history display!</em></strong>"
797 msgstr "<strong><em>このイベントは履歴の中に表示されません!</em></strong>"
799 #: ../share/roundup/templates/classic/html/issue.item.html:114
800 #: ../share/roundup/templates/classic/html/user.item.html:153
801 #: ../share/roundup/templates/classic/html/user.register.html:69
802 #: ../share/roundup/templates/minimal/html/user.item.html:153
803 msgid ""
804 "<table class=\"form\"> <tr> <td>Note:&nbsp;</td> <th class=\"required"
805 "\">highlighted</th> <td>&nbsp;fields are required.</td> </tr> </table>"
806 msgstr ""
807 "<table class=\"form\"> <tr> <td>Note:&nbsp;</td> <th class=\"required\">強調"
808 "表示</th><td>&nbsp;されている項目は入力必須です。</td> </tr> </table>"
810 #: ../roundup/cgi/templating.py:1114
811 msgid "<th>Action</th>"
812 msgstr "<th>アクション</th>"
814 #: ../roundup/cgi/templating.py:1115
815 msgid "<th>Args</th>"
816 msgstr "<th>引数</th>"
818 #: ../roundup/cgi/templating.py:1112
819 msgid "<th>Date</th>"
820 msgstr "<th>日時</th>"
822 #: ../roundup/cgi/templating.py:1113
823 msgid "<th>User</th>"
824 msgstr "<th>ユーザー</th>"
826 #: ../roundup/cgi/templating.py:1101
827 msgid "<tr><td colspan=4><strong>Note:</strong></td></tr>"
828 msgstr "<tr><td colspan=4><strong>備考:</strong></td></tr>"
830 #: ../share/roundup/templates/classic/html/user.forgotten.html:39
831 msgid ""
832 "A confirmation email will be sent to you - please follow the instructions "
833 "within it to complete the reset process."
834 msgstr ""
835 "確認のメールが送信されます。再設定の手順はそのメールに書かれた内容に従ってく"
836 "ださい。"
838 #: ../roundup/cgi/cgitb.py:76
839 #, python-format
840 msgid "A problem occurred in your template \"%s\"."
841 msgstr ""
843 #: ../share/roundup/templates/classic/html/issue.index.html:30
844 msgid "Activity"
845 msgstr "最終更新"
847 #: ../share/roundup/templates/classic/html/issue.search.html:97
848 msgid "Activity:"
849 msgstr "最終更新:"
851 #: ../share/roundup/templates/classic/html/issue.index.html:31
852 msgid "Actor"
853 msgstr "更新者"
855 #: ../share/roundup/templates/classic/html/issue.search.html:108
856 msgid "Actor:"
857 msgstr "更新者:"
859 #: ../share/roundup/templates/classic/html/page.html:122
860 #: ../share/roundup/templates/minimal/html/page.html:121
861 msgid "Add User"
862 msgstr "ユーザー登録"
864 #: ../roundup/admin.py:488
865 msgid "Admin Password: "
866 msgstr ""
868 #: ../share/roundup/templates/classic/html/page.html:114
869 #: ../share/roundup/templates/minimal/html/page.html:113
870 msgid "Administration"
871 msgstr "管理"
873 #: ../share/roundup/templates/classic/html/issue.search.html:38
874 msgid "All text*:"
875 msgstr "全文検索*:"
877 #: ../share/roundup/templates/classic/html/user.item.html:130
878 #: ../share/roundup/templates/classic/html/user.register.html:53
879 #: ../share/roundup/templates/minimal/html/user.item.html:130
880 #: ../share/roundup/templates/minimal/html/user.register.html:53
881 msgid "Alternate E-mail addresses<br>One address per line"
882 msgstr "追加のメールアドレス<br>1行に1アドレスを記述"
884 #: ../roundup/cgi/client.py:696
885 msgid "Anonymous users are not allowed to use the web interface"
886 msgstr ""
888 #: ../share/roundup/templates/classic/html/issue.item.html:76
889 msgid "Assigned To"
890 msgstr "担当"
892 #: ../share/roundup/templates/classic/html/issue.search.html:152
893 msgid "Assigned to:"
894 msgstr "担当者:"
896 #: ../share/roundup/templates/classic/html/issue.index.html:36
897 msgid "Assigned&nbsp;To"
898 msgstr "担当者"
900 #: ../roundup/cgi/templating.py:1844
901 #, python-format
902 msgid "Attempt to look up %(attr)s on a missing value"
903 msgstr "存在しない値の %(attr)s 検索が実行されました"
905 #: ../share/roundup/templates/classic/html/msg.item.html:38
906 msgid "Author"
907 msgstr "投稿者"
909 #: ../share/roundup/templates/classic/html/issue.item.html:170
910 msgid "Author: ${author}"
911 msgstr "投稿者: ${author}"
913 #: ../roundup/admin.py:346 ../roundup/admin.py:410 ../roundup/admin.py:346:410
914 msgid "Back ends:"
915 msgstr ""
917 #: ../roundup/scripts/roundup_server.py:405
918 msgid "Can't change groups - no grp module"
919 msgstr ""
921 #: ../roundup/scripts/roundup_server.py:434
922 msgid "Can't change users - no pwd module"
923 msgstr ""
925 #: ../roundup/scripts/roundup_server.py:425
926 msgid "Can't run as root!"
927 msgstr ""
929 #: ../share/roundup/templates/classic/html/issue.item.html:86
930 msgid "Change Note"
931 msgstr "更新内容"
933 #: ../roundup/roundupdb.py:341
934 #, python-format
935 msgid "Change by %(authname)s%(authaddr)s:"
936 msgstr ""
938 #: ../share/roundup/templates/classic/html/page.html:116
939 #: ../share/roundup/templates/minimal/html/page.html:115
940 msgid "Class List"
941 msgstr "クラス一覧"
943 #: ../roundup/admin.py:145
944 msgid ""
945 "Commands may be abbreviated as long as the abbreviation\n"
946 "matches only one command, e.g. l == li == lis == list."
947 msgstr ""
949 #: ../roundup/admin.py:138
950 msgid "Commands:"
951 msgstr ""
953 #: ../roundup/scripts/roundup_server.py:874
954 #, python-format
955 msgid "Configuration saved to %s"
956 msgstr ""
958 #: ../share/roundup/templates/classic/html/user.register.html:29
959 #: ../share/roundup/templates/minimal/html/user.register.html:37
960 msgid "Confirm Password"
961 msgstr "パスワード(確認)"
963 #: ../share/roundup/templates/classic/html/msg.item.html:54
964 msgid "Content"
965 msgstr "内容"
967 #: ../share/roundup/templates/classic/html/file.index.html:11
968 #: ../share/roundup/templates/classic/html/file.item.html:27
969 msgid "Content Type"
970 msgstr ""
972 #: ../roundup/cgi/templating.py:1160
973 #, python-format
974 msgid "Copy of %(class)s %(id)s"
975 msgstr "%(class)s %(id)s のコピー"
977 #: ../roundup/date.py:315
978 msgid "Could not determine granularity"
979 msgstr ""
981 #: ../roundup/backends/back_anydbm.py:218
982 #: ../roundup/backends/sessions_dbm.py:50
983 msgid "Couldn't identify database type"
984 msgstr ""
986 #: ../roundup/backends/back_anydbm.py:244
987 #, python-format
988 msgid "Couldn't open database - the required module '%s' is not available"
989 msgstr ""
991 #: ../share/roundup/templates/classic/html/page.html:67
992 #: ../share/roundup/templates/classic/html/page.html:105
993 #: ../share/roundup/templates/minimal/html/page.html:66
994 #: ../share/roundup/templates/minimal/html/page.html:104
995 msgid "Create New"
996 msgstr "新規登録"
998 #: ../share/roundup/templates/classic/html/issue.item.html:128
999 msgid ""
1000 "Created on ${creation} by ${creator}, last changed ${activity} by ${actor}."
1001 msgstr "登録 ${creation} by ${creator} 最終更新 ${activity} by ${actor}."
1003 #: ../share/roundup/templates/classic/html/issue.index.html:29
1004 msgid "Creation"
1005 msgstr "登録日時"
1007 #: ../share/roundup/templates/classic/html/issue.search.html:75
1008 msgid "Creation Date:"
1009 msgstr "登録日時"
1011 #: ../share/roundup/templates/classic/html/issue.index.html:35
1012 msgid "Creator"
1013 msgstr "登録者"
1015 #: ../share/roundup/templates/classic/html/issue.search.html:86
1016 msgid "Creator:"
1017 msgstr "登録者"
1019 #: ../roundup/backends/back_anydbm.py:799
1020 #: ../roundup/backends/back_anydbm.py:1074
1021 #: ../roundup/backends/back_anydbm.py:1271
1022 #: ../roundup/backends/back_anydbm.py:1289
1023 #: ../roundup/backends/back_anydbm.py:1335
1024 #: ../roundup/backends/back_anydbm.py:1905
1025 #: ../roundup/backends/back_anydbm.py:799:1074
1026 #: ../roundup/backends/rdbms_common.py:1396
1027 #: ../roundup/backends/rdbms_common.py:1625
1028 #: ../roundup/backends/rdbms_common.py:1831
1029 #: ../roundup/backends/rdbms_common.py:1851
1030 #: ../roundup/backends/rdbms_common.py:1904
1031 #: ../roundup/backends/rdbms_common.py:2512
1032 #: ../roundup/backends/rdbms_common.py:1396:1625 :1271:1289 :1335:1905
1033 #: :1831:1851 :1904:2512
1034 msgid "Database open read-only"
1035 msgstr ""
1037 #: ../share/roundup/templates/classic/html/file.index.html:13
1038 #: ../share/roundup/templates/classic/html/msg.item.html:48
1039 msgid "Date"
1040 msgstr "日時"
1042 #: ../share/roundup/templates/classic/html/issue.item.html:172
1043 msgid "Date: ${date}"
1044 msgstr "日時: ${date}"
1046 #: ../share/roundup/templates/classic/html/query.edit.html:79
1047 msgid "Delete"
1048 msgstr "削除"
1050 #: ../share/roundup/templates/classic/html/issue.index.html:127
1051 #: ../share/roundup/templates/classic/html/issue.index.html:148
1052 msgid "Descending:"
1053 msgstr "降順表示"
1055 #: ../share/roundup/templates/classic/html/issue.search.html:32
1056 msgid "Display"
1057 msgstr "表示"
1059 #: ../share/roundup/templates/classic/html/file.index.html:10
1060 msgid "Download"
1061 msgstr "ダウンロード"
1063 #: ../share/roundup/templates/classic/html/issue.index.html:105
1064 msgid "Download as CSV"
1065 msgstr "CSV形式でダウンロード"
1067 #: ../share/roundup/templates/classic/html/user.register.html:49
1068 #: ../share/roundup/templates/minimal/html/user.register.html:49
1069 msgid "E-mail address"
1070 msgstr "メールアドレス"
1072 #: ../share/roundup/templates/classic/html/issue.item.html:137
1073 #: ../share/roundup/templates/classic/html/query.edit.html:30
1074 msgid "Edit"
1075 msgstr "編集"
1077 #: ../roundup/cgi/actions.py:607
1078 #, python-format
1079 msgid "Edit Error: %s"
1080 msgstr "更新エラー: %s"
1082 #: ../roundup/cgi/actions.py:575
1083 #, python-format
1084 msgid ""
1085 "Edit Error: someone else has edited this %s (%s). View <a target=\"new\" "
1086 "href=\"%s%s\">their changes</a> in a new window."
1087 msgstr "編集エラー: 他のユーザーが %s (%s) を変更しました。. <a target=\"new\" href=\"%s%s\">変更内容の確認</a>(別ウィンドウで開く)"
1089 #: ../share/roundup/templates/classic/html/page.html:108
1090 #: ../share/roundup/templates/minimal/html/page.html:107
1091 msgid "Edit Existing"
1092 msgstr "登録済みキーワードの編集"
1094 #: ../share/roundup/templates/classic/html/_generic.index.html:50
1095 #: ../share/roundup/templates/minimal/html/_generic.index.html:50
1096 msgid "Edit Items"
1097 msgstr "アイテムの編集"
1099 #: ../share/roundup/templates/classic/html/user.forgotten.html:16
1100 msgid "Email Address:"
1101 msgstr "メールアドレス"
1103 #: ../share/roundup/templates/classic/html/user.index.html:22
1104 #: ../share/roundup/templates/minimal/html/user.index.html:20
1105 msgid "Email address"
1106 msgstr "メールアドレス"
1108 #: ../roundup/cgi/actions.py:773
1109 #, python-format
1110 msgid "Email sent to %s"
1111 msgstr "%sへメールを送信しました"
1113 #: ../roundup/scripts/roundup_demo.py:32
1114 #, python-format
1115 msgid "Enter directory path to create demo tracker [%s]: "
1116 msgstr ""
1118 #: ../roundup/admin.py:1399
1119 msgid "Enter tracker home: "
1120 msgstr ""
1122 #: ../roundup/admin.py:422
1123 #, python-format
1124 msgid "Error in configuration settings: \"%s\""
1125 msgstr ""
1127 #: ../roundup/admin.py:1406 ../roundup/admin.py:1412 ../roundup/admin.py:1432
1128 #: ../roundup/admin.py:1406:1412:1432
1129 #, python-format
1130 msgid "Error: %(message)s"
1131 msgstr ""
1133 #: ../roundup/cgi/actions.py:642 ../roundup/cgi/actions.py:658
1134 #: ../roundup/cgi/actions.py:828 ../roundup/cgi/actions.py:847
1135 #: ../roundup/cgi/actions.py:642:658 :828:847
1136 #, python-format
1137 msgid "Error: %s"
1138 msgstr "エラー: %s"
1140 #: ../roundup/scripts/roundup_mailgw.py:186
1141 #, python-format
1142 msgid "Error: %s specification not valid"
1143 msgstr ""
1145 #: ../roundup/scripts/roundup_server.py:389
1146 #, python-format
1147 msgid "Error: %s: %s"
1148 msgstr ""
1150 #: ../roundup/admin.py:1420
1151 #, python-format
1152 msgid "Error: Couldn't open tracker: %(message)s"
1153 msgstr ""
1155 #: ../roundup/scripts/roundup_mailgw.py:203
1156 msgid ""
1157 "Error: The source must be either \"mailbox\", \"pop\", \"pops\", \"apop\", "
1158 "\"imap\" or \"imaps\""
1159 msgstr ""
1161 #: ../roundup/scripts/roundup_mailgw.py:192
1162 msgid "Error: a later version of python is required"
1163 msgstr ""
1165 #: ../roundup/scripts/roundup_mailgw.py:157
1166 msgid "Error: not enough source specification information"
1167 msgstr ""
1169 #: ../share/roundup/templates/classic/html/keyword.item.html:11
1170 msgid "Existing Keywords"
1171 msgstr "登録済みのキーワード"
1173 #: ../share/roundup/templates/classic/html/issue.item.html:94
1174 msgid "File"
1175 msgstr "ファイル"
1177 #: ../roundup/roundupdb.py:361
1178 #, python-format
1179 msgid "File '%(filename)s' not attached - you can download it from %(link)s."
1180 msgstr ""
1182 #: ../share/roundup/templates/classic/html/file.item.html:4
1183 msgid "File display"
1184 msgstr "ファイル表示"
1186 #: ../share/roundup/templates/classic/html/file.item.html:2
1187 msgid "File display - ${tracker}"
1188 msgstr "ファイル表示 - ${tracker}"
1190 #: ../roundup/cgi/form_parser.py:580
1191 msgid "File is empty"
1192 msgstr "ファイル内容が空です"
1194 #: ../share/roundup/templates/classic/html/issue.item.html:134
1195 #: ../share/roundup/templates/classic/html/msg.item.html:63
1196 msgid "File name"
1197 msgstr "ファイル名"
1199 #: ../share/roundup/templates/classic/html/issue.item.html:132
1200 #: ../share/roundup/templates/classic/html/msg.item.html:61
1201 msgid "Files"
1202 msgstr "ファイル"
1204 #: ../share/roundup/templates/classic/html/issue.search.html:31
1205 msgid "Filter on"
1206 msgstr "絞り込み条件"
1208 #: ../roundup/cgi/client.py:517
1209 msgid "Form Error: "
1210 msgstr ""
1212 #: ../roundup/cgi/cgitb.py:103
1213 msgid "Full traceback:"
1214 msgstr ""
1216 #: ../share/roundup/templates/classic/html/_generic.help-search.html:9
1217 msgid ""
1218 "Generic template ${template} or version for class ${classname} is not yet "
1219 "implemented"
1220 msgstr "ジェネリックテンプレート ${template} または class ${classname} のバージョンがまだ実装されていません"
1222 #: ../roundup/scripts/roundup_server.py:414
1223 #, python-format
1224 msgid "Group %(group)s doesn't exist"
1225 msgstr ""
1227 #: ../share/roundup/templates/classic/html/issue.search.html:194
1228 msgid "Group Descending:"
1229 msgstr "降順にグループ化"
1231 #: ../share/roundup/templates/classic/html/issue.search.html:34
1232 msgid "Group on"
1233 msgstr "グループ化"
1235 #: ../share/roundup/templates/classic/html/issue.index.html:136
1236 msgid "Group on:"
1237 msgstr "グループ化:"
1239 #: ../share/roundup/templates/classic/html/page.html:146
1240 #: ../share/roundup/templates/minimal/html/page.html:145
1241 msgid "Hello, ${user}"
1242 msgstr "ログイン中: ${user} "
1244 #: ../share/roundup/templates/classic/html/page.html:166
1245 #: ../share/roundup/templates/minimal/html/page.html:153
1246 msgid "Help"
1247 msgstr "ヘルプ"
1249 #: ../roundup/cgi/templating.py:1110
1250 msgid "History"
1251 msgstr "履歴"
1253 #: ../share/roundup/templates/classic/html/issue.index.html:28
1254 msgid "ID"
1255 msgstr ""
1257 #: ../share/roundup/templates/classic/html/issue.search.html:67
1258 msgid "ID:"
1259 msgstr ""
1261 #: ../share/roundup/templates/classic/html/query.edit.html:29
1262 msgid "Include in \"Your Queries\""
1263 msgstr "クエリーの保持"
1265 #: ../roundup/admin.py:497
1266 msgid "Instance has not been installed"
1267 msgstr ""
1269 #: ../roundup/admin.py:493
1270 msgid "Instance home does not exist"
1271 msgstr ""
1273 #: ../roundup/admin.py:378
1274 #, python-format
1275 msgid "Instance home parent directory \"%(parent)s\" does not exist"
1276 msgstr ""
1278 #: ../roundup/scripts/roundup_server.py:860
1279 msgid "Instances must be name=home"
1280 msgstr ""
1282 #: ../roundup/cgi/actions.py:684
1283 msgid ""
1284 "Invalid One Time Key!\n"
1285 "(a Mozilla bug may cause this message to show up erroneously, please check "
1286 "your email)"
1287 msgstr ""
1289 #: ../roundup/mailgw.py:210
1290 msgid "Invalid PGP signature detected."
1291 msgstr ""
1293 #: ../roundup/admin.py:1260
1294 msgid "Invalid format"
1295 msgstr ""
1297 #: ../roundup/cgi/actions.py:978 ../roundup/cgi/actions.py:982
1298 #: ../roundup/cgi/actions.py:978:982
1299 msgid "Invalid login"
1300 msgstr ""
1302 #: ../roundup/cgi/actions.py:108 ../roundup/cgi/actions.py:287
1303 #: ../roundup/cgi/actions.py:590 ../roundup/cgi/actions.py:636
1304 #: ../roundup/cgi/actions.py:822 ../roundup/cgi/actions.py:940
1305 #: ../roundup/cgi/actions.py:108:287 :590:636 :822:940
1306 msgid "Invalid request"
1307 msgstr "不正なリクエスト"
1309 #: ../share/roundup/templates/classic/html/issue.item.html:7
1310 msgid "Issue ${id}: ${title} - ${tracker}"
1311 msgstr "課題 ${id}: ${title} - ${tracker}"
1313 #: ../share/roundup/templates/classic/html/issue.search.html:4
1314 msgid "Issue searching"
1315 msgstr "課題の検索"
1317 #: ../share/roundup/templates/classic/html/issue.search.html:2
1318 msgid "Issue searching - ${tracker}"
1319 msgstr "課題の検索 - ${tracker}"
1321 #: ../share/roundup/templates/classic/html/issue.item.html:19
1322 msgid "Issue${id}"
1323 msgstr "課題${id}"
1325 #: ../share/roundup/templates/classic/html/issue.item.html:22
1326 msgid "Issue${id} Editing"
1327 msgstr "課題${id} 編集"
1329 #: ../share/roundup/templates/classic/html/page.html:65
1330 #: ../share/roundup/templates/minimal/html/page.html:64
1331 msgid "Issues"
1332 msgstr "課題"
1334 #: ../roundup/cgi/actions.py:836
1335 msgid "It is not permitted to supply roles at registration."
1336 msgstr "登録時のロール割り当ては許可されていません。"
1338 #: ../roundup/cgi/actions.py:389
1339 msgid "Items edited OK"
1340 msgstr "アイテムの編集完了"
1342 #: ../share/roundup/templates/classic/html/issue.index.html:32
1343 #: ../share/roundup/templates/classic/html/keyword.item.html:37
1344 msgid "Keyword"
1345 msgstr "キーワード"
1347 #: ../share/roundup/templates/classic/html/keyword.item.html:5
1348 msgid "Keyword editing"
1349 msgstr "キーワードの編集"
1351 #: ../share/roundup/templates/classic/html/keyword.item.html:3
1352 msgid "Keyword editing - ${tracker}"
1353 msgstr "キーワードの編集 - ${tracker}"
1355 #: ../share/roundup/templates/classic/html/issue.search.html:56
1356 msgid "Keyword:"
1357 msgstr "キーワード:"
1359 #: ../share/roundup/templates/classic/html/issue.item.html:78
1360 #: ../share/roundup/templates/classic/html/page.html:103
1361 #: ../share/roundup/templates/minimal/html/page.html:102
1362 msgid "Keywords"
1363 msgstr "キーワード"
1365 #: ../share/roundup/templates/classic/html/home.classlist.html:4
1366 #: ../share/roundup/templates/minimal/html/home.classlist.html:4
1367 msgid "List of classes"
1368 msgstr "クラス一覧"
1370 #: ../share/roundup/templates/classic/html/home.classlist.html:2
1371 #: ../share/roundup/templates/minimal/html/home.classlist.html:2
1372 msgid "List of classes - ${tracker}"
1373 msgstr "クラス一覧 - ${tracker}"
1375 #: ../share/roundup/templates/classic/html/file.index.html:5
1376 msgid "List of files"
1377 msgstr "ファイル一覧"
1379 #: ../share/roundup/templates/classic/html/file.index.html:4
1380 msgid "List of files - ${tracker}"
1381 msgstr "ファイル一覧 - ${tracker}"
1383 #: ../share/roundup/templates/classic/html/issue.index.html:4
1384 #: ../share/roundup/templates/classic/html/issue.index.html:10
1385 msgid "List of issues"
1386 msgstr "課題一覧"
1388 #: ../share/roundup/templates/classic/html/msg.index.html:3
1389 msgid "List of messages - ${tracker}"
1390 msgstr "メッセージ一覧 - ${tracker}"
1392 #: ../share/roundup/templates/classic/html/page.html:129
1393 #: ../share/roundup/templates/classic/html/page.html:135
1394 #: ../share/roundup/templates/minimal/html/page.html:128
1395 #: ../share/roundup/templates/minimal/html/page.html:134
1396 msgid "Login"
1397 msgstr "ログイン"
1399 #: ../share/roundup/templates/classic/html/user.register.html:21
1400 #: ../share/roundup/templates/minimal/html/user.register.html:29
1401 msgid "Login Name"
1402 msgstr "ログイン名"
1404 #: ../share/roundup/templates/classic/html/user.register.html:25
1405 #: ../share/roundup/templates/minimal/html/user.register.html:33
1406 msgid "Login Password"
1407 msgstr "パスワード"
1409 #: ../share/roundup/templates/classic/html/page.html:162
1410 #: ../share/roundup/templates/minimal/html/page.html:149
1411 msgid "Logout"
1412 msgstr "ログアウト"
1414 #: ../share/roundup/templates/classic/html/page.html:141
1415 #: ../share/roundup/templates/minimal/html/page.html:140
1416 msgid "Lost&nbsp;your&nbsp;login?"
1417 msgstr "パスワードを忘れた?"
1419 #: ../share/roundup/templates/classic/html/issue.item.html:106
1420 msgid "Make a copy"
1421 msgstr "コピー作成"
1423 #: ../share/roundup/templates/classic/html/msg.item.html:6
1424 msgid "Message ${id} - ${tracker}"
1425 msgstr "メッセージ ${id} - ${tracker}"
1427 #: ../share/roundup/templates/classic/html/msg.index.html:5
1428 msgid "Message listing"
1429 msgstr "メッセージ一覧"
1431 #: ../roundup/mailgw.py:207
1432 #, python-format
1433 msgid "Message signed with a revoked key: %s"
1434 msgstr ""
1436 #: ../roundup/mailgw.py:204
1437 #, python-format
1438 msgid "Message signed with an expired key: %s"
1439 msgstr ""
1441 #: ../roundup/mailgw.py:201 ../roundup/mailgw.py:213
1442 #: ../roundup/mailgw.py:201:213
1443 #, python-format
1444 msgid "Message signed with unknown key: %s"
1445 msgstr ""
1447 #: ../share/roundup/templates/classic/html/msg.item.html:18
1448 msgid "Message${id}"
1449 msgstr "メッセージ${id}"
1451 #: ../share/roundup/templates/classic/html/msg.item.html:21
1452 msgid "Message${id} Editing"
1453 msgstr "メッセージ${id} 編集"
1455 #: ../share/roundup/templates/classic/html/issue.item.html:165
1456 #: ../share/roundup/templates/classic/html/msg.index.html:9
1457 msgid "Messages"
1458 msgstr "メッセージ"
1460 #: ../roundup/admin.py:1392
1461 #, python-format
1462 msgid "Multiple commands match \"%(command)s\": %(list)s"
1463 msgstr ""
1465 #: ../roundup/scripts/roundup_server.py:592
1466 #, python-format
1467 msgid "Multiprocess mode \"%s\" is not available, switching to single-process"
1468 msgstr ""
1470 #: ../share/roundup/templates/classic/html/file.item.html:23
1471 #: ../share/roundup/templates/classic/html/user.register.html:17
1472 msgid "Name"
1473 msgstr "名前"
1475 #: ../roundup/admin.py:1316
1476 #, python-format
1477 msgid "New Email users get the Role \"%(role)s\""
1478 msgstr ""
1480 #: ../roundup/admin.py:1314
1481 #, python-format
1482 msgid "New Email users get the Roles \"%(role)s\""
1483 msgstr ""
1485 #: ../share/roundup/templates/classic/html/issue.item.html:14
1486 msgid "New Issue"
1487 msgstr "新規課題"
1489 #: ../share/roundup/templates/classic/html/issue.item.html:10
1490 msgid "New Issue - ${tracker}"
1491 msgstr "新規課題 - ${tracker}"
1493 #: ../share/roundup/templates/classic/html/issue.item.html:16
1494 msgid "New Issue Editing"
1495 msgstr "新規課題の編集"
1497 #: ../share/roundup/templates/classic/html/msg.item.html:13
1498 msgid "New Message"
1499 msgstr "新規メッセージ"
1501 #: ../share/roundup/templates/classic/html/msg.item.html:9
1502 msgid "New Message - ${tracker}"
1503 msgstr "新規メッセージ - ${tracker}"
1505 #: ../share/roundup/templates/classic/html/msg.item.html:15
1506 msgid "New Message Editing"
1507 msgstr "新規メッセージの編集"
1509 #: ../share/roundup/templates/classic/html/user.item.html:21
1510 #: ../share/roundup/templates/minimal/html/user.item.html:21
1511 msgid "New User"
1512 msgstr "新規ユーザー"
1514 #: ../share/roundup/templates/classic/html/user.item.html:12
1515 #: ../share/roundup/templates/minimal/html/user.item.html:12
1516 msgid "New User - ${tracker}"
1517 msgstr "新規ユーザー - ${tracker}"
1519 #: ../share/roundup/templates/classic/html/user.item.html:23
1520 #: ../share/roundup/templates/minimal/html/user.item.html:23
1521 msgid "New User Editing"
1522 msgstr "新規ユーザーの編集"
1524 #: ../roundup/admin.py:1311
1525 #, python-format
1526 msgid "New Web users get the Role \"%(role)s\""
1527 msgstr ""
1529 #: ../roundup/admin.py:1309
1530 #, python-format
1531 msgid "New Web users get the Roles \"%(role)s\""
1532 msgstr ""
1534 #: ../roundup/cgi/templating.py:748
1535 msgid "New node - no history"
1536 msgstr ""
1538 #: ../roundup/roundupdb.py:335
1539 #, python-format
1540 msgid "New submission from %(authname)s%(authaddr)s:"
1541 msgstr ""
1543 #: ../roundup/cgi/templating.py:1571 ../roundup/cgi/templating.py:1592
1544 #: ../roundup/cgi/templating.py:1598 ../roundup/cgi/templating.py:1066:1571
1545 #: :1592:1598
1546 msgid "No"
1547 msgstr ""
1549 #: ../roundup/cgi/actions.py:90
1550 msgid "No ID entered"
1551 msgstr "IDが指定されていません"
1553 #: ../roundup/mailgw.py:502
1554 msgid "No PGP signature found in message."
1555 msgstr ""
1557 #: ../share/roundup/templates/classic/html/issue.search.html:167
1558 msgid "No Sort or group:"
1559 msgstr "並べ替え/グループ化無指定"
1561 #: ../roundup/admin.py:1357
1562 msgid "No migration action required"
1563 msgstr ""
1565 #: ../roundup/admin.py:1303
1566 #, python-format
1567 msgid "No such Role \"%(role)s\""
1568 msgstr ""
1570 #: ../roundup/scripts/roundup_gettext.py:37
1571 #, python-format
1572 msgid "No tracker templates found in directory %s"
1573 msgstr ""
1575 #: ../roundup/cgi/actions.py:88
1576 msgid "No type specified"
1577 msgstr "タイプが指定されていません"
1579 #: ../share/roundup/templates/classic/html/issue.item.html:67
1580 msgid "Nosy List"
1581 msgstr "通知先"
1583 #: ../roundup/date.py:292
1584 msgid ""
1585 "Not a date spec: \"yyyy-mm-dd\", \"mm-dd\", \"HH:MM\", \"HH:MM:SS\" or "
1586 "\"yyyy-mm-dd.HH:MM:SS.SSS\""
1587 msgstr ""
1589 #: ../roundup/hyperdb.py:953 ../roundup/hyperdb.py:961
1590 #: ../roundup/hyperdb.py:953:961
1591 #, python-format
1592 msgid "Not a property name: %s"
1593 msgstr ""
1595 #: ../roundup/date.py:699
1596 msgid "Not an interval spec: [+-] [#y] [#m] [#w] [#d] [[[H]H:MM]:SS]"
1597 msgstr ""
1599 #: ../roundup/date.py:677
1600 msgid ""
1601 "Not an interval spec: [+-] [#y] [#m] [#w] [#d] [[[H]H:MM]:SS] [date spec]"
1602 msgstr ""
1604 #: ../roundup/admin.py:372 ../roundup/admin.py:469 ../roundup/admin.py:530
1605 #: ../roundup/admin.py:609 ../roundup/admin.py:660 ../roundup/admin.py:718
1606 #: ../roundup/admin.py:739 ../roundup/admin.py:767 ../roundup/admin.py:839
1607 #: ../roundup/admin.py:906 ../roundup/admin.py:977 ../roundup/admin.py:1027
1608 #: ../roundup/admin.py:1050 ../roundup/admin.py:1081 ../roundup/admin.py:1177
1609 #: ../roundup/admin.py:1250 ../roundup/admin.py:372:469 :1027:1050 :1081:1177
1610 #: :1250 :530:609 :660:718 :739:767 :839:906:977
1611 msgid "Not enough arguments supplied"
1612 msgstr ""
1614 #: ../roundup/cgi/actions.py:329
1615 #, python-format
1616 msgid "Not enough values on line %(line)s"
1617 msgstr ""
1619 #: ../roundup/admin.py:1450
1620 msgid "Note: command history and editing not available"
1621 msgstr ""
1623 #: ../share/roundup/templates/classic/html/user.forgotten.html:30
1624 msgid "Or, if you know your username, then enter it below."
1625 msgstr "もしくはユーザー名しか憶えていない場合、次の欄に入力してください。"
1627 #: ../share/roundup/templates/classic/html/user.index.html:21
1628 #: ../share/roundup/templates/classic/html/user.register.html:45
1629 msgid "Organisation"
1630 msgstr "所属"
1632 #: ../share/roundup/templates/classic/html/user.help-search.html:73
1633 msgid "Pagesize"
1634 msgstr ""
1636 #: ../share/roundup/templates/classic/html/issue.search.html:175
1637 msgid "Pagesize:"
1638 msgstr "1ページの表示件数:"
1640 #: ../roundup/cgi/form_parser.py:377 ../roundup/cgi/form_parser.py:383
1641 #: ../roundup/cgi/form_parser.py:377:383
1642 msgid "Password and confirmation text do not match"
1643 msgstr ""
1645 #: ../roundup/cgi/actions.py:726
1646 #, python-format
1647 msgid "Password reset and email sent to %s"
1648 msgstr ""
1650 #: ../share/roundup/templates/classic/html/user.forgotten.html:5
1651 msgid "Password reset request"
1652 msgstr "パスワード再設定"
1654 #: ../share/roundup/templates/classic/html/user.forgotten.html:3
1655 msgid "Password reset request - ${tracker}"
1656 msgstr "パスワード再設定 - ${tracker}"
1658 #: ../share/roundup/templates/classic/html/user.register.html:41
1659 msgid "Phone"
1660 msgstr "電話番号"
1662 #: ../share/roundup/templates/classic/html/user.index.html:23
1663 msgid "Phone number"
1664 msgstr "電話番号"
1666 #: ../share/roundup/templates/minimal/html/home.html:19
1667 msgid "Please log in or register."
1668 msgstr "ログインまたはユーザー登録をしてください。"
1670 #: ../share/roundup/templates/classic/html/_generic.index.html:19
1671 #: ../share/roundup/templates/classic/html/_generic.item.html:16
1672 #: ../share/roundup/templates/classic/html/file.item.html:13
1673 #: ../share/roundup/templates/classic/html/issue.index.html:20
1674 #: ../share/roundup/templates/classic/html/issue.item.html:32
1675 #: ../share/roundup/templates/classic/html/msg.item.html:30
1676 #: ../share/roundup/templates/classic/html/user.index.html:13
1677 #: ../share/roundup/templates/classic/html/user.item.html:39
1678 #: ../share/roundup/templates/minimal/html/_generic.index.html:19
1679 #: ../share/roundup/templates/minimal/html/_generic.item.html:17
1680 #: ../share/roundup/templates/minimal/html/user.index.html:13
1681 #: ../share/roundup/templates/minimal/html/user.item.html:39
1682 #: ../share/roundup/templates/minimal/html/user.register.html:17
1683 msgid "Please login with your username and password."
1684 msgstr "ユーザー名とパスワードを使ってログインしてください。"
1686 #: ../share/roundup/templates/minimal/html/home.html:16
1687 msgid "Please select from one of the menu options on the left."
1688 msgstr "左側のメニューから選択してください。"
1690 #: ../share/roundup/templates/classic/html/_generic.help-empty.html:6
1691 msgid "Please specify your search parameters!"
1692 msgstr "検索のパラメーターを入力してください!"
1694 #: ../share/roundup/templates/classic/html/issue.index.html:27
1695 #: ../share/roundup/templates/classic/html/issue.item.html:49
1696 msgid "Priority"
1697 msgstr "優先度"
1699 #: ../share/roundup/templates/classic/html/issue.search.html:121
1700 msgid "Priority:"
1701 msgstr "優先度"
1703 #: ../share/roundup/templates/classic/html/query.edit.html:31
1704 msgid "Private to you?"
1705 msgstr "プライベートなクエリー"
1707 #: ../roundup/admin.py:110
1708 #, python-format
1709 msgid ""
1710 "Problem: %(message)s\n"
1711 "\n"
1712 msgstr ""
1714 #: ../share/roundup/templates/classic/html/query.edit.html:28
1715 msgid "Query"
1716 msgstr "クエリー"
1718 #: ../share/roundup/templates/classic/html/issue.search.html:201
1719 msgid "Query name**:"
1720 msgstr "クエリー名**:"
1722 #: ../share/roundup/templates/classic/html/user.index.html:20
1723 msgid "Real name"
1724 msgstr "名前"
1726 #: ../share/roundup/templates/classic/html/msg.item.html:43
1727 msgid "Recipients"
1728 msgstr "通知先"
1730 #: ../share/roundup/templates/classic/html/issue.index.html:155
1731 msgid "Redisplay"
1732 msgstr "再表示"
1734 #: ../share/roundup/templates/classic/html/page.html:138
1735 #: ../share/roundup/templates/classic/html/user.register.html:63
1736 #: ../share/roundup/templates/minimal/html/page.html:137
1737 #: ../share/roundup/templates/minimal/html/user.register.html:61
1738 msgid "Register"
1739 msgstr "ユーザー登録"
1741 #: ../share/roundup/templates/classic/html/user.register.html:4
1742 #: ../share/roundup/templates/classic/html/user.register.html:7
1743 #: ../share/roundup/templates/minimal/html/user.register.html:4
1744 #: ../share/roundup/templates/minimal/html/user.register.html:7
1745 msgid "Registering with ${tracker}"
1746 msgstr "${tracker}へのユーザー登録"
1748 #: ../share/roundup/templates/classic/html/user.rego_progress.html:4
1749 #: ../share/roundup/templates/minimal/html/user.rego_progress.html:4
1750 msgid "Registration in progress - ${tracker}"
1751 msgstr "ユーザー登録中 - ${tracker}"
1753 #: ../share/roundup/templates/classic/html/user.rego_progress.html:6
1754 #: ../share/roundup/templates/minimal/html/user.rego_progress.html:6
1755 msgid "Registration in progress..."
1756 msgstr "ユーザー登録中..."
1758 #: ../share/roundup/templates/classic/html/page.html:134
1759 #: ../share/roundup/templates/minimal/html/page.html:133
1760 msgid "Remember me?"
1761 msgstr "次回から入力を省略"
1763 #: ../share/roundup/templates/classic/html/issue.item.html:138
1764 msgid "Remove"
1765 msgstr "削除"
1767 #: ../share/roundup/templates/classic/html/user.forgotten.html:24
1768 #: ../share/roundup/templates/classic/html/user.forgotten.html:34
1769 msgid "Request password reset"
1770 msgstr "パスワード再設定"
1772 #: ../roundup/cgi/form_parser.py:557
1773 #, python-format
1774 msgid "Required %(class)s property %(property)s not supplied"
1775 msgid_plural "Required %(class)s properties %(property)s not supplied"
1776 msgstr[0] "%(class)s の入力必須属性 %(property)s が入力されていません"
1777 msgstr[1] "%(class)s の入力必須属性 %(property)s が入力されていません"
1779 #: ../share/roundup/templates/classic/html/user.index.html:24
1780 msgid "Retire"
1781 msgstr "無効化"
1783 #: ../roundup/admin.py:1319
1784 #, python-format
1785 msgid "Role \"%(name)s\":"
1786 msgstr ""
1788 #: ../share/roundup/templates/classic/html/user.item.html:80
1789 #: ../share/roundup/templates/classic/html/user.register.html:33
1790 #: ../share/roundup/templates/minimal/html/user.item.html:80
1791 #: ../share/roundup/templates/minimal/html/user.register.html:41
1792 msgid "Roles"
1793 msgstr "ロール"
1795 #: ../roundup/admin.py:1445
1796 #, python-format
1797 msgid ""
1798 "Roundup %s ready for input.\n"
1799 "Type \"help\" for help."
1800 msgstr ""
1802 #: ../share/roundup/templates/classic/html/page.html:167
1803 #: ../share/roundup/templates/minimal/html/page.html:154
1804 msgid "Roundup docs"
1805 msgstr "Roundupドキュメント"
1807 #: ../roundup/scripts/roundup_server.py:907
1808 #, python-format
1809 msgid "Roundup server started on %(HOST)s:%(PORT)s"
1810 msgstr ""
1812 #: ../share/roundup/templates/classic/html/query.edit.html:104
1813 msgid "Save Selection"
1814 msgstr "設定内容を保存"
1816 #: ../share/roundup/templates/classic/html/issue.search.html:213
1817 #: ../share/roundup/templates/classic/html/page.html:43
1818 #: ../share/roundup/templates/classic/html/page.html:92
1819 #: ../share/roundup/templates/classic/html/user.help-search.html:69
1820 #: ../share/roundup/templates/minimal/html/page.html:43
1821 #: ../share/roundup/templates/minimal/html/page.html:91
1822 msgid "Search"
1823 msgstr "検索"
1825 #: ../roundup/admin.py:412
1826 msgid "Select backend [anydbm]: "
1827 msgstr ""
1829 #: ../roundup/admin.py:401
1830 msgid "Select template [classic]: "
1831 msgstr ""
1833 #: ../share/roundup/templates/classic/html/page.html:81
1834 #: ../share/roundup/templates/minimal/html/page.html:80
1835 msgid "Show All"
1836 msgstr "すべて表示"
1838 #: ../share/roundup/templates/classic/html/page.html:69
1839 #: ../share/roundup/templates/minimal/html/page.html:68
1840 msgid "Show Unassigned"
1841 msgstr "未割り当ての課題を表示"
1843 #: ../share/roundup/templates/classic/html/page.html:93
1844 #: ../share/roundup/templates/minimal/html/page.html:92
1845 msgid "Show issue:"
1846 msgstr "課題ID指定:"
1848 #: ../roundup/admin.py:266
1849 #, python-format
1850 msgid "Sorry, no help for \"%(topic)s\""
1851 msgstr ""
1853 #: ../roundup/admin.py:790
1854 msgid "Sorry, try again..."
1855 msgstr ""
1857 #: ../roundup/scripts/roundup_server.py:892
1858 msgid "Sorry, you can't run the server as a daemon on this Operating System"
1859 msgstr ""
1861 #: ../share/roundup/templates/classic/html/issue.search.html:187
1862 msgid "Sort Descending:"
1863 msgstr "降順に並べ替え"
1865 #: ../share/roundup/templates/classic/html/issue.search.html:33
1866 msgid "Sort on"
1867 msgstr "並べ替えキー"
1869 #: ../share/roundup/templates/classic/html/issue.index.html:115
1870 msgid "Sort on:"
1871 msgstr "並べ替え:"
1873 #: ../share/roundup/templates/classic/html/issue.search.html:181
1874 msgid "Start With:"
1875 msgstr "表示開始位置"
1877 #: ../share/roundup/templates/classic/html/issue.index.html:34
1878 #: ../share/roundup/templates/classic/html/issue.item.html:51
1879 msgid "Status"
1880 msgstr "状態"
1882 #: ../share/roundup/templates/classic/html/issue.search.html:134
1883 msgid "Status:"
1884 msgstr "状態"
1886 #: ../roundup/cgi/templating.py:868
1887 msgid "Submit Changes"
1888 msgstr "更新"
1890 #: ../roundup/cgi/templating.py:733
1891 msgid "Submit New Entry"
1892 msgstr "新規登録"
1894 #: ../share/roundup/templates/classic/html/issue.item.html:56
1895 msgid "Superseder"
1896 msgstr "関連課題"
1898 #: ../roundup/admin.py:343 ../roundup/admin.py:399 ../roundup/admin.py:343:399
1899 msgid "Templates:"
1900 msgstr ""
1902 #: ../roundup/cgi/form_parser.py:313
1903 #, python-format
1904 msgid ""
1905 "The form action claims to require property \"%(property)s\" which doesn't "
1906 "exist"
1907 msgstr "フォームの処理に必要なプロパティ \"%(property)s\" が見つかりません。"
1909 #: ../roundup/cgi/templating.py:964
1910 #, python-format
1911 msgid "The linked class %(classname)s no longer exists"
1912 msgstr "リンク先のクラス %(classname)s は存在しません"
1914 #: ../roundup/admin.py:1466
1915 msgid "There are unsaved changes. Commit them (y/N)? "
1916 msgstr ""
1918 #: ../share/roundup/templates/classic/html/issue.index.html:33
1919 #: ../share/roundup/templates/classic/html/issue.item.html:44
1920 msgid "Title"
1921 msgstr "タイトル"
1923 #: ../share/roundup/templates/classic/html/issue.search.html:46
1924 msgid "Title:"
1925 msgstr "タイトル"
1927 #: ../share/roundup/templates/classic/html/keyword.item.html:27
1928 msgid "To create a new keyword, enter it below and click \"Submit New Entry\"."
1929 msgstr ""
1930 "キーワードの新規登録は次の欄に内容を入力した後\"新規登録\"ボタンをクリックし"
1931 "てください。"
1933 #: ../share/roundup/templates/classic/html/keyword.item.html:20
1934 msgid ""
1935 "To edit an existing keyword (for spelling or typing errors), click on its "
1936 "entry above."
1937 msgstr ""
1938 "登録済みキーワードの(スペルやタイピングのミス等)修正をするときは、上の該当"
1939 "キーワードをクリックしてください。"
1941 #: ../roundup/admin.py:837
1942 msgid "Too many arguments supplied"
1943 msgstr ""
1945 #: ../share/roundup/templates/minimal/html/home.html:4
1946 msgid "Tracker home"
1947 msgstr "トラッカー・ホーム"
1949 #: ../share/roundup/templates/minimal/html/home.html:2
1950 msgid "Tracker home - ${tracker}"
1951 msgstr "トラッカー・ホーム - ${tracker}"
1953 #: ../roundup/admin.py:1354
1954 msgid "Tracker updated"
1955 msgstr ""
1957 #: ../share/roundup/templates/classic/html/issue.item.html:136
1958 msgid "Type"
1959 msgstr "タイプ"
1961 #: ../roundup/scripts/roundup_server.py:620
1962 #, python-format
1963 msgid "Unable to bind to port %s, port already in use."
1964 msgstr ""
1966 #: ../roundup/mailgw.py:473
1967 msgid "Unable to decrypt your message."
1968 msgstr ""
1970 #: ../roundup/admin.py:1386
1971 #, python-format
1972 msgid "Unknown command \"%(command)s\" (\"help commands\" for a list)"
1973 msgstr ""
1975 #: ../roundup/cgi/actions.py:743
1976 msgid "Unknown email address"
1977 msgstr "登録されていないメールアドレスです"
1979 #: ../roundup/mailgw.py:464
1980 msgid "Unknown multipart/encrypted version."
1981 msgstr ""
1983 #: ../roundup/cgi/actions.py:735
1984 msgid "Unknown username"
1985 msgstr "登録されていないユーザー名です"
1987 #: ../roundup/cgi/client.py:575
1988 #, python-format
1989 msgid "Unrecognized charset: %r"
1990 msgstr ""
1992 #: ../share/roundup/templates/classic/html/issue.item.html:135
1993 #: ../share/roundup/templates/classic/html/msg.item.html:64
1994 msgid "Uploaded"
1995 msgstr "アップロード日時"
1997 #: ../share/roundup/templates/classic/html/file.index.html:12
1998 msgid "Uploaded By"
1999 msgstr "アップロード者:"
2001 #: ../roundup/scripts/roundup_gettext.py:22
2002 #, python-format
2003 msgid "Usage: %(program)s <tracker home>"
2004 msgstr ""
2006 #: ../roundup/scripts/roundup_mailgw.py:36
2007 #, python-format
2008 msgid ""
2009 "Usage: %(program)s [-v] [-c class] [[-C class] -S field=value]* <instance "
2010 "home> [method]\n"
2011 "\n"
2012 "Options:\n"
2013 " -v: print version and exit\n"
2014 " -c: default class of item to create (else the tracker's "
2015 "MAIL_DEFAULT_CLASS)\n"
2016 " -C / -S: see below\n"
2017 "\n"
2018 "The roundup mail gateway may be called in one of four ways:\n"
2019 " . with an instance home as the only argument,\n"
2020 " . with both an instance home and a mail spool file,\n"
2021 " . with both an instance home and a POP/APOP server account, or\n"
2022 " . with both an instance home and a IMAP/IMAPS server account.\n"
2023 "\n"
2024 "It also supports optional -C and -S arguments that allows you to set a\n"
2025 "fields for a class created by the roundup-mailgw. The default class if\n"
2026 "not specified is msg, but the other classes: issue, file, user can\n"
2027 "also be used. The -S or --set options uses the same\n"
2028 "property=value[;property=value] notation accepted by the command line\n"
2029 "roundup command or the commands that can be given on the Subject line\n"
2030 "of an email message.\n"
2031 "\n"
2032 "It can let you set the type of the message on a per email address basis.\n"
2033 "\n"
2034 "PIPE:\n"
2035 " In the first case, the mail gateway reads a single message from the\n"
2036 " standard input and submits the message to the roundup.mailgw module.\n"
2037 "\n"
2038 "UNIX mailbox:\n"
2039 " In the second case, the gateway reads all messages from the mail spool\n"
2040 " file and submits each in turn to the roundup.mailgw module. The file is\n"
2041 " emptied once all messages have been successfully handled. The file is\n"
2042 " specified as:\n"
2043 "   mailbox /path/to/mailbox\n"
2044 "\n"
2045 "In all of the following the username and password can be stored in a\n"
2046 "~/.netrc file. In this case only the server name need be specified on\n"
2047 "the command-line.\n"
2048 "\n"
2049 "The username and/or password will be prompted for if not supplied on\n"
2050 "the command-line or in ~/.netrc.\n"
2051 "\n"
2052 "POP:\n"
2053 " In the third case, the gateway reads all messages from the POP server\n"
2054 " specified and submits each in turn to the roundup.mailgw module. The\n"
2055 " server is specified as:\n"
2056 "    pop username:password@server\n"
2057 " Alternatively, one can omit one or both of username and password:\n"
2058 "    pop username@server\n"
2059 "    pop server\n"
2060 " are both valid.\n"
2061 "\n"
2062 "POPS:\n"
2063 " Connect to a POP server over ssl. This requires python 2.4 or later.\n"
2064 " This supports the same notation as POP.\n"
2065 "\n"
2066 "APOP:\n"
2067 " Same as POP, but using Authenticated POP:\n"
2068 "    apop username:password@server\n"
2069 "\n"
2070 "IMAP:\n"
2071 " Connect to an IMAP server. This supports the same notation as that of\n"
2072 " POP mail.\n"
2073 "    imap username:password@server\n"
2074 " It also allows you to specify a specific mailbox other than INBOX using\n"
2075 " this format:\n"
2076 "    imap username:password@server mailbox\n"
2077 "\n"
2078 "IMAPS:\n"
2079 " Connect to an IMAP server over ssl.\n"
2080 " This supports the same notation as IMAP.\n"
2081 "    imaps username:password@server [mailbox]\n"
2082 "\n"
2083 msgstr ""
2085 #: ../roundup/admin.py:992
2086 msgid ""
2087 "Usage: commit\n"
2088 "        Commit changes made to the database during an interactive session.\n"
2089 "\n"
2090 "        The changes made during an interactive session are not\n"
2091 "        automatically written to the database - they must be committed\n"
2092 "        using this command.\n"
2093 "\n"
2094 "        One-off commands on the command-line are automatically committed if\n"
2095 "        they are successful.\n"
2096 "        "
2097 msgstr ""
2099 #: ../roundup/admin.py:759
2100 msgid ""
2101 "Usage: create classname property=value ...\n"
2102 "        Create a new entry of a given class.\n"
2103 "\n"
2104 "        This creates a new entry of the given class using the property\n"
2105 "        name=value arguments provided on the command line after the \"create"
2106 "\"\n"
2107 "        command.\n"
2108 "        "
2109 msgstr ""
2111 #: ../roundup/admin.py:732
2112 msgid ""
2113 "Usage: display designator[,designator]*\n"
2114 "        Show the property values for the given node(s).\n"
2115 "\n"
2116 "        This lists the properties and their associated values for the given\n"
2117 "        node.\n"
2118 "        "
2119 msgstr ""
2121 #. grab the directory to export to
2122 #: ../roundup/admin.py:1067
2123 msgid ""
2124 "Usage: export [[-]class[,class]] export_dir\n"
2125 "        Export the database to colon-separated-value files.\n"
2126 "        To exclude the files (e.g. for the msg or file class),\n"
2127 "        use the exporttables command.\n"
2128 "\n"
2129 "        Optionally limit the export to just the named classes\n"
2130 "        or exclude the named classes, if the 1st argument starts with '-'.\n"
2131 "\n"
2132 "        This action exports the current data from the database into\n"
2133 "        colon-separated-value files that are placed in the nominated\n"
2134 "        destination directory.\n"
2135 "        "
2136 msgstr ""
2138 #: ../roundup/admin.py:1142
2139 msgid ""
2140 "Usage: exporttables [[-]class[,class]] export_dir\n"
2141 "        Export the database to colon-separated-value files, excluding the\n"
2142 "        files below $TRACKER_HOME/db/files/ (which can be archived "
2143 "separately).\n"
2144 "        To include the files, use the export command.\n"
2145 "\n"
2146 "        Optionally limit the export to just the named classes\n"
2147 "        or exclude the named classes, if the 1st argument starts with '-'.\n"
2148 "\n"
2149 "        This action exports the current data from the database into\n"
2150 "        colon-separated-value files that are placed in the nominated\n"
2151 "        destination directory.\n"
2152 "        "
2153 msgstr ""
2155 #: ../roundup/admin.py:652
2156 msgid ""
2157 "Usage: find classname propname=value ...\n"
2158 "        Find the nodes of the given class with a given link property value.\n"
2159 "\n"
2160 "        Find the nodes of the given class with a given link property value.\n"
2161 "        The value may be either the nodeid of the linked node, or its key\n"
2162 "        value.\n"
2163 "        "
2164 msgstr ""
2166 #: ../roundup/admin.py:464
2167 msgid ""
2168 "Usage: genconfig <filename>\n"
2169 "        Generate a new tracker config file (ini style) with default values\n"
2170 "        in <filename>.\n"
2171 "        "
2172 msgstr ""
2174 #: ../roundup/admin.py:523
2175 msgid ""
2176 "Usage: get property designator[,designator]*\n"
2177 "        Get the given property of one or more designator(s).\n"
2178 "\n"
2179 "        Retrieves the property value of the nodes specified\n"
2180 "        by the designators.\n"
2181 "        "
2182 msgstr ""
2184 #: ../roundup/admin.py:243
2185 msgid ""
2186 "Usage: help topic\n"
2187 "        Give help about topic.\n"
2188 "\n"
2189 "        commands  -- list commands\n"
2190 "        <command> -- help specific to a command\n"
2191 "        initopts  -- init command options\n"
2192 "        all       -- all available help\n"
2193 "        "
2194 msgstr ""
2196 #: ../roundup/admin.py:971
2197 msgid ""
2198 "Usage: history designator\n"
2199 "        Show the history entries of a designator.\n"
2200 "\n"
2201 "        Lists the journal entries for the node identified by the "
2202 "designator.\n"
2203 "        "
2204 msgstr ""
2206 #: ../roundup/admin.py:1157
2207 msgid ""
2208 "Usage: import import_dir\n"
2209 "        Import a database from the directory containing CSV files,\n"
2210 "        two per class to import.\n"
2211 "\n"
2212 "        The files used in the import are:\n"
2213 "\n"
2214 "        <class>.csv\n"
2215 "          This must define the same properties as the class (including\n"
2216 "          having a \"header\" line with those property names.)\n"
2217 "        <class>-journals.csv\n"
2218 "          This defines the journals for the items being imported.\n"
2219 "\n"
2220 "        The imported nodes will have the same nodeid as defined in the\n"
2221 "        import file, thus replacing any existing content.\n"
2222 "\n"
2223 "        The new nodes are added to the existing database - if you want to\n"
2224 "        create a new database using the imported data, then create a new\n"
2225 "        database (or, tediously, retire all the old data.)\n"
2226 "        "
2227 msgstr ""
2229 #. password
2230 #: ../roundup/admin.py:474
2231 msgid ""
2232 "Usage: initialise [adminpw]\n"
2233 "        Initialise a new Roundup tracker.\n"
2234 "\n"
2235 "        The administrator details will be set at this step.\n"
2236 "\n"
2237 "        Execute the tracker's initialisation function dbinit.init()\n"
2238 "        "
2239 msgstr ""
2241 #: ../roundup/admin.py:349
2242 msgid ""
2243 "Usage: install [template [backend [key=val[,key=val]]]]\n"
2244 "        Install a new Roundup tracker.\n"
2245 "\n"
2246 "        The command will prompt for the tracker home directory\n"
2247 "        (if not supplied through TRACKER_HOME or the -i option).\n"
2248 "        The template and backend may be specified on the command-line\n"
2249 "        as arguments, in that order.\n"
2250 "\n"
2251 "        Command line arguments following the backend allows you to\n"
2252 "        pass initial values for config options.  For example, passing\n"
2253 "        \"web_http_auth=no,rdbms_user=dinsdale\" will override defaults\n"
2254 "        for options http_auth in section [web] and user in section [rdbms].\n"
2255 "        Please be careful to not use spaces in this argument! (Enclose\n"
2256 "        whole argument in quotes if you need spaces in option value).\n"
2257 "\n"
2258 "        The initialise command must be called after this command in order\n"
2259 "        to initialise the tracker's database. You may edit the tracker's\n"
2260 "        initial database contents before running that command by editing\n"
2261 "        the tracker's dbinit.py module init() function.\n"
2262 "\n"
2263 "        See also initopts help.\n"
2264 "        "
2265 msgstr ""
2267 #: ../roundup/admin.py:824
2268 msgid ""
2269 "Usage: list classname [property]\n"
2270 "        List the instances of a class.\n"
2271 "\n"
2272 "        Lists all instances of the given class. If the property is not\n"
2273 "        specified, the  \"label\" property is used. The label property is\n"
2274 "        tried in order: the key, \"name\", \"title\" and then the first\n"
2275 "        property, alphabetically.\n"
2276 "\n"
2277 "        With -c, -S or -s print a list of item id's if no property\n"
2278 "        specified.  If property specified, print list of that property\n"
2279 "        for every class instance.\n"
2280 "        "
2281 msgstr ""
2283 #: ../roundup/admin.py:1335
2284 msgid ""
2285 "Usage: migrate\n"
2286 "        Update a tracker's database to be compatible with the Roundup\n"
2287 "        codebase.\n"
2288 "\n"
2289 "        You should run the \"migrate\" command for your tracker once you've\n"
2290 "        installed the latest codebase. \n"
2291 "\n"
2292 "        Do this before you use the web, command-line or mail interface and\n"
2293 "        before any users access the tracker.\n"
2294 "\n"
2295 "        This command will respond with either \"Tracker updated\" (if "
2296 "you've\n"
2297 "        not previously run it on an RDBMS backend) or \"No migration action\n"
2298 "        required\" (if you have run it, or have used another interface to "
2299 "the\n"
2300 "        tracker, or possibly because you are using anydbm).\n"
2301 "\n"
2302 "        It's safe to run this even if it's not required, so just get into\n"
2303 "        the habit.\n"
2304 "        "
2305 msgstr ""
2307 #: ../roundup/admin.py:1232
2308 msgid ""
2309 "Usage: pack period | date\n"
2310 "\n"
2311 "        Remove journal entries older than a period of time specified or\n"
2312 "        before a certain date.\n"
2313 "\n"
2314 "        A period is specified using the suffixes \"y\", \"m\", and \"d\". "
2315 "The\n"
2316 "        suffix \"w\" (for \"week\") means 7 days.\n"
2317 "\n"
2318 "              \"3y\" means three years\n"
2319 "              \"2y 1m\" means two years and one month\n"
2320 "              \"1m 25d\" means one month and 25 days\n"
2321 "              \"2w 3d\" means two weeks and three days\n"
2322 "\n"
2323 "        Date format is \"YYYY-MM-DD\" eg:\n"
2324 "            2001-01-01\n"
2325 "\n"
2326 "        "
2327 msgstr ""
2329 #: ../roundup/admin.py:1271
2330 msgid ""
2331 "Usage: reindex [classname|designator]*\n"
2332 "        Re-generate a tracker's search indexes.\n"
2333 "\n"
2334 "        This will re-generate the search indexes for a tracker.\n"
2335 "        This will typically happen automatically.\n"
2336 "        "
2337 msgstr ""
2339 #: ../roundup/admin.py:1044
2340 msgid ""
2341 "Usage: restore designator[,designator]*\n"
2342 "        Restore the retired node specified by designator.\n"
2343 "\n"
2344 "        The given nodes will become available for users again.\n"
2345 "        "
2346 msgstr ""
2348 #: ../roundup/admin.py:1020
2349 msgid ""
2350 "Usage: retire designator[,designator]*\n"
2351 "        Retire the node specified by designator.\n"
2352 "\n"
2353 "        This action indicates that a particular node is not to be retrieved\n"
2354 "        by the list or find commands, and its key value may be re-used.\n"
2355 "        "
2356 msgstr ""
2358 #: ../roundup/admin.py:1007
2359 msgid ""
2360 "Usage: rollback\n"
2361 "        Undo all changes that are pending commit to the database.\n"
2362 "\n"
2363 "        The changes made during an interactive session are not\n"
2364 "        automatically written to the database - they must be committed\n"
2365 "        manually. This command undoes all those changes, so a commit\n"
2366 "        immediately after would make no changes to the database.\n"
2367 "        "
2368 msgstr ""
2370 #: ../roundup/admin.py:1295
2371 msgid ""
2372 "Usage: security [Role name]\n"
2373 "        Display the Permissions available to one or all Roles.\n"
2374 "        "
2375 msgstr ""
2377 #: ../roundup/admin.py:597
2378 msgid ""
2379 "Usage: set items property=value property=value ...\n"
2380 "        Set the given properties of one or more items(s).\n"
2381 "\n"
2382 "        The items are specified as a class or as a comma-separated\n"
2383 "        list of item designators (ie \"designator[,designator,...]\").\n"
2384 "\n"
2385 "        This command sets the properties to the values for all designators\n"
2386 "        given. If the value is missing (ie. \"property=\") then the "
2387 "property\n"
2388 "        is un-set. If the property is a multilink, you specify the linked\n"
2389 "        ids for the multilink as comma-separated numbers (ie \"1,2,3\").\n"
2390 "        "
2391 msgstr ""
2393 #: ../roundup/admin.py:712
2394 msgid ""
2395 "Usage: specification classname\n"
2396 "        Show the properties for a classname.\n"
2397 "\n"
2398 "        This lists the properties for a given class.\n"
2399 "        "
2400 msgstr ""
2402 #: ../roundup/admin.py:877
2403 msgid ""
2404 "Usage: table classname [property[,property]*]\n"
2405 "        List the instances of a class in tabular form.\n"
2406 "\n"
2407 "        Lists all instances of the given class. If the properties are not\n"
2408 "        specified, all properties are displayed. By default, the column\n"
2409 "        widths are the width of the largest value. The width may be\n"
2410 "        explicitly defined by defining the property as \"name:width\".\n"
2411 "        For example::\n"
2412 "\n"
2413 "          roundup> table priority id,name:10\n"
2414 "          Id Name\n"
2415 "          1  fatal-bug\n"
2416 "          2  bug\n"
2417 "          3  usability\n"
2418 "          4  feature\n"
2419 "\n"
2420 "        Also to make the width of the column the width of the label,\n"
2421 "        leave a trailing : without a width on the property. For example::\n"
2422 "\n"
2423 "          roundup> table priority id,name:\n"
2424 "          Id Name\n"
2425 "          1  fata\n"
2426 "          2  bug\n"
2427 "          3  usab\n"
2428 "          4  feat\n"
2429 "\n"
2430 "        will result in a the 4 character wide \"Name\" column.\n"
2431 "        "
2432 msgstr ""
2434 #: ../share/roundup/templates/classic/html/user.item.html:9
2435 #: ../share/roundup/templates/minimal/html/user.item.html:9
2436 msgid "User ${id}: ${title} - ${tracker}"
2437 msgstr "ユーザー ${id}: ${title} - ${tracker}"
2439 #: ../roundup/scripts/roundup_server.py:443
2440 #, python-format
2441 msgid "User %(user)s doesn't exist"
2442 msgstr ""
2444 #: ../share/roundup/templates/classic/html/page.html:120
2445 #: ../share/roundup/templates/minimal/html/page.html:119
2446 msgid "User List"
2447 msgstr "ユーザー一覧"
2449 #: ../share/roundup/templates/classic/html/user.index.html:5
2450 #: ../share/roundup/templates/minimal/html/user.index.html:5
2451 msgid "User listing"
2452 msgstr "ユーザー一覧"
2454 #: ../share/roundup/templates/classic/html/user.index.html:3
2455 #: ../share/roundup/templates/minimal/html/user.index.html:3
2456 msgid "User listing - ${tracker}"
2457 msgstr "ユーザー一覧"
2459 #: ../share/roundup/templates/classic/html/user.item.html:26
2460 #: ../share/roundup/templates/minimal/html/user.item.html:26
2461 msgid "User${id}"
2462 msgstr "ユーザー${id}"
2464 #: ../share/roundup/templates/classic/html/user.item.html:29
2465 #: ../share/roundup/templates/minimal/html/user.item.html:29
2466 msgid "User${id} Editing"
2467 msgstr "ユーザー${id}の編集"
2469 #: ../share/roundup/templates/classic/html/user.index.html:19
2470 #: ../share/roundup/templates/minimal/html/user.index.html:19
2471 msgid "Username"
2472 msgstr "ユーザー名"
2474 #: ../roundup/cgi/actions.py:944
2475 msgid "Username required"
2476 msgstr "ユーザー名は入力必須です"
2478 #: ../share/roundup/templates/classic/html/user.forgotten.html:33
2479 msgid "Username:"
2480 msgstr "ユーザー名:"
2482 #: ../share/roundup/templates/classic/html/issue.item.html:61
2483 msgid "View:"
2484 msgstr "表示"
2486 #: ../roundup/admin.py:502
2487 msgid ""
2488 "WARNING: The database is already initialised!\n"
2489 "If you re-initialise it, you will lose all the data!\n"
2490 "Erase it? Y/N: "
2491 msgstr ""
2493 #: ../roundup/admin.py:386
2494 #, python-format
2495 msgid ""
2496 "WARNING: There appears to be a tracker in \"%(tracker_home)s\"!\n"
2497 "If you re-install it, you will lose all the data!\n"
2498 "Erase it? Y/N: "
2499 msgstr ""
2501 #: ../roundup/init.py:136
2502 #, python-format
2503 msgid ""
2504 "WARNING: directory '%s'\n"
2505 "\tcontains old-style template - ignored"
2506 msgstr ""
2508 #: ../roundup/scripts/roundup_server.py:76
2509 msgid "WARNING: generating temporary SSL certificate"
2510 msgstr ""
2512 #: ../roundup/scripts/roundup_server.py:399
2513 msgid "WARNING: ignoring \"-g\" argument, not root"
2514 msgstr ""
2516 #: ../roundup/scripts/roundup_server.py:428
2517 msgid "WARNING: ignoring \"-u\" argument, not root"
2518 msgstr ""
2520 #: ../roundup/backends/back_anydbm.py:2007
2521 #, python-format
2522 msgid "WARNING: invalid date tuple %r"
2523 msgstr ""
2525 #: ../roundup/cgi/templating.py:1571 ../roundup/cgi/templating.py:1590
2526 #: ../roundup/cgi/templating.py:1595 ../roundup/cgi/templating.py:1066:1571
2527 #: :1590:1595
2528 msgid "Yes"
2529 msgstr ""
2531 #: ../roundup/cgi/actions.py:923
2532 msgid "You are logged out"
2533 msgstr "ログアウト完了"
2535 #: ../roundup/cgi/templating.py:77
2536 #, python-format
2537 msgid "You are not allowed to %(action)s items of class %(class)s"
2538 msgstr "クラス %(class)s のアイテムを %(action)s する権限がありません"
2540 #: ../share/roundup/templates/classic/html/query.edit.html:11
2541 msgid "You are not allowed to edit queries."
2542 msgstr "クエリー編集の権限がありません。"
2544 #: ../roundup/cgi/client.py:851
2545 msgid "You are not allowed to view this file."
2546 msgstr ""
2548 #: ../share/roundup/templates/classic/html/_generic.help-list.html:20
2549 #: ../share/roundup/templates/classic/html/_generic.index.html:14
2550 #: ../share/roundup/templates/classic/html/_generic.item.html:12
2551 #: ../share/roundup/templates/classic/html/file.item.html:9
2552 #: ../share/roundup/templates/classic/html/issue.index.html:16
2553 #: ../share/roundup/templates/classic/html/issue.item.html:28
2554 #: ../share/roundup/templates/classic/html/msg.item.html:26
2555 #: ../share/roundup/templates/classic/html/user.index.html:9
2556 #: ../share/roundup/templates/classic/html/user.item.html:35
2557 #: ../share/roundup/templates/minimal/html/_generic.index.html:14
2558 #: ../share/roundup/templates/minimal/html/_generic.item.html:12
2559 #: ../share/roundup/templates/minimal/html/user.index.html:9
2560 #: ../share/roundup/templates/minimal/html/user.item.html:35
2561 #: ../share/roundup/templates/minimal/html/user.register.html:14
2562 msgid "You are not allowed to view this page."
2563 msgstr ""
2565 #: ../roundup/mailgw.py:1155
2566 msgid "You are not permitted to access this tracker."
2567 msgstr ""
2569 #: ../roundup/mailgw.py:1304
2570 #, python-format
2571 msgid "You are not permitted to add files to %(classname)s."
2572 msgstr ""
2574 #: ../roundup/mailgw.py:1338
2575 #, python-format
2576 msgid "You are not permitted to add messages to %(classname)s."
2577 msgstr ""
2579 #: ../roundup/mailgw.py:1166
2580 #, python-format
2581 msgid "You are not permitted to create %(classname)s."
2582 msgstr ""
2584 #: ../roundup/mailgw.py:1290
2585 msgid "You are not permitted to create files."
2586 msgstr ""
2588 #: ../roundup/mailgw.py:1322
2589 msgid "You are not permitted to create messages."
2590 msgstr ""
2592 #: ../roundup/mailgw.py:1162
2593 #, python-format
2594 msgid "You are not permitted to edit %(classname)s."
2595 msgstr ""
2597 #: ../roundup/mailgw.py:1365
2598 #, python-format
2599 msgid "You are not permitted to edit property %(prop)s of class %(classname)s."
2600 msgstr ""
2602 #: ../roundup/cgi/actions.py:787
2603 msgid "You are now registered, welcome!"
2604 msgstr "ユーザー登録完了!"
2606 #: ../roundup/actions.py:66 ../roundup/cgi/actions.py:57
2607 #, python-format
2608 msgid "You do not have permission to %(action)s the %(classname)s class."
2609 msgstr "%(classname)s の %(action)s を実行する権限がありません。"
2611 #: ../roundup/cgi/actions.py:321 ../roundup/cgi/actions.py:507
2612 #: ../roundup/cgi/actions.py:321:507
2613 #, python-format
2614 msgid "You do not have permission to create %(class)s"
2615 msgstr "%(class)sを登録する権限がありません"
2617 #: ../roundup/cgi/actions.py:339 ../roundup/cgi/actions.py:495
2618 #: ../roundup/cgi/actions.py:339:495
2619 #, python-format
2620 msgid "You do not have permission to edit %(class)s"
2621 msgstr "%(class)sを編集する権限がありません"
2623 #: ../roundup/cgi/actions.py:175 ../roundup/cgi/actions.py:203
2624 #: ../roundup/cgi/actions.py:175:203
2625 msgid "You do not have permission to edit queries"
2626 msgstr "クエリーを編集する権限がありません"
2628 #: ../roundup/cgi/actions.py:988
2629 msgid "You do not have permission to login"
2630 msgstr ""
2632 #: ../roundup/cgi/actions.py:126 ../roundup/cgi/actions.py:382
2633 #: ../roundup/cgi/actions.py:126:382
2634 #, python-format
2635 msgid "You do not have permission to retire %(class)s"
2636 msgstr "%(class)s を無効にする権限がありません"
2638 #: ../roundup/cgi/actions.py:181 ../roundup/cgi/actions.py:210
2639 #: ../roundup/cgi/actions.py:181:210
2640 msgid "You do not have permission to store queries"
2641 msgstr "クエリーを保存する権限がありません"
2643 #: ../roundup/cgi/actions.py:1047
2644 #, python-format
2645 msgid "You do not have permission to view %(class)s"
2646 msgstr "%(class)s を表示する権限がありません"
2648 #: ../roundup/cgi/form_parser.py:335
2649 #, python-format
2650 msgid ""
2651 "You have submitted a %(action)s action for the property \"%(property)s\" "
2652 "which doesn't exist"
2653 msgstr "アクション %(action)s のターゲットとなるプロパティ \"%(property)s\" が見つかりません"
2655 #: ../roundup/cgi/form_parser.py:354 ../roundup/cgi/form_parser.py:380
2656 #: ../roundup/cgi/form_parser.py:354:380
2657 #, python-format
2658 msgid "You have submitted more than one value for the %s property"
2659 msgstr "プロパティ %s に対して複数の値が送信されました"
2661 #: ../share/roundup/templates/classic/html/user.forgotten.html:9
2662 msgid ""
2663 "You have two options if you have forgotten your password. If you know the "
2664 "email address you registered with, enter it below."
2665 msgstr ""
2666 "パスワードを忘れてしまった場合の再設定には2つの方法があります。登録したメール"
2667 "アドレスを憶えている場合は次の欄に入力してください。"
2669 #: ../roundup/actions.py:53 ../roundup/cgi/actions.py:120
2670 msgid "You may not retire the admin or anonymous user"
2671 msgstr "ユーザー admin と anonymous を無効にすることはできません"
2673 #: ../roundup/cgi/actions.py:748
2674 msgid "You need to specify a username or address"
2675 msgstr "ユーザー名またはメールアドレスを入力してください"
2677 #: ../share/roundup/templates/classic/html/user.rego_progress.html:10
2678 #: ../share/roundup/templates/minimal/html/user.rego_progress.html:10
2679 msgid ""
2680 "You will shortly receive an email to confirm your registration. To complete "
2681 "the registration process, visit the link indicated in the email."
2682 msgstr ""
2683 "間もなく登録確認のメールが届きます。メールに記載されたリンクをクリックするこ"
2684 "とで登録処理が完了します。"
2686 #: ../share/roundup/templates/classic/html/page.html:160
2687 #: ../share/roundup/templates/minimal/html/page.html:147
2688 msgid "Your Details"
2689 msgstr "個人設定"
2691 #: ../share/roundup/templates/classic/html/page.html:148
2692 msgid "Your Issues"
2693 msgstr "自分の課題"
2695 #: ../share/roundup/templates/classic/html/user.help.html:43
2696 msgid ""
2697 "Your browser is not capable of using frames; you should be redirected "
2698 "immediately, or visit ${link}."
2699 msgstr ""
2701 #: ../roundup/cgi/templating.py:747 ../roundup/cgi/templating.py:886
2702 #: ../roundup/cgi/templating.py:1358 ../roundup/cgi/templating.py:1387
2703 #: ../roundup/cgi/templating.py:1407 ../roundup/cgi/templating.py:1420
2704 #: ../roundup/cgi/templating.py:1471 ../roundup/cgi/templating.py:1494
2705 #: ../roundup/cgi/templating.py:1530 ../roundup/cgi/templating.py:1567
2706 #: ../roundup/cgi/templating.py:1620 ../roundup/cgi/templating.py:1637
2707 #: ../roundup/cgi/templating.py:1721 ../roundup/cgi/templating.py:1741
2708 #: ../roundup/cgi/templating.py:1759 ../roundup/cgi/templating.py:1791
2709 #: ../roundup/cgi/templating.py:1801 ../roundup/cgi/templating.py:1853
2710 #: ../roundup/cgi/templating.py:2069 ../roundup/cgi/templating.py:747:886
2711 #: :1358:1387 :1407:1420 :1471:1494 :1530:1567 :1620:1637 :1721:1741
2712 #: :1759:1791 :1801:1853:2069
2713 msgid "[hidden]"
2714 msgstr ""
2716 #: ../share/roundup/templates/classic/html/query.edit.html:96
2717 msgid "[not yours to edit]"
2718 msgstr "[編集不可]"
2720 #: ../share/roundup/templates/classic/html/query.edit.html:54
2721 msgid "[query is retired]"
2722 msgstr "[無効]"
2724 #: ../roundup/roundupdb.py:178
2725 msgid "activity"
2726 msgstr "最終更新"
2728 #. following properties are common for all hyperdb classes
2729 #. they are listed here to keep things in one place
2730 #: ../roundup/roundupdb.py:178
2731 msgid "actor"
2732 msgstr "更新者"
2734 #: ../roundup/date.py:861
2735 msgid "an hour"
2736 msgstr "1時間"
2738 #: ../roundup/admin.py:93 ../roundup/admin.py:97 ../roundup/admin.py:93:97
2739 #, python-format
2740 msgid "argument \"%(arg)s\" not propname=value"
2741 msgstr ""
2743 #: ../share/roundup/templates/classic/html/issue.search.html:155
2744 msgid "assigned to me"
2745 msgstr "自分が担当しているもの"
2747 #: ../roundup/roundupdb.py:175
2748 msgid "assignedto"
2749 msgstr "担当者"
2751 #: ../share/roundup/templates/classic/initial_data.py:7
2752 msgid "bug"
2753 msgstr "バグ"
2755 #: ../share/roundup/templates/classic/initial_data.py:14
2756 msgid "chatting"
2757 msgstr "対応議論中"
2759 #: ../share/roundup/templates/classic/html/page.html:177
2760 #: ../share/roundup/templates/minimal/html/page.html:164
2761 msgid "clear this message"
2762 msgstr "このメッセージをクリア"
2764 #: ../roundup/backends/rdbms_common.py:1525
2765 msgid "create"
2766 msgstr ""
2768 #: ../share/roundup/templates/classic/html/issue.search.html:88
2769 msgid "created by me"
2770 msgstr "自分が登録したもの"
2772 #: ../roundup/roundupdb.py:178
2773 msgid "creation"
2774 msgstr "登録日時"
2776 #: ../roundup/roundupdb.py:178
2777 msgid "creator"
2778 msgstr "登録者"
2780 #: ../share/roundup/templates/classic/initial_data.py:5
2781 msgid "critical"
2782 msgstr "致命的不具合"
2784 #: ../roundup/cgi/templating.py:1684
2785 msgid ""
2786 "default value for DateHTMLProperty must be either DateHTMLProperty or string "
2787 "date representation."
2788 msgstr "DateHTMLProperty のデフォルト値は DateHTMLProperty もしくは日付の文字列表現でなくてはなりません。"
2790 #: ../share/roundup/templates/classic/initial_data.py:13
2791 msgid "deferred"
2792 msgstr "保留"
2794 #: ../share/roundup/templates/classic/html/page.html:241
2795 #: ../share/roundup/templates/classic/html/page.html:256
2796 #: ../share/roundup/templates/classic/html/page.html:270
2797 #: ../share/roundup/templates/minimal/html/page.html:228
2798 #: ../share/roundup/templates/minimal/html/page.html:243
2799 #: ../share/roundup/templates/minimal/html/page.html:257
2800 msgid "don't care"
2801 msgstr "指定しない"
2803 #: ../share/roundup/templates/classic/html/issue.search.html:110
2804 msgid "done by me"
2805 msgstr "自分が更新したもの"
2807 #: ../share/roundup/templates/classic/initial_data.py:18
2808 msgid "done-cbb"
2809 msgstr "暫定対応済み"
2811 #: ../share/roundup/templates/classic/html/file.item.html:45
2812 msgid "download"
2813 msgstr "ダウンロード"
2815 #: ../share/roundup/templates/classic/html/query.edit.html:67
2816 #: ../share/roundup/templates/classic/html/query.edit.html:94
2817 msgid "edit"
2818 msgstr "編集"
2820 #: ../roundup/admin.py:1456
2821 msgid "exit..."
2822 msgstr ""
2824 #: ../share/roundup/templates/classic/initial_data.py:8
2825 msgid "feature"
2826 msgstr "機能拡張案"
2828 #: ../roundup/roundupdb.py:174
2829 msgid "files"
2830 msgstr "ファイル"
2832 #: ../roundup/date.py:888
2833 #, python-format
2834 msgid "in %s"
2835 msgstr "%s以内"
2837 #: ../roundup/cgi/cgitb.py:138
2838 #, python-format
2839 msgid "in <strong>%s</strong>"
2840 msgstr ""
2842 #: ../roundup/date.py:869
2843 msgid "in a moment"
2844 msgstr "少し"
2846 #: ../share/roundup/templates/classic/initial_data.py:16
2847 msgid "in-progress"
2848 msgstr "対応作業中"
2850 #: ../share/roundup/templates/classic/html/query.edit.html:45
2851 msgid "include"
2852 msgstr ""
2854 #: ../roundup/date.py:871
2855 msgid "just now"
2856 msgstr "たった今"
2858 #: ../roundup/roundupdb.py:175
2859 msgid "keyword"
2860 msgstr "キーワード"
2862 #: ../share/roundup/templates/classic/html/query.edit.html:49
2863 msgid "leave in"
2864 msgstr "保持"
2866 #: ../share/roundup/templates/classic/html/query.edit.html:44
2867 msgid "leave out"
2868 msgstr ""
2870 #: ../roundup/backends/rdbms_common.py:1695
2871 msgid "link"
2872 msgstr ""
2874 #: ../roundup/cgi/form_parser.py:283
2875 #, python-format
2876 msgid "link \"%(key)s\" value \"%(entry)s\" not a designator"
2877 msgstr ""
2879 #: ../roundup/roundupdb.py:174
2880 msgid "messages"
2881 msgstr "メッセージ"
2883 #: ../share/roundup/templates/classic/html/issue.item.html:169
2884 msgid "msg${id} (view)"
2885 msgstr "msg${id} (表示)"
2887 #: ../share/roundup/templates/classic/initial_data.py:15
2888 msgid "need-eg"
2889 msgstr "要詳細情報"
2891 #: ../share/roundup/templates/classic/html/_generic.help.html:57
2892 #: ../share/roundup/templates/classic/html/help.html:32
2893 #: ../share/roundup/templates/classic/html/issue.index.html:92
2894 #: ../share/roundup/templates/minimal/html/_generic.help.html:57
2895 msgid "next &gt;&gt;"
2896 msgstr "次へ &gt;&gt;"
2898 #: ../share/roundup/templates/classic/html/query.edit.html:73
2899 msgid "no"
2900 msgstr ""
2902 #: ../roundup/admin.py:586 ../roundup/admin.py:988 ../roundup/admin.py:1039
2903 #: ../roundup/admin.py:1062 ../roundup/admin.py:586:988 :1039:1062
2904 #, python-format
2905 msgid "no such %(classname)s node \"%(nodeid)s\""
2906 msgstr ""
2908 #: ../roundup/admin.py:588
2909 #, python-format
2910 msgid "no such %(classname)s property \"%(propname)s\""
2911 msgstr ""
2913 #: ../roundup/admin.py:83 ../roundup/admin.py:986 ../roundup/admin.py:1037
2914 #: ../roundup/admin.py:1060 ../roundup/admin.py:83:986 :1037:1060
2915 #, python-format
2916 msgid "no such class \"%(classname)s\""
2917 msgstr ""
2919 #: ../roundup/admin.py:1285
2920 #, python-format
2921 msgid "no such item \"%(designator)s\""
2922 msgstr ""
2924 #: ../share/roundup/templates/classic/html/page.html:299
2925 #: ../share/roundup/templates/minimal/html/page.html:286
2926 msgid "no value"
2927 msgstr ""
2929 #: ../roundup/roundupdb.py:174
2930 msgid "nosy"
2931 msgstr "通知先"
2933 #: ../roundup/mailgw.py:1396
2934 msgid "not of form [arg=value,value,...;arg=value,value,...]"
2935 msgstr ""
2937 #: ../share/roundup/templates/classic/html/issue.search.html:137
2938 msgid "not resolved"
2939 msgstr "未解決"
2941 #: ../share/roundup/templates/classic/html/issue.search.html:58
2942 #: ../share/roundup/templates/classic/html/issue.search.html:123
2943 #: ../share/roundup/templates/classic/html/issue.search.html:139
2944 msgid "not selected"
2945 msgstr "未設定"
2947 #: ../roundup/roundupdb.py:175
2948 msgid "priority"
2949 msgstr "優先度"
2951 #: ../roundup/cgi/form_parser.py:418
2952 #, python-format
2953 msgid "property \"%(propname)s\": \"%(value)s\" not currently in list"
2954 msgstr "プロパティ \"%(propname)s\": \"%(value)s\" がリストの中にありません"
2956 #: ../roundup/admin.py:563 ../roundup/admin.py:578 ../roundup/admin.py:563:578
2957 #, python-format
2958 msgid "property %s is not of type Multilink or Link so -d flag does not apply."
2959 msgstr ""
2961 #: ../roundup/hyperdb.py:111
2962 #, python-format
2963 msgid "property %s: %r is an invalid date (%s)"
2964 msgstr ""
2966 #: ../roundup/hyperdb.py:128
2967 #, python-format
2968 msgid "property %s: %r is an invalid date interval (%s)"
2969 msgstr ""
2971 #: ../roundup/hyperdb.py:1244
2972 #, python-format
2973 msgid "property %s: %r is not a %s."
2974 msgstr ""
2976 #: ../roundup/hyperdb.py:267
2977 #, python-format
2978 msgid "property %s: %r is not a number"
2979 msgstr ""
2981 #: ../roundup/hyperdb.py:223
2982 #, python-format
2983 msgid "property %s: %r is not currently an element"
2984 msgstr ""
2986 #: ../roundup/hyperdb.py:91
2987 #, python-format
2988 msgid "property %s: %s"
2989 msgstr ""
2991 #: ../share/roundup/templates/classic/html/issue.item.html:158
2992 #: ../share/roundup/templates/classic/html/issue.item.html:179
2993 #: ../share/roundup/templates/classic/html/query.edit.html:50
2994 msgid "remove"
2995 msgstr "削除"
2997 #: ../share/roundup/templates/classic/initial_data.py:19
2998 msgid "resolved"
2999 msgstr "解決"
3001 #: ../roundup/backends/rdbms_common.py:1871
3002 msgid "restored"
3003 msgstr ""
3005 #: ../share/roundup/templates/classic/html/user.index.html:41
3006 msgid "retire"
3007 msgstr "無効化"
3009 #: ../roundup/backends/rdbms_common.py:1841
3010 msgid "retired"
3011 msgstr ""
3013 #: ../roundup/admin.py:1454
3014 msgid "roundup> "
3015 msgstr ""
3017 #: ../roundup/backends/rdbms_common.py:1817
3018 msgid "set"
3019 msgstr ""
3021 #: ../roundup/roundupdb.py:175
3022 msgid "status"
3023 msgstr "状態"
3025 #: ../roundup/roundupdb.py:174
3026 msgid "superseder"
3027 msgstr "関連課題"
3029 #: ../share/roundup/templates/classic/initial_data.py:17
3030 msgid "testing"
3031 msgstr "テスト中"
3033 #: ../roundup/roundupdb.py:174
3034 msgid "title"
3035 msgstr "タイトル"
3037 #: ../roundup/date.py:852
3038 msgid "tomorrow"
3039 msgstr "明日"
3041 #: ../share/roundup/templates/classic/html/issue.search.html:157
3042 msgid "unassigned"
3043 msgstr "未割り当て"
3045 #: ../roundup/backends/rdbms_common.py:1691
3046 msgid "unlink"
3047 msgstr ""
3049 #: ../share/roundup/templates/classic/initial_data.py:12
3050 msgid "unread"
3051 msgstr "未読"
3053 #: ../share/roundup/templates/classic/initial_data.py:6
3054 msgid "urgent"
3055 msgstr "要早期対応"
3057 #: ../share/roundup/templates/classic/initial_data.py:9
3058 msgid "wish"
3059 msgstr "要望"
3061 #: ../share/roundup/templates/classic/html/query.edit.html:71
3062 msgid "yes"
3063 msgstr ""
3065 #: ../roundup/date.py:854
3066 msgid "yesterday"
3067 msgstr "昨日"
3069 #: ../roundup/hyperdb.py:1247
3070 #, python-format
3071 msgid "you may only enter ID values for property %s"
3072 msgstr ""
3074 #: ../roundup/admin.py:812
3075 #, python-format
3076 msgid "you must provide the \"%(propname)s\" property."
3077 msgstr ""