Edgewall Software

Ticket #7353: messages.po

File messages.po, 74.8 KB (added by el_libre, 3 years ago)

8.5% translated to catalan

Line 
1# Catalan (Spain) translations for Trac.
2# Copyright (C) 2008 Edgewall Software
3# This file is distributed under the same license as the Trac project.
4# Jeroen Ruigrok van der Werven <asmodai@in-nomine.org>, 2008.
5#
6msgid ""
7msgstr ""
8"Project-Id-Version: Trac 0.12\n"
9"Report-Msgid-Bugs-To: trac-dev@googlegroups.com\n"
10"POT-Creation-Date: 2008-07-28 11:01+0200\n"
11"PO-Revision-Date: 2008-07-28 11:51+0200\n"
12"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
13"Language-Team: ca_ES <trac-dev@googlegroups.com>\n"
14"Plural-Forms: nplurals=2; plural=(n != 1)\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 0.9.3\n"
19
20#: trac/about.py:43 trac/templates/about.html:9 trac/templates/about.html:28
21msgid "About Trac"
22msgstr "Sobre Trac"
23
24#: trac/attachment.py:145
25#, python-format
26msgid "Attachment '%(title)s' does not exist."
27msgstr ""
28
29#: trac/attachment.py:146
30msgid "Invalid Attachment"
31msgstr ""
32
33#: trac/attachment.py:188
34msgid "Could not delete attachment"
35msgstr ""
36
37#: trac/attachment.py:292
38#, python-format
39msgid "Attachment '%(filename)s' not found"
40msgstr ""
41
42#: trac/attachment.py:366
43msgid "Bad request"
44msgstr ""
45
46#: trac/attachment.py:383
47#, python-format
48msgid "Back to %(parent)s"
49msgstr ""
50
51#: trac/attachment.py:475
52msgid " attached to "
53msgstr ""
54
55#: trac/attachment.py:537
56#, python-format
57msgid "Attachment '%(id)s' in %(parent)s"
58msgstr ""
59
60#: trac/attachment.py:540
61#, python-format
62msgid "Attachments of %(parent)s"
63msgstr ""
64
65#: trac/attachment.py:553 trac/attachment.py:576 trac/admin/web_ui.py:407
66#: trac/admin/web_ui.py:410 trac/admin/web_ui.py:414
67msgid "No file uploaded"
68msgstr ""
69
70#: trac/attachment.py:561
71msgid "Can't upload empty file"
72msgstr ""
73
74#: trac/attachment.py:566
75#, python-format
76msgid "Maximum attachment size: %(num)s bytes"
77msgstr ""
78
79#: trac/attachment.py:567
80msgid "Upload failed"
81msgstr ""
82
83#: trac/attachment.py:588
84#, python-format
85msgid "Attachment field %(field)s is invalid: %(message)s"
86msgstr ""
87
88#: trac/attachment.py:592
89#, python-format
90msgid "Invalid attachment: %(message)s"
91msgstr ""
92
93#: trac/attachment.py:626
94#, python-format
95msgid "%(attachment)s (delete)"
96msgstr ""
97
98#: trac/attachment.py:688 trac/versioncontrol/web_ui/browser.py:511
99#: trac/wiki/web_ui.py:66
100msgid "Plain Text"
101msgstr ""
102
103#: trac/attachment.py:694 trac/versioncontrol/web_ui/browser.py:516
104msgid "Original Format"
105msgstr ""
106
107#: trac/env.py:404
108msgid "Can only backup sqlite databases"
109msgstr ""
110
111#: trac/env.py:489
112msgid "Database newer than Trac version"
113msgstr ""
114
115#: trac/env.py:501
116#, python-format
117msgid "No upgrade module for version %(num)i (%(version)s.py)"
118msgstr ""
119
120#: trac/env.py:546
121msgid ""
122"Missing environment variable \"TRAC_ENV\". Trac requires this variable to "
123"point to a valid Trac environment."
124msgstr ""
125
126#: trac/env.py:578
127#, python-format
128msgid ""
129"The Trac Environment needs to be upgraded.\n"
130"\n"
131"Run \"trac-admin %(path)s upgrade\""
132msgstr ""
133
134#: trac/notification.py:216
135#, python-format
136msgid "Invalid email encoding setting: %s"
137msgstr ""
138
139#: trac/notification.py:248
140msgid "Header length is too short"
141msgstr ""
142
143#: trac/notification.py:318
144msgid "TLS enabled but server does not support TLS"
145msgstr ""
146
147#: trac/notification.py:390
148msgid "Ticket contains non-ASCII chars. Please change encoding setting"
149msgstr ""
150
151#: trac/perm.py:47
152#, python-format
153msgid ""
154"%(perm)s privileges are required to perform this operation on %(resource)s"
155msgstr ""
156
157#: trac/perm.py:49
158#, python-format
159msgid "%(perm)s privileges are required to perform this operation"
160msgstr ""
161
162#: trac/perm.py:52
163msgid "Insufficient privileges to perform this operation."
164msgstr ""
165
166#: trac/perm.py:318
167#, python-format
168msgid "%(name)s is not a valid action."
169msgstr ""
170
171#: trac/resource.py:329
172#, python-format
173msgid " at version %(version)s"
174msgstr ""
175
176#: trac/admin/console.py:1158
177#, python-format
178msgid "hotcopy can't overwrite existing '%(dest)s'"
179msgstr ""
180
181#: trac/admin/console.py:1286
182#, python-format
183msgid "non-ascii environment path '%(path)s' not supported."
184msgstr ""
185
186#: trac/admin/web_ui.py:66
187msgid "Admin"
188msgstr ""
189
190#: trac/admin/web_ui.py:67 trac/admin/templates/admin.html:16
191msgid "Administration"
192msgstr ""
193
194#: trac/admin/web_ui.py:83
195msgid "No administration panels available"
196msgstr ""
197
198#: trac/admin/web_ui.py:105 trac/admin/web_ui.py:109
199msgid "Unknown administration panel"
200msgstr ""
201
202#: trac/admin/web_ui.py:184 trac/admin/web_ui.py:211 trac/admin/web_ui.py:300
203#: trac/admin/web_ui.py:383 trac/prefs/web_ui.py:89
204#: trac/prefs/templates/prefs_general.html:9
205msgid "General"
206msgstr "General"
207
208#: trac/admin/web_ui.py:184 trac/admin/templates/admin_basics.html:13
209msgid "Basic Settings"
210msgstr ""
211
212#: trac/admin/web_ui.py:211 trac/admin/templates/admin_logging.html:9
213#: trac/admin/templates/admin_logging.html:21
214msgid "Logging"
215msgstr ""
216
217#: trac/admin/web_ui.py:220 trac/ticket/templates/milestone_delete.html:30
218#: trac/ticket/templates/milestone_edit.html:73
219msgid "None"
220msgstr "Cap"
221
222#: trac/admin/web_ui.py:221
223msgid "Console"
224msgstr ""
225
226#: trac/admin/web_ui.py:223 trac/templates/attachment.html:20
227#: trac/templates/attachment.html:81 trac/versioncontrol/api.py:105
228msgid "File"
229msgstr "Arxiu"
230
231#: trac/admin/web_ui.py:225
232msgid "Syslog"
233msgstr ""
234
235#: trac/admin/web_ui.py:227
236msgid "Windows event log"
237msgstr ""
238
239#: trac/admin/web_ui.py:241
240#, python-format
241msgid "Unknown log type %(type)s"
242msgstr ""
243
244#: trac/admin/web_ui.py:242
245msgid "Invalid log type"
246msgstr ""
247
248#: trac/admin/web_ui.py:253
249#, python-format
250msgid "Unknown log level %(level)s"
251msgstr ""
252
253#: trac/admin/web_ui.py:254
254msgid "Invalid log level"
255msgstr ""
256
257#: trac/admin/web_ui.py:270
258msgid "You must specify a log file"
259msgstr ""
260
261#: trac/admin/web_ui.py:271
262msgid "Missing field"
263msgstr ""
264
265#: trac/admin/web_ui.py:300 trac/admin/templates/admin_perms.html:9
266msgid "Permissions"
267msgstr "Permisos"
268
269#: trac/admin/web_ui.py:314
270msgid "All upper-cased tokens are reserved for permission names"
271msgstr ""
272
273#: trac/admin/web_ui.py:321
274msgid "Unknown action"
275msgstr ""
276
277#: trac/admin/web_ui.py:328
278#, python-format
279msgid "Permission \"%(action)s\" was already granted to \"%(subject)s\""
280msgstr ""
281
282#: trac/admin/web_ui.py:347
283#, python-format
284msgid "\"%(subject)s\" was already added to group \"%(group)s\""
285msgstr ""
286
287#: trac/admin/web_ui.py:383 trac/admin/templates/admin_plugins.html:9
288msgid "Plugins"
289msgstr "Connectors"
290
291#: trac/admin/web_ui.py:417
292msgid "Uploaded file is not a Python source file or egg"
293msgstr ""
294
295#: trac/admin/web_ui.py:422
296#, python-format
297msgid "Plugin %(name)s already installed"
298msgstr ""
299
300#: trac/admin/templates/admin.html:10
301msgid "Administration:"
302msgstr ""
303
304#: trac/admin/templates/admin_basics.html:9
305msgid "Basics"
306msgstr ""
307
308#: trac/admin/templates/admin_basics.html:17
309msgid "Project"
310msgstr ""
311
312#: trac/admin/templates/admin_basics.html:19
313#: trac/admin/templates/admin_components.html:37
314#: trac/admin/templates/admin_components.html:66
315#: trac/admin/templates/admin_enums.html:20
316#: trac/admin/templates/admin_enums.html:34
317#: trac/admin/templates/admin_milestones.html:21
318#: trac/admin/templates/admin_milestones.html:77
319#: trac/admin/templates/admin_versions.html:21
320#: trac/admin/templates/admin_versions.html:56
321msgid "Name:"
322msgstr ""
323
324#: trac/admin/templates/admin_basics.html:24
325msgid "URL:"
326msgstr "URL:"
327
328#: trac/admin/templates/admin_basics.html:29
329#: trac/ticket/templates/ticket.html:293
330msgid "Description:"
331msgstr ""
332
333#: trac/admin/templates/admin_basics.html:36
334#: trac/admin/templates/admin_components.html:99
335#: trac/admin/templates/admin_enums.html:69
336#: trac/admin/templates/admin_logging.html:53
337#: trac/admin/templates/admin_milestones.html:124
338#: trac/admin/templates/admin_plugins.html:102
339#: trac/admin/templates/admin_versions.html:94
340msgid "Apply changes"
341msgstr ""
342
343#: trac/admin/templates/admin_components.html:10
344msgid "Components"
345msgstr ""
346
347#: trac/admin/templates/admin_components.html:14
348msgid "Manage Components"
349msgstr ""
350
351#: trac/admin/templates/admin_components.html:18
352msgid "Owner:"
353msgstr ""
354
355#: trac/admin/templates/admin_components.html:35
356msgid "Modify Component:"
357msgstr ""
358
359#: trac/admin/templates/admin_components.html:42
360msgid ""
361"Description (you may use\n"
362"                [1:WikiFormatting]\n"
363"                here):"
364msgstr ""
365
366#: trac/admin/templates/admin_components.html:55
367#: trac/admin/templates/admin_enums.html:23
368#: trac/admin/templates/admin_milestones.html:65
369#: trac/admin/templates/admin_versions.html:45
370#: trac/templates/attachment.html:49 trac/templates/attachment.html:62
371#: trac/ticket/templates/milestone_delete.html:36
372#: trac/ticket/templates/milestone_edit.html:90
373#: trac/ticket/templates/report_delete.html:20
374#: trac/ticket/templates/report_edit.html:42
375#: trac/wiki/templates/wiki_delete.html:36
376#: trac/wiki/templates/wiki_edit.html:35 trac/wiki/templates/wiki_edit.html:45
377#: trac/wiki/templates/wiki_edit.html:133
378msgid "Cancel"
379msgstr "Cancel·la"
380
381#  fc, 8.1.2008
382#  fc, 9.1.2008:
383#: trac/admin/templates/admin_components.html:56
384#: trac/admin/templates/admin_enums.html:24
385#: trac/admin/templates/admin_milestones.html:66
386#: trac/admin/templates/admin_versions.html:46
387msgid "Save"
388msgstr "Desat"
389
390#: trac/admin/templates/admin_components.html:64
391msgid "Add Component:"
392msgstr ""
393
394#: trac/admin/templates/admin_components.html:70
395#: trac/admin/templates/admin_enums.html:32
396#: trac/admin/templates/admin_enums.html:37
397#: trac/admin/templates/admin_milestones.html:90
398#: trac/admin/templates/admin_perms.html:38
399#: trac/admin/templates/admin_perms.html:60
400#: trac/admin/templates/admin_versions.html:67
401msgid "Add"
402msgstr "Afegeix"
403
404#: trac/admin/templates/admin_components.html:80
405#: trac/admin/templates/admin_enums.html:47
406#: trac/admin/templates/admin_milestones.html:100
407#: trac/admin/templates/admin_versions.html:77 trac/templates/about.html:68
408#: trac/templates/error.html:162
409msgid "Name"
410msgstr "Nom"
411
412#: trac/admin/templates/admin_components.html:80
413msgid "Owner"
414msgstr "Propietari"
415
416#: trac/admin/templates/admin_components.html:80
417#: trac/admin/templates/admin_enums.html:47
418#: trac/admin/templates/admin_milestones.html:100
419#: trac/admin/templates/admin_versions.html:77
420msgid "Default"
421msgstr "Per defecte"
422
423#: trac/admin/templates/admin_components.html:98
424#: trac/admin/templates/admin_enums.html:68
425#: trac/admin/templates/admin_milestones.html:123
426#: trac/admin/templates/admin_perms.html:87
427#: trac/admin/templates/admin_versions.html:93
428msgid "Remove selected items"
429msgstr ""
430
431#: trac/admin/templates/admin_components.html:101
432#: trac/admin/templates/admin_enums.html:71
433#: trac/admin/templates/admin_milestones.html:126
434#: trac/admin/templates/admin_versions.html:96
435msgid ""
436"You can remove all items from this list to completely hide this\n"
437"              field from the user interface."
438msgstr ""
439
440#: trac/admin/templates/admin_components.html:107
441#: trac/admin/templates/admin_enums.html:77
442#: trac/admin/templates/admin_milestones.html:132
443#: trac/admin/templates/admin_versions.html:102
444msgid ""
445"As long as you don't add any items to the list, this field\n"
446"            will remain completely hidden from the user interface."
447msgstr ""
448
449#: trac/admin/templates/admin_enums.html:13
450msgid "Manage"
451msgstr ""
452
453#: trac/admin/templates/admin_enums.html:18
454msgid "Modify"
455msgstr ""
456
457#: trac/admin/templates/admin_enums.html:47
458msgid "Order"
459msgstr ""
460
461#: trac/admin/templates/admin_logging.html:25 trac/templates/about.html:63
462msgid "Configuration"
463msgstr "Configuració"
464
465#  List dialog
466#: trac/admin/templates/admin_logging.html:27
467msgid "Type:"
468msgstr "Tipus:"
469
470#: trac/admin/templates/admin_logging.html:36
471msgid "Log level:"
472msgstr ""
473
474#: trac/admin/templates/admin_logging.html:44
475msgid "Log file:"
476msgstr ""
477
478#: trac/admin/templates/admin_logging.html:47
479msgid "If you specify a relative path, the log file will be stored inside the"
480msgstr ""
481
482#: trac/admin/templates/admin_logging.html:49
483msgid "log"
484msgstr ""
485
486#: trac/admin/templates/admin_logging.html:49
487msgid "directory of the project environment ("
488msgstr ""
489
490#: trac/admin/templates/admin_milestones.html:10 trac/ticket/roadmap.py:505
491#: trac/ticket/roadmap.py:813
492msgid "Milestones"
493msgstr ""
494
495#: trac/admin/templates/admin_milestones.html:14
496msgid "Manage Milestones"
497msgstr ""
498
499#: trac/admin/templates/admin_milestones.html:19
500msgid "Modify Milestone:"
501msgstr ""
502
503#: trac/admin/templates/admin_milestones.html:24
504#: trac/admin/templates/admin_milestones.html:82
505#: trac/ticket/templates/milestone_edit.html:51
506msgid "Due:"
507msgstr ""
508
509#: trac/admin/templates/admin_milestones.html:27
510#: trac/admin/templates/admin_milestones.html:41
511#: trac/admin/templates/admin_milestones.html:86
512#: trac/admin/templates/admin_versions.html:30
513#: trac/admin/templates/admin_versions.html:63
514#: trac/ticket/templates/milestone_edit.html:54
515#: trac/ticket/templates/milestone_edit.html:66
516msgid "Format:"
517msgstr ""
518
519#: trac/admin/templates/admin_milestones.html:33
520#: trac/ticket/templates/milestone_edit.html:59
521msgid "Completed:"
522msgstr ""
523
524#: trac/admin/templates/admin_milestones.html:55
525#: trac/admin/templates/admin_versions.html:35
526#: trac/ticket/templates/milestone_edit.html:81
527msgid "Description (you may use [1:WikiFormatting] here):"
528msgstr ""
529
530#: trac/admin/templates/admin_milestones.html:75
531msgid "Add Milestone:"
532msgstr ""
533
534#: trac/admin/templates/admin_milestones.html:100
535msgid "Due"
536msgstr ""
537
538#: trac/admin/templates/admin_milestones.html:100
539#: trac/ticket/templates/milestone_view.html:25
540#: trac/ticket/templates/roadmap.html:38
541msgid "Completed"
542msgstr ""
543
544#: trac/admin/templates/admin_perms.html:13
545msgid "Manage Permissions"
546msgstr ""
547
548#: trac/admin/templates/admin_perms.html:18
549msgid "Grant Permission:"
550msgstr ""
551
552#: trac/admin/templates/admin_perms.html:21
553#: trac/admin/templates/admin_perms.html:48
554msgid "Subject:"
555msgstr ""
556
557#: trac/admin/templates/admin_perms.html:25
558msgid "Action:"
559msgstr ""
560
561#: trac/admin/templates/admin_perms.html:33
562msgid ""
563"Grant permission for an action to a subject, which can be either a user\n"
564"          or a group."
565msgstr ""
566
567#: trac/admin/templates/admin_perms.html:45
568msgid "Add Subject to Group:"
569msgstr ""
570
571#: trac/admin/templates/admin_perms.html:52
572msgid "Group:"
573msgstr ""
574
575#: trac/admin/templates/admin_perms.html:56
576msgid "Add a user or group to an existing permission group."
577msgstr ""
578
579#: trac/admin/templates/admin_perms.html:69
580#: trac/admin/templates/admin_perms.html:92
581msgid "Subject"
582msgstr ""
583
584#: trac/admin/templates/admin_perms.html:69
585#: trac/ticket/templates/ticket.html:367
586msgid "Action"
587msgstr "Acció"
588
589#: trac/admin/templates/admin_perms.html:91
590msgid "Note that"
591msgstr ""
592
593#: trac/admin/templates/admin_perms.html:92 trac/ticket/templates/query.html:60
594msgid "or"
595msgstr ""
596
597#: trac/admin/templates/admin_perms.html:92
598msgid "Group"
599msgstr "Grup"
600
601#: trac/admin/templates/admin_perms.html:92
602msgid ""
603"names can't be all upper-case,\n"
604"      as that is reserved for permission names."
605msgstr ""
606
607#: trac/admin/templates/admin_plugins.html:17
608msgid "Manage Plugins"
609msgstr ""
610
611#: trac/admin/templates/admin_plugins.html:21
612msgid "Install Plugin:"
613msgstr ""
614
615#: trac/admin/templates/admin_plugins.html:23
616msgid "File:"
617msgstr ""
618
619#: trac/admin/templates/admin_plugins.html:28
620msgid ""
621"The web server does not have sufficient permissions to store files in\n"
622"            the environment plugins directory."
623msgstr ""
624
625#: trac/admin/templates/admin_plugins.html:32
626msgid "Upload a plugin packaged as Python egg."
627msgstr ""
628
629#: trac/admin/templates/admin_plugins.html:37
630msgid "Install"
631msgstr ""
632
633#: trac/admin/templates/admin_plugins.html:49
634msgid "Uninstall"
635msgstr ""
636
637#: trac/admin/templates/admin_plugins.html:59 trac/templates/diff_view.html:43
638#: trac/versioncontrol/templates/changeset.html:97
639msgid "Author:"
640msgstr "Autor/a:"
641
642#: trac/admin/templates/admin_plugins.html:68
643msgid "Home page:"
644msgstr ""
645
646#: trac/admin/templates/admin_plugins.html:75
647msgid "License:"
648msgstr ""
649
650#: trac/admin/templates/admin_plugins.html:82
651msgid "Component"
652msgstr "Component"
653
654#: trac/admin/templates/admin_plugins.html:82
655msgid "Enabled"
656msgstr ""
657
658#: trac/admin/templates/admin_versions.html:10
659msgid "Versions"
660msgstr ""
661
662#: trac/admin/templates/admin_versions.html:14
663msgid "Manage Versions"
664msgstr ""
665
666#: trac/admin/templates/admin_versions.html:19
667msgid "Modify Version:"
668msgstr ""
669
670#: trac/admin/templates/admin_versions.html:26
671msgid "Date:"
672msgstr ""
673
674#: trac/admin/templates/admin_versions.html:54
675msgid "Add Version:"
676msgstr ""
677
678#: trac/admin/templates/admin_versions.html:59
679msgid "Released:"
680msgstr ""
681
682#: trac/admin/templates/admin_versions.html:77
683msgid "Released"
684msgstr ""
685
686#: trac/db/api.py:98
687#, python-format
688msgid "Unsupported database type \"%(scheme)s\""
689msgstr ""
690
691#: trac/db/api.py:121
692msgid "Database connection string must start with scheme:/"
693msgstr ""
694
695#: trac/db/pool.py:113
696#, python-format
697msgid "Unable to get database connection within %(time)d seconds"
698msgstr ""
699
700#: trac/db/sqlite_backend.py:133
701#, python-format
702msgid "Database already exists at %(path)s"
703msgstr ""
704
705#: trac/db/sqlite_backend.py:161
706#, python-format
707msgid "Database \"%(path)s\" not found."
708msgstr ""
709
710#: trac/db/sqlite_backend.py:170
711#, python-format
712msgid ""
713"The user %(user)s requires read _and_ write permission to the database file "
714"%(path)s and the directory it is located in."
715msgstr ""
716
717#: trac/mimeview/api.py:553 trac/mimeview/api.py:563
718#, python-format
719msgid "No available MIME conversions from %(old)s to %(new)s"
720msgstr ""
721
722#: trac/mimeview/patch.py:55
723msgid "Invalid unified diff content"
724msgstr ""
725
726#: trac/mimeview/php.py:98
727msgid ""
728"You appear to be using the PHP CGI binary. Trac requires the CLI version for "
729"syntax highlighting."
730msgstr ""
731
732#: trac/mimeview/rst.py:60
733msgid "Docutils not found"
734msgstr ""
735
736#: trac/mimeview/rst.py:62
737#, python-format
738msgid "Docutils version >= %(version)s required, %(found)s found"
739msgstr ""
740
741#: trac/prefs/web_ui.py:54 trac/prefs/templates/prefs.html:16
742msgid "Preferences"
743msgstr "Preferències"
744
745#: trac/prefs/web_ui.py:77
746msgid "Unknown preference panel"
747msgstr ""
748
749#: trac/prefs/web_ui.py:90 trac/prefs/templates/prefs_datetime.html:9
750msgid "Date & Time"
751msgstr ""
752
753#: trac/prefs/web_ui.py:91 trac/prefs/templates/prefs_keybindings.html:9
754msgid "Keyboard Shortcuts"
755msgstr ""
756
757#: trac/prefs/web_ui.py:93 trac/prefs/templates/prefs_language.html:9
758msgid "Language"
759msgstr "Idioma"
760
761#: trac/prefs/web_ui.py:95 trac/prefs/templates/prefs_advanced.html:9
762msgid "Advanced"
763msgstr "Avançat"
764
765#: trac/prefs/templates/prefs.html:10
766msgid "Preferences:"
767msgstr ""
768
769#: trac/prefs/templates/prefs.html:17
770msgid ""
771"This page lets you customize your personal settings for this site.\n"
772"      These settings are stored on the server and are identified by a "
773"session\n"
774"      key stored in a browser cookie. That cookie allows your settings to "
775"be\n"
776"      restored on subsequent visits."
777msgstr ""
778
779#: trac/prefs/templates/prefs.html:33
780msgid "Save changes"
781msgstr ""
782
783#: trac/prefs/templates/prefs_advanced.html:14
784msgid "Session key:"
785msgstr ""
786
787#: trac/prefs/templates/prefs_advanced.html:18
788msgid ""
789"The session key is used to identify stored custom\n"
790"      settings and session data on the server. Although it is\n"
791"      automatically generated by default, you may change it to something\n"
792"      easier to remember at any time if you wish to load your settings\n"
793"      in a different web browser."
794msgstr ""
795
796#: trac/prefs/templates/prefs_advanced.html:26
797msgid "Restore session:"
798msgstr ""
799
800#: trac/prefs/templates/prefs_advanced.html:29
801msgid "Load"
802msgstr "Carrega"
803
804#: trac/prefs/templates/prefs_advanced.html:30
805msgid ""
806"You may load a previously created session by entering the\n"
807"      corresponding session key below. This lets you share settings between\n"
808"      multiple computers and web browsers."
809msgstr ""
810
811#: trac/prefs/templates/prefs_datetime.html:15
812msgid "Time zone:"
813msgstr ""
814
815#: trac/prefs/templates/prefs_datetime.html:17
816msgid "Default time zone"
817msgstr ""
818
819#: trac/prefs/templates/prefs_datetime.html:24
820msgid ""
821"Configuring your time zone will result in all\n"
822"      dates and times displayed on this site to use your time zone\n"
823"      instead of that of the server."
824msgstr ""
825
826#: trac/prefs/templates/prefs_datetime.html:28
827msgid "Example: The current time is"
828msgstr ""
829
830#: trac/prefs/templates/prefs_datetime.html:29
831msgid "(UTC)."
832msgstr ""
833
834#: trac/prefs/templates/prefs_datetime.html:30
835msgid "In"
836msgstr ""
837
838#: trac/prefs/templates/prefs_datetime.html:31
839msgid "time zone"
840msgstr ""
841
842#: trac/prefs/templates/prefs_datetime.html:31
843msgid ", this would be displayed as"
844msgstr ""
845
846#: trac/prefs/templates/prefs_datetime.html:35
847msgid ""
848"Note: Universal Co-ordinated Time (UTC) is also known as Greenwich Mean Time "
849"(GMT)."
850msgstr ""
851
852#: trac/prefs/templates/prefs_datetime.html:36
853msgid ""
854"A positive offset is used to indicate a timezone at the east of Greenwich, "
855"i.e. ahead of Universal Time."
856msgstr ""
857
858#: trac/prefs/templates/prefs_general.html:15
859msgid "Full name:"
860msgstr ""
861
862#: trac/prefs/templates/prefs_general.html:20
863msgid "Email address:"
864msgstr ""
865
866#: trac/prefs/templates/prefs_general.html:26
867msgid ""
868"This information is used to automatically populate some forms\n"
869"        on this site with your contact details."
870msgstr ""
871
872#: trac/prefs/templates/prefs_general.html:30
873msgid ""
874"This information is used to associate your login name with your\n"
875"        email address and full name, which is used for email\n"
876"        notification and RSS feeds, for example."
877msgstr ""
878
879#: trac/prefs/templates/prefs_keybindings.html:17
880msgid "Enable access keys"
881msgstr ""
882
883#: trac/prefs/templates/prefs_keybindings.html:20
884msgid ""
885"This site provides keyboard shortcuts for faster\n"
886"      access to certain functions of this site. As these shortcuts can\n"
887"      cause conflicts with shortcuts provided by the desktop system or\n"
888"      web browser, they are disabled by default. See"
889msgstr ""
890
891#: trac/prefs/templates/prefs_keybindings.html:24
892msgid "TracAccessibility"
893msgstr ""
894
895#: trac/prefs/templates/prefs_keybindings.html:24
896msgid "for more information on access keys."
897msgstr ""
898
899#: trac/prefs/templates/prefs_language.html:14
900msgid "Language:"
901msgstr "Idioma:"
902
903#: trac/prefs/templates/prefs_language.html:16
904msgid "default language"
905msgstr ""
906
907#: trac/prefs/templates/prefs_language.html:21
908msgid ""
909"Configuring your language will result in all text\n"
910"      displayed on this site to use your language instead of that of the\n"
911"      server."
912msgstr ""
913
914#: trac/prefs/templates/prefs_language.html:25
915msgid ""
916"The 'default language' option uses the browser's\n"
917"        language negotiation feature to select the appropriate language."
918msgstr ""
919
920#: trac/prefs/templates/prefs_pygments.html:9
921msgid "Pygments Theme"
922msgstr ""
923
924#: trac/prefs/templates/prefs_pygments.html:36
925msgid ""
926"The Pygments syntax highlighter can be used with\n"
927"      different coloring themes."
928msgstr ""
929
930#: trac/prefs/templates/prefs_pygments.html:38
931msgid "Theme:"
932msgstr ""
933
934#: trac/prefs/templates/prefs_pygments.html:43
935msgid "Preview:"
936msgstr ""
937
938#: trac/search/web_ui.py:58 trac/search/templates/search.html:10
939#: trac/search/templates/search.html:23 trac/search/templates/search.html:28
940#: trac/templates/theme.html:28
941msgid "Search"
942msgstr "Cerca"
943
944#: trac/search/web_ui.py:100
945#, python-format
946msgid "Search query too short. Query must be at least %(num)s characters long."
947msgstr ""
948
949#: trac/search/web_ui.py:102
950msgid "Search Error"
951msgstr ""
952
953#: trac/search/web_ui.py:137 trac/ticket/query.py:654 trac/ticket/report.py:316
954msgid "Next Page"
955msgstr ""
956
957#: trac/search/web_ui.py:143 trac/ticket/query.py:659 trac/ticket/report.py:320
958msgid "Previous Page"
959msgstr ""
960
961#: trac/search/web_ui.py:185
962#, python-format
963msgid "Browse repository path %(path)s"
964msgstr ""
965
966#: trac/search/templates/search.html:10 trac/search/templates/search.html:40
967#: trac/ticket/templates/query_results.html:21
968#: trac/ticket/templates/report_view.html:44
969msgid "Results"
970msgstr ""
971
972#: trac/search/templates/search.html:48
973msgid "Quickjump to"
974msgstr ""
975
976#: trac/search/templates/search.html:56
977msgid "By"
978msgstr ""
979
980#: trac/search/templates/search.html:65
981#: trac/ticket/templates/report_view.html:166
982msgid "No matches found."
983msgstr ""
984
985#: trac/search/templates/search.html:70
986#: trac/ticket/templates/milestone_delete.html:41
987#: trac/ticket/templates/milestone_edit.html:94
988#: trac/ticket/templates/milestone_view.html:103
989#: trac/ticket/templates/query.html:238
990#: trac/ticket/templates/report_delete.html:26
991#: trac/ticket/templates/report_edit.html:49
992#: trac/ticket/templates/report_view.html:169
993#: trac/ticket/templates/roadmap.html:71 trac/ticket/templates/ticket.html:397
994#: trac/timeline/templates/timeline.html:53
995#: trac/versioncontrol/templates/browser.html:142
996#: trac/versioncontrol/templates/diff_form.html:62
997#: trac/versioncontrol/templates/revisionlog.html:168
998msgid "Note:"
999msgstr ""
1000
1001#: trac/search/templates/search.html:70
1002#: trac/ticket/templates/milestone_delete.html:41
1003#: trac/ticket/templates/milestone_edit.html:94
1004#: trac/ticket/templates/milestone_view.html:103
1005#: trac/ticket/templates/query.html:238
1006#: trac/ticket/templates/report_delete.html:26
1007#: trac/ticket/templates/report_edit.html:49
1008#: trac/ticket/templates/report_view.html:169
1009#: trac/ticket/templates/roadmap.html:71 trac/ticket/templates/ticket.html:397
1010#: trac/timeline/templates/timeline.html:53
1011#: trac/versioncontrol/templates/browser.html:142
1012#: trac/versioncontrol/templates/diff_form.html:62
1013#: trac/versioncontrol/templates/revisionlog.html:168
1014msgid "See"
1015msgstr ""
1016
1017#: trac/search/templates/search.html:70
1018msgid "TracSearch"
1019msgstr ""
1020
1021#: trac/search/templates/search.html:70
1022msgid "for help on searching."
1023msgstr ""
1024
1025#: trac/templates/about.html:25
1026msgid "Trac: Integrated SCM & Project Management"
1027msgstr ""
1028
1029#: trac/templates/about.html:29
1030msgid ""
1031"Trac is a web-based software project management and bug/issue\n"
1032"        tracking system emphasizing ease of use and low ceremony.\n"
1033"        It provides an integrated Wiki, an interface to version control\n"
1034"        systems, and a number of convenient ways to stay on top of events\n"
1035"        and changes within a project."
1036msgstr ""
1037
1038#: trac/templates/about.html:35
1039msgid "Trac is distributed under the modified BSD License."
1040msgstr ""
1041
1042#: trac/templates/about.html:35
1043msgid "The complete text of the license can be found"
1044msgstr ""
1045
1046#: trac/templates/about.html:37
1047msgid "online"
1048msgstr ""
1049
1050#: trac/templates/about.html:37
1051msgid "as well as in the"
1052msgstr ""
1053
1054#: trac/templates/about.html:38
1055msgid "COPYING"
1056msgstr ""
1057
1058#: trac/templates/about.html:38
1059msgid "file included in the distribution."
1060msgstr ""
1061
1062#: trac/templates/about.html:40
1063msgid "python powered"
1064msgstr ""
1065
1066#: trac/templates/about.html:43
1067msgid "Please visit the Trac open source project:"
1068msgstr ""
1069
1070#: trac/templates/about.html:44
1071msgid "http://trac.edgewall.org/"
1072msgstr ""
1073
1074#: trac/templates/about.html:53
1075msgid "System Information"
1076msgstr ""
1077
1078#: trac/templates/about.html:67
1079msgid "Section"
1080msgstr ""
1081
1082#: trac/templates/about.html:69 trac/templates/error.html:162
1083msgid "Value"
1084msgstr "Valor"
1085
1086#: trac/templates/attachment.html:10
1087msgid "Attachment"
1088msgstr ""
1089
1090#: trac/templates/attachment.html:17
1091msgid "Add Attachment to"
1092msgstr ""
1093
1094#: trac/templates/attachment.html:20
1095msgid "(size limit"
1096msgstr ""
1097
1098#: trac/templates/attachment.html:25
1099msgid "Attachment Info"
1100msgstr ""
1101
1102#: trac/templates/attachment.html:28 trac/ticket/templates/ticket.html:248
1103#: trac/wiki/templates/wiki_edit.html:105
1104msgid "Your email or username:"
1105msgstr ""
1106
1107#: trac/templates/attachment.html:34
1108msgid "Description of the file (optional):"
1109msgstr ""
1110
1111#: trac/templates/attachment.html:39
1112msgid "Replace existing attachment of the same name"
1113msgstr ""
1114
1115#: trac/templates/attachment.html:48
1116msgid "Add attachment"
1117msgstr ""
1118
1119#: trac/templates/attachment.html:56
1120msgid "Are you sure you want to delete this attachment?"
1121msgstr ""
1122
1123#: trac/templates/attachment.html:56 trac/wiki/templates/wiki_delete.html:32
1124msgid "This is an irreversible operation."
1125msgstr ""
1126
1127#: trac/templates/attachment.html:63 trac/templates/attachment.html:103
1128msgid "Delete attachment"
1129msgstr ""
1130
1131#: trac/templates/attachment.html:78 trac/ticket/api.py:212
1132#: trac/ticket/templates/ticket.html:167
1133msgid "Description"
1134msgstr "Descripció"
1135
1136#: trac/templates/attachment.html:82
1137msgid "(added by"
1138msgstr ""
1139
1140#: trac/templates/attachment.html:83 trac/templates/diff_view.html:40
1141#: trac/versioncontrol/templates/browser.html:104
1142#: trac/versioncontrol/templates/changeset.html:96
1143#: trac/wiki/templates/wiki_view.html:26
1144msgid "ago)"
1145msgstr ""
1146
1147#: trac/templates/diff_div.html:53
1148#: trac/versioncontrol/templates/browser.html:124
1149msgid "Property"
1150msgstr ""
1151
1152#: trac/templates/diff_div.html:64 trac/ticket/templates/ticket.html:61
1153#: trac/versioncontrol/templates/changeset.html:32
1154msgid "to"
1155msgstr "a"
1156
1157#: trac/templates/diff_div.html:69
1158msgid "Differences"
1159msgstr ""
1160
1161#: trac/templates/diff_view.html:17
1162msgid "Changes"
1163msgstr ""
1164
1165#: trac/templates/diff_view.html:18 trac/templates/diff_view.html:21
1166msgid "between"
1167msgstr "entre"
1168
1169#: trac/templates/diff_view.html:19 trac/templates/diff_view.html:25
1170#: trac/templates/history_view.html:26 trac/ticket/templates/ticket.html:100
1171#: trac/wiki/web_ui.py:519 trac/wiki/templates/wiki_view.html:25
1172msgid "Version"
1173msgstr "Versió"
1174
1175#: trac/templates/diff_view.html:19 trac/templates/diff_view.html:22
1176#: trac/timeline/templates/timeline.html:20
1177msgid "and"
1178msgstr ""
1179
1180#: trac/templates/diff_view.html:22 trac/ticket/web_ui.py:739
1181#: trac/ticket/templates/ticket.html:97
1182msgid "Initial Version"
1183msgstr ""
1184
1185#: trac/templates/diff_view.html:24
1186#: trac/versioncontrol/templates/changeset.html:71
1187msgid "from"
1188msgstr "des de"
1189
1190#: trac/templates/diff_view.html:25
1191msgid "of"
1192msgstr ""
1193
1194#: trac/templates/diff_view.html:37
1195#: trac/versioncontrol/templates/changeset.html:94
1196msgid "Timestamp:"
1197msgstr ""
1198
1199#: trac/templates/diff_view.html:39 trac/templates/diff_view.html:45
1200#: trac/templates/diff_view.html:50
1201msgid "(multiple changes)"
1202msgstr ""
1203
1204#: trac/templates/diff_view.html:46
1205msgid "(IP:"
1206msgstr ""
1207
1208#: trac/templates/diff_view.html:48
1209msgid "Comment:"
1210msgstr ""
1211
1212#: trac/templates/diff_view.html:56
1213#: trac/versioncontrol/templates/changeset.html:151
1214#: trac/versioncontrol/templates/revisionlog.html:70
1215msgid "Legend:"
1216msgstr ""
1217
1218#: trac/templates/diff_view.html:58
1219#: trac/versioncontrol/templates/changeset.html:153
1220msgid "Unmodified"
1221msgstr ""
1222
1223#: trac/templates/diff_view.html:59
1224#: trac/versioncontrol/templates/changeset.html:154
1225#: trac/versioncontrol/templates/revisionlog.html:72
1226msgid "Added"
1227msgstr ""
1228
1229#: trac/templates/diff_view.html:60
1230#: trac/versioncontrol/templates/changeset.html:155
1231#: trac/versioncontrol/templates/revisionlog.html:74
1232msgid "Removed"
1233msgstr ""
1234
1235#: trac/templates/diff_view.html:61 trac/ticket/query.py:583
1236#: trac/versioncontrol/templates/changeset.html:157
1237#: trac/versioncontrol/templates/revisionlog.html:76
1238msgid "Modified"
1239msgstr "Modificat"
1240
1241#: trac/templates/error.html:60
1242msgid ""
1243"==== How to Reproduce ====\n"
1244"\n"
1245"While doing a"
1246msgstr ""
1247
1248#: trac/templates/error.html:64
1249msgid "operation on `"
1250msgstr ""
1251
1252#: trac/templates/error.html:64
1253msgid ""
1254"`, Trac issued an internal error.\n"
1255"\n"
1256"''(please provide additional details here)''"
1257msgstr ""
1258
1259#: trac/templates/error.html:68
1260msgid ""
1261"Request parameters:\n"
1262"{{{"
1263msgstr ""
1264
1265#: trac/templates/error.html:73
1266msgid "==== System Information ===="
1267msgstr ""
1268
1269#: trac/templates/error.html:76
1270msgid ""
1271"==== Python Traceback ====\n"
1272"{{{"
1273msgstr ""
1274
1275#: trac/templates/error.html:84
1276msgid "Create"
1277msgstr "Crea"
1278
1279#: trac/templates/error.html:99
1280msgid "Oops…"
1281msgstr ""
1282
1283#: trac/templates/error.html:101
1284msgid "Trac detected an internal error:"
1285msgstr ""
1286
1287#: trac/templates/error.html:106
1288msgid ""
1289"There was an internal error in Trac. It is recommended\n"
1290"              that you inform your local"
1291msgstr ""
1292
1293#: trac/templates/error.html:108
1294msgid ""
1295"Trac\n"
1296"              administrator"
1297msgstr ""
1298
1299#: trac/templates/error.html:109
1300msgid ""
1301"and give him all the information he needs to\n"
1302"              reproduce the issue."
1303msgstr ""
1304
1305#: trac/templates/error.html:114
1306msgid "To that end, you could"
1307msgstr ""
1308
1309#: trac/templates/error.html:114
1310msgid ""
1311"a ticket at this\n"
1312"                  site."
1313msgstr ""
1314
1315#: trac/templates/error.html:118
1316msgid "The action that triggered the error was:"
1317msgstr ""
1318
1319#: trac/templates/error.html:124
1320msgid ""
1321"If you think this should work you can reproduce the problem,\n"
1322"              you should consider reporting this to the Trac team."
1323msgstr ""
1324
1325#: trac/templates/error.html:126
1326msgid ""
1327"Before you do that, though, please first try\n"
1328"                [1:searching]\n"
1329"                for similar issues, as it is quite likely that this problem\n"
1330"                has been reported before. For questions about installation\n"
1331"                and configuration of Trac, please try the\n"
1332"                [2:mailing list]\n"
1333"                instead of filing a ticket."
1334msgstr ""
1335
1336#: trac/templates/error.html:136
1337msgid "Otherwise, please"
1338msgstr ""
1339
1340#: trac/templates/error.html:136
1341msgid ""
1342"a new ticket at\n"
1343"                the Trac project site, where you can describe the problem "
1344"and\n"
1345"                explain how to reproduce it."
1346msgstr ""
1347
1348#: trac/templates/error.html:141
1349msgid "Python Traceback"
1350msgstr ""
1351
1352#: trac/templates/error.html:142
1353msgid "Most recent call last:"
1354msgstr ""
1355
1356#: trac/templates/error.html:147 trac/templates/error.html:174
1357msgid "File \""
1358msgstr ""
1359
1360#: trac/templates/error.html:147
1361msgid ""
1362"\",\n"
1363"                        line"
1364msgstr ""
1365
1366#: trac/templates/error.html:148 trac/templates/error.html:174
1367msgid ", in"
1368msgstr ""
1369
1370#: trac/templates/error.html:152
1371msgid "Code fragment:"
1372msgstr ""
1373
1374#: trac/templates/error.html:160
1375msgid "Local variables:"
1376msgstr ""
1377
1378#: trac/templates/error.html:174
1379msgid "\", line"
1380msgstr ""
1381
1382#: trac/templates/error.html:177
1383msgid "Switch to plain text view"
1384msgstr ""
1385
1386#: trac/templates/error.html:180
1387msgid "System Information:"
1388msgstr ""
1389
1390#: trac/templates/error.html:192
1391msgid "TracGuide"
1392msgstr ""
1393
1394#: trac/templates/error.html:192
1395msgid "— The Trac User and Administration Guide"
1396msgstr ""
1397
1398#: trac/templates/history_view.html:15
1399msgid "Change History for"
1400msgstr ""
1401
1402#: trac/templates/history_view.html:20 trac/templates/history_view.html:51
1403#: trac/versioncontrol/templates/diff_form.html:57
1404#: trac/versioncontrol/templates/revisionlog.html:84
1405#: trac/versioncontrol/templates/revisionlog.html:162
1406msgid "View changes"
1407msgstr ""
1408
1409#: trac/templates/history_view.html:22
1410msgid "Change history"
1411msgstr ""
1412
1413#: trac/templates/history_view.html:27
1414#: trac/versioncontrol/templates/revisionlog.html:94
1415msgid "Date"
1416msgstr "Data"
1417
1418#: trac/templates/history_view.html:28
1419#: trac/versioncontrol/templates/revisionlog.html:95
1420msgid "Author"
1421msgstr "Autor/a"
1422
1423#: trac/templates/history_view.html:29
1424#: trac/ticket/templates/ticket_notify_email.txt:21
1425msgid "Comment"
1426msgstr "Comentari"
1427
1428#: trac/templates/history_view.html:41
1429msgid "View this version"
1430msgstr ""
1431
1432#: trac/templates/index.html:8 trac/templates/index.html:12
1433msgid "Available Projects"
1434msgstr ""
1435
1436#: trac/templates/index.html:18
1437msgid "Error"
1438msgstr "Error"
1439
1440#: trac/templates/layout.html:43
1441msgid "Download in other formats:"
1442msgstr ""
1443
1444#: trac/templates/macros.html:40
1445msgid "anonymous"
1446msgstr ""
1447
1448#: trac/templates/macros.html:73 trac/templates/macros.html:74
1449msgid "Previous"
1450msgstr "Anterior"
1451
1452#: trac/templates/macros.html:83 trac/templates/macros.html:84
1453msgid "Next"
1454msgstr "Següent"
1455
1456#: trac/templates/macros.html:94
1457msgid "View differences"
1458msgstr ""
1459
1460#: trac/templates/macros.html:97
1461msgid "inline"
1462msgstr ""
1463
1464#: trac/templates/macros.html:99
1465msgid "side by side"
1466msgstr ""
1467
1468#: trac/templates/macros.html:101
1469msgid "Show"
1470msgstr "Mostra"
1471
1472#: trac/templates/macros.html:104
1473msgid "lines around each change"
1474msgstr ""
1475
1476#: trac/templates/macros.html:107
1477msgid "Ignore:"
1478msgstr ""
1479
1480#: trac/templates/macros.html:111
1481msgid "Blank lines"
1482msgstr ""
1483
1484#: trac/templates/macros.html:116
1485msgid "Case changes"
1486msgstr ""
1487
1488#: trac/templates/macros.html:121
1489msgid "White space changes"
1490msgstr ""
1491
1492#: trac/templates/macros.html:125 trac/ticket/templates/milestone_view.html:53
1493#: trac/ticket/templates/query.html:179 trac/ticket/templates/roadmap.html:26
1494#: trac/timeline/templates/timeline.html:30
1495#: trac/versioncontrol/templates/revisionlog.html:64
1496msgid "Update"
1497msgstr "Actualitza"
1498
1499#: trac/templates/macros.html:138
1500msgid "(The file is empty)"
1501msgstr ""
1502
1503#: trac/templates/macros.html:141 trac/templates/macros.html:154
1504msgid "HTML preview not available"
1505msgstr ""
1506
1507#: trac/templates/macros.html:143
1508msgid "since the file size exceeds"
1509msgstr ""
1510
1511#: trac/templates/macros.html:144
1512msgid "bytes."
1513msgstr ""
1514
1515#: trac/templates/macros.html:146
1516msgid "since no preview renderer could handle it."
1517msgstr ""
1518
1519#: trac/templates/macros.html:149
1520msgid "Try"
1521msgstr ""
1522
1523#: trac/templates/macros.html:150
1524msgid "downloading"
1525msgstr ""
1526
1527#: trac/templates/macros.html:150
1528msgid "the file instead."
1529msgstr ""
1530
1531#: trac/templates/macros.html:154
1532msgid ""
1533".\n"
1534"          To view,"
1535msgstr ""
1536
1537#: trac/templates/macros.html:155
1538msgid "download"
1539msgstr ""
1540
1541#: trac/templates/macros.html:155
1542msgid "the file."
1543msgstr ""
1544
1545#: trac/templates/macros.html:157
1546msgid "found:"
1547msgstr ""
1548
1549#: trac/templates/macros.html:174
1550msgid "View attachment"
1551msgstr ""
1552
1553#: trac/templates/macros.html:175
1554msgid ") - added by"
1555msgstr ""
1556
1557#: trac/templates/macros.html:176 trac/ticket/templates/query_results.html:70
1558msgid "ago."
1559msgstr ""
1560
1561#: trac/templates/macros.html:181 trac/templates/macros.html:192
1562msgid "Attachments"
1563msgstr ""
1564
1565#: trac/templates/macros.html:217
1566msgid "Attach file"
1567msgstr ""
1568
1569#: trac/templates/macros.html:241 trac/templates/macros.html:245
1570msgid "s:"
1571msgstr ""
1572
1573#: trac/templates/macros.html:245
1574msgid "Total"
1575msgstr "Total"
1576
1577#: trac/templates/theme.html:26
1578msgid "Search:"
1579msgstr ""
1580
1581#: trac/templates/theme.html:37
1582msgid "Context Navigation"
1583msgstr ""
1584
1585#: trac/templates/theme.html:46
1586msgid "Warning:"
1587msgstr ""
1588
1589#: trac/templates/theme.html:49
1590msgid "Warnings:"
1591msgstr ""
1592
1593#: trac/templates/theme.html:57
1594msgid "Notice:"
1595msgstr ""
1596
1597#: trac/templates/theme.html:60
1598msgid "Notices:"
1599msgstr ""
1600
1601#: trac/ticket/admin.py:87
1602#, python-format
1603msgid "Component %(name)s already exists."
1604msgstr ""
1605
1606#: trac/ticket/admin.py:94
1607msgid "No component selected"
1608msgstr ""
1609
1610#: trac/ticket/admin.py:157 trac/ticket/roadmap.py:634
1611msgid "Completion date may not be in the future"
1612msgstr ""
1613
1614#: trac/ticket/admin.py:159
1615msgid "Invalid Completion Date"
1616msgstr ""
1617
1618#: trac/ticket/admin.py:185
1619#, python-format
1620msgid "Milestone %(name)s already exists."
1621msgstr ""
1622
1623#: trac/ticket/admin.py:192
1624msgid "No milestone selected"
1625msgstr ""
1626
1627#: trac/ticket/admin.py:267
1628#, python-format
1629msgid "Version %(name)s already exists."
1630msgstr ""
1631
1632#: trac/ticket/admin.py:274
1633msgid "No version selected"
1634msgstr ""
1635
1636#: trac/ticket/admin.py:348
1637#, python-format
1638msgid "%(type)s %(name)s already exists"
1639msgstr ""
1640
1641#: trac/ticket/admin.py:354
1642#, python-format
1643msgid "No %s selected"
1644msgstr ""
1645
1646#: trac/ticket/admin.py:383
1647msgid "Order numbers must be unique"
1648msgstr ""
1649
1650#: trac/ticket/api.py:362
1651#, python-format
1652msgid "Comment %(cnum)s for Ticket #%(id)s"
1653msgstr ""
1654
1655#: trac/ticket/api.py:383
1656#, python-format
1657msgid "Ticket #%(shortname)s"
1658msgstr ""
1659
1660#: trac/ticket/default_workflow.py:226
1661msgid "Current state no longer exists"
1662msgstr ""
1663
1664#: trac/ticket/default_workflow.py:228
1665msgid "The ticket will be disowned"
1666msgstr ""
1667
1668#: trac/ticket/default_workflow.py:247 trac/ticket/default_workflow.py:258
1669msgid "The owner will change"
1670msgstr ""
1671
1672#: trac/ticket/default_workflow.py:251 trac/ticket/default_workflow.py:261
1673#, python-format
1674msgid "The owner will change to %(name)s"
1675msgstr ""
1676
1677#: trac/ticket/default_workflow.py:254
1678msgid "to "
1679msgstr ""
1680
1681#: trac/ticket/default_workflow.py:271
1682msgid ""
1683"Your workflow attempts to set a resolution but none is defined "
1684"(configuration issue, please contact your Trac admin)."
1685msgstr ""
1686
1687#: trac/ticket/default_workflow.py:276
1688#, python-format
1689msgid "The resolution will be set to %(name)s"
1690msgstr ""
1691
1692#: trac/ticket/default_workflow.py:286
1693msgid "The resolution will be set"
1694msgstr ""
1695
1696#: trac/ticket/default_workflow.py:291
1697#, python-format
1698msgid "Next status will be '%(name)s'"
1699msgstr ""
1700
1701#: trac/ticket/model.py:128
1702msgid "Multi-values fields not supported yet"
1703msgstr ""
1704
1705#: trac/ticket/model.py:363
1706#, python-format
1707msgid "%(type)s %(name)s does not exist."
1708msgstr ""
1709
1710#: trac/ticket/model.py:507
1711#, python-format
1712msgid "Component %(name)s does not exist."
1713msgstr ""
1714
1715#: trac/ticket/model.py:737
1716#, python-format
1717msgid "Version %(name)s does not exist."
1718msgstr ""
1719
1720#: trac/ticket/query.py:73
1721#, python-format
1722msgid "Query page %(page)s is invalid."
1723msgstr ""
1724
1725#: trac/ticket/query.py:88
1726#, python-format
1727msgid "Query max %(max)s is invalid."
1728msgstr ""
1729
1730#: trac/ticket/query.py:130
1731msgid "Query filter requires field and constraints separated by a \"=\""
1732msgstr ""
1733
1734#: trac/ticket/query.py:134
1735msgid "Query filter requires field name"
1736msgstr ""
1737
1738#: trac/ticket/query.py:266
1739#, python-format
1740msgid "Page %(page)s is beyond the number of pages in the query"
1741msgstr ""
1742
1743#: trac/ticket/query.py:584
1744msgid "Created"
1745msgstr "Creat"
1746
1747#: trac/ticket/query.py:587 trac/ticket/web_ui.py:571
1748msgid "Ticket"
1749msgstr ""
1750
1751#: trac/ticket/query.py:603
1752msgid "contains"
1753msgstr "conté"
1754
1755#: trac/ticket/query.py:604
1756msgid "doesn't contain"
1757msgstr ""
1758
1759#: trac/ticket/query.py:605
1760msgid "begins with"
1761msgstr ""
1762
1763#: trac/ticket/query.py:606
1764msgid "ends with"
1765msgstr ""
1766
1767#: trac/ticket/query.py:607 trac/ticket/query.py:611
1768msgid "is"
1769msgstr ""
1770
1771#: trac/ticket/query.py:608 trac/ticket/query.py:612
1772msgid "is not"
1773msgstr ""
1774
1775#: trac/ticket/query.py:667 trac/ticket/report.py:327
1776#, python-format
1777msgid "Page %(num)d"
1778msgstr ""
1779
1780#: trac/ticket/query.py:708 trac/ticket/report.py:511 trac/ticket/web_ui.py:131
1781#: trac/timeline/web_ui.py:190 trac/versioncontrol/web_ui/log.py:241
1782msgid "RSS Feed"
1783msgstr "Sindicació RSS"
1784
1785#: trac/ticket/query.py:710 trac/ticket/report.py:514 trac/ticket/web_ui.py:127
1786msgid "Comma-delimited Text"
1787msgstr ""
1788
1789#: trac/ticket/query.py:712 trac/ticket/report.py:516 trac/ticket/web_ui.py:129
1790msgid "Tab-delimited Text"
1791msgstr ""
1792
1793#: trac/ticket/query.py:734 trac/ticket/report.py:62
1794msgid "View Tickets"
1795msgstr ""
1796
1797#: trac/ticket/query.py:888 trac/ticket/query.py:899 trac/ticket/report.py:120
1798msgid "Custom Query"
1799msgstr ""
1800
1801#: trac/ticket/query.py:898 trac/ticket/report.py:110 trac/ticket/report.py:111
1802#: trac/ticket/report.py:113 trac/ticket/report.py:230
1803msgid "Available Reports"
1804msgstr ""
1805
1806#: trac/ticket/query.py:985
1807#, python-format
1808msgid "[Error: %(error)s]"
1809msgstr ""
1810
1811#: trac/ticket/query.py:1082
1812msgid "No results"
1813msgstr ""
1814
1815#: trac/ticket/query.py:1120
1816#, python-format
1817msgid "%(groupvalue)s %(groupname)s tickets:"
1818msgstr ""
1819
1820#: trac/ticket/report.py:177
1821#, python-format
1822msgid "Delete Report {%(num)s} %(title)s"
1823msgstr ""
1824
1825#: trac/ticket/report.py:182 trac/ticket/report.py:194
1826#: trac/ticket/report.py:242
1827#, python-format
1828msgid "Report %(num)s does not exist."
1829msgstr ""
1830
1831#: trac/ticket/report.py:183 trac/ticket/report.py:195
1832#: trac/ticket/report.py:243
1833msgid "Invalid Report Number"
1834msgstr ""
1835
1836#: trac/ticket/report.py:207
1837msgid "Create New Report"
1838msgstr ""
1839
1840#: trac/ticket/report.py:211
1841#, python-format
1842msgid "Edit Report {%(num)d} %(title)s"
1843msgstr ""
1844
1845#: trac/ticket/report.py:225
1846#, python-format
1847msgid "Report failed: %(error)s"
1848msgstr ""
1849
1850#: trac/ticket/report.py:233
1851msgid "This is a list of available reports."
1852msgstr ""
1853
1854#: trac/ticket/report.py:258
1855#, python-format
1856msgid "When specified, the report number should be \"%(num)s\"."
1857msgstr ""
1858
1859#: trac/ticket/report.py:305
1860#, python-format
1861msgid "Report execution failed: %(error)s"
1862msgstr ""
1863
1864#: trac/ticket/report.py:518
1865msgid "SQL Query"
1866msgstr ""
1867
1868#: trac/ticket/report.py:532
1869#, python-format
1870msgid "Report %(num)s has no SQL query."
1871msgstr ""
1872
1873#: trac/ticket/report.py:562
1874#, python-format
1875msgid "Query parameter \"sort=%(sort_col)s\"  is invalid"
1876msgstr ""
1877
1878#: trac/ticket/report.py:605
1879#, python-format
1880msgid "Dynamic variable '%(name)s' not defined."
1881msgstr ""
1882
1883#: trac/ticket/roadmap.py:214
1884#, python-format
1885msgid ""
1886"'%(group1)s' and '%(group2)s' milestone groups both are declared to be "
1887"\"catch-all\" groups. Please check your configuration."
1888msgstr ""
1889
1890#: trac/ticket/roadmap.py:230
1891#, python-format
1892msgid ""
1893"'%(groupname)s' milestone group reused status '%(status)s' already taken by "
1894"other groups. Please check your configuration."
1895msgstr ""
1896
1897#: trac/ticket/roadmap.py:309 trac/ticket/roadmap.py:420
1898#: trac/ticket/roadmap.py:551 trac/ticket/templates/roadmap.html:10
1899#: trac/ticket/templates/roadmap.html:17
1900msgid "Roadmap"
1901msgstr ""
1902
1903#: trac/ticket/roadmap.py:351
1904msgid "iCalendar"
1905msgstr ""
1906
1907#: trac/ticket/roadmap.py:429 trac/ticket/roadmap.py:803
1908#, python-format
1909msgid "Milestone %(name)s"
1910msgstr ""
1911
1912#: trac/ticket/roadmap.py:448
1913#, python-format
1914msgid "Ticket #%(num)s: %(summary)s"
1915msgstr ""
1916
1917#: trac/ticket/roadmap.py:623
1918#, python-format
1919msgid "Milestone \"%(name)s\" already exists, please choose another name"
1920msgstr ""
1921
1922#: trac/ticket/roadmap.py:628
1923msgid "You must provide a name for the milestone."
1924msgstr ""
1925
1926#: trac/ticket/web_ui.py:153 trac/ticket/templates/ticket.html:17
1927msgid "New Ticket"
1928msgstr ""
1929
1930#: trac/ticket/web_ui.py:169
1931msgid "id can't be set for a new ticket request."
1932msgstr ""
1933
1934#: trac/ticket/web_ui.py:225
1935msgid "Ticket changes"
1936msgstr ""
1937
1938#: trac/ticket/web_ui.py:227
1939msgid "Ticket details"
1940msgstr ""
1941
1942#: trac/ticket/web_ui.py:233
1943msgid "created"
1944msgstr ""
1945
1946#: trac/ticket/web_ui.py:234
1947msgid "reopened"
1948msgstr ""
1949
1950#: trac/ticket/web_ui.py:235
1951msgid "closed"
1952msgstr ""
1953
1954#: trac/ticket/web_ui.py:236
1955msgid "updated"
1956msgstr ""
1957
1958#: trac/ticket/web_ui.py:332
1959#, python-format
1960msgid "Ticket %(ticketref)s (%(summary)s) %(verb)s"
1961msgstr ""
1962
1963#: trac/ticket/web_ui.py:460
1964#, python-format
1965msgid "Invalid action \"%(name)s\""
1966msgstr ""
1967
1968#: trac/ticket/web_ui.py:571
1969msgid "Back to Query"
1970msgstr ""
1971
1972#: trac/ticket/web_ui.py:651 trac/ticket/web_ui.py:801
1973msgid "Ticket History"
1974msgstr ""
1975
1976#: trac/ticket/web_ui.py:696
1977msgid "No differences to show"
1978msgstr ""
1979
1980#: trac/ticket/web_ui.py:736 trac/ticket/web_ui.py:791
1981#: trac/ticket/web_ui.py:799 trac/wiki/web_ui.py:355 trac/wiki/web_ui.py:361
1982#: trac/wiki/web_ui.py:507 trac/wiki/web_ui.py:515
1983#, python-format
1984msgid "Version %(num)s"
1985msgstr ""
1986
1987#: trac/ticket/web_ui.py:739
1988msgid "initial"
1989msgstr ""
1990
1991#: trac/ticket/web_ui.py:801 trac/versioncontrol/web_ui/changeset.py:342
1992#: trac/wiki/web_ui.py:374
1993msgid "Change"
1994msgstr "Canvia"
1995
1996#: trac/ticket/web_ui.py:806
1997msgid "Ticket Diff"
1998msgstr ""
1999
2000#: trac/ticket/web_ui.py:874
2001msgid "No permission to change ticket fields."
2002msgstr ""
2003
2004#: trac/ticket/web_ui.py:882
2005msgid "No permissions to change ticket fields."
2006msgstr ""
2007
2008#: trac/ticket/web_ui.py:891
2009msgid "No permissions to add a comment."
2010msgstr ""
2011
2012#: trac/ticket/web_ui.py:897
2013msgid ""
2014"Sorry, can not save your changes. This ticket has been modified by someone "
2015"else since you started"
2016msgstr ""
2017
2018#: trac/ticket/web_ui.py:904
2019msgid "Tickets must contain a summary."
2020msgstr ""
2021
2022#: trac/ticket/web_ui.py:927
2023#, python-format
2024msgid "Ticket description is too long (must be less than %(num)s characters)"
2025msgstr ""
2026
2027#: trac/ticket/web_ui.py:942
2028msgid "Invalid comment threading identifier"
2029msgstr ""
2030
2031#: trac/ticket/web_ui.py:949
2032#, python-format
2033msgid "The ticket field '%(field)s' is invalid: %(message)s"
2034msgstr ""
2035
2036#: trac/ticket/web_ui.py:1066
2037msgid "Assign to"
2038msgstr ""
2039
2040#: trac/ticket/web_ui.py:1081
2041msgid "Open (by due date)"
2042msgstr ""
2043
2044#: trac/ticket/web_ui.py:1083
2045msgid "Open (no due date)"
2046msgstr ""
2047
2048#: trac/ticket/web_ui.py:1089
2049msgid "Closed"
2050msgstr "Tancat"
2051
2052#: trac/ticket/web_ui.py:1101
2053msgid "Add to Cc"
2054msgstr ""
2055
2056#: trac/ticket/web_ui.py:1102
2057msgid "Remove from Cc"
2058msgstr ""
2059
2060#: trac/ticket/web_ui.py:1103
2061msgid "Add/Remove from Cc"
2062msgstr ""
2063
2064#: trac/ticket/web_ui.py:1104
2065msgid "<Author field>"
2066msgstr ""
2067
2068#: trac/ticket/web_ui.py:1124 trac/ticket/templates/query.html:89
2069msgid "yes"
2070msgstr "sí"
2071
2072#: trac/ticket/web_ui.py:1124 trac/ticket/templates/query.html:92
2073msgid "no"
2074msgstr "no"
2075
2076#: trac/ticket/web_ui.py:1295 trac/versioncontrol/templates/changeset.html:130
2077msgid "modified"
2078msgstr ""
2079
2080#: trac/ticket/templates/milestone_delete.html:9
2081#: trac/ticket/templates/milestone_delete.html:21
2082msgid "Delete Milestone"
2083msgstr ""
2084
2085#: trac/ticket/templates/milestone_delete.html:26
2086msgid "Are you sure you want to delete this milestone?"
2087msgstr ""
2088
2089#: trac/ticket/templates/milestone_delete.html:28
2090msgid "Retarget associated tickets to milestone"
2091msgstr ""
2092
2093#: trac/ticket/templates/milestone_delete.html:37
2094#: trac/ticket/templates/milestone_view.html:97
2095msgid "Delete milestone"
2096msgstr ""
2097
2098#: trac/ticket/templates/milestone_delete.html:42
2099#: trac/ticket/templates/milestone_edit.html:95
2100#: trac/ticket/templates/milestone_view.html:104
2101#: trac/ticket/templates/roadmap.html:72
2102msgid "TracRoadmap"
2103msgstr ""
2104
2105#: trac/ticket/templates/milestone_delete.html:42
2106msgid ""
2107"for help on using\n"
2108"      the roadmap."
2109msgstr ""
2110
2111#: trac/ticket/templates/milestone_edit.html:11
2112#: trac/ticket/templates/milestone_edit.html:37
2113msgid "Edit Milestone"
2114msgstr ""
2115
2116#: trac/ticket/templates/milestone_edit.html:12
2117#: trac/ticket/templates/milestone_edit.html:38
2118msgid "New Milestone"
2119msgstr ""
2120
2121#: trac/ticket/templates/milestone_edit.html:45
2122msgid "Name of the milestone:"
2123msgstr ""
2124
2125#: trac/ticket/templates/milestone_edit.html:50
2126msgid "Schedule"
2127msgstr ""
2128
2129#: trac/ticket/templates/milestone_edit.html:71
2130msgid "Retarget associated open tickets to milestone:"
2131msgstr ""
2132
2133#: trac/ticket/templates/milestone_edit.html:88
2134#: trac/wiki/templates/wiki_edit.html:126
2135#: trac/wiki/templates/wiki_edit.html:131
2136msgid "Submit changes"
2137msgstr ""
2138
2139#: trac/ticket/templates/milestone_edit.html:89
2140msgid "Add milestone"
2141msgstr ""
2142
2143#: trac/ticket/templates/milestone_edit.html:95
2144#: trac/ticket/templates/milestone_view.html:104
2145#: trac/ticket/templates/roadmap.html:72
2146msgid ""
2147"for help on using\n"
2148"        the roadmap."
2149msgstr ""
2150
2151#: trac/ticket/templates/milestone_view.html:10
2152#: trac/ticket/templates/milestone_view.html:22
2153msgid "Milestone"
2154msgstr ""
2155
2156#: trac/ticket/templates/milestone_view.html:26
2157msgid ""
2158"ago\n"
2159"            ("
2160msgstr ""
2161
2162#: trac/ticket/templates/milestone_view.html:30
2163#: trac/ticket/templates/roadmap.html:43
2164msgid "late"
2165msgstr ""
2166
2167#: trac/ticket/templates/milestone_view.html:33
2168#: trac/ticket/templates/roadmap.html:46
2169msgid "Due in"
2170msgstr ""
2171
2172#: trac/ticket/templates/milestone_view.html:37
2173#: trac/ticket/templates/roadmap.html:50
2174msgid "No date set"
2175msgstr ""
2176
2177#: trac/ticket/templates/milestone_view.html:47
2178#: trac/timeline/templates/timeline.html:42
2179msgid "by"
2180msgstr ""
2181
2182#: trac/ticket/templates/milestone_view.html:61
2183msgid "(none)"
2184msgstr ""
2185
2186#: trac/ticket/templates/milestone_view.html:91
2187msgid "Edit milestone"
2188msgstr ""
2189
2190#: trac/ticket/templates/query.html:28
2191#: trac/ticket/templates/query_results.html:29
2192#, python-format
2193msgid "%(num)s match"
2194msgid_plural "%(num)s matches"
2195msgstr[0] ""
2196msgstr[1] ""
2197
2198#: trac/ticket/templates/query.html:37
2199msgid "Filters"
2200msgstr "Filtres"
2201
2202#: trac/ticket/templates/query.html:38
2203msgid "Query filters"
2204msgstr ""
2205
2206#: trac/ticket/templates/query.html:113
2207msgid "Add filter"
2208msgstr ""
2209
2210#: trac/ticket/templates/query.html:133
2211msgid "Columns"
2212msgstr ""
2213
2214#: trac/ticket/templates/query.html:147
2215msgid "Group results by"
2216msgstr ""
2217
2218#: trac/ticket/templates/query.html:157
2219msgid "descending"
2220msgstr ""
2221
2222#: trac/ticket/templates/query.html:161
2223msgid "Show under each result:"
2224msgstr ""
2225
2226#: trac/ticket/templates/query.html:171
2227msgid "Max items per page"
2228msgstr ""
2229
2230#: trac/ticket/templates/query.html:214
2231msgid "Edit query"
2232msgstr ""
2233
2234#: trac/ticket/templates/query.html:222
2235msgid "Save query"
2236msgstr ""
2237
2238#: trac/ticket/templates/query.html:222
2239#, python-format
2240msgid "Save updated query in report {%(id)s}"
2241msgstr ""
2242
2243#: trac/ticket/templates/query.html:222
2244msgid "Create new report from current query"
2245msgstr ""
2246
2247#: trac/ticket/templates/query.html:231
2248msgid "Delete query"
2249msgstr ""
2250
2251#: trac/ticket/templates/query.html:238
2252#: trac/ticket/templates/report_edit.html:36
2253msgid "TracQuery"
2254msgstr ""
2255
2256#: trac/ticket/templates/query.html:238
2257msgid "for help on using queries."
2258msgstr ""
2259
2260#: trac/ticket/templates/query_results.html:53
2261#: trac/ticket/templates/query_results.html:55
2262msgid "View ticket"
2263msgstr ""
2264
2265#: trac/ticket/templates/query_results.html:69
2266msgid "Reported by"
2267msgstr ""
2268
2269#: trac/ticket/templates/query_results.html:76
2270msgid "(this ticket)"
2271msgstr ""
2272
2273#: trac/ticket/templates/query_results.html:92
2274msgid "(more results for this group on next page)"
2275msgstr ""
2276
2277#: trac/ticket/templates/report_delete.html:16
2278msgid "Are you sure you want to delete this report?"
2279msgstr ""
2280
2281#: trac/ticket/templates/report_delete.html:21
2282#: trac/ticket/templates/report_view.html:39
2283msgid "Delete report"
2284msgstr ""
2285
2286#: trac/ticket/templates/report_delete.html:27
2287#: trac/ticket/templates/report_edit.html:50
2288#: trac/ticket/templates/report_view.html:170
2289msgid "TracReports"
2290msgstr ""
2291
2292#: trac/ticket/templates/report_delete.html:27
2293#: trac/ticket/templates/report_edit.html:50
2294#: trac/ticket/templates/report_view.html:170
2295msgid "for help on using and creating reports."
2296msgstr ""
2297
2298#: trac/ticket/templates/report_edit.html:21
2299msgid "Report Title:"
2300msgstr ""
2301
2302#: trac/ticket/templates/report_edit.html:25
2303msgid "Description: (you may use [1:WikiFormatting] here)"
2304msgstr ""
2305
2306#: trac/ticket/templates/report_edit.html:34
2307msgid "Error:"
2308msgstr "Error:"
2309
2310#: trac/ticket/templates/report_edit.html:36
2311msgid "Query for Report: (can be either SQL or, if starting with"
2312msgstr ""
2313
2314#: trac/ticket/templates/report_edit.html:36
2315msgid "query:"
2316msgstr ""
2317
2318#: trac/ticket/templates/report_edit.html:36
2319msgid ", a"
2320msgstr ""
2321
2322#: trac/ticket/templates/report_edit.html:36
2323msgid "expression)"
2324msgstr ""
2325
2326#: trac/ticket/templates/report_edit.html:41
2327msgid "Save report"
2328msgstr ""
2329
2330#: trac/ticket/templates/report_view.html:16
2331msgid "matches)"
2332msgstr ""
2333
2334#: trac/ticket/templates/report_view.html:27
2335msgid "Edit report"
2336msgstr ""
2337
2338#: trac/ticket/templates/report_view.html:33
2339msgid "Copy report"
2340msgstr ""
2341
2342#: trac/ticket/templates/report_view.html:51
2343msgid "match"
2344msgstr ""
2345
2346#: trac/ticket/templates/report_view.html:85
2347#: trac/ticket/templates/report_view.html:92
2348msgid "View report"
2349msgstr ""
2350
2351#: trac/ticket/templates/report_view.html:160
2352msgid "Create new report"
2353msgstr ""
2354
2355#: trac/ticket/templates/roadmap.html:23
2356msgid "Show already completed milestones"
2357msgstr ""
2358
2359#: trac/ticket/templates/roadmap.html:34
2360msgid "Milestone:"
2361msgstr ""
2362
2363#: trac/ticket/templates/roadmap.html:39
2364msgid ""
2365"ago\n"
2366"                ("
2367msgstr ""
2368
2369#: trac/ticket/templates/roadmap.html:67
2370msgid "Add new milestone"
2371msgstr ""
2372
2373#: trac/ticket/templates/ticket.html:57
2374#: trac/versioncontrol/templates/changeset.html:128
2375msgid "added"
2376msgstr ""
2377
2378#: trac/ticket/templates/ticket.html:60
2379msgid "changed from"
2380msgstr ""
2381
2382#: trac/ticket/templates/ticket.html:63
2383#: trac/versioncontrol/templates/browser.html:125
2384msgid "set to"
2385msgstr ""
2386
2387#: trac/ticket/templates/ticket.html:67
2388msgid "deleted"
2389msgstr ""
2390
2391#: trac/ticket/templates/ticket.html:81
2392msgid "Ticket #"
2393msgstr ""
2394
2395#: trac/ticket/templates/ticket.html:85
2396msgid "Create New Ticket"
2397msgstr ""
2398
2399#: trac/ticket/templates/ticket.html:96 trac/ticket/templates/ticket.html:99
2400msgid "— at"
2401msgstr ""
2402
2403#: trac/ticket/templates/ticket.html:110
2404msgid "Preview ("
2405msgstr ""
2406
2407#: trac/ticket/templates/ticket.html:110 trac/wiki/templates/wiki_edit.html:62
2408msgid "skip"
2409msgstr ""
2410
2411#: trac/ticket/templates/ticket.html:115 trac/ticket/templates/ticket.html:211
2412msgid "in reply to:"
2413msgstr ""
2414
2415#: trac/ticket/templates/ticket.html:117
2416msgid "Changed by"
2417msgstr ""
2418
2419#: trac/ticket/templates/ticket.html:128
2420msgid "Opened"
2421msgstr ""
2422
2423#: trac/ticket/templates/ticket.html:128 trac/ticket/templates/ticket.html:129
2424msgid "ago"
2425msgstr ""
2426
2427#: trac/ticket/templates/ticket.html:129
2428msgid "Last modified"
2429msgstr ""
2430
2431#: trac/ticket/templates/ticket.html:130
2432msgid "(ticket not yet created)"
2433msgstr ""
2434
2435#: trac/ticket/templates/ticket.html:139
2436msgid "Reported by:"
2437msgstr ""
2438
2439#: trac/ticket/templates/ticket.html:141
2440msgid "Owned by:"
2441msgstr ""
2442
2443#: trac/ticket/templates/ticket.html:170
2444msgid "(last modified by"
2445msgstr ""
2446
2447#: trac/ticket/templates/ticket.html:172
2448msgid "diff"
2449msgstr ""
2450
2451#: trac/ticket/templates/ticket.html:183 trac/ticket/templates/ticket.html:225
2452msgid "Reply"
2453msgstr ""
2454
2455#: trac/ticket/templates/ticket.html:183
2456msgid "Reply, quoting this description"
2457msgstr ""
2458
2459#: trac/ticket/templates/ticket.html:202
2460msgid "Change History"
2461msgstr ""
2462
2463#: trac/ticket/templates/ticket.html:215
2464msgid "follow-up"
2465msgstr ""
2466
2467#: trac/ticket/templates/ticket.html:220
2468msgid "Changed"
2469msgstr ""
2470
2471#: trac/ticket/templates/ticket.html:221
2472msgid "ago by"
2473msgstr ""
2474
2475#: trac/ticket/templates/ticket.html:240
2476msgid "Add/Change #"
2477msgstr ""
2478
2479#: trac/ticket/templates/ticket.html:260
2480msgid ""
2481"Comment (you may use\n"
2482"              [1:WikiFormatting]\n"
2483"              here):"
2484msgstr ""
2485
2486#: trac/ticket/templates/ticket.html:273
2487msgid "Properties"
2488msgstr "Propietats"
2489
2490#: trac/ticket/templates/ticket.html:276
2491msgid "Summary:"
2492msgstr ""
2493
2494#: trac/ticket/templates/ticket.html:284
2495msgid "Reporter:"
2496msgstr ""
2497
2498#: trac/ticket/templates/ticket.html:341
2499msgid "This checkbox allows you to add or remove yourself from the CC list."
2500msgstr ""
2501
2502#: trac/ticket/templates/ticket.html:347
2503msgid "Space or comma delimited email addresses and usernames are accepted."
2504msgstr ""
2505
2506#: trac/ticket/templates/ticket.html:379
2507msgid "I have files to attach to this ticket"
2508msgstr ""
2509
2510#: trac/ticket/templates/ticket.html:390 trac/wiki/templates/wiki_edit.html:124
2511msgid "Preview"
2512msgstr "Vista prèvia"
2513
2514#: trac/ticket/templates/ticket.html:398
2515msgid "TracTickets"
2516msgstr ""
2517
2518#: trac/ticket/templates/ticket.html:398
2519msgid ""
2520"for help on using\n"
2521"        tickets."
2522msgstr ""
2523
2524#: trac/ticket/templates/ticket_notify_email.txt:9
2525msgid "Changes (by"
2526msgstr ""
2527
2528#: trac/ticket/templates/ticket_notify_email.txt:15
2529msgid "Description changed by"
2530msgstr ""
2531
2532#: trac/ticket/templates/ticket_notify_email.txt:28
2533msgid ""
2534"-- \n"
2535"Ticket URL: <"
2536msgstr ""
2537
2538#: trac/timeline/web_ui.py:76 trac/timeline/templates/timeline.html:10
2539#: trac/timeline/templates/timeline.html:16
2540msgid "Timeline"
2541msgstr ""
2542
2543#: trac/timeline/web_ui.py:202
2544msgid "Previous period"
2545msgstr ""
2546
2547#: trac/timeline/web_ui.py:208
2548msgid "Next period"
2549msgstr ""
2550
2551#: trac/timeline/web_ui.py:269
2552#, python-format
2553msgid "%(date)s in Timeline"
2554msgstr ""
2555
2556#: trac/timeline/templates/timeline.html:20
2557msgid "View changes from"
2558msgstr ""
2559
2560#: trac/timeline/templates/timeline.html:21
2561msgid "days back"
2562msgstr ""
2563
2564#: trac/timeline/templates/timeline.html:53
2565msgid "TracTimeline"
2566msgstr ""
2567
2568#: trac/timeline/templates/timeline.html:53
2569msgid "for information about the timeline view."
2570msgstr ""
2571
2572#: trac/util/presentation.py:254
2573#, python-format
2574msgid "%(last)d of %(total)d"
2575msgstr ""
2576
2577#: trac/util/presentation.py:256
2578#, python-format
2579msgid "%(start)d - %(stop)d of %(total)d"
2580msgstr ""
2581
2582#: trac/versioncontrol/api.py:81
2583#, python-format
2584msgid "Can't synchronize with the repository (%(error)s)"
2585msgstr ""
2586
2587#: trac/versioncontrol/api.py:96
2588#, python-format
2589msgid "Changeset %(rev)s"
2590msgstr ""
2591
2592#: trac/versioncontrol/api.py:103
2593msgid "Directory"
2594msgstr "Directori"
2595
2596#: trac/versioncontrol/api.py:107
2597#, python-format
2598msgid "at version %(rev)s"
2599msgstr ""
2600
2601#: trac/versioncontrol/api.py:109
2602msgid "Path"
2603msgstr "Ruta"
2604
2605#: trac/versioncontrol/api.py:131
2606#, python-format
2607msgid ""
2608"Unsupported version control system \"%(name)s\". Check that the Python "
2609"support libraries for \"%(name)s\" are correctly installed."
2610msgstr ""
2611
2612#: trac/versioncontrol/api.py:163
2613#, python-format
2614msgid "No changeset %(rev)s in the repository"
2615msgstr ""
2616
2617#: trac/versioncontrol/api.py:165
2618msgid "No such changeset"
2619msgstr ""
2620
2621#: trac/versioncontrol/api.py:171
2622msgid "No such node"
2623msgstr ""
2624
2625#: trac/versioncontrol/api.py:509
2626#, python-format
2627msgid "Insufficient permissions to access %(path)s"
2628msgstr ""
2629
2630#: trac/versioncontrol/api.py:514
2631#, python-format
2632msgid "Insufficient permissions to access changeset %(id)s"
2633msgstr ""
2634
2635#: trac/versioncontrol/cache.py:100
2636msgid ""
2637"The 'repository_dir' has changed, a 'trac-admin resync' operation is needed."
2638msgstr ""
2639
2640#: trac/versioncontrol/cache.py:119
2641msgid "Missing \"youngest_rev\" in cache metadata"
2642msgstr ""
2643
2644#: trac/versioncontrol/svn_fs.py:294
2645#, python-format
2646msgid "Subversion >= 1.0 required: Found %(version)s"
2647msgstr ""
2648
2649#: trac/versioncontrol/svn_fs.py:371
2650msgid "No svn:externals configured in trac.ini"
2651msgstr ""
2652
2653#: trac/versioncontrol/svn_fs.py:395
2654#, python-format
2655msgid "%(path)s does not appear to be a Subversion repository."
2656msgstr ""
2657
2658#: trac/versioncontrol/svn_fs.py:652
2659#, python-format
2660msgid ""
2661"Diff mismatch: Base is a %(oldnode)s (%(oldpath)s in revision %(oldrev)s) "
2662"and Target is a %(newnode)s (%(newpath)s in revision %(newrev)s)."
2663msgstr ""
2664
2665#: trac/versioncontrol/svn_fs.py:803
2666#, python-format
2667msgid "svn blame failed: %(error)s"
2668msgstr ""
2669
2670#: trac/versioncontrol/templates/browser.html:45
2671msgid "View revision:"
2672msgstr ""
2673
2674#: trac/versioncontrol/templates/browser.html:55
2675msgid "Visit:"
2676msgstr ""
2677
2678#: trac/versioncontrol/templates/browser.html:63
2679msgid "Go!"
2680msgstr ""
2681
2682#: trac/versioncontrol/templates/browser.html:63
2683msgid "Jump to the chosen preselected path"
2684msgstr ""
2685
2686#: trac/versioncontrol/templates/browser.html:82
2687#: trac/versioncontrol/templates/revisionlog.html:92
2688#: trac/versioncontrol/web_ui/browser.py:622
2689msgid "Rev"
2690msgstr ""
2691
2692#: trac/versioncontrol/templates/browser.html:84
2693#: trac/versioncontrol/web_ui/browser.py:373 trac/wiki/web_ui.py:520
2694#: trac/wiki/web_ui.py:544
2695msgid "Last Change"
2696msgstr ""
2697
2698#: trac/versioncontrol/templates/browser.html:91
2699msgid "Parent Directory"
2700msgstr ""
2701
2702#: trac/versioncontrol/templates/browser.html:100
2703#: trac/wiki/templates/wiki_edit.html:51 trac/wiki/templates/wiki_view.html:23
2704msgid "Revision info"
2705msgstr ""
2706
2707#: trac/versioncontrol/templates/browser.html:102
2708msgid "Revision"
2709msgstr ""
2710
2711#: trac/versioncontrol/templates/browser.html:103
2712msgid "(checked in by"
2713msgstr ""
2714
2715#: trac/versioncontrol/templates/browser.html:142
2716msgid "TracBrowser"
2717msgstr ""
2718
2719#: trac/versioncontrol/templates/browser.html:142
2720msgid "for help on using the browser."
2721msgstr ""
2722
2723#: trac/versioncontrol/templates/browser.html:153
2724msgid "View changes..."
2725msgstr ""
2726
2727#: trac/versioncontrol/templates/browser.html:153
2728msgid "Select paths and revs for Diff"
2729msgstr ""
2730
2731#: trac/versioncontrol/templates/changeset.html:21
2732#: trac/versioncontrol/templates/changeset.html:36
2733#: trac/versioncontrol/web_ui/changeset.py:344
2734msgid "Changeset"
2735msgstr ""
2736
2737#: trac/versioncontrol/templates/changeset.html:22
2738#: trac/versioncontrol/templates/changeset.html:32
2739#: trac/versioncontrol/templates/changeset.html:34
2740#: trac/versioncontrol/templates/changeset.html:36
2741msgid "Show full changeset"
2742msgstr ""
2743
2744#: trac/versioncontrol/templates/changeset.html:22
2745msgid "for"
2746msgstr ""
2747
2748#: trac/versioncontrol/templates/changeset.html:23
2749#: trac/versioncontrol/templates/changeset.html:26
2750#: trac/versioncontrol/templates/changeset.html:31
2751#: trac/versioncontrol/templates/changeset.html:33
2752#: trac/versioncontrol/templates/changeset.html:64
2753msgid "Show entry in browser"
2754msgstr ""
2755
2756#: trac/versioncontrol/templates/changeset.html:25
2757msgid "Changes in"
2758msgstr ""
2759
2760#: trac/versioncontrol/templates/changeset.html:27
2761msgid "Show revision log"
2762msgstr ""
2763
2764#: trac/versioncontrol/templates/changeset.html:30
2765msgid "Changes from"
2766msgstr ""
2767
2768#: trac/versioncontrol/templates/changeset.html:31
2769#: trac/versioncontrol/templates/changeset.html:33
2770msgid "at"
2771msgstr ""
2772
2773#: trac/versioncontrol/templates/changeset.html:32
2774#: trac/versioncontrol/templates/changeset.html:34
2775msgid "r"
2776msgstr ""
2777
2778#: trac/versioncontrol/templates/changeset.html:77
2779#: trac/versioncontrol/templates/changeset.html:80
2780msgid "Show differences"
2781msgstr ""
2782
2783#: trac/versioncontrol/templates/changeset.html:77
2784msgid "view diffs"
2785msgstr ""
2786
2787#: trac/versioncontrol/templates/changeset.html:87
2788msgid "Show previous version in browser"
2789msgstr ""
2790
2791#: trac/versioncontrol/templates/changeset.html:87
2792msgid "previous"
2793msgstr ""
2794
2795#: trac/versioncontrol/templates/changeset.html:109
2796msgid "Message:"
2797msgstr ""
2798
2799#: trac/versioncontrol/templates/changeset.html:121
2800msgid "Location:"
2801msgstr ""
2802
2803#: trac/versioncontrol/templates/changeset.html:129
2804msgid "removed"
2805msgstr ""
2806
2807#: trac/versioncontrol/templates/changeset.html:131
2808msgid "copied"
2809msgstr ""
2810
2811#: trac/versioncontrol/templates/changeset.html:132
2812msgid "moved"
2813msgstr ""
2814
2815#: trac/versioncontrol/templates/diff_form.html:9
2816#: trac/versioncontrol/templates/diff_form.html:20
2817msgid "Prepare Diff"
2818msgstr ""
2819
2820#: trac/versioncontrol/templates/diff_form.html:26
2821msgid "Select the base and the target for the diff:"
2822msgstr ""
2823
2824#: trac/versioncontrol/templates/diff_form.html:29
2825msgid "From:"
2826msgstr ""
2827
2828#: trac/versioncontrol/templates/diff_form.html:33
2829#: trac/versioncontrol/templates/diff_form.html:43
2830msgid "at revision:"
2831msgstr ""
2832
2833#: trac/versioncontrol/templates/diff_form.html:39
2834msgid "To:"
2835msgstr ""
2836
2837#: trac/versioncontrol/templates/diff_form.html:49
2838msgid ""
2839"For either path, you can start typing the path and will be\n"
2840"              presented a list of existing directories and files to select\n"
2841"              from. Select an entry by clicking on it, or by using the\n"
2842"              up/down cursor keys and hitting tab."
2843msgstr ""
2844
2845#: trac/versioncontrol/templates/diff_form.html:63
2846msgid "TracChangeset"
2847msgstr ""
2848
2849#: trac/versioncontrol/templates/diff_form.html:63
2850msgid "for help on using the diff feature."
2851msgstr ""
2852
2853#: trac/versioncontrol/templates/dir_entries.html:17
2854msgid "View Revision Log"
2855msgstr ""
2856
2857#: trac/versioncontrol/templates/revisionlog.html:10
2858msgid "(log)"
2859msgstr ""
2860
2861#: trac/versioncontrol/templates/revisionlog.html:22
2862msgid "Revision Log Mode:"
2863msgstr ""
2864
2865#: trac/versioncontrol/templates/revisionlog.html:26
2866msgid "Stop on copy"
2867msgstr ""
2868
2869#: trac/versioncontrol/templates/revisionlog.html:32
2870msgid "Follow copies"
2871msgstr ""
2872
2873#: trac/versioncontrol/templates/revisionlog.html:38
2874msgid "Show only adds and deletes"
2875msgstr ""
2876
2877#: trac/versioncontrol/templates/revisionlog.html:43
2878msgid "View log starting at"
2879msgstr ""
2880
2881#: trac/versioncontrol/templates/revisionlog.html:47
2882msgid "and back to"
2883msgstr ""
2884
2885#: trac/versioncontrol/templates/revisionlog.html:52
2886msgid "Show at most"
2887msgstr ""
2888
2889#: trac/versioncontrol/templates/revisionlog.html:54
2890msgid "revisions per page."
2891msgstr ""
2892
2893#: trac/versioncontrol/templates/revisionlog.html:59
2894msgid "Show full log messages"
2895msgstr ""
2896
2897#: trac/versioncontrol/templates/revisionlog.html:77
2898msgid "Copied or renamed"
2899msgstr ""
2900
2901#: trac/versioncontrol/templates/revisionlog.html:84
2902msgid "Diff from Old Revision to New Revision (select them below)"
2903msgstr ""
2904
2905#: trac/versioncontrol/templates/revisionlog.html:93
2906msgid "Chgset"
2907msgstr ""
2908
2909#: trac/versioncontrol/templates/revisionlog.html:96
2910msgid "Log Message"
2911msgstr ""
2912
2913#: trac/versioncontrol/templates/revisionlog.html:107
2914msgid "copied from"
2915msgstr ""
2916
2917#: trac/versioncontrol/templates/revisionlog.html:121
2918msgid "View log starting at this revision"
2919msgstr ""
2920
2921#: trac/versioncontrol/templates/revisionlog.html:162
2922msgid "Diff from Old Revision to New Revision (select them above)"
2923msgstr ""
2924
2925#: trac/versioncontrol/templates/revisionlog.html:168
2926msgid "TracRevisionLog"
2927msgstr ""
2928
2929#: trac/versioncontrol/templates/revisionlog.html:168
2930msgid "for help on using the revision log."
2931msgstr ""
2932
2933#: trac/versioncontrol/templates/revisionlog.txt:1
2934msgid ""
2935"#\n"
2936"# ChangeLog for"
2937msgstr ""
2938
2939#: trac/versioncontrol/templates/revisionlog.txt:2
2940msgid ""
2941"# \n"
2942"# Generated by Trac"
2943msgstr ""
2944
2945#: trac/versioncontrol/web_ui/browser.py:297
2946msgid "Browse Source"
2947msgstr ""
2948
2949#: trac/versioncontrol/web_ui/browser.py:345
2950#: trac/versioncontrol/web_ui/changeset.py:240
2951msgid "Invalid Changeset Number"
2952msgstr ""
2953
2954#: trac/versioncontrol/web_ui/browser.py:351
2955#: trac/versioncontrol/web_ui/log.py:98
2956msgid "Parent directory"
2957msgstr ""
2958
2959#: trac/versioncontrol/web_ui/browser.py:377
2960msgid "Normal"
2961msgstr "Normal"
2962
2963#: trac/versioncontrol/web_ui/browser.py:378
2964msgid "View file without annotations"
2965msgstr ""
2966
2967#: trac/versioncontrol/web_ui/browser.py:382
2968msgid "Annotate"
2969msgstr ""
2970
2971#: trac/versioncontrol/web_ui/browser.py:383
2972msgid ""
2973"Annotate each line with the last changed revision (this can be time "
2974"consuming...)"
2975msgstr ""
2976
2977#: trac/versioncontrol/web_ui/browser.py:389
2978msgid "Revision Log"
2979msgstr ""
2980
2981#: trac/versioncontrol/web_ui/browser.py:455
2982#: trac/versioncontrol/web_ui/changeset.py:334
2983msgid "Zip Archive"
2984msgstr ""
2985
2986#: trac/versioncontrol/web_ui/browser.py:622
2987msgid "Revision in which the line changed"
2988msgstr ""
2989
2990#: trac/versioncontrol/web_ui/changeset.py:333
2991msgid "Unified Diff"
2992msgstr ""
2993
2994#: trac/versioncontrol/web_ui/changeset.py:348
2995msgid "Reverse Diff"
2996msgstr ""
2997
2998#: trac/versioncontrol/web_ui/changeset.py:379
2999#, python-format
3000msgid "Changeset %(id)s for %(path)s"
3001msgstr ""
3002
3003#: trac/versioncontrol/web_ui/changeset.py:382
3004#: trac/versioncontrol/web_ui/changeset.py:404
3005#: trac/versioncontrol/web_ui/changeset.py:422
3006#, python-format
3007msgid "Changeset %(id)s"
3008msgstr ""
3009
3010#: trac/versioncontrol/web_ui/changeset.py:452
3011#, python-format
3012msgid "Show revision %(rev)s of this file in browser"
3013msgstr ""
3014
3015#: trac/versioncontrol/web_ui/changeset.py:595
3016#, python-format
3017msgid "Show the changeset %(id)s restricted to %(path)s"
3018msgstr ""
3019
3020#: trac/versioncontrol/web_ui/changeset.py:605
3021#, python-format
3022msgid "Show the %(range)s differences restricted to %(path)s"
3023msgstr ""
3024
3025#: trac/versioncontrol/web_ui/changeset.py:784
3026msgid "Repository checkins"
3027msgstr ""
3028
3029#: trac/versioncontrol/web_ui/changeset.py:956
3030msgid "Changesets"
3031msgstr ""
3032
3033#: trac/versioncontrol/web_ui/log.py:170
3034#, python-format
3035msgid ""
3036"The file or directory '%(path)s' doesn't exist at revision %(rev)s or at any "
3037"previous revision."
3038msgstr ""
3039
3040#: trac/versioncontrol/web_ui/log.py:172
3041msgid "Nonexistent path"
3042msgstr ""
3043
3044#: trac/versioncontrol/web_ui/log.py:188
3045#, python-format
3046msgid "Revision Log (restarting at %(path)s, rev. %(rev)s)"
3047msgstr ""
3048
3049#: trac/versioncontrol/web_ui/log.py:245
3050msgid "ChangeLog"
3051msgstr ""
3052
3053#: trac/versioncontrol/web_ui/log.py:247
3054msgid "View Latest Revision"
3055msgstr ""
3056
3057#: trac/versioncontrol/web_ui/log.py:251
3058msgid "Older Revisions"
3059msgstr ""
3060
3061#: trac/web/auth.py:88
3062#, python-format
3063msgid "logged in as %(user)s"
3064msgstr ""
3065
3066#: trac/web/auth.py:91
3067msgid "Logout"
3068msgstr ""
3069
3070#: trac/web/auth.py:94
3071msgid "Login"
3072msgstr "Entra"
3073
3074#: trac/web/auth.py:136
3075#, python-format
3076msgid "Already logged in as %(user)s."
3077msgstr ""
3078
3079#: trac/web/chrome.py:160 trac/web/chrome.py:168
3080#, python-format
3081msgid "Previous %(label)s"
3082msgstr ""
3083
3084#: trac/web/chrome.py:180 trac/web/chrome.py:187
3085#, python-format
3086msgid "Next %(label)s"
3087msgstr ""
3088
3089#: trac/wiki/api.py:325
3090msgid "no permission to view this wiki page"
3091msgstr ""
3092
3093#: trac/wiki/formatter.py:133
3094#, python-format
3095msgid "HTML parsing error: %(message)s"
3096msgstr ""
3097
3098#: trac/wiki/intertrac.py:51
3099#, python-format
3100msgid "Can't view %(link)s:"
3101msgstr ""
3102
3103#: trac/wiki/macros.py:467
3104#, python-format
3105msgid "Error: Can't get description for macro %(name)s"
3106msgstr ""
3107
3108#: trac/wiki/macros.py:550
3109msgid "Table of Contents"
3110msgstr ""
3111
3112#: trac/wiki/model.py:146
3113msgid "Page not modified"
3114msgstr ""
3115
3116#: trac/wiki/web_ui.py:85 trac/wiki/web_ui.py:596
3117msgid "Wiki"
3118msgstr "Wiki"
3119
3120#: trac/wiki/web_ui.py:87
3121msgid "Help/Guide"
3122msgstr ""
3123
3124#: trac/wiki/web_ui.py:122
3125#, python-format
3126msgid "No version \"%(num)s\" for Wiki page \"%(name)s\""
3127msgstr ""
3128
3129#: trac/wiki/web_ui.py:181
3130#, python-format
3131msgid "The Wiki page field '%(field)s' is invalid: %(message)s"
3132msgstr ""
3133
3134#: trac/wiki/web_ui.py:185
3135#, python-format
3136msgid "Invalid Wiki page: %(message)s"
3137msgstr ""
3138
3139#: trac/wiki/web_ui.py:271
3140msgid "Page not modified, showing latest version."
3141msgstr ""
3142
3143#: trac/wiki/web_ui.py:303
3144#, python-format
3145msgid "Version %(num)s of page \"%(name)s\" does not exist"
3146msgstr ""
3147
3148#: trac/wiki/web_ui.py:357
3149msgid "Page history"
3150msgstr ""
3151
3152#: trac/wiki/web_ui.py:374
3153msgid "Wiki History"
3154msgstr ""
3155
3156#: trac/wiki/web_ui.py:439
3157#, python-format
3158msgid "Page %(name)s does not exist"
3159msgstr ""
3160
3161#: trac/wiki/web_ui.py:476
3162#, python-format
3163msgid "Page %(name)s not found"
3164msgstr ""
3165
3166#: trac/wiki/web_ui.py:510 trac/wiki/web_ui.py:519
3167msgid "View Latest Version"
3168msgstr ""
3169
3170#: trac/wiki/web_ui.py:539
3171msgid "Start Page"
3172msgstr ""
3173
3174#: trac/wiki/web_ui.py:540
3175msgid "Index"
3176msgstr "Índex"
3177
3178#: trac/wiki/web_ui.py:542
3179msgid "History"
3180msgstr "Historial"
3181
3182#: trac/wiki/web_ui.py:552
3183msgid "Wiki changes"
3184msgstr ""
3185
3186#: trac/wiki/templates/wiki_delete.html:22
3187msgid "Delete"
3188msgstr "Esborra"
3189
3190#: trac/wiki/templates/wiki_delete.html:26
3191msgid "Are you sure you want to"
3192msgstr ""
3193
3194#: trac/wiki/templates/wiki_delete.html:26
3195msgid "delete"
3196msgstr ""
3197
3198#: trac/wiki/templates/wiki_delete.html:26
3199msgid "this page?"
3200msgstr ""
3201
3202#: trac/wiki/templates/wiki_delete.html:28
3203msgid ""
3204"This is the only version the page, so the page will be removed completely!"
3205msgstr ""
3206
3207#: trac/wiki/templates/wiki_diff.html:17
3208#, python-format
3209msgid "Delete version %(old_version)d to version %(version)d"
3210msgstr ""
3211
3212#: trac/wiki/templates/wiki_diff.html:18
3213#, python-format
3214msgid "Delete version %(version)d"
3215msgstr ""
3216
3217#: trac/wiki/templates/wiki_edit.html:28
3218msgid "Editing"
3219msgstr ""
3220
3221#: trac/wiki/templates/wiki_edit.html:30
3222msgid "Someone else has modified that page since you started your edits."
3223msgstr ""
3224
3225#: trac/wiki/templates/wiki_edit.html:31 trac/wiki/templates/wiki_edit.html:41
3226msgid "If you save right away, you risk to revert those changes"
3227msgstr ""
3228
3229#: trac/wiki/templates/wiki_edit.html:31 trac/wiki/templates/wiki_edit.html:41
3230msgid "(highlighted below as deletions)."
3231msgstr ""
3232
3233#: trac/wiki/templates/wiki_edit.html:33 trac/wiki/templates/wiki_edit.html:42
3234msgid ""
3235"Please review all those changes and manually merge them with your\n"
3236"        own changes."
3237msgstr ""
3238
3239#: trac/wiki/templates/wiki_edit.html:34 trac/wiki/templates/wiki_edit.html:44
3240msgid "If you're unsure about what you're doing, please press"
3241msgstr ""
3242
3243#: trac/wiki/templates/wiki_edit.html:35 trac/wiki/templates/wiki_edit.html:45
3244msgid ""
3245"(losing your changes) and start editing the latest version of the page\n"
3246"        again."
3247msgstr ""
3248
3249#: trac/wiki/templates/wiki_edit.html:39
3250msgid "Someone else modified that page since you started your edits."
3251msgstr ""
3252
3253#: trac/wiki/templates/wiki_edit.html:53
3254msgid "Change information for future version"
3255msgstr ""
3256
3257#: trac/wiki/templates/wiki_edit.html:54 trac/wiki/templates/wiki_view.html:26
3258msgid "(modified by"
3259msgstr ""
3260
3261#: trac/wiki/templates/wiki_edit.html:72
3262msgid ""
3263"Sorry, this page has been modified by somebody else since you started\n"
3264"            editing. Your changes cannot be saved."
3265msgstr ""
3266
3267#: trac/wiki/templates/wiki_edit.html:85
3268msgid "Adjust edit area height:"
3269msgstr ""
3270
3271#: trac/wiki/templates/wiki_edit.html:97
3272msgid ""
3273"[1:Note:] See [2:WikiFormatting] and\n"
3274"          [3:TracWiki] for help on editing wiki content."
3275msgstr ""
3276
3277#: trac/wiki/templates/wiki_edit.html:102
3278msgid "Change information"
3279msgstr ""
3280
3281#: trac/wiki/templates/wiki_edit.html:110
3282msgid "Comment about this change (optional):"
3283msgstr ""
3284
3285#: trac/wiki/templates/wiki_edit.html:117
3286msgid "Page is read-only"
3287msgstr ""
3288
3289#: trac/wiki/templates/wiki_edit.html:125
3290msgid "Merge changes"
3291msgstr ""
3292
3293#: trac/wiki/templates/wiki_edit.html:129
3294msgid "Preview Page"
3295msgstr ""
3296
3297#: trac/wiki/templates/wiki_edit.html:130
3298msgid "Review Changes"
3299msgstr ""
3300
3301#: trac/wiki/templates/wiki_view.html:39
3302msgid "Describe"
3303msgstr ""
3304
3305#: trac/wiki/templates/wiki_view.html:40
3306msgid "here."
3307msgstr ""
3308
3309#: trac/wiki/templates/wiki_view.html:57
3310msgid "Edit this page"
3311msgstr ""
3312
3313#: trac/wiki/templates/wiki_view.html:60
3314msgid "Create this page"
3315msgstr ""
3316
3317#: trac/wiki/templates/wiki_view.html:62
3318msgid "Using the template:"
3319msgstr ""
3320
3321#: trac/wiki/templates/wiki_view.html:65
3322msgid "(blank page)"
3323msgstr ""
3324
3325#: trac/wiki/templates/wiki_view.html:84
3326msgid "Delete this version"
3327msgstr ""
3328
3329#: trac/wiki/templates/wiki_view.html:86
3330msgid "Delete page"
3331msgstr ""