Edgewall Software

Ticket #7487: messages.po

File messages.po, 78.8 KB (added by vezjakv <vezjakv@…>, 4 years ago)

Initial Slovene translation (not completed yet)

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