Edgewall Software

source: trunk/trac/locale/messages.pot

Last change on this file was 17657, checked in by Jun Omae, 8 months ago

1.5.4dev: update copyright year to 2023 (refs #13402)

[skip ci]

  • Property svn:eol-style set to native
File size: 183.1 KB
Line 
1# Translations template for Trac.
2# Copyright (C) 2022-2023 Edgewall Software
3# This file is distributed under the same license as the Trac project.
4# FIRST AUTHOR <EMAIL@ADDRESS>, 2022.
5#
6#, fuzzy
7msgid ""
8msgstr ""
9"Project-Id-Version: Trac 1.5.4\n"
10"Report-Msgid-Bugs-To: trac-dev@googlegroups.com\n"
11"POT-Creation-Date: 2022-12-14 22:34-0500\n"
12"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
13"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
14"Language-Team: LANGUAGE <LL@li.org>\n"
15"MIME-Version: 1.0\n"
16"Content-Type: text/plain; charset=utf-8\n"
17"Content-Transfer-Encoding: 8bit\n"
18"Generated-By: Babel 2.11.0\n"
19
20#: tracopt/ticket/commit_updater.py:293
21msgid ""
22"Insert a changeset message into the output.\n"
23"\n"
24"This macro must be called using wiki processor syntax as follows:\n"
25"{{{\n"
26"{{{\n"
27"#!CommitTicketReference repository=\"reponame\" revision=\"rev\"\n"
28"}}}\n"
29"}}}\n"
30"where the arguments are the following:\n"
31" - `repository`: the repository containing the changeset\n"
32" - `revision`: the revision of the desired changeset"
33msgstr ""
34
35#: tracopt/ticket/commit_updater.py:327
36msgid "(The changeset message doesn't reference this ticket)"
37msgstr ""
38
39#: trac/ticket/admin.py:852 tracopt/ticket/deleter.py:94
40#, python-format
41msgid "Ticket #%(num)s and all associated data removed."
42msgstr ""
43
44#: trac/ticket/admin.py:869 tracopt/ticket/deleter.py:106
45#, python-format
46msgid "The ticket comment %(num)s on ticket #%(id)s has been deleted."
47msgstr ""
48
49#: trac/ticket/admin.py:866 trac/ticket/web_ui.py:603
50#: tracopt/ticket/deleter.py:126
51#, python-format
52msgid "Comment %(num)s not found"
53msgstr ""
54
55#: tracopt/ticket/templates/ticket_delete.html:20
56#, python-format
57msgid "Delete Ticket #%(id)s"
58msgstr ""
59
60#: tracopt/ticket/templates/ticket_delete.html:26
61#: tracopt/ticket/templates/ticket_delete.html:102
62#, python-format
63msgid "Delete comment %(num)s on Ticket #%(id)s"
64msgstr ""
65
66#: trac/ticket/web_ui.py:709 trac/ticket/web_ui.py:963
67#: tracopt/ticket/templates/ticket_delete.html:44
68#, python-format
69msgid "Ticket #%(id)s"
70msgstr ""
71
72#: tracopt/ticket/templates/ticket_delete.html:46
73#, python-format
74msgid "Delete %(ticket)s"
75msgstr ""
76
77#: tracopt/ticket/templates/ticket_delete.html:68
78msgid "Are you sure you want to delete this ticket?"
79msgstr ""
80
81#: tracopt/ticket/templates/ticket_delete.html:73
82#, python-format
83msgid "(comments: %(comments)s, attachments: %(attachments)s)"
84msgstr ""
85
86#: trac/ticket/templates/milestone_delete.html:59
87#: trac/wiki/templates/wiki_delete.html:160
88#: tracopt/ticket/templates/ticket_delete.html:82
89msgid "The following attachments will also be deleted:"
90msgstr ""
91
92#: trac/templates/list_of_attachments.html:23
93#: trac/ticket/templates/milestone_delete.html:64
94#: trac/wiki/templates/wiki_delete.html:165
95#: tracopt/ticket/templates/ticket_delete.html:87
96msgid "View attachment"
97msgstr ""
98
99#: trac/templates/attachment.html:121
100#: trac/ticket/templates/milestone_delete.html:69
101#: trac/wiki/templates/wiki_delete.html:170
102#: tracopt/ticket/templates/ticket_delete.html:92
103#: tracopt/ticket/templates/ticket_delete.html:122
104msgid "This is an irreversible operation."
105msgstr ""
106
107#: tracopt/ticket/templates/ticket_delete.html:96
108msgid "Delete ticket"
109msgstr ""
110
111#: trac/templates/attachment.html:109 trac/templates/attachment.html:130
112#: trac/ticket/templates/admin_components.html:94
113#: trac/ticket/templates/admin_enums.html:77
114#: trac/ticket/templates/admin_versions.html:90
115#: trac/ticket/templates/milestone_delete.html:74
116#: trac/ticket/templates/milestone_edit_form.html:166
117#: trac/ticket/templates/report_delete.html:37
118#: trac/ticket/templates/report_edit.html:120
119#: trac/ticket/templates/ticket_change.html:186
120#: trac/versioncontrol/templates/admin_repositories.html:199
121#: trac/wiki/templates/wiki_delete.html:183
122#: trac/wiki/templates/wiki_edit_comment.html:59
123#: trac/wiki/templates/wiki_edit_form.html:115
124#: trac/wiki/templates/wiki_rename.html:65
125#: tracopt/ticket/templates/ticket_delete.html:97
126#: tracopt/ticket/templates/ticket_delete.html:127
127msgid "Cancel"
128msgstr ""
129
130#: tracopt/ticket/templates/ticket_delete.html:120
131msgid "Are you sure you want to delete this ticket comment?"
132msgstr ""
133
134#: tracopt/ticket/templates/ticket_delete.html:126
135msgid "Delete comment"
136msgstr ""
137
138#: tracopt/versioncontrol/git/git_fs.py:355
139#: tracopt/versioncontrol/git/git_fs.py:359
140#, python-format
141msgid "%(option)s must be in the range [4..40]"
142msgstr ""
143
144#: tracopt/versioncontrol/git/git_fs.py:363
145msgid "GIT backend not available"
146msgstr ""
147
148#: tracopt/versioncontrol/git/git_fs.py:365
149#, python-format
150msgid "GIT version %(hasver)s installed not compatible (need >= %(needsver)s)"
151msgstr ""
152
153#. TRANSLATOR: modified ('diff') (link)
154#: trac/ticket/templates/ticket_change.html:246 trac/ticket/web_ui.py:1822
155#: trac/wiki/macros.py:392 trac/wiki/templates/wiki_view.html:67
156#: trac/wiki/web_ui.py:791 tracopt/versioncontrol/git/git_fs.py:466
157msgid "diff"
158msgstr ""
159
160#: tracopt/versioncontrol/git/git_fs.py:467
161msgid "Diff against this parent (show the changes merged from the other parents)"
162msgstr ""
163
164#: tracopt/versioncontrol/git/git_fs.py:476
165msgid ""
166"Note: this is a <strong>merge</strong> changeset, the changes displayed "
167"below correspond to the merge itself."
168msgstr ""
169
170#: tracopt/versioncontrol/git/git_fs.py:483
171msgid ""
172"Use the <code>(diff)</code> links above to see all the changes relative "
173"to each parent."
174msgstr ""
175
176#: tracopt/versioncontrol/git/git_fs.py:499
177#: tracopt/versioncontrol/git/git_fs.py:749
178msgid "Internal error"
179msgstr ""
180
181#: tracopt/versioncontrol/git/git_fs.py:534
182#, python-format
183msgid "\"%(name)s\" is not readable or not a Git repository."
184msgstr ""
185
186#: tracopt/versioncontrol/git/git_fs.py:558
187msgid "Unsupported \"Show only adds and deletes\""
188msgstr ""
189
190#: tracopt/versioncontrol/git/git_fs.py:614
191msgid "Not supported in git_fs"
192msgstr ""
193
194#: tracopt/versioncontrol/git/git_fs.py:732
195#, python-format
196msgid "Internal error (got unexpected object kind '%(kind)s')"
197msgstr ""
198
199#: tracopt/versioncontrol/svn/svn_fs.py:211
200#, python-format
201msgid "Subversion >= 1.0 required, found %(version)s"
202msgstr ""
203
204#: tracopt/versioncontrol/svn/svn_fs.py:264
205#, python-format
206msgid "%(path)s does not appear to be a Subversion repository."
207msgstr ""
208
209#: tracopt/versioncontrol/svn/svn_fs.py:275
210#, python-format
211msgid "Couldn't open Subversion repository %(path)s: %(svn_error)s"
212msgstr ""
213
214#: tracopt/versioncontrol/svn/svn_fs.py:606
215#, python-format
216msgid ""
217"Diff mismatch: Base is a %(oldnode)s (%(oldpath)s in revision %(oldrev)s)"
218" and Target is a %(newnode)s (%(newpath)s in revision %(newrev)s)."
219msgstr ""
220
221#: tracopt/versioncontrol/svn/svn_fs.py:781
222#, python-format
223msgid "svn blame failed on %(path)s: %(error)s"
224msgstr ""
225
226#: tracopt/versioncontrol/svn/svn_prop.py:155
227msgid "No svn:externals configured in trac.ini"
228msgstr ""
229
230#: tracopt/versioncontrol/svn/svn_prop.py:162
231msgid "needs lock"
232msgstr ""
233
234#: tracopt/versioncontrol/svn/svn_prop.py:192
235msgid "blocked"
236msgstr ""
237
238#: tracopt/versioncontrol/svn/svn_prop.py:192
239msgid "merged"
240msgstr ""
241
242#: tracopt/versioncontrol/svn/svn_prop.py:227
243msgid "non-inheritable"
244msgstr ""
245
246#: tracopt/versioncontrol/svn/svn_prop.py:229
247msgid "merged on the directory itself but not below"
248msgstr ""
249
250#: tracopt/versioncontrol/svn/svn_prop.py:245
251#: tracopt/versioncontrol/svn/svn_prop.py:267
252msgid "eligible"
253msgstr ""
254
255#: tracopt/versioncontrol/svn/svn_prop.py:275
256msgid "(toggle deleted branches)"
257msgstr ""
258
259#: tracopt/versioncontrol/svn/svn_prop.py:315
260msgid "View merge source"
261msgstr ""
262
263#: tracopt/versioncontrol/svn/svn_prop.py:326
264msgid "No revisions"
265msgstr ""
266
267#: tracopt/versioncontrol/svn/svn_prop.py:333
268#, python-format
269msgid "%(title)s: %(revs)s"
270msgstr ""
271
272#: tracopt/versioncontrol/svn/svn_prop.py:372
273msgid "merged: "
274msgstr ""
275
276#: tracopt/versioncontrol/svn/svn_prop.py:372
277msgid "blocked: "
278msgstr ""
279
280#: tracopt/versioncontrol/svn/svn_prop.py:373
281msgid "reverse-merged: "
282msgstr ""
283
284#: tracopt/versioncontrol/svn/svn_prop.py:373
285msgid "un-blocked: "
286msgstr ""
287
288#: tracopt/versioncontrol/svn/svn_prop.py:374
289msgid "marked as non-inheritable: "
290msgstr ""
291
292#: tracopt/versioncontrol/svn/svn_prop.py:375
293msgid "unmarked as non-inheritable: "
294msgstr ""
295
296#: tracopt/versioncontrol/svn/svn_prop.py:419
297msgid " (added)"
298msgstr ""
299
300#: tracopt/versioncontrol/svn/svn_prop.py:443
301msgid "removed"
302msgstr ""
303
304#: tracopt/versioncontrol/svn/svn_prop.py:446
305msgid " (with no actual effect on merging)"
306msgstr ""
307
308#: tracopt/versioncontrol/svn/svn_prop.py:447
309#, python-format
310msgid "Property %(prop)s changed"
311msgstr ""
312
313#: trac/about.py:47 trac/templates/about.html:17 trac/templates/about.html:31
314msgid "About Trac"
315msgstr ""
316
317#: trac/attachment.py:178
318msgid "Bad request"
319msgstr ""
320
321#: trac/attachment.py:181
322#, python-format
323msgid "%(realm)s is not a valid parent realm"
324msgstr ""
325
326#: trac/attachment.py:198
327#, python-format
328msgid "Parent resource %(parent)s doesn't exist"
329msgstr ""
330
331#: trac/attachment.py:204
332#, python-format
333msgid "Back to %(parent)s"
334msgstr ""
335
336#: trac/attachment.py:221 trac/ticket/batch.py:58 trac/ticket/report.py:175
337#: trac/ticket/roadmap.py:768 trac/web/api.py:959 trac/wiki/web_ui.py:168
338msgid "Invalid request arguments."
339msgstr ""
340
341#: trac/attachment.py:312
342#, python-format
343msgid "%(attachment)s attached to %(resource)s"
344msgstr ""
345
346#: trac/attachment.py:368
347#, python-format
348msgid "Unparented attachment %(id)s"
349msgstr ""
350
351#: trac/attachment.py:376
352#, python-format
353msgid "Attachment '%(id)s' in %(parent)s"
354msgstr ""
355
356#: trac/attachment.py:379
357#, python-format
358msgid "Attachments of %(parent)s"
359msgstr ""
360
361#: trac/admin/web_ui.py:497 trac/admin/web_ui.py:500 trac/admin/web_ui.py:504
362#: trac/attachment.py:399
363msgid "No file uploaded"
364msgstr ""
365
366#: trac/attachment.py:400
367#, python-format
368msgid "Upload failed for %(filename)s"
369msgstr ""
370
371#: trac/attachment.py:402
372msgid "Can't upload empty file"
373msgstr ""
374
375#: trac/attachment.py:405
376#, python-format
377msgid "Maximum attachment size: %(num)s"
378msgstr ""
379
380#: trac/attachment.py:421
381#, python-format
382msgid "Attachment field %(field)s is invalid: %(message)s"
383msgstr ""
384
385#: trac/attachment.py:425
386#, python-format
387msgid "Invalid attachment: %(message)s"
388msgstr ""
389
390#: trac/attachment.py:430
391msgid "Note: File must be selected again."
392msgstr ""
393
394#: trac/attachment.py:442
395#, python-format
396msgid ""
397"You don't have permission to replace the attachment %(name)s. You can "
398"only replace your own attachments. Replacing other's attachments requires"
399" ATTACHMENT_DELETE permission."
400msgstr ""
401
402#: trac/attachment.py:473
403#, python-format
404msgid "%(attachment)s (delete)"
405msgstr ""
406
407#: trac/attachment.py:488
408#, python-format
409msgid "Maximum total attachment size: %(num)s"
410msgstr ""
411
412#: trac/attachment.py:489
413msgid "Download failed"
414msgstr ""
415
416#: trac/attachment.py:580 trac/versioncontrol/web_ui/browser.py:708
417#: trac/wiki/web_ui.py:72
418msgid "Plain Text"
419msgstr ""
420
421#: trac/attachment.py:586 trac/versioncontrol/web_ui/browser.py:714
422msgid "Original Format"
423msgstr ""
424
425#: trac/attachment.py:630 trac/templates/list_of_attachments.html:26
426#: trac/ticket/templates/ticket_change.html:138
427#: trac/versioncontrol/templates/dir_entries.html:37
428#: trac/versioncontrol/web_ui/browser.py:864
429msgid "Download"
430msgstr ""
431
432#: trac/attachment.py:697
433#, python-format
434msgid "Attachment '%(title)s' does not exist."
435msgstr ""
436
437#: trac/attachment.py:699
438msgid "Invalid Attachment"
439msgstr ""
440
441#: trac/attachment.py:761
442msgid "Could not delete attachment"
443msgstr ""
444
445#: trac/attachment.py:793
446#, python-format
447msgid "%(parent)s doesn't exist, can't create attachment"
448msgstr ""
449
450#: trac/attachment.py:796
451#, python-format
452msgid "Cannot create attachment \"%(att)s\" as %(realm)s:%(id)s is invalid"
453msgstr ""
454
455#: trac/attachment.py:875
456#, python-format
457msgid "Attachment '%(filename)s' not found"
458msgstr ""
459
460#: trac/attachment.py:887
461msgid "Cannot rename non-existent attachment"
462msgstr ""
463
464#: trac/attachment.py:896
465msgid "Attachment not modified"
466msgstr ""
467
468#: trac/attachment.py:907 trac/attachment.py:910
469#, python-format
470msgid "%(target)s doesn't exist, can't move attachment"
471msgstr ""
472
473#: trac/attachment.py:914
474#, python-format
475msgid "Cannot move attachment \"%(att)s\" as \"%(title)s\" is invalid"
476msgstr ""
477
478#: trac/attachment.py:918
479#, python-format
480msgid "Cannot move attachment \"%(att)s\" to \"%(title)s\" as it already exists"
481msgstr ""
482
483#: trac/attachment.py:938
484#, python-format
485msgid "Could not move attachment \"%(title)s\""
486msgstr ""
487
488#: trac/attachment.py:1082
489#, python-format
490msgid "Invalid resource identifier '%(id)s'"
491msgstr ""
492
493#: trac/attachment.py:1124 trac/templates/environment_info.html:56
494#: trac/templates/environment_info.html:121 trac/templates/error.html:285
495#: trac/ticket/admin.py:202 trac/ticket/admin.py:433 trac/ticket/admin.py:594
496#: trac/ticket/templates/admin_components.html:118
497#: trac/ticket/templates/admin_enums.html:103
498#: trac/ticket/templates/admin_milestones.html:91
499#: trac/ticket/templates/admin_versions.html:127
500#: trac/versioncontrol/admin.py:123
501#: trac/versioncontrol/templates/admin_repositories.html:243
502#: trac/versioncontrol/templates/dirlist_thead.html:17 trac/web/session.py:506
503msgid "Name"
504msgstr ""
505
506#: trac/attachment.py:1124 trac/versioncontrol/templates/dirlist_thead.html:20
507msgid "Size"
508msgstr ""
509
510#: trac/attachment.py:1124 trac/templates/history_view.html:58
511#: trac/versioncontrol/templates/dirlist_thead.html:27
512#: trac/versioncontrol/templates/revisionlog.html:160
513msgid "Author"
514msgstr ""
515
516#: trac/attachment.py:1124 trac/templates/history_view.html:57
517#: trac/versioncontrol/templates/dirlist_thead.html:24
518#: trac/versioncontrol/templates/revisionlog.html:159
519msgid "Date"
520msgstr ""
521
522#: trac/attachment.py:1125 trac/notification/prefs.py:234
523#: trac/ticket/api.py:363 trac/ticket/api.py:695
524#: trac/ticket/templates/ticket.html:574
525#: trac/ticket/templates/ticket_box.html:162
526msgid "Description"
527msgstr ""
528
529#: trac/attachment.py:1155 trac/wiki/admin.py:103
530#, python-format
531msgid "File '%(name)s' exists"
532msgstr ""
533
534#: trac/config.py:71
535msgid "Configuration Error"
536msgstr ""
537
538#: trac/config.py:75
539msgid "Look in the Trac log for more information."
540msgstr ""
541
542#: trac/config.py:358
543#, python-format
544msgid "Error reading '%(file)s', make sure it is readable."
545msgstr ""
546
547#: trac/config.py:532
548#, python-format
549msgid "[%(section)s] %(entry)s: expected integer, got %(value)s"
550msgstr ""
551
552#: trac/config.py:549
553#, python-format
554msgid "[%(section)s] %(entry)s: expected float, got %(value)s"
555msgstr ""
556
557#: trac/config.py:716
558msgid "Setting attribute is not allowed."
559msgstr ""
560
561#: trac/config.py:839
562#, python-format
563msgid "[%(section)s] %(entry)s: expected one of (%(choices)s), got %(value)s"
564msgstr ""
565
566#: trac/config.py:879
567#, python-format
568msgid ""
569"Cannot find an implementation of the %(interface)s interface named "
570"%(implementation)s. Please check that the Component is enabled or update "
571"the option %(option)s in trac.ini."
572msgstr ""
573
574#: trac/config.py:919
575#, python-format
576msgid ""
577"Cannot find implementation(s) of the %(interface)s interface named "
578"%(implementation)s. Please check that the Component is enabled or update "
579"the option %(option)s in trac.ini."
580msgstr ""
581
582#: trac/config.py:957 trac/config.py:972
583#, python-format
584msgid "Option '%(option)s' doesn't exist in section '%(section)s'"
585msgstr ""
586
587#: trac/config.py:976
588#, python-format
589msgid "Section '%(section)s' doesn't exist"
590msgstr ""
591
592#: trac/core.py:35
593msgid "Trac Error"
594msgstr ""
595
596#: trac/env.py:196
597msgid ""
598"Visit the Trac open source project at<br /><a "
599"href=\"https://trac.edgewall.org/\">https://trac.edgewall.org/</a>"
600msgstr ""
601
602#: trac/env.py:404
603#, python-format
604msgid ""
605"No Trac environment found at %(path)s\n"
606"%(e)s"
607msgstr ""
608
609#: trac/env.py:406
610#, python-format
611msgid "Unknown Trac environment type '%(type)s'"
612msgstr ""
613
614#: trac/env.py:524
615#, python-format
616msgid "Base directory '%(env)s' does not exist. Please create it and retry."
617msgstr ""
618
619#: trac/env.py:529
620msgid "Directory exists and is not empty."
621msgstr ""
622
623#: trac/env.py:601
624#, python-format
625msgid "The configuration file is not found at %(path)s"
626msgstr ""
627
628#: trac/env.py:760
629#, python-format
630msgid "Unable to check for upgrade of %(module)s.%(name)s: %(err)s"
631msgstr ""
632
633#: trac/env.py:845
634msgid ""
635"Missing environment variable \"TRAC_ENV\". Trac requires this variable to"
636" point to a valid Trac environment."
637msgstr ""
638
639#: trac/admin/console.py:243 trac/env.py:879
640#, python-format
641msgid ""
642"The Trac Environment needs to be upgraded. Run:\n"
643"\n"
644" trac-admin \"%(path)s\" upgrade"
645msgstr ""
646
647#: trac/env.py:964
648#, python-format
649msgid ""
650"Resources cannot be deployed to a target directory that is equal to or "
651"below the source directory '%(source)s'.\n"
652"\n"
653"Please choose a different target directory and try again."
654msgstr ""
655
656#: trac/env.py:973
657msgid "Copying resources from:"
658msgstr ""
659
660#: trac/env.py:991
661msgid "Creating scripts."
662msgstr ""
663
664#: trac/env.py:1003
665#, python-format
666msgid "Invalid argument '%(arg)s'"
667msgstr ""
668
669#: trac/env.py:1008
670#, python-format
671msgid "hotcopy can't overwrite existing '%(dest)s'"
672msgstr ""
673
674#: trac/env.py:1012
675#, python-format
676msgid "Hotcopying %(src)s to %(dst)s ..."
677msgstr ""
678
679#: trac/env.py:1033
680msgid "The following errors happened while copying the environment:"
681msgstr ""
682
683#: trac/env.py:1045
684msgid "Backing up database ..."
685msgstr ""
686
687#: trac/env.py:1050
688msgid "Hotcopy done."
689msgstr ""
690
691#: trac/admin/api.py:134 trac/env.py:1055
692msgid "Invalid arguments"
693msgstr ""
694
695#: trac/env.py:1058
696msgid "Database is up to date, no upgrade necessary."
697msgstr ""
698
699#: trac/env.py:1064
700msgid ""
701"The pre-upgrade backup failed.\n"
702"Use '--no-backup' to upgrade without doing a backup.\n"
703msgstr ""
704
705#: trac/env.py:1068
706msgid "The upgrade failed. Please fix the issue and try again.\n"
707msgstr ""
708
709#: trac/env.py:1075
710#, python-format
711msgid ""
712"Upgrade done.\n"
713"\n"
714"You may want to upgrade the Trac documentation now by running:\n"
715"\n"
716" trac-admin \"%(path)s\" wiki upgrade"
717msgstr ""
718
719#: trac/perm.py:41
720msgid "Forbidden"
721msgstr ""
722
723#: trac/perm.py:53
724#, python-format
725msgid ""
726"%(perm)s privileges are required to perform this operation on "
727"%(resource)s. You don't have the required permissions."
728msgstr ""
729
730#: trac/perm.py:55
731#, python-format
732msgid ""
733"%(perm)s privileges are required to perform this operation. You don't "
734"have the required permissions."
735msgstr ""
736
737#: trac/perm.py:59
738msgid "Insufficient privileges to perform this operation."
739msgstr ""
740
741#: trac/perm.py:370 trac/perm.py:811
742#, python-format
743msgid "%(name)s is not a valid action."
744msgstr ""
745
746#: trac/perm.py:372
747#, python-format
748msgid ""
749"Permission %(name)s differs from a defined action by casing only, which "
750"is not allowed."
751msgstr ""
752
753#: trac/perm.py:381
754#, python-format
755msgid "The user %(user)s already has permission %(action)s."
756msgstr ""
757
758#: trac/perm.py:385
759#, python-format
760msgid "The user %(user)s is already in the group %(group)s."
761msgstr ""
762
763#: trac/perm.py:751
764msgid "User"
765msgstr ""
766
767#: trac/admin/templates/admin_perms.html:128 trac/perm.py:751
768#: trac/ticket/templates/ticket_workflow.html:36
769msgid "Action"
770msgstr ""
771
772#: trac/perm.py:753
773msgid "Available actions:"
774msgstr ""
775
776#: trac/perm.py:764
777msgid "All upper-cased tokens are reserved for permission names"
778msgstr ""
779
780#: trac/perm.py:802
781#, python-format
782msgid ""
783"Cannot remove permission %(action)s for user %(user)s. The permission is "
784"granted through a meta-permission or group."
785msgstr ""
786
787#: trac/perm.py:807
788#, python-format
789msgid ""
790"Cannot remove permission %(action)s for user %(user)s. The user has not "
791"been granted the permission."
792msgstr ""
793
794#: trac/perm.py:827
795#, python-format
796msgid "Cannot export to %(filename)s: %(error)s"
797msgstr ""
798
799#: trac/perm.py:839
800#, python-format
801msgid "Invalid row %(line)d. Expected <user>, <action>, [action], [...]"
802msgstr ""
803
804#: trac/perm.py:846
805#, python-format
806msgid ""
807"Invalid user %(user)s on line %(line)d: All upper-cased tokens are "
808"reserved for permission names."
809msgstr ""
810
811#: trac/perm.py:856
812#, python-format
813msgid "Cannot import from %(filename)s line %(line)d: %(error)s "
814msgstr ""
815
816#: trac/perm.py:861
817#, python-format
818msgid "Cannot import from %(filename)s: %(error)s"
819msgstr ""
820
821#: trac/resource.py:343
822#, python-format
823msgid "%(name)s at version %(version)s"
824msgstr ""
825
826#: trac/admin/api.py:138
827msgid "Command not found"
828msgstr ""
829
830#: trac/admin/console.py:85
831#, python-format
832msgid "Error: %(msg)s"
833msgstr ""
834
835#: trac/admin/console.py:105
836#, python-format
837msgid ""
838"Welcome to trac-admin %(version)s\n"
839"Interactive Trac administration console.\n"
840"Copyright (C) %(year)s Edgewall Software\n"
841"\n"
842"Type: '?' or 'help' for help on commands.\n"
843" "
844msgstr ""
845
846#: trac/admin/console.py:136
847#, python-format
848msgid "Failed to open environment: %(err)s"
849msgstr ""
850
851#: trac/admin/console.py:212
852#, python-format
853msgid "Completion error: %(err)s"
854msgstr ""
855
856#: trac/admin/console.py:276
857#, python-format
858msgid ""
859"No documentation found for '%(cmd)s'. Use 'help' to see the list of "
860"commands."
861msgstr ""
862
863#: trac/admin/console.py:284
864msgid "Did you mean this?"
865msgid_plural "Did you mean one of these?"
866msgstr[0] ""
867msgstr[1] ""
868
869#: trac/admin/console.py:288
870#, python-format
871msgid "trac-admin - The Trac Administration Console %(version)s"
872msgstr ""
873
874#: trac/admin/console.py:292
875msgid "Usage: trac-admin </path/to/projenv> [command [subcommand] [option ...]]\n"
876msgstr ""
877
878#: trac/admin/console.py:294
879msgid "Invoking trac-admin without command starts interactive mode.\n"
880msgstr ""
881
882#: trac/admin/console.py:338
883msgid ""
884"\n"
885"Trac will first ask a few questions about your environment\n"
886"in order to initialize and prepare the project database.\n"
887"\n"
888" Please enter the name of your project.\n"
889" This name will be used in page titles and descriptions.\n"
890msgstr ""
891
892#: trac/admin/console.py:346
893#, python-format
894msgid "Project Name [%(default)s]> "
895msgstr ""
896
897#: trac/admin/console.py:348
898msgid ""
899"\n"
900" Please specify the connection string for the database. By default,\n"
901" a local SQLite database is created in the environment directory.\n"
902" It is also possible to use an existing MySQL or PostgreSQL database\n"
903" (check the Trac documentation for the connection string syntax).\n"
904msgstr ""
905
906#: trac/admin/console.py:355
907#, python-format
908msgid "Database connection string [%(default)s]> "
909msgstr ""
910
911#: trac/admin/console.py:362
912#, python-format
913msgid "Initenv for '%(env)s' failed."
914msgstr ""
915
916#: trac/admin/console.py:365
917msgid "Does an environment already exist?"
918msgstr ""
919
920#: trac/admin/console.py:368
921#, python-format
922msgid "Creating a new Trac environment at %(envname)s"
923msgstr ""
924
925#: trac/admin/console.py:390
926#, python-format
927msgid "The file specified in the --config argument does not exist: %(path)s."
928msgstr ""
929
930#: trac/admin/console.py:434
931msgid "Failed to create environment."
932msgstr ""
933
934#: trac/admin/console.py:460
935#, python-format
936msgid ""
937"\n"
938"Project environment for '%(project_name)s' created.\n"
939"\n"
940"You may configure the environment by editing the file:\n"
941"\n"
942" %(config_path)s\n"
943"\n"
944"You can run the Trac standalone web server `tracd` and point\n"
945"your browser to http://localhost:8000/%(project_dir)s.\n"
946"\n"
947" tracd --port 8000 %(project_path)s\n"
948"\n"
949"Navigate to \"Help/Guide\" to browse the documentation for Trac,\n"
950"including information on further setup (such as deploying Trac\n"
951"to a real web server).\n"
952"\n"
953"The latest documentation can also be found on the project\n"
954"website:\n"
955"\n"
956" https://trac.edgewall.org/\n"
957msgstr ""
958
959#: trac/admin/console.py:466
960msgid ""
961"Display help for trac-admin commands.\n"
962"\n"
963"Examples:\n"
964"{{{\n"
965"[[TracAdminHelp]] # all commands\n"
966"[[TracAdminHelp(wiki)]] # all wiki commands\n"
967"[[TracAdminHelp(wiki export)]] # the \"wiki export\" command\n"
968"[[TracAdminHelp(upgrade)]] # the upgrade command\n"
969"}}}"
970msgstr ""
971
972#: trac/admin/console.py:486
973#, python-format
974msgid "Unknown trac-admin command \"%(command)s\""
975msgstr ""
976
977#: trac/admin/web_ui.py:67
978msgid "Admin"
979msgstr ""
980
981#: trac/admin/web_ui.py:83
982msgid "No administration panels available"
983msgstr ""
984
985#: trac/admin/web_ui.py:98 trac/admin/web_ui.py:102
986msgid "Unknown administration panel"
987msgstr ""
988
989#: trac/admin/web_ui.py:150 trac/ticket/admin.py:72 trac/ticket/admin.py:96
990#: trac/ticket/admin.py:483 trac/ticket/admin.py:642 trac/ticket/admin.py:706
991#: trac/ticket/report.py:250 trac/ticket/roadmap.py:878
992#: trac/versioncontrol/admin.py:265
993msgid "Your changes have been saved."
994msgstr ""
995
996#: trac/admin/web_ui.py:155 trac/ticket/admin.py:68
997msgid ""
998"Error writing to trac.ini, make sure it is writable by the web server. "
999"Your changes have not been saved."
1000msgstr ""
1001
1002#: trac/admin/web_ui.py:170 trac/admin/web_ui.py:249 trac/admin/web_ui.py:355
1003#: trac/admin/web_ui.py:475 trac/prefs/templates/prefs_general.html:17
1004#: trac/prefs/web_ui.py:188
1005msgid "General"
1006msgstr ""
1007
1008#: trac/admin/templates/admin_basics.html:24 trac/admin/web_ui.py:170
1009msgid "Basic Settings"
1010msgstr ""
1011
1012#: trac/admin/templates/admin_logging.html:20
1013#: trac/admin/templates/admin_logging.html:40 trac/admin/web_ui.py:249
1014msgid "Logging"
1015msgstr ""
1016
1017#: trac/admin/web_ui.py:258 trac/ticket/templates/milestone_delete.html:41
1018#: trac/ticket/templates/milestone_edit_form.html:116
1019#: trac/ticket/templates/query_results.html:46
1020msgid "None"
1021msgstr ""
1022
1023#: trac/admin/web_ui.py:260
1024msgid "Console"
1025msgstr ""
1026
1027#: trac/admin/web_ui.py:262
1028msgid "File"
1029msgstr ""
1030
1031#: trac/admin/web_ui.py:264
1032msgid "Syslog"
1033msgstr ""
1034
1035#: trac/admin/web_ui.py:267
1036msgid "Windows event log"
1037msgstr ""
1038
1039#: trac/admin/web_ui.py:278
1040#, python-format
1041msgid "Unknown log type %(type)s"
1042msgstr ""
1043
1044#: trac/admin/web_ui.py:279
1045msgid "Invalid log type"
1046msgstr ""
1047
1048#: trac/admin/web_ui.py:283
1049msgid "You must specify a log file"
1050msgstr ""
1051
1052#: trac/admin/web_ui.py:284
1053msgid "Missing field"
1054msgstr ""
1055
1056#: trac/admin/web_ui.py:288
1057#, python-format
1058msgid "Unknown log level %(level)s"
1059msgstr ""
1060
1061#: trac/admin/web_ui.py:289
1062msgid "Invalid log level"
1063msgstr ""
1064
1065#: trac/admin/web_ui.py:304
1066#, python-format
1067msgid ""
1068"Changes not saved. Logger configuration error: %(error)s. Inspect the log"
1069" for more information."
1070msgstr ""
1071
1072#: trac/admin/templates/admin_perms.html:17
1073#: trac/admin/templates/admin_perms.html:125 trac/admin/web_ui.py:355
1074msgid "Permissions"
1075msgstr ""
1076
1077#: trac/admin/web_ui.py:370
1078msgid "All upper-cased tokens are reserved for permission names."
1079msgstr ""
1080
1081#: trac/admin/web_ui.py:377
1082msgid "Unknown action"
1083msgstr ""
1084
1085#: trac/admin/web_ui.py:384 trac/admin/web_ui.py:438
1086#, python-format
1087msgid "The subject %(subject)s has been granted the permission %(action)s."
1088msgstr ""
1089
1090#: trac/admin/web_ui.py:399
1091#, python-format
1092msgid ""
1093"The subject %(subject)s was not added to the group %(group)s. The group "
1094"has %(perm)s permission and you cannot grant permissions you don't "
1095"possess."
1096msgstr ""
1097
1098#: trac/admin/web_ui.py:405
1099#, python-format
1100msgid "The subject %(subject)s has been added to the group %(group)s."
1101msgstr ""
1102
1103#: trac/admin/web_ui.py:415
1104#, python-format
1105msgid "The subject %(subject)s does not have any permissions."
1106msgstr ""
1107
1108#: trac/admin/web_ui.py:427
1109#, python-format
1110msgid ""
1111"The permission %(action)s was not granted to %(subject)s because users "
1112"cannot grant permissions they don't possess."
1113msgstr ""
1114
1115#: trac/admin/web_ui.py:453
1116msgid "The selected permissions have been revoked."
1117msgstr ""
1118
1119#: trac/admin/templates/admin_plugins.html:17 trac/admin/web_ui.py:475
1120msgid "Plugins"
1121msgstr ""
1122
1123#: trac/admin/web_ui.py:507
1124msgid "Uploaded file is not a Python source file or egg"
1125msgstr ""
1126
1127#: trac/admin/web_ui.py:512
1128#, python-format
1129msgid "Plugin %(name)s already installed"
1130msgstr ""
1131
1132#: trac/admin/web_ui.py:582
1133msgid "The following component has been disabled:"
1134msgid_plural "The following components have been disabled:"
1135msgstr[0] ""
1136msgstr[1] ""
1137
1138#: trac/admin/web_ui.py:587
1139msgid "The following component has been enabled:"
1140msgid_plural "The following components have been enabled:"
1141msgstr[0] ""
1142msgstr[1] ""
1143
1144#: trac/admin/templates/admin.html:20
1145msgid "Administration:"
1146msgstr ""
1147
1148#: trac/admin/templates/admin.html:31
1149msgid "Administration"
1150msgstr ""
1151
1152#: trac/admin/templates/admin_basics.html:17
1153msgid "Basics"
1154msgstr ""
1155
1156#: trac/admin/templates/admin_basics.html:30
1157msgid "Project"
1158msgstr ""
1159
1160#: trac/admin/templates/admin_basics.html:32
1161#: trac/ticket/templates/admin_components.html:74
1162#: trac/ticket/templates/admin_components.html:103
1163#: trac/ticket/templates/admin_enums.html:59
1164#: trac/ticket/templates/admin_enums.html:89
1165#: trac/ticket/templates/admin_milestones.html:62
1166#: trac/ticket/templates/admin_versions.html:58
1167#: trac/ticket/templates/admin_versions.html:100
1168#: trac/ticket/templates/milestone_edit_form.html:57
1169#: trac/versioncontrol/templates/admin_repositories.html:125
1170#: trac/versioncontrol/templates/admin_repositories.html:209
1171#: trac/versioncontrol/templates/admin_repositories.html:227
1172msgid "Name:"
1173msgstr ""
1174
1175#: trac/admin/templates/admin_basics.html:37
1176#: trac/versioncontrol/templates/admin_repositories.html:142
1177msgid "URL:"
1178msgstr ""
1179
1180#: trac/admin/templates/admin_basics.html:42
1181#: trac/ticket/templates/admin_components.html:78
1182#: trac/ticket/templates/admin_enums.html:62
1183#: trac/ticket/templates/admin_versions.html:74
1184#: trac/ticket/templates/milestone_edit_form.html:141
1185#: trac/ticket/templates/report_edit.html:76
1186#: trac/ticket/templates/ticket.html:320
1187#: trac/versioncontrol/templates/admin_repositories.html:178
1188msgid "Description:"
1189msgstr ""
1190
1191#: trac/admin/templates/admin_basics.html:48
1192#: trac/prefs/templates/prefs_userinterface.html:118
1193msgid "Default handler:"
1194msgstr ""
1195
1196#: trac/admin/templates/admin_basics.html:62
1197#, python-format
1198msgid "%(default_handler)s is not a valid IRequestHandler or is not enabled."
1199msgstr ""
1200
1201#: trac/admin/templates/admin_basics.html:72
1202#: trac/prefs/templates/prefs_localization.html:17 trac/prefs/web_ui.py:205
1203msgid "Localization"
1204msgstr ""
1205
1206#: trac/admin/templates/admin_basics.html:74
1207msgid "Default timezone:"
1208msgstr ""
1209
1210#: trac/admin/templates/admin_basics.html:76
1211msgid "Server's local time zone"
1212msgstr ""
1213
1214#: trac/admin/templates/admin_basics.html:86
1215msgid "Install pytz for a complete list of timezones."
1216msgstr ""
1217
1218#: trac/admin/templates/admin_basics.html:95
1219msgid "Default language:"
1220msgstr ""
1221
1222#: trac/admin/templates/admin_basics.html:97
1223#: trac/prefs/templates/prefs_localization.html:33
1224msgid "Translations are currently unavailable"
1225msgstr ""
1226
1227#: trac/admin/templates/admin_basics.html:101
1228#: trac/admin/templates/admin_basics.html:131 trac/prefs/web_ui.py:245
1229msgid "Browser's language"
1230msgstr ""
1231
1232#: trac/admin/templates/admin_basics.html:111
1233#: trac/prefs/templates/prefs_localization.html:47
1234msgid "Install Babel for extended language support."
1235msgstr ""
1236
1237#: trac/admin/templates/admin_basics.html:120
1238#: trac/prefs/templates/prefs_localization.html:52
1239msgid "Message catalogs have not been compiled."
1240msgstr ""
1241
1242#: trac/admin/templates/admin_basics.html:129
1243msgid "Default date format:"
1244msgstr ""
1245
1246#: trac/admin/templates/admin_basics.html:134
1247#: trac/prefs/templates/prefs_localization.html:181
1248#: trac/prefs/templates/prefs_localization.html:191
1249msgid "ISO 8601 format"
1250msgstr ""
1251
1252#: trac/admin/templates/admin_basics.html:139
1253msgid "Install Babel for localized date formats."
1254msgstr ""
1255
1256#: trac/admin/templates/admin_basics.html:148
1257msgid "Default time format:"
1258msgstr ""
1259
1260#: trac/admin/templates/admin_basics.html:152
1261#: trac/prefs/templates/prefs_localization.html:215
1262#: trac/prefs/templates/prefs_localization.html:218
1263msgid "Relative format"
1264msgstr ""
1265
1266#: trac/admin/templates/admin_basics.html:155
1267#: trac/prefs/templates/prefs_localization.html:213
1268#: trac/prefs/templates/prefs_localization.html:221
1269msgid "Absolute format"
1270msgstr ""
1271
1272#: trac/admin/templates/admin_basics.html:161
1273#: trac/admin/templates/admin_logging.html:92
1274#: trac/admin/templates/admin_plugins.html:247
1275#: trac/ticket/templates/admin_components.html:143
1276#: trac/ticket/templates/admin_enums.html:132
1277#: trac/ticket/templates/admin_milestones.html:139
1278#: trac/ticket/templates/admin_versions.html:150
1279msgid "Apply changes"
1280msgstr ""
1281
1282#: trac/admin/templates/admin_basics.html:166
1283#, python-format
1284msgid "%(note)s See %(page)s for help on configuration options."
1285msgstr ""
1286
1287#: trac/admin/templates/admin_logging.html:46
1288#: trac/templates/environment_info.html:116
1289msgid "Configuration"
1290msgstr ""
1291
1292#: trac/admin/templates/admin_logging.html:48
1293#: trac/versioncontrol/templates/admin_repositories.html:56
1294msgid "Type:"
1295msgstr ""
1296
1297#: trac/admin/templates/admin_logging.html:60
1298msgid "Log level:"
1299msgstr ""
1300
1301#: trac/admin/templates/admin_logging.html:70
1302msgid "Log file:"
1303msgstr ""
1304
1305#: trac/admin/templates/admin_logging.html:81
1306#, python-format
1307msgid ""
1308"If you specify a relative path, the log file will be stored inside the "
1309"%(code_log)s directory of the project environment (%(code_dir)s)."
1310msgstr ""
1311
1312#: trac/admin/templates/admin_logging.html:97
1313#, python-format
1314msgid "%(note)s See %(page)s for help on configuring logging."
1315msgstr ""
1316
1317#: trac/admin/templates/admin_perms.html:39
1318msgid "Manage Permissions and Groups"
1319msgstr ""
1320
1321#: trac/admin/templates/admin_perms.html:46
1322msgid "Grant Permission:"
1323msgstr ""
1324
1325#: trac/admin/templates/admin_perms.html:48
1326msgid "Action:"
1327msgstr ""
1328
1329#: trac/admin/templates/admin_perms.html:57
1330#: trac/admin/templates/admin_perms.html:78
1331#: trac/admin/templates/admin_perms.html:102
1332msgid "Subject:"
1333msgstr ""
1334
1335#: trac/admin/templates/admin_perms.html:60
1336#: trac/admin/templates/admin_perms.html:84
1337#: trac/admin/templates/admin_perms.html:108
1338#: trac/notification/templates/prefs_notification.html:236
1339#: trac/ticket/templates/admin_components.html:107
1340#: trac/ticket/templates/admin_enums.html:92
1341#: trac/ticket/templates/admin_milestones.html:76
1342#: trac/ticket/templates/admin_versions.html:116
1343#: trac/versioncontrol/templates/admin_repositories.html:216
1344#: trac/versioncontrol/templates/admin_repositories.html:231
1345msgid "Add"
1346msgstr ""
1347
1348#: trac/admin/templates/admin_perms.html:63
1349msgid ""
1350"Grant permission for an action to a subject, which can be either a user "
1351"or a group."
1352msgstr ""
1353
1354#: trac/admin/templates/admin_perms.html:76
1355msgid "Copy Permissions:"
1356msgstr ""
1357
1358#: trac/admin/templates/admin_perms.html:81
1359msgid "Target:"
1360msgstr ""
1361
1362#: trac/admin/templates/admin_perms.html:87
1363msgid ""
1364"Copy all of subject's permissions to target. Subject and target can be "
1365"either users or groups."
1366msgstr ""
1367
1368#: trac/admin/templates/admin_perms.html:100
1369msgid "Add Subject to Group:"
1370msgstr ""
1371
1372#: trac/admin/templates/admin_perms.html:105
1373msgid "Group:"
1374msgstr ""
1375
1376#: trac/admin/templates/admin_perms.html:111
1377msgid "Add a user or group to an existing permission group."
1378msgstr ""
1379
1380#: trac/admin/templates/admin_perms.html:128
1381#: trac/admin/templates/admin_perms.html:167
1382msgid "Subject"
1383msgstr ""
1384
1385#: trac/admin/templates/admin_perms.html:142
1386msgid "You don't have permission to revoke this action"
1387msgstr ""
1388
1389#: trac/admin/templates/admin_perms.html:149
1390#, python-format
1391msgid "%(action)s is no longer defined"
1392msgstr ""
1393
1394#: trac/admin/templates/admin_perms.html:158
1395msgid "No permissions"
1396msgstr ""
1397
1398#: trac/admin/templates/admin_perms.html:164
1399msgid "Group Membership"
1400msgstr ""
1401
1402#: trac/admin/templates/admin_perms.html:167
1403msgid "Group"
1404msgstr ""
1405
1406#: trac/admin/templates/admin_perms.html:190
1407msgid "No group memberships"
1408msgstr ""
1409
1410#: trac/admin/templates/admin_perms.html:197
1411#: trac/ticket/templates/admin_components.html:144
1412#: trac/ticket/templates/admin_enums.html:133
1413#: trac/ticket/templates/admin_milestones.html:142
1414#: trac/ticket/templates/admin_versions.html:151
1415#: trac/versioncontrol/templates/admin_repositories.html:288
1416msgid "Remove selected items"
1417msgstr ""
1418
1419#: trac/admin/templates/admin_perms.html:204
1420msgid ""
1421"Note that <em>Subject</em> or <em>Group</em> names can't be all upper-"
1422"case, as that is reserved for permission names."
1423msgstr ""
1424
1425#: trac/admin/templates/admin_perms.html:213
1426#, python-format
1427msgid "%(note)s See %(page)s for help on using permissions."
1428msgstr ""
1429
1430#: trac/admin/templates/admin_plugins.html:73
1431#, python-format
1432msgid "Manage Plugins %(nb_plugins)s"
1433msgstr ""
1434
1435#: trac/admin/templates/admin_plugins.html:84
1436msgid "Install Plugin:"
1437msgstr ""
1438
1439#: trac/admin/templates/admin_plugins.html:87
1440#: trac/versioncontrol/templates/changeset_content.html:244
1441msgid "File:"
1442msgid_plural "Files:"
1443msgstr[0] ""
1444msgstr[1] ""
1445
1446#: trac/admin/templates/admin_plugins.html:93
1447msgid "Install"
1448msgstr ""
1449
1450#: trac/admin/templates/admin_plugins.html:97
1451msgid ""
1452"The web server does not have sufficient permissions to store files in the"
1453" environment plugins directory."
1454msgstr ""
1455
1456#: trac/admin/templates/admin_plugins.html:104
1457msgid "Upload a plugin packaged as Python egg."
1458msgstr ""
1459
1460#: trac/admin/templates/admin_plugins.html:123
1461msgid "Uninstall"
1462msgstr ""
1463
1464#: trac/admin/templates/admin_plugins.html:131
1465#: trac/templates/diff_view.html:100
1466#: trac/versioncontrol/templates/changeset_content.html:212
1467msgid "Author:"
1468msgstr ""
1469
1470#: trac/admin/templates/admin_plugins.html:143
1471msgid "Maintainer:"
1472msgstr ""
1473
1474#: trac/admin/templates/admin_plugins.html:155
1475msgid "Home page:"
1476msgstr ""
1477
1478#: trac/admin/templates/admin_plugins.html:162
1479msgid "License:"
1480msgstr ""
1481
1482#: trac/admin/templates/admin_plugins.html:172 trac/ticket/admin.py:82
1483#: trac/ticket/api.py:370
1484msgid "Component"
1485msgstr ""
1486
1487#: trac/admin/templates/admin_plugins.html:174
1488msgid "Show all descriptions"
1489msgstr ""
1490
1491#: trac/admin/templates/admin_plugins.html:177
1492msgid "Hide all descriptions"
1493msgstr ""
1494
1495#: trac/admin/templates/admin_plugins.html:182
1496msgid "Enabled"
1497msgstr ""
1498
1499#: trac/admin/templates/admin_plugins.html:254
1500#, python-format
1501msgid "%(note)s See %(page)s for help on using plugins."
1502msgstr ""
1503
1504#: trac/db/api.py:519
1505#, python-format
1506msgid "Need to downgrade %(name)s."
1507msgstr ""
1508
1509#: trac/db/api.py:542
1510#, python-format
1511msgid "No upgrade module %(module)s.py"
1512msgstr ""
1513
1514#: trac/db/api.py:587
1515#, python-format
1516msgid "Unsupported database type \"%(scheme)s\""
1517msgstr ""
1518
1519#: trac/db/api.py:645
1520msgid "TracIni documentation"
1521msgstr ""
1522
1523#: trac/db/api.py:654
1524#, python-format
1525msgid ""
1526"Database connection string is empty. Set the %(option)s configuration "
1527"option in the %(section)s section of trac.ini. Please refer to the "
1528"%(doc)s for help."
1529msgstr ""
1530
1531#: trac/db/api.py:734
1532#, python-format
1533msgid ""
1534"Invalid format %(db_str)s for the database connection string. Please "
1535"refer to the %(doc)s for help."
1536msgstr ""
1537
1538#: trac/db/api.py:738 trac/versioncontrol/admin.py:328
1539msgid "documentation"
1540msgstr ""
1541
1542#: trac/db/api.py:739
1543msgid "Database Connection Strings documentation"
1544msgstr ""
1545
1546#: trac/db/mysql_backend.py:274 trac/db/postgres_backend.py:279
1547#: trac/db/postgres_backend.py:314
1548#, python-format
1549msgid "Unable to run %(path)s: %(msg)s"
1550msgstr ""
1551
1552#: trac/db/mysql_backend.py:278
1553#, python-format
1554msgid "mysqldump failed: %(msg)s"
1555msgstr ""
1556
1557#: trac/db/mysql_backend.py:280 trac/db/postgres_backend.py:285
1558#: trac/db/sqlite_backend.py:267
1559msgid "No destination file created"
1560msgstr ""
1561
1562#: trac/db/mysql_backend.py:321
1563#, python-format
1564msgid ""
1565"All tables must be created as InnoDB or NDB storage engine to support "
1566"transactions. The following tables have been created as storage engine "
1567"which doesn't support transactions: %(tables)s"
1568msgstr ""
1569
1570#: trac/db/mysql_backend.py:330
1571#, python-format
1572msgid ""
1573"All tables must be created with utf8_bin or utf8mb4_bin as collation. The"
1574" following tables don't have the collations: %(tables)s"
1575msgstr ""
1576
1577#: trac/db/mysql_backend.py:349
1578#, python-format
1579msgid ""
1580"The current storage engine is %(engine)s. It must be InnoDB or NDB "
1581"storage engine to support transactions."
1582msgstr ""
1583
1584#: trac/db/mysql_backend.py:355
1585#, python-format
1586msgid ""
1587"The current storage engine for TEMPORARY tables is %(engine)s. It must be"
1588" InnoDB or NDB storage engine to support transactions."
1589msgstr ""
1590
1591#: trac/db/mysql_backend.py:367
1592#, python-format
1593msgid ""
1594"The charset and collation of database are '%(charset)s' and "
1595"'%(collation)s'. The database must be created with one of %(supported)s."
1596msgstr ""
1597
1598#: trac/db/pool.py:131
1599#, python-format
1600msgid "Unable to get database connection within %(time)d seconds."
1601msgstr ""
1602
1603#: trac/db/postgres_backend.py:160
1604#, python-format
1605msgid ""
1606"PostgreSQL version is %(version)s. Minimum required version is "
1607"%(min_version)s."
1608msgstr ""
1609
1610#: trac/db/postgres_backend.py:283
1611#, python-format
1612msgid "pg_dump failed: %(msg)s"
1613msgstr ""
1614
1615#: trac/db/sqlite_backend.py:171
1616#, python-format
1617msgid ""
1618"SQLite version is %(version)s. Minimum required version is "
1619"%(min_version)s."
1620msgstr ""
1621
1622#: trac/db/sqlite_backend.py:205
1623#, python-format
1624msgid "Database already exists at %(path)s"
1625msgstr ""
1626
1627#: trac/db/sqlite_backend.py:295
1628#, python-format
1629msgid "Database \"%(path)s\" not found."
1630msgstr ""
1631
1632#: trac/db/sqlite_backend.py:305
1633#, python-format
1634msgid ""
1635"The user %(user)s requires read _and_ write permissions to the database "
1636"file %(path)s and the directory it is located in."
1637msgstr ""
1638
1639#: trac/db/sqlite_backend.py:480
1640#, python-format
1641msgid "PRAGMA journal_mode `%(value)s` cannot be used in SQLite"
1642msgstr ""
1643
1644#: trac/db/sqlite_backend.py:485
1645#, python-format
1646msgid "PRAGMA journal_mode isn't supported by SQLite %(version)s"
1647msgstr ""
1648
1649#: trac/db/sqlite_backend.py:488
1650#, python-format
1651msgid "PRAGMA journal_mode `%(value)s` isn't supported by SQLite %(version)s"
1652msgstr ""
1653
1654#: trac/mimeview/api.py:707 trac/mimeview/api.py:737
1655#, python-format
1656msgid "No available MIME conversions from %(old)s to %(new)s"
1657msgstr ""
1658
1659#: trac/mimeview/api.py:822
1660#, python-format
1661msgid "HTML preview using %(renderer)s failed (%(err)s)"
1662msgstr ""
1663
1664#: trac/mimeview/api.py:874
1665#, python-format
1666msgid "Can't use %(annotator)s annotator: %(error)s"
1667msgstr ""
1668
1669#: trac/mimeview/api.py:1076 trac/templates/error.html:263
1670msgid "Line"
1671msgstr ""
1672
1673#: trac/mimeview/api.py:1076
1674msgid "Line numbers"
1675msgstr ""
1676
1677#: trac/mimeview/patch.py:171
1678#, python-format
1679msgid "new file %(new)s"
1680msgstr ""
1681
1682#: trac/mimeview/patch.py:175
1683#, python-format
1684msgid "deleted file %(deleted)s"
1685msgstr ""
1686
1687#: trac/mimeview/patch.py:247
1688msgid "this hunk was shorter than expected"
1689msgstr ""
1690
1691#: trac/mimeview/pygments.py:136 trac/mimeview/templates/prefs_pygments.html:17
1692msgid "Syntax Highlighting"
1693msgstr ""
1694
1695#: trac/mimeview/pygments.py:147 trac/notification/prefs.py:67
1696#: trac/prefs/web_ui.py:316
1697msgid "Your preferences have been saved."
1698msgstr ""
1699
1700#: trac/mimeview/rst.py:109 trac/mimeview/rst.py:132
1701#, python-format
1702msgid "%(link)s is not a valid TracLink"
1703msgstr ""
1704
1705#: trac/mimeview/templates/prefs_pygments.html:52
1706msgid "Style:"
1707msgstr ""
1708
1709#: trac/mimeview/templates/prefs_pygments.html:54
1710#: trac/notification/templates/prefs_notification.html:119
1711#: trac/prefs/templates/prefs_localization.html:36
1712#: trac/prefs/templates/prefs_localization.html:108
1713#: trac/prefs/templates/prefs_localization.html:180
1714#: trac/prefs/templates/prefs_localization.html:212
1715#: trac/prefs/templates/prefs_userinterface.html:121
1716#, python-format
1717msgid "Default: %(default)s"
1718msgstr ""
1719
1720#: trac/mimeview/templates/prefs_pygments.html:64
1721msgid ""
1722"The Pygments syntax highlighter can be used with different coloring "
1723"styles."
1724msgstr ""
1725
1726#: trac/mimeview/templates/prefs_pygments.html:71
1727msgid "Preview:"
1728msgstr ""
1729
1730#: trac/mimeview/templates/prefs_pygments.html:79
1731#, python-format
1732msgid "%(note)s See %(page)s for help on using syntax coloring."
1733msgstr ""
1734
1735#: trac/notification/mail.py:100
1736#, python-format
1737msgid "Invalid email encoding setting: %(mime_encoding)s"
1738msgstr ""
1739
1740#: trac/notification/mail.py:119
1741msgid "Header length is too short"
1742msgstr ""
1743
1744#: trac/notification/mail.py:300
1745#, python-format
1746msgid "Unknown hash type '%(type)s'"
1747msgstr ""
1748
1749#: trac/notification/mail.py:752
1750#, python-format
1751msgid ""
1752"SMTP server connection error (%(error)s). Please modify %(option1)s or "
1753"%(option2)s in your configuration."
1754msgstr ""
1755
1756#: trac/notification/mail.py:761
1757msgid "TLS enabled but server does not support TLS"
1758msgstr ""
1759
1760#: trac/notification/mail.py:822
1761#, python-format
1762msgid ""
1763"Sendmail error (%(error)s). Please modify %(option)s in your "
1764"configuration."
1765msgstr ""
1766
1767#: trac/notification/prefs.py:57
1768#: trac/notification/templates/prefs_notification.html:17
1769msgid "Notifications"
1770msgstr ""
1771
1772#: trac/notification/prefs.py:121
1773msgid "Notify"
1774msgstr ""
1775
1776#: trac/notification/prefs.py:122
1777msgid "Never notify"
1778msgstr ""
1779
1780#: trac/notification/prefs.py:209
1781msgid ""
1782"Display a list of all installed notification subscribers, including\n"
1783"documentation if available.\n"
1784"\n"
1785"Optionally, the name of a specific subscriber can be provided as an\n"
1786"argument. In that case, only the documentation for that subscriber will\n"
1787"be rendered.\n"
1788"\n"
1789"Note that this macro will not be able to display the documentation of\n"
1790"subscribers if the `PythonOptimize` option is enabled for mod_python!"
1791msgstr ""
1792
1793#: trac/notification/prefs.py:233
1794msgid "Subscriber"
1795msgstr ""
1796
1797#: trac/notification/templates/prefs_notification.html:109
1798msgid "Subscriptions"
1799msgstr ""
1800
1801#: trac/notification/templates/prefs_notification.html:115
1802msgid "Format:"
1803msgstr ""
1804
1805#: trac/notification/templates/prefs_notification.html:128
1806#, python-format
1807msgid "Configure the format of your %(distributor)s notifications."
1808msgstr ""
1809
1810#: trac/notification/templates/prefs_notification.html:137
1811msgid "Subscription rules:"
1812msgstr ""
1813
1814#: trac/notification/templates/prefs_notification.html:146
1815#: trac/notification/templates/prefs_notification.html:190
1816msgid "Move rule up"
1817msgstr ""
1818
1819#: trac/notification/templates/prefs_notification.html:155
1820#: trac/notification/templates/prefs_notification.html:198
1821msgid "Move rule down"
1822msgstr ""
1823
1824#: trac/notification/templates/prefs_notification.html:164
1825#: trac/notification/templates/prefs_notification.html:206
1826msgid "Delete rule"
1827msgstr ""
1828
1829#: trac/notification/templates/prefs_notification.html:170
1830#: trac/notification/templates/prefs_notification.html:270
1831#, python-format
1832msgid "%(key)s: %(value)s"
1833msgstr ""
1834
1835#: trac/notification/templates/prefs_notification.html:235
1836msgid "Add rule"
1837msgstr ""
1838
1839#: trac/notification/templates/prefs_notification.html:239
1840#, python-format
1841msgid ""
1842"Add, remove or reorder subscription rules to %(distributor)s "
1843"notifications. Only the first matching rule is applied."
1844msgstr ""
1845
1846#: trac/notification/templates/prefs_notification.html:249
1847msgid "Never notify: I update a ticket"
1848msgstr ""
1849
1850#: trac/notification/templates/prefs_notification.html:252
1851msgid "Notify: Any ticket changes"
1852msgstr ""
1853
1854#: trac/notification/templates/prefs_notification.html:254
1855#, python-format
1856msgid ""
1857"Example: The rule %(never_notify)s should be above %(any_changes)s to get"
1858" notifications of any ticket changes except when you update a ticket."
1859msgstr ""
1860
1861#: trac/notification/templates/prefs_notification.html:266
1862msgid "Default rules:"
1863msgstr ""
1864
1865#: trac/notification/templates/prefs_notification.html:278
1866msgid ""
1867"These default rules have been configured by the site administrator. "
1868"Configure subscription rules to override them."
1869msgstr ""
1870
1871#: trac/notification/templates/prefs_notification.html:287
1872#, python-format
1873msgid ""
1874"Example: The subscription rule %(any_changes)s overrides the default rule"
1875" %(never_notify)s."
1876msgstr ""
1877
1878#: trac/notification/templates/prefs_notification.html:305
1879#, python-format
1880msgid "%(note)s See %(page)s for help on using notifications."
1881msgstr ""
1882
1883#: trac/prefs/templates/prefs.html:31 trac/prefs/web_ui.py:52
1884#: trac/templates/attachment.html:73 trac/ticket/templates/ticket.html:304
1885#: trac/ticket/templates/ticket.html:432 trac/ticket/templates/ticket.html:519
1886#: trac/wiki/templates/wiki_edit_form.html:71
1887msgid "Preferences"
1888msgstr ""
1889
1890#: trac/prefs/web_ui.py:69
1891msgid "No preference panels available"
1892msgstr ""
1893
1894#: trac/prefs/web_ui.py:92
1895#, python-format
1896msgid "Unknown preference panel '%(panel)s'"
1897msgstr ""
1898
1899#: trac/prefs/templates/prefs_advanced.html:17 trac/prefs/web_ui.py:161
1900msgid "Advanced"
1901msgstr ""
1902
1903#: trac/prefs/web_ui.py:176
1904msgid "The session has been loaded."
1905msgstr ""
1906
1907#: trac/prefs/templates/prefs_userinterface.html:17 trac/prefs/web_ui.py:265
1908msgid "User Interface"
1909msgstr ""
1910
1911#: trac/prefs/web_ui.py:303
1912#, python-format
1913msgid "Discarded invalid value \"%(val)s\" for auto preview timeout."
1914msgstr ""
1915
1916#: trac/prefs/templates/prefs.html:19
1917msgid "Preferences:"
1918msgstr ""
1919
1920#: trac/prefs/templates/prefs.html:33
1921msgid ""
1922"This page lets you customize your personal settings for this site. These "
1923"settings are stored on the server and are identified by a session key "
1924"stored in a browser cookie. That cookie allows your settings to be "
1925"restored on subsequent visits."
1926msgstr ""
1927
1928#: trac/prefs/templates/prefs.html:75
1929msgid "Save changes"
1930msgstr ""
1931
1932#: trac/prefs/templates/prefs_advanced.html:28
1933msgid "Session key:"
1934msgstr ""
1935
1936#: trac/prefs/templates/prefs_advanced.html:32
1937msgid "Change"
1938msgstr ""
1939
1940#: trac/prefs/templates/prefs_advanced.html:39
1941msgid ""
1942"The session key is used to identify stored custom settings and session "
1943"data on the server. Although it is automatically generated by default, "
1944"you may change it to something easier to remember at any time if you wish"
1945" to load your settings in a different web browser."
1946msgstr ""
1947
1948#: trac/prefs/templates/prefs_advanced.html:52
1949msgid "Restore session:"
1950msgstr ""
1951
1952#: trac/prefs/templates/prefs_advanced.html:55
1953msgid "Load"
1954msgstr ""
1955
1956#: trac/prefs/templates/prefs_advanced.html:62
1957msgid ""
1958"You may load a previously created session by entering the corresponding "
1959"session key below. This lets you share settings between multiple "
1960"computers and web browsers."
1961msgstr ""
1962
1963#: trac/prefs/templates/prefs_general.html:25
1964msgid ""
1965"This information is used to automatically populate some forms on this "
1966"site with your contact details."
1967msgstr ""
1968
1969#: trac/prefs/templates/prefs_general.html:32
1970msgid ""
1971"This information is used to associate your login name with your email "
1972"address and full name, which is used for email notification and RSS "
1973"feeds, for example."
1974msgstr ""
1975
1976#: trac/prefs/templates/prefs_general.html:43
1977msgid "Full name:"
1978msgstr ""
1979
1980#: trac/prefs/templates/prefs_general.html:48
1981msgid "Email address:"
1982msgstr ""
1983
1984#: trac/prefs/templates/prefs_localization.html:28
1985msgid "Language:"
1986msgstr ""
1987
1988#: trac/prefs/templates/prefs_localization.html:63
1989msgid ""
1990"Configuring your language will result in all text displayed on this site "
1991"to use your language instead of that of the server."
1992msgstr ""
1993
1994#: trac/prefs/templates/prefs_localization.html:72
1995msgid ""
1996"The <strong>Default language</strong> option uses the browser's language "
1997"negotiation feature to select the appropriate language."
1998msgstr ""
1999
2000#: trac/prefs/templates/prefs_localization.html:106
2001msgid "Time zone:"
2002msgstr ""
2003
2004#: trac/prefs/templates/prefs_localization.html:124
2005msgid ""
2006"Configuring your time zone will result in all dates and times displayed "
2007"on this site to use your time zone instead of that of the server."
2008msgstr ""
2009
2010#: trac/prefs/templates/prefs_localization.html:141
2011#, python-format
2012msgid "Example: The current time is %(time)s (UTC)."
2013msgstr ""
2014
2015#: trac/prefs/templates/prefs_localization.html:148
2016#, python-format
2017msgid "In your time zone %(tz)s, this would be displayed as %(formatted)s."
2018msgstr ""
2019
2020#: trac/prefs/templates/prefs_localization.html:155
2021#, python-format
2022msgid "In the default time zone, this would be displayed as %(formatted)s."
2023msgstr ""
2024
2025#: trac/prefs/templates/prefs_localization.html:164
2026msgid ""
2027"Note: Universal Co-ordinated Time (UTC) is also known as Greenwich Mean "
2028"Time (GMT).<br />A positive offset is used to indicate a timezone at the "
2029"east of Greenwich, i.e. ahead of Universal Time."
2030msgstr ""
2031
2032#: trac/prefs/templates/prefs_localization.html:178
2033msgid "Date format:"
2034msgstr ""
2035
2036#: trac/prefs/templates/prefs_localization.html:183
2037#: trac/prefs/templates/prefs_localization.html:187
2038msgid "Your language setting"
2039msgstr ""
2040
2041#: trac/prefs/templates/prefs_localization.html:197
2042msgid ""
2043"Configuring your date format will result in formatting and parsing "
2044"datetime displayed on this site to use your date format instead of that "
2045"of the server."
2046msgstr ""
2047
2048#: trac/prefs/templates/prefs_localization.html:210
2049msgid "Time format:"
2050msgstr ""
2051
2052#: trac/prefs/templates/prefs_localization.html:227
2053msgid ""
2054"Configuring your relative/absolute format will result in formatting "
2055"datetime displayed on this site to use your format instead of that of the"
2056" server."
2057msgstr ""
2058
2059#: trac/prefs/templates/prefs_userinterface.html:28
2060msgid "Enable access keys"
2061msgstr ""
2062
2063#: trac/prefs/templates/prefs_userinterface.html:34
2064#, python-format
2065msgid ""
2066"This site provides keyboard shortcuts for faster access to certain "
2067"functions of this site. As these shortcuts can cause conflicts with "
2068"shortcuts provided by the desktop system or web browser, they are "
2069"disabled by default. See %(trac_accessibility)s for more information on "
2070"access keys."
2071msgstr ""
2072
2073#: trac/prefs/templates/prefs_userinterface.html:51
2074msgid "Show wiki pages in full-width by default."
2075msgstr ""
2076
2077#: trac/prefs/templates/prefs_userinterface.html:54
2078msgid ""
2079"Use all the available browser width to display the wiki page content, "
2080"instead of the fixed-width central column aimed at improving readability."
2081msgstr ""
2082
2083#: trac/prefs/templates/prefs_userinterface.html:69
2084msgid "Use only symbols for buttons."
2085msgstr ""
2086
2087#: trac/prefs/templates/prefs_userinterface.html:72
2088msgid ""
2089"Display only the icon or symbol for short inline buttons, and hide the "
2090"text caption."
2091msgstr ""
2092
2093#: trac/prefs/templates/prefs_userinterface.html:86
2094msgid "Hide help links."
2095msgstr ""
2096
2097#: trac/prefs/templates/prefs_userinterface.html:89
2098msgid ""
2099"Don't show the various help links. This reduces the verbosity of the "
2100"pages."
2101msgstr ""
2102
2103#: trac/prefs/templates/prefs_userinterface.html:100
2104msgid "Auto preview timeout:"
2105msgstr ""
2106
2107#: trac/prefs/templates/prefs_userinterface.html:106
2108#, python-format
2109msgid ""
2110"Defaults to the site-configured value (%(default_auto_preview_timeout)s "
2111"seconds) when empty. Set to 0 to disable autopreview."
2112msgstr ""
2113
2114#: trac/prefs/templates/prefs_userinterface.html:134
2115#, python-format
2116msgid "%(handler)s is not a valid IRequestHandler or is not enabled."
2117msgstr ""
2118
2119#: trac/search/templates/search.html:22 trac/search/templates/search.html:45
2120#: trac/search/templates/search.html:51 trac/search/web_ui.py:72
2121#: trac/templates/theme.html:96
2122msgid "Search"
2123msgstr ""
2124
2125#: trac/search/web_ui.py:178
2126#, python-format
2127msgid "Browse repository path %(path)s"
2128msgstr ""
2129
2130#: trac/search/web_ui.py:203
2131#, python-format
2132msgid ""
2133"You arrived here through the <a href=\"%(help_url)s\">quick-jump</a> "
2134"search feature. To instead search for the term <strong>%(term)s</strong>,"
2135" click <a href=\"%(search_url)s\">here</a>."
2136msgstr ""
2137
2138#: trac/search/web_ui.py:228
2139#, python-format
2140msgid "Search query too short. Query must be at least %(num)s characters long."
2141msgstr ""
2142
2143#: trac/search/web_ui.py:244 trac/util/presentation.py:346
2144#, python-format
2145msgid "Page %(page)s is out of range."
2146msgstr ""
2147
2148#: trac/search/web_ui.py:261 trac/ticket/query.py:833 trac/ticket/report.py:468
2149#, python-format
2150msgid "Page %(num)d"
2151msgstr ""
2152
2153#: trac/search/web_ui.py:272 trac/ticket/query.py:820 trac/ticket/report.py:459
2154msgid "Next Page"
2155msgstr ""
2156
2157#: trac/search/web_ui.py:276 trac/ticket/query.py:825 trac/ticket/report.py:462
2158msgid "Previous Page"
2159msgstr ""
2160
2161#: trac/search/templates/search.html:20
2162msgid "Search Results"
2163msgstr ""
2164
2165#: trac/search/templates/search.html:66
2166#: trac/ticket/templates/report_view.html:134
2167msgid "Results"
2168msgstr ""
2169
2170#: trac/search/templates/search.html:79
2171#, python-format
2172msgid "Quickjump to %(name)s"
2173msgstr ""
2174
2175#: trac/search/templates/search.html:89
2176#, python-format
2177msgid "By %(author)s"
2178msgstr ""
2179
2180#: trac/search/templates/search.html:104
2181msgid "No matches found"
2182msgstr ""
2183
2184#: trac/search/templates/search.html:109
2185#, python-format
2186msgid "%(note)s See %(page)s for help on searching."
2187msgstr ""
2188
2189#: trac/templates/about.html:33
2190msgid ""
2191"Trac is a web-based software project management and bug/issue tracking "
2192"system emphasizing ease of use and low ceremony. It provides an "
2193"integrated Wiki, an interface to version control systems, and a number of"
2194" convenient ways to stay on top of events and changes within a project."
2195msgstr ""
2196
2197#: trac/templates/about.html:45
2198msgid "online"
2199msgstr ""
2200
2201#: trac/templates/about.html:47
2202#, python-format
2203msgid ""
2204"Trac is distributed under the modified BSD License.<br /> The complete "
2205"text of the license can be found %(online)s as well as in the "
2206"<code>COPYING</code> file included in the distribution."
2207msgstr ""
2208
2209#: trac/templates/about.html:57
2210msgid "python powered"
2211msgstr ""
2212
2213#: trac/templates/about.html:63
2214#, python-format
2215msgid "Please visit the Trac open source project: %(teo)s"
2216msgstr ""
2217
2218#: trac/templates/about.html:73
2219#, python-format
2220msgid "Copyright &copy; %(year)s %(edgewall)s"
2221msgstr ""
2222
2223#: trac/templates/attach_file_form.html:24
2224msgid "Attach another file"
2225msgstr ""
2226
2227#: trac/templates/attach_file_form.html:25
2228msgid "Attach file"
2229msgstr ""
2230
2231#: trac/templates/attachment.html:19
2232#, python-format
2233msgid "%(parent)s – Attachment"
2234msgstr ""
2235
2236#: trac/templates/attachment.html:21
2237#, python-format
2238msgid "%(parent)s – Attachments"
2239msgstr ""
2240
2241#: trac/templates/attachment.html:23
2242#, python-format
2243msgid "%(filename)s on %(parent)s – Attachment"
2244msgstr ""
2245
2246#: trac/templates/attachment.html:50
2247#, python-format
2248msgid "Add Attachment to %(parent)s"
2249msgstr ""
2250
2251#: trac/templates/attachment.html:57
2252#, python-format
2253msgid "(size limit %(value)s)"
2254msgstr ""
2255
2256#: trac/templates/attachment.html:64
2257msgid "Attachment Info"
2258msgstr ""
2259
2260#: trac/templates/attachment.html:67 trac/ticket/templates/ticket.html:293
2261#: trac/ticket/templates/ticket.html:507
2262#: trac/wiki/templates/wiki_edit_form.html:63
2263msgid "Your email or username:"
2264msgstr ""
2265
2266#: trac/templates/attachment.html:77 trac/ticket/templates/ticket.html:306
2267#: trac/ticket/templates/ticket.html:521
2268#, python-format
2269msgid "E-mail address and name can be saved in the %(preferences)s."
2270msgstr ""
2271
2272#: trac/templates/attachment.html:88
2273msgid "Description of the file (optional):"
2274msgstr ""
2275
2276#: trac/templates/attachment.html:98
2277msgid "Replace existing attachment of the same name"
2278msgstr ""
2279
2280#: trac/templates/attachment.html:108
2281msgid "Add attachment"
2282msgstr ""
2283
2284#: trac/templates/attachment.html:118
2285msgid "Are you sure you want to delete this attachment?"
2286msgstr ""
2287
2288#: trac/templates/attachment.html:129 trac/templates/attachment.html:186
2289msgid "Delete attachment"
2290msgstr ""
2291
2292#: trac/templates/attachment.html:154
2293#: trac/templates/list_of_attachments.html:30 trac/util/text.py:738
2294#: trac/versioncontrol/templates/browser.html:274
2295#: trac/versioncontrol/templates/dir_entries.html:29
2296#, python-format
2297msgid "%(num)d byte"
2298msgid_plural "%(num)d bytes"
2299msgstr[0] ""
2300msgstr[1] ""
2301
2302#: trac/templates/attachment.html:160
2303#, python-format
2304msgid "File %(file)s, %(size)s (added by %(author)s, %(pdate)s)"
2305msgstr ""
2306
2307#: trac/templates/diff_div.html:101
2308#, python-format
2309msgid "Property %(name)s changed from %(old)s to %(new)s"
2310msgstr ""
2311
2312#: trac/templates/diff_div.html:107
2313#: trac/versioncontrol/templates/browser.html:258
2314#, python-format
2315msgid "Property %(name)s set to %(value)s"
2316msgstr ""
2317
2318#: trac/templates/diff_div.html:113
2319#, python-format
2320msgid "Property %(name)s deleted"
2321msgstr ""
2322
2323#: trac/templates/diff_options.html:17
2324#: trac/versioncontrol/templates/browser.html:197
2325msgid "View differences"
2326msgstr ""
2327
2328#: trac/templates/diff_options.html:20
2329msgid "inline"
2330msgstr ""
2331
2332#: trac/templates/diff_options.html:22
2333msgid "side by side"
2334msgstr ""
2335
2336#: trac/templates/diff_options.html:35
2337#, python-format
2338msgid ""
2339"<label>%(radio)s Show</label> <label>%(text)s lines around each "
2340"change</label>"
2341msgstr ""
2342
2343#: trac/templates/diff_options.html:43
2344msgid "Show the changes in full context"
2345msgstr ""
2346
2347#: trac/templates/diff_options.html:47
2348msgid "Ignore:"
2349msgstr ""
2350
2351#: trac/templates/diff_options.html:51
2352msgid "Blank lines"
2353msgstr ""
2354
2355#: trac/templates/diff_options.html:56
2356msgid "Case changes"
2357msgstr ""
2358
2359#: trac/templates/diff_options.html:61
2360msgid "White space changes"
2361msgstr ""
2362
2363#: trac/templates/diff_options.html:66
2364#: trac/ticket/templates/milestone_view.html:78
2365#: trac/ticket/templates/query.html:330
2366#: trac/ticket/templates/report_view.html:94
2367#: trac/ticket/templates/roadmap.html:43
2368#: trac/timeline/templates/timeline.html:65
2369#: trac/versioncontrol/templates/revisionlog.html:117
2370msgid "Update"
2371msgstr ""
2372
2373#: trac/templates/diff_view.html:40 trac/templates/diff_view.html:49
2374#: trac/ticket/templates/ticket_box.html:81
2375#, python-format
2376msgid "Version %(version)s"
2377msgstr ""
2378
2379#: trac/templates/diff_view.html:53 trac/ticket/templates/ticket_box.html:78
2380#: trac/ticket/web_ui.py:972 trac/ticket/web_ui.py:1105
2381msgid "Initial Version"
2382msgstr ""
2383
2384#: trac/templates/diff_view.html:60
2385#, python-format
2386msgid "Changes between %(old_link)s and %(new_link)s of %(src_link)s"
2387msgstr ""
2388
2389#: trac/templates/diff_view.html:66
2390#, python-format
2391msgid "Changes from %(new_link)s of %(src_link)s"
2392msgstr ""
2393
2394#: trac/templates/diff_view.html:88
2395#: trac/versioncontrol/templates/changeset_content.html:197
2396msgid "Timestamp:"
2397msgstr ""
2398
2399#: trac/templates/diff_view.html:91 trac/templates/diff_view.html:103
2400#: trac/templates/diff_view.html:112
2401msgid "(multiple changes)"
2402msgstr ""
2403
2404#: trac/templates/diff_view.html:93
2405#, python-format
2406msgid "%(date)s (%(duration)s ago)"
2407msgstr ""
2408
2409#: trac/templates/diff_view.html:109 trac/ticket/templates/batch_modify.html:52
2410#: trac/ticket/templates/batch_ticket_notify_email.txt:10
2411#: trac/ticket/templates/milestone_edit_form.html:128
2412#: trac/ticket/templates/ticket_notify_email.txt:20
2413msgid "Comment:"
2414msgstr ""
2415
2416#: trac/templates/diff_view.html:118 trac/templates/history_view.html:87
2417#: trac/ticket/templates/report_list.html:141
2418#: trac/ticket/templates/ticket_change.html:112
2419#: trac/wiki/templates/wiki_edit.html:213
2420msgid "Edit"
2421msgstr ""
2422
2423#: trac/templates/diff_view.html:128
2424#: trac/versioncontrol/templates/changeset_content.html:303
2425#: trac/versioncontrol/templates/revisionlog.html:123
2426msgid "Legend:"
2427msgstr ""
2428
2429#: trac/templates/diff_view.html:130
2430#: trac/versioncontrol/templates/changeset_content.html:305
2431msgid "Unmodified"
2432msgstr ""
2433
2434#: trac/templates/diff_view.html:131
2435#: trac/versioncontrol/templates/changeset_content.html:306
2436#: trac/versioncontrol/templates/revisionlog.html:125
2437msgid "Added"
2438msgstr ""
2439
2440#: trac/templates/diff_view.html:132
2441#: trac/versioncontrol/templates/changeset_content.html:307
2442#: trac/versioncontrol/templates/revisionlog.html:127
2443msgid "Removed"
2444msgstr ""
2445
2446#: trac/templates/diff_view.html:133 trac/ticket/api.py:400
2447#: trac/versioncontrol/templates/changeset_content.html:309
2448#: trac/versioncontrol/templates/revisionlog.html:129 trac/wiki/admin.py:178
2449msgid "Modified"
2450msgstr ""
2451
2452#: trac/templates/environment_info.html:36
2453msgid "System Information"
2454msgstr ""
2455
2456#: trac/templates/environment_info.html:38
2457msgid "Package"
2458msgstr ""
2459
2460#: trac/templates/environment_info.html:38
2461#: trac/templates/environment_info.html:57 trac/templates/history_view.html:56
2462#: trac/ticket/admin.py:469 trac/ticket/api.py:371
2463msgid "Version"
2464msgstr ""
2465
2466#: trac/templates/environment_info.html:53
2467msgid "Installed Plugins"
2468msgstr ""
2469
2470#: trac/templates/environment_info.html:58
2471msgid "Location"
2472msgstr ""
2473
2474#: trac/templates/environment_info.html:75 trac/web/main.py:736
2475#: trac/web/main.py:742
2476msgid "N/A"
2477msgstr ""
2478
2479#: trac/templates/environment_info.html:92
2480msgid "Interface Customization"
2481msgstr ""
2482
2483#: trac/templates/environment_info.html:95
2484msgid "Site templates"
2485msgstr ""
2486
2487#: trac/templates/environment_info.html:99
2488msgid "Shared templates"
2489msgstr ""
2490
2491#: trac/templates/environment_info.html:103
2492msgid "Site static resources"
2493msgstr ""
2494
2495#: trac/templates/environment_info.html:107
2496msgid "Shared static resources"
2497msgstr ""
2498
2499#: trac/templates/environment_info.html:120
2500msgid "Section"
2501msgstr ""
2502
2503#: trac/templates/environment_info.html:122 trac/templates/error.html:286
2504msgid "Value"
2505msgstr ""
2506
2507#: trac/templates/error.html:17 trac/templates/index.html:26
2508#: trac/web/api.py:230
2509msgid "Error"
2510msgstr ""
2511
2512#: trac/templates/error.html:95
2513msgid "Create"
2514msgstr ""
2515
2516#: trac/templates/error.html:110
2517msgid "Oops…"
2518msgstr ""
2519
2520#: trac/templates/error.html:112
2521msgid "Trac detected an internal error:"
2522msgstr ""
2523
2524#: trac/templates/error.html:117
2525msgid "Trac administrator"
2526msgstr ""
2527
2528#: trac/templates/error.html:125
2529#, python-format
2530msgid ""
2531"There was an internal error in Trac. It is recommended that you notify "
2532"your local %(project_admin)s with the information needed to reproduce the"
2533" issue."
2534msgstr ""
2535
2536#: trac/templates/error.html:137
2537#, python-format
2538msgid "To that end, you could %(create_a_ticket)s a ticket."
2539msgstr ""
2540
2541#: trac/templates/error.html:145
2542msgid "The action that triggered the error was:"
2543msgstr ""
2544
2545#: trac/templates/error.html:151
2546msgid "This is probably a local installation issue."
2547msgstr ""
2548
2549#: trac/templates/error.html:157
2550#, python-format
2551msgid ""
2552"This is probably a local installation issue. You should "
2553"%(create_a_ticket)s a ticket at the admin Trac to report the issue."
2554msgstr ""
2555
2556#: trac/templates/error.html:168
2557msgid "Found a bug in Trac?"
2558msgstr ""
2559
2560#: trac/templates/error.html:170
2561msgid ""
2562"If you think this should work and you can reproduce the problem, you "
2563"should consider creating a bug report."
2564msgstr ""
2565
2566#: trac/templates/error.html:181
2567#, python-format
2568msgid "Note that the %(name)s plugin seems to be involved."
2569msgstr ""
2570
2571#: trac/templates/error.html:187
2572msgid "Note that the following plugins seem to be involved:"
2573msgstr ""
2574
2575#: trac/templates/error.html:195
2576msgid "Please report this issue to the plugin maintainer."
2577msgstr ""
2578
2579#: trac/templates/error.html:204
2580msgid "searching"
2581msgstr ""
2582
2583#: trac/templates/error.html:207
2584#, python-format
2585msgid "%(searching)s for similar issues"
2586msgstr ""
2587
2588#: trac/templates/error.html:211
2589msgid "mailing list"
2590msgstr ""
2591
2592#: trac/templates/error.html:214
2593#, python-format
2594msgid ""
2595"Before you do that, though, please first try "
2596"%(searching_for_similar_issues)s, as it is quite likely that this problem"
2597" has been reported before. For questions about installation and "
2598"configuration of Trac or its plugins, please try the %(mailing_list)s "
2599"instead of creating a ticket."
2600msgstr ""
2601
2602#: trac/templates/error.html:227
2603#, python-format
2604msgid ""
2605"Otherwise, please %(create)s a new bug report describing the problem and "
2606"explain how to reproduce it."
2607msgstr ""
2608
2609#: trac/templates/error.html:237
2610msgid "Python Traceback"
2611msgstr ""
2612
2613#: trac/templates/error.html:239
2614msgid "Most recent call last:"
2615msgstr ""
2616
2617#: trac/templates/error.html:250
2618#, python-format
2619msgid "File \"%(file)s\", line %(line)s, in"
2620msgstr ""
2621
2622#: trac/templates/error.html:260
2623msgid "Code fragment:"
2624msgstr ""
2625
2626#: trac/templates/error.html:282
2627msgid "Local variables:"
2628msgstr ""
2629
2630#: trac/templates/error.html:307
2631#, python-format
2632msgid "File \"%(file)s\", line %(line)s, in %(function)s"
2633msgstr ""
2634
2635#: trac/templates/error.html:322
2636msgid "Switch to plain text view"
2637msgstr ""
2638
2639#: trac/templates/error.html:324
2640msgid "Switch to interactive view"
2641msgstr ""
2642
2643#: trac/templates/error.html:339
2644#, python-format
2645msgid "%(trac_guide)s &mdash; The Trac User and Administration Guide"
2646msgstr ""
2647
2648#: trac/templates/history_view.html:38
2649#, python-format
2650msgid "Change History for %(name)s"
2651msgstr ""
2652
2653#: trac/templates/history_view.html:49 trac/templates/history_view.html:98
2654#: trac/versioncontrol/templates/diff_form.html:92
2655#: trac/versioncontrol/templates/revisionlog.html:140
2656msgid "View changes"
2657msgstr ""
2658
2659#: trac/templates/history_view.html:60
2660msgid "Comment"
2661msgstr ""
2662
2663#: trac/templates/history_view.html:75
2664msgid "View this version"
2665msgstr ""
2666
2667#: trac/templates/index.html:14 trac/templates/index.html:18
2668msgid "Available Projects"
2669msgstr ""
2670
2671#: trac/templates/layout.html:55
2672#, python-format
2673msgid "Search %(project)s"
2674msgstr ""
2675
2676#: trac/templates/layout.html:156
2677msgid "Download in other formats:"
2678msgstr ""
2679
2680#: trac/templates/list_of_attachments.html:35
2681#, python-format
2682msgid "%(attachment_links)s (%(size)s) - added by %(author)s %(date)s."
2683msgstr ""
2684
2685#: trac/templates/list_of_attachments.html:51
2686msgid "Download all attachments as:"
2687msgstr ""
2688
2689#: trac/templates/list_of_attachments.html:60
2690#: trac/templates/list_of_attachments.html:79
2691#: trac/ticket/templates/ticket.html:570
2692msgid "Attachments"
2693msgstr ""
2694
2695#: trac/templates/macros.html:46
2696msgid "Note:"
2697msgstr ""
2698
2699#: trac/templates/macros.html:67
2700msgid "Hide this warning"
2701msgstr ""
2702
2703#: trac/templates/macros.html:67 trac/templates/macros.html:88
2704msgid "close"
2705msgstr ""
2706
2707#: trac/templates/macros.html:69
2708msgid "Warning:"
2709msgstr ""
2710
2711#: trac/templates/macros.html:88
2712msgid "Hide this notice"
2713msgstr ""
2714
2715#: trac/templates/preview_file.html:22
2716msgid "(The file is empty)"
2717msgstr ""
2718
2719#: trac/templates/preview_file.html:28
2720#, python-format
2721msgid ""
2722"<strong>HTML preview not available</strong>, since the file size exceeds "
2723"%(size)s."
2724msgstr ""
2725
2726#: trac/templates/preview_file.html:35
2727msgid ""
2728"<strong>HTML preview not available</strong>, since no preview renderer "
2729"could handle it."
2730msgstr ""
2731
2732#: trac/templates/preview_file.html:42
2733#, python-format
2734msgid "Try <a href=\"%(url)s\">downloading</a> the file instead."
2735msgstr ""
2736
2737#: trac/templates/progress_bar.html:34
2738#, python-format
2739msgid "%(count)s/%(total)s %(title)s"
2740msgstr ""
2741
2742#: trac/templates/progress_bar.html:50
2743#, python-format
2744msgid "Total number of %(unit)s: %(count)s"
2745msgstr ""
2746
2747#: trac/templates/progress_bar.html:57
2748#, python-format
2749msgid "%(title)s: %(count)s"
2750msgstr ""
2751
2752#: trac/templates/theme.html:93
2753msgid "Search:"
2754msgstr ""
2755
2756#: trac/templates/theme.html:113
2757msgid "Context Navigation"
2758msgstr ""
2759
2760#: trac/templates/theme.html:148
2761msgid "Trac Powered"
2762msgstr ""
2763
2764#: trac/templates/theme.html:157
2765#, python-format
2766msgid "Powered by %(trac_version)s By %(eo)s."
2767msgstr ""
2768
2769#: trac/ticket/admin.py:39
2770msgid "(Undefined)"
2771msgstr ""
2772
2773#: trac/ticket/admin.py:49 trac/ticket/admin.py:235
2774msgid "Ticket System"
2775msgstr ""
2776
2777#: trac/ticket/admin.py:82 trac/ticket/templates/admin_components.html:17
2778msgid "Components"
2779msgstr ""
2780
2781#: trac/ticket/admin.py:115
2782#, python-format
2783msgid "The component \"%(name)s\" has been added."
2784msgstr ""
2785
2786#: trac/ticket/admin.py:122
2787msgid "No component selected"
2788msgstr ""
2789
2790#: trac/ticket/admin.py:130
2791msgid "The selected components have been removed."
2792msgstr ""
2793
2794#: trac/ticket/admin.py:202 trac/ticket/api.py:359
2795#: trac/ticket/templates/admin_components.html:118
2796msgid "Owner"
2797msgstr ""
2798
2799#: trac/ticket/admin.py:227 trac/ticket/api.py:369
2800msgid "Milestone"
2801msgstr ""
2802
2803#: trac/ticket/admin.py:227 trac/ticket/roadmap.py:1162
2804#: trac/ticket/templates/admin_milestones.html:18
2805msgid "Milestones"
2806msgstr ""
2807
2808#: trac/ticket/admin.py:272
2809msgid "View Milestone"
2810msgstr ""
2811
2812#: trac/ticket/admin.py:294 trac/ticket/roadmap.py:836
2813#: trac/ticket/roadmap.py:849 trac/ticket/roadmap.py:883
2814#, python-format
2815msgid "Milestone \"%(name)s\" already exists, please choose another name."
2816msgstr ""
2817
2818#: trac/ticket/admin.py:304
2819msgid "No milestone selected"
2820msgstr ""
2821
2822#: trac/ticket/admin.py:321
2823msgid "The selected milestones have been removed."
2824msgstr ""
2825
2826#: trac/ticket/admin.py:433 trac/ticket/templates/admin_milestones.html:91
2827msgid "Due"
2828msgstr ""
2829
2830#: trac/ticket/admin.py:433 trac/ticket/templates/admin_milestones.html:91
2831msgid "Completed"
2832msgstr ""
2833
2834#: trac/ticket/admin.py:469 trac/ticket/templates/admin_versions.html:17
2835msgid "Versions"
2836msgstr ""
2837
2838#: trac/ticket/admin.py:502
2839#, python-format
2840msgid "The version \"%(name)s\" has been added."
2841msgstr ""
2842
2843#: trac/ticket/admin.py:509
2844msgid "No version selected"
2845msgstr ""
2846
2847#: trac/ticket/admin.py:517
2848msgid "The selected versions have been removed."
2849msgstr ""
2850
2851#: trac/ticket/admin.py:594
2852msgid "Time"
2853msgstr ""
2854
2855#: trac/ticket/admin.py:659
2856#, python-format
2857msgid "The %(field)s value \"%(name)s\" has been added."
2858msgstr ""
2859
2860#: trac/ticket/admin.py:667
2861#, python-format
2862msgid "No %s selected"
2863msgstr ""
2864
2865#: trac/ticket/admin.py:675
2866#, python-format
2867msgid "The selected %(field)s values have been removed."
2868msgstr ""
2869
2870#: trac/ticket/admin.py:695
2871msgid "Order numbers must be unique"
2872msgstr ""
2873
2874#: trac/ticket/admin.py:767
2875msgid "Possible Values"
2876msgstr ""
2877
2878#: trac/ticket/admin.py:784
2879#, python-format
2880msgid "Invalid up/down value: %(value)s"
2881msgstr ""
2882
2883#: trac/ticket/admin.py:849 trac/ticket/admin.py:858
2884msgid "<ticket#> must be a number"
2885msgstr ""
2886
2887#: trac/ticket/admin.py:861
2888msgid "<comment#> must be a number"
2889msgstr ""
2890
2891#: trac/ticket/api.py:321
2892msgid "Attachment"
2893msgstr ""
2894
2895#: trac/ticket/api.py:352
2896msgid "Summary"
2897msgstr ""
2898
2899#: trac/ticket/api.py:354
2900msgid "Reporter"
2901msgstr ""
2902
2903#: trac/ticket/api.py:366 trac/versioncontrol/admin.py:123
2904#: trac/versioncontrol/templates/admin_repositories.html:243
2905msgid "Type"
2906msgstr ""
2907
2908#: trac/ticket/api.py:367
2909msgid "Status"
2910msgstr ""
2911
2912#: trac/ticket/api.py:368 trac/ticket/model.py:920
2913msgid "Priority"
2914msgstr ""
2915
2916#: trac/ticket/api.py:372 trac/ticket/model.py:925
2917msgid "Severity"
2918msgstr ""
2919
2920#: trac/ticket/api.py:373 trac/ticket/model.py:915
2921msgid "Resolution"
2922msgstr ""
2923
2924#: trac/ticket/api.py:392
2925msgid "Keywords"
2926msgstr ""
2927
2928#: trac/ticket/api.py:394 trac/ticket/web_ui.py:1557
2929msgid "Cc"
2930msgstr ""
2931
2932#: trac/ticket/api.py:398
2933msgid "Created"
2934msgstr ""
2935
2936#: trac/ticket/api.py:533
2937#, python-format
2938msgid "\"%(value)s\" is not a valid value"
2939msgstr ""
2940
2941#: trac/ticket/api.py:536
2942msgid "field cannot be empty"
2943msgstr ""
2944
2945#: trac/ticket/api.py:540 trac/ticket/api.py:548 trac/ticket/api.py:557
2946#: trac/ticket/api.py:581
2947#, python-format
2948msgid "Must be less than or equal to %(num)s characters"
2949msgstr ""
2950
2951#: trac/ticket/api.py:546
2952msgid "Tickets must contain a summary."
2953msgstr ""
2954
2955#: trac/ticket/api.py:647
2956#, python-format
2957msgid "Tickets %(ranges)s"
2958msgstr ""
2959
2960#: trac/ticket/api.py:676
2961msgid "ticket comment does not exist"
2962msgstr ""
2963
2964#: trac/ticket/api.py:687
2965#, python-format
2966msgid "Description for #%(id)s: %(summary)s"
2967msgstr ""
2968
2969#: trac/ticket/api.py:690
2970#, python-format
2971msgid "Comment %(cnum)s for #%(id)s: %(summary)s"
2972msgstr ""
2973
2974#: trac/ticket/api.py:696
2975#, python-format
2976msgid "Comment %(cnum)s"
2977msgstr ""
2978
2979#: trac/ticket/api.py:700
2980msgid "no permission to view ticket"
2981msgstr ""
2982
2983#: trac/ticket/api.py:703
2984msgid "ticket does not exist"
2985msgstr ""
2986
2987#: trac/ticket/api.py:723
2988#, python-format
2989msgid "Ticket #%(shortname)s"
2990msgstr ""
2991
2992#: trac/ticket/batch.py:110
2993msgid "add"
2994msgstr ""
2995
2996#: trac/ticket/batch.py:111
2997msgid "remove"
2998msgstr ""
2999
3000#: trac/ticket/batch.py:112
3001msgid "add / remove"
3002msgstr ""
3003
3004#: trac/ticket/batch.py:113
3005msgid "set to"
3006msgstr ""
3007
3008#: trac/ticket/batch.py:188 trac/ticket/web_ui.py:1312
3009#, python-format
3010msgid "The ticket comment is invalid: %(message)s"
3011msgstr ""
3012
3013#: trac/ticket/batch.py:205 trac/ticket/web_ui.py:1321
3014#, python-format
3015msgid "The ticket field %(field)s is invalid: %(message)s"
3016msgstr ""
3017
3018#: trac/ticket/batch.py:232 trac/ticket/roadmap.py:877
3019#: trac/ticket/roadmap.py:935
3020#, python-format
3021msgid ""
3022"The changes have been saved, but an error occurred while sending "
3023"notifications: %(message)s"
3024msgstr ""
3025
3026#: trac/ticket/default_workflow.py:252
3027msgid "from invalid state"
3028msgstr ""
3029
3030#: trac/ticket/default_workflow.py:253
3031msgid "Current state no longer exists"
3032msgstr ""
3033
3034#: trac/ticket/default_workflow.py:255
3035msgid "The ticket will be disowned"
3036msgstr ""
3037
3038#: trac/ticket/default_workflow.py:279 trac/ticket/default_workflow.py:293
3039#: trac/ticket/default_workflow.py:307
3040#, python-format
3041msgid "to %(owner)s"
3042msgstr ""
3043
3044#: trac/ticket/default_workflow.py:282
3045msgid "The owner will be the specified user"
3046msgstr ""
3047
3048#: trac/ticket/default_workflow.py:284
3049#, python-format
3050msgid "The owner will be changed from %(current_owner)s to the specified user"
3051msgstr ""
3052
3053#: trac/ticket/default_workflow.py:295 trac/ticket/default_workflow.py:319
3054#, python-format
3055msgid "The owner will be %(new_owner)s"
3056msgstr ""
3057
3058#: trac/ticket/default_workflow.py:298 trac/ticket/default_workflow.py:322
3059#, python-format
3060msgid "The owner will be changed from %(current_owner)s to %(new_owner)s"
3061msgstr ""
3062
3063#: trac/ticket/default_workflow.py:311
3064msgid "The owner will be the selected user"
3065msgstr ""
3066
3067#: trac/ticket/default_workflow.py:313
3068#, python-format
3069msgid "The owner will be changed from %(current_owner)s to the selected user"
3070msgstr ""
3071
3072#: trac/ticket/default_workflow.py:327 trac/ticket/default_workflow.py:368
3073#, python-format
3074msgid "The owner will remain %(current_owner)s"
3075msgstr ""
3076
3077#: trac/ticket/default_workflow.py:335
3078msgid ""
3079"Your workflow attempts to set a resolution but uses undefined resolutions"
3080" (configuration issue, please contact your Trac admin)."
3081msgstr ""
3082
3083#: trac/ticket/default_workflow.py:340
3084msgid ""
3085"Your workflow attempts to set a resolution but none is defined "
3086"(configuration issue, please contact your Trac admin)."
3087msgstr ""
3088
3089#: trac/ticket/default_workflow.py:349 trac/ticket/default_workflow.py:359
3090#, python-format
3091msgid "as %(resolution)s"
3092msgstr ""
3093
3094#: trac/ticket/default_workflow.py:351
3095#, python-format
3096msgid "The resolution will be set to %(name)s"
3097msgstr ""
3098
3099#: trac/ticket/default_workflow.py:362
3100msgid "The resolution will be set"
3101msgstr ""
3102
3103#: trac/ticket/default_workflow.py:364
3104msgid "The resolution will be deleted"
3105msgstr ""
3106
3107#: trac/ticket/default_workflow.py:367
3108#, python-format
3109msgid "as %(status)s"
3110msgstr ""
3111
3112#: trac/ticket/default_workflow.py:371
3113msgid "The ticket will remain with no owner"
3114msgstr ""
3115
3116#: trac/ticket/default_workflow.py:373
3117#, python-format
3118msgid "The status will be '%(name)s'"
3119msgstr ""
3120
3121#: trac/ticket/default_workflow.py:376
3122#, python-format
3123msgid "Next status will be '%(name)s'"
3124msgstr ""
3125
3126#: trac/ticket/default_workflow.py:580
3127msgid ""
3128"Render a workflow graph.\n"
3129"\n"
3130"This macro accepts a TracWorkflow configuration and renders the states\n"
3131"and transitions as a directed graph. If no parameters are given, the\n"
3132"current ticket workflow is rendered.\n"
3133"\n"
3134"In [WikiProcessors WikiProcessor] mode the `width` and `height`\n"
3135"arguments can be specified (Defaults: `width = 800` and `height = 600`).\n"
3136"\n"
3137"The repository-scoped path of a workflow file can be specified as either\n"
3138"a macro or !WikiProcessor `file` argument. The file revision can be\n"
3139"specified by appending `@<rev>` to the path. The `file` argument value\n"
3140"must be enclosed in single or double quotes. //(Since 1.3.2)//.\n"
3141"\n"
3142"Examples:\n"
3143"{{{\n"
3144"[[Workflow()]]\n"
3145"\n"
3146"[[Workflow(go = here -> there; return = there -> here)]]\n"
3147"\n"
3148"[[Workflow(file=/contrib/workflow/enterprise-workflow.ini@1)]]\n"
3149"\n"
3150"{{{#!Workflow file=\"/contrib/workflow/enterprise-workflow.ini\"\n"
3151"}}}\n"
3152"\n"
3153"{{{#!Workflow width=700 height=700\n"
3154"leave = * -> *\n"
3155"leave.operations = leave_status\n"
3156"leave.default = 1\n"
3157"\n"
3158"create = <none> -> new\n"
3159"create.default = 1\n"
3160"\n"
3161"create_and_assign = <none> -> assigned\n"
3162"create_and_assign.label = assign\n"
3163"create_and_assign.permissions = TICKET_MODIFY\n"
3164"create_and_assign.operations = may_set_owner\n"
3165"\n"
3166"accept = new,assigned,accepted,reopened -> accepted\n"
3167"accept.permissions = TICKET_MODIFY\n"
3168"accept.operations = set_owner_to_self\n"
3169"\n"
3170"resolve = new,assigned,accepted,reopened -> closed\n"
3171"resolve.permissions = TICKET_MODIFY\n"
3172"resolve.operations = set_resolution\n"
3173"\n"
3174"reassign = new,assigned,accepted,reopened -> assigned\n"
3175"reassign.permissions = TICKET_MODIFY\n"
3176"reassign.operations = set_owner\n"
3177"\n"
3178"reopen = closed -> reopened\n"
3179"reopen.permissions = TICKET_CREATE\n"
3180"reopen.operations = del_resolution\n"
3181"}}}\n"
3182"}}}"
3183msgstr ""
3184
3185#: trac/ticket/default_workflow.py:659
3186#, python-format
3187msgid "The file %(file)s does not exist."
3188msgstr ""
3189
3190#: trac/ticket/default_workflow.py:706
3191msgid "Enable JavaScript to display the workflow graph."
3192msgstr ""
3193
3194#: trac/ticket/model.py:197
3195#, python-format
3196msgid "Ticket %(id)s does not exist."
3197msgstr ""
3198
3199#: trac/ticket/model.py:198
3200msgid "Invalid ticket number"
3201msgstr ""
3202
3203#: trac/ticket/model.py:238
3204msgid "Multi-values fields not supported yet"
3205msgstr ""
3206
3207#: trac/ticket/model.py:774
3208#, python-format
3209msgid "%(type)s %(name)s does not exist."
3210msgstr ""
3211
3212#: trac/ticket/model.py:787
3213#, python-format
3214msgid "Cannot delete non-existent %(type)s."
3215msgstr ""
3216
3217#: trac/ticket/model.py:816
3218#, python-format
3219msgid "%(type)s value \"%(name)s\" already exists."
3220msgstr ""
3221
3222#: trac/ticket/model.py:835 trac/ticket/model.py:861
3223#, python-format
3224msgid "%(type)s value \"%(name)s\" already exists"
3225msgstr ""
3226
3227#: trac/ticket/model.py:847
3228msgid "Cannot update non-existent enum."
3229msgstr ""
3230
3231#: trac/ticket/model.py:889
3232#, python-format
3233msgid "Invalid %(type)s name."
3234msgstr ""
3235
3236#: trac/ticket/model.py:895
3237msgid "Ticket Type"
3238msgstr ""
3239
3240#: trac/ticket/model.py:895
3241msgid "Ticket Types"
3242msgstr ""
3243
3244#: trac/ticket/model.py:915
3245msgid "Resolutions"
3246msgstr ""
3247
3248#: trac/ticket/model.py:920
3249msgid "Priorities"
3250msgstr ""
3251
3252#: trac/ticket/model.py:925
3253msgid "Severities"
3254msgstr ""
3255
3256#: trac/ticket/model.py:957
3257#, python-format
3258msgid "Component %(name)s does not exist."
3259msgstr ""
3260
3261#: trac/ticket/model.py:969
3262msgid "Cannot delete non-existent component."
3263msgstr ""
3264
3265#: trac/ticket/model.py:985 trac/ticket/model.py:998 trac/ticket/model.py:1022
3266#, python-format
3267msgid "Component \"%(name)s\" already exists."
3268msgstr ""
3269
3270#: trac/ticket/model.py:1010
3271msgid "Cannot update non-existent component."
3272msgstr ""
3273
3274#: trac/ticket/model.py:1045
3275msgid "Invalid component name."
3276msgstr ""
3277
3278#: trac/ticket/model.py:1125 trac/ticket/model.py:1248
3279#, python-format
3280msgid "Milestone %(name)s does not exist."
3281msgstr ""
3282
3283#: trac/ticket/model.py:1126 trac/ticket/model.py:1170
3284#: trac/ticket/model.py:1198 trac/ticket/model.py:1249
3285msgid "Invalid milestone name."
3286msgstr ""
3287
3288#: trac/ticket/model.py:1182 trac/ticket/model.py:1219
3289#, python-format
3290msgid "Milestone \"%(name)s\" already exists."
3291msgstr ""
3292
3293#: trac/ticket/model.py:1301
3294#, python-format
3295msgid "Report {%(num)s} does not exist."
3296msgstr ""
3297
3298#: trac/ticket/model.py:1302
3299msgid "Invalid Report Number"
3300msgstr ""
3301
3302#: trac/ticket/model.py:1320 trac/ticket/model.py:1337
3303msgid "Query cannot be empty."
3304msgstr ""
3305
3306#: trac/ticket/model.py:1381
3307#, python-format
3308msgid "Version %(name)s does not exist."
3309msgstr ""
3310
3311#: trac/ticket/model.py:1393
3312msgid "Cannot delete non-existent version."
3313msgstr ""
3314
3315#: trac/ticket/model.py:1419 trac/ticket/model.py:1443
3316#, python-format
3317msgid "Version \"%(name)s\" already exists."
3318msgstr ""
3319
3320#: trac/ticket/model.py:1431
3321msgid "Cannot update non-existent version."
3322msgstr ""
3323
3324#: trac/ticket/model.py:1469
3325msgid "Invalid version name."
3326msgstr ""
3327
3328#: trac/ticket/notification.py:569
3329msgid "Ticket that I own is created or modified"
3330msgstr ""
3331
3332#: trac/ticket/notification.py:591
3333msgid "I update a ticket"
3334msgstr ""
3335
3336#: trac/ticket/notification.py:617
3337msgid "Ticket that I previously updated is modified"
3338msgstr ""
3339
3340#: trac/ticket/notification.py:639
3341msgid "Ticket that I reported is modified"
3342msgstr ""
3343
3344#: trac/ticket/notification.py:665
3345msgid "Any ticket is created"
3346msgstr ""
3347
3348#: trac/ticket/notification.py:693
3349msgid "Ticket that I'm listed in the CC field is modified"
3350msgstr ""
3351
3352#: trac/ticket/query.py:60
3353msgid "Invalid query constraint value"
3354msgstr ""
3355
3356#: trac/ticket/query.py:95
3357#, python-format
3358msgid "Query page %(page)s is invalid."
3359msgstr ""
3360
3361#: trac/ticket/query.py:110
3362#, python-format
3363msgid "Query max %(max)s is invalid."
3364msgstr ""
3365
3366#: trac/ticket/query.py:165
3367msgid "Query filter requires field and constraints separated by a \"=\""
3368msgstr ""
3369
3370#: trac/ticket/query.py:178
3371msgid "Query filter requires field name"
3372msgstr ""
3373
3374#: trac/ticket/query.py:299
3375#, python-format
3376msgid "Page %(page)s is beyond the number of pages in the query"
3377msgstr ""
3378
3379#: trac/ticket/query.py:590
3380#, python-format
3381msgid "Invalid ticket id list: %(value)s"
3382msgstr ""
3383
3384#: trac/ticket/query.py:699 trac/ticket/query.py:706
3385msgid "contains"
3386msgstr ""
3387
3388#: trac/ticket/query.py:700 trac/ticket/query.py:707
3389msgid "doesn't contain"
3390msgstr ""
3391
3392#: trac/ticket/query.py:701
3393msgid "begins with"
3394msgstr ""
3395
3396#: trac/ticket/query.py:702
3397msgid "ends with"
3398msgstr ""
3399
3400#: trac/ticket/query.py:703 trac/ticket/query.py:709 trac/ticket/query.py:712
3401msgid "is"
3402msgstr ""
3403
3404#: trac/ticket/query.py:704 trac/ticket/query.py:710 trac/ticket/query.py:713
3405msgid "is not"
3406msgstr ""
3407
3408#: trac/ticket/query.py:743 trac/ticket/query.py:749
3409msgid "Ticket"
3410msgstr ""
3411
3412#: trac/ticket/query.py:887 trac/ticket/report.py:326 trac/ticket/report.py:630
3413#: trac/ticket/web_ui.py:118 trac/timeline/web_ui.py:231
3414#: trac/versioncontrol/web_ui/log.py:323
3415msgid "RSS Feed"
3416msgstr ""
3417
3418#: trac/ticket/query.py:889 trac/ticket/report.py:328 trac/ticket/report.py:632
3419#: trac/ticket/web_ui.py:120
3420msgid "Comma-delimited Text"
3421msgstr ""
3422
3423#: trac/ticket/query.py:891 trac/ticket/report.py:330 trac/ticket/report.py:634
3424#: trac/ticket/web_ui.py:122
3425msgid "Tab-delimited Text"
3426msgstr ""
3427
3428#: trac/ticket/query.py:912 trac/ticket/report.py:137
3429msgid "View Tickets"
3430msgstr ""
3431
3432#: trac/ticket/query.py:1126
3433msgid "Custom Query"
3434msgstr ""
3435
3436#: trac/ticket/query.py:1135 trac/ticket/report.py:197
3437#: trac/ticket/report.py:198 trac/ticket/report.py:200
3438#: trac/ticket/templates/report_list.html:17
3439#: trac/ticket/templates/report_list.html:42
3440msgid "Available Reports"
3441msgstr ""
3442
3443#: trac/ticket/query.py:1136 trac/ticket/report.py:205
3444#: trac/ticket/templates/report_list.html:85
3445msgid "New Custom Query"
3446msgstr ""
3447
3448#: trac/ticket/query.py:1253
3449#, python-format
3450msgid "[Error: %(error)s]"
3451msgstr ""
3452
3453#: trac/ticket/query.py:1259
3454msgid ""
3455"Wiki macro listing tickets that match certain criteria.\n"
3456"\n"
3457"This macro accepts a comma-separated list of keyed parameters,\n"
3458"in the form \"key=value\".\n"
3459"\n"
3460"If the key is the name of a field, the value must use the syntax\n"
3461"of a filter specifier as defined in TracQuery#QueryLanguage.\n"
3462"Note that this is ''not'' the same as the simplified URL syntax\n"
3463"used for `query:` links starting with a `?` character. Commas (`,`)\n"
3464"can be included in field values by escaping them with a backslash (`\\`)."
3465"\n"
3466"\n"
3467"Groups of field constraints to be OR-ed together can be separated by a\n"
3468"literal `or` argument.\n"
3469"\n"
3470"In addition to filters, several other named parameters can be used\n"
3471"to control how the results are presented. All of them are optional.\n"
3472"\n"
3473"The `format` parameter determines how the list of tickets is\n"
3474"presented:\n"
3475" - '''list''' -- the default presentation is to list the ticket ID next\n"
3476" to the summary, with each ticket on a separate line.\n"
3477" - '''compact''' -- the tickets are presented as a comma-separated\n"
3478" list of ticket IDs.\n"
3479" - '''count''' -- only the count of matching tickets is displayed\n"
3480" - '''rawcount''' -- only the count of matching tickets is displayed,\n"
3481" not even with a link to the corresponding query (//since 1.1.1//)\n"
3482" - '''table''' -- a view similar to the custom query view (but without\n"
3483" the controls)\n"
3484" - '''progress''' -- a view similar to the milestone progress bars\n"
3485"\n"
3486"The `max` parameter can be used to limit the number of tickets shown\n"
3487"(defaults to '''0''', i.e. no maximum).\n"
3488"\n"
3489"The `order` parameter sets the field used for ordering tickets\n"
3490"(defaults to '''id''').\n"
3491"\n"
3492"The `desc` parameter indicates whether the order of the tickets\n"
3493"should be reversed (defaults to '''false''').\n"
3494"\n"
3495"The `group` parameter sets the field used for grouping tickets\n"
3496"(defaults to not being set).\n"
3497"\n"
3498"The `groupdesc` parameter indicates whether the natural display\n"
3499"order of the groups should be reversed (defaults to '''false''').\n"
3500"\n"
3501"The `verbose` parameter can be set to a true value in order to\n"
3502"get the description for the listed tickets. For '''table''' format only.\n"
3503"''deprecated in favor of the `rows` parameter''\n"
3504"\n"
3505"The `rows` parameter can be used to specify which field(s) should\n"
3506"be viewed as a row, e.g. `rows=description|summary`\n"
3507"\n"
3508"The `col` parameter can be used to specify which fields should\n"
3509"be viewed as columns. For '''table''' format only.\n"
3510"\n"
3511"For compatibility with Trac 0.10, if there's a last positional parameter\n"
3512"given to the macro, it will be used to specify the `format`.\n"
3513"Also, using \"&\" as a field separator still works (except for `order`)\n"
3514"but is deprecated."
3515msgstr ""
3516
3517#: trac/ticket/query.py:1383
3518#, python-format
3519msgid "%(num)s ticket matching %(criteria)s"
3520msgid_plural "%(num)s tickets matching %(criteria)s"
3521msgstr[0] ""
3522msgstr[1] ""
3523
3524#: trac/ticket/query.py:1465
3525#, python-format
3526msgid "Ticket completion status for each %(group)s"
3527msgstr ""
3528
3529#: trac/ticket/query.py:1479
3530msgid "No results"
3531msgstr ""
3532
3533#: trac/ticket/query.py:1497
3534#, python-format
3535msgid "%(groupvalue)s %(groupname)s tickets matching %(query)s"
3536msgstr ""
3537
3538#: trac/ticket/query.py:1521
3539#, python-format
3540msgid "%(groupvalue)s %(groupname)s tickets:"
3541msgstr ""
3542
3543#: trac/ticket/report.py:227
3544msgid "The report has been created."
3545msgstr ""
3546
3547#: trac/ticket/report.py:237
3548#, python-format
3549msgid "The report {%(id)d} has been deleted."
3550msgstr ""
3551
3552#: trac/ticket/report.py:263
3553#, python-format
3554msgid "Delete Report {%(num)s} %(title)s"
3555msgstr ""
3556
3557#: trac/ticket/report.py:361
3558#, python-format
3559msgid "When specified, the report number should be \"%(num)s\"."
3560msgstr ""
3561
3562#: trac/ticket/report.py:426 trac/ticket/report.py:435
3563#, python-format
3564msgid "Report failed: %(error)s"
3565msgstr ""
3566
3567#: trac/ticket/report.py:443
3568#, python-format
3569msgid "Report execution failed: %(error)s %(sql)s"
3570msgstr ""
3571
3572#: trac/ticket/report.py:638
3573msgid "SQL Query"
3574msgstr ""
3575
3576#: trac/ticket/report.py:671
3577#, python-format
3578msgid "The following arguments are missing: %(args)s"
3579msgstr ""
3580
3581#: trac/ticket/report.py:685
3582#, python-format
3583msgid "Report {%(num)s} has no SQL query."
3584msgstr ""
3585
3586#: trac/ticket/report.py:735
3587#, python-format
3588msgid "Query parameter \"sort=%(sort_col)s\" is invalid"
3589msgstr ""
3590
3591#: trac/ticket/report.py:781
3592#, python-format
3593msgid ""
3594"Hint: if the report failed due to automatic modification of the ORDER BY "
3595"clause or the addition of LIMIT/OFFSET, please look up %(sort_column)s "
3596"and %(limit_offset)s in TracReports to see how to gain complete control "
3597"over report rewriting."
3598msgstr ""
3599
3600#: trac/ticket/report.py:978
3601msgid "report does not exist"
3602msgstr ""
3603
3604#: trac/ticket/report.py:985
3605msgid "no permission to view report"
3606msgstr ""
3607
3608#: trac/ticket/roadmap.py:243
3609msgid "ticket status"
3610msgstr ""
3611
3612#: trac/ticket/roadmap.py:243
3613msgid "tickets"
3614msgstr ""
3615
3616#: trac/ticket/roadmap.py:253
3617#, python-format
3618msgid ""
3619"'%(group1)s' and '%(group2)s' milestone groups both are declared to be "
3620"\"catch-all\" groups. Please check your configuration."
3621msgstr ""
3622
3623#: trac/ticket/roadmap.py:268
3624#, python-format
3625msgid ""
3626"'%(groupname)s' milestone group reused status '%(status)s' already taken "
3627"by other groups. Please check your configuration."
3628msgstr ""
3629
3630#: trac/ticket/roadmap.py:442
3631msgid "Open (by due date)"
3632msgstr ""
3633
3634#: trac/ticket/roadmap.py:443
3635msgid "Open (no due date)"
3636msgstr ""
3637
3638#: trac/ticket/roadmap.py:446
3639msgid "Closed"
3640msgstr ""
3641
3642#: trac/ticket/roadmap.py:470 trac/ticket/roadmap.py:600
3643#: trac/ticket/roadmap.py:746 trac/ticket/templates/roadmap.html:17
3644#: trac/ticket/templates/roadmap.html:47
3645msgid "Roadmap"
3646msgstr ""
3647
3648#: trac/ticket/roadmap.py:520
3649msgid "iCalendar"
3650msgstr ""
3651
3652#: trac/ticket/roadmap.py:613 trac/ticket/roadmap.py:1136
3653#: trac/ticket/templates/milestone_view.html:17
3654#: trac/ticket/templates/milestone_view.html:40
3655#, python-format
3656msgid "Milestone %(name)s"
3657msgstr ""
3658
3659#: trac/ticket/roadmap.py:630
3660#, python-format
3661msgid "Ticket #%(num)s: %(summary)s"
3662msgstr ""
3663
3664#: trac/ticket/roadmap.py:699
3665msgid "Milestones completed"
3666msgstr ""
3667
3668#: trac/ticket/roadmap.py:725
3669#, python-format
3670msgid "Milestone %(name)s completed"
3671msgstr ""
3672
3673#: trac/ticket/roadmap.py:817
3674msgid "Completion date may not be in the future"
3675msgstr ""
3676
3677#: trac/ticket/roadmap.py:839
3678msgid "You must provide a name for the milestone."
3679msgstr ""
3680
3681#: trac/ticket/roadmap.py:858
3682#, python-format
3683msgid ""
3684"The open tickets associated with milestone \"%(name)s\" have been "
3685"retargeted to milestone \"%(retarget)s\"."
3686msgstr ""
3687
3688#: trac/ticket/roadmap.py:864
3689msgid "Open tickets retargeted after milestone closed"
3690msgstr ""
3691
3692#: trac/ticket/roadmap.py:886
3693#, python-format
3694msgid "The milestone \"%(name)s\" has been added."
3695msgstr ""
3696
3697#: trac/ticket/roadmap.py:915
3698#, python-format
3699msgid "The milestone \"%(name)s\" has been deleted."
3700msgstr ""
3701
3702#: trac/ticket/roadmap.py:918
3703#, python-format
3704msgid ""
3705"The tickets associated with milestone \"%(name)s\" have been retargeted "
3706"to milestone \"%(retarget)s\"."
3707msgstr ""
3708
3709#: trac/ticket/roadmap.py:923
3710msgid "Tickets retargeted after milestone deleted"
3711msgstr ""
3712
3713#: trac/ticket/roadmap.py:990
3714#, python-format
3715msgid "Milestone %(name)s does not exist. You can create it here."
3716msgstr ""
3717
3718#: trac/ticket/roadmap.py:1053
3719#, python-format
3720msgid "Milestone \"%(name)s\""
3721msgstr ""
3722
3723#: trac/ticket/roadmap.py:1067
3724msgid "Previous Milestone"
3725msgstr ""
3726
3727#: trac/ticket/roadmap.py:1067
3728msgid "Next Milestone"
3729msgstr ""
3730
3731#: trac/ticket/roadmap.py:1068
3732msgid "Back to Roadmap"
3733msgstr ""
3734
3735#: trac/ticket/roadmap.py:1105 trac/ticket/templates/milestone_view.html:44
3736#: trac/ticket/templates/roadmap.html:68
3737#, python-format
3738msgid "Completed %(duration)s ago (%(date)s)"
3739msgstr ""
3740
3741#: trac/ticket/roadmap.py:1110
3742#, python-format
3743msgid "%(duration)s late (%(date)s)"
3744msgstr ""
3745
3746#: trac/ticket/roadmap.py:1115 trac/ticket/templates/milestone_view.html:53
3747#: trac/ticket/templates/roadmap.html:80
3748#, python-format
3749msgid "Due in %(duration)s (%(date)s)"
3750msgstr ""
3751
3752#: trac/ticket/roadmap.py:1118 trac/ticket/templates/milestone_view.html:57
3753#: trac/ticket/templates/roadmap.html:86
3754msgid "No date set"
3755msgstr ""
3756
3757#: trac/ticket/templates/ticket.html:22 trac/ticket/web_ui.py:144
3758msgid "New Ticket"
3759msgstr ""
3760
3761#: trac/ticket/web_ui.py:160
3762msgid "id can't be set for a new ticket request."
3763msgstr ""
3764
3765#: trac/ticket/templates/admin_milestones.html:94 trac/ticket/web_ui.py:176
3766msgid "Tickets"
3767msgstr ""
3768
3769#: trac/ticket/web_ui.py:210 trac/ticket/web_ui.py:261
3770#: trac/versioncontrol/web_ui/changeset.py:1024
3771#, python-format
3772msgid "%(title)s: %(message)s"
3773msgstr ""
3774
3775#: trac/ticket/web_ui.py:224
3776msgid "Tickets opened and closed"
3777msgstr ""
3778
3779#: trac/ticket/web_ui.py:226
3780msgid "Ticket updates"
3781msgstr ""
3782
3783#: trac/ticket/web_ui.py:255 trac/ticket/web_ui.py:1233
3784#, python-format
3785msgid "%(labels)s changed"
3786msgid_plural "%(labels)s changed"
3787msgstr[0] ""
3788msgstr[1] ""
3789
3790#: trac/ticket/web_ui.py:376
3791#, python-format
3792msgid "Ticket %(ticketref)s (%(summary)s) created"
3793msgstr ""
3794
3795#: trac/ticket/web_ui.py:377
3796#, python-format
3797msgid "Ticket %(ticketref)s (%(summary)s) reopened"
3798msgstr ""
3799
3800#: trac/ticket/web_ui.py:378
3801#, python-format
3802msgid "Ticket %(ticketref)s (%(summary)s) closed"
3803msgstr ""
3804
3805#: trac/ticket/web_ui.py:379
3806#, python-format
3807msgid "Ticket %(ticketref)s (%(summary)s) updated"
3808msgstr ""
3809
3810#: trac/ticket/web_ui.py:412
3811#, python-format
3812msgid "Tickets %(ticketids)s"
3813msgstr ""
3814
3815#: trac/ticket/web_ui.py:414
3816#, python-format
3817msgid "Tickets %(ticketlist)s batch updated"
3818msgstr ""
3819
3820#: trac/ticket/web_ui.py:449
3821msgid "There are no workflow actions defined for this ticket's status."
3822msgstr ""
3823
3824#: trac/ticket/web_ui.py:489 trac/ticket/web_ui.py:625
3825#, python-format
3826msgid "The action \"%(name)s\" is not available."
3827msgstr ""
3828
3829#: trac/ticket/web_ui.py:504 trac/ticket/web_ui.py:651
3830#, python-format
3831msgid ""
3832"Please review your configuration, probably starting with %(section)s in "
3833"your %(tracini)s."
3834msgstr ""
3835
3836#: trac/ticket/web_ui.py:776
3837msgid "Previous Ticket"
3838msgstr ""
3839
3840#: trac/ticket/web_ui.py:776
3841msgid "Next Ticket"
3842msgstr ""
3843
3844#: trac/ticket/web_ui.py:777
3845msgid "Back to Query"
3846msgstr ""
3847
3848#: trac/ticket/web_ui.py:880 trac/ticket/web_ui.py:1025
3849#: trac/ticket/web_ui.py:1033
3850msgid "Ticket History"
3851msgstr ""
3852
3853#: trac/ticket/web_ui.py:884 trac/ticket/web_ui.py:1081
3854#, python-format
3855msgid "Back to Ticket #%(num)s"
3856msgstr ""
3857
3858#: trac/ticket/web_ui.py:926
3859msgid "No differences to show"
3860msgstr ""
3861
3862#: trac/ticket/web_ui.py:969 trac/ticket/web_ui.py:1022
3863#: trac/ticket/web_ui.py:1030 trac/ticket/web_ui.py:1102
3864#: trac/ticket/web_ui.py:1147 trac/ticket/web_ui.py:1154
3865#: trac/wiki/web_ui.py:478 trac/wiki/web_ui.py:484 trac/wiki/web_ui.py:693
3866#: trac/wiki/web_ui.py:707
3867#, python-format
3868msgid "Version %(num)s"
3869msgstr ""
3870
3871#: trac/ticket/web_ui.py:972 trac/ticket/web_ui.py:1105
3872msgid "initial"
3873msgstr ""
3874
3875#: trac/ticket/web_ui.py:987
3876#, python-format
3877msgid "Property %(label)s %(rendered)s"
3878msgstr ""
3879
3880#: trac/ticket/web_ui.py:1032 trac/ticket/web_ui.py:1156
3881#: trac/versioncontrol/web_ui/changeset.py:367 trac/wiki/web_ui.py:497
3882msgid "Previous Change"
3883msgstr ""
3884
3885#: trac/ticket/web_ui.py:1032 trac/ticket/web_ui.py:1156
3886#: trac/versioncontrol/web_ui/changeset.py:367 trac/wiki/web_ui.py:497
3887msgid "Next Change"
3888msgstr ""
3889
3890#: trac/ticket/web_ui.py:1038
3891msgid "Ticket Diff"
3892msgstr ""
3893
3894#: trac/ticket/web_ui.py:1073 trac/ticket/web_ui.py:1150
3895#: trac/ticket/web_ui.py:1157
3896msgid "Ticket Comment History"
3897msgstr ""
3898
3899#: trac/ticket/web_ui.py:1075 trac/ticket/web_ui.py:1099
3900#: trac/ticket/web_ui.py:1164
3901#, python-format
3902msgid "Ticket #%(num)s, comment %(cnum)d"
3903msgstr ""
3904
3905#: trac/ticket/web_ui.py:1121
3906#, python-format
3907msgid "No version %(version)d for comment %(cnum)d on ticket #%(ticket)s"
3908msgstr ""
3909
3910#: trac/ticket/web_ui.py:1162
3911msgid "Ticket Comment Diff"
3912msgstr ""
3913
3914#: trac/ticket/web_ui.py:1237
3915#, python-format
3916msgid "%(labels)s set"
3917msgid_plural "%(labels)s set"
3918msgstr[0] ""
3919msgstr[1] ""
3920
3921#: trac/ticket/web_ui.py:1241
3922#, python-format
3923msgid "%(labels)s deleted"
3924msgid_plural "%(labels)s deleted"
3925msgstr[0] ""
3926msgstr[1] ""
3927
3928#: trac/ticket/web_ui.py:1242 trac/ticket/web_ui.py:1778
3929msgid "; "
3930msgstr ""
3931
3932#: trac/ticket/web_ui.py:1266
3933msgid "No permission to edit the ticket description."
3934msgstr ""
3935
3936#: trac/ticket/web_ui.py:1272
3937msgid "No permission to change the ticket reporter."
3938msgstr ""
3939
3940#: trac/ticket/web_ui.py:1277
3941msgid "No permission to change ticket fields."
3942msgstr ""
3943
3944#: trac/ticket/web_ui.py:1284
3945msgid "No permissions to add a comment."
3946msgstr ""
3947
3948#: trac/ticket/web_ui.py:1292
3949msgid "This ticket has been modified since you started editing."
3950msgstr ""
3951
3952#: trac/ticket/web_ui.py:1295
3953msgid ""
3954"Your changes have not been saved because this ticket has been modified "
3955"since you started editing."
3956msgstr ""
3957
3958#: trac/ticket/web_ui.py:1304
3959msgid "Invalid comment threading identifier"
3960msgstr ""
3961
3962#: trac/ticket/web_ui.py:1353
3963#, python-format
3964msgid ""
3965"The ticket has been created, but an error occurred while sending "
3966"notifications: %(message)s"
3967msgstr ""
3968
3969#: trac/ticket/web_ui.py:1358
3970#, python-format
3971msgid ""
3972"The ticket %(ticketref)s has been created. You can now attach the desired"
3973" files."
3974msgstr ""
3975
3976#: trac/ticket/web_ui.py:1364
3977#, python-format
3978msgid ""
3979"The ticket %(ticketref)s has been created, but you don't have permission "
3980"to view it."
3981msgstr ""
3982
3983#. TRANSLATOR: The 'change' has been saved... (link)
3984#: trac/ticket/web_ui.py:1393
3985msgid "change"
3986msgstr ""
3987
3988#: trac/ticket/web_ui.py:1399
3989#, python-format
3990msgid ""
3991"The %(change)s has been saved, but an error occurred while sending "
3992"notifications: %(message)s"
3993msgstr ""
3994
3995#: trac/ticket/web_ui.py:1441
3996#, python-format
3997msgid ""
3998"%(controller1)s changed \"%(key)s\" to \"%(val1)s\", but %(controller2)s "
3999"changed it to \"%(val2)s\"."
4000msgstr ""
4001
4002#: trac/ticket/web_ui.py:1545
4003#, python-format
4004msgid "Released %(datetime)s"
4005msgstr ""
4006
4007#: trac/ticket/web_ui.py:1555
4008msgid "Add Cc"
4009msgstr ""
4010
4011#: trac/ticket/web_ui.py:1556
4012msgid "Remove Cc"
4013msgstr ""
4014
4015#: trac/ticket/templates/query.html:173
4016#: trac/ticket/templates/query_results.html:134 trac/ticket/web_ui.py:1591
4017msgid "yes"
4018msgstr ""
4019
4020#: trac/ticket/templates/query.html:181
4021#: trac/ticket/templates/query_results.html:134 trac/ticket/web_ui.py:1591
4022msgid "no"
4023msgstr ""
4024
4025#: trac/ticket/web_ui.py:1773
4026#, python-format
4027msgid "%(value)s added"
4028msgid_plural "%(value)s added"
4029msgstr[0] ""
4030msgstr[1] ""
4031
4032#: trac/ticket/web_ui.py:1776 trac/ticket/web_ui.py:1806
4033#, python-format
4034msgid "%(value)s removed"
4035msgid_plural "%(value)s removed"
4036msgstr[0] ""
4037msgstr[1] ""
4038
4039#: trac/ticket/web_ui.py:1808
4040#, python-format
4041msgid "set to %(value)s"
4042msgstr ""
4043
4044#: trac/ticket/web_ui.py:1810
4045#, python-format
4046msgid "changed from %(old)s to %(new)s"
4047msgstr ""
4048
4049#: trac/ticket/web_ui.py:1814
4050msgid "set"
4051msgstr ""
4052
4053#: trac/ticket/templates/query.html:142 trac/ticket/web_ui.py:1814
4054msgid "unset"
4055msgstr ""
4056
4057#: trac/ticket/web_ui.py:1817
4058#: trac/versioncontrol/templates/changeset_content.html:290
4059#: trac/versioncontrol/templates/revisionlog.txt:13
4060msgid "modified"
4061msgstr ""
4062
4063#: trac/ticket/web_ui.py:1823
4064#, python-format
4065msgid "modified (%(diff)s)"
4066msgstr ""
4067
4068#: trac/ticket/templates/admin_components.html:38
4069msgid "Manage Components"
4070msgstr ""
4071
4072#: trac/ticket/templates/admin_components.html:47
4073msgid "Owner:"
4074msgstr ""
4075
4076#: trac/ticket/templates/admin_components.html:72
4077msgid "Modify Component:"
4078msgstr ""
4079
4080#: trac/ticket/templates/admin_components.html:82
4081#: trac/ticket/templates/admin_enums.html:66
4082#: trac/ticket/templates/admin_versions.html:78
4083#: trac/ticket/templates/batch_modify.html:57
4084#: trac/ticket/templates/milestone_edit_form.html:147
4085#: trac/ticket/templates/report_edit.html:81
4086#: trac/ticket/templates/ticket.html:328 trac/ticket/templates/ticket.html:538
4087#: trac/versioncontrol/templates/admin_repositories.html:184
4088#, python-format
4089msgid "You may use %(wikiformatting)s here."
4090msgstr ""
4091
4092#: trac/ticket/templates/admin_components.html:93
4093#: trac/ticket/templates/admin_enums.html:76
4094#: trac/ticket/templates/admin_versions.html:89
4095#: trac/ticket/templates/milestone_edit_form.html:161
4096#: trac/ticket/templates/ticket.html:590
4097#: trac/ticket/templates/ticket_change.html:183
4098#: trac/versioncontrol/templates/admin_repositories.html:197
4099#: trac/wiki/templates/wiki_edit_comment.html:58
4100#: trac/wiki/templates/wiki_edit_form.html:105
4101#: trac/wiki/templates/wiki_edit_form.html:113
4102msgid "Submit changes"
4103msgstr ""
4104
4105#: trac/ticket/templates/admin_components.html:101
4106msgid "Add Component:"
4107msgstr ""
4108
4109#: trac/ticket/templates/admin_components.html:118
4110#: trac/ticket/templates/admin_enums.html:103
4111#: trac/ticket/templates/admin_milestones.html:92
4112#: trac/ticket/templates/admin_versions.html:127
4113msgid "Default"
4114msgstr ""
4115
4116#: trac/ticket/templates/admin_components.html:145
4117#: trac/ticket/templates/admin_enums.html:134
4118#: trac/ticket/templates/admin_versions.html:152
4119msgid "Clear default"
4120msgstr ""
4121
4122#: trac/ticket/templates/admin_components.html:148
4123#: trac/ticket/templates/admin_enums.html:137
4124#: trac/ticket/templates/admin_milestones.html:151
4125#: trac/ticket/templates/admin_versions.html:155
4126msgid ""
4127"You can remove all items from this list to completely hide this field "
4128"from the user interface."
4129msgstr ""
4130
4131#: trac/ticket/templates/admin_components.html:158
4132#: trac/ticket/templates/admin_enums.html:157
4133#: trac/ticket/templates/admin_milestones.html:161
4134#: trac/ticket/templates/admin_versions.html:165
4135msgid ""
4136"As long as you don't add any items to the list, this field will remain "
4137"completely hidden from the user interface."
4138msgstr ""
4139
4140#: trac/ticket/templates/admin_components.html:169
4141#: trac/ticket/templates/admin_enums.html:168
4142#: trac/ticket/templates/admin_versions.html:177
4143#, python-format
4144msgid "%(note)s See %(page)s for help on using the ticket system."
4145msgstr ""
4146
4147#: trac/ticket/templates/admin_enums.html:43
4148#, python-format
4149msgid "Manage %(label_plural)s %(nb_enums)s"
4150msgstr ""
4151
4152#: trac/ticket/templates/admin_enums.html:56
4153#, python-format
4154msgid "Modify %(label_singular)s:"
4155msgstr ""
4156
4157#: trac/ticket/templates/admin_enums.html:86
4158#, python-format
4159msgid "Add %(label_singular)s:"
4160msgstr ""
4161
4162#: trac/ticket/templates/admin_enums.html:103
4163msgid "Order"
4164msgstr ""
4165
4166#: trac/ticket/templates/admin_enums.html:146
4167#, python-format
4168msgid ""
4169"%(note)s The order of priorities determines the coloring of entries in "
4170"the ticket queries and reports."
4171msgstr ""
4172
4173#: trac/ticket/templates/admin_milestones.html:46
4174#, python-format
4175msgid "Manage Milestones %(nb_milestones)s"
4176msgstr ""
4177
4178#: trac/ticket/templates/admin_milestones.html:60
4179msgid "Add Milestone:"
4180msgstr ""
4181
4182#: trac/ticket/templates/admin_milestones.html:66
4183#: trac/ticket/templates/milestone_edit_form.html:72
4184msgid "Due:"
4185msgstr ""
4186
4187#: trac/ticket/templates/admin_milestones.html:69
4188#: trac/ticket/templates/admin_versions.html:67
4189#: trac/ticket/templates/admin_versions.html:69
4190#: trac/ticket/templates/admin_versions.html:107
4191#: trac/ticket/templates/admin_versions.html:111
4192#: trac/ticket/templates/milestone_edit_form.html:80
4193#: trac/ticket/templates/milestone_edit_form.html:83
4194#: trac/ticket/templates/milestone_edit_form.html:100
4195#: trac/ticket/templates/milestone_edit_form.html:103
4196#, python-format
4197msgid "Format: %(datehint)s"
4198msgstr ""
4199
4200#: trac/ticket/templates/admin_milestones.html:71
4201#, python-format
4202msgid "Format %(datehint)s"
4203msgstr ""
4204
4205#: trac/ticket/templates/admin_milestones.html:92
4206msgid "Default milestone for new tickets"
4207msgstr ""
4208
4209#: trac/ticket/templates/admin_milestones.html:93
4210msgid "Default milestone for retargeting tickets"
4211msgstr ""
4212
4213#: trac/ticket/templates/admin_milestones.html:93
4214msgid "Retarget"
4215msgstr ""
4216
4217#: trac/ticket/templates/admin_milestones.html:94
4218msgid "Number of tickets associated with milestone"
4219msgstr ""
4220
4221#: trac/ticket/templates/admin_milestones.html:146
4222msgid "Clear default ticket milestone and default retargeting milestone"
4223msgstr ""
4224
4225#: trac/ticket/templates/admin_milestones.html:147
4226msgid "Clear defaults"
4227msgstr ""
4228
4229#: trac/ticket/templates/admin_milestones.html:172
4230#, python-format
4231msgid "%(note)s See %(page)s for help on using ticket milestones."
4232msgstr ""
4233
4234#: trac/ticket/templates/admin_versions.html:44
4235#, python-format
4236msgid "Manage Versions %(nb_versions)s"
4237msgstr ""
4238
4239#: trac/ticket/templates/admin_versions.html:56
4240msgid "Modify Version:"
4241msgstr ""
4242
4243#: trac/ticket/templates/admin_versions.html:63
4244#: trac/ticket/templates/admin_versions.html:104
4245msgid "Released:"
4246msgstr ""
4247
4248#: trac/ticket/templates/admin_versions.html:98
4249msgid "Add Version:"
4250msgstr ""
4251
4252#: trac/ticket/templates/admin_versions.html:127
4253msgid "Released"
4254msgstr ""
4255
4256#: trac/ticket/templates/batch_modify.html:27
4257msgid "Batch Modify"
4258msgstr ""
4259
4260#: trac/ticket/templates/batch_modify.html:34
4261msgid "Change:"
4262msgstr ""
4263
4264#: trac/ticket/templates/batch_modify.html:36
4265#: trac/ticket/templates/query.html:222 trac/ticket/templates/query.html:244
4266#: trac/ticket/templates/query.html:287
4267msgid "field…"
4268msgstr ""
4269
4270#: trac/ticket/templates/batch_modify.html:73
4271msgid "Change tickets"
4272msgstr ""
4273
4274#: trac/ticket/templates/batch_modify.html:77
4275#, python-format
4276msgid "%(note)s See %(page)s for help on using batch modify."
4277msgstr ""
4278
4279#: trac/ticket/templates/batch_ticket_notify_email.txt:1
4280#, python-format
4281msgid "Batch modification to %(tickets)s by %(author)s:"
4282msgstr ""
4283
4284#: trac/ticket/templates/batch_ticket_notify_email.txt:6
4285#, python-format
4286msgid "Action: %(action)s"
4287msgstr ""
4288
4289#: trac/ticket/templates/batch_ticket_notify_email.txt:15
4290#, python-format
4291msgid "Tickets URL: <%(link)s>"
4292msgstr ""
4293
4294#: trac/ticket/templates/milestone_delete.html:17
4295#: trac/ticket/templates/milestone_delete.html:26
4296#, python-format
4297msgid "Delete Milestone %(name)s"
4298msgstr ""
4299
4300#: trac/ticket/templates/milestone_delete.html:34
4301msgid "Are you sure you want to delete this milestone?"
4302msgstr ""
4303
4304#: trac/ticket/templates/milestone_delete.html:39
4305msgid "Retarget associated tickets to milestone"
4306msgstr ""
4307
4308#: trac/ticket/templates/milestone_delete.html:55
4309msgid "There are no tickets associated with this milestone."
4310msgstr ""
4311
4312#: trac/ticket/templates/milestone_delete.html:73
4313#: trac/ticket/templates/milestone_view.html:118
4314msgid "Delete milestone"
4315msgstr ""
4316
4317#: trac/ticket/templates/milestone_delete.html:79
4318#: trac/ticket/templates/milestone_edit.html:42
4319#: trac/ticket/templates/milestone_view.html:129
4320#: trac/ticket/templates/roadmap.html:123
4321#, python-format
4322msgid "%(note)s See %(page)s for help on using the roadmap."
4323msgstr ""
4324
4325#: trac/ticket/templates/milestone_edit.html:18
4326#: trac/ticket/templates/milestone_edit.html:32
4327#, python-format
4328msgid "Edit Milestone %(name)s"
4329msgstr ""
4330
4331#: trac/ticket/templates/milestone_edit.html:20
4332#: trac/ticket/templates/milestone_edit.html:34
4333msgid "New Milestone"
4334msgstr ""
4335
4336#: trac/ticket/templates/milestone_edit_form.html:48
4337msgid "View Milestone:"
4338msgstr ""
4339
4340#: trac/ticket/templates/milestone_edit_form.html:50
4341msgid "Modify Milestone:"
4342msgstr ""
4343
4344#: trac/ticket/templates/milestone_edit_form.html:52
4345msgid "Create Milestone:"
4346msgstr ""
4347
4348#: trac/ticket/templates/milestone_edit_form.html:92
4349msgid "Completed:"
4350msgstr ""
4351
4352#: trac/ticket/templates/milestone_edit_form.html:108
4353msgid "Retargeting"
4354msgstr ""
4355
4356#: trac/ticket/templates/milestone_edit_form.html:113
4357msgid "Retarget associated open tickets to milestone:"
4358msgstr ""
4359
4360#: trac/ticket/templates/milestone_edit_form.html:135
4361msgid "There are no open tickets associated with this milestone."
4362msgstr ""
4363
4364#: trac/ticket/templates/milestone_edit_form.html:164
4365msgid "Add milestone"
4366msgstr ""
4367
4368#: trac/ticket/templates/milestone_view.html:25
4369msgid "Edit this milestone"
4370msgstr ""
4371
4372#: trac/ticket/templates/milestone_view.html:49
4373#: trac/ticket/templates/roadmap.html:75
4374#, python-format
4375msgid "%(duration)s late"
4376msgstr ""
4377
4378#: trac/ticket/templates/milestone_view.html:69
4379#, python-format
4380msgid "%(stat_title)s by"
4381msgstr ""
4382
4383#: trac/ticket/templates/milestone_view.html:110
4384msgid "Edit milestone"
4385msgstr ""
4386
4387#: trac/ticket/templates/query.html:52
4388#: trac/ticket/templates/query_results.html:49
4389#: trac/ticket/templates/report_view.html:53
4390#: trac/ticket/templates/report_view.html:150
4391#, python-format
4392msgid "%(num)s match"
4393msgid_plural "%(num)s matches"
4394msgstr[0] ""
4395msgstr[1] ""
4396
4397#: trac/ticket/templates/query.html:64
4398msgid "Filters"
4399msgstr ""
4400
4401#: trac/ticket/templates/query.html:73
4402msgid "Or"
4403msgstr ""
4404
4405#: trac/ticket/templates/query.html:115
4406msgid "or"
4407msgstr ""
4408
4409#: trac/ticket/templates/query.html:162
4410msgid "none"
4411msgstr ""
4412
4413#: trac/ticket/templates/query.html:201
4414#, python-format
4415msgid "<label>between %(start)s</label> <label>and %(end)s</label>"
4416msgstr ""
4417
4418#: trac/ticket/templates/query.html:218
4419msgid "And"
4420msgstr ""
4421
4422#: trac/ticket/templates/query.html:270
4423msgid "Columns"
4424msgstr ""
4425
4426#: trac/ticket/templates/query.html:285
4427msgid "Group results by"
4428msgstr ""
4429
4430#: trac/ticket/templates/query.html:299
4431msgid "descending"
4432msgstr ""
4433
4434#: trac/ticket/templates/query.html:306
4435msgid "Show under each result:"
4436msgstr ""
4437
4438#: trac/ticket/templates/query.html:317
4439#: trac/ticket/templates/report_view.html:62
4440msgid "Max items per page"
4441msgstr ""
4442
4443#: trac/ticket/templates/query.html:351
4444#, python-format
4445msgid "Edit report {%(id)s} corresponding to this query"
4446msgstr ""
4447
4448#: trac/ticket/templates/query.html:354
4449msgid "Edit query"
4450msgstr ""
4451
4452#: trac/ticket/templates/query.html:365
4453#: trac/ticket/templates/report_edit.html:119
4454msgid "Save query"
4455msgstr ""
4456
4457#: trac/ticket/templates/query.html:367
4458#, python-format
4459msgid "Save updated query in report {%(id)s}"
4460msgstr ""
4461
4462#: trac/ticket/templates/query.html:369
4463msgid "Create new report from current query"
4464msgstr ""
4465
4466#: trac/ticket/templates/query.html:381
4467#, python-format
4468msgid "Delete report {%(id)s} corresponding to this query"
4469msgstr ""
4470
4471#: trac/ticket/templates/query.html:383
4472msgid "Delete query"
4473msgstr ""
4474
4475#: trac/ticket/templates/query.html:390
4476#, python-format
4477msgid "%(note)s See %(page)s for help on using queries."
4478msgstr ""
4479
4480#: trac/ticket/templates/query_results.html:35
4481#, python-format
4482msgid "Results %(num)s"
4483msgstr ""
4484
4485#: trac/ticket/templates/query_results.html:52
4486#, python-format
4487msgid "%(grouplabel)s: %(groupname)s %(count)s"
4488msgstr ""
4489
4490#: trac/ticket/templates/query_results.html:74
4491#: trac/versioncontrol/templates/sortable_th.html:33
4492msgid "(ascending)"
4493msgstr ""
4494
4495#: trac/ticket/templates/query_results.html:74
4496#: trac/versioncontrol/templates/sortable_th.html:32
4497msgid "(descending)"
4498msgstr ""
4499
4500#: trac/ticket/templates/query_results.html:75
4501#: trac/versioncontrol/templates/sortable_th.html:30
4502#, python-format
4503msgid "Sort by %(col)s %(direction)s"
4504msgstr ""
4505
4506#: trac/ticket/templates/query_results.html:104
4507msgid "No tickets found"
4508msgstr ""
4509
4510#: trac/ticket/templates/query_results.html:124
4511#: trac/ticket/templates/query_results.html:130
4512msgid "View ticket"
4513msgstr ""
4514
4515#: trac/ticket/templates/query_results.html:164
4516msgid "(this ticket)"
4517msgstr ""
4518
4519#: trac/ticket/templates/query_results.html:194
4520msgid "(more results for this group on next page)"
4521msgstr ""
4522
4523#: trac/ticket/templates/report_delete.html:29
4524msgid "Are you sure you want to delete this report?"
4525msgstr ""
4526
4527#: trac/ticket/templates/report_delete.html:36
4528#: trac/ticket/templates/report_list.html:133
4529#: trac/ticket/templates/report_view.html:126
4530msgid "Delete report"
4531msgstr ""
4532
4533#: trac/ticket/templates/report_delete.html:42
4534#: trac/ticket/templates/report_edit.html:125
4535#: trac/ticket/templates/report_list.html:180
4536#: trac/ticket/templates/report_view.html:318
4537#, python-format
4538msgid "%(note)s See %(page)s for help on using and creating reports."
4539msgstr ""
4540
4541#: trac/ticket/templates/report_edit.html:20
4542msgid "Create New Report"
4543msgstr ""
4544
4545#: trac/ticket/templates/report_edit.html:22
4546#, python-format
4547msgid "Edit Report {%(id)s} %(title)s"
4548msgstr ""
4549
4550#: trac/ticket/templates/report_edit.html:47
4551msgid "New Report"
4552msgstr ""
4553
4554#: trac/ticket/templates/report_edit.html:49
4555msgid "New Query"
4556msgstr ""
4557
4558#: trac/ticket/templates/report_edit.html:58
4559msgid "Create Report:"
4560msgstr ""
4561
4562#: trac/ticket/templates/report_edit.html:60
4563msgid "Create Query:"
4564msgstr ""
4565
4566#: trac/ticket/templates/report_edit.html:62
4567msgid "Modify Query:"
4568msgstr ""
4569
4570#: trac/ticket/templates/report_edit.html:64
4571msgid "Modify Report:"
4572msgstr ""
4573
4574#: trac/ticket/templates/report_edit.html:70
4575msgid "Title:"
4576msgstr ""
4577
4578#: trac/ticket/templates/report_edit.html:93
4579msgid "Error:"
4580msgstr ""
4581
4582#: trac/ticket/templates/report_edit.html:96
4583msgid "Query:"
4584msgstr ""
4585
4586#: trac/ticket/templates/report_edit.html:108
4587#, python-format
4588msgid ""
4589"Can be either SQL or, if starting with %(query_prefix)s, a %(trac_query)s"
4590" expression."
4591msgstr ""
4592
4593#: trac/ticket/templates/report_edit.html:119
4594msgid "Save report"
4595msgstr ""
4596
4597#: trac/ticket/templates/report_list.html:47
4598msgid "Show Descriptions"
4599msgstr ""
4600
4601#: trac/ticket/templates/report_list.html:60
4602msgid "Clear"
4603msgstr ""
4604
4605#: trac/ticket/templates/report_list.html:61
4606msgid "Forget last query"
4607msgstr ""
4608
4609#: trac/ticket/templates/report_list.html:66
4610msgid "Return to Last Query"
4611msgstr ""
4612
4613#: trac/ticket/templates/report_list.html:72
4614msgid ""
4615"Continue browsing through the current list of results, from the last "
4616"selected report or custom query."
4617msgstr ""
4618
4619#: trac/ticket/templates/report_list.html:89
4620msgid "Compose a new ticket query by selecting filters and columns to display."
4621msgstr ""
4622
4623#: trac/ticket/templates/report_list.html:101
4624msgid "SQL reports and saved custom queries"
4625msgstr ""
4626
4627#: trac/ticket/templates/report_list.html:109
4628msgid "Identifier"
4629msgstr ""
4630
4631#: trac/ticket/templates/report_list.html:114 trac/wiki/admin.py:178
4632msgid "Title"
4633msgstr ""
4634
4635#: trac/ticket/templates/report_list.html:117
4636#, python-format
4637msgid "Sort by: %(a_identifier)s %(a_title)s"
4638msgstr ""
4639
4640#: trac/ticket/templates/report_list.html:132
4641msgid "Delete"
4642msgstr ""
4643
4644#: trac/ticket/templates/report_list.html:142
4645#: trac/ticket/templates/report_view.html:110
4646msgid "Edit report"
4647msgstr ""
4648
4649#: trac/ticket/templates/report_list.html:147
4650#: trac/ticket/templates/report_view.html:222
4651msgid "View report"
4652msgstr ""
4653
4654#: trac/ticket/templates/report_list.html:164
4655msgid "No reports available."
4656msgstr ""
4657
4658#: trac/ticket/templates/report_list.html:173
4659msgid "Create new report"
4660msgstr ""
4661
4662#: trac/ticket/templates/report_view.html:67
4663msgid "Arguments"
4664msgstr ""
4665
4666#: trac/ticket/templates/report_view.html:118
4667msgid "Copy report"
4668msgstr ""
4669
4670#: trac/ticket/templates/report_view.html:144
4671#: trac/ticket/templates/report_view.html:146
4672msgid "(empty)"
4673msgstr ""
4674
4675#: trac/ticket/templates/report_view.html:151
4676#: trac/ticket/templates/report_view.html:314
4677msgid "No matches found."
4678msgstr ""
4679
4680#: trac/ticket/templates/report_view.html:229
4681#: trac/ticket/templates/report_view.html:237
4682#, python-format
4683msgid "View %(realm)s"
4684msgstr ""
4685
4686#: trac/ticket/templates/report_view.html:287
4687msgid "View milestone"
4688msgstr ""
4689
4690#: trac/ticket/templates/roadmap.html:33
4691msgid "Show completed milestones"
4692msgstr ""
4693
4694#: trac/ticket/templates/roadmap.html:40
4695msgid "Hide milestones with no due date"
4696msgstr ""
4697
4698#: trac/ticket/templates/roadmap.html:58
4699#, python-format
4700msgid "Milestone: %(name)s"
4701msgstr ""
4702
4703#: trac/ticket/templates/roadmap.html:117
4704msgid "Add new milestone"
4705msgstr ""
4706
4707#: trac/ticket/templates/ticket.html:144
4708msgid "Go to the ticket editor"
4709msgstr ""
4710
4711#: trac/ticket/templates/ticket.html:145
4712msgid "Modify"
4713msgstr ""
4714
4715#: trac/ticket/templates/ticket.html:150
4716msgid "Create New Ticket"
4717msgstr ""
4718
4719#: trac/ticket/templates/ticket.html:180
4720msgid "Oldest first"
4721msgstr ""
4722
4723#: trac/ticket/templates/ticket.html:183
4724msgid "Newest first"
4725msgstr ""
4726
4727#: trac/ticket/templates/ticket.html:187
4728msgid "Threaded"
4729msgstr ""
4730
4731#: trac/ticket/templates/ticket.html:194
4732msgid "Show comments"
4733msgstr ""
4734
4735#: trac/ticket/templates/ticket.html:197
4736msgid "Show property changes"
4737msgstr ""
4738
4739#: trac/ticket/templates/ticket.html:203
4740msgid "Change History"
4741msgstr ""
4742
4743#: trac/ticket/templates/ticket.html:251
4744msgid "Modify Ticket"
4745msgstr ""
4746
4747#: trac/ticket/templates/ticket.html:263
4748msgid "Change Properties"
4749msgstr ""
4750
4751#: trac/ticket/templates/ticket.html:265
4752msgid "Properties"
4753msgstr ""
4754
4755#: trac/ticket/templates/ticket.html:273
4756msgid "Summary:"
4757msgstr ""
4758
4759#: trac/ticket/templates/ticket.html:291
4760msgid "Reporter:"
4761msgstr ""
4762
4763#: trac/ticket/templates/ticket.html:351 trac/ticket/templates/ticket.html:354
4764#: trac/ticket/templates/ticket_box.html:121
4765#: trac/ticket/templates/ticket_change.html:131
4766#, python-format
4767msgid "%(label)s:"
4768msgstr ""
4769
4770#: trac/ticket/templates/ticket.html:368
4771msgid "(unset)"
4772msgstr ""
4773
4774#: trac/ticket/templates/ticket.html:434
4775#, python-format
4776msgid "Set your email in %(preferences_link)s"
4777msgstr ""
4778
4779#: trac/ticket/templates/ticket.html:441
4780msgid "This checkbox allows you to add or remove yourself from the CC list."
4781msgstr ""
4782
4783#: trac/ticket/templates/ticket.html:454
4784msgid "Space or comma delimited email addresses and usernames are accepted."
4785msgstr ""
4786
4787#: trac/ticket/templates/ticket.html:495
4788msgid "Add Comment"
4789msgstr ""
4790
4791#: trac/ticket/templates/ticket.html:556
4792msgid "I have files to attach to this ticket"
4793msgstr ""
4794
4795#: trac/ticket/templates/ticket.html:569
4796msgid "Go to the list of attachments"
4797msgstr ""
4798
4799#: trac/ticket/templates/ticket.html:573
4800msgid "View the ticket description"
4801msgstr ""
4802
4803#: trac/ticket/templates/ticket.html:585
4804#: trac/ticket/templates/ticket_change.html:181
4805#: trac/wiki/templates/wiki_edit.html:116
4806#: trac/wiki/templates/wiki_edit.html:220
4807#: trac/wiki/templates/wiki_edit_form.html:101
4808msgid "Preview"
4809msgstr ""
4810
4811#: trac/ticket/templates/ticket.html:591
4812msgid "Create ticket"
4813msgstr ""
4814
4815#: trac/ticket/templates/ticket.html:604
4816msgid ""
4817"Review any <em class=\"trac-new\">modifications</em> above, and any <em "
4818"class=\"trac-conflict\">conflicts</em> in the preview below."
4819msgstr ""
4820
4821#: trac/ticket/templates/ticket.html:632
4822#, python-format
4823msgid "%(note)s See %(page)s for help on using tickets."
4824msgstr ""
4825
4826#: trac/ticket/templates/ticket_box.html:36
4827#, python-format
4828msgid "Opened %(created)s"
4829msgstr ""
4830
4831#: trac/ticket/templates/ticket_box.html:39
4832#, python-format
4833msgid "Closed %(closed)s"
4834msgstr ""
4835
4836#: trac/ticket/templates/ticket_box.html:43
4837#, python-format
4838msgid "Last modified %(modified)s"
4839msgstr ""
4840
4841#: trac/ticket/templates/ticket_box.html:48
4842msgid "(ticket not yet created)"
4843msgstr ""
4844
4845#: trac/ticket/templates/ticket_box.html:84
4846#, python-format
4847msgid "&mdash; at %(version_link)s"
4848msgstr ""
4849
4850#: trac/ticket/templates/ticket_box.html:103
4851msgid "Reported by:"
4852msgstr ""
4853
4854#: trac/ticket/templates/ticket_box.html:107
4855msgid "Owned by:"
4856msgstr ""
4857
4858#: trac/ticket/templates/ticket_box.html:168
4859#, python-format
4860msgid "(last modified by %(author)s)"
4861msgstr ""
4862
4863#: trac/ticket/templates/ticket_box.html:186
4864#: trac/ticket/templates/ticket_change.html:103
4865msgid "Reply"
4866msgstr ""
4867
4868#: trac/ticket/templates/ticket_box.html:187
4869msgid "Reply, quoting this description"
4870msgstr ""
4871
4872#: trac/ticket/templates/ticket_change.html:54
4873#, python-format
4874msgid "in reply to: %(refs)s"
4875msgstr ""
4876
4877#: trac/ticket/templates/ticket_change.html:59
4878msgid ";"
4879msgstr ""
4880
4881#: trac/ticket/templates/ticket_change.html:67
4882msgid "follow-up:"
4883msgid_plural "follow-ups:"
4884msgstr[0] ""
4885msgstr[1] ""
4886
4887#: trac/ticket/templates/ticket_change.html:79
4888#, python-format
4889msgid "by %(author)s, %(date)s"
4890msgstr ""
4891
4892#: trac/ticket/templates/ticket_change.html:85
4893#, python-format
4894msgid "by %(author)s"
4895msgstr ""
4896
4897#: trac/ticket/templates/ticket_change.html:104
4898#, python-format
4899msgid "Reply to comment %(cnum)s"
4900msgstr ""
4901
4902#: trac/ticket/templates/ticket_change.html:113
4903#, python-format
4904msgid "Edit comment %(cnum)s"
4905msgstr ""
4906
4907#: trac/ticket/templates/ticket_change.html:141
4908#, python-format
4909msgid "%(attachment_link)s added"
4910msgstr ""
4911
4912#: trac/ticket/templates/ticket_change.html:154
4913msgid "Revert this change"
4914msgstr ""
4915
4916#: trac/ticket/templates/ticket_change.html:155
4917msgid "revert"
4918msgstr ""
4919
4920#: trac/ticket/templates/ticket_change.html:182
4921#, python-format
4922msgid "Preview changes to comment %(cnum)s"
4923msgstr ""
4924
4925#: trac/ticket/templates/ticket_change.html:184
4926#, python-format
4927msgid "Submit changes to comment %(cnum)s"
4928msgstr ""
4929
4930#: trac/ticket/templates/ticket_change.html:187
4931msgid "Cancel comment edit"
4932msgstr ""
4933
4934#: trac/ticket/templates/ticket_change.html:219
4935#, python-format
4936msgid "Version %(version)s, edited %(date)s by %(author)s"
4937msgstr ""
4938
4939#: trac/ticket/templates/ticket_change.html:225
4940#, python-format
4941msgid "Last edited %(date)s by %(author)s"
4942msgstr ""
4943
4944#: trac/ticket/templates/ticket_change.html:236
4945msgid "previous"
4946msgstr ""
4947
4948#: trac/ticket/templates/ticket_change.html:241
4949msgid "next"
4950msgstr ""
4951
4952#: trac/ticket/templates/ticket_notify_email.txt:7
4953#, python-format
4954msgid "Changes (by %(author)s):"
4955msgstr ""
4956
4957#: trac/ticket/templates/ticket_notify_email.txt:13
4958#, python-format
4959msgid "Description changed by %(author)s:"
4960msgstr ""
4961
4962#: trac/ticket/templates/ticket_notify_email.txt:21
4963#, python-format
4964msgid "Comment (by %(author)s):"
4965msgstr ""
4966
4967#: trac/ticket/templates/ticket_notify_email.txt:27
4968#, python-format
4969msgid "Ticket URL: <%(link)s>"
4970msgstr ""
4971
4972#: trac/timeline/templates/timeline.html:20
4973#: trac/timeline/templates/timeline.html:32 trac/timeline/web_ui.py:79
4974msgid "Timeline"
4975msgstr ""
4976
4977#: trac/timeline/web_ui.py:247 trac/timeline/web_ui.py:257
4978msgid "Previous Period"
4979msgstr ""
4980
4981#: trac/timeline/web_ui.py:256 trac/timeline/web_ui.py:257
4982msgid "Next Period"
4983msgstr ""
4984
4985#: trac/timeline/web_ui.py:290 trac/timeline/web_ui.py:313
4986#: trac/web/chrome.py:1204
4987#, python-format
4988msgid "in %(relative)s"
4989msgstr ""
4990
4991#: trac/timeline/web_ui.py:294 trac/timeline/web_ui.py:311
4992#: trac/web/chrome.py:1220
4993#, python-format
4994msgid "on %(date)s at %(time)s"
4995msgstr ""
4996
4997#: trac/timeline/web_ui.py:297 trac/web/chrome.py:1206
4998#, python-format
4999msgid "%(relative)s ago"
5000msgstr ""
5001
5002#: trac/timeline/web_ui.py:299 trac/timeline/web_ui.py:359
5003#, python-format
5004msgid "See timeline at %(absolutetime)s"
5005msgstr ""
5006
5007#: trac/timeline/web_ui.py:305 trac/web/chrome.py:1214
5008#, python-format
5009msgid "at %(iso8601)s"
5010msgstr ""
5011
5012#: trac/timeline/web_ui.py:307 trac/web/chrome.py:1216
5013#, python-format
5014msgid "on %(date)s"
5015msgstr ""
5016
5017#: trac/timeline/web_ui.py:315
5018#, python-format
5019msgid "See timeline %(relativetime)s ago"
5020msgstr ""
5021
5022#: trac/timeline/templates/timeline.html:46
5023#, python-format
5024msgid ""
5025"<label>View changes from %(fromdate)s</label> <br /> <label>going back "
5026"%(daysback)s days</label> <br /> <label>by author %(authors)s</label>"
5027msgstr ""
5028
5029#: trac/timeline/templates/timeline.html:70
5030msgid "Today"
5031msgstr ""
5032
5033#: trac/timeline/templates/timeline.html:71
5034msgid "Yesterday"
5035msgstr ""
5036
5037#: trac/timeline/templates/timeline.html:84
5038#, python-format
5039msgid "%(time)s %(title)s by %(author)s"
5040msgstr ""
5041
5042#: trac/timeline/templates/timeline.html:106
5043#, python-format
5044msgid "%(note)s See %(page)s for information about the timeline view."
5045msgstr ""
5046
5047#: trac/upgrades/db28.py:70
5048#, python-format
5049msgid ""
5050"The upgrade of attachments was successful, but the old attachments "
5051"directory:\n"
5052"\n"
5053" %(src_dir)s\n"
5054"\n"
5055"couldn't be removed, possibly due to the presence of files that weren't\n"
5056"referenced in the database. The error was:\n"
5057"\n"
5058" %(exception)s\n"
5059"\n"
5060"This error can be ignored, but for keeping your environment clean you "
5061"should\n"
5062"backup any remaining files in that directory and remove it manually.\n"
5063msgstr ""
5064
5065#: trac/upgrades/db28.py:85
5066#, python-format
5067msgid ""
5068"Unable to move attachment from:\n"
5069"\n"
5070" %(old_path)s\n"
5071"\n"
5072"to:\n"
5073"\n"
5074" %(new_path)s\n"
5075msgstr ""
5076
5077#. TRANSLATOR: Wrap message to 80 columns
5078#: trac/upgrades/db30.py:37
5079msgid ""
5080"Notice: To enable the readonly wiki attribute, trac.ini must be manually\n"
5081"edited to add ReadonlyWikiPolicy to the list of permission_policies in\n"
5082"the [trac] section.\n"
5083"\n"
5084"For more details see: https://trac.edgewall.org/wiki/ReadonlyWikiPolicy\n"
5085msgstr ""
5086
5087#. TRANSLATOR: Wrap message to 80 columns
5088#: trac/upgrades/db43.py:43
5089msgid ""
5090"Notice: To enable the default permission policy for the *wiki* system,\n"
5091"trac.ini must be manually edited to add DefaultWikiPolicy to the list\n"
5092"of permission_policies in the [trac] section.\n"
5093msgstr ""
5094
5095#. TRANSLATOR: Wrap message to 80 columns
5096#: trac/upgrades/db43.py:54
5097msgid ""
5098"Notice: To enable the default permission policy for the *ticket* system,\n"
5099"trac.ini must be manually edited to add DefaultTicketPolicy to the list\n"
5100"of permission_policies in the [trac] section.\n"
5101msgstr ""
5102
5103#: trac/upgrades/db43.py:63
5104msgid "For more details see: https://trac.edgewall.org/wiki/TracUpgrade\n"
5105msgstr ""
5106
5107#. TRANSLATOR: Wrap message to 80 columns
5108#: trac/upgrades/db44.py:56
5109#, python-format
5110msgid ""
5111"Report(s) %(ids)s could not be upgraded and may need to be manually\n"
5112"edited to avoid an \"ambiguous column name\" error. See %(url)s for more\n"
5113"information.\n"
5114msgstr ""
5115
5116#: trac/util/__init__.py:893
5117#, python-format
5118msgid "Failed to read %(metadata)s file for %(dist)s: %(err)s"
5119msgstr ""
5120
5121#: trac/util/__init__.py:898
5122#, python-format
5123msgid "Failed to parse %(metadata)s file for %(dist)s: %(err)s"
5124msgstr ""
5125
5126#: trac/util/datefmt.py:211
5127#, python-format
5128msgid "%(num)d year"
5129msgid_plural "%(num)d years"
5130msgstr[0] ""
5131msgstr[1] ""
5132
5133#: trac/util/datefmt.py:212
5134#, python-format
5135msgid "%(num)d month"
5136msgid_plural "%(num)d months"
5137msgstr[0] ""
5138msgstr[1] ""
5139
5140#: trac/util/datefmt.py:213
5141#, python-format
5142msgid "%(num)d week"
5143msgid_plural "%(num)d weeks"
5144msgstr[0] ""
5145msgstr[1] ""
5146
5147#: trac/util/datefmt.py:214
5148#, python-format
5149msgid "%(num)d day"
5150msgid_plural "%(num)d days"
5151msgstr[0] ""
5152msgstr[1] ""
5153
5154#: trac/util/datefmt.py:215
5155#, python-format
5156msgid "%(num)d hour"
5157msgid_plural "%(num)d hours"
5158msgstr[0] ""
5159msgstr[1] ""
5160
5161#: trac/util/datefmt.py:216
5162#, python-format
5163msgid "%(num)d minute"
5164msgid_plural "%(num)d minutes"
5165msgstr[0] ""
5166msgstr[1] ""
5167
5168#: trac/util/datefmt.py:235
5169#, python-format
5170msgid "%(num)i second"
5171msgid_plural "%(num)i seconds"
5172msgstr[0] ""
5173msgstr[1] ""
5174
5175#: trac/util/datefmt.py:630
5176#, python-format
5177msgid ""
5178"\"%(date)s\" is an invalid date, or the date format is not known. Try "
5179"\"%(hint)s\" instead."
5180msgstr ""
5181
5182#: trac/util/datefmt.py:637
5183#, python-format
5184msgid ""
5185"\"%(date)s\" is an invalid date, or the date format is not known. Try "
5186"\"%(hint)s\" or \"%(isohint)s\" instead."
5187msgstr ""
5188
5189#: trac/util/datefmt.py:640 trac/util/datefmt.py:650
5190msgid "Invalid Date"
5191msgstr ""
5192
5193#: trac/util/datefmt.py:648
5194#, python-format
5195msgid ""
5196"The date \"%(date)s\" is outside valid range. Try a date closer to "
5197"present time."
5198msgstr ""
5199
5200#: trac/util/presentation.py:435
5201#, python-format
5202msgid "%(last)d of %(total)d"
5203msgstr ""
5204
5205#: trac/util/presentation.py:437
5206#, python-format
5207msgid "%(start)d - %(stop)d of %(total)d"
5208msgstr ""
5209
5210#: trac/versioncontrol/admin.py:123
5211msgid "Alias"
5212msgstr ""
5213
5214#: trac/versioncontrol/admin.py:123
5215#: trac/versioncontrol/templates/admin_repositories.html:243
5216msgid "Directory"
5217msgstr ""
5218
5219#: trac/versioncontrol/admin.py:129
5220msgid "Cannot synchronize a single revision on multiple repositories"
5221msgstr ""
5222
5223#: trac/versioncontrol/admin.py:137 trac/versioncontrol/api.py:246
5224#, python-format
5225msgid "Repository \"%(repo)s\" doesn't exist"
5226msgstr ""
5227
5228#: trac/versioncontrol/admin.py:145
5229#, python-format
5230msgid "%(rev)s resynced on %(reponame)s."
5231msgstr ""
5232
5233#: trac/versioncontrol/admin.py:148
5234#, python-format
5235msgid "Resyncing repository history for %(reponame)s... "
5236msgstr ""
5237
5238#: trac/versioncontrol/admin.py:155
5239#, python-format
5240msgid "%(num)s revision cached."
5241msgid_plural "%(num)s revisions cached."
5242msgstr[0] ""
5243msgstr[1] ""
5244
5245#: trac/versioncontrol/admin.py:157
5246msgid "Done."
5247msgstr ""
5248
5249#: trac/versioncontrol/admin.py:179
5250#, python-format
5251msgid " Indexing '%(name)s' repository"
5252msgstr ""
5253
5254#: trac/versioncontrol/admin.py:183
5255#, python-format
5256msgid ""
5257"\n"
5258" ---------------------------------------------------------------------\n"
5259" Warning: couldn't index '%(pretty_name)s' repository.\n"
5260"\n"
5261" This can happen for a variety of reasons: wrong repository type,\n"
5262" no appropriate third party library for this repository type,\n"
5263" no repository at the specified repository path...\n"
5264"\n"
5265" You can nevertheless start using your Trac environment, but you'll\n"
5266" need to check your `%(name)s.type` and `%(name)s.dir` option values\n"
5267" in the [repositories] section of your trac.ini file.\n"
5268msgstr ""
5269
5270#: trac/versioncontrol/admin.py:230
5271msgid "Version Control"
5272msgstr ""
5273
5274#: trac/versioncontrol/admin.py:231
5275#: trac/versioncontrol/templates/admin_repositories.html:17
5276msgid "Repositories"
5277msgstr ""
5278
5279#: trac/versioncontrol/admin.py:244 trac/versioncontrol/api.py:714
5280#: trac/versioncontrol/web_ui/browser.py:352
5281#: trac/versioncontrol/web_ui/changeset.py:246
5282#: trac/versioncontrol/web_ui/changeset.py:1086
5283#: trac/versioncontrol/web_ui/log.py:98 trac/versioncontrol/web_ui/log.py:418
5284#, python-format
5285msgid "Repository '%(repo)s' not found"
5286msgstr ""
5287
5288#: trac/versioncontrol/admin.py:271 trac/versioncontrol/admin.py:321
5289#, python-format
5290msgid "You should now run %(resync)s to synchronize Trac with the repository."
5291msgstr ""
5292
5293#: trac/versioncontrol/admin.py:276
5294#, python-format
5295msgid "You may have to run %(resync)s to synchronize Trac with the repository."
5296msgstr ""
5297
5298#: trac/versioncontrol/admin.py:285
5299#, python-format
5300msgid ""
5301"You will need to update your post-commit hook to call %(cset_added)s with"
5302" the new repository name."
5303msgstr ""
5304
5305#: trac/versioncontrol/admin.py:307 trac/versioncontrol/api.py:296
5306#, python-format
5307msgid "The repository \"%(name)s\" already exists."
5308msgstr ""
5309
5310#: trac/versioncontrol/admin.py:313
5311msgid "Missing arguments to add a repository."
5312msgstr ""
5313
5314#: trac/versioncontrol/admin.py:317
5315#, python-format
5316msgid "The repository \"%(name)s\" has been added."
5317msgstr ""
5318
5319#: trac/versioncontrol/admin.py:331
5320#, python-format
5321msgid ""
5322"You should also set up a post-commit hook on the repository to call "
5323"%(cset_added)s for each committed changeset. See the %(doc)s for more "
5324"information."
5325msgstr ""
5326
5327#: trac/versioncontrol/admin.py:347
5328#, python-format
5329msgid "The alias \"%(name)s\" already exists."
5330msgstr ""
5331
5332#: trac/versioncontrol/admin.py:349
5333#, python-format
5334msgid "The alias \"%(name)s\" has been added."
5335msgstr ""
5336
5337#: trac/versioncontrol/admin.py:352
5338msgid "Missing arguments to add an alias."
5339msgstr ""
5340
5341#: trac/versioncontrol/admin.py:365
5342msgid "The selected repositories have been removed."
5343msgstr ""
5344
5345#: trac/versioncontrol/admin.py:368
5346msgid "No repositories were selected."
5347msgstr ""
5348
5349#: trac/versioncontrol/admin.py:422
5350msgid "The repository directory must be an absolute path."
5351msgstr ""
5352
5353#: trac/versioncontrol/admin.py:431
5354#, python-format
5355msgid ""
5356"The repository directory must be located below one of the following "
5357"directories: %(dirs)s"
5358msgstr ""
5359
5360#: trac/versioncontrol/api.py:36
5361#: trac/versioncontrol/templates/admin_repositories.html:65
5362#: trac/versioncontrol/templates/admin_repositories.html:91
5363#: trac/versioncontrol/templates/admin_repositories.html:256
5364#: trac/versioncontrol/templates/admin_repositories.html:258
5365#: trac/versioncontrol/templates/admin_repositories.html:262
5366#: trac/versioncontrol/web_ui/browser.py:950
5367#: trac/versioncontrol/web_ui/changeset.py:855
5368#: trac/versioncontrol/web_ui/changeset.py:995
5369msgid "(default)"
5370msgstr ""
5371
5372#: trac/versioncontrol/api.py:204
5373#, python-format
5374msgid "Invalid key \"%(key)s\""
5375msgstr ""
5376
5377#: trac/versioncontrol/api.py:211
5378#, python-format
5379msgid "You should now run \"repository resync %(name)s\"."
5380msgstr ""
5381
5382#: trac/versioncontrol/api.py:214
5383#, python-format
5384msgid "You may have to run \"repository resync %(name)s\"."
5385msgstr ""
5386
5387#: trac/versioncontrol/api.py:222 trac/versioncontrol/api.py:307
5388msgid "The repository directory must be absolute"
5389msgstr ""
5390
5391#: trac/versioncontrol/api.py:227
5392#, python-format
5393msgid "The repository type '%(type)s' is not supported"
5394msgstr ""
5395
5396#: trac/versioncontrol/api.py:249
5397#, python-format
5398msgid "Cannot create an alias to the alias \"%(repo)s\""
5399msgstr ""
5400
5401#: trac/versioncontrol/api.py:267
5402#, python-format
5403msgid "Cannot remove the repository \"%(repos)s\" used in aliases"
5404msgstr ""
5405
5406#: trac/versioncontrol/api.py:288
5407#, python-format
5408msgid "Cannot rename the repository \"%(repos)s\" used in aliases"
5409msgstr ""
5410
5411#: trac/versioncontrol/api.py:381
5412#, python-format
5413msgid ""
5414"Can't synchronize with repository \"%(name)s\" (%(error)s). Look in the "
5415"Trac log for more information."
5416msgstr ""
5417
5418#: trac/versioncontrol/api.py:388
5419#, python-format
5420msgid ""
5421"Failed to sync with repository \"%(name)s\": %(error)s; repository "
5422"information may be out of date. Look in the Trac log for more information"
5423" including mitigation strategies."
5424msgstr ""
5425
5426#: trac/versioncontrol/api.py:416
5427#, python-format
5428msgid "Changeset %(rev)s in %(repo)s"
5429msgstr ""
5430
5431#: trac/versioncontrol/api.py:418
5432#, python-format
5433msgid "Changeset %(rev)s"
5434msgstr ""
5435
5436#: trac/versioncontrol/api.py:428
5437msgid "directory"
5438msgstr ""
5439
5440#: trac/versioncontrol/api.py:430
5441msgid "file"
5442msgstr ""
5443
5444#: trac/versioncontrol/api.py:432
5445#, python-format
5446msgid " at version %(rev)s"
5447msgstr ""
5448
5449#: trac/versioncontrol/api.py:434
5450msgid "path"
5451msgstr ""
5452
5453#: trac/versioncontrol/api.py:437
5454#, python-format
5455msgid " in %(repo)s"
5456msgstr ""
5457
5458#. TRANSLATOR: file /path/to/file.py at version 13 in reponame
5459#: trac/versioncontrol/api.py:439
5460#, python-format
5461msgid "%(kind)s %(id)s%(at_version)s%(in_repo)s"
5462msgstr ""
5463
5464#: trac/versioncontrol/api.py:443
5465msgid "Default repository"
5466msgstr ""
5467
5468#: trac/versioncontrol/api.py:444
5469#, python-format
5470msgid "Repository %(repo)s"
5471msgstr ""
5472
5473#: trac/versioncontrol/api.py:813
5474#, python-format
5475msgid "Unsupported version control system \"%(name)s\": %(error)s"
5476msgstr ""
5477
5478#: trac/versioncontrol/api.py:816
5479#, python-format
5480msgid ""
5481"Unsupported version control system \"%(name)s\": Can't find an "
5482"appropriate component, maybe the corresponding plugin was not enabled? "
5483msgstr ""
5484
5485#: trac/versioncontrol/api.py:824
5486#, python-format
5487msgid "No changeset %(rev)s in the repository"
5488msgstr ""
5489
5490#: trac/versioncontrol/api.py:826
5491msgid "No such changeset"
5492msgstr ""
5493
5494#: trac/versioncontrol/api.py:832
5495#, python-format
5496msgid "No node %(path)s at revision %(rev)s"
5497msgstr ""
5498
5499#: trac/versioncontrol/api.py:834
5500#, python-format
5501msgid "%(msg)s: No node %(path)s at revision %(rev)s"
5502msgstr ""
5503
5504#: trac/versioncontrol/api.py:836
5505msgid "No such node"
5506msgstr ""
5507
5508#: trac/versioncontrol/cache.py:258
5509#, python-format
5510msgid ""
5511"The repository directory has changed, you should resynchronize the "
5512"repository with: trac-admin $ENV repository resync '%(reponame)s'"
5513msgstr ""
5514
5515#: trac/versioncontrol/templates/admin_repositories.html:45
5516#, python-format
5517msgid "Manage Repositories %(nb_repos)s"
5518msgstr ""
5519
5520#: trac/versioncontrol/templates/admin_repositories.html:73
5521#, python-format
5522msgid "Default: %(default_type)s"
5523msgstr ""
5524
5525#: trac/versioncontrol/templates/admin_repositories.html:81
5526msgid "Repository:"
5527msgstr ""
5528
5529#: trac/versioncontrol/templates/admin_repositories.html:110
5530msgid "Modify Repository:"
5531msgstr ""
5532
5533#: trac/versioncontrol/templates/admin_repositories.html:112
5534msgid "View Repository:"
5535msgstr ""
5536
5537#: trac/versioncontrol/templates/admin_repositories.html:116
5538#, python-format
5539msgid ""
5540"%(note)s This repository is not defined in the database and cannot be "
5541"edited on this page."
5542msgstr ""
5543
5544#: trac/versioncontrol/templates/admin_repositories.html:136
5545#: trac/versioncontrol/templates/admin_repositories.html:213
5546msgid "Directory:"
5547msgstr ""
5548
5549#: trac/versioncontrol/templates/admin_repositories.html:154
5550msgid "Sync on every request"
5551msgstr ""
5552
5553#: trac/versioncontrol/templates/admin_repositories.html:159
5554msgid "repository synchronization"
5555msgstr ""
5556
5557#: trac/versioncontrol/templates/admin_repositories.html:161
5558#, python-format
5559msgid "Not recommended. See %(tracreposadmin)s."
5560msgstr ""
5561
5562#: trac/versioncontrol/templates/admin_repositories.html:174
5563msgid "Hide from repository index"
5564msgstr ""
5565
5566#: trac/versioncontrol/templates/admin_repositories.html:207
5567msgid "Add Repository:"
5568msgstr ""
5569
5570#: trac/versioncontrol/templates/admin_repositories.html:225
5571msgid "Add Alias:"
5572msgstr ""
5573
5574#: trac/versioncontrol/templates/admin_repositories.html:243
5575msgid "Revision"
5576msgstr ""
5577
5578#: trac/versioncontrol/templates/admin_repositories.html:262
5579#, python-format
5580msgid "Alias of %(repo)s"
5581msgstr ""
5582
5583#: trac/versioncontrol/templates/admin_repositories.html:287
5584msgid "Refresh"
5585msgstr ""
5586
5587#: trac/versioncontrol/templates/admin_repositories.html:295
5588#, python-format
5589msgid "%(note)s See %(page)s for help on administering repositories."
5590msgstr ""
5591
5592#: trac/versioncontrol/templates/browser.html:25
5593#, python-format
5594msgid "%(basename)s in %(dirname)s"
5595msgstr ""
5596
5597#: trac/versioncontrol/templates/browser.html:87
5598msgid "Default Repository"
5599msgstr ""
5600
5601#: trac/versioncontrol/templates/browser.html:96
5602msgid "Show the diff against a specific revision"
5603msgstr ""
5604
5605#: trac/versioncontrol/templates/browser.html:97
5606msgid "View diff against:"
5607msgstr ""
5608
5609#: trac/versioncontrol/templates/browser.html:112
5610msgid "Hint: clear the field to view latest revision"
5611msgstr ""
5612
5613#: trac/versioncontrol/templates/browser.html:114
5614msgid "View revision:"
5615msgstr ""
5616
5617#: trac/versioncontrol/templates/browser.html:125
5618msgid "Visit:"
5619msgstr ""
5620
5621#: trac/versioncontrol/templates/browser.html:137
5622msgid "Go!"
5623msgstr ""
5624
5625#: trac/versioncontrol/templates/browser.html:138
5626msgid "Jump to the chosen preselected path"
5627msgstr ""
5628
5629#: trac/versioncontrol/templates/browser.html:148
5630#: trac/versioncontrol/templates/revisionlog.html:254
5631msgid "Branch head"
5632msgstr ""
5633
5634#: trac/versioncontrol/templates/browser.html:148
5635#: trac/versioncontrol/templates/revisionlog.html:254
5636msgid "Branch"
5637msgstr ""
5638
5639#: trac/versioncontrol/templates/browser.html:152
5640#: trac/versioncontrol/templates/revisionlog.html:258
5641msgid "Tag"
5642msgstr ""
5643
5644#: trac/versioncontrol/templates/browser.html:155
5645#: trac/versioncontrol/templates/revisionlog.html:261
5646msgid "Bookmark"
5647msgstr ""
5648
5649#: trac/versioncontrol/templates/browser.html:167
5650msgid "Parent Directory"
5651msgstr ""
5652
5653#: trac/versioncontrol/templates/browser.html:176
5654msgid "No files found"
5655msgstr ""
5656
5657#: trac/versioncontrol/templates/browser.html:197
5658msgid "Last change"
5659msgstr ""
5660
5661#: trac/versioncontrol/templates/browser.html:201
5662#: trac/versioncontrol/templates/path_links.html:48
5663#, python-format
5664msgid "View changeset %(rev)s"
5665msgstr ""
5666
5667#: trac/versioncontrol/templates/browser.html:204
5668#, python-format
5669msgid ""
5670"%(last_change)s on this file since %(stickyrev)s was %(rev)s, checked in "
5671"by %(author)s, %(age)s"
5672msgstr ""
5673
5674#: trac/versioncontrol/templates/browser.html:211
5675#, python-format
5676msgid ""
5677"%(last_change)s on this file was %(rev)s, checked in by %(author)s, "
5678"%(age)s"
5679msgstr ""
5680
5681#: trac/versioncontrol/templates/browser.html:273
5682msgid "File size:"
5683msgstr ""
5684
5685#: trac/versioncontrol/templates/browser.html:293
5686msgid "Repository Index"
5687msgstr ""
5688
5689#: trac/versioncontrol/templates/browser.html:320
5690msgid "View changes..."
5691msgstr ""
5692
5693#: trac/versioncontrol/templates/browser.html:321
5694msgid "Select paths and revs for Diff"
5695msgstr ""
5696
5697#: trac/versioncontrol/templates/browser.html:327
5698#, python-format
5699msgid "%(note)s See %(page)s for help on using the repository browser."
5700msgstr ""
5701
5702#: trac/versioncontrol/templates/changeset_content.html:19
5703#: trac/versioncontrol/templates/changeset_content.html:24
5704#: trac/versioncontrol/templates/changeset_content.html:157
5705msgid "Show entry in browser"
5706msgstr ""
5707
5708#: trac/versioncontrol/templates/changeset_content.html:29
5709#: trac/versioncontrol/templates/changeset_content.html:33
5710#: trac/versioncontrol/templates/changeset_content.html:40
5711msgid "Show full changeset"
5712msgstr ""
5713
5714#: trac/versioncontrol/templates/changeset_content.html:44
5715msgid "Show revision log"
5716msgstr ""
5717
5718#: trac/versioncontrol/templates/changeset_content.html:52
5719#, python-format
5720msgid "Changeset %(newrev)s in %(reponame)s for %(newpath)s"
5721msgstr ""
5722
5723#: trac/versioncontrol/templates/changeset_content.html:58
5724#, python-format
5725msgid "Changes in %(newpath)s %(logoldnew)s in %(reponame)s"
5726msgstr ""
5727
5728#: trac/versioncontrol/templates/changeset_content.html:64
5729#, python-format
5730msgid ""
5731"Changes in %(reponame)s from %(oldpath)s at %(oldrev)s to %(newpath)s at "
5732"%(newrev)s"
5733msgstr ""
5734
5735#: trac/versioncontrol/templates/changeset_content.html:72
5736#, python-format
5737msgid "Changeset %(shortnewrev)s in %(reponame)s"
5738msgstr ""
5739
5740#: trac/versioncontrol/templates/changeset_content.html:78
5741#, python-format
5742msgid "Changeset %(new_drev)s in %(reponame)s"
5743msgstr ""
5744
5745#: trac/versioncontrol/templates/changeset_content.html:87
5746#, python-format
5747msgid "Changeset %(newrev)s for %(newpath)s"
5748msgstr ""
5749
5750#: trac/versioncontrol/templates/changeset_content.html:93
5751#, python-format
5752msgid "Changes in %(newpath)s %(logoldnew)s"
5753msgstr ""
5754
5755#: trac/versioncontrol/templates/changeset_content.html:99
5756#, python-format
5757msgid "Changes from %(oldpath)s at %(oldrrev)s to %(newpath)s at %(newrrev)s"
5758msgstr ""
5759
5760#: trac/versioncontrol/templates/changeset_content.html:106
5761#, python-format
5762msgid "Changeset %(shortnewrev)s"
5763msgstr ""
5764
5765#: trac/versioncontrol/templates/changeset_content.html:112
5766#, python-format
5767msgid "Changeset %(new_drev)s"
5768msgstr ""
5769
5770#: trac/versioncontrol/templates/changeset_content.html:152
5771#, python-format
5772msgid "Show what was removed (content at revision %(old_rev)s)"
5773msgstr ""
5774
5775#: trac/versioncontrol/templates/changeset_content.html:158
5776msgid "(root)"
5777msgstr ""
5778
5779#: trac/versioncontrol/templates/changeset_content.html:166
5780#, python-format
5781msgid "Show original file (revision %(old_rev)s)"
5782msgstr ""
5783
5784#: trac/versioncontrol/templates/changeset_content.html:170
5785#, python-format
5786msgid "(%(kind)s from %(oldpath)s)"
5787msgstr ""
5788
5789#: trac/versioncontrol/templates/changeset_content.html:178
5790#: trac/versioncontrol/templates/changeset_content.html:181
5791msgid "Show differences"
5792msgstr ""
5793
5794#: trac/versioncontrol/templates/changeset_content.html:179
5795msgid "view diffs"
5796msgstr ""
5797
5798#: trac/versioncontrol/templates/changeset_content.html:182
5799#, python-format
5800msgid "%(num)d diff"
5801msgid_plural "%(num)d diffs"
5802msgstr[0] ""
5803msgstr[1] ""
5804
5805#: trac/versioncontrol/templates/changeset_content.html:186
5806#, python-format
5807msgid "%(num)d prop"
5808msgid_plural "%(num)d props"
5809msgstr[0] ""
5810msgstr[1] ""
5811
5812#: trac/versioncontrol/templates/changeset_content.html:190
5813msgid "Show previous version in browser"
5814msgstr ""
5815
5816#: trac/versioncontrol/templates/changeset_content.html:202
5817msgid "(less than one hour ago)"
5818msgstr ""
5819
5820#: trac/versioncontrol/templates/changeset_content.html:204
5821#, python-format
5822msgid "(%(age)s ago)"
5823msgstr ""
5824
5825#: trac/versioncontrol/templates/changeset_content.html:225
5826msgid "Message:"
5827msgstr ""
5828
5829#: trac/versioncontrol/templates/changeset_content.html:238
5830msgid "Location:"
5831msgstr ""
5832
5833#: trac/versioncontrol/templates/changeset_content.html:245
5834msgid "(No files)"
5835msgstr ""
5836
5837#: trac/versioncontrol/templates/changeset_content.html:256
5838#, python-format
5839msgid "%(num)d added"
5840msgid_plural "%(num)d added"
5841msgstr[0] ""
5842msgstr[1] ""
5843
5844#: trac/versioncontrol/templates/changeset_content.html:260
5845#, python-format
5846msgid "%(num)d deleted"
5847msgid_plural "%(num)d deleted"
5848msgstr[0] ""
5849msgstr[1] ""
5850
5851#: trac/versioncontrol/templates/changeset_content.html:264
5852#, python-format
5853msgid "%(num)d edited"
5854msgid_plural "%(num)d edited"
5855msgstr[0] ""
5856msgstr[1] ""
5857
5858#: trac/versioncontrol/templates/changeset_content.html:268
5859#, python-format
5860msgid "%(num)d copied"
5861msgid_plural "%(num)d copied"
5862msgstr[0] ""
5863msgstr[1] ""
5864
5865#: trac/versioncontrol/templates/changeset_content.html:271
5866#, python-format
5867msgid "%(num)d moved"
5868msgid_plural "%(num)d moved"
5869msgstr[0] ""
5870msgstr[1] ""
5871
5872#: trac/versioncontrol/templates/changeset_content.html:282
5873#: trac/versioncontrol/templates/revisionlog.txt:13
5874msgid "added"
5875msgstr ""
5876
5877#: trac/versioncontrol/templates/changeset_content.html:284
5878#: trac/versioncontrol/templates/revisionlog.txt:13
5879msgid "deleted"
5880msgstr ""
5881
5882#: trac/versioncontrol/templates/changeset_content.html:286
5883#: trac/versioncontrol/templates/revisionlog.txt:14
5884msgid "copied"
5885msgstr ""
5886
5887#: trac/versioncontrol/templates/changeset_content.html:288
5888#: trac/versioncontrol/templates/revisionlog.txt:14
5889msgid "moved"
5890msgstr ""
5891
5892#: trac/versioncontrol/templates/changeset_content.html:327
5893#, python-format
5894msgid ""
5895"<strong>Changeset view not shown</strong>, since the total size "
5896"(%(pretty_diff_bytes)s) exceeds %(pretty_max_bytes)s"
5897msgstr ""
5898
5899#: trac/versioncontrol/templates/changeset_content.html:345
5900#, python-format
5901msgid ""
5902"<strong>Changeset view not shown</strong>, since the number of files "
5903"(%(diff_files)s) exceeds %(pretty_max_files)s"
5904msgstr ""
5905
5906#: trac/versioncontrol/templates/changeset_content.html:361
5907#, python-format
5908msgid "%(note)s See %(page)s for help on using the changeset viewer."
5909msgstr ""
5910
5911#: trac/versioncontrol/templates/diff_form.html:17
5912#: trac/versioncontrol/templates/diff_form.html:49
5913msgid "Prepare Diff"
5914msgstr ""
5915
5916#: trac/versioncontrol/templates/diff_form.html:56
5917msgid "Select the base and the target for the diff:"
5918msgstr ""
5919
5920#: trac/versioncontrol/templates/diff_form.html:60
5921msgid "From:"
5922msgstr ""
5923
5924#: trac/versioncontrol/templates/diff_form.html:64
5925#: trac/versioncontrol/templates/diff_form.html:74
5926msgid "at revision:"
5927msgstr ""
5928
5929#: trac/versioncontrol/templates/diff_form.html:70
5930msgid "To:"
5931msgstr ""
5932
5933#: trac/versioncontrol/templates/diff_form.html:81
5934msgid ""
5935"For either path, you can start typing the path and will be presented a "
5936"list of existing directories and files to select from. Select an entry by"
5937" clicking on it, or by using the up/down cursor keys and hitting tab."
5938msgstr ""
5939
5940#: trac/versioncontrol/templates/diff_form.html:98
5941#, python-format
5942msgid "%(note)s See %(page)s for help on using the diff feature."
5943msgstr ""
5944
5945#: trac/versioncontrol/templates/dir_entries.html:22
5946msgid "View Directory"
5947msgstr ""
5948
5949#: trac/versioncontrol/templates/dir_entries.html:22
5950msgid "View File"
5951msgstr ""
5952
5953#: trac/versioncontrol/templates/dir_entries.html:36
5954#: trac/versioncontrol/templates/repository_index.html:47
5955#: trac/versioncontrol/web_ui/browser.py:865
5956msgid "Download as Zip archive"
5957msgstr ""
5958
5959#: trac/versioncontrol/templates/dir_entries.html:41
5960#: trac/versioncontrol/templates/repository_index.html:52
5961msgid "View Revision Log"
5962msgstr ""
5963
5964#: trac/versioncontrol/templates/dir_entries.html:44
5965#: trac/versioncontrol/templates/repository_index.html:56
5966msgid "View Changeset"
5967msgstr ""
5968
5969#: trac/versioncontrol/templates/dirlist_thead.html:23
5970#: trac/versioncontrol/templates/revisionlog.html:158
5971#: trac/versioncontrol/web_ui/browser.py:873
5972msgid "Rev"
5973msgstr ""
5974
5975#: trac/versioncontrol/templates/dirlist_thead.html:24
5976#: trac/versioncontrol/templates/revisionlog.html:159
5977msgid "Age"
5978msgstr ""
5979
5980#: trac/versioncontrol/templates/dirlist_thead.html:30
5981#: trac/versioncontrol/web_ui/browser.py:470
5982msgid "Last Change"
5983msgstr ""
5984
5985#: trac/versioncontrol/templates/path_links.html:28
5986msgid "Go to repository index"
5987msgstr ""
5988
5989#: trac/versioncontrol/templates/path_links.html:29
5990msgid "Go to repository root"
5991msgstr ""
5992
5993#: trac/versioncontrol/templates/path_links.html:39
5994#, python-format
5995msgid "View %(name)s"
5996msgstr ""
5997
5998#: trac/versioncontrol/templates/repository_index.html:24
5999msgid "View Root Directory"
6000msgstr ""
6001
6002#: trac/versioncontrol/templates/revisionlog.html:60
6003msgid "Revision Log Mode:"
6004msgstr ""
6005
6006#: trac/versioncontrol/templates/revisionlog.html:66
6007msgid "Stop on copy"
6008msgstr ""
6009
6010#: trac/versioncontrol/templates/revisionlog.html:73
6011msgid "Follow copies"
6012msgstr ""
6013
6014#: trac/versioncontrol/templates/revisionlog.html:80
6015msgid "Show only adds and deletes"
6016msgstr ""
6017
6018#: trac/versioncontrol/templates/revisionlog.html:91
6019#, python-format
6020msgid ""
6021"<label>View log starting at %(start)s</label> <label>and back to "
6022"%(end)s</label>"
6023msgstr ""
6024
6025#: trac/versioncontrol/templates/revisionlog.html:103
6026#, python-format
6027msgid "Show at most %(input_max)s revisions per page."
6028msgstr ""
6029
6030#: trac/versioncontrol/templates/revisionlog.html:113
6031msgid "Show full log messages"
6032msgstr ""
6033
6034#: trac/versioncontrol/templates/revisionlog.html:130
6035msgid "Copied or renamed"
6036msgstr ""
6037
6038#: trac/versioncontrol/templates/revisionlog.html:142
6039msgid "Diff from Old Revision to New Revision (as selected in the Diff column)"
6040msgstr ""
6041
6042#: trac/versioncontrol/templates/revisionlog.html:154
6043msgid "Graph"
6044msgstr ""
6045
6046#: trac/versioncontrol/templates/revisionlog.html:156
6047msgid "Old / New"
6048msgstr ""
6049
6050#: trac/versioncontrol/templates/revisionlog.html:156
6051msgid "Diff"
6052msgstr ""
6053
6054#: trac/versioncontrol/templates/revisionlog.html:163
6055msgid "Log Message"
6056msgstr ""
6057
6058#: trac/versioncontrol/templates/revisionlog.html:176
6059msgid "No revisions found"
6060msgstr ""
6061
6062#: trac/versioncontrol/templates/revisionlog.html:192
6063#, python-format
6064msgid "copied from %(path)s"
6065msgstr ""
6066
6067#: trac/versioncontrol/templates/revisionlog.html:207
6068#, python-format
6069msgid "From [%(rev)s]"
6070msgstr ""
6071
6072#: trac/versioncontrol/templates/revisionlog.html:210
6073#, python-format
6074msgid "To [%(rev)s]"
6075msgstr ""
6076
6077#: trac/versioncontrol/templates/revisionlog.html:215
6078msgid "View log starting at this revision"
6079msgstr ""
6080
6081#: trac/versioncontrol/templates/revisionlog.html:223
6082#, python-format
6083msgid "Browse at revision %(rev)s"
6084msgstr ""
6085
6086#: trac/versioncontrol/templates/revisionlog.html:228
6087#, python-format
6088msgid "View removal changeset [%(rev)s]"
6089msgstr ""
6090
6091#: trac/versioncontrol/templates/revisionlog.html:233
6092#, python-format
6093msgid "View changeset [%(rev)s] restricted to %(path)s"
6094msgstr ""
6095
6096#: trac/versioncontrol/templates/revisionlog.html:294
6097#, python-format
6098msgid "%(note)s See %(page)s for help on using the revision log."
6099msgstr ""
6100
6101#: trac/versioncontrol/templates/revisionlog.txt:2
6102#, python-format
6103msgid "ChangeLog for %(path)s in %(repo)s"
6104msgstr ""
6105
6106#: trac/versioncontrol/templates/revisionlog.txt:3
6107#, python-format
6108msgid "ChangeLog for %(path)s"
6109msgstr ""
6110
6111#: trac/versioncontrol/templates/revisionlog.txt:5
6112#, python-format
6113msgid "Generated by Trac %(version)s"
6114msgstr ""
6115
6116#: trac/versioncontrol/web_ui/browser.py:299
6117msgid "Browse Source"
6118msgstr ""
6119
6120#: trac/versioncontrol/web_ui/browser.py:375
6121msgid "Invalid changeset number"
6122msgstr ""
6123
6124#: trac/versioncontrol/web_ui/browser.py:412
6125msgid "No viewable repositories"
6126msgstr ""
6127
6128#: trac/versioncontrol/web_ui/browser.py:414
6129#, python-format
6130msgid "No node %(path)s"
6131msgstr ""
6132
6133#: trac/versioncontrol/web_ui/browser.py:453
6134#: trac/versioncontrol/web_ui/browser.py:463
6135#, python-format
6136msgid "Revision %(num)s"
6137msgstr ""
6138
6139#: trac/versioncontrol/web_ui/browser.py:464
6140msgid "Previous Revision"
6141msgstr ""
6142
6143#: trac/versioncontrol/web_ui/browser.py:464
6144msgid "Next Revision"
6145msgstr ""
6146
6147#: trac/versioncontrol/web_ui/browser.py:465
6148msgid "Latest Revision"
6149msgstr ""
6150
6151#: trac/versioncontrol/web_ui/browser.py:469
6152#: trac/versioncontrol/web_ui/log.py:319
6153msgid "Parent directory"
6154msgstr ""
6155
6156#: trac/versioncontrol/web_ui/browser.py:476
6157msgid "Normal"
6158msgstr ""
6159
6160#: trac/versioncontrol/web_ui/browser.py:477
6161msgid "View file without annotations"
6162msgstr ""
6163
6164#: trac/versioncontrol/web_ui/browser.py:482
6165msgid "Blame"
6166msgstr ""
6167
6168#: trac/versioncontrol/web_ui/browser.py:483
6169msgid ""
6170"Annotate each line with the last changed revision (this can be time "
6171"consuming...)"
6172msgstr ""
6173
6174#: trac/versioncontrol/web_ui/browser.py:490
6175msgid "Revision Log"
6176msgstr ""
6177
6178#: trac/versioncontrol/web_ui/browser.py:496
6179msgid "Repository URL"
6180msgstr ""
6181
6182#: trac/versioncontrol/web_ui/browser.py:629
6183#: trac/versioncontrol/web_ui/changeset.py:360
6184msgid "Zip Archive"
6185msgstr ""
6186
6187#: trac/versioncontrol/web_ui/browser.py:652
6188msgid "Path not available for download"
6189msgstr ""
6190
6191#: trac/versioncontrol/web_ui/browser.py:873
6192msgid "Revision in which the line changed"
6193msgstr ""
6194
6195#: trac/versioncontrol/web_ui/browser.py:888
6196msgid ""
6197"Display the list of available repositories.\n"
6198"\n"
6199"Can be given the following named arguments:\n"
6200"\n"
6201" ''format''::\n"
6202" Select the rendering format:\n"
6203" - ''compact'' produces a comma-separated list of repository prefix\n"
6204" names (default)\n"
6205" - ''list'' produces a description list of repository prefix names\n"
6206" - ''table'' produces a table view, similar to the one visible in\n"
6207" the ''Browse View'' page\n"
6208" ''glob''::\n"
6209" Do a glob-style filtering on the repository names (defaults to '*')\n"
6210" ''order''::\n"
6211" Order repositories by the given column (one of \"name\", \"date\" or\n"
6212" \"author\")\n"
6213" ''desc''::\n"
6214" When set to 1, order by descending order"
6215msgstr ""
6216
6217#: trac/versioncontrol/web_ui/browser.py:952
6218#, python-format
6219msgid "View repository %(repo)s"
6220msgstr ""
6221
6222#: trac/versioncontrol/web_ui/changeset.py:101
6223#, python-format
6224msgid "Property %(name)s"
6225msgstr ""
6226
6227#: trac/versioncontrol/web_ui/changeset.py:239
6228#, python-format
6229msgid "Can't compare across different repositories: %(old)s vs. %(new)s"
6230msgstr ""
6231
6232#: trac/versioncontrol/web_ui/changeset.py:248
6233#: trac/versioncontrol/web_ui/log.py:94
6234msgid "No repository specified and no default repository configured."
6235msgstr ""
6236
6237#: trac/versioncontrol/web_ui/changeset.py:256
6238msgid "Invalid Changeset Number"
6239msgstr ""
6240
6241#: trac/versioncontrol/web_ui/changeset.py:358
6242msgid "Unified Diff"
6243msgstr ""
6244
6245#: trac/versioncontrol/web_ui/changeset.py:369
6246msgid "Previous Changeset"
6247msgstr ""
6248
6249#: trac/versioncontrol/web_ui/changeset.py:369
6250msgid "Next Changeset"
6251msgstr ""
6252
6253#: trac/versioncontrol/web_ui/changeset.py:373
6254msgid "Reverse Diff"
6255msgstr ""
6256
6257#: trac/versioncontrol/web_ui/changeset.py:411
6258#, python-format
6259msgid "Changeset %(id)s for %(path)s"
6260msgstr ""
6261
6262#: trac/versioncontrol/web_ui/changeset.py:414
6263#: trac/versioncontrol/web_ui/changeset.py:440
6264#: trac/versioncontrol/web_ui/changeset.py:462
6265#, python-format
6266msgid "Changeset %(id)s"
6267msgstr ""
6268
6269#: trac/versioncontrol/web_ui/changeset.py:489
6270#, python-format
6271msgid "Show revision %(rev)s of this file in browser"
6272msgstr ""
6273
6274#: trac/versioncontrol/web_ui/changeset.py:636
6275#, python-format
6276msgid "Show the changeset %(id)s restricted to %(path)s"
6277msgstr ""
6278
6279#: trac/versioncontrol/web_ui/changeset.py:648
6280#, python-format
6281msgid "Show the %(range)s differences restricted to %(path)s"
6282msgstr ""
6283
6284#. TRANSLATOR: 'latest' (revision)
6285#: trac/versioncontrol/web_ui/changeset.py:779
6286msgid "latest"
6287msgstr ""
6288
6289#: trac/versioncontrol/web_ui/changeset.py:782
6290#, python-format
6291msgid "Diff [%(old_rev)s:%(new_rev)s] for %(path)s"
6292msgstr ""
6293
6294#: trac/versioncontrol/web_ui/changeset.py:788
6295#, python-format
6296msgid "Diff from %(old_path)s@%(old_rev)s to %(new_path)s@%(new_rev)s"
6297msgstr ""
6298
6299#: trac/versioncontrol/web_ui/changeset.py:861
6300msgid "Changesets in all repositories"
6301msgstr ""
6302
6303#: trac/versioncontrol/web_ui/changeset.py:863
6304msgid "Repository changesets"
6305msgstr ""
6306
6307#: trac/versioncontrol/web_ui/changeset.py:999
6308#, python-format
6309msgid "Changeset in %(repo)s "
6310msgid_plural "Changesets in %(repo)s "
6311msgstr[0] ""
6312msgstr[1] ""
6313
6314#: trac/versioncontrol/web_ui/changeset.py:1001
6315msgid "Changeset "
6316msgid_plural "Changesets "
6317msgstr[0] ""
6318msgstr[1] ""
6319
6320#: trac/versioncontrol/web_ui/changeset.py:1084
6321#, python-format
6322msgid "No permission to view changeset %(rev)s on %(repos)s"
6323msgstr ""
6324
6325#: trac/versioncontrol/web_ui/changeset.py:1088
6326#: trac/versioncontrol/web_ui/log.py:420
6327msgid "No default repository defined"
6328msgstr ""
6329
6330#: trac/versioncontrol/web_ui/changeset.py:1129
6331msgid "Changesets"
6332msgstr ""
6333
6334#: trac/versioncontrol/web_ui/log.py:208
6335#, python-format
6336msgid ""
6337"The file or directory '%(path)s' doesn't exist at revision %(rev)s or at "
6338"any previous revision."
6339msgstr ""
6340
6341#: trac/versioncontrol/web_ui/log.py:209
6342msgid "Nonexistent path"
6343msgstr ""
6344
6345#: trac/versioncontrol/web_ui/log.py:253
6346#, python-format
6347msgid "Revision Log (restarting at %(path)s, rev. %(rev)s)"
6348msgstr ""
6349
6350#: trac/versioncontrol/web_ui/log.py:327
6351msgid "ChangeLog"
6352msgstr ""
6353
6354#: trac/versioncontrol/web_ui/log.py:330
6355msgid "View Latest Revision"
6356msgstr ""
6357
6358#: trac/versioncontrol/web_ui/log.py:334
6359msgid "Older Revisions"
6360msgstr ""
6361
6362#: trac/versioncontrol/web_ui/log.py:416
6363msgid "No permission to view change log"
6364msgstr ""
6365
6366#. TRANSLATOR: You can 'search' in the repository history... (link)
6367#: trac/versioncontrol/web_ui/util.py:90
6368msgid "search"
6369msgstr ""
6370
6371#: trac/versioncontrol/web_ui/util.py:95
6372#, python-format
6373msgid ""
6374"You can %(search)s in the repository history to see if that path existed "
6375"but was later removed"
6376msgstr ""
6377
6378#: trac/web/api.py:187
6379msgid "Not Implemented Error"
6380msgstr ""
6381
6382#: trac/web/api.py:235
6383#, python-format
6384msgid "Error: %(message)s"
6385msgstr ""
6386
6387#: trac/web/api.py:342 trac/web/api.py:346 trac/web/api.py:367
6388#, python-format
6389msgid "Invalid value for request argument %(name)s."
6390msgstr ""
6391
6392#: trac/web/api.py:425
6393#, python-format
6394msgid ""
6395"Missing request argument. The %(name)s argument must be included in the "
6396"request."
6397msgstr ""
6398
6399#: trac/web/api.py:616
6400#, python-format
6401msgid "Invalid URL encoding (was %(path_info)r)"
6402msgstr ""
6403
6404#: trac/web/api.py:807
6405#, python-format
6406msgid "File %(path)s not found"
6407msgstr ""
6408
6409#: trac/web/api.py:947
6410#, python-format
6411msgid "Invalid encoding in form data: %(msg)s"
6412msgstr ""
6413
6414#: trac/web/api.py:952
6415#, python-format
6416msgid "Exception caught while reading request: %(msg)s"
6417msgstr ""
6418
6419#: trac/web/auth.py:115
6420#, python-format
6421msgid "logged in as %(user)s"
6422msgstr ""
6423
6424#: trac/web/auth.py:119
6425msgid "Logout"
6426msgstr ""
6427
6428#: trac/web/auth.py:128
6429msgid "Login"
6430msgstr ""
6431
6432#. TRANSLATOR: ... refer to the 'installation documentation'. (link)
6433#: trac/web/auth.py:161
6434msgid "installation documentation"
6435msgstr ""
6436
6437#: trac/web/auth.py:162
6438msgid "Configuring Authentication"
6439msgstr ""
6440
6441#: trac/web/auth.py:165
6442#, python-format
6443msgid ""
6444"Authentication information not available. Please refer to the "
6445"%(inst_doc)s."
6446msgstr ""
6447
6448#: trac/web/auth.py:173
6449#, python-format
6450msgid "Already logged in as %(user)s."
6451msgstr ""
6452
6453#: trac/web/chrome.py:397
6454#, python-format
6455msgid "%(component)s failed with %(exc)s"
6456msgstr ""
6457
6458#: trac/web/chrome.py:723
6459#, python-format
6460msgid "Invalid chrome path %(path)s."
6461msgstr ""
6462
6463#: trac/web/chrome.py:1054
6464msgid "anonymous"
6465msgstr ""
6466
6467#: trac/web/chrome.py:1056
6468msgid "(none)"
6469msgstr ""
6470
6471#: trac/web/main.py:186
6472msgid "Authentication error. Please contact your administrator."
6473msgstr ""
6474
6475#: trac/web/main.py:240
6476msgid "Secure cookies are enabled, you must use https to submit forms."
6477msgstr ""
6478
6479#: trac/web/main.py:243
6480msgid "Do you have cookies enabled?"
6481msgstr ""
6482
6483#: trac/web/main.py:244
6484#, python-format
6485msgid "Missing or invalid form token. %(msg)s"
6486msgstr ""
6487
6488#: trac/web/main.py:354
6489#, python-format
6490msgid ""
6491"%(handler)s is not a valid default handler. Please update %(option)s "
6492"through the %(page)s page or by directly editing trac.ini."
6493msgstr ""
6494
6495#. TRANSLATOR: ... not logged in, you may want to 'do so' now (link)
6496#: trac/web/main.py:684
6497msgid "do so"
6498msgstr ""
6499
6500#: trac/web/main.py:685
6501#, python-format
6502msgid "You are currently not logged in. You may want to %(do_so)s now."
6503msgstr ""
6504
6505#: trac/web/main.py:749
6506msgid "''System information not available''\n"
6507msgstr ""
6508
6509#: trac/web/main.py:750
6510msgid "''Plugin information not available''\n"
6511msgstr ""
6512
6513#: trac/web/main.py:751
6514msgid "''Interface customization information not available''\n"
6515msgstr ""
6516
6517#: trac/web/main.py:781
6518#, python-format
6519msgid ""
6520"==== How to Reproduce\n"
6521"\n"
6522"While doing a %(method)s operation on `%(path_info)s`, Trac issued an "
6523"internal error.\n"
6524"\n"
6525"''(please provide additional details here)''\n"
6526"\n"
6527"Request parameters:\n"
6528"{{{\n"
6529"%(req_args)s\n"
6530"}}}\n"
6531"\n"
6532"User agent: `#USER_AGENT#`\n"
6533"\n"
6534"==== System Information\n"
6535"%(sys_info)s\n"
6536"==== Enabled Plugins\n"
6537"%(enabled_plugins)s\n"
6538"==== Interface Customization\n"
6539"%(interface_customization)s\n"
6540"==== Python Traceback\n"
6541"{{{\n"
6542"%(traceback)s}}}"
6543msgstr ""
6544
6545#: trac/web/session.py:294 trac/web/session.py:313
6546msgid "Session ID must be alphanumeric."
6547msgstr ""
6548
6549#: trac/web/session.py:314 trac/web/session.py:320
6550msgid "Error renaming session"
6551msgstr ""
6552
6553#: trac/web/session.py:317
6554#, python-format
6555msgid "Session '%(id)s' already exists. Please choose a different session ID."
6556msgstr ""
6557
6558#: trac/web/session.py:506
6559msgid "SID"
6560msgstr ""
6561
6562#: trac/web/session.py:506
6563msgid "Auth"
6564msgstr ""
6565
6566#: trac/web/session.py:506
6567msgid "Last Visit"
6568msgstr ""
6569
6570#: trac/web/session.py:507
6571msgid "Email"
6572msgstr ""
6573
6574#: trac/web/session.py:507
6575msgid "Default Handler"
6576msgstr ""
6577
6578#: trac/web/session.py:517
6579#, python-format
6580msgid "Session '%(sid)s' already exists"
6581msgstr ""
6582
6583#: trac/web/session.py:529
6584#, python-format
6585msgid "Invalid attribute '%(attr)s'"
6586msgstr ""
6587
6588#: trac/web/session.py:533
6589#, python-format
6590msgid "Invalid default_handler '%(val)s'"
6591msgstr ""
6592
6593#: trac/web/session.py:540
6594#, python-format
6595msgid "Session '%(sid)s' not found"
6596msgstr ""
6597
6598#: trac/wiki/admin.py:107
6599#, python-format
6600msgid "Page '%(page)s' not found"
6601msgstr ""
6602
6603#: trac/wiki/admin.py:113
6604#, python-format
6605msgid "'%(name)s' is not a file"
6606msgstr ""
6607
6608#: trac/wiki/admin.py:178
6609msgid "Edits"
6610msgstr ""
6611
6612#: trac/wiki/admin.py:186
6613#, python-format
6614msgid " '%(name1)s' renamed to '%(name2)s'"
6615msgstr ""
6616
6617#: trac/wiki/admin.py:196
6618msgid "Deleted pages"
6619msgstr ""
6620
6621#: trac/wiki/admin.py:200
6622#, python-format
6623msgid " '%(page)s' deleted"
6624msgstr ""
6625
6626#: trac/wiki/admin.py:219
6627#, python-format
6628msgid "'%(name)s' is not a directory"
6629msgstr ""
6630
6631#: trac/wiki/admin.py:239
6632#, python-format
6633msgid "Upgrade done: %(count)s pages upgraded."
6634msgstr ""
6635
6636#: trac/wiki/admin.py:245
6637#, python-format
6638msgid " '%(title)s' is already up to date"
6639msgstr ""
6640
6641#: trac/wiki/api.py:451
6642msgid "no permission to view this wiki page"
6643msgstr ""
6644
6645#: trac/wiki/formatter.py:186
6646#, python-format
6647msgid "Pre-0.11 macros with the %(method)s method are no longer supported."
6648msgstr ""
6649
6650#: trac/wiki/formatter.py:205
6651#, python-format
6652msgid "No macro or processor named '%(name)s' found"
6653msgstr ""
6654
6655#: trac/wiki/formatter.py:242
6656msgid "Error: Forbidden character sequence \"--\" in htmlcomment wiki code block"
6657msgstr ""
6658
6659#: trac/wiki/formatter.py:319
6660#, python-format
6661msgid "!#%(name)s must contain at most one table"
6662msgstr ""
6663
6664#: trac/wiki/formatter.py:323
6665#, python-format
6666msgid "!#%(name)s must contain at least one table cell (and table cells only)"
6667msgstr ""
6668
6669#: trac/wiki/formatter.py:377
6670#, python-format
6671msgid "Error: Failed to load processor %(name)s"
6672msgstr ""
6673
6674#: trac/wiki/formatter.py:712
6675#, python-format
6676msgid "Trac project %(name)s"
6677msgstr ""
6678
6679#: trac/wiki/formatter.py:715 trac/wiki/intertrac.py:110
6680msgid "The Trac Project"
6681msgstr ""
6682
6683#: trac/wiki/formatter.py:720 trac/wiki/interwiki.py:106
6684#, python-format
6685msgid "%(target)s in %(name)s"
6686msgstr ""
6687
6688#: trac/wiki/formatter.py:815
6689#, python-format
6690msgid "Macro %(name)s(%(args)s) failed"
6691msgstr ""
6692
6693#: trac/wiki/formatter.py:821
6694#, python-format
6695msgid "Error: Macro %(name)s(%(args)s) failed"
6696msgstr ""
6697
6698#: trac/wiki/formatter.py:1222
6699#, python-format
6700msgid "Processor %(name)s failed"
6701msgstr ""
6702
6703#: trac/wiki/formatter.py:1228
6704#, python-format
6705msgid "Error: Processor %(name)s failed"
6706msgstr ""
6707
6708#: trac/wiki/intertrac.py:82
6709#, python-format
6710msgid ""
6711"Can't view %(link)s. Resource doesn't exist or you don't have the "
6712"required permission."
6713msgstr ""
6714
6715#: trac/wiki/intertrac.py:95
6716msgid "Provide a list of known InterTrac prefixes."
6717msgstr ""
6718
6719#: trac/wiki/intertrac.py:118
6720#, python-format
6721msgid "Alias for %(name)s"
6722msgstr ""
6723
6724#: trac/wiki/intertrac.py:128 trac/wiki/interwiki.py:177
6725msgid "Prefix"
6726msgstr ""
6727
6728#: trac/wiki/intertrac.py:129
6729msgid "Trac Site"
6730msgstr ""
6731
6732#: trac/wiki/interwiki.py:165
6733msgid "Provide a description list for the known InterWiki prefixes."
6734msgstr ""
6735
6736#: trac/wiki/interwiki.py:178
6737msgid "Site"
6738msgstr ""
6739
6740#: trac/wiki/macros.py:103
6741msgid ""
6742"Insert an alphabetic list of all wiki pages into the output.\n"
6743"\n"
6744"Accepts a prefix string as parameter: if provided, only pages with names\n"
6745"that start with the prefix are included in the resulting list. If this\n"
6746"parameter is omitted, all pages are listed. If the prefix is specified,\n"
6747"a second argument of value `hideprefix` can be given as well, in order\n"
6748"to remove that prefix from the output.\n"
6749"\n"
6750"The prefix string supports the standard relative-path notation ''when\n"
6751"using the macro in a wiki page''. A prefix string starting with `./`\n"
6752"will be relative to the current page, and parent pages can be\n"
6753"specified using `../`.\n"
6754"\n"
6755"Several named parameters can be specified:\n"
6756" - `format=compact`: The pages are displayed as comma-separated links.\n"
6757" - `format=group`: The list of pages will be structured in groups\n"
6758" according to common prefix. This format also supports a `min=n`\n"
6759" argument, where `n` is the minimal number of pages for a group.\n"
6760" - `format=hierarchy`: The list of pages will be structured according\n"
6761" to the page name path hierarchy. This format also supports a `min=n`\n"
6762" argument, where higher `n` flatten the display hierarchy\n"
6763" - `depth=n`: limit the depth of the pages to list. If set to 0,\n"
6764" only toplevel pages will be shown, if set to 1, only immediate\n"
6765" children pages will be shown, etc. If not set, or set to -1,\n"
6766" all pages in the hierarchy will be shown.\n"
6767" - `include=page1:page*2`: include only pages that match an item in the\n"
6768" colon-separated list of pages. If the list is empty, or if no "
6769"`include`\n"
6770" argument is given, include all pages.\n"
6771" - `exclude=page1:page*2`: exclude pages that match an item in the colon-"
6772"\n"
6773" separated list of pages.\n"
6774"\n"
6775"The `include` and `exclude` lists accept shell-style patterns."
6776msgstr ""
6777
6778#: trac/wiki/macros.py:329
6779msgid ""
6780"List all pages that have recently been modified, ordered by the\n"
6781"time they were last modified.\n"
6782"\n"
6783"This macro accepts two ordered arguments and a named argument. The named\n"
6784"argument can be placed in any position within the argument list.\n"
6785"\n"
6786"The first parameter is a prefix string: if provided, only pages with "
6787"names\n"
6788"that start with the prefix are included in the resulting list. If this\n"
6789"parameter is omitted, all pages are included in the list.\n"
6790"\n"
6791"The second parameter is the maximum number of pages to include in the\n"
6792"list.\n"
6793"\n"
6794"The `group` parameter determines how the list is presented:\n"
6795" `group=date` :: The pages are presented in bulleted lists that are\n"
6796" grouped by date (default).\n"
6797" `group=none` :: The pages are presented in a single bulleted list.\n"
6798"\n"
6799"Tip: if you only want to specify a maximum number of entries and\n"
6800"don't want to filter by prefix, specify an empty first parameter,\n"
6801"e.g. `[[RecentChanges(,10,group=none)]]`."
6802msgstr ""
6803
6804#: trac/wiki/macros.py:408
6805msgid ""
6806"Display a structural outline of the current wiki page, each item in the\n"
6807"outline being a link to the corresponding heading.\n"
6808"\n"
6809"This macro accepts four optional parameters:\n"
6810"\n"
6811" * The first is a number or range that allows configuring the minimum and"
6812"\n"
6813" maximum level of headings that should be included in the outline. For\n"
6814" example, specifying \"1\" here will result in only the top-level "
6815"headings\n"
6816" being included in the outline. Specifying \"2-3\" will make the "
6817"outline\n"
6818" include all headings of level 2 and 3, as a nested list. The default "
6819"is\n"
6820" to include all heading levels.\n"
6821" * The second parameter can be used to specify a custom title (the "
6822"default\n"
6823" is no title).\n"
6824" * The third parameter selects the style of the outline. This can be\n"
6825" either `inline` or `pullout` (the latter being the default). The\n"
6826" `inline` style renders the outline as normal part of the content, "
6827"while\n"
6828" `pullout` causes the outline to be rendered in a box that is by "
6829"default\n"
6830" floated to the right side of the other content.\n"
6831" * The fourth parameter specifies whether the outline is numbered or not."
6832"\n"
6833" It can be either `numbered` or `unnumbered` (the former being the\n"
6834" default). This parameter only has an effect in `inline` style."
6835msgstr ""
6836
6837#: trac/wiki/macros.py:476
6838msgid ""
6839"Embed an image in wiki-formatted text.\n"
6840"\n"
6841"The first argument is the file specification. The file specification may\n"
6842"reference attachments in three ways:\n"
6843" * `module:id:file`, where module can be either '''wiki''' or "
6844"'''ticket''',\n"
6845" to refer to the attachment named ''file'' of the specified wiki page "
6846"or\n"
6847" ticket.\n"
6848" * `id:file`: same as above, but id is either a ticket shorthand or a "
6849"Wiki\n"
6850" page name.\n"
6851" * `file` to refer to a local attachment named 'file'. This only works "
6852"from\n"
6853" within that wiki page or a ticket.\n"
6854"\n"
6855"The file specification may also refer to:\n"
6856" * repository files, using the `source:file` syntax\n"
6857" (`source:file@rev` works also).\n"
6858" * files, using direct URLs: `/file` for a project-relative,\n"
6859" `//file` for a server-relative, or `http://server/file` for\n"
6860" absolute location. An InterWiki prefix may be used.\n"
6861" * embedded data using the\n"
6862" [http://tools.ietf.org/html/rfc2397 rfc2397] `data` URL scheme,\n"
6863" provided the URL is enclosed in quotes.\n"
6864"\n"
6865"The remaining arguments are optional and allow configuring the attributes"
6866"\n"
6867"and style of the rendered `<img>` element:\n"
6868" * digits and unit are interpreted as the size (ex. 120px, 25%)\n"
6869" for the image\n"
6870" * `right`, `left`, `center`, `top`, `bottom` and `middle` are "
6871"interpreted\n"
6872" as the alignment for the image (alternatively, the first three can be\n"
6873" specified using `align=...` and the last three using `valign=...`)\n"
6874" * `link=some TracLinks...` replaces the link to the image source by the\n"
6875" one specified using a TracLinks. If no value is specified, the link is"
6876"\n"
6877" simply removed.\n"
6878" * `inline` specifies that the content generated be an inline XHTML\n"
6879" element. By default, inline content is not generated, therefore images"
6880"\n"
6881" won't be rendered in section headings and other one-line content.\n"
6882" * `nolink` means without link to image source (deprecated, use `link=`)\n"
6883" * `key=value` style are interpreted as HTML attributes or CSS style\n"
6884" indications for the image. Valid keys are:\n"
6885" * align, valign, border, width, height, alt, title, longdesc, class,\n"
6886" margin, margin-(left,right,top,bottom), id and usemap\n"
6887" * `border`, `margin`, and `margin-`* can only be a single number\n"
6888" (units are pixels).\n"
6889" * `margin` is superseded by `center` which uses auto margins\n"
6890"\n"
6891"Examples:\n"
6892"{{{\n"
6893"[[Image(photo.jpg)]] # simplest\n"
6894"[[Image(photo.jpg, 120px)]] # with image width size\n"
6895"[[Image(photo.jpg, right)]] # aligned by keyword\n"
6896"[[Image(photo.jpg, nolink)]] # without link to source\n"
6897"[[Image(photo.jpg, align=right)]] # aligned by attribute\n"
6898"}}}\n"
6899"\n"
6900"You can use an image from a wiki page, ticket or other module.\n"
6901"{{{\n"
6902"[[Image(OtherPage:foo.bmp)]] # from a wiki page\n"
6903"[[Image(base/sub:bar.bmp)]] # from hierarchical wiki page\n"
6904"[[Image(#3:baz.bmp)]] # from another ticket\n"
6905"[[Image(ticket:36:boo.jpg)]] # from another ticket (long form)\n"
6906"[[Image(source:/img/bee.jpg)]] # from the repository\n"
6907"[[Image(htdocs:foo/bar.png)]] # from project htdocs dir\n"
6908"[[Image(shared:foo/bar.png)]] # from shared htdocs dir (since 1.0.2)\n"
6909"}}}\n"
6910"\n"
6911"''Adapted from the Image.py macro created by Shun-ichi Goto\n"
6912"<gotoh@taiyo.co.jp>''"
6913msgstr ""
6914
6915#: trac/wiki/macros.py:699
6916msgid "No filespec given"
6917msgstr ""
6918
6919#: trac/wiki/macros.py:709
6920#, python-format
6921msgid "No image \"%(id)s\" attached to %(parent)s"
6922msgstr ""
6923
6924#: trac/wiki/macros.py:735
6925msgid ""
6926"Display a list of all installed Wiki macros, including documentation if\n"
6927"available.\n"
6928"\n"
6929"Optionally, the name of a specific macro can be provided as an argument. "
6930"In\n"
6931"that case, only the documentation for that macro will be rendered.\n"
6932"\n"
6933"Note that this macro will not be able to display the documentation of\n"
6934"macros if the `PythonOptimize` option is enabled for mod_python!"
6935msgstr ""
6936
6937#: trac/wiki/macros.py:762
6938#, python-format
6939msgid "Error: Can't get description for macro %(name)s"
6940msgstr ""
6941
6942#: trac/wiki/macros.py:787
6943msgid "Aliases:"
6944msgstr ""
6945
6946#: trac/wiki/macros.py:790
6947msgid "No documentation found"
6948msgstr ""
6949
6950#: trac/wiki/macros.py:797
6951msgid ""
6952"Produce documentation for the Trac configuration file.\n"
6953"\n"
6954"Typically, this will be used in the TracIni page. The macro accepts\n"
6955"two ordered arguments and two named arguments.\n"
6956"\n"
6957"The ordered arguments are a configuration section filter,\n"
6958"and a configuration option name filter: only the configuration\n"
6959"options whose section and name start with the filters are output.\n"
6960"\n"
6961"The named arguments can be specified:\n"
6962"\n"
6963" section :: a glob-style filtering on the section names\n"
6964" option :: a glob-style filtering on the option names"
6965msgstr ""
6966
6967#: trac/wiki/macros.py:857
6968msgid "(no default)"
6969msgstr ""
6970
6971#: trac/wiki/macros.py:884
6972msgid ""
6973"List all known mime-types which can be used as WikiProcessors.\n"
6974"\n"
6975"Can be given an optional argument which is interpreted as mime-type "
6976"filter."
6977msgstr ""
6978
6979#: trac/wiki/macros.py:907
6980msgid "MIME Types"
6981msgstr ""
6982
6983#: trac/wiki/macros.py:921
6984msgid ""
6985"Display a table of content for the Trac guide.\n"
6986"\n"
6987"This macro shows a quick and dirty way to make a table-of-contents\n"
6988"for the !Help/Guide. The table of contents will contain the Trac* and\n"
6989"WikiFormatting pages, and can't be customized. See the\n"
6990"[https://trac-hacks.org/wiki/TocMacro TocMacro] for a more customizable\n"
6991"table of contents."
6992msgstr ""
6993
6994#: trac/wiki/macros.py:968
6995msgid "Table of Contents"
6996msgstr ""
6997
6998#: trac/wiki/macros.py:982
6999#, python-format
7000msgid "Invalid macro argument %(expr)s"
7001msgstr ""
7002
7003#: trac/wiki/model.py:114
7004msgid "Cannot delete non-existent page"
7005msgstr ""
7006
7007#: trac/wiki/model.py:150 trac/wiki/model.py:208 trac/wiki/web_ui.py:122
7008#, python-format
7009msgid "Invalid Wiki page name '%(name)s'"
7010msgstr ""
7011
7012#: trac/wiki/model.py:155
7013msgid "Page not modified"
7014msgstr ""
7015
7016#: trac/wiki/model.py:199
7017msgid "Cannot rename non-existent page"
7018msgstr ""
7019
7020#: trac/wiki/model.py:202 trac/wiki/web_ui.py:326
7021msgid "A new name is mandatory for a rename."
7022msgstr ""
7023
7024#: trac/wiki/model.py:205
7025msgid "Page name is unchanged."
7026msgstr ""
7027
7028#: trac/wiki/model.py:215
7029#, python-format
7030msgid "The page '%(name)s' already exists."
7031msgstr ""
7032
7033#: trac/wiki/model.py:236
7034msgid "Cannot edit comment of non-existent page"
7035msgstr ""
7036
7037#: trac/wiki/web_ui.py:86 trac/wiki/web_ui.py:798
7038msgid "Wiki"
7039msgstr ""
7040
7041#: trac/wiki/web_ui.py:90
7042msgid "Help/Guide"
7043msgstr ""
7044
7045#: trac/wiki/web_ui.py:132
7046#, python-format
7047msgid "No version \"%(num)s\" for Wiki page \"%(name)s\""
7048msgstr ""
7049
7050#: trac/wiki/web_ui.py:204
7051#, python-format
7052msgid "The wiki page is too long (must be less than %(num)s characters)"
7053msgstr ""
7054
7055#: trac/wiki/web_ui.py:216
7056#, python-format
7057msgid "The Wiki page field %(field)s is invalid: %(message)s"
7058msgstr ""
7059
7060#: trac/wiki/web_ui.py:219
7061#, python-format
7062msgid "Invalid Wiki page: %(message)s"
7063msgstr ""
7064
7065#. TRANSLATOR: wiki page
7066#: trac/wiki/web_ui.py:246
7067msgid "currently edited"
7068msgstr ""
7069
7070#: trac/wiki/web_ui.py:274
7071#, python-format
7072msgid "The comment of version %(version)s of the page %(name)s has been updated."
7073msgstr ""
7074
7075#: trac/wiki/web_ui.py:298
7076#, python-format
7077msgid "The page %(name)s has been deleted."
7078msgstr ""
7079
7080#: trac/wiki/web_ui.py:303
7081#, python-format
7082msgid "The versions %(from_)d to %(to)d of the page %(name)s have been deleted."
7083msgstr ""
7084
7085#: trac/wiki/web_ui.py:307
7086#, python-format
7087msgid "The version %(version)d of the page %(name)s has been deleted."
7088msgstr ""
7089
7090#: trac/wiki/web_ui.py:328
7091msgid ""
7092"The new name is invalid (a name which is separated with slashes cannot be"
7093" '.' or '..')."
7094msgstr ""
7095
7096#: trac/wiki/web_ui.py:331
7097msgid "The new name must be different from the old name."
7098msgstr ""
7099
7100#: trac/wiki/web_ui.py:333
7101#, python-format
7102msgid "The page %(name)s already exists."
7103msgstr ""
7104
7105#: trac/wiki/web_ui.py:342
7106#, python-format
7107msgid "See [wiki:\"%(name)s\"]."
7108msgstr ""
7109
7110#: trac/wiki/web_ui.py:348
7111#, python-format
7112msgid "The page %(old_name)s has been renamed to %(new_name)s."
7113msgstr ""
7114
7115#: trac/wiki/web_ui.py:352
7116#, python-format
7117msgid "The page %(old_name)s has been recreated with a redirect to %(new_name)s."
7118msgstr ""
7119
7120#: trac/wiki/web_ui.py:372
7121msgid "Page not modified, showing latest version."
7122msgstr ""
7123
7124#: trac/wiki/web_ui.py:378
7125#, python-format
7126msgid "Your changes have been saved in version %(version)s (%(diff)s)."
7127msgstr ""
7128
7129#: trac/wiki/web_ui.py:430
7130#, python-format
7131msgid "Version %(num)s of page \"%(name)s\" does not exist"
7132msgstr ""
7133
7134#: trac/wiki/web_ui.py:480
7135msgid "Page history"
7136msgstr ""
7137
7138#: trac/wiki/web_ui.py:498
7139msgid "Wiki History"
7140msgstr ""
7141
7142#: trac/wiki/web_ui.py:533
7143#, python-format
7144msgid "Reverted to version %(version)s."
7145msgstr ""
7146
7147#: trac/wiki/web_ui.py:605
7148#, python-format
7149msgid "Page %(name)s does not exist"
7150msgstr ""
7151
7152#: trac/wiki/web_ui.py:622
7153#, python-format
7154msgid "Back to %(wikipage)s"
7155msgstr ""
7156
7157#: trac/wiki/web_ui.py:647
7158#, python-format
7159msgid "Page %(name)s not found"
7160msgstr ""
7161
7162#: trac/wiki/web_ui.py:698
7163msgid "View latest version"
7164msgstr ""
7165
7166#: trac/wiki/web_ui.py:702
7167msgid "View parent page"
7168msgstr ""
7169
7170#: trac/wiki/web_ui.py:711
7171msgid "Previous Version"
7172msgstr ""
7173
7174#: trac/wiki/web_ui.py:711
7175msgid "Next Version"
7176msgstr ""
7177
7178#: trac/wiki/web_ui.py:712
7179msgid "View Latest Version"
7180msgstr ""
7181
7182#: trac/wiki/web_ui.py:715
7183msgid "Up"
7184msgstr ""
7185
7186#: trac/wiki/web_ui.py:743
7187msgid "Start Page"
7188msgstr ""
7189
7190#: trac/wiki/web_ui.py:745
7191msgid "Index"
7192msgstr ""
7193
7194#: trac/wiki/web_ui.py:747
7195msgid "History"
7196msgstr ""
7197
7198#: trac/wiki/web_ui.py:754
7199msgid "Wiki changes"
7200msgstr ""
7201
7202#: trac/wiki/web_ui.py:781
7203#, python-format
7204msgid "%(page)s edited"
7205msgstr ""
7206
7207#: trac/wiki/web_ui.py:783
7208#, python-format
7209msgid "%(page)s created"
7210msgstr ""
7211
7212#: trac/wiki/templates/wiki_delete.html:35
7213#, python-format
7214msgid "Delete versions %(from)s to %(to)s of %(name)s"
7215msgstr ""
7216
7217#: trac/wiki/templates/wiki_delete.html:41
7218#, python-format
7219msgid "Delete version %(version)s of %(name)s"
7220msgstr ""
7221
7222#: trac/wiki/templates/wiki_delete.html:47
7223#, python-format
7224msgid "Delete %(name)s"
7225msgstr ""
7226
7227#: trac/wiki/templates/wiki_delete.html:72
7228#, python-format
7229msgid "versions %(from)s to %(to)s"
7230msgstr ""
7231
7232#: trac/wiki/templates/wiki_delete.html:75
7233#: trac/wiki/templates/wiki_delete.html:101
7234#, python-format
7235msgid "Are you sure you want to delete %(version)s of this page?"
7236msgstr ""
7237
7238#: trac/wiki/templates/wiki_delete.html:84
7239#: trac/wiki/templates/wiki_delete.html:147
7240#, python-format
7241msgid "%(num)d version"
7242msgid_plural "%(num)d versions"
7243msgstr[0] ""
7244msgstr[1] ""
7245
7246#: trac/wiki/templates/wiki_delete.html:87
7247#, python-format
7248msgid ""
7249"Removing %(num_versions)s of the page, which was first modified "
7250"%(first_modified)s and last modified %(last_modified)s."
7251msgstr ""
7252
7253#: trac/wiki/templates/wiki_delete.html:98
7254#, python-format
7255msgid "version %(number)s"
7256msgstr ""
7257
7258#: trac/wiki/templates/wiki_delete.html:109
7259#, python-format
7260msgid "Created %(created)s."
7261msgstr ""
7262
7263#: trac/wiki/templates/wiki_delete.html:115
7264msgid ""
7265"This is the only version of the page, so the page will be removed "
7266"completely!"
7267msgstr ""
7268
7269#: trac/wiki/templates/wiki_delete.html:121
7270#, python-format
7271msgid "Modified %(modified)s."
7272msgstr ""
7273
7274#: trac/wiki/templates/wiki_delete.html:131
7275msgid "Are you sure you want to completely delete this page?"
7276msgstr ""
7277
7278#: trac/wiki/templates/wiki_delete.html:136
7279msgid "version"
7280msgstr ""
7281
7282#: trac/wiki/templates/wiki_delete.html:138
7283#, python-format
7284msgid ""
7285"Removing the one and only %(version)s of the page, which was created "
7286"%(created)s."
7287msgstr ""
7288
7289#: trac/wiki/templates/wiki_delete.html:150
7290#, python-format
7291msgid ""
7292"Removing all %(num_versions)s of the page, which was created %(created)s "
7293"and last modified %(modified)s."
7294msgstr ""
7295
7296#: trac/wiki/templates/wiki_delete.html:180
7297msgid "Delete those versions"
7298msgstr ""
7299
7300#: trac/wiki/templates/wiki_delete.html:181
7301#: trac/wiki/templates/wiki_view.html:199
7302msgid "Delete this version"
7303msgstr ""
7304
7305#: trac/wiki/templates/wiki_delete.html:182
7306#: trac/wiki/templates/wiki_view.html:201
7307msgid "Delete page"
7308msgstr ""
7309
7310#: trac/wiki/templates/wiki_delete.html:188
7311#, python-format
7312msgid "%(note)s See %(page)s for help on deleting wiki pages."
7313msgstr ""
7314
7315#: trac/wiki/templates/wiki_diff.html:36
7316#, python-format
7317msgid "Delete version %(old_version)d to version %(version)d"
7318msgstr ""
7319
7320#: trac/wiki/templates/wiki_diff.html:41
7321#, python-format
7322msgid "Delete version %(version)d"
7323msgstr ""
7324
7325#: trac/wiki/templates/wiki_edit.html:114
7326msgid "See the diffs"
7327msgstr ""
7328
7329#: trac/wiki/templates/wiki_edit.html:114
7330msgid "Review"
7331msgstr ""
7332
7333#: trac/wiki/templates/wiki_edit.html:116
7334msgid "See the preview"
7335msgstr ""
7336
7337#: trac/wiki/templates/wiki_edit.html:122
7338#, python-format
7339msgid "Editing %(name)s"
7340msgstr ""
7341
7342#: trac/wiki/templates/wiki_edit.html:151
7343msgid ""
7344"Sorry, this page has been modified by somebody else since you started "
7345"editing. Your changes cannot be saved."
7346msgstr ""
7347
7348#: trac/wiki/templates/wiki_edit.html:167
7349msgid "Someone else has modified that page since you started your edits."
7350msgstr ""
7351
7352#: trac/wiki/templates/wiki_edit.html:175
7353msgid ""
7354"<strong>If you save right away, you risk to revert those changes</strong>"
7355" (highlighted below as deletions)."
7356msgstr ""
7357
7358#: trac/wiki/templates/wiki_edit.html:183
7359msgid ""
7360"Please review all those changes and manually merge them with your own "
7361"changes. <br /> If you're unsure about what you're doing, please press "
7362"<code>Cancel</code> (losing your changes) and start editing the latest "
7363"version of the page again."
7364msgstr ""
7365
7366#: trac/wiki/templates/wiki_edit.html:198
7367#, python-format
7368msgid ""
7369"Change information for future version %(version)s (modified by "
7370"%(author)s):"
7371msgstr ""
7372
7373#: trac/wiki/templates/wiki_edit.html:213
7374msgid "Go to the editor"
7375msgstr ""
7376
7377#: trac/wiki/templates/wiki_edit.html:218
7378#: trac/wiki/templates/wiki_edit_form.html:110
7379msgid "Review Changes"
7380msgstr ""
7381
7382#: trac/wiki/templates/wiki_edit.html:226
7383msgid "No changes"
7384msgstr ""
7385
7386#: trac/wiki/templates/wiki_edit.html:245
7387msgid "Go to Save, Preview, Review or Cancel buttons"
7388msgstr ""
7389
7390#: trac/wiki/templates/wiki_edit.html:246
7391msgid "Actions"
7392msgstr ""
7393
7394#: trac/wiki/templates/wiki_edit.html:261
7395#: trac/wiki/templates/wiki_view.html:241
7396#, python-format
7397msgid "%(note)s See %(page)s for help on using the wiki."
7398msgstr ""
7399
7400#: trac/wiki/templates/wiki_edit_comment.html:34
7401#, python-format
7402msgid "Edit comment for version %(version)s of %(name)s"
7403msgstr ""
7404
7405#: trac/wiki/templates/wiki_edit_comment.html:43
7406msgid "Old comment:"
7407msgstr ""
7408
7409#: trac/wiki/templates/wiki_edit_comment.html:47
7410msgid "New comment:"
7411msgstr ""
7412
7413#: trac/wiki/templates/wiki_edit_form.html:24
7414msgid "Adjust edit area height:"
7415msgstr ""
7416
7417#: trac/wiki/templates/wiki_edit_form.html:34
7418msgid "Selecting and pressing 'Preview' enters a two-column [edit|preview] mode"
7419msgstr ""
7420
7421#: trac/wiki/templates/wiki_edit_form.html:36
7422msgid "Edit side-by-side"
7423msgstr ""
7424
7425#: trac/wiki/templates/wiki_edit_form.html:49
7426#, python-format
7427msgid ""
7428"%(note)s See %(wikiformatting)s and %(page)s for help on editing wiki "
7429"content."
7430msgstr ""
7431
7432#: trac/wiki/templates/wiki_edit_form.html:59
7433msgid "Change information"
7434msgstr ""
7435
7436#: trac/wiki/templates/wiki_edit_form.html:73
7437#, python-format
7438msgid "E-mail address and name can be saved in the %(preferences)s"
7439msgstr ""
7440
7441#: trac/wiki/templates/wiki_edit_form.html:83
7442msgid "Comment about this change (optional):"
7443msgstr ""
7444
7445#: trac/wiki/templates/wiki_edit_form.html:93
7446msgid "Page is read-only"
7447msgstr ""
7448
7449#: trac/wiki/templates/wiki_edit_form.html:103
7450msgid "Merge changes"
7451msgstr ""
7452
7453#: trac/wiki/templates/wiki_edit_form.html:108
7454msgid "Preview Page"
7455msgstr ""
7456
7457#: trac/wiki/templates/wiki_page_path.html:14
7458#: trac/wiki/templates/wiki_page_path.html:18
7459#, python-format
7460msgid "View %(path)s"
7461msgstr ""
7462
7463#: trac/wiki/templates/wiki_rename.html:30
7464#, python-format
7465msgid "Rename %(name)s"
7466msgstr ""
7467
7468#: trac/wiki/templates/wiki_rename.html:38
7469msgid "Renaming the page will rename all existing versions of the page in place."
7470msgstr ""
7471
7472#: trac/wiki/templates/wiki_rename.html:45
7473msgid "The complete history of the page will be moved to the new location."
7474msgstr ""
7475
7476#: trac/wiki/templates/wiki_rename.html:52
7477msgid "New name:"
7478msgstr ""
7479
7480#: trac/wiki/templates/wiki_rename.html:59
7481msgid "Leave a redirection page at the old location"
7482msgstr ""
7483
7484#: trac/wiki/templates/wiki_rename.html:64
7485#: trac/wiki/templates/wiki_view.html:188
7486msgid "Rename page"
7487msgstr ""
7488
7489#: trac/wiki/templates/wiki_view.html:38
7490msgid "Revert page to this version"
7491msgstr ""
7492
7493#: trac/wiki/templates/wiki_view.html:39 trac/wiki/templates/wiki_view.html:153
7494msgid "Edit this page"
7495msgstr ""
7496
7497#: trac/wiki/templates/wiki_view.html:69
7498#, python-format
7499msgid "Version %(version)s (modified by %(author)s, %(date)s) (%(diff)s)"
7500msgstr ""
7501
7502#: trac/wiki/templates/wiki_view.html:95
7503#, python-format
7504msgid "Version %(version)s by %(author)s: %(comment)s"
7505msgstr ""
7506
7507#: trac/wiki/templates/wiki_view.html:99
7508#, python-format
7509msgid "Version %(version)s by %(author)s"
7510msgstr ""
7511
7512#: trac/wiki/templates/wiki_view.html:104
7513msgid "Last modified"
7514msgstr ""
7515
7516#: trac/wiki/templates/wiki_view.html:107
7517#, python-format
7518msgid "%(last_modified)s %(date)s"
7519msgstr ""
7520
7521#: trac/wiki/templates/wiki_view.html:115
7522#, python-format
7523msgid "Last modified on %(date)s"
7524msgstr ""
7525
7526#: trac/wiki/templates/wiki_view.html:124
7527#, python-format
7528msgid "The page %(name)s does not exist. You can create it here."
7529msgstr ""
7530
7531#: trac/wiki/templates/wiki_view.html:151
7532msgid "Revert to this version"
7533msgstr ""
7534
7535#: trac/wiki/templates/wiki_view.html:156
7536msgid "Create this page"
7537msgstr ""
7538
7539#: trac/wiki/templates/wiki_view.html:160
7540msgid "using the template:"
7541msgstr ""
7542
7543#: trac/wiki/templates/wiki_view.html:164
7544msgid "(blank page)"
7545msgstr ""
7546
7547#: trac/wiki/templates/wiki_view.html:212
7548msgid "You could also create the same page higher in the hierarchy:"
7549msgstr ""
7550
7551#: trac/wiki/templates/wiki_view.html:225
7552msgid "The following pages have a name similar to this page, and may be related:"
7553msgstr ""
7554
Note: See TracBrowser for help on using the repository browser.