Mercurial > p > roundup > code
annotate locale/roundup.pot @ 7052:4b6a6b794dfa
Fix errors in po files.
Trying to get translation files in shape for translationproject.org.
Not sure it wil happen but this checkin fixes errors in .po files found
by msgfmt -cv.
Recreated template and merged into .po files.
Also adds potest to makefile targets and improves diff target.
Fixes:
Project-Id-Version changed to 2.3.0. I can't find doc on what this
is supposed to be. I assume it is to match the .po file to the
release since there are other fields for recording the last
update to the translations.
Language header, is often blank. Added Language-Team value where missing.
Plural-Forms header for a couple of languages per:
https://www.gnu.org/software/gettext/manual/html_node/Plural-forms.html
Japanese still has an issue. There are plural forms defined in the
file, but according to the above, there should only be one form.
I don't know Japanese, so am not qualified to remove the plural
forms or change the Plural-Forms header to the expected:
nplurals=1; plural=0;
So I have left it with: nplurals=2; plural=0;\n"
Which will always choose the first plural form (index 0).
Added Last-Translator, Language and Content-Transfer-Encoding for
en.po.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Sun, 20 Nov 2022 11:29:31 -0500 |
| parents | 5a84ddf7aa8b |
| children | aca710a3b687 |
| rev | line source |
|---|---|
|
6223
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
1 # SOME DESCRIPTIVE TITLE. |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
2 # Copyright (C) YEAR See Roundup README.txt |
|
6672
01216187a167
Testing translations in mailgw.py, update translations, i18n improved
John Rouillard <rouilj@ieee.org>
parents:
6620
diff
changeset
|
3 # This file is distributed under the same license as the Roundup package. |
|
6223
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
4 # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
5 # |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
6 #, fuzzy |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
7 msgid "" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
8 msgstr "" |
| 7052 | 9 "Project-Id-Version: Roundup 2.3.0\n" |
|
6223
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
10 "Report-Msgid-Bugs-To: roundup-devel@lists.sourceforge.net\n" |
| 7052 | 11 "POT-Creation-Date: 2022-11-20 10:32-0500\n" |
|
6223
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
12 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
13 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
14 "Language-Team: LANGUAGE <LL@li.org>\n" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
15 "Language: \n" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
16 "MIME-Version: 1.0\n" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
17 "Content-Type: text/plain; charset=CHARSET\n" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
18 "Content-Transfer-Encoding: 8bit\n" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
19 "Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
20 |
|
6134
63739dae0f7e
update translation files for translators 2.0.0 beta
John Rouillard <rouilj@ieee.org>
parents:
5951
diff
changeset
|
21 #: ../roundup/actions.py:49 |
|
6223
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
22 #, python-format |
|
5818
30dc6cb23b21
updated pot file for release
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
23 msgid "You do not have permission to retire or restore the %(classname)s class." |
|
30dc6cb23b21
updated pot file for release
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
24 msgstr "" |
|
30dc6cb23b21
updated pot file for release
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
25 |
|
6942
e09095701620
update for latest flake8 changes
John Rouillard <rouilj@ieee.org>
parents:
6777
diff
changeset
|
26 #: ../roundup/actions.py:64 ../roundup/cgi/actions.py:240 |
|
5818
30dc6cb23b21
updated pot file for release
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
27 msgid "You may not retire the admin or anonymous user" |
|
30dc6cb23b21
updated pot file for release
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
28 msgstr "" |
|
30dc6cb23b21
updated pot file for release
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
29 |
|
6986
5a84ddf7aa8b
update with roundup_admin and indexer_xapian strings
John Rouillard <rouilj@ieee.org>
parents:
6942
diff
changeset
|
30 #: ../roundup/admin.py:106 ../roundup/admin.py:1259 ../roundup/admin.py:1314 |
|
5a84ddf7aa8b
update with roundup_admin and indexer_xapian strings
John Rouillard <rouilj@ieee.org>
parents:
6942
diff
changeset
|
31 #: ../roundup/admin.py:1341 ../roundup/admin.py:106:1259 :1314:1341 |
|
6223
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
32 #, python-format |
|
2311
4c50ccae68ab
Roundup message template file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
33 msgid "no such class \"%(classname)s\"" |
|
4c50ccae68ab
Roundup message template file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
34 msgstr "" |
|
4c50ccae68ab
Roundup message template file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
35 |
|
6986
5a84ddf7aa8b
update with roundup_admin and indexer_xapian strings
John Rouillard <rouilj@ieee.org>
parents:
6942
diff
changeset
|
36 #: ../roundup/admin.py:118 |
|
6223
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
37 #, python-format |
|
2311
4c50ccae68ab
Roundup message template file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
38 msgid "argument \"%(arg)s\" not propname=value" |
|
4c50ccae68ab
Roundup message template file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
39 msgstr "" |
|
4c50ccae68ab
Roundup message template file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
40 |
|
6986
5a84ddf7aa8b
update with roundup_admin and indexer_xapian strings
John Rouillard <rouilj@ieee.org>
parents:
6942
diff
changeset
|
41 #: ../roundup/admin.py:131 |
|
6223
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
42 #, python-format |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
43 msgid "" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
44 "Problem: %(message)s\n" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
45 "\n" |
|
2311
4c50ccae68ab
Roundup message template file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
46 msgstr "" |
|
4c50ccae68ab
Roundup message template file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
47 |
|
6986
5a84ddf7aa8b
update with roundup_admin and indexer_xapian strings
John Rouillard <rouilj@ieee.org>
parents:
6942
diff
changeset
|
48 #: ../roundup/admin.py:132 |
|
6223
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
49 #, python-format |
|
2311
4c50ccae68ab
Roundup message template file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
50 msgid "" |
|
4c50ccae68ab
Roundup message template file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
51 "%(message)sUsage: roundup-admin [options] [<command> <arguments>]\n" |
|
4c50ccae68ab
Roundup message template file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
52 "\n" |
|
4c50ccae68ab
Roundup message template file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
53 "Options:\n" |
|
6223
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
54 " -i instance home -- specify the issue tracker \"home directory\" to " |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
55 "administer\n" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
56 " -u -- the user[:password] to use for commands (default " |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
57 "admin)\n" |
|
2311
4c50ccae68ab
Roundup message template file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
58 " -d -- print full designators not just class id numbers\n" |
|
4c50ccae68ab
Roundup message template file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
59 " -c -- when outputting lists of data, comma-separate them.\n" |
|
4c50ccae68ab
Roundup message template file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
60 " Same as '-S \",\"'.\n" |
|
4c50ccae68ab
Roundup message template file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
61 " -S <string> -- when outputting lists of data, string-separate them\n" |
|
4c50ccae68ab
Roundup message template file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
62 " -s -- when outputting lists of data, space-separate them.\n" |
|
4c50ccae68ab
Roundup message template file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
63 " Same as '-S \" \"'.\n" |
|
3616
1118d3fb43ff
updated for roundup version 1.1.2
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3577
diff
changeset
|
64 " -V -- be verbose when importing\n" |
|
1118d3fb43ff
updated for roundup version 1.1.2
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3577
diff
changeset
|
65 " -v -- report Roundup and Python versions (and quit)\n" |
|
2311
4c50ccae68ab
Roundup message template file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
66 "\n" |
|
4c50ccae68ab
Roundup message template file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
67 " Only one of -s, -c or -S can be specified.\n" |
|
4c50ccae68ab
Roundup message template file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
68 "\n" |
|
4c50ccae68ab
Roundup message template file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
69 "Help:\n" |
|
4c50ccae68ab
Roundup message template file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
70 " roundup-admin -h\n" |
|
4c50ccae68ab
Roundup message template file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
71 " roundup-admin help -- this help\n" |
|
4c50ccae68ab
Roundup message template file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
72 " roundup-admin help <command> -- command-specific help\n" |
|
4c50ccae68ab
Roundup message template file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
73 " roundup-admin help all -- all available help\n" |
|
4c50ccae68ab
Roundup message template file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
74 msgstr "" |
|
4c50ccae68ab
Roundup message template file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
75 |
|
6986
5a84ddf7aa8b
update with roundup_admin and indexer_xapian strings
John Rouillard <rouilj@ieee.org>
parents:
6942
diff
changeset
|
76 #: ../roundup/admin.py:159 |
|
5818
30dc6cb23b21
updated pot file for release
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
77 msgid "Commands: " |
|
30dc6cb23b21
updated pot file for release
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
78 msgstr "" |
|
30dc6cb23b21
updated pot file for release
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
79 |
|
6986
5a84ddf7aa8b
update with roundup_admin and indexer_xapian strings
John Rouillard <rouilj@ieee.org>
parents:
6942
diff
changeset
|
80 #: ../roundup/admin.py:166 |
|
2311
4c50ccae68ab
Roundup message template file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
81 msgid "" |
|
4c50ccae68ab
Roundup message template file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
82 "Commands may be abbreviated as long as the abbreviation\n" |
|
4c50ccae68ab
Roundup message template file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
83 "matches only one command, e.g. l == li == lis == list." |
|
4c50ccae68ab
Roundup message template file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
84 msgstr "" |
|
4c50ccae68ab
Roundup message template file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
85 |
|
6986
5a84ddf7aa8b
update with roundup_admin and indexer_xapian strings
John Rouillard <rouilj@ieee.org>
parents:
6942
diff
changeset
|
86 #: ../roundup/admin.py:195 |
|
2311
4c50ccae68ab
Roundup message template file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
87 msgid "" |
|
4c50ccae68ab
Roundup message template file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
88 "\n" |
|
2340
7005d0162ed0
updated from latest sources.
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
2311
diff
changeset
|
89 "All commands (except help) require a tracker specifier. This is just\n" |
|
7005d0162ed0
updated from latest sources.
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
2311
diff
changeset
|
90 "the path to the roundup tracker you're working with. A roundup tracker\n" |
|
7005d0162ed0
updated from latest sources.
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
2311
diff
changeset
|
91 "is where roundup keeps the database and configuration file that defines\n" |
|
7005d0162ed0
updated from latest sources.
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
2311
diff
changeset
|
92 "an issue tracker. It may be thought of as the issue tracker's \"home\n" |
|
7005d0162ed0
updated from latest sources.
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
2311
diff
changeset
|
93 "directory\". It may be specified in the environment variable TRACKER_HOME\n" |
|
7005d0162ed0
updated from latest sources.
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
2311
diff
changeset
|
94 "or on the command line as \"-i tracker\".\n" |
|
2311
4c50ccae68ab
Roundup message template file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
95 "\n" |
|
4c50ccae68ab
Roundup message template file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
96 "A designator is a classname and a nodeid concatenated, eg. bug1, user10, ...\n" |
|
4c50ccae68ab
Roundup message template file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
97 "\n" |
|
4c50ccae68ab
Roundup message template file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
98 "Property values are represented as strings in command arguments and in the\n" |
|
4c50ccae68ab
Roundup message template file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
99 "printed results:\n" |
|
4c50ccae68ab
Roundup message template file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
100 " . Strings are, well, strings.\n" |
|
2340
7005d0162ed0
updated from latest sources.
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
2311
diff
changeset
|
101 " . Date values are printed in the full date format in the local time zone,\n" |
|
7005d0162ed0
updated from latest sources.
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
2311
diff
changeset
|
102 " and accepted in the full format or any of the partial formats explained\n" |
|
7005d0162ed0
updated from latest sources.
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
2311
diff
changeset
|
103 " below.\n" |
|
2311
4c50ccae68ab
Roundup message template file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
104 " . Link values are printed as node designators. When given as an argument,\n" |
|
4c50ccae68ab
Roundup message template file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
105 " node designators and key strings are both accepted.\n" |
|
2340
7005d0162ed0
updated from latest sources.
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
2311
diff
changeset
|
106 " . Multilink values are printed as lists of node designators joined\n" |
|
7005d0162ed0
updated from latest sources.
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
2311
diff
changeset
|
107 " by commas. When given as an argument, node designators and key\n" |
|
7005d0162ed0
updated from latest sources.
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
2311
diff
changeset
|
108 " strings are both accepted; an empty string, a single node, or a list\n" |
|
7005d0162ed0
updated from latest sources.
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
2311
diff
changeset
|
109 " of nodes joined by commas is accepted.\n" |
|
2311
4c50ccae68ab
Roundup message template file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
110 "\n" |
|
4c50ccae68ab
Roundup message template file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
111 "When property values must contain spaces, just surround the value with\n" |
|
4c50ccae68ab
Roundup message template file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
112 "quotes, either ' or \". A single space may also be backslash-quoted. If a\n" |
|
2340
7005d0162ed0
updated from latest sources.
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
2311
diff
changeset
|
113 "value must contain a quote character, it must be backslash-quoted or inside\n" |
|
2311
4c50ccae68ab
Roundup message template file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
114 "quotes. Examples:\n" |
|
4c50ccae68ab
Roundup message template file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
115 " hello world (2 tokens: hello, world)\n" |
|
4c50ccae68ab
Roundup message template file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
116 " \"hello world\" (1 token: hello world)\n" |
|
4c50ccae68ab
Roundup message template file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
117 " \"Roch'e\" Compaan (2 tokens: Roch'e Compaan)\n" |
|
2340
7005d0162ed0
updated from latest sources.
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
2311
diff
changeset
|
118 " Roch\\'e Compaan (2 tokens: Roch'e Compaan)\n" |
|
2311
4c50ccae68ab
Roundup message template file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
119 " address=\"1 2 3\" (1 token: address=1 2 3)\n" |
|
2340
7005d0162ed0
updated from latest sources.
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
2311
diff
changeset
|
120 " \\\\ (1 token: \\)\n" |
|
7005d0162ed0
updated from latest sources.
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
2311
diff
changeset
|
121 " \\n\\r\\t (1 token: a newline, carriage-return and tab)\n" |
|
2311
4c50ccae68ab
Roundup message template file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
122 "\n" |
|
4c50ccae68ab
Roundup message template file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
123 "When multiple nodes are specified to the roundup get or roundup set\n" |
|
4c50ccae68ab
Roundup message template file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
124 "commands, the specified properties are retrieved or set on all the listed\n" |
|
4c50ccae68ab
Roundup message template file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
125 "nodes.\n" |
|
4c50ccae68ab
Roundup message template file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
126 "\n" |
|
4c50ccae68ab
Roundup message template file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
127 "When multiple results are returned by the roundup get or roundup find\n" |
|
4c50ccae68ab
Roundup message template file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
128 "commands, they are printed one per line (default) or joined by commas (with\n" |
|
4c50ccae68ab
Roundup message template file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
129 "the -c) option.\n" |
|
4c50ccae68ab
Roundup message template file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
130 "\n" |
|
4c50ccae68ab
Roundup message template file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
131 "Where the command changes data, a login name/password is required. The\n" |
|
4c50ccae68ab
Roundup message template file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
132 "login may be specified as either \"name\" or \"name:password\".\n" |
|
4c50ccae68ab
Roundup message template file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
133 " . ROUNDUP_LOGIN environment variable\n" |
|
4c50ccae68ab
Roundup message template file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
134 " . the -u command-line option\n" |
|
4c50ccae68ab
Roundup message template file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
135 "If either the name or password is not supplied, they are obtained from the\n" |
|
4c50ccae68ab
Roundup message template file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
136 "command-line.\n" |
|
4c50ccae68ab
Roundup message template file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
137 "\n" |
|
4c50ccae68ab
Roundup message template file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
138 "Date format examples:\n" |
|
4c50ccae68ab
Roundup message template file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
139 " \"2000-04-17.03:45\" means <Date 2000-04-17.08:45:00>\n" |
|
4c50ccae68ab
Roundup message template file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
140 " \"2000-04-17\" means <Date 2000-04-17.00:00:00>\n" |
|
4c50ccae68ab
Roundup message template file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
141 " \"01-25\" means <Date yyyy-01-25.00:00:00>\n" |
|
4c50ccae68ab
Roundup message template file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
142 " \"08-13.22:13\" means <Date yyyy-08-14.03:13:00>\n" |
|
4c50ccae68ab
Roundup message template file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
143 " \"11-07.09:32:43\" means <Date yyyy-11-07.14:32:43>\n" |
|
4c50ccae68ab
Roundup message template file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
144 " \"14:25\" means <Date yyyy-mm-dd.19:25:00>\n" |
|
4c50ccae68ab
Roundup message template file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
145 " \"8:47:11\" means <Date yyyy-mm-dd.13:47:11>\n" |
|
4c50ccae68ab
Roundup message template file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
146 " \".\" means \"right now\"\n" |
|
4c50ccae68ab
Roundup message template file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
147 "\n" |
|
4c50ccae68ab
Roundup message template file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
148 "Command help:\n" |
|
4c50ccae68ab
Roundup message template file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
149 msgstr "" |
|
4c50ccae68ab
Roundup message template file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
150 |
|
6986
5a84ddf7aa8b
update with roundup_admin and indexer_xapian strings
John Rouillard <rouilj@ieee.org>
parents:
6942
diff
changeset
|
151 #: ../roundup/admin.py:258 |
|
6223
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
152 #, python-format |
|
2311
4c50ccae68ab
Roundup message template file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
153 msgid "%s:" |
|
4c50ccae68ab
Roundup message template file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
154 msgstr "" |
|
4c50ccae68ab
Roundup message template file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
155 |
|
6986
5a84ddf7aa8b
update with roundup_admin and indexer_xapian strings
John Rouillard <rouilj@ieee.org>
parents:
6942
diff
changeset
|
156 #: ../roundup/admin.py:265 |
|
2311
4c50ccae68ab
Roundup message template file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
157 msgid "" |
|
4c50ccae68ab
Roundup message template file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
158 "Usage: help topic\n" |
|
4c50ccae68ab
Roundup message template file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
159 " Give help about topic.\n" |
|
4c50ccae68ab
Roundup message template file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
160 "\n" |
|
4c50ccae68ab
Roundup message template file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
161 " commands -- list commands\n" |
|
4c50ccae68ab
Roundup message template file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
162 " <command> -- help specific to a command\n" |
|
4c50ccae68ab
Roundup message template file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
163 " initopts -- init command options\n" |
|
4c50ccae68ab
Roundup message template file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
164 " all -- all available help\n" |
|
4c50ccae68ab
Roundup message template file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
165 " " |
|
4c50ccae68ab
Roundup message template file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
166 msgstr "" |
|
4c50ccae68ab
Roundup message template file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
167 |
|
6986
5a84ddf7aa8b
update with roundup_admin and indexer_xapian strings
John Rouillard <rouilj@ieee.org>
parents:
6942
diff
changeset
|
168 #: ../roundup/admin.py:287 |
|
6223
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
169 #, python-format |
|
2311
4c50ccae68ab
Roundup message template file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
170 msgid "Sorry, no help for \"%(topic)s\"" |
|
4c50ccae68ab
Roundup message template file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
171 msgstr "" |
|
4c50ccae68ab
Roundup message template file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
172 |
|
6986
5a84ddf7aa8b
update with roundup_admin and indexer_xapian strings
John Rouillard <rouilj@ieee.org>
parents:
6942
diff
changeset
|
173 #: ../roundup/admin.py:402 ../roundup/admin.py:458 ../roundup/admin.py:402:458 |
|
2311
4c50ccae68ab
Roundup message template file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
174 msgid "Templates:" |
|
4c50ccae68ab
Roundup message template file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
175 msgstr "" |
|
4c50ccae68ab
Roundup message template file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
176 |
|
6986
5a84ddf7aa8b
update with roundup_admin and indexer_xapian strings
John Rouillard <rouilj@ieee.org>
parents:
6942
diff
changeset
|
177 #: ../roundup/admin.py:405 ../roundup/admin.py:468 ../roundup/admin.py:405:468 |
|
2311
4c50ccae68ab
Roundup message template file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
178 msgid "Back ends:" |
|
4c50ccae68ab
Roundup message template file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
179 msgstr "" |
|
4c50ccae68ab
Roundup message template file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
180 |
|
6986
5a84ddf7aa8b
update with roundup_admin and indexer_xapian strings
John Rouillard <rouilj@ieee.org>
parents:
6942
diff
changeset
|
181 #: ../roundup/admin.py:408 |
|
2311
4c50ccae68ab
Roundup message template file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
182 msgid "" |
|
3763
2bf0a8068884
*** empty log message ***
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3707
diff
changeset
|
183 "Usage: install [template [backend [key=val[,key=val]]]]\n" |
|
2311
4c50ccae68ab
Roundup message template file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
184 " Install a new Roundup tracker.\n" |
|
4c50ccae68ab
Roundup message template file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
185 "\n" |
|
2340
7005d0162ed0
updated from latest sources.
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
2311
diff
changeset
|
186 " The command will prompt for the tracker home directory\n" |
|
7005d0162ed0
updated from latest sources.
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
2311
diff
changeset
|
187 " (if not supplied through TRACKER_HOME or the -i option).\n" |
|
3763
2bf0a8068884
*** empty log message ***
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3707
diff
changeset
|
188 " The template and backend may be specified on the command-line\n" |
|
2bf0a8068884
*** empty log message ***
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3707
diff
changeset
|
189 " as arguments, in that order.\n" |
|
2311
4c50ccae68ab
Roundup message template file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
190 "\n" |
|
3763
2bf0a8068884
*** empty log message ***
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3707
diff
changeset
|
191 " Command line arguments following the backend allows you to\n" |
|
2bf0a8068884
*** empty log message ***
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3707
diff
changeset
|
192 " pass initial values for config options. For example, passing\n" |
|
3436
519bb29646b7
update strings from admin.py
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3377
diff
changeset
|
193 " \"web_http_auth=no,rdbms_user=dinsdale\" will override defaults\n" |
|
519bb29646b7
update strings from admin.py
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3377
diff
changeset
|
194 " for options http_auth in section [web] and user in section [rdbms].\n" |
|
519bb29646b7
update strings from admin.py
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3377
diff
changeset
|
195 " Please be careful to not use spaces in this argument! (Enclose\n" |
|
519bb29646b7
update strings from admin.py
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3377
diff
changeset
|
196 " whole argument in quotes if you need spaces in option value).\n" |
|
519bb29646b7
update strings from admin.py
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3377
diff
changeset
|
197 "\n" |
|
2311
4c50ccae68ab
Roundup message template file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
198 " The initialise command must be called after this command in order\n" |
|
2447
6e9135358671
Updated from current sources, including web templates
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
2357
diff
changeset
|
199 " to initialise the tracker's database. You may edit the tracker's\n" |
|
6e9135358671
Updated from current sources, including web templates
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
2357
diff
changeset
|
200 " initial database contents before running that command by editing\n" |
|
6e9135358671
Updated from current sources, including web templates
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
2357
diff
changeset
|
201 " the tracker's dbinit.py module init() function.\n" |
|
6e9135358671
Updated from current sources, including web templates
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
2357
diff
changeset
|
202 "\n" |
|
6e9135358671
Updated from current sources, including web templates
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
2357
diff
changeset
|
203 " See also initopts help.\n" |
|
6e9135358671
Updated from current sources, including web templates
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
2357
diff
changeset
|
204 " " |
|
2311
4c50ccae68ab
Roundup message template file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
205 msgstr "" |
|
4c50ccae68ab
Roundup message template file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
206 |
|
6986
5a84ddf7aa8b
update with roundup_admin and indexer_xapian strings
John Rouillard <rouilj@ieee.org>
parents:
6942
diff
changeset
|
207 #: ../roundup/admin.py:431 ../roundup/admin.py:562 ../roundup/admin.py:635 |
|
5a84ddf7aa8b
update with roundup_admin and indexer_xapian strings
John Rouillard <rouilj@ieee.org>
parents:
6942
diff
changeset
|
208 #: ../roundup/admin.py:728 ../roundup/admin.py:786 ../roundup/admin.py:872 |
|
5a84ddf7aa8b
update with roundup_admin and indexer_xapian strings
John Rouillard <rouilj@ieee.org>
parents:
6942
diff
changeset
|
209 #: ../roundup/admin.py:931 ../roundup/admin.py:958 ../roundup/admin.py:985 |
|
5a84ddf7aa8b
update with roundup_admin and indexer_xapian strings
John Rouillard <rouilj@ieee.org>
parents:
6942
diff
changeset
|
210 #: ../roundup/admin.py:1062 ../roundup/admin.py:1157 ../roundup/admin.py:1243 |
|
5a84ddf7aa8b
update with roundup_admin and indexer_xapian strings
John Rouillard <rouilj@ieee.org>
parents:
6942
diff
changeset
|
211 #: ../roundup/admin.py:1304 ../roundup/admin.py:1331 ../roundup/admin.py:1367 |
|
5a84ddf7aa8b
update with roundup_admin and indexer_xapian strings
John Rouillard <rouilj@ieee.org>
parents:
6942
diff
changeset
|
212 #: ../roundup/admin.py:1495 ../roundup/admin.py:1579 ../roundup/admin.py:431:562 |
|
5a84ddf7aa8b
update with roundup_admin and indexer_xapian strings
John Rouillard <rouilj@ieee.org>
parents:
6942
diff
changeset
|
213 #: :1157 :1243:1304 :1331:1367 :1495:1579 :635:728 :786:872 :931:958 :985:1062 |
|
2311
4c50ccae68ab
Roundup message template file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
214 msgid "Not enough arguments supplied" |
|
4c50ccae68ab
Roundup message template file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
215 msgstr "" |
|
4c50ccae68ab
Roundup message template file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
216 |
|
6986
5a84ddf7aa8b
update with roundup_admin and indexer_xapian strings
John Rouillard <rouilj@ieee.org>
parents:
6942
diff
changeset
|
217 #: ../roundup/admin.py:437 |
|
6223
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
218 #, python-format |
|
2311
4c50ccae68ab
Roundup message template file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
219 msgid "Instance home parent directory \"%(parent)s\" does not exist" |
|
4c50ccae68ab
Roundup message template file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
220 msgstr "" |
|
4c50ccae68ab
Roundup message template file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
221 |
|
6986
5a84ddf7aa8b
update with roundup_admin and indexer_xapian strings
John Rouillard <rouilj@ieee.org>
parents:
6942
diff
changeset
|
222 #: ../roundup/admin.py:446 |
|
6223
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
223 #, python-format |
|
2311
4c50ccae68ab
Roundup message template file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
224 msgid "" |
|
4c50ccae68ab
Roundup message template file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
225 "WARNING: There appears to be a tracker in \"%(tracker_home)s\"!\n" |
|
4c50ccae68ab
Roundup message template file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
226 "If you re-install it, you will lose all the data!\n" |
|
4c50ccae68ab
Roundup message template file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
227 "Erase it? Y/N: " |
|
4c50ccae68ab
Roundup message template file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
228 msgstr "" |
|
4c50ccae68ab
Roundup message template file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
229 |
|
6986
5a84ddf7aa8b
update with roundup_admin and indexer_xapian strings
John Rouillard <rouilj@ieee.org>
parents:
6942
diff
changeset
|
230 #: ../roundup/admin.py:459 |
|
5818
30dc6cb23b21
updated pot file for release
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
231 msgid "Select template" |
|
30dc6cb23b21
updated pot file for release
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
232 msgstr "" |
|
30dc6cb23b21
updated pot file for release
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
233 |
|
6744
13abb143df48
Update tranlsation strings
John Rouillard <rouilj@ieee.org>
parents:
6694
diff
changeset
|
234 #: ../roundup/admin.py:469 |
|
6986
5a84ddf7aa8b
update with roundup_admin and indexer_xapian strings
John Rouillard <rouilj@ieee.org>
parents:
6942
diff
changeset
|
235 msgid "Select backend" |
|
5a84ddf7aa8b
update with roundup_admin and indexer_xapian strings
John Rouillard <rouilj@ieee.org>
parents:
6942
diff
changeset
|
236 msgstr "" |
|
5a84ddf7aa8b
update with roundup_admin and indexer_xapian strings
John Rouillard <rouilj@ieee.org>
parents:
6942
diff
changeset
|
237 |
|
5a84ddf7aa8b
update with roundup_admin and indexer_xapian strings
John Rouillard <rouilj@ieee.org>
parents:
6942
diff
changeset
|
238 #: ../roundup/admin.py:480 |
|
6223
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
239 #, python-format |
|
3436
519bb29646b7
update strings from admin.py
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3377
diff
changeset
|
240 msgid "Error in configuration settings: \"%s\"" |
|
519bb29646b7
update strings from admin.py
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3377
diff
changeset
|
241 msgstr "" |
|
519bb29646b7
update strings from admin.py
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3377
diff
changeset
|
242 |
|
6986
5a84ddf7aa8b
update with roundup_admin and indexer_xapian strings
John Rouillard <rouilj@ieee.org>
parents:
6942
diff
changeset
|
243 #: ../roundup/admin.py:511 |
|
6223
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
244 #, python-format |
|
2311
4c50ccae68ab
Roundup message template file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
245 msgid "" |
|
4c50ccae68ab
Roundup message template file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
246 "\n" |
|
3377
4f46f81ace0a
*** empty log message ***
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3235
diff
changeset
|
247 "---------------------------------------------------------------------------\n" |
|
2311
4c50ccae68ab
Roundup message template file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
248 " You should now edit the tracker configuration file:\n" |
|
2790
949444406999
updated from current sources
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
2567
diff
changeset
|
249 " %(config_file)s" |
|
949444406999
updated from current sources
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
2567
diff
changeset
|
250 msgstr "" |
|
949444406999
updated from current sources
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
2567
diff
changeset
|
251 |
|
6986
5a84ddf7aa8b
update with roundup_admin and indexer_xapian strings
John Rouillard <rouilj@ieee.org>
parents:
6942
diff
changeset
|
252 #: ../roundup/admin.py:521 |
|
2790
949444406999
updated from current sources
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
2567
diff
changeset
|
253 msgid " ... at a minimum, you must set following options:" |
|
949444406999
updated from current sources
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
2567
diff
changeset
|
254 msgstr "" |
|
949444406999
updated from current sources
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
2567
diff
changeset
|
255 |
|
6986
5a84ddf7aa8b
update with roundup_admin and indexer_xapian strings
John Rouillard <rouilj@ieee.org>
parents:
6942
diff
changeset
|
256 #: ../roundup/admin.py:526 |
|
6223
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
257 #, python-format |
|
2790
949444406999
updated from current sources
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
2567
diff
changeset
|
258 msgid "" |
|
2311
4c50ccae68ab
Roundup message template file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
259 "\n" |
|
2790
949444406999
updated from current sources
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
2567
diff
changeset
|
260 " If you wish to modify the database schema,\n" |
|
949444406999
updated from current sources
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
2567
diff
changeset
|
261 " you should also edit the schema file:\n" |
|
2311
4c50ccae68ab
Roundup message template file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
262 " %(database_config_file)s\n" |
|
2790
949444406999
updated from current sources
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
2567
diff
changeset
|
263 " You may also change the database initialisation file:\n" |
|
949444406999
updated from current sources
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
2567
diff
changeset
|
264 " %(database_init_file)s\n" |
|
2311
4c50ccae68ab
Roundup message template file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
265 " ... see the documentation on customizing for more information.\n" |
|
3377
4f46f81ace0a
*** empty log message ***
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3235
diff
changeset
|
266 "\n" |
|
4f46f81ace0a
*** empty log message ***
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3235
diff
changeset
|
267 " You MUST run the \"roundup-admin initialise\" command once you've performed\n" |
|
4f46f81ace0a
*** empty log message ***
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3235
diff
changeset
|
268 " the above steps.\n" |
|
4f46f81ace0a
*** empty log message ***
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3235
diff
changeset
|
269 "---------------------------------------------------------------------------\n" |
|
4f46f81ace0a
*** empty log message ***
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3235
diff
changeset
|
270 msgstr "" |
|
4f46f81ace0a
*** empty log message ***
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3235
diff
changeset
|
271 |
|
6986
5a84ddf7aa8b
update with roundup_admin and indexer_xapian strings
John Rouillard <rouilj@ieee.org>
parents:
6942
diff
changeset
|
272 #: ../roundup/admin.py:557 |
|
2999
eb94211d5ac3
*** empty log message ***
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
2790
diff
changeset
|
273 msgid "" |
|
eb94211d5ac3
*** empty log message ***
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
2790
diff
changeset
|
274 "Usage: genconfig <filename>\n" |
|
6220
efc0d13cc7c5
checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents:
6134
diff
changeset
|
275 " Generate a new tracker config file (ini style) with default\n" |
|
efc0d13cc7c5
checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents:
6134
diff
changeset
|
276 " values in <filename>.\n" |
|
2999
eb94211d5ac3
*** empty log message ***
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
2790
diff
changeset
|
277 " " |
|
eb94211d5ac3
*** empty log message ***
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
2790
diff
changeset
|
278 msgstr "" |
|
eb94211d5ac3
*** empty log message ***
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
2790
diff
changeset
|
279 |
|
6986
5a84ddf7aa8b
update with roundup_admin and indexer_xapian strings
John Rouillard <rouilj@ieee.org>
parents:
6942
diff
changeset
|
280 #: ../roundup/admin.py:572 |
|
5818
30dc6cb23b21
updated pot file for release
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
281 msgid "" |
|
30dc6cb23b21
updated pot file for release
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
282 "Usage: updateconfig <filename>\n" |
|
30dc6cb23b21
updated pot file for release
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
283 " Generate an updated tracker config file (ini style) in\n" |
|
30dc6cb23b21
updated pot file for release
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
284 " <filename>. Use current settings from existing roundup\n" |
|
30dc6cb23b21
updated pot file for release
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
285 " tracker in tracker home.\n" |
|
30dc6cb23b21
updated pot file for release
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
286 " " |
|
30dc6cb23b21
updated pot file for release
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
287 msgstr "" |
|
30dc6cb23b21
updated pot file for release
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
288 |
|
2447
6e9135358671
Updated from current sources, including web templates
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
2357
diff
changeset
|
289 #. password |
|
6986
5a84ddf7aa8b
update with roundup_admin and indexer_xapian strings
John Rouillard <rouilj@ieee.org>
parents:
6942
diff
changeset
|
290 #: ../roundup/admin.py:580 |
|
2447
6e9135358671
Updated from current sources, including web templates
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
2357
diff
changeset
|
291 msgid "" |
|
6e9135358671
Updated from current sources, including web templates
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
2357
diff
changeset
|
292 "Usage: initialise [adminpw]\n" |
|
6e9135358671
Updated from current sources, including web templates
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
2357
diff
changeset
|
293 " Initialise a new Roundup tracker.\n" |
|
6e9135358671
Updated from current sources, including web templates
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
2357
diff
changeset
|
294 "\n" |
|
6e9135358671
Updated from current sources, including web templates
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
2357
diff
changeset
|
295 " The administrator details will be set at this step.\n" |
|
6e9135358671
Updated from current sources, including web templates
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
2357
diff
changeset
|
296 "\n" |
|
6e9135358671
Updated from current sources, including web templates
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
2357
diff
changeset
|
297 " Execute the tracker's initialisation function dbinit.init()\n" |
|
6e9135358671
Updated from current sources, including web templates
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
2357
diff
changeset
|
298 " " |
|
6e9135358671
Updated from current sources, including web templates
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
2357
diff
changeset
|
299 msgstr "" |
|
6e9135358671
Updated from current sources, including web templates
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
2357
diff
changeset
|
300 |
|
6986
5a84ddf7aa8b
update with roundup_admin and indexer_xapian strings
John Rouillard <rouilj@ieee.org>
parents:
6942
diff
changeset
|
301 #: ../roundup/admin.py:594 |
|
2311
4c50ccae68ab
Roundup message template file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
302 msgid "Admin Password: " |
|
4c50ccae68ab
Roundup message template file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
303 msgstr "" |
|
4c50ccae68ab
Roundup message template file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
304 |
|
6986
5a84ddf7aa8b
update with roundup_admin and indexer_xapian strings
John Rouillard <rouilj@ieee.org>
parents:
6942
diff
changeset
|
305 #: ../roundup/admin.py:595 |
|
2999
eb94211d5ac3
*** empty log message ***
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
2790
diff
changeset
|
306 msgid " Confirm: " |
|
eb94211d5ac3
*** empty log message ***
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
2790
diff
changeset
|
307 msgstr "" |
|
eb94211d5ac3
*** empty log message ***
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
2790
diff
changeset
|
308 |
|
6744
13abb143df48
Update tranlsation strings
John Rouillard <rouilj@ieee.org>
parents:
6694
diff
changeset
|
309 #: ../roundup/admin.py:599 |
|
6986
5a84ddf7aa8b
update with roundup_admin and indexer_xapian strings
John Rouillard <rouilj@ieee.org>
parents:
6942
diff
changeset
|
310 msgid "Instance home does not exist" |
|
5a84ddf7aa8b
update with roundup_admin and indexer_xapian strings
John Rouillard <rouilj@ieee.org>
parents:
6942
diff
changeset
|
311 msgstr "" |
|
5a84ddf7aa8b
update with roundup_admin and indexer_xapian strings
John Rouillard <rouilj@ieee.org>
parents:
6942
diff
changeset
|
312 |
|
5a84ddf7aa8b
update with roundup_admin and indexer_xapian strings
John Rouillard <rouilj@ieee.org>
parents:
6942
diff
changeset
|
313 #: ../roundup/admin.py:603 |
|
5a84ddf7aa8b
update with roundup_admin and indexer_xapian strings
John Rouillard <rouilj@ieee.org>
parents:
6942
diff
changeset
|
314 msgid "Instance has not been installed" |
|
5a84ddf7aa8b
update with roundup_admin and indexer_xapian strings
John Rouillard <rouilj@ieee.org>
parents:
6942
diff
changeset
|
315 msgstr "" |
|
5a84ddf7aa8b
update with roundup_admin and indexer_xapian strings
John Rouillard <rouilj@ieee.org>
parents:
6942
diff
changeset
|
316 |
|
5a84ddf7aa8b
update with roundup_admin and indexer_xapian strings
John Rouillard <rouilj@ieee.org>
parents:
6942
diff
changeset
|
317 #: ../roundup/admin.py:609 |
|
2311
4c50ccae68ab
Roundup message template file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
318 msgid "" |
|
4c50ccae68ab
Roundup message template file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
319 "WARNING: The database is already initialised!\n" |
|
4c50ccae68ab
Roundup message template file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
320 "If you re-initialise it, you will lose all the data!\n" |
|
4c50ccae68ab
Roundup message template file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
321 "Erase it? Y/N: " |
|
4c50ccae68ab
Roundup message template file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
322 msgstr "" |
|
4c50ccae68ab
Roundup message template file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
323 |
|
6986
5a84ddf7aa8b
update with roundup_admin and indexer_xapian strings
John Rouillard <rouilj@ieee.org>
parents:
6942
diff
changeset
|
324 #: ../roundup/admin.py:625 |
|
2311
4c50ccae68ab
Roundup message template file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
325 msgid "" |
|
4c50ccae68ab
Roundup message template file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
326 "Usage: get property designator[,designator]*\n" |
|
4c50ccae68ab
Roundup message template file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
327 " Get the given property of one or more designator(s).\n" |
|
4c50ccae68ab
Roundup message template file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
328 "\n" |
|
5818
30dc6cb23b21
updated pot file for release
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
329 " A designator is a classname and a nodeid concatenated,\n" |
|
30dc6cb23b21
updated pot file for release
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
330 " eg. bug1, user10, ...\n" |
|
30dc6cb23b21
updated pot file for release
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
331 "\n" |
|
2340
7005d0162ed0
updated from latest sources.
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
2311
diff
changeset
|
332 " Retrieves the property value of the nodes specified\n" |
|
7005d0162ed0
updated from latest sources.
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
2311
diff
changeset
|
333 " by the designators.\n" |
|
2311
4c50ccae68ab
Roundup message template file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
334 " " |
|
4c50ccae68ab
Roundup message template file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
335 msgstr "" |
|
4c50ccae68ab
Roundup message template file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
336 |
|
6986
5a84ddf7aa8b
update with roundup_admin and indexer_xapian strings
John Rouillard <rouilj@ieee.org>
parents:
6942
diff
changeset
|
337 #: ../roundup/admin.py:669 ../roundup/admin.py:687 ../roundup/admin.py:669:687 |
|
6223
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
338 #, python-format |
|
2311
4c50ccae68ab
Roundup message template file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
339 msgid "property %s is not of type Multilink or Link so -d flag does not apply." |
|
4c50ccae68ab
Roundup message template file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
340 msgstr "" |
|
4c50ccae68ab
Roundup message template file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
341 |
|
6986
5a84ddf7aa8b
update with roundup_admin and indexer_xapian strings
John Rouillard <rouilj@ieee.org>
parents:
6942
diff
changeset
|
342 #: ../roundup/admin.py:697 ../roundup/admin.py:1261 ../roundup/admin.py:1316 |
|
5a84ddf7aa8b
update with roundup_admin and indexer_xapian strings
John Rouillard <rouilj@ieee.org>
parents:
6942
diff
changeset
|
343 #: ../roundup/admin.py:697:1261 :1316 |
|
6223
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
344 #, python-format |
|
2311
4c50ccae68ab
Roundup message template file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
345 msgid "no such %(classname)s node \"%(nodeid)s\"" |
|
4c50ccae68ab
Roundup message template file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
346 msgstr "" |
|
4c50ccae68ab
Roundup message template file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
347 |
|
6986
5a84ddf7aa8b
update with roundup_admin and indexer_xapian strings
John Rouillard <rouilj@ieee.org>
parents:
6942
diff
changeset
|
348 #: ../roundup/admin.py:700 |
|
6223
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
349 #, python-format |
|
2311
4c50ccae68ab
Roundup message template file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
350 msgid "no such %(classname)s property \"%(propname)s\"" |
|
4c50ccae68ab
Roundup message template file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
351 msgstr "" |
|
4c50ccae68ab
Roundup message template file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
352 |
|
6986
5a84ddf7aa8b
update with roundup_admin and indexer_xapian strings
John Rouillard <rouilj@ieee.org>
parents:
6942
diff
changeset
|
353 #: ../roundup/admin.py:708 |
|
2311
4c50ccae68ab
Roundup message template file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
354 msgid "" |
|
4c50ccae68ab
Roundup message template file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
355 "Usage: set items property=value property=value ...\n" |
|
4c50ccae68ab
Roundup message template file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
356 " Set the given properties of one or more items(s).\n" |
|
4c50ccae68ab
Roundup message template file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
357 "\n" |
|
4c50ccae68ab
Roundup message template file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
358 " The items are specified as a class or as a comma-separated\n" |
|
4c50ccae68ab
Roundup message template file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
359 " list of item designators (ie \"designator[,designator,...]\").\n" |
|
4c50ccae68ab
Roundup message template file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
360 "\n" |
|
5818
30dc6cb23b21
updated pot file for release
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
361 " A designator is a classname and a nodeid concatenated,\n" |
|
30dc6cb23b21
updated pot file for release
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
362 " eg. bug1, user10, ...\n" |
|
30dc6cb23b21
updated pot file for release
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
363 "\n" |
|
6220
efc0d13cc7c5
checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents:
6134
diff
changeset
|
364 " This command sets the properties to the values for all\n" |
|
efc0d13cc7c5
checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents:
6134
diff
changeset
|
365 " designators given. If a class is used, the property will be\n" |
|
efc0d13cc7c5
checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents:
6134
diff
changeset
|
366 " set for all items in the class. If the value is missing\n" |
|
efc0d13cc7c5
checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents:
6134
diff
changeset
|
367 " (ie. \"property=\") then the property is un-set. If the property\n" |
|
efc0d13cc7c5
checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents:
6134
diff
changeset
|
368 " is a multilink, you specify the linked ids for the multilink\n" |
|
efc0d13cc7c5
checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents:
6134
diff
changeset
|
369 " as comma-separated numbers (ie \"1,2,3\").\n" |
|
efc0d13cc7c5
checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents:
6134
diff
changeset
|
370 "\n" |
|
2311
4c50ccae68ab
Roundup message template file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
371 " " |
|
4c50ccae68ab
Roundup message template file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
372 msgstr "" |
|
4c50ccae68ab
Roundup message template file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
373 |
|
6986
5a84ddf7aa8b
update with roundup_admin and indexer_xapian strings
John Rouillard <rouilj@ieee.org>
parents:
6942
diff
changeset
|
374 #: ../roundup/admin.py:776 |
|
2311
4c50ccae68ab
Roundup message template file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
375 msgid "" |
|
6220
efc0d13cc7c5
checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents:
6134
diff
changeset
|
376 "Usage: filter classname propname=value ...\n" |
|
efc0d13cc7c5
checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents:
6134
diff
changeset
|
377 " Find the nodes of the given class with a given property value.\n" |
|
efc0d13cc7c5
checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents:
6134
diff
changeset
|
378 "\n" |
|
efc0d13cc7c5
checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents:
6134
diff
changeset
|
379 " Find the nodes of the given class with a given property value.\n" |
|
efc0d13cc7c5
checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents:
6134
diff
changeset
|
380 " Multiple values can be specified by separating them with commas.\n" |
|
efc0d13cc7c5
checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents:
6134
diff
changeset
|
381 " If property is a string, all values must match. I.E. it's an\n" |
|
efc0d13cc7c5
checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents:
6134
diff
changeset
|
382 " 'and' operation. If the property is a link/multilink any value\n" |
|
efc0d13cc7c5
checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents:
6134
diff
changeset
|
383 " matches. I.E. an 'or' operation.\n" |
|
efc0d13cc7c5
checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents:
6134
diff
changeset
|
384 " " |
|
efc0d13cc7c5
checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents:
6134
diff
changeset
|
385 msgstr "" |
|
efc0d13cc7c5
checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents:
6134
diff
changeset
|
386 |
|
6986
5a84ddf7aa8b
update with roundup_admin and indexer_xapian strings
John Rouillard <rouilj@ieee.org>
parents:
6942
diff
changeset
|
387 #: ../roundup/admin.py:819 |
|
6301
45ba6b71f1cf
actions.py translation. Using mapping rather than tuple for args.
John Rouillard <rouilj@ieee.org>
parents:
6223
diff
changeset
|
388 #, python-format |
|
45ba6b71f1cf
actions.py translation. Using mapping rather than tuple for args.
John Rouillard <rouilj@ieee.org>
parents:
6223
diff
changeset
|
389 msgid "Class %(curclassname)s has no property %(pn)s in %(propname)s." |
|
45ba6b71f1cf
actions.py translation. Using mapping rather than tuple for args.
John Rouillard <rouilj@ieee.org>
parents:
6223
diff
changeset
|
390 msgstr "" |
|
45ba6b71f1cf
actions.py translation. Using mapping rather than tuple for args.
John Rouillard <rouilj@ieee.org>
parents:
6223
diff
changeset
|
391 |
|
6986
5a84ddf7aa8b
update with roundup_admin and indexer_xapian strings
John Rouillard <rouilj@ieee.org>
parents:
6942
diff
changeset
|
392 #: ../roundup/admin.py:857 ../roundup/admin.py:918 ../roundup/admin.py:1082 |
|
5a84ddf7aa8b
update with roundup_admin and indexer_xapian strings
John Rouillard <rouilj@ieee.org>
parents:
6942
diff
changeset
|
393 #: ../roundup/admin.py:1094 ../roundup/admin.py:1177 ../roundup/admin.py:857:918 |
|
5a84ddf7aa8b
update with roundup_admin and indexer_xapian strings
John Rouillard <rouilj@ieee.org>
parents:
6942
diff
changeset
|
394 #: :1082:1094 :1177 |
|
6223
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
395 #, python-format |
|
6220
efc0d13cc7c5
checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents:
6134
diff
changeset
|
396 msgid "%(classname)s has no property \"%(propname)s\"" |
|
efc0d13cc7c5
checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents:
6134
diff
changeset
|
397 msgstr "" |
|
efc0d13cc7c5
checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents:
6134
diff
changeset
|
398 |
|
6986
5a84ddf7aa8b
update with roundup_admin and indexer_xapian strings
John Rouillard <rouilj@ieee.org>
parents:
6942
diff
changeset
|
399 #: ../roundup/admin.py:864 |
|
6220
efc0d13cc7c5
checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents:
6134
diff
changeset
|
400 msgid "" |
|
2311
4c50ccae68ab
Roundup message template file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
401 "Usage: find classname propname=value ...\n" |
|
4c50ccae68ab
Roundup message template file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
402 " Find the nodes of the given class with a given link property value.\n" |
|
4c50ccae68ab
Roundup message template file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
403 "\n" |
|
2340
7005d0162ed0
updated from latest sources.
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
2311
diff
changeset
|
404 " Find the nodes of the given class with a given link property value.\n" |
|
7005d0162ed0
updated from latest sources.
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
2311
diff
changeset
|
405 " The value may be either the nodeid of the linked node, or its key\n" |
|
7005d0162ed0
updated from latest sources.
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
2311
diff
changeset
|
406 " value.\n" |
|
2311
4c50ccae68ab
Roundup message template file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
407 " " |
|
4c50ccae68ab
Roundup message template file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
408 msgstr "" |
|
4c50ccae68ab
Roundup message template file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
409 |
|
6986
5a84ddf7aa8b
update with roundup_admin and indexer_xapian strings
John Rouillard <rouilj@ieee.org>
parents:
6942
diff
changeset
|
410 #: ../roundup/admin.py:925 |
|
2311
4c50ccae68ab
Roundup message template file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
411 msgid "" |
|
4c50ccae68ab
Roundup message template file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
412 "Usage: specification classname\n" |
|
4c50ccae68ab
Roundup message template file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
413 " Show the properties for a classname.\n" |
|
4c50ccae68ab
Roundup message template file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
414 "\n" |
|
4c50ccae68ab
Roundup message template file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
415 " This lists the properties for a given class.\n" |
|
4c50ccae68ab
Roundup message template file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
416 " " |
|
4c50ccae68ab
Roundup message template file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
417 msgstr "" |
|
4c50ccae68ab
Roundup message template file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
418 |
|
6986
5a84ddf7aa8b
update with roundup_admin and indexer_xapian strings
John Rouillard <rouilj@ieee.org>
parents:
6942
diff
changeset
|
419 #: ../roundup/admin.py:941 |
|
6223
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
420 #, python-format |
|
5818
30dc6cb23b21
updated pot file for release
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
421 msgid "%(key)s: %(value)s (key property)\n" |
|
30dc6cb23b21
updated pot file for release
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
422 msgstr "" |
|
30dc6cb23b21
updated pot file for release
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
423 |
|
6986
5a84ddf7aa8b
update with roundup_admin and indexer_xapian strings
John Rouillard <rouilj@ieee.org>
parents:
6942
diff
changeset
|
424 #: ../roundup/admin.py:944 |
|
6607
b0bafbf4fddd
update .po files with new strings to translate
John Rouillard <rouilj@ieee.org>
parents:
6557
diff
changeset
|
425 #, python-format |
|
b0bafbf4fddd
update .po files with new strings to translate
John Rouillard <rouilj@ieee.org>
parents:
6557
diff
changeset
|
426 msgid "%(key)s: %(value)s\n" |
|
b0bafbf4fddd
update .po files with new strings to translate
John Rouillard <rouilj@ieee.org>
parents:
6557
diff
changeset
|
427 msgstr "" |
|
b0bafbf4fddd
update .po files with new strings to translate
John Rouillard <rouilj@ieee.org>
parents:
6557
diff
changeset
|
428 |
|
6986
5a84ddf7aa8b
update with roundup_admin and indexer_xapian strings
John Rouillard <rouilj@ieee.org>
parents:
6942
diff
changeset
|
429 #: ../roundup/admin.py:947 |
|
2311
4c50ccae68ab
Roundup message template file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
430 msgid "" |
|
4c50ccae68ab
Roundup message template file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
431 "Usage: display designator[,designator]*\n" |
|
6220
efc0d13cc7c5
checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents:
6134
diff
changeset
|
432 "\n" |
|
2311
4c50ccae68ab
Roundup message template file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
433 " Show the property values for the given node(s).\n" |
|
4c50ccae68ab
Roundup message template file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
434 "\n" |
|
5818
30dc6cb23b21
updated pot file for release
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
435 " A designator is a classname and a nodeid concatenated,\n" |
|
30dc6cb23b21
updated pot file for release
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
436 " eg. bug1, user10, ...\n" |
|
30dc6cb23b21
updated pot file for release
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
437 "\n" |
|
6220
efc0d13cc7c5
checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents:
6134
diff
changeset
|
438 " This lists the properties and their associated values\n" |
|
efc0d13cc7c5
checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents:
6134
diff
changeset
|
439 " for the given node.\n" |
|
2311
4c50ccae68ab
Roundup message template file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
440 " " |
|
4c50ccae68ab
Roundup message template file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
441 msgstr "" |
|
4c50ccae68ab
Roundup message template file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
442 |
|
6986
5a84ddf7aa8b
update with roundup_admin and indexer_xapian strings
John Rouillard <rouilj@ieee.org>
parents:
6942
diff
changeset
|
443 #: ../roundup/admin.py:974 |
|
6223
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
444 #, python-format |
|
5818
30dc6cb23b21
updated pot file for release
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
445 msgid "%(key)s: %(value)s" |
|
30dc6cb23b21
updated pot file for release
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
446 msgstr "" |
|
30dc6cb23b21
updated pot file for release
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
447 |
|
6986
5a84ddf7aa8b
update with roundup_admin and indexer_xapian strings
John Rouillard <rouilj@ieee.org>
parents:
6942
diff
changeset
|
448 #: ../roundup/admin.py:977 |
|
2311
4c50ccae68ab
Roundup message template file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
449 msgid "" |
|
4c50ccae68ab
Roundup message template file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
450 "Usage: create classname property=value ...\n" |
|
4c50ccae68ab
Roundup message template file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
451 " Create a new entry of a given class.\n" |
|
4c50ccae68ab
Roundup message template file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
452 "\n" |
|
4c50ccae68ab
Roundup message template file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
453 " This creates a new entry of the given class using the property\n" |
|
6223
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
454 " name=value arguments provided on the command line after the \"create" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
455 "\"\n" |
|
2311
4c50ccae68ab
Roundup message template file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
456 " command.\n" |
|
4c50ccae68ab
Roundup message template file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
457 " " |
|
4c50ccae68ab
Roundup message template file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
458 msgstr "" |
|
4c50ccae68ab
Roundup message template file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
459 |
|
6986
5a84ddf7aa8b
update with roundup_admin and indexer_xapian strings
John Rouillard <rouilj@ieee.org>
parents:
6942
diff
changeset
|
460 #: ../roundup/admin.py:1005 |
|
6223
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
461 #, python-format |
|
2311
4c50ccae68ab
Roundup message template file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
462 msgid "%(propname)s (Password): " |
|
4c50ccae68ab
Roundup message template file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
463 msgstr "" |
|
4c50ccae68ab
Roundup message template file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
464 |
|
6986
5a84ddf7aa8b
update with roundup_admin and indexer_xapian strings
John Rouillard <rouilj@ieee.org>
parents:
6942
diff
changeset
|
465 #: ../roundup/admin.py:1008 |
|
6607
b0bafbf4fddd
update .po files with new strings to translate
John Rouillard <rouilj@ieee.org>
parents:
6557
diff
changeset
|
466 #, python-format |
|
b0bafbf4fddd
update .po files with new strings to translate
John Rouillard <rouilj@ieee.org>
parents:
6557
diff
changeset
|
467 msgid " %(propname)s (Again): " |
|
b0bafbf4fddd
update .po files with new strings to translate
John Rouillard <rouilj@ieee.org>
parents:
6557
diff
changeset
|
468 msgstr "" |
|
b0bafbf4fddd
update .po files with new strings to translate
John Rouillard <rouilj@ieee.org>
parents:
6557
diff
changeset
|
469 |
|
6986
5a84ddf7aa8b
update with roundup_admin and indexer_xapian strings
John Rouillard <rouilj@ieee.org>
parents:
6942
diff
changeset
|
470 #: ../roundup/admin.py:1012 |
|
2311
4c50ccae68ab
Roundup message template file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
471 msgid "Sorry, try again..." |
|
4c50ccae68ab
Roundup message template file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
472 msgstr "" |
|
4c50ccae68ab
Roundup message template file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
473 |
|
6986
5a84ddf7aa8b
update with roundup_admin and indexer_xapian strings
John Rouillard <rouilj@ieee.org>
parents:
6942
diff
changeset
|
474 #: ../roundup/admin.py:1016 |
|
6223
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
475 #, python-format |
|
2311
4c50ccae68ab
Roundup message template file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
476 msgid "%(propname)s (%(proptype)s): " |
|
4c50ccae68ab
Roundup message template file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
477 msgstr "" |
|
4c50ccae68ab
Roundup message template file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
478 |
|
6986
5a84ddf7aa8b
update with roundup_admin and indexer_xapian strings
John Rouillard <rouilj@ieee.org>
parents:
6942
diff
changeset
|
479 #: ../roundup/admin.py:1035 |
|
6223
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
480 #, python-format |
|
2999
eb94211d5ac3
*** empty log message ***
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
2790
diff
changeset
|
481 msgid "you must provide the \"%(propname)s\" property." |
|
eb94211d5ac3
*** empty log message ***
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
2790
diff
changeset
|
482 msgstr "" |
|
eb94211d5ac3
*** empty log message ***
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
2790
diff
changeset
|
483 |
|
6986
5a84ddf7aa8b
update with roundup_admin and indexer_xapian strings
John Rouillard <rouilj@ieee.org>
parents:
6942
diff
changeset
|
484 #: ../roundup/admin.py:1047 |
|
2311
4c50ccae68ab
Roundup message template file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
485 msgid "" |
|
4c50ccae68ab
Roundup message template file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
486 "Usage: list classname [property]\n" |
|
4c50ccae68ab
Roundup message template file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
487 " List the instances of a class.\n" |
|
4c50ccae68ab
Roundup message template file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
488 "\n" |
|
4c50ccae68ab
Roundup message template file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
489 " Lists all instances of the given class. If the property is not\n" |
|
2340
7005d0162ed0
updated from latest sources.
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
2311
diff
changeset
|
490 " specified, the \"label\" property is used. The label property is\n" |
|
7005d0162ed0
updated from latest sources.
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
2311
diff
changeset
|
491 " tried in order: the key, \"name\", \"title\" and then the first\n" |
|
7005d0162ed0
updated from latest sources.
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
2311
diff
changeset
|
492 " property, alphabetically.\n" |
|
2311
4c50ccae68ab
Roundup message template file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
493 "\n" |
|
2447
6e9135358671
Updated from current sources, including web templates
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
2357
diff
changeset
|
494 " With -c, -S or -s print a list of item id's if no property\n" |
|
6e9135358671
Updated from current sources, including web templates
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
2357
diff
changeset
|
495 " specified. If property specified, print list of that property\n" |
|
6e9135358671
Updated from current sources, including web templates
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
2357
diff
changeset
|
496 " for every class instance.\n" |
|
6e9135358671
Updated from current sources, including web templates
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
2357
diff
changeset
|
497 " " |
|
2311
4c50ccae68ab
Roundup message template file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
498 msgstr "" |
|
4c50ccae68ab
Roundup message template file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
499 |
|
6986
5a84ddf7aa8b
update with roundup_admin and indexer_xapian strings
John Rouillard <rouilj@ieee.org>
parents:
6942
diff
changeset
|
500 #: ../roundup/admin.py:1060 |
|
2311
4c50ccae68ab
Roundup message template file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
501 msgid "Too many arguments supplied" |
|
4c50ccae68ab
Roundup message template file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
502 msgstr "" |
|
4c50ccae68ab
Roundup message template file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
503 |
|
6986
5a84ddf7aa8b
update with roundup_admin and indexer_xapian strings
John Rouillard <rouilj@ieee.org>
parents:
6942
diff
changeset
|
504 #: ../roundup/admin.py:1096 |
|
6223
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
505 #, python-format |
|
2311
4c50ccae68ab
Roundup message template file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
506 msgid "%(nodeid)4s: %(value)s" |
|
4c50ccae68ab
Roundup message template file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
507 msgstr "" |
|
4c50ccae68ab
Roundup message template file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
508 |
|
6986
5a84ddf7aa8b
update with roundup_admin and indexer_xapian strings
John Rouillard <rouilj@ieee.org>
parents:
6942
diff
changeset
|
509 #: ../roundup/admin.py:1100 |
|
5a84ddf7aa8b
update with roundup_admin and indexer_xapian strings
John Rouillard <rouilj@ieee.org>
parents:
6942
diff
changeset
|
510 msgid "" |
|
5a84ddf7aa8b
update with roundup_admin and indexer_xapian strings
John Rouillard <rouilj@ieee.org>
parents:
6942
diff
changeset
|
511 "Usage: templates [trace_search]\n" |
|
5a84ddf7aa8b
update with roundup_admin and indexer_xapian strings
John Rouillard <rouilj@ieee.org>
parents:
6942
diff
changeset
|
512 " List templates and their installed directories.\n" |
|
5a84ddf7aa8b
update with roundup_admin and indexer_xapian strings
John Rouillard <rouilj@ieee.org>
parents:
6942
diff
changeset
|
513 "\n" |
|
5a84ddf7aa8b
update with roundup_admin and indexer_xapian strings
John Rouillard <rouilj@ieee.org>
parents:
6942
diff
changeset
|
514 " With trace_search also list all directories that are\n" |
|
5a84ddf7aa8b
update with roundup_admin and indexer_xapian strings
John Rouillard <rouilj@ieee.org>
parents:
6942
diff
changeset
|
515 " searched for templates.\n" |
|
5a84ddf7aa8b
update with roundup_admin and indexer_xapian strings
John Rouillard <rouilj@ieee.org>
parents:
6942
diff
changeset
|
516 " " |
|
5a84ddf7aa8b
update with roundup_admin and indexer_xapian strings
John Rouillard <rouilj@ieee.org>
parents:
6942
diff
changeset
|
517 msgstr "" |
|
5a84ddf7aa8b
update with roundup_admin and indexer_xapian strings
John Rouillard <rouilj@ieee.org>
parents:
6942
diff
changeset
|
518 |
|
5a84ddf7aa8b
update with roundup_admin and indexer_xapian strings
John Rouillard <rouilj@ieee.org>
parents:
6942
diff
changeset
|
519 #: ../roundup/admin.py:1128 |
|
2447
6e9135358671
Updated from current sources, including web templates
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
2357
diff
changeset
|
520 msgid "" |
|
6e9135358671
Updated from current sources, including web templates
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
2357
diff
changeset
|
521 "Usage: table classname [property[,property]*]\n" |
|
6e9135358671
Updated from current sources, including web templates
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
2357
diff
changeset
|
522 " List the instances of a class in tabular form.\n" |
|
6e9135358671
Updated from current sources, including web templates
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
2357
diff
changeset
|
523 "\n" |
|
6e9135358671
Updated from current sources, including web templates
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
2357
diff
changeset
|
524 " Lists all instances of the given class. If the properties are not\n" |
|
6e9135358671
Updated from current sources, including web templates
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
2357
diff
changeset
|
525 " specified, all properties are displayed. By default, the column\n" |
|
6e9135358671
Updated from current sources, including web templates
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
2357
diff
changeset
|
526 " widths are the width of the largest value. The width may be\n" |
|
6e9135358671
Updated from current sources, including web templates
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
2357
diff
changeset
|
527 " explicitly defined by defining the property as \"name:width\".\n" |
|
6e9135358671
Updated from current sources, including web templates
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
2357
diff
changeset
|
528 " For example::\n" |
|
6e9135358671
Updated from current sources, including web templates
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
2357
diff
changeset
|
529 "\n" |
|
6e9135358671
Updated from current sources, including web templates
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
2357
diff
changeset
|
530 " roundup> table priority id,name:10\n" |
|
6e9135358671
Updated from current sources, including web templates
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
2357
diff
changeset
|
531 " Id Name\n" |
|
6e9135358671
Updated from current sources, including web templates
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
2357
diff
changeset
|
532 " 1 fatal-bug\n" |
|
6e9135358671
Updated from current sources, including web templates
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
2357
diff
changeset
|
533 " 2 bug\n" |
|
6e9135358671
Updated from current sources, including web templates
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
2357
diff
changeset
|
534 " 3 usability\n" |
|
6e9135358671
Updated from current sources, including web templates
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
2357
diff
changeset
|
535 " 4 feature\n" |
|
6e9135358671
Updated from current sources, including web templates
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
2357
diff
changeset
|
536 "\n" |
|
6e9135358671
Updated from current sources, including web templates
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
2357
diff
changeset
|
537 " Also to make the width of the column the width of the label,\n" |
|
6e9135358671
Updated from current sources, including web templates
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
2357
diff
changeset
|
538 " leave a trailing : without a width on the property. For example::\n" |
|
6e9135358671
Updated from current sources, including web templates
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
2357
diff
changeset
|
539 "\n" |
|
6e9135358671
Updated from current sources, including web templates
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
2357
diff
changeset
|
540 " roundup> table priority id,name:\n" |
|
6e9135358671
Updated from current sources, including web templates
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
2357
diff
changeset
|
541 " Id Name\n" |
|
6e9135358671
Updated from current sources, including web templates
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
2357
diff
changeset
|
542 " 1 fata\n" |
|
6e9135358671
Updated from current sources, including web templates
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
2357
diff
changeset
|
543 " 2 bug\n" |
|
6e9135358671
Updated from current sources, including web templates
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
2357
diff
changeset
|
544 " 3 usab\n" |
|
6e9135358671
Updated from current sources, including web templates
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
2357
diff
changeset
|
545 " 4 feat\n" |
|
6e9135358671
Updated from current sources, including web templates
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
2357
diff
changeset
|
546 "\n" |
|
6e9135358671
Updated from current sources, including web templates
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
2357
diff
changeset
|
547 " will result in a the 4 character wide \"Name\" column.\n" |
|
6e9135358671
Updated from current sources, including web templates
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
2357
diff
changeset
|
548 " " |
|
6e9135358671
Updated from current sources, including web templates
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
2357
diff
changeset
|
549 msgstr "" |
|
6e9135358671
Updated from current sources, including web templates
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
2357
diff
changeset
|
550 |
|
6986
5a84ddf7aa8b
update with roundup_admin and indexer_xapian strings
John Rouillard <rouilj@ieee.org>
parents:
6942
diff
changeset
|
551 #: ../roundup/admin.py:1172 |
|
6223
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
552 #, python-format |
|
2311
4c50ccae68ab
Roundup message template file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
553 msgid "\"%(spec)s\" not name:width" |
|
4c50ccae68ab
Roundup message template file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
554 msgstr "" |
|
4c50ccae68ab
Roundup message template file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
555 |
|
6986
5a84ddf7aa8b
update with roundup_admin and indexer_xapian strings
John Rouillard <rouilj@ieee.org>
parents:
6942
diff
changeset
|
556 #: ../roundup/admin.py:1194 |
|
6223
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
557 #, python-format |
|
6220
efc0d13cc7c5
checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents:
6134
diff
changeset
|
558 msgid "\"%(spec)s\" does not have an integer width: \"%(width)s\"" |
|
efc0d13cc7c5
checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents:
6134
diff
changeset
|
559 msgstr "" |
|
efc0d13cc7c5
checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents:
6134
diff
changeset
|
560 |
|
6986
5a84ddf7aa8b
update with roundup_admin and indexer_xapian strings
John Rouillard <rouilj@ieee.org>
parents:
6942
diff
changeset
|
561 #: ../roundup/admin.py:1230 |
|
2447
6e9135358671
Updated from current sources, including web templates
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
2357
diff
changeset
|
562 msgid "" |
|
5818
30dc6cb23b21
updated pot file for release
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
563 "Usage: history designator [skipquiet]\n" |
|
2447
6e9135358671
Updated from current sources, including web templates
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
2357
diff
changeset
|
564 " Show the history entries of a designator.\n" |
|
6e9135358671
Updated from current sources, including web templates
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
2357
diff
changeset
|
565 "\n" |
|
5818
30dc6cb23b21
updated pot file for release
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
566 " A designator is a classname and a nodeid concatenated,\n" |
|
30dc6cb23b21
updated pot file for release
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
567 " eg. bug1, user10, ...\n" |
|
30dc6cb23b21
updated pot file for release
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
568 "\n" |
|
30dc6cb23b21
updated pot file for release
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
569 " Lists the journal entries viewable by the user for the\n" |
|
30dc6cb23b21
updated pot file for release
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
570 " node identified by the designator. If skipquiet is the\n" |
|
30dc6cb23b21
updated pot file for release
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
571 " second argument, journal entries for quiet properties\n" |
|
30dc6cb23b21
updated pot file for release
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
572 " are not shown.\n" |
|
2447
6e9135358671
Updated from current sources, including web templates
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
2357
diff
changeset
|
573 " " |
|
6e9135358671
Updated from current sources, including web templates
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
2357
diff
changeset
|
574 msgstr "" |
|
6e9135358671
Updated from current sources, including web templates
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
2357
diff
changeset
|
575 |
|
6986
5a84ddf7aa8b
update with roundup_admin and indexer_xapian strings
John Rouillard <rouilj@ieee.org>
parents:
6942
diff
changeset
|
576 #: ../roundup/admin.py:1266 |
|
2447
6e9135358671
Updated from current sources, including web templates
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
2357
diff
changeset
|
577 msgid "" |
|
6e9135358671
Updated from current sources, including web templates
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
2357
diff
changeset
|
578 "Usage: commit\n" |
|
6e9135358671
Updated from current sources, including web templates
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
2357
diff
changeset
|
579 " Commit changes made to the database during an interactive session.\n" |
|
6e9135358671
Updated from current sources, including web templates
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
2357
diff
changeset
|
580 "\n" |
|
6e9135358671
Updated from current sources, including web templates
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
2357
diff
changeset
|
581 " The changes made during an interactive session are not\n" |
|
6e9135358671
Updated from current sources, including web templates
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
2357
diff
changeset
|
582 " automatically written to the database - they must be committed\n" |
|
6e9135358671
Updated from current sources, including web templates
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
2357
diff
changeset
|
583 " using this command.\n" |
|
6e9135358671
Updated from current sources, including web templates
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
2357
diff
changeset
|
584 "\n" |
|
6e9135358671
Updated from current sources, including web templates
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
2357
diff
changeset
|
585 " One-off commands on the command-line are automatically committed if\n" |
|
6e9135358671
Updated from current sources, including web templates
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
2357
diff
changeset
|
586 " they are successful.\n" |
|
6e9135358671
Updated from current sources, including web templates
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
2357
diff
changeset
|
587 " " |
|
6e9135358671
Updated from current sources, including web templates
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
2357
diff
changeset
|
588 msgstr "" |
|
6e9135358671
Updated from current sources, including web templates
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
2357
diff
changeset
|
589 |
|
6986
5a84ddf7aa8b
update with roundup_admin and indexer_xapian strings
John Rouillard <rouilj@ieee.org>
parents:
6942
diff
changeset
|
590 #: ../roundup/admin.py:1281 |
|
2447
6e9135358671
Updated from current sources, including web templates
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
2357
diff
changeset
|
591 msgid "" |
|
6e9135358671
Updated from current sources, including web templates
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
2357
diff
changeset
|
592 "Usage: rollback\n" |
|
6e9135358671
Updated from current sources, including web templates
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
2357
diff
changeset
|
593 " Undo all changes that are pending commit to the database.\n" |
|
6e9135358671
Updated from current sources, including web templates
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
2357
diff
changeset
|
594 "\n" |
|
6e9135358671
Updated from current sources, including web templates
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
2357
diff
changeset
|
595 " The changes made during an interactive session are not\n" |
|
6e9135358671
Updated from current sources, including web templates
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
2357
diff
changeset
|
596 " automatically written to the database - they must be committed\n" |
|
6e9135358671
Updated from current sources, including web templates
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
2357
diff
changeset
|
597 " manually. This command undoes all those changes, so a commit\n" |
|
6e9135358671
Updated from current sources, including web templates
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
2357
diff
changeset
|
598 " immediately after would make no changes to the database.\n" |
|
6e9135358671
Updated from current sources, including web templates
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
2357
diff
changeset
|
599 " " |
|
6e9135358671
Updated from current sources, including web templates
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
2357
diff
changeset
|
600 msgstr "" |
|
6e9135358671
Updated from current sources, including web templates
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
2357
diff
changeset
|
601 |
|
6986
5a84ddf7aa8b
update with roundup_admin and indexer_xapian strings
John Rouillard <rouilj@ieee.org>
parents:
6942
diff
changeset
|
602 #: ../roundup/admin.py:1294 |
|
2447
6e9135358671
Updated from current sources, including web templates
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
2357
diff
changeset
|
603 msgid "" |
|
6e9135358671
Updated from current sources, including web templates
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
2357
diff
changeset
|
604 "Usage: retire designator[,designator]*\n" |
|
6e9135358671
Updated from current sources, including web templates
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
2357
diff
changeset
|
605 " Retire the node specified by designator.\n" |
|
6e9135358671
Updated from current sources, including web templates
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
2357
diff
changeset
|
606 "\n" |
|
5818
30dc6cb23b21
updated pot file for release
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
607 " A designator is a classname and a nodeid concatenated,\n" |
|
30dc6cb23b21
updated pot file for release
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
608 " eg. bug1, user10, ...\n" |
|
30dc6cb23b21
updated pot file for release
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
609 "\n" |
|
2447
6e9135358671
Updated from current sources, including web templates
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
2357
diff
changeset
|
610 " This action indicates that a particular node is not to be retrieved\n" |
|
6e9135358671
Updated from current sources, including web templates
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
2357
diff
changeset
|
611 " by the list or find commands, and its key value may be re-used.\n" |
|
6e9135358671
Updated from current sources, including web templates
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
2357
diff
changeset
|
612 " " |
|
6e9135358671
Updated from current sources, including web templates
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
2357
diff
changeset
|
613 msgstr "" |
|
6e9135358671
Updated from current sources, including web templates
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
2357
diff
changeset
|
614 |
|
6986
5a84ddf7aa8b
update with roundup_admin and indexer_xapian strings
John Rouillard <rouilj@ieee.org>
parents:
6942
diff
changeset
|
615 #: ../roundup/admin.py:1322 |
|
2447
6e9135358671
Updated from current sources, including web templates
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
2357
diff
changeset
|
616 msgid "" |
|
6e9135358671
Updated from current sources, including web templates
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
2357
diff
changeset
|
617 "Usage: restore designator[,designator]*\n" |
|
6e9135358671
Updated from current sources, including web templates
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
2357
diff
changeset
|
618 " Restore the retired node specified by designator.\n" |
|
6e9135358671
Updated from current sources, including web templates
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
2357
diff
changeset
|
619 "\n" |
|
5818
30dc6cb23b21
updated pot file for release
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
620 " A designator is a classname and a nodeid concatenated,\n" |
|
30dc6cb23b21
updated pot file for release
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
621 " eg. bug1, user10, ...\n" |
|
30dc6cb23b21
updated pot file for release
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
622 "\n" |
|
2447
6e9135358671
Updated from current sources, including web templates
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
2357
diff
changeset
|
623 " The given nodes will become available for users again.\n" |
|
6e9135358671
Updated from current sources, including web templates
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
2357
diff
changeset
|
624 " " |
|
6e9135358671
Updated from current sources, including web templates
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
2357
diff
changeset
|
625 msgstr "" |
|
6e9135358671
Updated from current sources, including web templates
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
2357
diff
changeset
|
626 |
|
6986
5a84ddf7aa8b
update with roundup_admin and indexer_xapian strings
John Rouillard <rouilj@ieee.org>
parents:
6942
diff
changeset
|
627 #: ../roundup/admin.py:1347 |
|
6220
efc0d13cc7c5
checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents:
6134
diff
changeset
|
628 msgid "no such %(classname)s node \" % (nodeid)s\"" |
|
efc0d13cc7c5
checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents:
6134
diff
changeset
|
629 msgstr "" |
|
efc0d13cc7c5
checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents:
6134
diff
changeset
|
630 |
|
2447
6e9135358671
Updated from current sources, including web templates
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
2357
diff
changeset
|
631 #. grab the directory to export to |
|
6986
5a84ddf7aa8b
update with roundup_admin and indexer_xapian strings
John Rouillard <rouilj@ieee.org>
parents:
6942
diff
changeset
|
632 #: ../roundup/admin.py:1353 |
|
2447
6e9135358671
Updated from current sources, including web templates
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
2357
diff
changeset
|
633 msgid "" |
|
3763
2bf0a8068884
*** empty log message ***
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3707
diff
changeset
|
634 "Usage: export [[-]class[,class]] export_dir\n" |
|
2447
6e9135358671
Updated from current sources, including web templates
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
2357
diff
changeset
|
635 " Export the database to colon-separated-value files.\n" |
|
3763
2bf0a8068884
*** empty log message ***
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3707
diff
changeset
|
636 " To exclude the files (e.g. for the msg or file class),\n" |
|
2bf0a8068884
*** empty log message ***
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3707
diff
changeset
|
637 " use the exporttables command.\n" |
|
2447
6e9135358671
Updated from current sources, including web templates
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
2357
diff
changeset
|
638 "\n" |
|
3763
2bf0a8068884
*** empty log message ***
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3707
diff
changeset
|
639 " Optionally limit the export to just the named classes\n" |
|
2bf0a8068884
*** empty log message ***
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3707
diff
changeset
|
640 " or exclude the named classes, if the 1st argument starts with '-'.\n" |
|
2447
6e9135358671
Updated from current sources, including web templates
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
2357
diff
changeset
|
641 "\n" |
|
6e9135358671
Updated from current sources, including web templates
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
2357
diff
changeset
|
642 " This action exports the current data from the database into\n" |
|
6e9135358671
Updated from current sources, including web templates
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
2357
diff
changeset
|
643 " colon-separated-value files that are placed in the nominated\n" |
|
6e9135358671
Updated from current sources, including web templates
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
2357
diff
changeset
|
644 " destination directory.\n" |
|
6e9135358671
Updated from current sources, including web templates
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
2357
diff
changeset
|
645 " " |
|
6e9135358671
Updated from current sources, including web templates
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
2357
diff
changeset
|
646 msgstr "" |
|
6e9135358671
Updated from current sources, including web templates
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
2357
diff
changeset
|
647 |
|
6986
5a84ddf7aa8b
update with roundup_admin and indexer_xapian strings
John Rouillard <rouilj@ieee.org>
parents:
6942
diff
changeset
|
648 #: ../roundup/admin.py:1460 |
|
3763
2bf0a8068884
*** empty log message ***
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3707
diff
changeset
|
649 msgid "" |
|
2bf0a8068884
*** empty log message ***
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3707
diff
changeset
|
650 "Usage: exporttables [[-]class[,class]] export_dir\n" |
|
2bf0a8068884
*** empty log message ***
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3707
diff
changeset
|
651 " Export the database to colon-separated-value files, excluding the\n" |
|
6223
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
652 " files below $TRACKER_HOME/db/files/ (which can be archived " |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
653 "separately).\n" |
|
3763
2bf0a8068884
*** empty log message ***
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3707
diff
changeset
|
654 " To include the files, use the export command.\n" |
|
2bf0a8068884
*** empty log message ***
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3707
diff
changeset
|
655 "\n" |
|
2bf0a8068884
*** empty log message ***
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3707
diff
changeset
|
656 " Optionally limit the export to just the named classes\n" |
|
2bf0a8068884
*** empty log message ***
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3707
diff
changeset
|
657 " or exclude the named classes, if the 1st argument starts with '-'.\n" |
|
2bf0a8068884
*** empty log message ***
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3707
diff
changeset
|
658 "\n" |
|
2bf0a8068884
*** empty log message ***
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3707
diff
changeset
|
659 " This action exports the current data from the database into\n" |
|
2bf0a8068884
*** empty log message ***
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3707
diff
changeset
|
660 " colon-separated-value files that are placed in the nominated\n" |
|
2bf0a8068884
*** empty log message ***
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3707
diff
changeset
|
661 " destination directory.\n" |
|
2bf0a8068884
*** empty log message ***
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3707
diff
changeset
|
662 " " |
|
2bf0a8068884
*** empty log message ***
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3707
diff
changeset
|
663 msgstr "" |
|
2bf0a8068884
*** empty log message ***
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3707
diff
changeset
|
664 |
|
6986
5a84ddf7aa8b
update with roundup_admin and indexer_xapian strings
John Rouillard <rouilj@ieee.org>
parents:
6942
diff
changeset
|
665 #: ../roundup/admin.py:1475 |
|
2447
6e9135358671
Updated from current sources, including web templates
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
2357
diff
changeset
|
666 msgid "" |
|
6e9135358671
Updated from current sources, including web templates
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
2357
diff
changeset
|
667 "Usage: import import_dir\n" |
|
6e9135358671
Updated from current sources, including web templates
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
2357
diff
changeset
|
668 " Import a database from the directory containing CSV files,\n" |
|
6e9135358671
Updated from current sources, including web templates
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
2357
diff
changeset
|
669 " two per class to import.\n" |
|
6e9135358671
Updated from current sources, including web templates
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
2357
diff
changeset
|
670 "\n" |
|
6e9135358671
Updated from current sources, including web templates
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
2357
diff
changeset
|
671 " The files used in the import are:\n" |
|
6e9135358671
Updated from current sources, including web templates
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
2357
diff
changeset
|
672 "\n" |
|
6e9135358671
Updated from current sources, including web templates
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
2357
diff
changeset
|
673 " <class>.csv\n" |
|
6e9135358671
Updated from current sources, including web templates
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
2357
diff
changeset
|
674 " This must define the same properties as the class (including\n" |
|
6e9135358671
Updated from current sources, including web templates
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
2357
diff
changeset
|
675 " having a \"header\" line with those property names.)\n" |
|
6e9135358671
Updated from current sources, including web templates
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
2357
diff
changeset
|
676 " <class>-journals.csv\n" |
|
6e9135358671
Updated from current sources, including web templates
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
2357
diff
changeset
|
677 " This defines the journals for the items being imported.\n" |
|
6e9135358671
Updated from current sources, including web templates
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
2357
diff
changeset
|
678 "\n" |
|
6e9135358671
Updated from current sources, including web templates
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
2357
diff
changeset
|
679 " The imported nodes will have the same nodeid as defined in the\n" |
|
6e9135358671
Updated from current sources, including web templates
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
2357
diff
changeset
|
680 " import file, thus replacing any existing content.\n" |
|
6e9135358671
Updated from current sources, including web templates
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
2357
diff
changeset
|
681 "\n" |
|
6e9135358671
Updated from current sources, including web templates
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
2357
diff
changeset
|
682 " The new nodes are added to the existing database - if you want to\n" |
|
6e9135358671
Updated from current sources, including web templates
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
2357
diff
changeset
|
683 " create a new database using the imported data, then create a new\n" |
|
6e9135358671
Updated from current sources, including web templates
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
2357
diff
changeset
|
684 " database (or, tediously, retire all the old data.)\n" |
|
6e9135358671
Updated from current sources, including web templates
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
2357
diff
changeset
|
685 " " |
|
6e9135358671
Updated from current sources, including web templates
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
2357
diff
changeset
|
686 msgstr "" |
|
6e9135358671
Updated from current sources, including web templates
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
2357
diff
changeset
|
687 |
|
6986
5a84ddf7aa8b
update with roundup_admin and indexer_xapian strings
John Rouillard <rouilj@ieee.org>
parents:
6942
diff
changeset
|
688 #: ../roundup/admin.py:1554 |
|
6220
efc0d13cc7c5
checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents:
6134
diff
changeset
|
689 msgid "" |
|
efc0d13cc7c5
checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents:
6134
diff
changeset
|
690 "Usage: importtables export_dir\n" |
|
efc0d13cc7c5
checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents:
6134
diff
changeset
|
691 "\n" |
|
efc0d13cc7c5
checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents:
6134
diff
changeset
|
692 " This imports the database tables exported using exporttables.\n" |
|
efc0d13cc7c5
checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents:
6134
diff
changeset
|
693 " " |
|
efc0d13cc7c5
checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents:
6134
diff
changeset
|
694 msgstr "" |
|
efc0d13cc7c5
checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents:
6134
diff
changeset
|
695 |
|
6986
5a84ddf7aa8b
update with roundup_admin and indexer_xapian strings
John Rouillard <rouilj@ieee.org>
parents:
6942
diff
changeset
|
696 #: ../roundup/admin.py:1561 |
|
2447
6e9135358671
Updated from current sources, including web templates
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
2357
diff
changeset
|
697 msgid "" |
|
6e9135358671
Updated from current sources, including web templates
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
2357
diff
changeset
|
698 "Usage: pack period | date\n" |
|
6e9135358671
Updated from current sources, including web templates
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
2357
diff
changeset
|
699 "\n" |
|
6e9135358671
Updated from current sources, including web templates
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
2357
diff
changeset
|
700 " Remove journal entries older than a period of time specified or\n" |
|
6e9135358671
Updated from current sources, including web templates
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
2357
diff
changeset
|
701 " before a certain date.\n" |
|
6e9135358671
Updated from current sources, including web templates
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
2357
diff
changeset
|
702 "\n" |
|
6223
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
703 " A period is specified using the suffixes \"y\", \"m\", and \"d\". " |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
704 "The\n" |
|
2447
6e9135358671
Updated from current sources, including web templates
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
2357
diff
changeset
|
705 " suffix \"w\" (for \"week\") means 7 days.\n" |
|
6e9135358671
Updated from current sources, including web templates
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
2357
diff
changeset
|
706 "\n" |
|
6e9135358671
Updated from current sources, including web templates
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
2357
diff
changeset
|
707 " \"3y\" means three years\n" |
|
6e9135358671
Updated from current sources, including web templates
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
2357
diff
changeset
|
708 " \"2y 1m\" means two years and one month\n" |
|
6e9135358671
Updated from current sources, including web templates
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
2357
diff
changeset
|
709 " \"1m 25d\" means one month and 25 days\n" |
|
6e9135358671
Updated from current sources, including web templates
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
2357
diff
changeset
|
710 " \"2w 3d\" means two weeks and three days\n" |
|
6e9135358671
Updated from current sources, including web templates
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
2357
diff
changeset
|
711 "\n" |
|
6e9135358671
Updated from current sources, including web templates
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
2357
diff
changeset
|
712 " Date format is \"YYYY-MM-DD\" eg:\n" |
|
6e9135358671
Updated from current sources, including web templates
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
2357
diff
changeset
|
713 " 2001-01-01\n" |
|
6e9135358671
Updated from current sources, including web templates
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
2357
diff
changeset
|
714 "\n" |
|
6e9135358671
Updated from current sources, including web templates
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
2357
diff
changeset
|
715 " " |
|
6e9135358671
Updated from current sources, including web templates
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
2357
diff
changeset
|
716 msgstr "" |
|
6e9135358671
Updated from current sources, including web templates
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
2357
diff
changeset
|
717 |
|
6986
5a84ddf7aa8b
update with roundup_admin and indexer_xapian strings
John Rouillard <rouilj@ieee.org>
parents:
6942
diff
changeset
|
718 #: ../roundup/admin.py:1589 |
|
2311
4c50ccae68ab
Roundup message template file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
719 msgid "Invalid format" |
|
4c50ccae68ab
Roundup message template file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
720 msgstr "" |
|
4c50ccae68ab
Roundup message template file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
721 |
|
6986
5a84ddf7aa8b
update with roundup_admin and indexer_xapian strings
John Rouillard <rouilj@ieee.org>
parents:
6942
diff
changeset
|
722 #: ../roundup/admin.py:1602 |
|
2447
6e9135358671
Updated from current sources, including web templates
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
2357
diff
changeset
|
723 msgid "" |
|
2790
949444406999
updated from current sources
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
2567
diff
changeset
|
724 "Usage: reindex [classname|designator]*\n" |
|
2447
6e9135358671
Updated from current sources, including web templates
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
2357
diff
changeset
|
725 " Re-generate a tracker's search indexes.\n" |
|
6e9135358671
Updated from current sources, including web templates
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
2357
diff
changeset
|
726 "\n" |
|
6e9135358671
Updated from current sources, including web templates
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
2357
diff
changeset
|
727 " This will re-generate the search indexes for a tracker.\n" |
|
6e9135358671
Updated from current sources, including web templates
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
2357
diff
changeset
|
728 " This will typically happen automatically.\n" |
|
6e9135358671
Updated from current sources, including web templates
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
2357
diff
changeset
|
729 " " |
|
6e9135358671
Updated from current sources, including web templates
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
2357
diff
changeset
|
730 msgstr "" |
|
6e9135358671
Updated from current sources, including web templates
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
2357
diff
changeset
|
731 |
|
6986
5a84ddf7aa8b
update with roundup_admin and indexer_xapian strings
John Rouillard <rouilj@ieee.org>
parents:
6942
diff
changeset
|
732 #: ../roundup/admin.py:1616 |
|
6223
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
733 #, python-format |
|
2790
949444406999
updated from current sources
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
2567
diff
changeset
|
734 msgid "no such item \"%(designator)s\"" |
|
949444406999
updated from current sources
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
2567
diff
changeset
|
735 msgstr "" |
|
949444406999
updated from current sources
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
2567
diff
changeset
|
736 |
|
6986
5a84ddf7aa8b
update with roundup_admin and indexer_xapian strings
John Rouillard <rouilj@ieee.org>
parents:
6942
diff
changeset
|
737 #: ../roundup/admin.py:1626 |
|
2447
6e9135358671
Updated from current sources, including web templates
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
2357
diff
changeset
|
738 msgid "" |
|
6e9135358671
Updated from current sources, including web templates
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
2357
diff
changeset
|
739 "Usage: security [Role name]\n" |
|
6220
efc0d13cc7c5
checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents:
6134
diff
changeset
|
740 "\n" |
|
efc0d13cc7c5
checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents:
6134
diff
changeset
|
741 " Display the Permissions available to one or all Roles.\n" |
|
2447
6e9135358671
Updated from current sources, including web templates
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
2357
diff
changeset
|
742 " " |
|
6e9135358671
Updated from current sources, including web templates
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
2357
diff
changeset
|
743 msgstr "" |
|
6e9135358671
Updated from current sources, including web templates
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
2357
diff
changeset
|
744 |
|
6986
5a84ddf7aa8b
update with roundup_admin and indexer_xapian strings
John Rouillard <rouilj@ieee.org>
parents:
6942
diff
changeset
|
745 #: ../roundup/admin.py:1635 |
|
6223
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
746 #, python-format |
|
5818
30dc6cb23b21
updated pot file for release
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
747 msgid "No such Role \"%(role)s\"\n" |
|
30dc6cb23b21
updated pot file for release
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
748 msgstr "" |
|
30dc6cb23b21
updated pot file for release
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
749 |
|
6986
5a84ddf7aa8b
update with roundup_admin and indexer_xapian strings
John Rouillard <rouilj@ieee.org>
parents:
6942
diff
changeset
|
750 #: ../roundup/admin.py:1641 |
|
6942
e09095701620
update for latest flake8 changes
John Rouillard <rouilj@ieee.org>
parents:
6777
diff
changeset
|
751 #, python-format |
|
e09095701620
update for latest flake8 changes
John Rouillard <rouilj@ieee.org>
parents:
6777
diff
changeset
|
752 msgid "New Web users get the Roles \"%(role)s\"\n" |
|
e09095701620
update for latest flake8 changes
John Rouillard <rouilj@ieee.org>
parents:
6777
diff
changeset
|
753 msgstr "" |
|
e09095701620
update for latest flake8 changes
John Rouillard <rouilj@ieee.org>
parents:
6777
diff
changeset
|
754 |
|
6986
5a84ddf7aa8b
update with roundup_admin and indexer_xapian strings
John Rouillard <rouilj@ieee.org>
parents:
6942
diff
changeset
|
755 #: ../roundup/admin.py:1644 |
|
6223
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
756 #, python-format |
|
6607
b0bafbf4fddd
update .po files with new strings to translate
John Rouillard <rouilj@ieee.org>
parents:
6557
diff
changeset
|
757 msgid "New Web users get the Role \"%(role)s\"\n" |
|
b0bafbf4fddd
update .po files with new strings to translate
John Rouillard <rouilj@ieee.org>
parents:
6557
diff
changeset
|
758 msgstr "" |
|
b0bafbf4fddd
update .po files with new strings to translate
John Rouillard <rouilj@ieee.org>
parents:
6557
diff
changeset
|
759 |
|
6986
5a84ddf7aa8b
update with roundup_admin and indexer_xapian strings
John Rouillard <rouilj@ieee.org>
parents:
6942
diff
changeset
|
760 #: ../roundup/admin.py:1648 |
|
6607
b0bafbf4fddd
update .po files with new strings to translate
John Rouillard <rouilj@ieee.org>
parents:
6557
diff
changeset
|
761 #, python-format |
|
5818
30dc6cb23b21
updated pot file for release
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
762 msgid "New Email users get the Roles \"%(role)s\"\n" |
|
30dc6cb23b21
updated pot file for release
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
763 msgstr "" |
|
30dc6cb23b21
updated pot file for release
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
764 |
|
6986
5a84ddf7aa8b
update with roundup_admin and indexer_xapian strings
John Rouillard <rouilj@ieee.org>
parents:
6942
diff
changeset
|
765 #: ../roundup/admin.py:1650 |
|
6942
e09095701620
update for latest flake8 changes
John Rouillard <rouilj@ieee.org>
parents:
6777
diff
changeset
|
766 #, python-format |
|
e09095701620
update for latest flake8 changes
John Rouillard <rouilj@ieee.org>
parents:
6777
diff
changeset
|
767 msgid "New Email users get the Role \"%(role)s\"\n" |
|
e09095701620
update for latest flake8 changes
John Rouillard <rouilj@ieee.org>
parents:
6777
diff
changeset
|
768 msgstr "" |
|
e09095701620
update for latest flake8 changes
John Rouillard <rouilj@ieee.org>
parents:
6777
diff
changeset
|
769 |
|
6986
5a84ddf7aa8b
update with roundup_admin and indexer_xapian strings
John Rouillard <rouilj@ieee.org>
parents:
6942
diff
changeset
|
770 #: ../roundup/admin.py:1653 |
|
6223
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
771 #, python-format |
|
5818
30dc6cb23b21
updated pot file for release
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
772 msgid "Role \"%(name)s\":\n" |
|
30dc6cb23b21
updated pot file for release
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
773 msgstr "" |
|
30dc6cb23b21
updated pot file for release
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
774 |
|
6986
5a84ddf7aa8b
update with roundup_admin and indexer_xapian strings
John Rouillard <rouilj@ieee.org>
parents:
6942
diff
changeset
|
775 #: ../roundup/admin.py:1659 |
|
5818
30dc6cb23b21
updated pot file for release
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
776 msgid " %(description)s (%(name)s for \"%(klass)s\"" |
|
30dc6cb23b21
updated pot file for release
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
777 msgstr "" |
|
30dc6cb23b21
updated pot file for release
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
778 |
|
6986
5a84ddf7aa8b
update with roundup_admin and indexer_xapian strings
John Rouillard <rouilj@ieee.org>
parents:
6942
diff
changeset
|
779 #: ../roundup/admin.py:1659 |
|
6223
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
780 #, python-format |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
781 msgid " %(description)s (%(name)s for \"%(klass)s\": %(properties)s only)\n" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
782 msgstr "" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
783 |
|
6986
5a84ddf7aa8b
update with roundup_admin and indexer_xapian strings
John Rouillard <rouilj@ieee.org>
parents:
6942
diff
changeset
|
784 #: ../roundup/admin.py:1672 |
|
6223
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
785 #, python-format |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
786 msgid "" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
787 "\n" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
788 " **Invalid properties for %(class)s: %(props)s\n" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
789 "\n" |
|
5818
30dc6cb23b21
updated pot file for release
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
790 msgstr "" |
|
30dc6cb23b21
updated pot file for release
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
791 |
|
6986
5a84ddf7aa8b
update with roundup_admin and indexer_xapian strings
John Rouillard <rouilj@ieee.org>
parents:
6942
diff
changeset
|
792 #: ../roundup/admin.py:1678 |
|
6223
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
793 #, python-format |
|
5818
30dc6cb23b21
updated pot file for release
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
794 msgid " %(description)s (%(name)s for \"%(klass)s\" only)\n" |
|
30dc6cb23b21
updated pot file for release
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
795 msgstr "" |
|
30dc6cb23b21
updated pot file for release
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
796 |
|
6986
5a84ddf7aa8b
update with roundup_admin and indexer_xapian strings
John Rouillard <rouilj@ieee.org>
parents:
6942
diff
changeset
|
797 #: ../roundup/admin.py:1681 |
|
6607
b0bafbf4fddd
update .po files with new strings to translate
John Rouillard <rouilj@ieee.org>
parents:
6557
diff
changeset
|
798 #, python-format |
|
b0bafbf4fddd
update .po files with new strings to translate
John Rouillard <rouilj@ieee.org>
parents:
6557
diff
changeset
|
799 msgid " %(description)s (%(name)s)\n" |
|
b0bafbf4fddd
update .po files with new strings to translate
John Rouillard <rouilj@ieee.org>
parents:
6557
diff
changeset
|
800 msgstr "" |
|
b0bafbf4fddd
update .po files with new strings to translate
John Rouillard <rouilj@ieee.org>
parents:
6557
diff
changeset
|
801 |
|
6986
5a84ddf7aa8b
update with roundup_admin and indexer_xapian strings
John Rouillard <rouilj@ieee.org>
parents:
6942
diff
changeset
|
802 #: ../roundup/admin.py:1685 |
|
4094
5a9631828e33
update message template file building:
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3926
diff
changeset
|
803 msgid "" |
|
5a9631828e33
update message template file building:
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3926
diff
changeset
|
804 "Usage: migrate\n" |
|
6220
efc0d13cc7c5
checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents:
6134
diff
changeset
|
805 "\n" |
|
4094
5a9631828e33
update message template file building:
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3926
diff
changeset
|
806 " Update a tracker's database to be compatible with the Roundup\n" |
|
5a9631828e33
update message template file building:
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3926
diff
changeset
|
807 " codebase.\n" |
|
5a9631828e33
update message template file building:
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3926
diff
changeset
|
808 "\n" |
|
6220
efc0d13cc7c5
checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents:
6134
diff
changeset
|
809 " You should run the \"migrate\" command for your tracker once\n" |
|
efc0d13cc7c5
checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents:
6134
diff
changeset
|
810 " you've installed the latest codebase.\n" |
|
4094
5a9631828e33
update message template file building:
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3926
diff
changeset
|
811 "\n" |
|
6220
efc0d13cc7c5
checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents:
6134
diff
changeset
|
812 " Do this before you use the web, command-line or mail interface\n" |
|
efc0d13cc7c5
checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents:
6134
diff
changeset
|
813 " and before any users access the tracker.\n" |
|
4094
5a9631828e33
update message template file building:
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3926
diff
changeset
|
814 "\n" |
|
6220
efc0d13cc7c5
checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents:
6134
diff
changeset
|
815 " This command will respond with either \"Tracker updated\" (if\n" |
|
efc0d13cc7c5
checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents:
6134
diff
changeset
|
816 " you've not previously run it on an RDBMS backend) or \"No\n" |
|
efc0d13cc7c5
checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents:
6134
diff
changeset
|
817 " migration action required\" (if you have run it, or have used\n" |
|
efc0d13cc7c5
checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents:
6134
diff
changeset
|
818 " another interface to the tracker, or possibly because you are\n" |
|
efc0d13cc7c5
checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents:
6134
diff
changeset
|
819 " using anydbm).\n" |
|
4094
5a9631828e33
update message template file building:
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3926
diff
changeset
|
820 "\n" |
|
6220
efc0d13cc7c5
checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents:
6134
diff
changeset
|
821 " It's safe to run this even if it's not required, so just get\n" |
|
efc0d13cc7c5
checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents:
6134
diff
changeset
|
822 " into the habit.\n" |
|
4094
5a9631828e33
update message template file building:
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3926
diff
changeset
|
823 " " |
|
5a9631828e33
update message template file building:
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3926
diff
changeset
|
824 msgstr "" |
|
5a9631828e33
update message template file building:
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3926
diff
changeset
|
825 |
|
6986
5a84ddf7aa8b
update with roundup_admin and indexer_xapian strings
John Rouillard <rouilj@ieee.org>
parents:
6942
diff
changeset
|
826 #: ../roundup/admin.py:1706 |
|
4094
5a9631828e33
update message template file building:
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3926
diff
changeset
|
827 msgid "Tracker updated" |
|
5a9631828e33
update message template file building:
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3926
diff
changeset
|
828 msgstr "" |
|
5a9631828e33
update message template file building:
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3926
diff
changeset
|
829 |
|
6986
5a84ddf7aa8b
update with roundup_admin and indexer_xapian strings
John Rouillard <rouilj@ieee.org>
parents:
6942
diff
changeset
|
830 #: ../roundup/admin.py:1709 |
|
4094
5a9631828e33
update message template file building:
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3926
diff
changeset
|
831 msgid "No migration action required" |
|
5a9631828e33
update message template file building:
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3926
diff
changeset
|
832 msgstr "" |
|
5a9631828e33
update message template file building:
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3926
diff
changeset
|
833 |
|
6986
5a84ddf7aa8b
update with roundup_admin and indexer_xapian strings
John Rouillard <rouilj@ieee.org>
parents:
6942
diff
changeset
|
834 #: ../roundup/admin.py:1735 |
|
6223
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
835 #, python-format |
|
2311
4c50ccae68ab
Roundup message template file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
836 msgid "Unknown command \"%(command)s\" (\"help commands\" for a list)" |
|
4c50ccae68ab
Roundup message template file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
837 msgstr "" |
|
4c50ccae68ab
Roundup message template file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
838 |
|
6986
5a84ddf7aa8b
update with roundup_admin and indexer_xapian strings
John Rouillard <rouilj@ieee.org>
parents:
6942
diff
changeset
|
839 #: ../roundup/admin.py:1741 |
|
6223
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
840 #, python-format |
|
2311
4c50ccae68ab
Roundup message template file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
841 msgid "Multiple commands match \"%(command)s\": %(list)s" |
|
4c50ccae68ab
Roundup message template file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
842 msgstr "" |
|
4c50ccae68ab
Roundup message template file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
843 |
|
6986
5a84ddf7aa8b
update with roundup_admin and indexer_xapian strings
John Rouillard <rouilj@ieee.org>
parents:
6942
diff
changeset
|
844 #: ../roundup/admin.py:1750 |
|
2311
4c50ccae68ab
Roundup message template file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
845 msgid "Enter tracker home: " |
|
4c50ccae68ab
Roundup message template file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
846 msgstr "" |
|
4c50ccae68ab
Roundup message template file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
847 |
|
6986
5a84ddf7aa8b
update with roundup_admin and indexer_xapian strings
John Rouillard <rouilj@ieee.org>
parents:
6942
diff
changeset
|
848 #: ../roundup/admin.py:1759 ../roundup/admin.py:1765 ../roundup/admin.py:1802 |
|
5a84ddf7aa8b
update with roundup_admin and indexer_xapian strings
John Rouillard <rouilj@ieee.org>
parents:
6942
diff
changeset
|
849 #: ../roundup/admin.py:1759:1765 :1802 |
|
6223
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
850 #, python-format |
|
2311
4c50ccae68ab
Roundup message template file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
851 msgid "Error: %(message)s" |
|
4c50ccae68ab
Roundup message template file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
852 msgstr "" |
|
4c50ccae68ab
Roundup message template file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
853 |
|
6986
5a84ddf7aa8b
update with roundup_admin and indexer_xapian strings
John Rouillard <rouilj@ieee.org>
parents:
6942
diff
changeset
|
854 #: ../roundup/admin.py:1775 ../roundup/admin.py:1779 |
|
5a84ddf7aa8b
update with roundup_admin and indexer_xapian strings
John Rouillard <rouilj@ieee.org>
parents:
6942
diff
changeset
|
855 #: ../roundup/admin.py:1775:1779 |
|
6223
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
856 #, python-format |
|
2311
4c50ccae68ab
Roundup message template file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
857 msgid "Error: Couldn't open tracker: %(message)s" |
|
4c50ccae68ab
Roundup message template file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
858 msgstr "" |
|
4c50ccae68ab
Roundup message template file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
859 |
|
6986
5a84ddf7aa8b
update with roundup_admin and indexer_xapian strings
John Rouillard <rouilj@ieee.org>
parents:
6942
diff
changeset
|
860 #: ../roundup/admin.py:1815 |
|
6223
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
861 #, python-format |
|
2311
4c50ccae68ab
Roundup message template file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
862 msgid "" |
|
4c50ccae68ab
Roundup message template file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
863 "Roundup %s ready for input.\n" |
|
4c50ccae68ab
Roundup message template file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
864 "Type \"help\" for help." |
|
4c50ccae68ab
Roundup message template file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
865 msgstr "" |
|
4c50ccae68ab
Roundup message template file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
866 |
|
6986
5a84ddf7aa8b
update with roundup_admin and indexer_xapian strings
John Rouillard <rouilj@ieee.org>
parents:
6942
diff
changeset
|
867 #: ../roundup/admin.py:1820 |
|
2311
4c50ccae68ab
Roundup message template file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
868 msgid "Note: command history and editing not available" |
|
4c50ccae68ab
Roundup message template file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
869 msgstr "" |
|
4c50ccae68ab
Roundup message template file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
870 |
|
6986
5a84ddf7aa8b
update with roundup_admin and indexer_xapian strings
John Rouillard <rouilj@ieee.org>
parents:
6942
diff
changeset
|
871 #: ../roundup/admin.py:1824 |
|
2311
4c50ccae68ab
Roundup message template file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
872 msgid "roundup> " |
|
4c50ccae68ab
Roundup message template file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
873 msgstr "" |
|
4c50ccae68ab
Roundup message template file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
874 |
|
6986
5a84ddf7aa8b
update with roundup_admin and indexer_xapian strings
John Rouillard <rouilj@ieee.org>
parents:
6942
diff
changeset
|
875 #: ../roundup/admin.py:1826 |
|
2311
4c50ccae68ab
Roundup message template file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
876 msgid "exit..." |
|
4c50ccae68ab
Roundup message template file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
877 msgstr "" |
|
4c50ccae68ab
Roundup message template file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
878 |
|
6986
5a84ddf7aa8b
update with roundup_admin and indexer_xapian strings
John Rouillard <rouilj@ieee.org>
parents:
6942
diff
changeset
|
879 #: ../roundup/admin.py:1839 |
|
2311
4c50ccae68ab
Roundup message template file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
880 msgid "There are unsaved changes. Commit them (y/N)? " |
|
4c50ccae68ab
Roundup message template file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
881 msgstr "" |
|
4c50ccae68ab
Roundup message template file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
882 |
| 7052 | 883 #: ../roundup/backends/back_anydbm.py:215 |
|
6986
5a84ddf7aa8b
update with roundup_admin and indexer_xapian strings
John Rouillard <rouilj@ieee.org>
parents:
6942
diff
changeset
|
884 #: ../roundup/backends/rdbms_common.py:928 |
|
6301
45ba6b71f1cf
actions.py translation. Using mapping rather than tuple for args.
John Rouillard <rouilj@ieee.org>
parents:
6223
diff
changeset
|
885 #, python-format |
|
45ba6b71f1cf
actions.py translation. Using mapping rather than tuple for args.
John Rouillard <rouilj@ieee.org>
parents:
6223
diff
changeset
|
886 msgid "Class \"%s\" already defined." |
|
45ba6b71f1cf
actions.py translation. Using mapping rather than tuple for args.
John Rouillard <rouilj@ieee.org>
parents:
6223
diff
changeset
|
887 msgstr "" |
|
45ba6b71f1cf
actions.py translation. Using mapping rather than tuple for args.
John Rouillard <rouilj@ieee.org>
parents:
6223
diff
changeset
|
888 |
| 7052 | 889 #: ../roundup/backends/back_anydbm.py:280 ../roundup/backends/sessions_dbm.py:56 |
|
6220
efc0d13cc7c5
checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents:
6134
diff
changeset
|
890 msgid "Couldn't identify database type" |
|
efc0d13cc7c5
checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents:
6134
diff
changeset
|
891 msgstr "" |
|
efc0d13cc7c5
checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents:
6134
diff
changeset
|
892 |
| 7052 | 893 #: ../roundup/backends/back_anydbm.py:314 |
|
6223
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
894 #, python-format |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
895 msgid "" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
896 "Couldn't open database - the required module '%s' (as dbm.gnu) is not " |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
897 "available" |
|
6220
efc0d13cc7c5
checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents:
6134
diff
changeset
|
898 msgstr "" |
|
efc0d13cc7c5
checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents:
6134
diff
changeset
|
899 |
| 7052 | 900 #: ../roundup/backends/back_anydbm.py:318 |
|
6223
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
901 #, python-format |
|
6220
efc0d13cc7c5
checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents:
6134
diff
changeset
|
902 msgid "Couldn't open database - the required module '%s' is not available" |
|
efc0d13cc7c5
checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents:
6134
diff
changeset
|
903 msgstr "" |
|
efc0d13cc7c5
checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents:
6134
diff
changeset
|
904 |
| 7052 | 905 #: ../roundup/backends/back_anydbm.py:871 ../roundup/backends/back_anydbm.py:884 |
| 906 #: ../roundup/backends/back_anydbm.py:1158 | |
| 907 #: ../roundup/backends/back_anydbm.py:1193 | |
| 908 #: ../roundup/backends/back_anydbm.py:1422 | |
| 909 #: ../roundup/backends/back_anydbm.py:1440 | |
| 910 #: ../roundup/backends/back_anydbm.py:1487 | |
| 911 #: ../roundup/backends/back_anydbm.py:2117 | |
| 912 #: ../roundup/backends/back_anydbm.py:871:884 | |
| 913 #: ../roundup/backends/rdbms_common.py:1708 | |
| 914 #: ../roundup/backends/rdbms_common.py:1955 | |
| 915 #: ../roundup/backends/rdbms_common.py:2194 | |
| 916 #: ../roundup/backends/rdbms_common.py:2214 | |
| 917 #: ../roundup/backends/rdbms_common.py:2267 | |
| 918 #: ../roundup/backends/rdbms_common.py:3219 | |
| 919 #: ../roundup/backends/rdbms_common.py:1708:1955 :1158:1193 :1422:1440 :1487 | |
| 920 #: :2117 :2194:2214 :2267:3219 | |
|
6220
efc0d13cc7c5
checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents:
6134
diff
changeset
|
921 msgid "Database open read-only" |
|
efc0d13cc7c5
checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents:
6134
diff
changeset
|
922 msgstr "" |
|
efc0d13cc7c5
checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents:
6134
diff
changeset
|
923 |
|
6942
e09095701620
update for latest flake8 changes
John Rouillard <rouilj@ieee.org>
parents:
6777
diff
changeset
|
924 #: ../roundup/backends/indexer_postgresql_fts.py:113 |
|
6607
b0bafbf4fddd
update .po files with new strings to translate
John Rouillard <rouilj@ieee.org>
parents:
6557
diff
changeset
|
925 msgid "" |
|
b0bafbf4fddd
update .po files with new strings to translate
John Rouillard <rouilj@ieee.org>
parents:
6557
diff
changeset
|
926 "You have non-word/operator characters \"<>!&|()*\" in your query. Did you " |
|
b0bafbf4fddd
update .po files with new strings to translate
John Rouillard <rouilj@ieee.org>
parents:
6557
diff
changeset
|
927 "want to do a tsquery search and forgot to start it with \"ts:\"?" |
|
b0bafbf4fddd
update .po files with new strings to translate
John Rouillard <rouilj@ieee.org>
parents:
6557
diff
changeset
|
928 msgstr "" |
|
b0bafbf4fddd
update .po files with new strings to translate
John Rouillard <rouilj@ieee.org>
parents:
6557
diff
changeset
|
929 |
|
6942
e09095701620
update for latest flake8 changes
John Rouillard <rouilj@ieee.org>
parents:
6777
diff
changeset
|
930 #: ../roundup/backends/indexer_postgresql_fts.py:145 |
|
6607
b0bafbf4fddd
update .po files with new strings to translate
John Rouillard <rouilj@ieee.org>
parents:
6557
diff
changeset
|
931 #, python-format |
|
b0bafbf4fddd
update .po files with new strings to translate
John Rouillard <rouilj@ieee.org>
parents:
6557
diff
changeset
|
932 msgid "" |
|
b0bafbf4fddd
update .po files with new strings to translate
John Rouillard <rouilj@ieee.org>
parents:
6557
diff
changeset
|
933 "Check tracker config.ini for a bad indexer_language setting. Error is: %s" |
|
b0bafbf4fddd
update .po files with new strings to translate
John Rouillard <rouilj@ieee.org>
parents:
6557
diff
changeset
|
934 msgstr "" |
|
b0bafbf4fddd
update .po files with new strings to translate
John Rouillard <rouilj@ieee.org>
parents:
6557
diff
changeset
|
935 |
|
6942
e09095701620
update for latest flake8 changes
John Rouillard <rouilj@ieee.org>
parents:
6777
diff
changeset
|
936 #: ../roundup/backends/indexer_sqlite_fts.py:133 |
|
6607
b0bafbf4fddd
update .po files with new strings to translate
John Rouillard <rouilj@ieee.org>
parents:
6557
diff
changeset
|
937 msgid "" |
|
b0bafbf4fddd
update .po files with new strings to translate
John Rouillard <rouilj@ieee.org>
parents:
6557
diff
changeset
|
938 "Search failed. Try quoting any terms that include a '-' and retry the search." |
|
b0bafbf4fddd
update .po files with new strings to translate
John Rouillard <rouilj@ieee.org>
parents:
6557
diff
changeset
|
939 msgstr "" |
|
b0bafbf4fddd
update .po files with new strings to translate
John Rouillard <rouilj@ieee.org>
parents:
6557
diff
changeset
|
940 |
|
6986
5a84ddf7aa8b
update with roundup_admin and indexer_xapian strings
John Rouillard <rouilj@ieee.org>
parents:
6942
diff
changeset
|
941 #: ../roundup/backends/indexer_xapian.py:41 |
|
5a84ddf7aa8b
update with roundup_admin and indexer_xapian strings
John Rouillard <rouilj@ieee.org>
parents:
6942
diff
changeset
|
942 #, python-format |
|
5a84ddf7aa8b
update with roundup_admin and indexer_xapian strings
John Rouillard <rouilj@ieee.org>
parents:
6942
diff
changeset
|
943 msgid "Unable to get lock after 10 retries on %s." |
|
5a84ddf7aa8b
update with roundup_admin and indexer_xapian strings
John Rouillard <rouilj@ieee.org>
parents:
6942
diff
changeset
|
944 msgstr "" |
|
5a84ddf7aa8b
update with roundup_admin and indexer_xapian strings
John Rouillard <rouilj@ieee.org>
parents:
6942
diff
changeset
|
945 |
|
5a84ddf7aa8b
update with roundup_admin and indexer_xapian strings
John Rouillard <rouilj@ieee.org>
parents:
6942
diff
changeset
|
946 #: ../roundup/backends/rdbms_common.py:632 |
|
6223
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
947 #, python-format |
|
6220
efc0d13cc7c5
checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents:
6134
diff
changeset
|
948 msgid "ALTER operation disallowed: %(old)r -> %(new)r." |
|
efc0d13cc7c5
checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents:
6134
diff
changeset
|
949 msgstr "" |
|
efc0d13cc7c5
checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents:
6134
diff
changeset
|
950 |
|
6986
5a84ddf7aa8b
update with roundup_admin and indexer_xapian strings
John Rouillard <rouilj@ieee.org>
parents:
6942
diff
changeset
|
951 #: ../roundup/backends/rdbms_common.py:867 |
|
6223
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
952 #, python-format |
|
6220
efc0d13cc7c5
checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents:
6134
diff
changeset
|
953 msgid "CREATE operation disallowed: \"%s\"." |
|
efc0d13cc7c5
checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents:
6134
diff
changeset
|
954 msgstr "" |
|
efc0d13cc7c5
checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents:
6134
diff
changeset
|
955 |
|
6986
5a84ddf7aa8b
update with roundup_admin and indexer_xapian strings
John Rouillard <rouilj@ieee.org>
parents:
6942
diff
changeset
|
956 #: ../roundup/backends/rdbms_common.py:884 |
|
6223
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
957 #, python-format |
|
6220
efc0d13cc7c5
checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents:
6134
diff
changeset
|
958 msgid "DROP operation disallowed: \"%s\"." |
|
efc0d13cc7c5
checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents:
6134
diff
changeset
|
959 msgstr "" |
|
efc0d13cc7c5
checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents:
6134
diff
changeset
|
960 |
| 7052 | 961 #: ../roundup/backends/rdbms_common.py:1851 |
|
6220
efc0d13cc7c5
checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents:
6134
diff
changeset
|
962 msgid "create" |
|
efc0d13cc7c5
checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents:
6134
diff
changeset
|
963 msgstr "" |
|
efc0d13cc7c5
checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents:
6134
diff
changeset
|
964 |
| 7052 | 965 #: ../roundup/backends/rdbms_common.py:2026 |
|
6220
efc0d13cc7c5
checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents:
6134
diff
changeset
|
966 msgid "unlink" |
|
efc0d13cc7c5
checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents:
6134
diff
changeset
|
967 msgstr "" |
|
efc0d13cc7c5
checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents:
6134
diff
changeset
|
968 |
| 7052 | 969 #: ../roundup/backends/rdbms_common.py:2030 |
|
6220
efc0d13cc7c5
checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents:
6134
diff
changeset
|
970 msgid "link" |
|
efc0d13cc7c5
checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents:
6134
diff
changeset
|
971 msgstr "" |
|
efc0d13cc7c5
checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents:
6134
diff
changeset
|
972 |
| 7052 | 973 #: ../roundup/backends/rdbms_common.py:2175 |
|
6220
efc0d13cc7c5
checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents:
6134
diff
changeset
|
974 msgid "set" |
|
efc0d13cc7c5
checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents:
6134
diff
changeset
|
975 msgstr "" |
|
efc0d13cc7c5
checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents:
6134
diff
changeset
|
976 |
| 7052 | 977 #: ../roundup/backends/rdbms_common.py:2204 |
|
6220
efc0d13cc7c5
checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents:
6134
diff
changeset
|
978 msgid "retired" |
|
efc0d13cc7c5
checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents:
6134
diff
changeset
|
979 msgstr "" |
|
efc0d13cc7c5
checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents:
6134
diff
changeset
|
980 |
| 7052 | 981 #: ../roundup/backends/rdbms_common.py:2234 |
|
6220
efc0d13cc7c5
checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents:
6134
diff
changeset
|
982 msgid "restored" |
|
efc0d13cc7c5
checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents:
6134
diff
changeset
|
983 msgstr "" |
|
efc0d13cc7c5
checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents:
6134
diff
changeset
|
984 |
|
6942
e09095701620
update for latest flake8 changes
John Rouillard <rouilj@ieee.org>
parents:
6777
diff
changeset
|
985 #: ../roundup/backends/sessions_redis.py:76 |
|
e09095701620
update for latest flake8 changes
John Rouillard <rouilj@ieee.org>
parents:
6777
diff
changeset
|
986 #: ../roundup/backends/sessions_redis.py:95 |
|
e09095701620
update for latest flake8 changes
John Rouillard <rouilj@ieee.org>
parents:
6777
diff
changeset
|
987 #: ../roundup/backends/sessions_redis.py:76:95 |
|
e09095701620
update for latest flake8 changes
John Rouillard <rouilj@ieee.org>
parents:
6777
diff
changeset
|
988 #, python-format |
|
e09095701620
update for latest flake8 changes
John Rouillard <rouilj@ieee.org>
parents:
6777
diff
changeset
|
989 msgid "Key %(key)s not found in %(name)s database." |
|
e09095701620
update for latest flake8 changes
John Rouillard <rouilj@ieee.org>
parents:
6777
diff
changeset
|
990 msgstr "" |
|
e09095701620
update for latest flake8 changes
John Rouillard <rouilj@ieee.org>
parents:
6777
diff
changeset
|
991 |
|
e09095701620
update for latest flake8 changes
John Rouillard <rouilj@ieee.org>
parents:
6777
diff
changeset
|
992 #: ../roundup/backends/sessions_redis.py:191 |
|
e09095701620
update for latest flake8 changes
John Rouillard <rouilj@ieee.org>
parents:
6777
diff
changeset
|
993 #, python-format |
|
e09095701620
update for latest flake8 changes
John Rouillard <rouilj@ieee.org>
parents:
6777
diff
changeset
|
994 msgid "Key %(key)s changed in %(name)s db" |
|
e09095701620
update for latest flake8 changes
John Rouillard <rouilj@ieee.org>
parents:
6777
diff
changeset
|
995 msgstr "" |
|
e09095701620
update for latest flake8 changes
John Rouillard <rouilj@ieee.org>
parents:
6777
diff
changeset
|
996 |
|
e09095701620
update for latest flake8 changes
John Rouillard <rouilj@ieee.org>
parents:
6777
diff
changeset
|
997 #: ../roundup/backends/sessions_redis.py:195 |
|
e09095701620
update for latest flake8 changes
John Rouillard <rouilj@ieee.org>
parents:
6777
diff
changeset
|
998 msgid "Redis set failed afer 3 retries" |
|
e09095701620
update for latest flake8 changes
John Rouillard <rouilj@ieee.org>
parents:
6777
diff
changeset
|
999 msgstr "" |
|
e09095701620
update for latest flake8 changes
John Rouillard <rouilj@ieee.org>
parents:
6777
diff
changeset
|
1000 |
|
e09095701620
update for latest flake8 changes
John Rouillard <rouilj@ieee.org>
parents:
6777
diff
changeset
|
1001 #: ../roundup/cgi/actions.py:97 |
|
6220
efc0d13cc7c5
checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents:
6134
diff
changeset
|
1002 msgid "Base url not set. Check configuration." |
|
efc0d13cc7c5
checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents:
6134
diff
changeset
|
1003 msgstr "" |
|
efc0d13cc7c5
checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents:
6134
diff
changeset
|
1004 |
|
6942
e09095701620
update for latest flake8 changes
John Rouillard <rouilj@ieee.org>
parents:
6777
diff
changeset
|
1005 #: ../roundup/cgi/actions.py:113 |
|
6223
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
1006 #, python-format |
|
6220
efc0d13cc7c5
checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents:
6134
diff
changeset
|
1007 msgid "Base url %(base_url)s requires https. Redirect url %(url)s uses http." |
|
efc0d13cc7c5
checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents:
6134
diff
changeset
|
1008 msgstr "" |
|
efc0d13cc7c5
checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents:
6134
diff
changeset
|
1009 |
|
6942
e09095701620
update for latest flake8 changes
John Rouillard <rouilj@ieee.org>
parents:
6777
diff
changeset
|
1010 #: ../roundup/cgi/actions.py:118 |
|
6223
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
1011 #, python-format |
|
6220
efc0d13cc7c5
checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents:
6134
diff
changeset
|
1012 msgid "Unrecognized scheme in %(url)s" |
|
efc0d13cc7c5
checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents:
6134
diff
changeset
|
1013 msgstr "" |
|
efc0d13cc7c5
checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents:
6134
diff
changeset
|
1014 |
|
6942
e09095701620
update for latest flake8 changes
John Rouillard <rouilj@ieee.org>
parents:
6777
diff
changeset
|
1015 #: ../roundup/cgi/actions.py:122 |
|
6223
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
1016 #, python-format |
|
6220
efc0d13cc7c5
checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents:
6134
diff
changeset
|
1017 msgid "Net location in %(url)s does not match base: %(base_netloc)s" |
|
efc0d13cc7c5
checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents:
6134
diff
changeset
|
1018 msgstr "" |
|
efc0d13cc7c5
checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents:
6134
diff
changeset
|
1019 |
|
6942
e09095701620
update for latest flake8 changes
John Rouillard <rouilj@ieee.org>
parents:
6777
diff
changeset
|
1020 #: ../roundup/cgi/actions.py:126 |
|
6223
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
1021 #, python-format |
|
6220
efc0d13cc7c5
checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents:
6134
diff
changeset
|
1022 msgid "Base path %(base_path)s is not a prefix for url %(url)s" |
|
efc0d13cc7c5
checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents:
6134
diff
changeset
|
1023 msgstr "" |
|
efc0d13cc7c5
checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents:
6134
diff
changeset
|
1024 |
|
6942
e09095701620
update for latest flake8 changes
John Rouillard <rouilj@ieee.org>
parents:
6777
diff
changeset
|
1025 #: ../roundup/cgi/actions.py:140 |
|
6223
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
1026 #, python-format |
|
6220
efc0d13cc7c5
checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents:
6134
diff
changeset
|
1027 msgid "Path component (%(url_path)s) in %(url)s is not properly escaped" |
|
efc0d13cc7c5
checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents:
6134
diff
changeset
|
1028 msgstr "" |
|
efc0d13cc7c5
checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents:
6134
diff
changeset
|
1029 |
|
6942
e09095701620
update for latest flake8 changes
John Rouillard <rouilj@ieee.org>
parents:
6777
diff
changeset
|
1030 #: ../roundup/cgi/actions.py:144 |
|
6223
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
1031 #, python-format |
|
6220
efc0d13cc7c5
checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents:
6134
diff
changeset
|
1032 msgid "Params component (%(url_params)s) in %(url)s is not properly escaped" |
|
efc0d13cc7c5
checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents:
6134
diff
changeset
|
1033 msgstr "" |
|
efc0d13cc7c5
checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents:
6134
diff
changeset
|
1034 |
|
6942
e09095701620
update for latest flake8 changes
John Rouillard <rouilj@ieee.org>
parents:
6777
diff
changeset
|
1035 #: ../roundup/cgi/actions.py:147 |
|
6223
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
1036 #, python-format |
|
6220
efc0d13cc7c5
checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents:
6134
diff
changeset
|
1037 msgid "Query component (%(url_query)s) in %(url)s is not properly escaped" |
|
efc0d13cc7c5
checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents:
6134
diff
changeset
|
1038 msgstr "" |
|
efc0d13cc7c5
checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents:
6134
diff
changeset
|
1039 |
|
6942
e09095701620
update for latest flake8 changes
John Rouillard <rouilj@ieee.org>
parents:
6777
diff
changeset
|
1040 #: ../roundup/cgi/actions.py:150 |
|
6223
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
1041 #, python-format |
|
6220
efc0d13cc7c5
checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents:
6134
diff
changeset
|
1042 msgid "Fragment component (%(url_fragment)s) in %(url)s is not properly escaped" |
|
efc0d13cc7c5
checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents:
6134
diff
changeset
|
1043 msgstr "" |
|
efc0d13cc7c5
checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents:
6134
diff
changeset
|
1044 |
|
6942
e09095701620
update for latest flake8 changes
John Rouillard <rouilj@ieee.org>
parents:
6777
diff
changeset
|
1045 #: ../roundup/cgi/actions.py:172 |
|
6223
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
1046 #, python-format |
|
6220
efc0d13cc7c5
checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents:
6134
diff
changeset
|
1047 msgid "You do not have permission to %(action)s the %(classname)s class." |
|
efc0d13cc7c5
checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents:
6134
diff
changeset
|
1048 msgstr "" |
|
efc0d13cc7c5
checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents:
6134
diff
changeset
|
1049 |
|
6942
e09095701620
update for latest flake8 changes
John Rouillard <rouilj@ieee.org>
parents:
6777
diff
changeset
|
1050 #: ../roundup/cgi/actions.py:207 |
|
e09095701620
update for latest flake8 changes
John Rouillard <rouilj@ieee.org>
parents:
6777
diff
changeset
|
1051 msgid "No type specified" |
|
e09095701620
update for latest flake8 changes
John Rouillard <rouilj@ieee.org>
parents:
6777
diff
changeset
|
1052 msgstr "" |
|
e09095701620
update for latest flake8 changes
John Rouillard <rouilj@ieee.org>
parents:
6777
diff
changeset
|
1053 |
|
6220
efc0d13cc7c5
checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents:
6134
diff
changeset
|
1054 #: ../roundup/cgi/actions.py:209 |
|
efc0d13cc7c5
checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents:
6134
diff
changeset
|
1055 msgid "No ID entered" |
|
efc0d13cc7c5
checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents:
6134
diff
changeset
|
1056 msgstr "" |
|
efc0d13cc7c5
checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents:
6134
diff
changeset
|
1057 |
|
6942
e09095701620
update for latest flake8 changes
John Rouillard <rouilj@ieee.org>
parents:
6777
diff
changeset
|
1058 #: ../roundup/cgi/actions.py:215 |
|
6223
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
1059 #, python-format |
|
6220
efc0d13cc7c5
checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents:
6134
diff
changeset
|
1060 msgid "\"%(input)s\" is not an ID (%(classname)s ID required)" |
|
efc0d13cc7c5
checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents:
6134
diff
changeset
|
1061 msgstr "" |
|
efc0d13cc7c5
checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents:
6134
diff
changeset
|
1062 |
|
6942
e09095701620
update for latest flake8 changes
John Rouillard <rouilj@ieee.org>
parents:
6777
diff
changeset
|
1063 #: ../roundup/cgi/actions.py:228 ../roundup/cgi/actions.py:266 |
|
e09095701620
update for latest flake8 changes
John Rouillard <rouilj@ieee.org>
parents:
6777
diff
changeset
|
1064 #: ../roundup/cgi/actions.py:493 ../roundup/cgi/actions.py:833 |
|
e09095701620
update for latest flake8 changes
John Rouillard <rouilj@ieee.org>
parents:
6777
diff
changeset
|
1065 #: ../roundup/cgi/actions.py:880 ../roundup/cgi/actions.py:1084 |
|
e09095701620
update for latest flake8 changes
John Rouillard <rouilj@ieee.org>
parents:
6777
diff
changeset
|
1066 #: ../roundup/cgi/actions.py:1243 ../roundup/cgi/actions.py:228:266 :1243 |
|
e09095701620
update for latest flake8 changes
John Rouillard <rouilj@ieee.org>
parents:
6777
diff
changeset
|
1067 #: :493:833 :880:1084 |
|
6220
efc0d13cc7c5
checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents:
6134
diff
changeset
|
1068 msgid "Invalid request" |
|
efc0d13cc7c5
checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents:
6134
diff
changeset
|
1069 msgstr "" |
|
efc0d13cc7c5
checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents:
6134
diff
changeset
|
1070 |
|
6942
e09095701620
update for latest flake8 changes
John Rouillard <rouilj@ieee.org>
parents:
6777
diff
changeset
|
1071 #: ../roundup/cgi/actions.py:246 ../roundup/cgi/actions.py:604 |
|
e09095701620
update for latest flake8 changes
John Rouillard <rouilj@ieee.org>
parents:
6777
diff
changeset
|
1072 #: ../roundup/cgi/actions.py:246:604 |
|
6223
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
1073 #, python-format |
|
6220
efc0d13cc7c5
checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents:
6134
diff
changeset
|
1074 msgid "You do not have permission to retire %(class)s" |
|
efc0d13cc7c5
checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents:
6134
diff
changeset
|
1075 msgstr "" |
|
efc0d13cc7c5
checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents:
6134
diff
changeset
|
1076 |
|
6942
e09095701620
update for latest flake8 changes
John Rouillard <rouilj@ieee.org>
parents:
6777
diff
changeset
|
1077 #: ../roundup/cgi/actions.py:254 |
|
6223
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
1078 #, python-format |
|
6220
efc0d13cc7c5
checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents:
6134
diff
changeset
|
1079 msgid "%(classname)s %(itemid)s has been retired" |
|
efc0d13cc7c5
checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents:
6134
diff
changeset
|
1080 msgstr "" |
|
efc0d13cc7c5
checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents:
6134
diff
changeset
|
1081 |
|
6942
e09095701620
update for latest flake8 changes
John Rouillard <rouilj@ieee.org>
parents:
6777
diff
changeset
|
1082 #: ../roundup/cgi/actions.py:278 |
|
6223
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
1083 #, python-format |
|
6220
efc0d13cc7c5
checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents:
6134
diff
changeset
|
1084 msgid "You do not have permission to restore %(class)s" |
|
efc0d13cc7c5
checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents:
6134
diff
changeset
|
1085 msgstr "" |
|
efc0d13cc7c5
checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents:
6134
diff
changeset
|
1086 |
|
6942
e09095701620
update for latest flake8 changes
John Rouillard <rouilj@ieee.org>
parents:
6777
diff
changeset
|
1087 #: ../roundup/cgi/actions.py:286 |
|
6223
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
1088 #, python-format |
|
6220
efc0d13cc7c5
checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents:
6134
diff
changeset
|
1089 msgid "%(classname)s %(itemid)s has been restored" |
|
efc0d13cc7c5
checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents:
6134
diff
changeset
|
1090 msgstr "" |
|
efc0d13cc7c5
checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents:
6134
diff
changeset
|
1091 |
|
6942
e09095701620
update for latest flake8 changes
John Rouillard <rouilj@ieee.org>
parents:
6777
diff
changeset
|
1092 #: ../roundup/cgi/actions.py:329 ../roundup/cgi/actions.py:380 |
|
e09095701620
update for latest flake8 changes
John Rouillard <rouilj@ieee.org>
parents:
6777
diff
changeset
|
1093 #: ../roundup/cgi/actions.py:329:380 |
|
6220
efc0d13cc7c5
checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents:
6134
diff
changeset
|
1094 msgid "You do not have permission to edit queries" |
|
efc0d13cc7c5
checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents:
6134
diff
changeset
|
1095 msgstr "" |
|
efc0d13cc7c5
checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents:
6134
diff
changeset
|
1096 |
|
6942
e09095701620
update for latest flake8 changes
John Rouillard <rouilj@ieee.org>
parents:
6777
diff
changeset
|
1097 #: ../roundup/cgi/actions.py:335 ../roundup/cgi/actions.py:387 |
|
e09095701620
update for latest flake8 changes
John Rouillard <rouilj@ieee.org>
parents:
6777
diff
changeset
|
1098 #: ../roundup/cgi/actions.py:335:387 |
|
6220
efc0d13cc7c5
checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents:
6134
diff
changeset
|
1099 msgid "You do not have permission to store queries" |
|
efc0d13cc7c5
checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents:
6134
diff
changeset
|
1100 msgstr "" |
|
efc0d13cc7c5
checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents:
6134
diff
changeset
|
1101 |
|
6942
e09095701620
update for latest flake8 changes
John Rouillard <rouilj@ieee.org>
parents:
6777
diff
changeset
|
1102 #: ../roundup/cgi/actions.py:357 |
|
6223
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
1103 #, python-format |
|
6220
efc0d13cc7c5
checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents:
6134
diff
changeset
|
1104 msgid "You already own a query named '%s'. Please choose another name." |
|
efc0d13cc7c5
checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents:
6134
diff
changeset
|
1105 msgstr "" |
|
efc0d13cc7c5
checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents:
6134
diff
changeset
|
1106 |
|
6942
e09095701620
update for latest flake8 changes
John Rouillard <rouilj@ieee.org>
parents:
6777
diff
changeset
|
1107 #: ../roundup/cgi/actions.py:440 |
|
6220
efc0d13cc7c5
checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents:
6134
diff
changeset
|
1108 msgid "Invalid number: " |
|
efc0d13cc7c5
checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents:
6134
diff
changeset
|
1109 msgstr "" |
|
efc0d13cc7c5
checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents:
6134
diff
changeset
|
1110 |
|
6942
e09095701620
update for latest flake8 changes
John Rouillard <rouilj@ieee.org>
parents:
6777
diff
changeset
|
1111 #: ../roundup/cgi/actions.py:450 |
|
6220
efc0d13cc7c5
checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents:
6134
diff
changeset
|
1112 msgid "Invalid integer: " |
|
efc0d13cc7c5
checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents:
6134
diff
changeset
|
1113 msgstr "" |
|
efc0d13cc7c5
checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents:
6134
diff
changeset
|
1114 |
|
6942
e09095701620
update for latest flake8 changes
John Rouillard <rouilj@ieee.org>
parents:
6777
diff
changeset
|
1115 #: ../roundup/cgi/actions.py:531 ../roundup/cgi/actions.py:735 |
|
e09095701620
update for latest flake8 changes
John Rouillard <rouilj@ieee.org>
parents:
6777
diff
changeset
|
1116 #: ../roundup/cgi/actions.py:531:735 |
|
6223
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
1117 #, python-format |
|
6220
efc0d13cc7c5
checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents:
6134
diff
changeset
|
1118 msgid "You do not have permission to create %(class)s" |
|
efc0d13cc7c5
checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents:
6134
diff
changeset
|
1119 msgstr "" |
|
efc0d13cc7c5
checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents:
6134
diff
changeset
|
1120 |
|
6942
e09095701620
update for latest flake8 changes
John Rouillard <rouilj@ieee.org>
parents:
6777
diff
changeset
|
1121 #: ../roundup/cgi/actions.py:544 |
|
6223
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
1122 #, python-format |
|
6220
efc0d13cc7c5
checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents:
6134
diff
changeset
|
1123 msgid "Not enough values on line %(line)s" |
|
efc0d13cc7c5
checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents:
6134
diff
changeset
|
1124 msgstr "" |
|
efc0d13cc7c5
checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents:
6134
diff
changeset
|
1125 |
|
6452
f2c6bf1c3cb0
updates for latest 2.1.0 changes. Doesn't look like new strings, just location changes.
John Rouillard <rouilj@ieee.org>
parents:
6429
diff
changeset
|
1126 #: ../roundup/cgi/actions.py:556 ../roundup/cgi/actions.py:723 |
|
f2c6bf1c3cb0
updates for latest 2.1.0 changes. Doesn't look like new strings, just location changes.
John Rouillard <rouilj@ieee.org>
parents:
6429
diff
changeset
|
1127 #: ../roundup/cgi/actions.py:556:723 |
|
6223
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
1128 #, python-format |
|
6220
efc0d13cc7c5
checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents:
6134
diff
changeset
|
1129 msgid "You do not have permission to edit %(class)s" |
|
efc0d13cc7c5
checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents:
6134
diff
changeset
|
1130 msgstr "" |
|
efc0d13cc7c5
checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents:
6134
diff
changeset
|
1131 |
|
6452
f2c6bf1c3cb0
updates for latest 2.1.0 changes. Doesn't look like new strings, just location changes.
John Rouillard <rouilj@ieee.org>
parents:
6429
diff
changeset
|
1132 #: ../roundup/cgi/actions.py:611 |
|
6220
efc0d13cc7c5
checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents:
6134
diff
changeset
|
1133 msgid "Items edited OK" |
|
efc0d13cc7c5
checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents:
6134
diff
changeset
|
1134 msgstr "" |
|
efc0d13cc7c5
checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents:
6134
diff
changeset
|
1135 |
|
6452
f2c6bf1c3cb0
updates for latest 2.1.0 changes. Doesn't look like new strings, just location changes.
John Rouillard <rouilj@ieee.org>
parents:
6429
diff
changeset
|
1136 #: ../roundup/cgi/actions.py:671 |
|
6223
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
1137 #, python-format |
|
6220
efc0d13cc7c5
checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents:
6134
diff
changeset
|
1138 msgid "%(class)s %(id)s %(properties)s edited ok" |
|
efc0d13cc7c5
checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents:
6134
diff
changeset
|
1139 msgstr "" |
|
efc0d13cc7c5
checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents:
6134
diff
changeset
|
1140 |
|
6452
f2c6bf1c3cb0
updates for latest 2.1.0 changes. Doesn't look like new strings, just location changes.
John Rouillard <rouilj@ieee.org>
parents:
6429
diff
changeset
|
1141 #: ../roundup/cgi/actions.py:689 |
|
6223
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
1142 #, python-format |
|
6220
efc0d13cc7c5
checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents:
6134
diff
changeset
|
1143 msgid "%(class)s %(id)s created" |
|
efc0d13cc7c5
checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents:
6134
diff
changeset
|
1144 msgstr "" |
|
efc0d13cc7c5
checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents:
6134
diff
changeset
|
1145 |
|
6452
f2c6bf1c3cb0
updates for latest 2.1.0 changes. Doesn't look like new strings, just location changes.
John Rouillard <rouilj@ieee.org>
parents:
6429
diff
changeset
|
1146 #: ../roundup/cgi/actions.py:817 |
|
6223
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
1147 #, python-format |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
1148 msgid "" |
|
6301
45ba6b71f1cf
actions.py translation. Using mapping rather than tuple for args.
John Rouillard <rouilj@ieee.org>
parents:
6223
diff
changeset
|
1149 "Edit Error: someone else has edited this %(klass)s (%(props)s). View <a " |
|
45ba6b71f1cf
actions.py translation. Using mapping rather than tuple for args.
John Rouillard <rouilj@ieee.org>
parents:
6223
diff
changeset
|
1150 "target=\"_blank\" href=\"%(klass)s%(id)s\">their changes</a> in a new window." |
|
45ba6b71f1cf
actions.py translation. Using mapping rather than tuple for args.
John Rouillard <rouilj@ieee.org>
parents:
6223
diff
changeset
|
1151 msgstr "" |
|
45ba6b71f1cf
actions.py translation. Using mapping rather than tuple for args.
John Rouillard <rouilj@ieee.org>
parents:
6223
diff
changeset
|
1152 |
|
6452
f2c6bf1c3cb0
updates for latest 2.1.0 changes. Doesn't look like new strings, just location changes.
John Rouillard <rouilj@ieee.org>
parents:
6429
diff
changeset
|
1153 #: ../roundup/cgi/actions.py:850 |
|
6223
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
1154 #, python-format |
|
6220
efc0d13cc7c5
checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents:
6134
diff
changeset
|
1155 msgid "Edit Error: %s" |
|
efc0d13cc7c5
checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents:
6134
diff
changeset
|
1156 msgstr "" |
|
efc0d13cc7c5
checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents:
6134
diff
changeset
|
1157 |
|
6452
f2c6bf1c3cb0
updates for latest 2.1.0 changes. Doesn't look like new strings, just location changes.
John Rouillard <rouilj@ieee.org>
parents:
6429
diff
changeset
|
1158 #: ../roundup/cgi/actions.py:886 ../roundup/cgi/actions.py:897 |
|
6942
e09095701620
update for latest flake8 changes
John Rouillard <rouilj@ieee.org>
parents:
6777
diff
changeset
|
1159 #: ../roundup/cgi/actions.py:1099 ../roundup/cgi/actions.py:1113 |
|
e09095701620
update for latest flake8 changes
John Rouillard <rouilj@ieee.org>
parents:
6777
diff
changeset
|
1160 #: ../roundup/cgi/actions.py:886:897 :1099:1113 |
|
6223
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
1161 #, python-format |
|
6220
efc0d13cc7c5
checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents:
6134
diff
changeset
|
1162 msgid "Error: %s" |
|
efc0d13cc7c5
checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents:
6134
diff
changeset
|
1163 msgstr "" |
|
efc0d13cc7c5
checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents:
6134
diff
changeset
|
1164 |
|
6452
f2c6bf1c3cb0
updates for latest 2.1.0 changes. Doesn't look like new strings, just location changes.
John Rouillard <rouilj@ieee.org>
parents:
6429
diff
changeset
|
1165 #: ../roundup/cgi/actions.py:931 |
|
6220
efc0d13cc7c5
checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents:
6134
diff
changeset
|
1166 msgid "" |
|
efc0d13cc7c5
checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents:
6134
diff
changeset
|
1167 "Invalid One Time Key!\n" |
|
6223
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
1168 "(a Mozilla bug may cause this message to show up erroneously, please check " |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
1169 "your email)" |
|
6220
efc0d13cc7c5
checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents:
6134
diff
changeset
|
1170 msgstr "" |
|
efc0d13cc7c5
checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents:
6134
diff
changeset
|
1171 |
|
6676
b336cc98d9d2
Mark strings for password reset and registration for translation
John Rouillard <rouilj@ieee.org>
parents:
6672
diff
changeset
|
1172 #: ../roundup/cgi/actions.py:972 |
|
b336cc98d9d2
Mark strings for password reset and registration for translation
John Rouillard <rouilj@ieee.org>
parents:
6672
diff
changeset
|
1173 #, python-format |
|
b336cc98d9d2
Mark strings for password reset and registration for translation
John Rouillard <rouilj@ieee.org>
parents:
6672
diff
changeset
|
1174 msgid "Password reset for %s" |
|
b336cc98d9d2
Mark strings for password reset and registration for translation
John Rouillard <rouilj@ieee.org>
parents:
6672
diff
changeset
|
1175 msgstr "" |
|
b336cc98d9d2
Mark strings for password reset and registration for translation
John Rouillard <rouilj@ieee.org>
parents:
6672
diff
changeset
|
1176 |
|
b336cc98d9d2
Mark strings for password reset and registration for translation
John Rouillard <rouilj@ieee.org>
parents:
6672
diff
changeset
|
1177 #: ../roundup/cgi/actions.py:973 |
|
b336cc98d9d2
Mark strings for password reset and registration for translation
John Rouillard <rouilj@ieee.org>
parents:
6672
diff
changeset
|
1178 #, python-format |
|
b336cc98d9d2
Mark strings for password reset and registration for translation
John Rouillard <rouilj@ieee.org>
parents:
6672
diff
changeset
|
1179 msgid "" |
|
b336cc98d9d2
Mark strings for password reset and registration for translation
John Rouillard <rouilj@ieee.org>
parents:
6672
diff
changeset
|
1180 "\n" |
|
b336cc98d9d2
Mark strings for password reset and registration for translation
John Rouillard <rouilj@ieee.org>
parents:
6672
diff
changeset
|
1181 "The password has been reset for username \"%(name)s\".\n" |
|
b336cc98d9d2
Mark strings for password reset and registration for translation
John Rouillard <rouilj@ieee.org>
parents:
6672
diff
changeset
|
1182 "\n" |
|
b336cc98d9d2
Mark strings for password reset and registration for translation
John Rouillard <rouilj@ieee.org>
parents:
6672
diff
changeset
|
1183 "Your password is now: %(password)s\n" |
|
b336cc98d9d2
Mark strings for password reset and registration for translation
John Rouillard <rouilj@ieee.org>
parents:
6672
diff
changeset
|
1184 msgstr "" |
|
b336cc98d9d2
Mark strings for password reset and registration for translation
John Rouillard <rouilj@ieee.org>
parents:
6672
diff
changeset
|
1185 |
|
6452
f2c6bf1c3cb0
updates for latest 2.1.0 changes. Doesn't look like new strings, just location changes.
John Rouillard <rouilj@ieee.org>
parents:
6429
diff
changeset
|
1186 #: ../roundup/cgi/actions.py:982 |
|
6223
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
1187 #, python-format |
|
6220
efc0d13cc7c5
checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents:
6134
diff
changeset
|
1188 msgid "Password reset and email sent to %s" |
|
efc0d13cc7c5
checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents:
6134
diff
changeset
|
1189 msgstr "" |
|
efc0d13cc7c5
checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents:
6134
diff
changeset
|
1190 |
|
6452
f2c6bf1c3cb0
updates for latest 2.1.0 changes. Doesn't look like new strings, just location changes.
John Rouillard <rouilj@ieee.org>
parents:
6429
diff
changeset
|
1191 #: ../roundup/cgi/actions.py:991 |
|
6220
efc0d13cc7c5
checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents:
6134
diff
changeset
|
1192 msgid "Unknown username" |
|
efc0d13cc7c5
checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents:
6134
diff
changeset
|
1193 msgstr "" |
|
efc0d13cc7c5
checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents:
6134
diff
changeset
|
1194 |
|
6452
f2c6bf1c3cb0
updates for latest 2.1.0 changes. Doesn't look like new strings, just location changes.
John Rouillard <rouilj@ieee.org>
parents:
6429
diff
changeset
|
1195 #: ../roundup/cgi/actions.py:999 |
|
6220
efc0d13cc7c5
checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents:
6134
diff
changeset
|
1196 msgid "Unknown email address" |
|
efc0d13cc7c5
checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents:
6134
diff
changeset
|
1197 msgstr "" |
|
efc0d13cc7c5
checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents:
6134
diff
changeset
|
1198 |
|
6452
f2c6bf1c3cb0
updates for latest 2.1.0 changes. Doesn't look like new strings, just location changes.
John Rouillard <rouilj@ieee.org>
parents:
6429
diff
changeset
|
1199 #: ../roundup/cgi/actions.py:1004 |
|
6220
efc0d13cc7c5
checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents:
6134
diff
changeset
|
1200 msgid "You need to specify a username or address" |
|
efc0d13cc7c5
checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents:
6134
diff
changeset
|
1201 msgstr "" |
|
efc0d13cc7c5
checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents:
6134
diff
changeset
|
1202 |
|
6942
e09095701620
update for latest flake8 changes
John Rouillard <rouilj@ieee.org>
parents:
6777
diff
changeset
|
1203 #: ../roundup/cgi/actions.py:1015 |
|
6676
b336cc98d9d2
Mark strings for password reset and registration for translation
John Rouillard <rouilj@ieee.org>
parents:
6672
diff
changeset
|
1204 #, python-format |
|
b336cc98d9d2
Mark strings for password reset and registration for translation
John Rouillard <rouilj@ieee.org>
parents:
6672
diff
changeset
|
1205 msgid "Confirm reset of password for %s" |
|
b336cc98d9d2
Mark strings for password reset and registration for translation
John Rouillard <rouilj@ieee.org>
parents:
6672
diff
changeset
|
1206 msgstr "" |
|
b336cc98d9d2
Mark strings for password reset and registration for translation
John Rouillard <rouilj@ieee.org>
parents:
6672
diff
changeset
|
1207 |
|
6942
e09095701620
update for latest flake8 changes
John Rouillard <rouilj@ieee.org>
parents:
6777
diff
changeset
|
1208 #: ../roundup/cgi/actions.py:1016 |
|
6676
b336cc98d9d2
Mark strings for password reset and registration for translation
John Rouillard <rouilj@ieee.org>
parents:
6672
diff
changeset
|
1209 #, python-format |
|
b336cc98d9d2
Mark strings for password reset and registration for translation
John Rouillard <rouilj@ieee.org>
parents:
6672
diff
changeset
|
1210 msgid "" |
|
b336cc98d9d2
Mark strings for password reset and registration for translation
John Rouillard <rouilj@ieee.org>
parents:
6672
diff
changeset
|
1211 "\n" |
|
b336cc98d9d2
Mark strings for password reset and registration for translation
John Rouillard <rouilj@ieee.org>
parents:
6672
diff
changeset
|
1212 "Someone, perhaps you, has requested that the password be changed for your\n" |
|
b336cc98d9d2
Mark strings for password reset and registration for translation
John Rouillard <rouilj@ieee.org>
parents:
6672
diff
changeset
|
1213 "username, \"%(name)s\". If you wish to proceed with the change, please " |
|
b336cc98d9d2
Mark strings for password reset and registration for translation
John Rouillard <rouilj@ieee.org>
parents:
6672
diff
changeset
|
1214 "follow\n" |
|
b336cc98d9d2
Mark strings for password reset and registration for translation
John Rouillard <rouilj@ieee.org>
parents:
6672
diff
changeset
|
1215 "the link below:\n" |
|
b336cc98d9d2
Mark strings for password reset and registration for translation
John Rouillard <rouilj@ieee.org>
parents:
6672
diff
changeset
|
1216 "\n" |
|
b336cc98d9d2
Mark strings for password reset and registration for translation
John Rouillard <rouilj@ieee.org>
parents:
6672
diff
changeset
|
1217 " %(url)suser?@template=forgotten&@action=passrst&otk=%(otk)s\n" |
|
b336cc98d9d2
Mark strings for password reset and registration for translation
John Rouillard <rouilj@ieee.org>
parents:
6672
diff
changeset
|
1218 "\n" |
|
b336cc98d9d2
Mark strings for password reset and registration for translation
John Rouillard <rouilj@ieee.org>
parents:
6672
diff
changeset
|
1219 "You should then receive another email with the new password.\n" |
|
b336cc98d9d2
Mark strings for password reset and registration for translation
John Rouillard <rouilj@ieee.org>
parents:
6672
diff
changeset
|
1220 msgstr "" |
|
b336cc98d9d2
Mark strings for password reset and registration for translation
John Rouillard <rouilj@ieee.org>
parents:
6672
diff
changeset
|
1221 |
|
6942
e09095701620
update for latest flake8 changes
John Rouillard <rouilj@ieee.org>
parents:
6777
diff
changeset
|
1222 #: ../roundup/cgi/actions.py:1029 |
|
6223
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
1223 #, python-format |
|
6301
45ba6b71f1cf
actions.py translation. Using mapping rather than tuple for args.
John Rouillard <rouilj@ieee.org>
parents:
6223
diff
changeset
|
1224 msgid "Email sent to primary notification address for %s." |
|
45ba6b71f1cf
actions.py translation. Using mapping rather than tuple for args.
John Rouillard <rouilj@ieee.org>
parents:
6223
diff
changeset
|
1225 msgstr "" |
|
45ba6b71f1cf
actions.py translation. Using mapping rather than tuple for args.
John Rouillard <rouilj@ieee.org>
parents:
6223
diff
changeset
|
1226 |
|
6942
e09095701620
update for latest flake8 changes
John Rouillard <rouilj@ieee.org>
parents:
6777
diff
changeset
|
1227 #: ../roundup/cgi/actions.py:1031 |
|
6301
45ba6b71f1cf
actions.py translation. Using mapping rather than tuple for args.
John Rouillard <rouilj@ieee.org>
parents:
6223
diff
changeset
|
1228 #, python-format |
|
6220
efc0d13cc7c5
checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents:
6134
diff
changeset
|
1229 msgid "Email sent to %s." |
|
efc0d13cc7c5
checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents:
6134
diff
changeset
|
1230 msgstr "" |
|
efc0d13cc7c5
checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents:
6134
diff
changeset
|
1231 |
|
6942
e09095701620
update for latest flake8 changes
John Rouillard <rouilj@ieee.org>
parents:
6777
diff
changeset
|
1232 #: ../roundup/cgi/actions.py:1046 |
|
6220
efc0d13cc7c5
checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents:
6134
diff
changeset
|
1233 msgid "You are now registered, welcome!" |
|
efc0d13cc7c5
checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents:
6134
diff
changeset
|
1234 msgstr "" |
|
efc0d13cc7c5
checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents:
6134
diff
changeset
|
1235 |
|
6942
e09095701620
update for latest flake8 changes
John Rouillard <rouilj@ieee.org>
parents:
6777
diff
changeset
|
1236 #: ../roundup/cgi/actions.py:1139 |
|
6223
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
1237 #, python-format |
|
6220
efc0d13cc7c5
checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents:
6134
diff
changeset
|
1238 msgid "Username '%s' is already used." |
|
efc0d13cc7c5
checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents:
6134
diff
changeset
|
1239 msgstr "" |
|
efc0d13cc7c5
checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents:
6134
diff
changeset
|
1240 |
|
6676
b336cc98d9d2
Mark strings for password reset and registration for translation
John Rouillard <rouilj@ieee.org>
parents:
6672
diff
changeset
|
1241 #: ../roundup/cgi/actions.py:1162 |
|
b336cc98d9d2
Mark strings for password reset and registration for translation
John Rouillard <rouilj@ieee.org>
parents:
6672
diff
changeset
|
1242 #, python-format |
|
b336cc98d9d2
Mark strings for password reset and registration for translation
John Rouillard <rouilj@ieee.org>
parents:
6672
diff
changeset
|
1243 msgid "Complete your registration to %s -- key %s" |
|
b336cc98d9d2
Mark strings for password reset and registration for translation
John Rouillard <rouilj@ieee.org>
parents:
6672
diff
changeset
|
1244 msgstr "" |
|
b336cc98d9d2
Mark strings for password reset and registration for translation
John Rouillard <rouilj@ieee.org>
parents:
6672
diff
changeset
|
1245 |
|
b336cc98d9d2
Mark strings for password reset and registration for translation
John Rouillard <rouilj@ieee.org>
parents:
6672
diff
changeset
|
1246 #: ../roundup/cgi/actions.py:1164 |
|
b336cc98d9d2
Mark strings for password reset and registration for translation
John Rouillard <rouilj@ieee.org>
parents:
6672
diff
changeset
|
1247 #, python-format |
|
b336cc98d9d2
Mark strings for password reset and registration for translation
John Rouillard <rouilj@ieee.org>
parents:
6672
diff
changeset
|
1248 msgid "" |
|
b336cc98d9d2
Mark strings for password reset and registration for translation
John Rouillard <rouilj@ieee.org>
parents:
6672
diff
changeset
|
1249 "To complete your registration of the user \"%(name)s\" with\n" |
|
b336cc98d9d2
Mark strings for password reset and registration for translation
John Rouillard <rouilj@ieee.org>
parents:
6672
diff
changeset
|
1250 "%(tracker)s, please do one of the following:\n" |
|
b336cc98d9d2
Mark strings for password reset and registration for translation
John Rouillard <rouilj@ieee.org>
parents:
6672
diff
changeset
|
1251 "\n" |
|
b336cc98d9d2
Mark strings for password reset and registration for translation
John Rouillard <rouilj@ieee.org>
parents:
6672
diff
changeset
|
1252 "- send a reply to %(tracker_email)s and maintain the subject line as is (the\n" |
|
b336cc98d9d2
Mark strings for password reset and registration for translation
John Rouillard <rouilj@ieee.org>
parents:
6672
diff
changeset
|
1253 "reply's additional \"Re:\" is ok),\n" |
|
b336cc98d9d2
Mark strings for password reset and registration for translation
John Rouillard <rouilj@ieee.org>
parents:
6672
diff
changeset
|
1254 "\n" |
|
b336cc98d9d2
Mark strings for password reset and registration for translation
John Rouillard <rouilj@ieee.org>
parents:
6672
diff
changeset
|
1255 "- or visit the following URL:\n" |
|
b336cc98d9d2
Mark strings for password reset and registration for translation
John Rouillard <rouilj@ieee.org>
parents:
6672
diff
changeset
|
1256 "\n" |
|
b336cc98d9d2
Mark strings for password reset and registration for translation
John Rouillard <rouilj@ieee.org>
parents:
6672
diff
changeset
|
1257 "%(url)s?@action=confrego&otk=%(otk)s\n" |
|
b336cc98d9d2
Mark strings for password reset and registration for translation
John Rouillard <rouilj@ieee.org>
parents:
6672
diff
changeset
|
1258 "\n" |
|
b336cc98d9d2
Mark strings for password reset and registration for translation
John Rouillard <rouilj@ieee.org>
parents:
6672
diff
changeset
|
1259 msgstr "" |
|
b336cc98d9d2
Mark strings for password reset and registration for translation
John Rouillard <rouilj@ieee.org>
parents:
6672
diff
changeset
|
1260 |
|
6942
e09095701620
update for latest flake8 changes
John Rouillard <rouilj@ieee.org>
parents:
6777
diff
changeset
|
1261 #: ../roundup/cgi/actions.py:1178 |
|
6676
b336cc98d9d2
Mark strings for password reset and registration for translation
John Rouillard <rouilj@ieee.org>
parents:
6672
diff
changeset
|
1262 #, python-format |
|
b336cc98d9d2
Mark strings for password reset and registration for translation
John Rouillard <rouilj@ieee.org>
parents:
6672
diff
changeset
|
1263 msgid "Complete your registration to %s" |
|
b336cc98d9d2
Mark strings for password reset and registration for translation
John Rouillard <rouilj@ieee.org>
parents:
6672
diff
changeset
|
1264 msgstr "" |
|
b336cc98d9d2
Mark strings for password reset and registration for translation
John Rouillard <rouilj@ieee.org>
parents:
6672
diff
changeset
|
1265 |
|
6942
e09095701620
update for latest flake8 changes
John Rouillard <rouilj@ieee.org>
parents:
6777
diff
changeset
|
1266 #: ../roundup/cgi/actions.py:1179 |
|
6676
b336cc98d9d2
Mark strings for password reset and registration for translation
John Rouillard <rouilj@ieee.org>
parents:
6672
diff
changeset
|
1267 #, python-format |
|
b336cc98d9d2
Mark strings for password reset and registration for translation
John Rouillard <rouilj@ieee.org>
parents:
6672
diff
changeset
|
1268 msgid "" |
|
b336cc98d9d2
Mark strings for password reset and registration for translation
John Rouillard <rouilj@ieee.org>
parents:
6672
diff
changeset
|
1269 "To complete your registration of the user \"%(name)s\" with\n" |
|
b336cc98d9d2
Mark strings for password reset and registration for translation
John Rouillard <rouilj@ieee.org>
parents:
6672
diff
changeset
|
1270 "%(tracker)s, please visit the following URL:\n" |
|
b336cc98d9d2
Mark strings for password reset and registration for translation
John Rouillard <rouilj@ieee.org>
parents:
6672
diff
changeset
|
1271 "\n" |
|
b336cc98d9d2
Mark strings for password reset and registration for translation
John Rouillard <rouilj@ieee.org>
parents:
6672
diff
changeset
|
1272 "%(url)s?@action=confrego&otk=%(otk)s\n" |
|
b336cc98d9d2
Mark strings for password reset and registration for translation
John Rouillard <rouilj@ieee.org>
parents:
6672
diff
changeset
|
1273 "\n" |
|
b336cc98d9d2
Mark strings for password reset and registration for translation
John Rouillard <rouilj@ieee.org>
parents:
6672
diff
changeset
|
1274 msgstr "" |
|
b336cc98d9d2
Mark strings for password reset and registration for translation
John Rouillard <rouilj@ieee.org>
parents:
6672
diff
changeset
|
1275 |
|
6942
e09095701620
update for latest flake8 changes
John Rouillard <rouilj@ieee.org>
parents:
6777
diff
changeset
|
1276 #: ../roundup/cgi/actions.py:1203 |
|
6220
efc0d13cc7c5
checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents:
6134
diff
changeset
|
1277 msgid "It is not permitted to supply roles at registration." |
|
efc0d13cc7c5
checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents:
6134
diff
changeset
|
1278 msgstr "" |
|
efc0d13cc7c5
checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents:
6134
diff
changeset
|
1279 |
|
6942
e09095701620
update for latest flake8 changes
John Rouillard <rouilj@ieee.org>
parents:
6777
diff
changeset
|
1280 #: ../roundup/cgi/actions.py:1217 |
|
6220
efc0d13cc7c5
checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents:
6134
diff
changeset
|
1281 msgid "You are logged out" |
|
efc0d13cc7c5
checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents:
6134
diff
changeset
|
1282 msgstr "" |
|
efc0d13cc7c5
checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents:
6134
diff
changeset
|
1283 |
|
6942
e09095701620
update for latest flake8 changes
John Rouillard <rouilj@ieee.org>
parents:
6777
diff
changeset
|
1284 #: ../roundup/cgi/actions.py:1247 |
|
6220
efc0d13cc7c5
checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents:
6134
diff
changeset
|
1285 msgid "Username required" |
|
efc0d13cc7c5
checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents:
6134
diff
changeset
|
1286 msgstr "" |
|
efc0d13cc7c5
checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents:
6134
diff
changeset
|
1287 |
|
6942
e09095701620
update for latest flake8 changes
John Rouillard <rouilj@ieee.org>
parents:
6777
diff
changeset
|
1288 #: ../roundup/cgi/actions.py:1326 |
|
6223
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
1289 #, python-format |
|
6220
efc0d13cc7c5
checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents:
6134
diff
changeset
|
1290 msgid "Logins occurring too fast. Please wait: %s seconds." |
|
efc0d13cc7c5
checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents:
6134
diff
changeset
|
1291 msgstr "" |
|
efc0d13cc7c5
checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents:
6134
diff
changeset
|
1292 |
|
6942
e09095701620
update for latest flake8 changes
John Rouillard <rouilj@ieee.org>
parents:
6777
diff
changeset
|
1293 #: ../roundup/cgi/actions.py:1359 |
|
6557
8687c096a945
Handle configparser.InterpolationSyntaxError
John Rouillard <rouilj@ieee.org>
parents:
6456
diff
changeset
|
1294 #, python-format |
|
8687c096a945
Handle configparser.InterpolationSyntaxError
John Rouillard <rouilj@ieee.org>
parents:
6456
diff
changeset
|
1295 msgid "Welcome %(username)s!" |
|
8687c096a945
Handle configparser.InterpolationSyntaxError
John Rouillard <rouilj@ieee.org>
parents:
6456
diff
changeset
|
1296 msgstr "" |
|
8687c096a945
Handle configparser.InterpolationSyntaxError
John Rouillard <rouilj@ieee.org>
parents:
6456
diff
changeset
|
1297 |
|
6942
e09095701620
update for latest flake8 changes
John Rouillard <rouilj@ieee.org>
parents:
6777
diff
changeset
|
1298 #: ../roundup/cgi/actions.py:1380 ../roundup/cgi/actions.py:1384 |
|
e09095701620
update for latest flake8 changes
John Rouillard <rouilj@ieee.org>
parents:
6777
diff
changeset
|
1299 #: ../roundup/cgi/actions.py:1380:1384 |
|
6220
efc0d13cc7c5
checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents:
6134
diff
changeset
|
1300 msgid "Invalid login" |
|
efc0d13cc7c5
checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents:
6134
diff
changeset
|
1301 msgstr "" |
|
efc0d13cc7c5
checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents:
6134
diff
changeset
|
1302 |
|
6942
e09095701620
update for latest flake8 changes
John Rouillard <rouilj@ieee.org>
parents:
6777
diff
changeset
|
1303 #: ../roundup/cgi/actions.py:1390 |
|
6220
efc0d13cc7c5
checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents:
6134
diff
changeset
|
1304 msgid "You do not have permission to login" |
|
efc0d13cc7c5
checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents:
6134
diff
changeset
|
1305 msgstr "" |
|
efc0d13cc7c5
checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents:
6134
diff
changeset
|
1306 |
|
6942
e09095701620
update for latest flake8 changes
John Rouillard <rouilj@ieee.org>
parents:
6777
diff
changeset
|
1307 #: ../roundup/cgi/actions.py:1434 ../roundup/cgi/actions.py:1613 |
|
e09095701620
update for latest flake8 changes
John Rouillard <rouilj@ieee.org>
parents:
6777
diff
changeset
|
1308 #: ../roundup/cgi/actions.py:1434:1613 |
|
6223
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
1309 #, python-format |
|
6220
efc0d13cc7c5
checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents:
6134
diff
changeset
|
1310 msgid "Column \"%(column)s\" not found in %(class)s" |
|
efc0d13cc7c5
checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents:
6134
diff
changeset
|
1311 msgstr "" |
|
efc0d13cc7c5
checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents:
6134
diff
changeset
|
1312 |
|
6942
e09095701620
update for latest flake8 changes
John Rouillard <rouilj@ieee.org>
parents:
6777
diff
changeset
|
1313 #: ../roundup/cgi/actions.py:1684 |
|
6223
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
1314 #, python-format |
|
6220
efc0d13cc7c5
checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents:
6134
diff
changeset
|
1315 msgid "You do not have permission to view %(class)s" |
|
efc0d13cc7c5
checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents:
6134
diff
changeset
|
1316 msgstr "" |
|
efc0d13cc7c5
checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents:
6134
diff
changeset
|
1317 |
|
6986
5a84ddf7aa8b
update with roundup_admin and indexer_xapian strings
John Rouillard <rouilj@ieee.org>
parents:
6942
diff
changeset
|
1318 #: ../roundup/cgi/cgitb.py:62 |
|
6223
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
1319 #, python-format |
|
6220
efc0d13cc7c5
checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents:
6134
diff
changeset
|
1320 msgid "" |
|
efc0d13cc7c5
checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents:
6134
diff
changeset
|
1321 "<h1>Templating Error</h1>\n" |
|
efc0d13cc7c5
checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents:
6134
diff
changeset
|
1322 "<p><b>%(exc_type)s</b>: %(exc_value)s</p>\n" |
|
efc0d13cc7c5
checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents:
6134
diff
changeset
|
1323 "<p class=\"help\">Debugging information follows</p>" |
|
efc0d13cc7c5
checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents:
6134
diff
changeset
|
1324 msgstr "" |
|
efc0d13cc7c5
checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents:
6134
diff
changeset
|
1325 |
|
6986
5a84ddf7aa8b
update with roundup_admin and indexer_xapian strings
John Rouillard <rouilj@ieee.org>
parents:
6942
diff
changeset
|
1326 #: ../roundup/cgi/cgitb.py:77 |
|
6223
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
1327 #, python-format |
|
6220
efc0d13cc7c5
checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents:
6134
diff
changeset
|
1328 msgid "<li>\"%(name)s\" (%(info)s)</li>" |
|
efc0d13cc7c5
checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents:
6134
diff
changeset
|
1329 msgstr "" |
|
efc0d13cc7c5
checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents:
6134
diff
changeset
|
1330 |
|
6986
5a84ddf7aa8b
update with roundup_admin and indexer_xapian strings
John Rouillard <rouilj@ieee.org>
parents:
6942
diff
changeset
|
1331 #: ../roundup/cgi/cgitb.py:81 |
|
6223
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
1332 #, python-format |
|
6220
efc0d13cc7c5
checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents:
6134
diff
changeset
|
1333 msgid "<li>Looking for \"%(name)s\", current path:<ol>%(path)s</ol></li>" |
|
efc0d13cc7c5
checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents:
6134
diff
changeset
|
1334 msgstr "" |
|
efc0d13cc7c5
checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents:
6134
diff
changeset
|
1335 |
|
6986
5a84ddf7aa8b
update with roundup_admin and indexer_xapian strings
John Rouillard <rouilj@ieee.org>
parents:
6942
diff
changeset
|
1336 #: ../roundup/cgi/cgitb.py:85 |
|
6223
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
1337 #, python-format |
|
6220
efc0d13cc7c5
checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents:
6134
diff
changeset
|
1338 msgid "<li>In %s</li>" |
|
efc0d13cc7c5
checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents:
6134
diff
changeset
|
1339 msgstr "" |
|
efc0d13cc7c5
checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents:
6134
diff
changeset
|
1340 |
|
6986
5a84ddf7aa8b
update with roundup_admin and indexer_xapian strings
John Rouillard <rouilj@ieee.org>
parents:
6942
diff
changeset
|
1341 #: ../roundup/cgi/cgitb.py:90 |
|
6223
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
1342 #, python-format |
|
6220
efc0d13cc7c5
checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents:
6134
diff
changeset
|
1343 msgid "A problem occurred in your template \"%s\"." |
|
efc0d13cc7c5
checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents:
6134
diff
changeset
|
1344 msgstr "" |
|
efc0d13cc7c5
checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents:
6134
diff
changeset
|
1345 |
|
6986
5a84ddf7aa8b
update with roundup_admin and indexer_xapian strings
John Rouillard <rouilj@ieee.org>
parents:
6942
diff
changeset
|
1346 #: ../roundup/cgi/cgitb.py:98 |
|
6223
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
1347 #, python-format |
|
6220
efc0d13cc7c5
checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents:
6134
diff
changeset
|
1348 msgid "" |
|
efc0d13cc7c5
checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents:
6134
diff
changeset
|
1349 "\n" |
|
efc0d13cc7c5
checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents:
6134
diff
changeset
|
1350 "<li>While evaluating the %(info)r expression on line %(line)d\n" |
|
efc0d13cc7c5
checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents:
6134
diff
changeset
|
1351 "<table class=\"otherinfo\" style=\"font-size: 90%%\">\n" |
|
efc0d13cc7c5
checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents:
6134
diff
changeset
|
1352 " <tr><th colspan=\"2\" class=\"header\">Current variables:</th></tr>\n" |
|
efc0d13cc7c5
checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents:
6134
diff
changeset
|
1353 " %(globals)s\n" |
|
efc0d13cc7c5
checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents:
6134
diff
changeset
|
1354 " %(locals)s\n" |
|
efc0d13cc7c5
checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents:
6134
diff
changeset
|
1355 "</table></li>\n" |
|
efc0d13cc7c5
checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents:
6134
diff
changeset
|
1356 msgstr "" |
|
efc0d13cc7c5
checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents:
6134
diff
changeset
|
1357 |
|
6986
5a84ddf7aa8b
update with roundup_admin and indexer_xapian strings
John Rouillard <rouilj@ieee.org>
parents:
6942
diff
changeset
|
1358 #: ../roundup/cgi/cgitb.py:117 |
|
6220
efc0d13cc7c5
checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents:
6134
diff
changeset
|
1359 msgid "Full traceback:" |
|
efc0d13cc7c5
checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents:
6134
diff
changeset
|
1360 msgstr "" |
|
efc0d13cc7c5
checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents:
6134
diff
changeset
|
1361 |
|
6986
5a84ddf7aa8b
update with roundup_admin and indexer_xapian strings
John Rouillard <rouilj@ieee.org>
parents:
6942
diff
changeset
|
1362 #: ../roundup/cgi/cgitb.py:131 |
|
6223
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
1363 #, python-format |
|
6220
efc0d13cc7c5
checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents:
6134
diff
changeset
|
1364 msgid "<font size=+1><strong>%(exc_type)s</strong>: %(exc_value)s</font>" |
|
efc0d13cc7c5
checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents:
6134
diff
changeset
|
1365 msgstr "" |
|
efc0d13cc7c5
checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents:
6134
diff
changeset
|
1366 |
|
6986
5a84ddf7aa8b
update with roundup_admin and indexer_xapian strings
John Rouillard <rouilj@ieee.org>
parents:
6942
diff
changeset
|
1367 #: ../roundup/cgi/cgitb.py:135 |
|
6223
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
1368 msgid "" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
1369 "<p>A problem occurred while running a Python script. Here is the sequence of " |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
1370 "function calls leading up to the error, with the most recent (innermost) call " |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
1371 "first. The exception attributes are:" |
|
6220
efc0d13cc7c5
checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents:
6134
diff
changeset
|
1372 msgstr "" |
|
efc0d13cc7c5
checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents:
6134
diff
changeset
|
1373 |
|
6986
5a84ddf7aa8b
update with roundup_admin and indexer_xapian strings
John Rouillard <rouilj@ieee.org>
parents:
6942
diff
changeset
|
1374 #: ../roundup/cgi/cgitb.py:144 |
|
6220
efc0d13cc7c5
checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents:
6134
diff
changeset
|
1375 msgid "<file is None - probably inside <tt>eval</tt> or <tt>exec</tt>>" |
|
efc0d13cc7c5
checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents:
6134
diff
changeset
|
1376 msgstr "" |
|
efc0d13cc7c5
checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents:
6134
diff
changeset
|
1377 |
|
6986
5a84ddf7aa8b
update with roundup_admin and indexer_xapian strings
John Rouillard <rouilj@ieee.org>
parents:
6942
diff
changeset
|
1378 #: ../roundup/cgi/cgitb.py:153 |
|
6223
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
1379 #, python-format |
|
6220
efc0d13cc7c5
checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents:
6134
diff
changeset
|
1380 msgid "in <strong>%s</strong>" |
|
efc0d13cc7c5
checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents:
6134
diff
changeset
|
1381 msgstr "" |
|
efc0d13cc7c5
checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents:
6134
diff
changeset
|
1382 |
|
6986
5a84ddf7aa8b
update with roundup_admin and indexer_xapian strings
John Rouillard <rouilj@ieee.org>
parents:
6942
diff
changeset
|
1383 #: ../roundup/cgi/cgitb.py:201 ../roundup/cgi/cgitb.py:207 |
|
5a84ddf7aa8b
update with roundup_admin and indexer_xapian strings
John Rouillard <rouilj@ieee.org>
parents:
6942
diff
changeset
|
1384 #: ../roundup/cgi/cgitb.py:201:207 |
|
6220
efc0d13cc7c5
checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents:
6134
diff
changeset
|
1385 msgid "<em>undefined</em>" |
|
efc0d13cc7c5
checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents:
6134
diff
changeset
|
1386 msgstr "" |
|
efc0d13cc7c5
checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents:
6134
diff
changeset
|
1387 |
|
6986
5a84ddf7aa8b
update with roundup_admin and indexer_xapian strings
John Rouillard <rouilj@ieee.org>
parents:
6942
diff
changeset
|
1388 #: ../roundup/cgi/client.py:97 |
|
6220
efc0d13cc7c5
checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents:
6134
diff
changeset
|
1389 msgid "" |
|
efc0d13cc7c5
checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents:
6134
diff
changeset
|
1390 "<html><head><title>An error has occurred</title></head>\n" |
|
efc0d13cc7c5
checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents:
6134
diff
changeset
|
1391 "<body><h1>An error has occurred</h1>\n" |
|
efc0d13cc7c5
checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents:
6134
diff
changeset
|
1392 "<p>A problem was encountered processing your request.\n" |
|
efc0d13cc7c5
checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents:
6134
diff
changeset
|
1393 "The tracker maintainers have been notified of the problem.</p>\n" |
|
efc0d13cc7c5
checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents:
6134
diff
changeset
|
1394 "</body></html>" |
|
efc0d13cc7c5
checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents:
6134
diff
changeset
|
1395 msgstr "" |
|
efc0d13cc7c5
checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents:
6134
diff
changeset
|
1396 |
|
6986
5a84ddf7aa8b
update with roundup_admin and indexer_xapian strings
John Rouillard <rouilj@ieee.org>
parents:
6942
diff
changeset
|
1397 #: ../roundup/cgi/client.py:651 |
|
6694
51865a1ee765
Update locale for 2.2.0b1 release.
John Rouillard <rouilj@ieee.org>
parents:
6676
diff
changeset
|
1398 msgid "Client is not allowed to use Rest Interface." |
|
51865a1ee765
Update locale for 2.2.0b1 release.
John Rouillard <rouilj@ieee.org>
parents:
6676
diff
changeset
|
1399 msgstr "" |
|
51865a1ee765
Update locale for 2.2.0b1 release.
John Rouillard <rouilj@ieee.org>
parents:
6676
diff
changeset
|
1400 |
|
6986
5a84ddf7aa8b
update with roundup_admin and indexer_xapian strings
John Rouillard <rouilj@ieee.org>
parents:
6942
diff
changeset
|
1401 #: ../roundup/cgi/client.py:895 |
|
6220
efc0d13cc7c5
checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents:
6134
diff
changeset
|
1402 msgid "Form Error: " |
|
efc0d13cc7c5
checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents:
6134
diff
changeset
|
1403 msgstr "" |
|
efc0d13cc7c5
checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents:
6134
diff
changeset
|
1404 |
|
6986
5a84ddf7aa8b
update with roundup_admin and indexer_xapian strings
John Rouillard <rouilj@ieee.org>
parents:
6942
diff
changeset
|
1405 #: ../roundup/cgi/client.py:985 |
|
6223
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
1406 #, python-format |
|
6220
efc0d13cc7c5
checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents:
6134
diff
changeset
|
1407 msgid "Unrecognized charset: %r" |
|
efc0d13cc7c5
checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents:
6134
diff
changeset
|
1408 msgstr "" |
|
efc0d13cc7c5
checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents:
6134
diff
changeset
|
1409 |
|
6986
5a84ddf7aa8b
update with roundup_admin and indexer_xapian strings
John Rouillard <rouilj@ieee.org>
parents:
6942
diff
changeset
|
1410 #: ../roundup/cgi/client.py:1251 |
|
6220
efc0d13cc7c5
checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents:
6134
diff
changeset
|
1411 msgid "Anonymous users are not allowed to use the web interface" |
|
efc0d13cc7c5
checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents:
6134
diff
changeset
|
1412 msgstr "" |
|
efc0d13cc7c5
checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents:
6134
diff
changeset
|
1413 |
|
6986
5a84ddf7aa8b
update with roundup_admin and indexer_xapian strings
John Rouillard <rouilj@ieee.org>
parents:
6942
diff
changeset
|
1414 #: ../roundup/cgi/client.py:1374 |
|
6220
efc0d13cc7c5
checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents:
6134
diff
changeset
|
1415 msgid "Referer header not available." |
|
efc0d13cc7c5
checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents:
6134
diff
changeset
|
1416 msgstr "" |
|
efc0d13cc7c5
checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents:
6134
diff
changeset
|
1417 |
|
6986
5a84ddf7aa8b
update with roundup_admin and indexer_xapian strings
John Rouillard <rouilj@ieee.org>
parents:
6942
diff
changeset
|
1418 #: ../roundup/cgi/client.py:1378 |
|
6223
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
1419 #, python-format |
|
6220
efc0d13cc7c5
checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents:
6134
diff
changeset
|
1420 msgid "csrf key used with wrong method from: %s" |
|
efc0d13cc7c5
checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents:
6134
diff
changeset
|
1421 msgstr "" |
|
efc0d13cc7c5
checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents:
6134
diff
changeset
|
1422 |
|
6986
5a84ddf7aa8b
update with roundup_admin and indexer_xapian strings
John Rouillard <rouilj@ieee.org>
parents:
6942
diff
changeset
|
1423 #: ../roundup/cgi/client.py:1406 |
|
6672
01216187a167
Testing translations in mailgw.py, update translations, i18n improved
John Rouillard <rouilj@ieee.org>
parents:
6620
diff
changeset
|
1424 #, python-format |
|
6942
e09095701620
update for latest flake8 changes
John Rouillard <rouilj@ieee.org>
parents:
6777
diff
changeset
|
1425 msgid "csrf header %s required but missing for user%s." |
|
e09095701620
update for latest flake8 changes
John Rouillard <rouilj@ieee.org>
parents:
6777
diff
changeset
|
1426 msgstr "" |
|
e09095701620
update for latest flake8 changes
John Rouillard <rouilj@ieee.org>
parents:
6777
diff
changeset
|
1427 |
|
6986
5a84ddf7aa8b
update with roundup_admin and indexer_xapian strings
John Rouillard <rouilj@ieee.org>
parents:
6942
diff
changeset
|
1428 #: ../roundup/cgi/client.py:1407 |
|
6942
e09095701620
update for latest flake8 changes
John Rouillard <rouilj@ieee.org>
parents:
6777
diff
changeset
|
1429 #, python-format |
|
6694
51865a1ee765
Update locale for 2.2.0b1 release.
John Rouillard <rouilj@ieee.org>
parents:
6676
diff
changeset
|
1430 msgid "Missing header: %s" |
|
51865a1ee765
Update locale for 2.2.0b1 release.
John Rouillard <rouilj@ieee.org>
parents:
6676
diff
changeset
|
1431 msgstr "" |
|
51865a1ee765
Update locale for 2.2.0b1 release.
John Rouillard <rouilj@ieee.org>
parents:
6676
diff
changeset
|
1432 |
|
6986
5a84ddf7aa8b
update with roundup_admin and indexer_xapian strings
John Rouillard <rouilj@ieee.org>
parents:
6942
diff
changeset
|
1433 #: ../roundup/cgi/client.py:1415 ../roundup/cgi/client.py:1420 |
|
5a84ddf7aa8b
update with roundup_admin and indexer_xapian strings
John Rouillard <rouilj@ieee.org>
parents:
6942
diff
changeset
|
1434 #: ../roundup/cgi/client.py:1415:1420 |
|
6694
51865a1ee765
Update locale for 2.2.0b1 release.
John Rouillard <rouilj@ieee.org>
parents:
6676
diff
changeset
|
1435 #, python-format |
|
51865a1ee765
Update locale for 2.2.0b1 release.
John Rouillard <rouilj@ieee.org>
parents:
6676
diff
changeset
|
1436 msgid "csrf Referer header check failed for user%s. Value=%s" |
|
6557
8687c096a945
Handle configparser.InterpolationSyntaxError
John Rouillard <rouilj@ieee.org>
parents:
6456
diff
changeset
|
1437 msgstr "" |
|
8687c096a945
Handle configparser.InterpolationSyntaxError
John Rouillard <rouilj@ieee.org>
parents:
6456
diff
changeset
|
1438 |
|
6986
5a84ddf7aa8b
update with roundup_admin and indexer_xapian strings
John Rouillard <rouilj@ieee.org>
parents:
6942
diff
changeset
|
1439 #: ../roundup/cgi/client.py:1416 |
|
6694
51865a1ee765
Update locale for 2.2.0b1 release.
John Rouillard <rouilj@ieee.org>
parents:
6676
diff
changeset
|
1440 #, python-format |
|
51865a1ee765
Update locale for 2.2.0b1 release.
John Rouillard <rouilj@ieee.org>
parents:
6676
diff
changeset
|
1441 msgid "Invalid Referer: %s" |
|
51865a1ee765
Update locale for 2.2.0b1 release.
John Rouillard <rouilj@ieee.org>
parents:
6676
diff
changeset
|
1442 msgstr "" |
|
51865a1ee765
Update locale for 2.2.0b1 release.
John Rouillard <rouilj@ieee.org>
parents:
6676
diff
changeset
|
1443 |
|
6986
5a84ddf7aa8b
update with roundup_admin and indexer_xapian strings
John Rouillard <rouilj@ieee.org>
parents:
6942
diff
changeset
|
1444 #: ../roundup/cgi/client.py:1433 ../roundup/cgi/client.py:1436 |
|
5a84ddf7aa8b
update with roundup_admin and indexer_xapian strings
John Rouillard <rouilj@ieee.org>
parents:
6942
diff
changeset
|
1445 #: ../roundup/cgi/client.py:1433:1436 |
|
6694
51865a1ee765
Update locale for 2.2.0b1 release.
John Rouillard <rouilj@ieee.org>
parents:
6676
diff
changeset
|
1446 #, python-format |
|
51865a1ee765
Update locale for 2.2.0b1 release.
John Rouillard <rouilj@ieee.org>
parents:
6676
diff
changeset
|
1447 msgid "csrf Origin header check failed for user%s. Value=%s" |
|
51865a1ee765
Update locale for 2.2.0b1 release.
John Rouillard <rouilj@ieee.org>
parents:
6676
diff
changeset
|
1448 msgstr "" |
|
51865a1ee765
Update locale for 2.2.0b1 release.
John Rouillard <rouilj@ieee.org>
parents:
6676
diff
changeset
|
1449 |
|
6986
5a84ddf7aa8b
update with roundup_admin and indexer_xapian strings
John Rouillard <rouilj@ieee.org>
parents:
6942
diff
changeset
|
1450 #: ../roundup/cgi/client.py:1434 |
|
6694
51865a1ee765
Update locale for 2.2.0b1 release.
John Rouillard <rouilj@ieee.org>
parents:
6676
diff
changeset
|
1451 #, python-format |
|
51865a1ee765
Update locale for 2.2.0b1 release.
John Rouillard <rouilj@ieee.org>
parents:
6676
diff
changeset
|
1452 msgid "Invalid Origin %s" |
|
51865a1ee765
Update locale for 2.2.0b1 release.
John Rouillard <rouilj@ieee.org>
parents:
6676
diff
changeset
|
1453 msgstr "" |
|
51865a1ee765
Update locale for 2.2.0b1 release.
John Rouillard <rouilj@ieee.org>
parents:
6676
diff
changeset
|
1454 |
|
6986
5a84ddf7aa8b
update with roundup_admin and indexer_xapian strings
John Rouillard <rouilj@ieee.org>
parents:
6942
diff
changeset
|
1455 #: ../roundup/cgi/client.py:1449 ../roundup/cgi/client.py:1455 |
|
5a84ddf7aa8b
update with roundup_admin and indexer_xapian strings
John Rouillard <rouilj@ieee.org>
parents:
6942
diff
changeset
|
1456 #: ../roundup/cgi/client.py:1449:1455 |
|
6694
51865a1ee765
Update locale for 2.2.0b1 release.
John Rouillard <rouilj@ieee.org>
parents:
6676
diff
changeset
|
1457 #, python-format |
|
51865a1ee765
Update locale for 2.2.0b1 release.
John Rouillard <rouilj@ieee.org>
parents:
6676
diff
changeset
|
1458 msgid "csrf X-FORWARDED-HOST header check failed for user%s. Value=%s" |
|
51865a1ee765
Update locale for 2.2.0b1 release.
John Rouillard <rouilj@ieee.org>
parents:
6676
diff
changeset
|
1459 msgstr "" |
|
51865a1ee765
Update locale for 2.2.0b1 release.
John Rouillard <rouilj@ieee.org>
parents:
6676
diff
changeset
|
1460 |
|
6986
5a84ddf7aa8b
update with roundup_admin and indexer_xapian strings
John Rouillard <rouilj@ieee.org>
parents:
6942
diff
changeset
|
1461 #: ../roundup/cgi/client.py:1452 |
|
6694
51865a1ee765
Update locale for 2.2.0b1 release.
John Rouillard <rouilj@ieee.org>
parents:
6676
diff
changeset
|
1462 #, python-format |
|
51865a1ee765
Update locale for 2.2.0b1 release.
John Rouillard <rouilj@ieee.org>
parents:
6676
diff
changeset
|
1463 msgid "Invalid X-FORWARDED-HOST %s" |
|
51865a1ee765
Update locale for 2.2.0b1 release.
John Rouillard <rouilj@ieee.org>
parents:
6676
diff
changeset
|
1464 msgstr "" |
|
51865a1ee765
Update locale for 2.2.0b1 release.
John Rouillard <rouilj@ieee.org>
parents:
6676
diff
changeset
|
1465 |
|
6986
5a84ddf7aa8b
update with roundup_admin and indexer_xapian strings
John Rouillard <rouilj@ieee.org>
parents:
6942
diff
changeset
|
1466 #: ../roundup/cgi/client.py:1473 ../roundup/cgi/client.py:1476 |
|
5a84ddf7aa8b
update with roundup_admin and indexer_xapian strings
John Rouillard <rouilj@ieee.org>
parents:
6942
diff
changeset
|
1467 #: ../roundup/cgi/client.py:1473:1476 |
|
6694
51865a1ee765
Update locale for 2.2.0b1 release.
John Rouillard <rouilj@ieee.org>
parents:
6676
diff
changeset
|
1468 #, python-format |
|
51865a1ee765
Update locale for 2.2.0b1 release.
John Rouillard <rouilj@ieee.org>
parents:
6676
diff
changeset
|
1469 msgid "csrf HOST header check failed for user%s. Value=%s" |
|
51865a1ee765
Update locale for 2.2.0b1 release.
John Rouillard <rouilj@ieee.org>
parents:
6676
diff
changeset
|
1470 msgstr "" |
|
51865a1ee765
Update locale for 2.2.0b1 release.
John Rouillard <rouilj@ieee.org>
parents:
6676
diff
changeset
|
1471 |
|
6986
5a84ddf7aa8b
update with roundup_admin and indexer_xapian strings
John Rouillard <rouilj@ieee.org>
parents:
6942
diff
changeset
|
1472 #: ../roundup/cgi/client.py:1474 |
|
6694
51865a1ee765
Update locale for 2.2.0b1 release.
John Rouillard <rouilj@ieee.org>
parents:
6676
diff
changeset
|
1473 #, python-format |
|
51865a1ee765
Update locale for 2.2.0b1 release.
John Rouillard <rouilj@ieee.org>
parents:
6676
diff
changeset
|
1474 msgid "Invalid HOST %s" |
|
51865a1ee765
Update locale for 2.2.0b1 release.
John Rouillard <rouilj@ieee.org>
parents:
6676
diff
changeset
|
1475 msgstr "" |
|
51865a1ee765
Update locale for 2.2.0b1 release.
John Rouillard <rouilj@ieee.org>
parents:
6676
diff
changeset
|
1476 |
|
6986
5a84ddf7aa8b
update with roundup_admin and indexer_xapian strings
John Rouillard <rouilj@ieee.org>
parents:
6942
diff
changeset
|
1477 #: ../roundup/cgi/client.py:1482 |
|
6942
e09095701620
update for latest flake8 changes
John Rouillard <rouilj@ieee.org>
parents:
6777
diff
changeset
|
1478 msgid "Csrf: unable to verify sufficient headers" |
|
e09095701620
update for latest flake8 changes
John Rouillard <rouilj@ieee.org>
parents:
6777
diff
changeset
|
1479 msgstr "" |
|
e09095701620
update for latest flake8 changes
John Rouillard <rouilj@ieee.org>
parents:
6777
diff
changeset
|
1480 |
|
6986
5a84ddf7aa8b
update with roundup_admin and indexer_xapian strings
John Rouillard <rouilj@ieee.org>
parents:
6942
diff
changeset
|
1481 #: ../roundup/cgi/client.py:1483 |
|
6557
8687c096a945
Handle configparser.InterpolationSyntaxError
John Rouillard <rouilj@ieee.org>
parents:
6456
diff
changeset
|
1482 msgid "Unable to verify sufficient headers" |
|
6220
efc0d13cc7c5
checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents:
6134
diff
changeset
|
1483 msgstr "" |
|
efc0d13cc7c5
checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents:
6134
diff
changeset
|
1484 |
|
6986
5a84ddf7aa8b
update with roundup_admin and indexer_xapian strings
John Rouillard <rouilj@ieee.org>
parents:
6942
diff
changeset
|
1485 #: ../roundup/cgi/client.py:1497 |
|
6942
e09095701620
update for latest flake8 changes
John Rouillard <rouilj@ieee.org>
parents:
6777
diff
changeset
|
1486 #, python-format |
|
e09095701620
update for latest flake8 changes
John Rouillard <rouilj@ieee.org>
parents:
6777
diff
changeset
|
1487 msgid "csrf X-REQUESTED-WITH xmlrpc required header check failed for user%s." |
|
e09095701620
update for latest flake8 changes
John Rouillard <rouilj@ieee.org>
parents:
6777
diff
changeset
|
1488 msgstr "" |
|
e09095701620
update for latest flake8 changes
John Rouillard <rouilj@ieee.org>
parents:
6777
diff
changeset
|
1489 |
|
6986
5a84ddf7aa8b
update with roundup_admin and indexer_xapian strings
John Rouillard <rouilj@ieee.org>
parents:
6942
diff
changeset
|
1490 #: ../roundup/cgi/client.py:1499 |
|
6557
8687c096a945
Handle configparser.InterpolationSyntaxError
John Rouillard <rouilj@ieee.org>
parents:
6456
diff
changeset
|
1491 msgid "Required Header Missing" |
|
8687c096a945
Handle configparser.InterpolationSyntaxError
John Rouillard <rouilj@ieee.org>
parents:
6456
diff
changeset
|
1492 msgstr "" |
|
8687c096a945
Handle configparser.InterpolationSyntaxError
John Rouillard <rouilj@ieee.org>
parents:
6456
diff
changeset
|
1493 |
|
6986
5a84ddf7aa8b
update with roundup_admin and indexer_xapian strings
John Rouillard <rouilj@ieee.org>
parents:
6942
diff
changeset
|
1494 #: ../roundup/cgi/client.py:1536 |
|
6557
8687c096a945
Handle configparser.InterpolationSyntaxError
John Rouillard <rouilj@ieee.org>
parents:
6456
diff
changeset
|
1495 #, python-format |
|
8687c096a945
Handle configparser.InterpolationSyntaxError
John Rouillard <rouilj@ieee.org>
parents:
6456
diff
changeset
|
1496 msgid "Required csrf field missing for user%s" |
|
8687c096a945
Handle configparser.InterpolationSyntaxError
John Rouillard <rouilj@ieee.org>
parents:
6456
diff
changeset
|
1497 msgstr "" |
|
8687c096a945
Handle configparser.InterpolationSyntaxError
John Rouillard <rouilj@ieee.org>
parents:
6456
diff
changeset
|
1498 |
|
6986
5a84ddf7aa8b
update with roundup_admin and indexer_xapian strings
John Rouillard <rouilj@ieee.org>
parents:
6942
diff
changeset
|
1499 #: ../roundup/cgi/client.py:1537 ../roundup/cgi/client.py:1590 |
|
5a84ddf7aa8b
update with roundup_admin and indexer_xapian strings
John Rouillard <rouilj@ieee.org>
parents:
6942
diff
changeset
|
1500 #: ../roundup/cgi/client.py:1600 ../roundup/cgi/client.py:1537:1590 :1600 |
|
6557
8687c096a945
Handle configparser.InterpolationSyntaxError
John Rouillard <rouilj@ieee.org>
parents:
6456
diff
changeset
|
1501 msgid "" |
|
8687c096a945
Handle configparser.InterpolationSyntaxError
John Rouillard <rouilj@ieee.org>
parents:
6456
diff
changeset
|
1502 "We can't validate your session (csrf failure). Re-enter any unsaved data and " |
|
8687c096a945
Handle configparser.InterpolationSyntaxError
John Rouillard <rouilj@ieee.org>
parents:
6456
diff
changeset
|
1503 "try again." |
|
8687c096a945
Handle configparser.InterpolationSyntaxError
John Rouillard <rouilj@ieee.org>
parents:
6456
diff
changeset
|
1504 msgstr "" |
|
8687c096a945
Handle configparser.InterpolationSyntaxError
John Rouillard <rouilj@ieee.org>
parents:
6456
diff
changeset
|
1505 |
|
6986
5a84ddf7aa8b
update with roundup_admin and indexer_xapian strings
John Rouillard <rouilj@ieee.org>
parents:
6942
diff
changeset
|
1506 #: ../roundup/cgi/client.py:1540 |
|
6557
8687c096a945
Handle configparser.InterpolationSyntaxError
John Rouillard <rouilj@ieee.org>
parents:
6456
diff
changeset
|
1507 #, python-format |
|
6220
efc0d13cc7c5
checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents:
6134
diff
changeset
|
1508 msgid "csrf field not supplied by user%s" |
|
efc0d13cc7c5
checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents:
6134
diff
changeset
|
1509 msgstr "" |
|
efc0d13cc7c5
checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents:
6134
diff
changeset
|
1510 |
|
6986
5a84ddf7aa8b
update with roundup_admin and indexer_xapian strings
John Rouillard <rouilj@ieee.org>
parents:
6942
diff
changeset
|
1511 #: ../roundup/cgi/client.py:1588 |
|
6223
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
1512 #, python-format |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
1513 msgid "" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
1514 "Csrf mismatch user: current user %s != stored user %s, current session, " |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
1515 "stored session: %s,%s for key %s." |
|
6220
efc0d13cc7c5
checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents:
6134
diff
changeset
|
1516 msgstr "" |
|
efc0d13cc7c5
checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents:
6134
diff
changeset
|
1517 |
|
6986
5a84ddf7aa8b
update with roundup_admin and indexer_xapian strings
John Rouillard <rouilj@ieee.org>
parents:
6942
diff
changeset
|
1518 #: ../roundup/cgi/client.py:1593 |
|
6223
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
1519 #, python-format |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
1520 msgid "" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
1521 "logged only: Csrf mismatch user: current user %s != stored user %s, current " |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
1522 "session, stored session: %s,%s for key %s." |
|
6220
efc0d13cc7c5
checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents:
6134
diff
changeset
|
1523 msgstr "" |
|
efc0d13cc7c5
checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents:
6134
diff
changeset
|
1524 |
|
6986
5a84ddf7aa8b
update with roundup_admin and indexer_xapian strings
John Rouillard <rouilj@ieee.org>
parents:
6942
diff
changeset
|
1525 #: ../roundup/cgi/client.py:1598 |
|
6223
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
1526 #, python-format |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
1527 msgid "" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
1528 "Csrf mismatch user: current session %s != stored session %s, current user/" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
1529 "stored user is: %s for key %s." |
|
6220
efc0d13cc7c5
checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents:
6134
diff
changeset
|
1530 msgstr "" |
|
efc0d13cc7c5
checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents:
6134
diff
changeset
|
1531 |
|
6986
5a84ddf7aa8b
update with roundup_admin and indexer_xapian strings
John Rouillard <rouilj@ieee.org>
parents:
6942
diff
changeset
|
1532 #: ../roundup/cgi/client.py:1603 |
|
6223
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
1533 #, python-format |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
1534 msgid "" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
1535 "logged only: Csrf mismatch user: current session %s != stored session %s, " |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
1536 "current user/stored user is: %s for key %s." |
|
6220
efc0d13cc7c5
checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents:
6134
diff
changeset
|
1537 msgstr "" |
|
efc0d13cc7c5
checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents:
6134
diff
changeset
|
1538 |
|
6986
5a84ddf7aa8b
update with roundup_admin and indexer_xapian strings
John Rouillard <rouilj@ieee.org>
parents:
6942
diff
changeset
|
1539 #: ../roundup/cgi/client.py:1784 |
|
6220
efc0d13cc7c5
checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents:
6134
diff
changeset
|
1540 msgid "You are not allowed to view this file." |
|
efc0d13cc7c5
checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents:
6134
diff
changeset
|
1541 msgstr "" |
|
efc0d13cc7c5
checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents:
6134
diff
changeset
|
1542 |
|
6986
5a84ddf7aa8b
update with roundup_admin and indexer_xapian strings
John Rouillard <rouilj@ieee.org>
parents:
6942
diff
changeset
|
1543 #: ../roundup/cgi/client.py:2073 |
|
6223
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
1544 #, python-format |
|
6220
efc0d13cc7c5
checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents:
6134
diff
changeset
|
1545 msgid "%(starttag)sTime elapsed: %(seconds)fs%(endtag)s\n" |
|
efc0d13cc7c5
checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents:
6134
diff
changeset
|
1546 msgstr "" |
|
efc0d13cc7c5
checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents:
6134
diff
changeset
|
1547 |
|
6986
5a84ddf7aa8b
update with roundup_admin and indexer_xapian strings
John Rouillard <rouilj@ieee.org>
parents:
6942
diff
changeset
|
1548 #: ../roundup/cgi/client.py:2077 |
|
6223
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
1549 #, python-format |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
1550 msgid "" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
1551 "%(starttag)sCache hits: %(cache_hits)d, misses %(cache_misses)d. Loading " |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
1552 "items: %(get_items)f secs. Filtering: %(filtering)f secs.%(endtag)s\n" |
|
6220
efc0d13cc7c5
checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents:
6134
diff
changeset
|
1553 msgstr "" |
|
efc0d13cc7c5
checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents:
6134
diff
changeset
|
1554 |
|
6986
5a84ddf7aa8b
update with roundup_admin and indexer_xapian strings
John Rouillard <rouilj@ieee.org>
parents:
6942
diff
changeset
|
1555 #: ../roundup/cgi/client.py:2614 |
|
6557
8687c096a945
Handle configparser.InterpolationSyntaxError
John Rouillard <rouilj@ieee.org>
parents:
6456
diff
changeset
|
1556 #, python-format |
|
8687c096a945
Handle configparser.InterpolationSyntaxError
John Rouillard <rouilj@ieee.org>
parents:
6456
diff
changeset
|
1557 msgid "" |
|
8687c096a945
Handle configparser.InterpolationSyntaxError
John Rouillard <rouilj@ieee.org>
parents:
6456
diff
changeset
|
1558 "Cache failure: compressed file %(compressed)s is older than its source file " |
|
8687c096a945
Handle configparser.InterpolationSyntaxError
John Rouillard <rouilj@ieee.org>
parents:
6456
diff
changeset
|
1559 "%(filename)s" |
|
8687c096a945
Handle configparser.InterpolationSyntaxError
John Rouillard <rouilj@ieee.org>
parents:
6456
diff
changeset
|
1560 msgstr "" |
|
8687c096a945
Handle configparser.InterpolationSyntaxError
John Rouillard <rouilj@ieee.org>
parents:
6456
diff
changeset
|
1561 |
|
6942
e09095701620
update for latest flake8 changes
John Rouillard <rouilj@ieee.org>
parents:
6777
diff
changeset
|
1562 #: ../roundup/cgi/form_parser.py:292 |
|
6223
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
1563 #, python-format |
|
6220
efc0d13cc7c5
checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents:
6134
diff
changeset
|
1564 msgid "link \"%(key)s\" value \"%(entry)s\" not a designator" |
|
efc0d13cc7c5
checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents:
6134
diff
changeset
|
1565 msgstr "" |
|
efc0d13cc7c5
checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents:
6134
diff
changeset
|
1566 |
|
6942
e09095701620
update for latest flake8 changes
John Rouillard <rouilj@ieee.org>
parents:
6777
diff
changeset
|
1567 #: ../roundup/cgi/form_parser.py:311 |
|
6223
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
1568 #, python-format |
|
6220
efc0d13cc7c5
checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents:
6134
diff
changeset
|
1569 msgid "%(class)s %(property)s is not a link or multilink property" |
|
efc0d13cc7c5
checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents:
6134
diff
changeset
|
1570 msgstr "" |
|
efc0d13cc7c5
checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents:
6134
diff
changeset
|
1571 |
|
6942
e09095701620
update for latest flake8 changes
John Rouillard <rouilj@ieee.org>
parents:
6777
diff
changeset
|
1572 #: ../roundup/cgi/form_parser.py:324 |
|
6223
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
1573 #, python-format |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
1574 msgid "" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
1575 "The form action claims to require property \"%(property)s\" which doesn't " |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
1576 "exist" |
|
6220
efc0d13cc7c5
checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents:
6134
diff
changeset
|
1577 msgstr "" |
|
efc0d13cc7c5
checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents:
6134
diff
changeset
|
1578 |
|
6942
e09095701620
update for latest flake8 changes
John Rouillard <rouilj@ieee.org>
parents:
6777
diff
changeset
|
1579 #: ../roundup/cgi/form_parser.py:347 |
|
6223
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
1580 #, python-format |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
1581 msgid "" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
1582 "You have submitted a %(action)s action for the property \"%(property)s\" " |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
1583 "which doesn't exist" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
1584 msgstr "" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
1585 |
|
6942
e09095701620
update for latest flake8 changes
John Rouillard <rouilj@ieee.org>
parents:
6777
diff
changeset
|
1586 #: ../roundup/cgi/form_parser.py:373 ../roundup/cgi/form_parser.py:402 |
|
e09095701620
update for latest flake8 changes
John Rouillard <rouilj@ieee.org>
parents:
6777
diff
changeset
|
1587 #: ../roundup/cgi/form_parser.py:373:402 |
|
6223
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
1588 #, python-format |
|
6220
efc0d13cc7c5
checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents:
6134
diff
changeset
|
1589 msgid "You have submitted more than one value for the %s property" |
|
efc0d13cc7c5
checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents:
6134
diff
changeset
|
1590 msgstr "" |
|
efc0d13cc7c5
checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents:
6134
diff
changeset
|
1591 |
|
6942
e09095701620
update for latest flake8 changes
John Rouillard <rouilj@ieee.org>
parents:
6777
diff
changeset
|
1592 #: ../roundup/cgi/form_parser.py:398 ../roundup/cgi/form_parser.py:405 |
|
e09095701620
update for latest flake8 changes
John Rouillard <rouilj@ieee.org>
parents:
6777
diff
changeset
|
1593 #: ../roundup/cgi/form_parser.py:398:405 |
|
6220
efc0d13cc7c5
checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents:
6134
diff
changeset
|
1594 msgid "Password and confirmation text do not match" |
|
efc0d13cc7c5
checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents:
6134
diff
changeset
|
1595 msgstr "" |
|
efc0d13cc7c5
checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents:
6134
diff
changeset
|
1596 |
|
6942
e09095701620
update for latest flake8 changes
John Rouillard <rouilj@ieee.org>
parents:
6777
diff
changeset
|
1597 #: ../roundup/cgi/form_parser.py:423 |
|
6220
efc0d13cc7c5
checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents:
6134
diff
changeset
|
1598 msgid "Not a file attachment" |
|
efc0d13cc7c5
checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents:
6134
diff
changeset
|
1599 msgstr "" |
|
efc0d13cc7c5
checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents:
6134
diff
changeset
|
1600 |
|
6942
e09095701620
update for latest flake8 changes
John Rouillard <rouilj@ieee.org>
parents:
6777
diff
changeset
|
1601 #: ../roundup/cgi/form_parser.py:468 |
|
6223
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
1602 #, python-format |
|
6220
efc0d13cc7c5
checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents:
6134
diff
changeset
|
1603 msgid "property \"%(propname)s\": \"%(value)s\" not currently in list" |
|
efc0d13cc7c5
checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents:
6134
diff
changeset
|
1604 msgstr "" |
|
efc0d13cc7c5
checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents:
6134
diff
changeset
|
1605 |
|
6942
e09095701620
update for latest flake8 changes
John Rouillard <rouilj@ieee.org>
parents:
6777
diff
changeset
|
1606 #: ../roundup/cgi/form_parser.py:590 |
|
6223
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
1607 #, python-format |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
1608 msgid "Required %(class)s property %(property)s not supplied" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
1609 msgid_plural "Required %(class)s properties %(property)s not supplied" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
1610 msgstr[0] "" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
1611 msgstr[1] "" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
1612 |
| 7052 | 1613 #: ../roundup/cgi/templating.py:240 |
|
6223
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
1614 #, python-format |
|
6220
efc0d13cc7c5
checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents:
6134
diff
changeset
|
1615 msgid "You are not allowed to %(action)s items of class %(class)s" |
|
efc0d13cc7c5
checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents:
6134
diff
changeset
|
1616 msgstr "" |
|
efc0d13cc7c5
checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents:
6134
diff
changeset
|
1617 |
| 7052 | 1618 #: ../roundup/cgi/templating.py:869 |
|
6220
efc0d13cc7c5
checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents:
6134
diff
changeset
|
1619 msgid "(list)" |
|
efc0d13cc7c5
checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents:
6134
diff
changeset
|
1620 msgstr "" |
|
efc0d13cc7c5
checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents:
6134
diff
changeset
|
1621 |
| 7052 | 1622 #: ../roundup/cgi/templating.py:944 |
|
6220
efc0d13cc7c5
checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents:
6134
diff
changeset
|
1623 msgid "Submit New Entry" |
|
efc0d13cc7c5
checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents:
6134
diff
changeset
|
1624 msgstr "" |
|
efc0d13cc7c5
checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents:
6134
diff
changeset
|
1625 |
| 7052 | 1626 #: ../roundup/cgi/templating.py:966 ../roundup/cgi/templating.py:1142 |
| 1627 #: ../roundup/cgi/templating.py:1777 ../roundup/cgi/templating.py:1806 | |
| 1628 #: ../roundup/cgi/templating.py:1826 ../roundup/cgi/templating.py:1839 | |
| 1629 #: ../roundup/cgi/templating.py:1877 ../roundup/cgi/templating.py:1930 | |
| 1630 #: ../roundup/cgi/templating.py:1954 ../roundup/cgi/templating.py:1961 | |
| 1631 #: ../roundup/cgi/templating.py:1998 ../roundup/cgi/templating.py:2051 | |
| 1632 #: ../roundup/cgi/templating.py:2084 ../roundup/cgi/templating.py:2179 | |
| 1633 #: ../roundup/cgi/templating.py:2200 ../roundup/cgi/templating.py:2291 | |
| 1634 #: ../roundup/cgi/templating.py:2311 ../roundup/cgi/templating.py:2333 | |
| 1635 #: ../roundup/cgi/templating.py:2376 ../roundup/cgi/templating.py:2386 | |
| 1636 #: ../roundup/cgi/templating.py:2451 ../roundup/cgi/templating.py:2754 | |
| 1637 #: ../roundup/cgi/templating.py:966:1142 :1777:1806 :1826:1839 :1877:1930 | |
| 1638 #: :1954:1961 :1998:2051 :2084:2179 :2200:2291 :2311:2333 :2376:2386 :2451:2754 | |
|
6220
efc0d13cc7c5
checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents:
6134
diff
changeset
|
1639 msgid "[hidden]" |
|
efc0d13cc7c5
checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents:
6134
diff
changeset
|
1640 msgstr "" |
|
efc0d13cc7c5
checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents:
6134
diff
changeset
|
1641 |
| 7052 | 1642 #: ../roundup/cgi/templating.py:967 |
|
6220
efc0d13cc7c5
checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents:
6134
diff
changeset
|
1643 msgid "New node - no history" |
|
efc0d13cc7c5
checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents:
6134
diff
changeset
|
1644 msgstr "" |
|
efc0d13cc7c5
checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents:
6134
diff
changeset
|
1645 |
| 7052 | 1646 #: ../roundup/cgi/templating.py:1107 |
|
6220
efc0d13cc7c5
checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents:
6134
diff
changeset
|
1647 msgid "Submit Changes" |
|
efc0d13cc7c5
checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents:
6134
diff
changeset
|
1648 msgstr "" |
|
efc0d13cc7c5
checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents:
6134
diff
changeset
|
1649 |
| 7052 | 1650 #: ../roundup/cgi/templating.py:1185 |
|
6220
efc0d13cc7c5
checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents:
6134
diff
changeset
|
1651 msgid "<em>The indicated property no longer exists</em>" |
|
efc0d13cc7c5
checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents:
6134
diff
changeset
|
1652 msgstr "" |
|
efc0d13cc7c5
checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents:
6134
diff
changeset
|
1653 |
| 7052 | 1654 #: ../roundup/cgi/templating.py:1186 |
|
6223
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
1655 #, python-format |
|
6220
efc0d13cc7c5
checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents:
6134
diff
changeset
|
1656 msgid "<em>%s: %s</em>\n" |
|
efc0d13cc7c5
checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents:
6134
diff
changeset
|
1657 msgstr "" |
|
efc0d13cc7c5
checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents:
6134
diff
changeset
|
1658 |
| 7052 | 1659 #: ../roundup/cgi/templating.py:1221 |
|
6223
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
1660 #, python-format |
|
6220
efc0d13cc7c5
checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents:
6134
diff
changeset
|
1661 msgid "The linked class %(classname)s no longer exists" |
|
efc0d13cc7c5
checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents:
6134
diff
changeset
|
1662 msgstr "" |
|
efc0d13cc7c5
checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents:
6134
diff
changeset
|
1663 |
| 7052 | 1664 #: ../roundup/cgi/templating.py:1258 ../roundup/cgi/templating.py:1288 |
| 1665 #: ../roundup/cgi/templating.py:2460 ../roundup/cgi/templating.py:2763 | |
| 1666 #: ../roundup/cgi/templating.py:1258:1288 :2460:2763 | |
|
6620
b7093aa16895
issue2551196 - Unset labelprop of a Multilink can lead to Python error when using context/history
John Rouillard <rouilj@ieee.org>
parents:
6608
diff
changeset
|
1667 msgid "[label is missing]" |
|
b7093aa16895
issue2551196 - Unset labelprop of a Multilink can lead to Python error when using context/history
John Rouillard <rouilj@ieee.org>
parents:
6608
diff
changeset
|
1668 msgstr "" |
|
b7093aa16895
issue2551196 - Unset labelprop of a Multilink can lead to Python error when using context/history
John Rouillard <rouilj@ieee.org>
parents:
6608
diff
changeset
|
1669 |
| 7052 | 1670 #: ../roundup/cgi/templating.py:1262 ../roundup/cgi/templating.py:1291 |
| 1671 #: ../roundup/cgi/templating.py:1262:1291 | |
|
6220
efc0d13cc7c5
checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents:
6134
diff
changeset
|
1672 msgid "<strike>The linked node no longer exists</strike>" |
|
efc0d13cc7c5
checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents:
6134
diff
changeset
|
1673 msgstr "" |
|
efc0d13cc7c5
checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents:
6134
diff
changeset
|
1674 |
| 7052 | 1675 #: ../roundup/cgi/templating.py:1353 |
|
6223
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
1676 #, python-format |
|
6220
efc0d13cc7c5
checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents:
6134
diff
changeset
|
1677 msgid "%s: (no value)" |
|
efc0d13cc7c5
checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents:
6134
diff
changeset
|
1678 msgstr "" |
|
efc0d13cc7c5
checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents:
6134
diff
changeset
|
1679 |
| 7052 | 1680 #: ../roundup/cgi/templating.py:1369 |
|
6223
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
1681 #, python-format |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
1682 msgid "" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
1683 "<strong><em>This event %s is not handled by the history display!</em></strong>" |
|
6220
efc0d13cc7c5
checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents:
6134
diff
changeset
|
1684 msgstr "" |
|
efc0d13cc7c5
checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents:
6134
diff
changeset
|
1685 |
| 7052 | 1686 #: ../roundup/cgi/templating.py:1382 |
|
6220
efc0d13cc7c5
checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents:
6134
diff
changeset
|
1687 msgid "<tr><td colspan=4><strong>Note:</strong></td></tr>" |
|
efc0d13cc7c5
checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents:
6134
diff
changeset
|
1688 msgstr "" |
|
efc0d13cc7c5
checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents:
6134
diff
changeset
|
1689 |
| 7052 | 1690 #: ../roundup/cgi/templating.py:1391 |
|
6620
b7093aa16895
issue2551196 - Unset labelprop of a Multilink can lead to Python error when using context/history
John Rouillard <rouilj@ieee.org>
parents:
6608
diff
changeset
|
1691 msgid "History" |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
1692 msgstr "" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
1693 |
| 7052 | 1694 #: ../roundup/cgi/templating.py:1393 |
|
6620
b7093aa16895
issue2551196 - Unset labelprop of a Multilink can lead to Python error when using context/history
John Rouillard <rouilj@ieee.org>
parents:
6608
diff
changeset
|
1695 msgid "<th>Date</th>" |
|
b7093aa16895
issue2551196 - Unset labelprop of a Multilink can lead to Python error when using context/history
John Rouillard <rouilj@ieee.org>
parents:
6608
diff
changeset
|
1696 msgstr "" |
|
b7093aa16895
issue2551196 - Unset labelprop of a Multilink can lead to Python error when using context/history
John Rouillard <rouilj@ieee.org>
parents:
6608
diff
changeset
|
1697 |
| 7052 | 1698 #: ../roundup/cgi/templating.py:1394 |
|
6620
b7093aa16895
issue2551196 - Unset labelprop of a Multilink can lead to Python error when using context/history
John Rouillard <rouilj@ieee.org>
parents:
6608
diff
changeset
|
1699 msgid "<th>User</th>" |
|
b7093aa16895
issue2551196 - Unset labelprop of a Multilink can lead to Python error when using context/history
John Rouillard <rouilj@ieee.org>
parents:
6608
diff
changeset
|
1700 msgstr "" |
|
b7093aa16895
issue2551196 - Unset labelprop of a Multilink can lead to Python error when using context/history
John Rouillard <rouilj@ieee.org>
parents:
6608
diff
changeset
|
1701 |
| 7052 | 1702 #: ../roundup/cgi/templating.py:1395 |
|
6620
b7093aa16895
issue2551196 - Unset labelprop of a Multilink can lead to Python error when using context/history
John Rouillard <rouilj@ieee.org>
parents:
6608
diff
changeset
|
1703 msgid "<th>Action</th>" |
|
b7093aa16895
issue2551196 - Unset labelprop of a Multilink can lead to Python error when using context/history
John Rouillard <rouilj@ieee.org>
parents:
6608
diff
changeset
|
1704 msgstr "" |
|
b7093aa16895
issue2551196 - Unset labelprop of a Multilink can lead to Python error when using context/history
John Rouillard <rouilj@ieee.org>
parents:
6608
diff
changeset
|
1705 |
| 7052 | 1706 #: ../roundup/cgi/templating.py:1396 |
|
6220
efc0d13cc7c5
checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents:
6134
diff
changeset
|
1707 msgid "<th>Args</th>" |
|
efc0d13cc7c5
checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents:
6134
diff
changeset
|
1708 msgstr "" |
|
efc0d13cc7c5
checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents:
6134
diff
changeset
|
1709 |
| 7052 | 1710 #: ../roundup/cgi/templating.py:1447 |
|
6223
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
1711 #, python-format |
|
6220
efc0d13cc7c5
checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents:
6134
diff
changeset
|
1712 msgid "Copy of %(class)s %(id)s" |
|
efc0d13cc7c5
checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents:
6134
diff
changeset
|
1713 msgstr "" |
|
efc0d13cc7c5
checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents:
6134
diff
changeset
|
1714 |
| 7052 | 1715 #: ../roundup/cgi/templating.py:2088 ../roundup/cgi/templating.py:2123 |
| 1716 #: ../roundup/cgi/templating.py:1335:2088 :2123 | |
|
6223
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
1717 msgid "No" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
1718 msgstr "" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
1719 |
| 7052 | 1720 #: ../roundup/cgi/templating.py:2088 ../roundup/cgi/templating.py:2117 |
| 1721 #: ../roundup/cgi/templating.py:1335:2088 :2117 | |
|
6223
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
1722 msgid "Yes" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
1723 msgstr "" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
1724 |
| 7052 | 1725 #: ../roundup/cgi/templating.py:2249 |
|
6223
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
1726 msgid "" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
1727 "default value for DateHTMLProperty must be either DateHTMLProperty or string " |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
1728 "date representation." |
|
6220
efc0d13cc7c5
checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents:
6134
diff
changeset
|
1729 msgstr "" |
|
efc0d13cc7c5
checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents:
6134
diff
changeset
|
1730 |
| 7052 | 1731 #: ../roundup/cgi/templating.py:2431 |
|
6223
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
1732 #, python-format |
|
6220
efc0d13cc7c5
checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents:
6134
diff
changeset
|
1733 msgid "Attempt to look up %(attr)s on a missing value" |
|
efc0d13cc7c5
checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents:
6134
diff
changeset
|
1734 msgstr "" |
|
efc0d13cc7c5
checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents:
6134
diff
changeset
|
1735 |
| 7052 | 1736 #: ../roundup/cgi/templating.py:2442 |
|
6223
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
1737 #, python-format |
|
6220
efc0d13cc7c5
checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents:
6134
diff
changeset
|
1738 msgid "Attempt to look up %(item)s on a missing value" |
|
efc0d13cc7c5
checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents:
6134
diff
changeset
|
1739 msgstr "" |
|
efc0d13cc7c5
checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents:
6134
diff
changeset
|
1740 |
| 7052 | 1741 #: ../roundup/cgi/templating.py:2547 |
|
6223
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
1742 #, python-format |
|
6220
efc0d13cc7c5
checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents:
6134
diff
changeset
|
1743 msgid "<option %svalue=\"-1\">- no selection -</option>" |
|
efc0d13cc7c5
checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents:
6134
diff
changeset
|
1744 msgstr "" |
|
efc0d13cc7c5
checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents:
6134
diff
changeset
|
1745 |
|
efc0d13cc7c5
checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents:
6134
diff
changeset
|
1746 #: ../roundup/cgi/timestamp.py:19 |
|
efc0d13cc7c5
checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents:
6134
diff
changeset
|
1747 msgid "Form is corrupted." |
|
efc0d13cc7c5
checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents:
6134
diff
changeset
|
1748 msgstr "" |
|
efc0d13cc7c5
checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents:
6134
diff
changeset
|
1749 |
|
efc0d13cc7c5
checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents:
6134
diff
changeset
|
1750 #: ../roundup/cgi/timestamp.py:28 |
|
6223
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
1751 #, python-format |
|
6220
efc0d13cc7c5
checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents:
6134
diff
changeset
|
1752 msgid "Form is corrupted, missing: %s." |
|
efc0d13cc7c5
checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents:
6134
diff
changeset
|
1753 msgstr "" |
|
efc0d13cc7c5
checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents:
6134
diff
changeset
|
1754 |
|
efc0d13cc7c5
checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents:
6134
diff
changeset
|
1755 #: ../roundup/cgi/timestamp.py:30 |
|
efc0d13cc7c5
checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents:
6134
diff
changeset
|
1756 msgid "Responding to form too quickly." |
|
efc0d13cc7c5
checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents:
6134
diff
changeset
|
1757 msgstr "" |
|
efc0d13cc7c5
checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents:
6134
diff
changeset
|
1758 |
|
6607
b0bafbf4fddd
update .po files with new strings to translate
John Rouillard <rouilj@ieee.org>
parents:
6557
diff
changeset
|
1759 #: ../roundup/configuration.py:274 |
|
6557
8687c096a945
Handle configparser.InterpolationSyntaxError
John Rouillard <rouilj@ieee.org>
parents:
6456
diff
changeset
|
1760 #, python-format |
|
8687c096a945
Handle configparser.InterpolationSyntaxError
John Rouillard <rouilj@ieee.org>
parents:
6456
diff
changeset
|
1761 msgid "" |
|
8687c096a945
Handle configparser.InterpolationSyntaxError
John Rouillard <rouilj@ieee.org>
parents:
6456
diff
changeset
|
1762 "Error in %(filepath)s with section [%(section)s] at option %(option)s: " |
|
8687c096a945
Handle configparser.InterpolationSyntaxError
John Rouillard <rouilj@ieee.org>
parents:
6456
diff
changeset
|
1763 "%(message)s" |
|
8687c096a945
Handle configparser.InterpolationSyntaxError
John Rouillard <rouilj@ieee.org>
parents:
6456
diff
changeset
|
1764 msgstr "" |
|
8687c096a945
Handle configparser.InterpolationSyntaxError
John Rouillard <rouilj@ieee.org>
parents:
6456
diff
changeset
|
1765 |
|
6607
b0bafbf4fddd
update .po files with new strings to translate
John Rouillard <rouilj@ieee.org>
parents:
6557
diff
changeset
|
1766 #: ../roundup/configuration.py:494 |
|
6364
e8361bce72de
update pot file and language .po files.
John Rouillard <rouilj@ieee.org>
parents:
6301
diff
changeset
|
1767 msgid "Valid languages: " |
|
e8361bce72de
update pot file and language .po files.
John Rouillard <rouilj@ieee.org>
parents:
6301
diff
changeset
|
1768 msgstr "" |
|
e8361bce72de
update pot file and language .po files.
John Rouillard <rouilj@ieee.org>
parents:
6301
diff
changeset
|
1769 |
|
6607
b0bafbf4fddd
update .po files with new strings to translate
John Rouillard <rouilj@ieee.org>
parents:
6557
diff
changeset
|
1770 #: ../roundup/configuration.py:504 |
|
b0bafbf4fddd
update .po files with new strings to translate
John Rouillard <rouilj@ieee.org>
parents:
6557
diff
changeset
|
1771 msgid "Expected languages: " |
|
b0bafbf4fddd
update .po files with new strings to translate
John Rouillard <rouilj@ieee.org>
parents:
6557
diff
changeset
|
1772 msgstr "" |
|
b0bafbf4fddd
update .po files with new strings to translate
John Rouillard <rouilj@ieee.org>
parents:
6557
diff
changeset
|
1773 |
|
6942
e09095701620
update for latest flake8 changes
John Rouillard <rouilj@ieee.org>
parents:
6777
diff
changeset
|
1774 #: ../roundup/date.py:398 |
|
6223
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
1775 #, python-format |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
1776 msgid "" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
1777 "Not a date spec: %r (\"yyyy-mm-dd\", \"mm-dd\", \"HH:MM\", \"HH:MM:SS\" or " |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
1778 "\"yyyy-mm-dd.HH:MM:SS.SSS\")" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
1779 msgstr "" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
1780 |
|
6942
e09095701620
update for latest flake8 changes
John Rouillard <rouilj@ieee.org>
parents:
6777
diff
changeset
|
1781 #: ../roundup/date.py:421 |
|
6223
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
1782 msgid "Could not determine granularity" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
1783 msgstr "" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
1784 |
|
6942
e09095701620
update for latest flake8 changes
John Rouillard <rouilj@ieee.org>
parents:
6777
diff
changeset
|
1785 #: ../roundup/date.py:473 |
|
6223
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
1786 #, python-format |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
1787 msgid "" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
1788 "%r not a date / time spec \"yyyy-mm-dd\", \"mm-dd\", \"HH:MM\", \"HH:MM:SS\" " |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
1789 "or \"yyyy-mm-dd.HH:MM:SS.SSS\"" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
1790 msgstr "" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
1791 |
|
6942
e09095701620
update for latest flake8 changes
John Rouillard <rouilj@ieee.org>
parents:
6777
diff
changeset
|
1792 #: ../roundup/date.py:845 |
|
6223
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
1793 #, python-format |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
1794 msgid "" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
1795 "Not an interval spec: \"%s\" ([+-] [#y] [#m] [#w] [#d] [[[H]H:MM]:SS] [date " |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
1796 "spec])" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
1797 msgstr "" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
1798 |
|
6942
e09095701620
update for latest flake8 changes
John Rouillard <rouilj@ieee.org>
parents:
6777
diff
changeset
|
1799 #: ../roundup/date.py:868 |
|
6223
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
1800 #, python-format |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
1801 msgid "Not an interval spec: \"%s\" ([+-] [#y] [#m] [#w] [#d] [[[H]H:MM]:SS])" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
1802 msgstr "" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
1803 |
|
6942
e09095701620
update for latest flake8 changes
John Rouillard <rouilj@ieee.org>
parents:
6777
diff
changeset
|
1804 #: ../roundup/date.py:1045 |
|
6223
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
1805 #, python-format |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
1806 msgid "%(number)s year" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
1807 msgid_plural "%(number)s years" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
1808 msgstr[0] "" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
1809 msgstr[1] "" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
1810 |
|
6942
e09095701620
update for latest flake8 changes
John Rouillard <rouilj@ieee.org>
parents:
6777
diff
changeset
|
1811 #: ../roundup/date.py:1049 |
|
6223
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
1812 #, python-format |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
1813 msgid "%(number)s month" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
1814 msgid_plural "%(number)s months" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
1815 msgstr[0] "" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
1816 msgstr[1] "" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
1817 |
|
6942
e09095701620
update for latest flake8 changes
John Rouillard <rouilj@ieee.org>
parents:
6777
diff
changeset
|
1818 #: ../roundup/date.py:1053 |
|
6223
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
1819 #, python-format |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
1820 msgid "%(number)s week" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
1821 msgid_plural "%(number)s weeks" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
1822 msgstr[0] "" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
1823 msgstr[1] "" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
1824 |
|
6942
e09095701620
update for latest flake8 changes
John Rouillard <rouilj@ieee.org>
parents:
6777
diff
changeset
|
1825 #: ../roundup/date.py:1057 |
|
6223
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
1826 #, python-format |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
1827 msgid "%(number)s day" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
1828 msgid_plural "%(number)s days" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
1829 msgstr[0] "" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
1830 msgstr[1] "" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
1831 |
|
6942
e09095701620
update for latest flake8 changes
John Rouillard <rouilj@ieee.org>
parents:
6777
diff
changeset
|
1832 #: ../roundup/date.py:1061 |
|
6223
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
1833 msgid "tomorrow" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
1834 msgstr "" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
1835 |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
1836 #: ../roundup/date.py:1063 |
|
6942
e09095701620
update for latest flake8 changes
John Rouillard <rouilj@ieee.org>
parents:
6777
diff
changeset
|
1837 msgid "yesterday" |
|
e09095701620
update for latest flake8 changes
John Rouillard <rouilj@ieee.org>
parents:
6777
diff
changeset
|
1838 msgstr "" |
|
e09095701620
update for latest flake8 changes
John Rouillard <rouilj@ieee.org>
parents:
6777
diff
changeset
|
1839 |
|
e09095701620
update for latest flake8 changes
John Rouillard <rouilj@ieee.org>
parents:
6777
diff
changeset
|
1840 #: ../roundup/date.py:1066 |
|
6223
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
1841 #, python-format |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
1842 msgid "%(number)s hour" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
1843 msgid_plural "%(number)s hours" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
1844 msgstr[0] "" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
1845 msgstr[1] "" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
1846 |
|
6942
e09095701620
update for latest flake8 changes
John Rouillard <rouilj@ieee.org>
parents:
6777
diff
changeset
|
1847 #: ../roundup/date.py:1070 |
|
6223
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
1848 msgid "an hour" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
1849 msgstr "" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
1850 |
|
6942
e09095701620
update for latest flake8 changes
John Rouillard <rouilj@ieee.org>
parents:
6777
diff
changeset
|
1851 #: ../roundup/date.py:1072 |
|
6223
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
1852 msgid "1 1/2 hours" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
1853 msgstr "" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
1854 |
|
6942
e09095701620
update for latest flake8 changes
John Rouillard <rouilj@ieee.org>
parents:
6777
diff
changeset
|
1855 #: ../roundup/date.py:1074 |
|
6223
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
1856 #, python-format |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
1857 msgid "1 %(number)s/4 hours" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
1858 msgid_plural "1 %(number)s/4 hours" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
1859 msgstr[0] "" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
1860 msgstr[1] "" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
1861 |
|
6942
e09095701620
update for latest flake8 changes
John Rouillard <rouilj@ieee.org>
parents:
6777
diff
changeset
|
1862 #: ../roundup/date.py:1079 |
|
6223
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
1863 msgid "in a moment" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
1864 msgstr "" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
1865 |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
1866 #: ../roundup/date.py:1081 |
|
6942
e09095701620
update for latest flake8 changes
John Rouillard <rouilj@ieee.org>
parents:
6777
diff
changeset
|
1867 msgid "just now" |
|
6223
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
1868 msgstr "" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
1869 |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
1870 #: ../roundup/date.py:1084 |
|
6942
e09095701620
update for latest flake8 changes
John Rouillard <rouilj@ieee.org>
parents:
6777
diff
changeset
|
1871 msgid "1 minute" |
|
e09095701620
update for latest flake8 changes
John Rouillard <rouilj@ieee.org>
parents:
6777
diff
changeset
|
1872 msgstr "" |
|
e09095701620
update for latest flake8 changes
John Rouillard <rouilj@ieee.org>
parents:
6777
diff
changeset
|
1873 |
|
e09095701620
update for latest flake8 changes
John Rouillard <rouilj@ieee.org>
parents:
6777
diff
changeset
|
1874 #: ../roundup/date.py:1087 |
|
6223
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
1875 #, python-format |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
1876 msgid "%(number)s minute" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
1877 msgid_plural "%(number)s minutes" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
1878 msgstr[0] "" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
1879 msgstr[1] "" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
1880 |
|
6942
e09095701620
update for latest flake8 changes
John Rouillard <rouilj@ieee.org>
parents:
6777
diff
changeset
|
1881 #: ../roundup/date.py:1090 |
|
6223
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
1882 msgid "1/2 an hour" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
1883 msgstr "" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
1884 |
|
6942
e09095701620
update for latest flake8 changes
John Rouillard <rouilj@ieee.org>
parents:
6777
diff
changeset
|
1885 #: ../roundup/date.py:1092 |
|
6223
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
1886 #, python-format |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
1887 msgid "%(number)s/4 hour" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
1888 msgid_plural "%(number)s/4 hours" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
1889 msgstr[0] "" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
1890 msgstr[1] "" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
1891 |
|
6942
e09095701620
update for latest flake8 changes
John Rouillard <rouilj@ieee.org>
parents:
6777
diff
changeset
|
1892 #: ../roundup/date.py:1096 |
|
6223
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
1893 #, python-format |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
1894 msgid "%s ago" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
1895 msgstr "" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
1896 |
|
6942
e09095701620
update for latest flake8 changes
John Rouillard <rouilj@ieee.org>
parents:
6777
diff
changeset
|
1897 #: ../roundup/date.py:1098 |
|
6223
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
1898 #, python-format |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
1899 msgid "in %s" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
1900 msgstr "" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
1901 |
|
6986
5a84ddf7aa8b
update with roundup_admin and indexer_xapian strings
John Rouillard <rouilj@ieee.org>
parents:
6942
diff
changeset
|
1902 #: ../roundup/hyperdb.py:119 |
|
6223
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
1903 #, python-format |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
1904 msgid "property %s: %s" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
1905 msgstr "" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
1906 |
|
6986
5a84ddf7aa8b
update with roundup_admin and indexer_xapian strings
John Rouillard <rouilj@ieee.org>
parents:
6942
diff
changeset
|
1907 #: ../roundup/hyperdb.py:146 |
|
6223
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
1908 #, python-format |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
1909 msgid "property %s: %r is an invalid date (%s)" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
1910 msgstr "" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
1911 |
|
6986
5a84ddf7aa8b
update with roundup_admin and indexer_xapian strings
John Rouillard <rouilj@ieee.org>
parents:
6942
diff
changeset
|
1912 #: ../roundup/hyperdb.py:167 |
|
6223
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
1913 #, python-format |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
1914 msgid "property %s: %r is an invalid date interval (%s)" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
1915 msgstr "" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
1916 |
|
6986
5a84ddf7aa8b
update with roundup_admin and indexer_xapian strings
John Rouillard <rouilj@ieee.org>
parents:
6942
diff
changeset
|
1917 #: ../roundup/hyperdb.py:421 |
|
6223
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
1918 #, python-format |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
1919 msgid "property %s: %r is not a number" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
1920 msgstr "" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
1921 |
|
6986
5a84ddf7aa8b
update with roundup_admin and indexer_xapian strings
John Rouillard <rouilj@ieee.org>
parents:
6942
diff
changeset
|
1922 #: ../roundup/hyperdb.py:433 |
|
6223
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
1923 #, python-format |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
1924 msgid "property %s: %r is not an integer" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
1925 msgstr "" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
1926 |
|
6986
5a84ddf7aa8b
update with roundup_admin and indexer_xapian strings
John Rouillard <rouilj@ieee.org>
parents:
6942
diff
changeset
|
1927 #: ../roundup/hyperdb.py:454 |
|
6223
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
1928 #, python-format |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
1929 msgid "\"%s\" not a node designator" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
1930 msgstr "" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
1931 |
|
6986
5a84ddf7aa8b
update with roundup_admin and indexer_xapian strings
John Rouillard <rouilj@ieee.org>
parents:
6942
diff
changeset
|
1932 #: ../roundup/hyperdb.py:1481 ../roundup/hyperdb.py:1489 |
|
5a84ddf7aa8b
update with roundup_admin and indexer_xapian strings
John Rouillard <rouilj@ieee.org>
parents:
6942
diff
changeset
|
1933 #: ../roundup/hyperdb.py:1481:1489 |
|
6223
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
1934 #, python-format |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
1935 msgid "Not a property name: %s" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
1936 msgstr "" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
1937 |
|
6986
5a84ddf7aa8b
update with roundup_admin and indexer_xapian strings
John Rouillard <rouilj@ieee.org>
parents:
6942
diff
changeset
|
1938 #: ../roundup/hyperdb.py:1965 |
|
6223
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
1939 #, python-format |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
1940 msgid "property %s: %r is not a %s." |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
1941 msgstr "" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
1942 |
|
6986
5a84ddf7aa8b
update with roundup_admin and indexer_xapian strings
John Rouillard <rouilj@ieee.org>
parents:
6942
diff
changeset
|
1943 #: ../roundup/hyperdb.py:1968 |
|
6223
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
1944 #, python-format |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
1945 msgid "you may only enter ID values for property %s" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
1946 msgstr "" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
1947 |
|
6986
5a84ddf7aa8b
update with roundup_admin and indexer_xapian strings
John Rouillard <rouilj@ieee.org>
parents:
6942
diff
changeset
|
1948 #: ../roundup/hyperdb.py:2002 |
|
6223
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
1949 #, python-format |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
1950 msgid "%r is not a property of %s" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
1951 msgstr "" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
1952 |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
1953 #: ../roundup/init.py:139 |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
1954 #, python-format |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
1955 msgid "" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
1956 "WARNING: directory '%s'\n" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
1957 "\tcontains old-style template - ignored" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
1958 msgstr "" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
1959 |
|
6942
e09095701620
update for latest flake8 changes
John Rouillard <rouilj@ieee.org>
parents:
6777
diff
changeset
|
1960 #: ../roundup/mailgw.py:205 ../roundup/mailgw.py:218 |
|
e09095701620
update for latest flake8 changes
John Rouillard <rouilj@ieee.org>
parents:
6777
diff
changeset
|
1961 #: ../roundup/mailgw.py:205:218 |
|
6223
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
1962 #, python-format |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
1963 msgid "Message signed with unknown key: %s" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
1964 msgstr "" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
1965 |
|
6672
01216187a167
Testing translations in mailgw.py, update translations, i18n improved
John Rouillard <rouilj@ieee.org>
parents:
6620
diff
changeset
|
1966 #: ../roundup/mailgw.py:208 |
|
6942
e09095701620
update for latest flake8 changes
John Rouillard <rouilj@ieee.org>
parents:
6777
diff
changeset
|
1967 #, python-format |
|
e09095701620
update for latest flake8 changes
John Rouillard <rouilj@ieee.org>
parents:
6777
diff
changeset
|
1968 msgid "Message signed with an expired key: %s" |
|
e09095701620
update for latest flake8 changes
John Rouillard <rouilj@ieee.org>
parents:
6777
diff
changeset
|
1969 msgstr "" |
|
e09095701620
update for latest flake8 changes
John Rouillard <rouilj@ieee.org>
parents:
6777
diff
changeset
|
1970 |
|
e09095701620
update for latest flake8 changes
John Rouillard <rouilj@ieee.org>
parents:
6777
diff
changeset
|
1971 #: ../roundup/mailgw.py:211 |
|
e09095701620
update for latest flake8 changes
John Rouillard <rouilj@ieee.org>
parents:
6777
diff
changeset
|
1972 #, python-format |
|
e09095701620
update for latest flake8 changes
John Rouillard <rouilj@ieee.org>
parents:
6777
diff
changeset
|
1973 msgid "Message signed with a revoked key: %s" |
|
e09095701620
update for latest flake8 changes
John Rouillard <rouilj@ieee.org>
parents:
6777
diff
changeset
|
1974 msgstr "" |
|
e09095701620
update for latest flake8 changes
John Rouillard <rouilj@ieee.org>
parents:
6777
diff
changeset
|
1975 |
|
e09095701620
update for latest flake8 changes
John Rouillard <rouilj@ieee.org>
parents:
6777
diff
changeset
|
1976 #: ../roundup/mailgw.py:214 |
|
6223
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
1977 msgid "Invalid PGP signature detected." |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
1978 msgstr "" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
1979 |
|
6942
e09095701620
update for latest flake8 changes
John Rouillard <rouilj@ieee.org>
parents:
6777
diff
changeset
|
1980 #: ../roundup/mailgw.py:221 |
|
6223
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
1981 msgid "Unsigned Message" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
1982 msgstr "" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
1983 |
|
6942
e09095701620
update for latest flake8 changes
John Rouillard <rouilj@ieee.org>
parents:
6777
diff
changeset
|
1984 #: ../roundup/mailgw.py:471 |
|
6223
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
1985 msgid "Unknown multipart/encrypted version." |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
1986 msgstr "" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
1987 |
|
6942
e09095701620
update for latest flake8 changes
John Rouillard <rouilj@ieee.org>
parents:
6777
diff
changeset
|
1988 #: ../roundup/mailgw.py:480 |
|
6223
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
1989 msgid "Unable to decrypt your message." |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
1990 msgstr "" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
1991 |
|
6942
e09095701620
update for latest flake8 changes
John Rouillard <rouilj@ieee.org>
parents:
6777
diff
changeset
|
1992 #: ../roundup/mailgw.py:507 |
|
6223
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
1993 msgid "No PGP signature found in message." |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
1994 msgstr "" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
1995 |
|
6942
e09095701620
update for latest flake8 changes
John Rouillard <rouilj@ieee.org>
parents:
6777
diff
changeset
|
1996 #: ../roundup/mailgw.py:589 |
|
6223
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
1997 msgid "" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
1998 "\n" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
1999 "Emails to Roundup trackers must include a Subject: line!\n" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
2000 msgstr "" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
2001 |
|
6942
e09095701620
update for latest flake8 changes
John Rouillard <rouilj@ieee.org>
parents:
6777
diff
changeset
|
2002 #: ../roundup/mailgw.py:702 |
|
6223
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
2003 #, python-format |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
2004 msgid "" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
2005 "\n" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
2006 "The message you sent to roundup did not contain a properly formed subject\n" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
2007 "line. The subject must contain a class name or designator to indicate the\n" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
2008 "'topic' of the message. For example:\n" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
2009 " Subject: [issue] This is a new issue\n" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
2010 " - this will create a new issue in the tracker with the title 'This is\n" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
2011 " a new issue'.\n" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
2012 " Subject: [issue1234] This is a followup to issue 1234\n" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
2013 " - this will append the message's contents to the existing issue 1234\n" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
2014 " in the tracker.\n" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
2015 "\n" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
2016 "Subject was: '%(subject)s'\n" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
2017 msgstr "" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
2018 |
|
6942
e09095701620
update for latest flake8 changes
John Rouillard <rouilj@ieee.org>
parents:
6777
diff
changeset
|
2019 #: ../roundup/mailgw.py:740 |
|
6223
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
2020 #, python-format |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
2021 msgid "" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
2022 "\n" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
2023 "The class name you identified in the subject line (\"%(classname)s\") does\n" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
2024 "not exist in the database.\n" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
2025 "\n" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
2026 "Valid class names are: %(validname)s\n" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
2027 "Subject was: \"%(subject)s\"\n" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
2028 msgstr "" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
2029 |
|
6942
e09095701620
update for latest flake8 changes
John Rouillard <rouilj@ieee.org>
parents:
6777
diff
changeset
|
2030 #: ../roundup/mailgw.py:748 |
|
6223
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
2031 #, python-format |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
2032 msgid "" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
2033 "\n" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
2034 "You did not identify a class name in the subject line and there is no\n" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
2035 "default set for this tracker. The subject must contain a class name or\n" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
2036 "designator to indicate the 'topic' of the message. For example:\n" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
2037 " Subject: [issue] This is a new issue\n" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
2038 " - this will create a new issue in the tracker with the title 'This is\n" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
2039 " a new issue'.\n" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
2040 " Subject: [issue1234] This is a followup to issue 1234\n" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
2041 " - this will append the message's contents to the existing issue 1234\n" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
2042 " in the tracker.\n" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
2043 "\n" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
2044 "Subject was: '%(subject)s'\n" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
2045 msgstr "" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
2046 |
|
6942
e09095701620
update for latest flake8 changes
John Rouillard <rouilj@ieee.org>
parents:
6777
diff
changeset
|
2047 #: ../roundup/mailgw.py:808 |
|
6223
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
2048 #, python-format |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
2049 msgid "" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
2050 "\n" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
2051 "I cannot match your message to a node in the database - you need to either\n" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
2052 "supply a full designator (with number, eg \"[issue123]\") or keep the\n" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
2053 "previous subject title intact so I can match that.\n" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
2054 "\n" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
2055 "Subject was: \"%(subject)s\"\n" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
2056 msgstr "" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
2057 |
|
6942
e09095701620
update for latest flake8 changes
John Rouillard <rouilj@ieee.org>
parents:
6777
diff
changeset
|
2058 #: ../roundup/mailgw.py:841 |
|
6223
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
2059 #, python-format |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
2060 msgid "" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
2061 "\n" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
2062 "The node specified by the designator in the subject of your message\n" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
2063 "(\"%(nodeid)s\") does not exist.\n" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
2064 "\n" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
2065 "Subject was: \"%(subject)s\"\n" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
2066 msgstr "" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
2067 |
|
6942
e09095701620
update for latest flake8 changes
John Rouillard <rouilj@ieee.org>
parents:
6777
diff
changeset
|
2068 #: ../roundup/mailgw.py:886 |
|
6223
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
2069 #, python-format |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
2070 msgid "" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
2071 "\n" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
2072 "You are not a registered user.%(registration_info)s\n" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
2073 "\n" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
2074 "Unknown address: %(from_address)s\n" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
2075 msgstr "" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
2076 |
|
6942
e09095701620
update for latest flake8 changes
John Rouillard <rouilj@ieee.org>
parents:
6777
diff
changeset
|
2077 #: ../roundup/mailgw.py:894 |
|
6223
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
2078 msgid "You are not permitted to access this tracker." |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
2079 msgstr "" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
2080 |
|
6942
e09095701620
update for latest flake8 changes
John Rouillard <rouilj@ieee.org>
parents:
6777
diff
changeset
|
2081 #: ../roundup/mailgw.py:906 |
|
6223
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
2082 #, python-format |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
2083 msgid "You are not permitted to edit %(classname)s." |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
2084 msgstr "" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
2085 |
|
6942
e09095701620
update for latest flake8 changes
John Rouillard <rouilj@ieee.org>
parents:
6777
diff
changeset
|
2086 #: ../roundup/mailgw.py:912 |
|
6223
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
2087 #, python-format |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
2088 msgid "You are not permitted to create %(classname)s." |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
2089 msgstr "" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
2090 |
|
6942
e09095701620
update for latest flake8 changes
John Rouillard <rouilj@ieee.org>
parents:
6777
diff
changeset
|
2091 #: ../roundup/mailgw.py:994 |
|
6223
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
2092 #, python-format |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
2093 msgid "" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
2094 "\n" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
2095 "There were problems handling your subject line argument list:\n" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
2096 "- %(errors)s\n" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
2097 "\n" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
2098 "Subject was: \"%(subject)s\"\n" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
2099 msgstr "" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
2100 |
|
6942
e09095701620
update for latest flake8 changes
John Rouillard <rouilj@ieee.org>
parents:
6777
diff
changeset
|
2101 #: ../roundup/mailgw.py:1047 |
|
6223
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
2102 msgid "This tracker has been configured to require all email be PGP encrypted." |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
2103 msgstr "" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
2104 |
|
6942
e09095701620
update for latest flake8 changes
John Rouillard <rouilj@ieee.org>
parents:
6777
diff
changeset
|
2105 #: ../roundup/mailgw.py:1085 |
|
6223
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
2106 msgid "" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
2107 "\n" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
2108 "This tracker has been configured to require all email be PGP signed or\n" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
2109 "encrypted." |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
2110 msgstr "" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
2111 |
|
6942
e09095701620
update for latest flake8 changes
John Rouillard <rouilj@ieee.org>
parents:
6777
diff
changeset
|
2112 #: ../roundup/mailgw.py:1116 |
|
6223
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
2113 msgid "You are not permitted to create files." |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
2114 msgstr "" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
2115 |
|
6942
e09095701620
update for latest flake8 changes
John Rouillard <rouilj@ieee.org>
parents:
6777
diff
changeset
|
2116 #: ../roundup/mailgw.py:1133 |
|
6223
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
2117 #, python-format |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
2118 msgid "You are not permitted to add files to %(classname)s." |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
2119 msgstr "" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
2120 |
|
6942
e09095701620
update for latest flake8 changes
John Rouillard <rouilj@ieee.org>
parents:
6777
diff
changeset
|
2121 #: ../roundup/mailgw.py:1164 |
|
6223
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
2122 msgid "" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
2123 "\n" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
2124 "Roundup requires the submission to be plain text. The message parser could\n" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
2125 "not find a text/plain part to use.\n" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
2126 msgstr "" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
2127 |
|
6942
e09095701620
update for latest flake8 changes
John Rouillard <rouilj@ieee.org>
parents:
6777
diff
changeset
|
2128 #: ../roundup/mailgw.py:1177 |
|
6223
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
2129 msgid "You are not permitted to create messages." |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
2130 msgstr "" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
2131 |
|
6942
e09095701620
update for latest flake8 changes
John Rouillard <rouilj@ieee.org>
parents:
6777
diff
changeset
|
2132 #: ../roundup/mailgw.py:1186 |
|
6223
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
2133 #, python-format |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
2134 msgid "" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
2135 "\n" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
2136 "Mail message was rejected by a detector.\n" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
2137 "%(error)s\n" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
2138 msgstr "" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
2139 |
|
6942
e09095701620
update for latest flake8 changes
John Rouillard <rouilj@ieee.org>
parents:
6777
diff
changeset
|
2140 #: ../roundup/mailgw.py:1197 |
|
6223
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
2141 #, python-format |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
2142 msgid "You are not permitted to add messages to %(classname)s." |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
2143 msgstr "" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
2144 |
|
6942
e09095701620
update for latest flake8 changes
John Rouillard <rouilj@ieee.org>
parents:
6777
diff
changeset
|
2145 #: ../roundup/mailgw.py:1220 |
|
6301
45ba6b71f1cf
actions.py translation. Using mapping rather than tuple for args.
John Rouillard <rouilj@ieee.org>
parents:
6223
diff
changeset
|
2146 #, python-format |
|
6364
e8361bce72de
update pot file and language .po files.
John Rouillard <rouilj@ieee.org>
parents:
6301
diff
changeset
|
2147 msgid "You are not permitted to edit property %(prop)s of class %(classname)s." |
|
e8361bce72de
update pot file and language .po files.
John Rouillard <rouilj@ieee.org>
parents:
6301
diff
changeset
|
2148 msgstr "" |
|
e8361bce72de
update pot file and language .po files.
John Rouillard <rouilj@ieee.org>
parents:
6301
diff
changeset
|
2149 |
|
6942
e09095701620
update for latest flake8 changes
John Rouillard <rouilj@ieee.org>
parents:
6777
diff
changeset
|
2150 #: ../roundup/mailgw.py:1232 |
|
6364
e8361bce72de
update pot file and language .po files.
John Rouillard <rouilj@ieee.org>
parents:
6301
diff
changeset
|
2151 #, python-format |
|
e8361bce72de
update pot file and language .po files.
John Rouillard <rouilj@ieee.org>
parents:
6301
diff
changeset
|
2152 msgid "You are not permitted to set property %(prop)s of class %(classname)s." |
|
e8361bce72de
update pot file and language .po files.
John Rouillard <rouilj@ieee.org>
parents:
6301
diff
changeset
|
2153 msgstr "" |
|
e8361bce72de
update pot file and language .po files.
John Rouillard <rouilj@ieee.org>
parents:
6301
diff
changeset
|
2154 |
|
6942
e09095701620
update for latest flake8 changes
John Rouillard <rouilj@ieee.org>
parents:
6777
diff
changeset
|
2155 #: ../roundup/mailgw.py:1240 |
|
6364
e8361bce72de
update pot file and language .po files.
John Rouillard <rouilj@ieee.org>
parents:
6301
diff
changeset
|
2156 #, python-format |
|
6223
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
2157 msgid "" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
2158 "\n" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
2159 "There was a problem with the message you sent:\n" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
2160 " %(message)s\n" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
2161 msgstr "" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
2162 |
|
6942
e09095701620
update for latest flake8 changes
John Rouillard <rouilj@ieee.org>
parents:
6777
diff
changeset
|
2163 #: ../roundup/mailgw.py:1720 |
|
6223
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
2164 #, python-format |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
2165 msgid "" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
2166 "\n" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
2167 "The mail gateway is not properly set up. Please contact\n" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
2168 "%(mailadmin)s and have them fix the incorrect class specified as:\n" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
2169 " %(clsname)s\n" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
2170 msgstr "" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
2171 |
|
6942
e09095701620
update for latest flake8 changes
John Rouillard <rouilj@ieee.org>
parents:
6777
diff
changeset
|
2172 #: ../roundup/mailgw.py:1752 |
|
6223
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
2173 #, python-format |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
2174 msgid "" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
2175 "\n" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
2176 "The mail gateway is not properly set up. Please contact\n" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
2177 "%(mailadmin)s and have them fix the incorrect properties:\n" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
2178 " %(errors)s\n" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
2179 msgstr "" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
2180 |
|
6942
e09095701620
update for latest flake8 changes
John Rouillard <rouilj@ieee.org>
parents:
6777
diff
changeset
|
2181 #: ../roundup/mailgw.py:1773 |
|
6223
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
2182 msgid "not of form [arg=value,value,...;arg=value,value,...]" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
2183 msgstr "" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
2184 |
|
6942
e09095701620
update for latest flake8 changes
John Rouillard <rouilj@ieee.org>
parents:
6777
diff
changeset
|
2185 #: ../roundup/rest.py:398 |
|
6557
8687c096a945
Handle configparser.InterpolationSyntaxError
John Rouillard <rouilj@ieee.org>
parents:
6456
diff
changeset
|
2186 #, python-format |
|
8687c096a945
Handle configparser.InterpolationSyntaxError
John Rouillard <rouilj@ieee.org>
parents:
6456
diff
changeset
|
2187 msgid "Method %(m)s not allowed. Allowed: %(a)s" |
|
8687c096a945
Handle configparser.InterpolationSyntaxError
John Rouillard <rouilj@ieee.org>
parents:
6456
diff
changeset
|
2188 msgstr "" |
|
8687c096a945
Handle configparser.InterpolationSyntaxError
John Rouillard <rouilj@ieee.org>
parents:
6456
diff
changeset
|
2189 |
|
6942
e09095701620
update for latest flake8 changes
John Rouillard <rouilj@ieee.org>
parents:
6777
diff
changeset
|
2190 #: ../roundup/rest.py:1097 |
|
6557
8687c096a945
Handle configparser.InterpolationSyntaxError
John Rouillard <rouilj@ieee.org>
parents:
6456
diff
changeset
|
2191 #, python-format |
|
8687c096a945
Handle configparser.InterpolationSyntaxError
John Rouillard <rouilj@ieee.org>
parents:
6456
diff
changeset
|
2192 msgid "Invalid attribute %s" |
|
8687c096a945
Handle configparser.InterpolationSyntaxError
John Rouillard <rouilj@ieee.org>
parents:
6456
diff
changeset
|
2193 msgstr "" |
|
8687c096a945
Handle configparser.InterpolationSyntaxError
John Rouillard <rouilj@ieee.org>
parents:
6456
diff
changeset
|
2194 |
|
6942
e09095701620
update for latest flake8 changes
John Rouillard <rouilj@ieee.org>
parents:
6777
diff
changeset
|
2195 #: ../roundup/rest.py:2078 |
|
6223
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
2196 #, python-format |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
2197 msgid "Api rate limits exceeded. Please wait: %s seconds." |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
2198 msgstr "" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
2199 |
|
6942
e09095701620
update for latest flake8 changes
John Rouillard <rouilj@ieee.org>
parents:
6777
diff
changeset
|
2200 #: ../roundup/rest.py:2113 |
|
6364
e8361bce72de
update pot file and language .po files.
John Rouillard <rouilj@ieee.org>
parents:
6301
diff
changeset
|
2201 #, python-format |
|
e8361bce72de
update pot file and language .po files.
John Rouillard <rouilj@ieee.org>
parents:
6301
diff
changeset
|
2202 msgid "" |
|
e8361bce72de
update pot file and language .po files.
John Rouillard <rouilj@ieee.org>
parents:
6301
diff
changeset
|
2203 "Unable to parse Accept Header. %(error)s. Acceptable types: " |
|
e8361bce72de
update pot file and language .po files.
John Rouillard <rouilj@ieee.org>
parents:
6301
diff
changeset
|
2204 "%(acceptable_types)s" |
|
e8361bce72de
update pot file and language .po files.
John Rouillard <rouilj@ieee.org>
parents:
6301
diff
changeset
|
2205 msgstr "" |
|
e8361bce72de
update pot file and language .po files.
John Rouillard <rouilj@ieee.org>
parents:
6301
diff
changeset
|
2206 |
|
6942
e09095701620
update for latest flake8 changes
John Rouillard <rouilj@ieee.org>
parents:
6777
diff
changeset
|
2207 #: ../roundup/rest.py:2262 |
|
6557
8687c096a945
Handle configparser.InterpolationSyntaxError
John Rouillard <rouilj@ieee.org>
parents:
6456
diff
changeset
|
2208 #, python-format |
|
8687c096a945
Handle configparser.InterpolationSyntaxError
John Rouillard <rouilj@ieee.org>
parents:
6456
diff
changeset
|
2209 msgid "" |
|
8687c096a945
Handle configparser.InterpolationSyntaxError
John Rouillard <rouilj@ieee.org>
parents:
6456
diff
changeset
|
2210 "Unrecognized api version: %s. See /rest without specifying api version for " |
|
8687c096a945
Handle configparser.InterpolationSyntaxError
John Rouillard <rouilj@ieee.org>
parents:
6456
diff
changeset
|
2211 "supported versions." |
|
8687c096a945
Handle configparser.InterpolationSyntaxError
John Rouillard <rouilj@ieee.org>
parents:
6456
diff
changeset
|
2212 msgstr "" |
|
8687c096a945
Handle configparser.InterpolationSyntaxError
John Rouillard <rouilj@ieee.org>
parents:
6456
diff
changeset
|
2213 |
|
6672
01216187a167
Testing translations in mailgw.py, update translations, i18n improved
John Rouillard <rouilj@ieee.org>
parents:
6620
diff
changeset
|
2214 #: ../roundup/roundupdb.py:139 |
|
6223
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
2215 #, python-format |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
2216 msgid "Username '%s' already exists." |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
2217 msgstr "" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
2218 |
|
6672
01216187a167
Testing translations in mailgw.py, update translations, i18n improved
John Rouillard <rouilj@ieee.org>
parents:
6620
diff
changeset
|
2219 #: ../roundup/roundupdb.py:223 |
|
6223
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
2220 msgid "files" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
2221 msgstr "" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
2222 |
|
6672
01216187a167
Testing translations in mailgw.py, update translations, i18n improved
John Rouillard <rouilj@ieee.org>
parents:
6620
diff
changeset
|
2223 #: ../roundup/roundupdb.py:223 |
|
6223
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
2224 msgid "messages" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
2225 msgstr "" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
2226 |
|
6672
01216187a167
Testing translations in mailgw.py, update translations, i18n improved
John Rouillard <rouilj@ieee.org>
parents:
6620
diff
changeset
|
2227 #: ../roundup/roundupdb.py:223 |
|
6223
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
2228 msgid "nosy" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
2229 msgstr "" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
2230 |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
2231 #: ../roundup/roundupdb.py:223 |
|
6672
01216187a167
Testing translations in mailgw.py, update translations, i18n improved
John Rouillard <rouilj@ieee.org>
parents:
6620
diff
changeset
|
2232 msgid "superseder" |
|
01216187a167
Testing translations in mailgw.py, update translations, i18n improved
John Rouillard <rouilj@ieee.org>
parents:
6620
diff
changeset
|
2233 msgstr "" |
|
01216187a167
Testing translations in mailgw.py, update translations, i18n improved
John Rouillard <rouilj@ieee.org>
parents:
6620
diff
changeset
|
2234 |
|
01216187a167
Testing translations in mailgw.py, update translations, i18n improved
John Rouillard <rouilj@ieee.org>
parents:
6620
diff
changeset
|
2235 #: ../roundup/roundupdb.py:223 |
|
01216187a167
Testing translations in mailgw.py, update translations, i18n improved
John Rouillard <rouilj@ieee.org>
parents:
6620
diff
changeset
|
2236 msgid "title" |
|
01216187a167
Testing translations in mailgw.py, update translations, i18n improved
John Rouillard <rouilj@ieee.org>
parents:
6620
diff
changeset
|
2237 msgstr "" |
|
01216187a167
Testing translations in mailgw.py, update translations, i18n improved
John Rouillard <rouilj@ieee.org>
parents:
6620
diff
changeset
|
2238 |
|
01216187a167
Testing translations in mailgw.py, update translations, i18n improved
John Rouillard <rouilj@ieee.org>
parents:
6620
diff
changeset
|
2239 #: ../roundup/roundupdb.py:224 |
|
01216187a167
Testing translations in mailgw.py, update translations, i18n improved
John Rouillard <rouilj@ieee.org>
parents:
6620
diff
changeset
|
2240 msgid "assignedto" |
|
01216187a167
Testing translations in mailgw.py, update translations, i18n improved
John Rouillard <rouilj@ieee.org>
parents:
6620
diff
changeset
|
2241 msgstr "" |
|
01216187a167
Testing translations in mailgw.py, update translations, i18n improved
John Rouillard <rouilj@ieee.org>
parents:
6620
diff
changeset
|
2242 |
|
01216187a167
Testing translations in mailgw.py, update translations, i18n improved
John Rouillard <rouilj@ieee.org>
parents:
6620
diff
changeset
|
2243 #: ../roundup/roundupdb.py:224 |
|
01216187a167
Testing translations in mailgw.py, update translations, i18n improved
John Rouillard <rouilj@ieee.org>
parents:
6620
diff
changeset
|
2244 msgid "keyword" |
|
01216187a167
Testing translations in mailgw.py, update translations, i18n improved
John Rouillard <rouilj@ieee.org>
parents:
6620
diff
changeset
|
2245 msgstr "" |
|
01216187a167
Testing translations in mailgw.py, update translations, i18n improved
John Rouillard <rouilj@ieee.org>
parents:
6620
diff
changeset
|
2246 |
|
01216187a167
Testing translations in mailgw.py, update translations, i18n improved
John Rouillard <rouilj@ieee.org>
parents:
6620
diff
changeset
|
2247 #: ../roundup/roundupdb.py:224 |
|
01216187a167
Testing translations in mailgw.py, update translations, i18n improved
John Rouillard <rouilj@ieee.org>
parents:
6620
diff
changeset
|
2248 msgid "priority" |
|
01216187a167
Testing translations in mailgw.py, update translations, i18n improved
John Rouillard <rouilj@ieee.org>
parents:
6620
diff
changeset
|
2249 msgstr "" |
|
01216187a167
Testing translations in mailgw.py, update translations, i18n improved
John Rouillard <rouilj@ieee.org>
parents:
6620
diff
changeset
|
2250 |
|
01216187a167
Testing translations in mailgw.py, update translations, i18n improved
John Rouillard <rouilj@ieee.org>
parents:
6620
diff
changeset
|
2251 #: ../roundup/roundupdb.py:224 |
|
01216187a167
Testing translations in mailgw.py, update translations, i18n improved
John Rouillard <rouilj@ieee.org>
parents:
6620
diff
changeset
|
2252 msgid "status" |
|
01216187a167
Testing translations in mailgw.py, update translations, i18n improved
John Rouillard <rouilj@ieee.org>
parents:
6620
diff
changeset
|
2253 msgstr "" |
|
01216187a167
Testing translations in mailgw.py, update translations, i18n improved
John Rouillard <rouilj@ieee.org>
parents:
6620
diff
changeset
|
2254 |
|
01216187a167
Testing translations in mailgw.py, update translations, i18n improved
John Rouillard <rouilj@ieee.org>
parents:
6620
diff
changeset
|
2255 #: ../roundup/roundupdb.py:227 |
|
6223
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
2256 msgid "activity" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
2257 msgstr "" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
2258 |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
2259 #. following properties are common for all hyperdb classes |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
2260 #. they are listed here to keep things in one place |
|
6672
01216187a167
Testing translations in mailgw.py, update translations, i18n improved
John Rouillard <rouilj@ieee.org>
parents:
6620
diff
changeset
|
2261 #: ../roundup/roundupdb.py:227 |
|
6223
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
2262 msgid "actor" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
2263 msgstr "" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
2264 |
|
6672
01216187a167
Testing translations in mailgw.py, update translations, i18n improved
John Rouillard <rouilj@ieee.org>
parents:
6620
diff
changeset
|
2265 #: ../roundup/roundupdb.py:227 |
|
6223
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
2266 msgid "creation" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
2267 msgstr "" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
2268 |
|
6672
01216187a167
Testing translations in mailgw.py, update translations, i18n improved
John Rouillard <rouilj@ieee.org>
parents:
6620
diff
changeset
|
2269 #: ../roundup/roundupdb.py:227 |
|
6223
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
2270 msgid "creator" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
2271 msgstr "" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
2272 |
|
6986
5a84ddf7aa8b
update with roundup_admin and indexer_xapian strings
John Rouillard <rouilj@ieee.org>
parents:
6942
diff
changeset
|
2273 #: ../roundup/roundupdb.py:425 |
|
6223
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
2274 #, python-format |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
2275 msgid "No key for \"%(adr)s\" in keyring" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
2276 msgstr "" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
2277 |
|
6986
5a84ddf7aa8b
update with roundup_admin and indexer_xapian strings
John Rouillard <rouilj@ieee.org>
parents:
6942
diff
changeset
|
2278 #: ../roundup/roundupdb.py:503 |
|
6223
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
2279 #, python-format |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
2280 msgid "New submission from %(authname)s%(authaddr)s:" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
2281 msgstr "" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
2282 |
|
6986
5a84ddf7aa8b
update with roundup_admin and indexer_xapian strings
John Rouillard <rouilj@ieee.org>
parents:
6942
diff
changeset
|
2283 #: ../roundup/roundupdb.py:506 |
|
6223
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
2284 #, python-format |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
2285 msgid "%(authname)s%(authaddr)s added the comment:" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
2286 msgstr "" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
2287 |
|
6986
5a84ddf7aa8b
update with roundup_admin and indexer_xapian strings
John Rouillard <rouilj@ieee.org>
parents:
6942
diff
changeset
|
2288 #: ../roundup/roundupdb.py:509 |
|
6223
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
2289 #, python-format |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
2290 msgid "Change by %(authname)s%(authaddr)s:" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
2291 msgstr "" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
2292 |
|
6986
5a84ddf7aa8b
update with roundup_admin and indexer_xapian strings
John Rouillard <rouilj@ieee.org>
parents:
6942
diff
changeset
|
2293 #: ../roundup/roundupdb.py:528 |
|
6223
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
2294 #, python-format |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
2295 msgid "File '%(filename)s' not attached - you can download it from %(link)s." |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
2296 msgstr "" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
2297 |
|
6986
5a84ddf7aa8b
update with roundup_admin and indexer_xapian strings
John Rouillard <rouilj@ieee.org>
parents:
6942
diff
changeset
|
2298 #: ../roundup/roundupdb.py:903 |
|
6223
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
2299 #, python-format |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
2300 msgid "" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
2301 "\n" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
2302 "Now:\n" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
2303 "%(new)s\n" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
2304 "Was:\n" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
2305 "%(old)s" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
2306 msgstr "" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
2307 |
|
6942
e09095701620
update for latest flake8 changes
John Rouillard <rouilj@ieee.org>
parents:
6777
diff
changeset
|
2308 #: ../roundup/scripts/roundup_demo.py:121 |
|
6223
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
2309 #, python-format |
|
2790
949444406999
updated from current sources
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
2567
diff
changeset
|
2310 msgid "Enter directory path to create demo tracker [%s]: " |
|
949444406999
updated from current sources
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
2567
diff
changeset
|
2311 msgstr "" |
|
949444406999
updated from current sources
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
2567
diff
changeset
|
2312 |
|
6942
e09095701620
update for latest flake8 changes
John Rouillard <rouilj@ieee.org>
parents:
6777
diff
changeset
|
2313 #: ../roundup/scripts/roundup_demo.py:127 |
|
6223
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
2314 #, python-format |
|
5818
30dc6cb23b21
updated pot file for release
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
2315 msgid "Enter tracker template to use (one of (%s)) [%s]: " |
|
30dc6cb23b21
updated pot file for release
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
2316 msgstr "" |
|
30dc6cb23b21
updated pot file for release
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
2317 |
|
6134
63739dae0f7e
update translation files for translators 2.0.0 beta
John Rouillard <rouilj@ieee.org>
parents:
5951
diff
changeset
|
2318 #: ../roundup/scripts/roundup_gettext.py:35 |
|
6223
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
2319 #, python-format |
|
2999
eb94211d5ac3
*** empty log message ***
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
2790
diff
changeset
|
2320 msgid "Usage: %(program)s <tracker home>" |
|
eb94211d5ac3
*** empty log message ***
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
2790
diff
changeset
|
2321 msgstr "" |
|
eb94211d5ac3
*** empty log message ***
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
2790
diff
changeset
|
2322 |
|
6134
63739dae0f7e
update translation files for translators 2.0.0 beta
John Rouillard <rouilj@ieee.org>
parents:
5951
diff
changeset
|
2323 #: ../roundup/scripts/roundup_gettext.py:51 |
|
6223
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
2324 #, python-format |
|
2999
eb94211d5ac3
*** empty log message ***
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
2790
diff
changeset
|
2325 msgid "No tracker templates found in directory %s" |
|
eb94211d5ac3
*** empty log message ***
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
2790
diff
changeset
|
2326 msgstr "" |
|
eb94211d5ac3
*** empty log message ***
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
2790
diff
changeset
|
2327 |
|
6134
63739dae0f7e
update translation files for translators 2.0.0 beta
John Rouillard <rouilj@ieee.org>
parents:
5951
diff
changeset
|
2328 #: ../roundup/scripts/roundup_mailgw.py:50 |
|
6223
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
2329 #, python-format |
|
2311
4c50ccae68ab
Roundup message template file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
2330 msgid "" |
|
6223
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
2331 "Usage: %(program)s [-v] [-c class] [[-C class] -S field=value]* [instance " |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
2332 "home] [mail source [specification]]\n" |
|
2311
4c50ccae68ab
Roundup message template file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
2333 "\n" |
|
4c50ccae68ab
Roundup message template file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
2334 "Options:\n" |
|
4c50ccae68ab
Roundup message template file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
2335 " -v: print version and exit\n" |
|
2790
949444406999
updated from current sources
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
2567
diff
changeset
|
2336 " -c: default class of item to create (else the tracker's MAIL_DEFAULT_CLASS)\n" |
|
2311
4c50ccae68ab
Roundup message template file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
2337 " -C / -S: see below\n" |
|
4c50ccae68ab
Roundup message template file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
2338 "\n" |
|
5818
30dc6cb23b21
updated pot file for release
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
2339 "The roundup mail gateway may be called in one of the following ways:\n" |
|
30dc6cb23b21
updated pot file for release
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
2340 " . without arguments. Then the env var ROUNDUP_INSTANCE will be tried.\n" |
|
2311
4c50ccae68ab
Roundup message template file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
2341 " . with an instance home as the only argument,\n" |
|
2340
7005d0162ed0
updated from latest sources.
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
2311
diff
changeset
|
2342 " . with both an instance home and a mail spool file,\n" |
|
5818
30dc6cb23b21
updated pot file for release
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
2343 " . with an instance home, a mail source type and its specification.\n" |
|
2311
4c50ccae68ab
Roundup message template file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
2344 "\n" |
|
4c50ccae68ab
Roundup message template file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
2345 "It also supports optional -C and -S arguments that allows you to set a\n" |
|
4c50ccae68ab
Roundup message template file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
2346 "fields for a class created by the roundup-mailgw. The default class if\n" |
|
4c50ccae68ab
Roundup message template file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
2347 "not specified is msg, but the other classes: issue, file, user can\n" |
|
4c50ccae68ab
Roundup message template file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
2348 "also be used. The -S or --set options uses the same\n" |
|
4c50ccae68ab
Roundup message template file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
2349 "property=value[;property=value] notation accepted by the command line\n" |
|
4c50ccae68ab
Roundup message template file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
2350 "roundup command or the commands that can be given on the Subject line\n" |
|
4c50ccae68ab
Roundup message template file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
2351 "of an email message.\n" |
|
4c50ccae68ab
Roundup message template file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
2352 "\n" |
|
4c50ccae68ab
Roundup message template file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
2353 "It can let you set the type of the message on a per email address basis.\n" |
|
4c50ccae68ab
Roundup message template file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
2354 "\n" |
|
4c50ccae68ab
Roundup message template file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
2355 "PIPE:\n" |
|
5818
30dc6cb23b21
updated pot file for release
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
2356 " If there is no mail source specified,\n" |
|
30dc6cb23b21
updated pot file for release
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
2357 " the mail gateway reads a single message from the standard input\n" |
|
30dc6cb23b21
updated pot file for release
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
2358 " and submits the message to the roundup.mailgw module.\n" |
|
2311
4c50ccae68ab
Roundup message template file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
2359 "\n" |
|
5818
30dc6cb23b21
updated pot file for release
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
2360 "Mail source \"mailbox\":\n" |
|
30dc6cb23b21
updated pot file for release
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
2361 " In this case, the gateway reads all messages from the UNIX mail spool\n" |
|
2311
4c50ccae68ab
Roundup message template file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
2362 " file and submits each in turn to the roundup.mailgw module. The file is\n" |
|
4c50ccae68ab
Roundup message template file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
2363 " emptied once all messages have been successfully handled. The file is\n" |
|
4c50ccae68ab
Roundup message template file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
2364 " specified as:\n" |
|
4c50ccae68ab
Roundup message template file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
2365 " mailbox /path/to/mailbox\n" |
|
4c50ccae68ab
Roundup message template file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
2366 "\n" |
|
5818
30dc6cb23b21
updated pot file for release
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
2367 "In all of the following mail source type the username and password\n" |
|
30dc6cb23b21
updated pot file for release
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
2368 "can be stored in a ~/.netrc file. If done so case only the server name\n" |
|
30dc6cb23b21
updated pot file for release
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
2369 "need to be specified on the command-line.\n" |
|
4094
5a9631828e33
update message template file building:
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3926
diff
changeset
|
2370 "\n" |
|
5a9631828e33
update message template file building:
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3926
diff
changeset
|
2371 "The username and/or password will be prompted for if not supplied on\n" |
|
5a9631828e33
update message template file building:
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3926
diff
changeset
|
2372 "the command-line or in ~/.netrc.\n" |
|
5a9631828e33
update message template file building:
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3926
diff
changeset
|
2373 "\n" |
|
2311
4c50ccae68ab
Roundup message template file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
2374 "POP:\n" |
|
6223
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
2375 " For the mail source \"pop\", the gateway reads all messages from the POP " |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
2376 "server\n" |
|
2311
4c50ccae68ab
Roundup message template file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
2377 " specified and submits each in turn to the roundup.mailgw module. The\n" |
|
4c50ccae68ab
Roundup message template file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
2378 " server is specified as:\n" |
|
4c50ccae68ab
Roundup message template file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
2379 " pop username:password@server\n" |
|
4094
5a9631828e33
update message template file building:
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3926
diff
changeset
|
2380 " Alternatively, one can omit one or both of username and password:\n" |
|
2311
4c50ccae68ab
Roundup message template file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
2381 " pop username@server\n" |
|
4c50ccae68ab
Roundup message template file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
2382 " pop server\n" |
|
4094
5a9631828e33
update message template file building:
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3926
diff
changeset
|
2383 " are both valid.\n" |
|
2311
4c50ccae68ab
Roundup message template file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
2384 "\n" |
|
3789
d9b6ec37969b
updated in preparation for 1.3.2 release
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3763
diff
changeset
|
2385 "POPS:\n" |
|
d9b6ec37969b
updated in preparation for 1.3.2 release
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3763
diff
changeset
|
2386 " Connect to a POP server over ssl. This requires python 2.4 or later.\n" |
|
d9b6ec37969b
updated in preparation for 1.3.2 release
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3763
diff
changeset
|
2387 " This supports the same notation as POP.\n" |
|
d9b6ec37969b
updated in preparation for 1.3.2 release
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3763
diff
changeset
|
2388 "\n" |
|
2311
4c50ccae68ab
Roundup message template file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
2389 "APOP:\n" |
|
4c50ccae68ab
Roundup message template file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
2390 " Same as POP, but using Authenticated POP:\n" |
|
4c50ccae68ab
Roundup message template file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
2391 " apop username:password@server\n" |
|
4c50ccae68ab
Roundup message template file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
2392 "\n" |
|
4c50ccae68ab
Roundup message template file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
2393 "IMAP:\n" |
|
4c50ccae68ab
Roundup message template file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
2394 " Connect to an IMAP server. This supports the same notation as that of\n" |
|
4c50ccae68ab
Roundup message template file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
2395 " POP mail.\n" |
|
4c50ccae68ab
Roundup message template file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
2396 " imap username:password@server\n" |
|
4c50ccae68ab
Roundup message template file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
2397 " It also allows you to specify a specific mailbox other than INBOX using\n" |
|
4c50ccae68ab
Roundup message template file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
2398 " this format:\n" |
|
4c50ccae68ab
Roundup message template file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
2399 " imap username:password@server mailbox\n" |
|
4c50ccae68ab
Roundup message template file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
2400 "\n" |
|
4c50ccae68ab
Roundup message template file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
2401 "IMAPS:\n" |
|
4c50ccae68ab
Roundup message template file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
2402 " Connect to an IMAP server over ssl.\n" |
|
4c50ccae68ab
Roundup message template file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
2403 " This supports the same notation as IMAP.\n" |
|
4c50ccae68ab
Roundup message template file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
2404 " imaps username:password@server [mailbox]\n" |
|
4c50ccae68ab
Roundup message template file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
2405 "\n" |
|
5818
30dc6cb23b21
updated pot file for release
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
2406 "IMAPS_CRAM:\n" |
|
30dc6cb23b21
updated pot file for release
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
2407 " Connect to an IMAP server over ssl using CRAM-MD5 authentication.\n" |
|
30dc6cb23b21
updated pot file for release
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
2408 " This supports the same notation as IMAP.\n" |
|
30dc6cb23b21
updated pot file for release
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
2409 " imaps_cram username:password@server [mailbox]\n" |
|
30dc6cb23b21
updated pot file for release
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
2410 "\n" |
|
30dc6cb23b21
updated pot file for release
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
2411 msgstr "" |
|
30dc6cb23b21
updated pot file for release
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
2412 |
|
6134
63739dae0f7e
update translation files for translators 2.0.0 beta
John Rouillard <rouilj@ieee.org>
parents:
5951
diff
changeset
|
2413 #: ../roundup/scripts/roundup_mailgw.py:174 |
|
2311
4c50ccae68ab
Roundup message template file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
2414 msgid "Error: not enough source specification information" |
|
4c50ccae68ab
Roundup message template file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
2415 msgstr "" |
|
4c50ccae68ab
Roundup message template file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
2416 |
|
6134
63739dae0f7e
update translation files for translators 2.0.0 beta
John Rouillard <rouilj@ieee.org>
parents:
5951
diff
changeset
|
2417 #: ../roundup/scripts/roundup_mailgw.py:203 |
|
6223
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
2418 #, python-format |
|
4094
5a9631828e33
update message template file building:
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3926
diff
changeset
|
2419 msgid "Error: %s specification not valid" |
|
5a9631828e33
update message template file building:
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3926
diff
changeset
|
2420 msgstr "" |
|
5a9631828e33
update message template file building:
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3926
diff
changeset
|
2421 |
|
6134
63739dae0f7e
update translation files for translators 2.0.0 beta
John Rouillard <rouilj@ieee.org>
parents:
5951
diff
changeset
|
2422 #: ../roundup/scripts/roundup_mailgw.py:223 |
|
6223
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
2423 msgid "" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
2424 "Error: The source must be either \"mailbox\", \"pop\", \"pops\", \"apop\", " |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
2425 "\"imap\", \"imaps\" or \"imaps_cram" |
|
5818
30dc6cb23b21
updated pot file for release
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
2426 msgstr "" |
|
30dc6cb23b21
updated pot file for release
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
2427 |
|
6986
5a84ddf7aa8b
update with roundup_admin and indexer_xapian strings
John Rouillard <rouilj@ieee.org>
parents:
6942
diff
changeset
|
2428 #: ../roundup/scripts/roundup_server.py:112 |
|
3907
20635137bc64
update from sources (includes "topic" -> "keyword" rename)
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3791
diff
changeset
|
2429 msgid "WARNING: generating temporary SSL certificate" |
|
20635137bc64
update from sources (includes "topic" -> "keyword" rename)
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3791
diff
changeset
|
2430 msgstr "" |
|
20635137bc64
update from sources (includes "topic" -> "keyword" rename)
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3791
diff
changeset
|
2431 |
|
6986
5a84ddf7aa8b
update with roundup_admin and indexer_xapian strings
John Rouillard <rouilj@ieee.org>
parents:
6942
diff
changeset
|
2432 #: ../roundup/scripts/roundup_server.py:329 |
|
2340
7005d0162ed0
updated from latest sources.
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
2311
diff
changeset
|
2433 msgid "" |
|
7005d0162ed0
updated from latest sources.
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
2311
diff
changeset
|
2434 "<html><head><title>Roundup trackers index</title></head>\n" |
|
7005d0162ed0
updated from latest sources.
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
2311
diff
changeset
|
2435 "<body><h1>Roundup trackers index</h1><ol>\n" |
|
2311
4c50ccae68ab
Roundup message template file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
2436 msgstr "" |
|
4c50ccae68ab
Roundup message template file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
2437 |
|
6986
5a84ddf7aa8b
update with roundup_admin and indexer_xapian strings
John Rouillard <rouilj@ieee.org>
parents:
6942
diff
changeset
|
2438 #: ../roundup/scripts/roundup_server.py:549 |
|
6223
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
2439 #, python-format |
|
6134
63739dae0f7e
update translation files for translators 2.0.0 beta
John Rouillard <rouilj@ieee.org>
parents:
5951
diff
changeset
|
2440 msgid "Error: %(type)s: %(value)s" |
|
63739dae0f7e
update translation files for translators 2.0.0 beta
John Rouillard <rouilj@ieee.org>
parents:
5951
diff
changeset
|
2441 msgstr "" |
|
63739dae0f7e
update translation files for translators 2.0.0 beta
John Rouillard <rouilj@ieee.org>
parents:
5951
diff
changeset
|
2442 |
|
6986
5a84ddf7aa8b
update with roundup_admin and indexer_xapian strings
John Rouillard <rouilj@ieee.org>
parents:
6942
diff
changeset
|
2443 #: ../roundup/scripts/roundup_server.py:561 |
|
6694
51865a1ee765
Update locale for 2.2.0b1 release.
John Rouillard <rouilj@ieee.org>
parents:
6676
diff
changeset
|
2444 msgid "WARNING: ignoring \"-g\" argument, not root" |
|
51865a1ee765
Update locale for 2.2.0b1 release.
John Rouillard <rouilj@ieee.org>
parents:
6676
diff
changeset
|
2445 msgstr "" |
|
51865a1ee765
Update locale for 2.2.0b1 release.
John Rouillard <rouilj@ieee.org>
parents:
6676
diff
changeset
|
2446 |
|
6986
5a84ddf7aa8b
update with roundup_admin and indexer_xapian strings
John Rouillard <rouilj@ieee.org>
parents:
6942
diff
changeset
|
2447 #: ../roundup/scripts/roundup_server.py:567 |
|
6694
51865a1ee765
Update locale for 2.2.0b1 release.
John Rouillard <rouilj@ieee.org>
parents:
6676
diff
changeset
|
2448 msgid "Can't change groups - no grp module" |
|
51865a1ee765
Update locale for 2.2.0b1 release.
John Rouillard <rouilj@ieee.org>
parents:
6676
diff
changeset
|
2449 msgstr "" |
|
51865a1ee765
Update locale for 2.2.0b1 release.
John Rouillard <rouilj@ieee.org>
parents:
6676
diff
changeset
|
2450 |
|
6986
5a84ddf7aa8b
update with roundup_admin and indexer_xapian strings
John Rouillard <rouilj@ieee.org>
parents:
6942
diff
changeset
|
2451 #: ../roundup/scripts/roundup_server.py:576 |
|
6694
51865a1ee765
Update locale for 2.2.0b1 release.
John Rouillard <rouilj@ieee.org>
parents:
6676
diff
changeset
|
2452 #, python-format |
|
51865a1ee765
Update locale for 2.2.0b1 release.
John Rouillard <rouilj@ieee.org>
parents:
6676
diff
changeset
|
2453 msgid "Group %(group)s doesn't exist" |
|
51865a1ee765
Update locale for 2.2.0b1 release.
John Rouillard <rouilj@ieee.org>
parents:
6676
diff
changeset
|
2454 msgstr "" |
|
51865a1ee765
Update locale for 2.2.0b1 release.
John Rouillard <rouilj@ieee.org>
parents:
6676
diff
changeset
|
2455 |
|
6986
5a84ddf7aa8b
update with roundup_admin and indexer_xapian strings
John Rouillard <rouilj@ieee.org>
parents:
6942
diff
changeset
|
2456 #: ../roundup/scripts/roundup_server.py:588 |
|
6694
51865a1ee765
Update locale for 2.2.0b1 release.
John Rouillard <rouilj@ieee.org>
parents:
6676
diff
changeset
|
2457 msgid "Can't run as root!" |
|
3513
695d9043b213
*** empty log message ***
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3436
diff
changeset
|
2458 msgstr "" |
|
695d9043b213
*** empty log message ***
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3436
diff
changeset
|
2459 |
|
6986
5a84ddf7aa8b
update with roundup_admin and indexer_xapian strings
John Rouillard <rouilj@ieee.org>
parents:
6942
diff
changeset
|
2460 #: ../roundup/scripts/roundup_server.py:591 |
|
6694
51865a1ee765
Update locale for 2.2.0b1 release.
John Rouillard <rouilj@ieee.org>
parents:
6676
diff
changeset
|
2461 msgid "WARNING: ignoring \"-u\" argument, not root" |
|
51865a1ee765
Update locale for 2.2.0b1 release.
John Rouillard <rouilj@ieee.org>
parents:
6676
diff
changeset
|
2462 msgstr "" |
|
51865a1ee765
Update locale for 2.2.0b1 release.
John Rouillard <rouilj@ieee.org>
parents:
6676
diff
changeset
|
2463 |
|
6986
5a84ddf7aa8b
update with roundup_admin and indexer_xapian strings
John Rouillard <rouilj@ieee.org>
parents:
6942
diff
changeset
|
2464 #: ../roundup/scripts/roundup_server.py:597 |
|
6694
51865a1ee765
Update locale for 2.2.0b1 release.
John Rouillard <rouilj@ieee.org>
parents:
6676
diff
changeset
|
2465 msgid "Can't change users - no pwd module" |
|
6672
01216187a167
Testing translations in mailgw.py, update translations, i18n improved
John Rouillard <rouilj@ieee.org>
parents:
6620
diff
changeset
|
2466 msgstr "" |
|
01216187a167
Testing translations in mailgw.py, update translations, i18n improved
John Rouillard <rouilj@ieee.org>
parents:
6620
diff
changeset
|
2467 |
|
6986
5a84ddf7aa8b
update with roundup_admin and indexer_xapian strings
John Rouillard <rouilj@ieee.org>
parents:
6942
diff
changeset
|
2468 #: ../roundup/scripts/roundup_server.py:606 |
|
6223
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
2469 #, python-format |
|
2999
eb94211d5ac3
*** empty log message ***
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
2790
diff
changeset
|
2470 msgid "User %(user)s doesn't exist" |
|
eb94211d5ac3
*** empty log message ***
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
2790
diff
changeset
|
2471 msgstr "" |
|
eb94211d5ac3
*** empty log message ***
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
2790
diff
changeset
|
2472 |
|
6986
5a84ddf7aa8b
update with roundup_admin and indexer_xapian strings
John Rouillard <rouilj@ieee.org>
parents:
6942
diff
changeset
|
2473 #: ../roundup/scripts/roundup_server.py:803 |
|
6223
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
2474 #, python-format |
|
2999
eb94211d5ac3
*** empty log message ***
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
2790
diff
changeset
|
2475 msgid "Multiprocess mode \"%s\" is not available, switching to single-process" |
|
eb94211d5ac3
*** empty log message ***
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
2790
diff
changeset
|
2476 msgstr "" |
|
eb94211d5ac3
*** empty log message ***
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
2790
diff
changeset
|
2477 |
|
6942
e09095701620
update for latest flake8 changes
John Rouillard <rouilj@ieee.org>
parents:
6777
diff
changeset
|
2478 #: ../roundup/scripts/roundup_server.py:830 |
|
6744
13abb143df48
Update tranlsation strings
John Rouillard <rouilj@ieee.org>
parents:
6694
diff
changeset
|
2479 #, python-format |
|
6986
5a84ddf7aa8b
update with roundup_admin and indexer_xapian strings
John Rouillard <rouilj@ieee.org>
parents:
6942
diff
changeset
|
2480 msgid "Unable to bind to port %s, port already in use." |
|
5a84ddf7aa8b
update with roundup_admin and indexer_xapian strings
John Rouillard <rouilj@ieee.org>
parents:
6942
diff
changeset
|
2481 msgstr "" |
|
5a84ddf7aa8b
update with roundup_admin and indexer_xapian strings
John Rouillard <rouilj@ieee.org>
parents:
6942
diff
changeset
|
2482 |
|
5a84ddf7aa8b
update with roundup_admin and indexer_xapian strings
John Rouillard <rouilj@ieee.org>
parents:
6942
diff
changeset
|
2483 #: ../roundup/scripts/roundup_server.py:834 |
|
5a84ddf7aa8b
update with roundup_admin and indexer_xapian strings
John Rouillard <rouilj@ieee.org>
parents:
6942
diff
changeset
|
2484 #, python-format |
|
6744
13abb143df48
Update tranlsation strings
John Rouillard <rouilj@ieee.org>
parents:
6694
diff
changeset
|
2485 msgid "" |
|
13abb143df48
Update tranlsation strings
John Rouillard <rouilj@ieee.org>
parents:
6694
diff
changeset
|
2486 "Unable to bind to port %(port)s, access not allowed, errno: %(errno)s %(msg)s" |
|
13abb143df48
Update tranlsation strings
John Rouillard <rouilj@ieee.org>
parents:
6694
diff
changeset
|
2487 msgstr "" |
|
13abb143df48
Update tranlsation strings
John Rouillard <rouilj@ieee.org>
parents:
6694
diff
changeset
|
2488 |
|
6986
5a84ddf7aa8b
update with roundup_admin and indexer_xapian strings
John Rouillard <rouilj@ieee.org>
parents:
6942
diff
changeset
|
2489 #: ../roundup/scripts/roundup_server.py:913 |
|
2340
7005d0162ed0
updated from latest sources.
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
2311
diff
changeset
|
2490 msgid "" |
|
2522
d027430c7cc7
updated from current sources, including:
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
2469
diff
changeset
|
2491 " -c <Command> Windows Service options.\n" |
|
d027430c7cc7
updated from current sources, including:
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
2469
diff
changeset
|
2492 " If you want to run the server as a Windows Service, you\n" |
|
2999
eb94211d5ac3
*** empty log message ***
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
2790
diff
changeset
|
2493 " must use configuration file to specify tracker homes.\n" |
|
eb94211d5ac3
*** empty log message ***
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
2790
diff
changeset
|
2494 " Logfile option is required to run Roundup Tracker service.\n" |
|
eb94211d5ac3
*** empty log message ***
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
2790
diff
changeset
|
2495 " Typing \"roundup-server -c help\" shows Windows Services\n" |
|
2522
d027430c7cc7
updated from current sources, including:
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
2469
diff
changeset
|
2496 " specifics." |
|
2340
7005d0162ed0
updated from latest sources.
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
2311
diff
changeset
|
2497 msgstr "" |
|
7005d0162ed0
updated from latest sources.
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
2311
diff
changeset
|
2498 |
|
6986
5a84ddf7aa8b
update with roundup_admin and indexer_xapian strings
John Rouillard <rouilj@ieee.org>
parents:
6942
diff
changeset
|
2499 #: ../roundup/scripts/roundup_server.py:920 |
|
2522
d027430c7cc7
updated from current sources, including:
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
2469
diff
changeset
|
2500 msgid "" |
|
d027430c7cc7
updated from current sources, including:
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
2469
diff
changeset
|
2501 " -u <UID> runs the Roundup web server as this UID\n" |
|
d027430c7cc7
updated from current sources, including:
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
2469
diff
changeset
|
2502 " -g <GID> runs the Roundup web server as this GID\n" |
|
d027430c7cc7
updated from current sources, including:
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
2469
diff
changeset
|
2503 " -d <PIDfile> run the server in the background and write the server's PID\n" |
|
d027430c7cc7
updated from current sources, including:
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
2469
diff
changeset
|
2504 " to the file indicated by PIDfile. The -l option *must* be\n" |
|
d027430c7cc7
updated from current sources, including:
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
2469
diff
changeset
|
2505 " specified if -d is used." |
|
d027430c7cc7
updated from current sources, including:
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
2469
diff
changeset
|
2506 msgstr "" |
|
d027430c7cc7
updated from current sources, including:
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
2469
diff
changeset
|
2507 |
|
6986
5a84ddf7aa8b
update with roundup_admin and indexer_xapian strings
John Rouillard <rouilj@ieee.org>
parents:
6942
diff
changeset
|
2508 #: ../roundup/scripts/roundup_server.py:927 |
|
6223
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
2509 #, python-format |
|
2311
4c50ccae68ab
Roundup message template file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
2510 msgid "" |
|
6557
8687c096a945
Handle configparser.InterpolationSyntaxError
John Rouillard <rouilj@ieee.org>
parents:
6456
diff
changeset
|
2511 "\n" |
|
2522
d027430c7cc7
updated from current sources, including:
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
2469
diff
changeset
|
2512 "%(message)sUsage: roundup-server [options] [name=tracker home]*\n" |
|
d027430c7cc7
updated from current sources, including:
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
2469
diff
changeset
|
2513 "\n" |
|
d027430c7cc7
updated from current sources, including:
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
2469
diff
changeset
|
2514 "Options:\n" |
|
2999
eb94211d5ac3
*** empty log message ***
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
2790
diff
changeset
|
2515 " -v print the Roundup version number and exit\n" |
|
eb94211d5ac3
*** empty log message ***
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
2790
diff
changeset
|
2516 " -h print this text and exit\n" |
|
eb94211d5ac3
*** empty log message ***
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
2790
diff
changeset
|
2517 " -S create or update configuration file and exit\n" |
|
eb94211d5ac3
*** empty log message ***
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
2790
diff
changeset
|
2518 " -C <fname> use configuration file <fname>\n" |
|
5818
30dc6cb23b21
updated pot file for release
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
2519 " -n <name> set the host name of the Roundup web server instance,\n" |
|
30dc6cb23b21
updated pot file for release
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
2520 " specifies on which network interfaces to listen for\n" |
|
30dc6cb23b21
updated pot file for release
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
2521 " connections, defaults to localhost, use 0.0.0.0 to bind\n" |
|
30dc6cb23b21
updated pot file for release
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
2522 " to all network interfaces\n" |
|
2999
eb94211d5ac3
*** empty log message ***
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
2790
diff
changeset
|
2523 " -p <port> set the port to listen on (default: %(port)s)\n" |
|
6452
f2c6bf1c3cb0
updates for latest 2.1.0 changes. Doesn't look like new strings, just location changes.
John Rouillard <rouilj@ieee.org>
parents:
6429
diff
changeset
|
2524 " -I <header1[,header2]*> list of headers to pass to the backend\n" |
|
2522
d027430c7cc7
updated from current sources, including:
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
2469
diff
changeset
|
2525 " -l <fname> log to the file indicated by fname instead of stderr/stdout\n" |
|
6223
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
2526 " -N log client machine names instead of IP addresses (much " |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
2527 "slower)\n" |
|
3907
20635137bc64
update from sources (includes "topic" -> "keyword" rename)
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3791
diff
changeset
|
2528 " -i <fname> set tracker index template\n" |
|
20635137bc64
update from sources (includes "topic" -> "keyword" rename)
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3791
diff
changeset
|
2529 " -s enable SSL\n" |
|
5818
30dc6cb23b21
updated pot file for release
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
2530 " -L http request logging uses python logging (roundup.http)\n" |
|
3907
20635137bc64
update from sources (includes "topic" -> "keyword" rename)
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3791
diff
changeset
|
2531 " -e <fname> PEM file containing SSL key and certificate\n" |
|
2999
eb94211d5ac3
*** empty log message ***
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
2790
diff
changeset
|
2532 " -t <mode> multiprocess mode (default: %(mp_def)s).\n" |
|
eb94211d5ac3
*** empty log message ***
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
2790
diff
changeset
|
2533 " Allowed values: %(mp_types)s.\n" |
|
6557
8687c096a945
Handle configparser.InterpolationSyntaxError
John Rouillard <rouilj@ieee.org>
parents:
6456
diff
changeset
|
2534 " -V <version> set HTTP version (default: HTTP/1.1).\n" |
|
8687c096a945
Handle configparser.InterpolationSyntaxError
John Rouillard <rouilj@ieee.org>
parents:
6456
diff
changeset
|
2535 " Allowed values: HTTP/1.0, HTTP/1.1.\n" |
|
8687c096a945
Handle configparser.InterpolationSyntaxError
John Rouillard <rouilj@ieee.org>
parents:
6456
diff
changeset
|
2536 "\n" |
|
2522
d027430c7cc7
updated from current sources, including:
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
2469
diff
changeset
|
2537 "%(os_part)s\n" |
|
2311
4c50ccae68ab
Roundup message template file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
2538 "\n" |
|
2999
eb94211d5ac3
*** empty log message ***
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
2790
diff
changeset
|
2539 "Long options:\n" |
|
eb94211d5ac3
*** empty log message ***
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
2790
diff
changeset
|
2540 " --version print the Roundup version number and exit\n" |
|
eb94211d5ac3
*** empty log message ***
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
2790
diff
changeset
|
2541 " --help print this text and exit\n" |
|
eb94211d5ac3
*** empty log message ***
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
2790
diff
changeset
|
2542 " --save-config create or update configuration file and exit\n" |
|
eb94211d5ac3
*** empty log message ***
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
2790
diff
changeset
|
2543 " --config <fname> use configuration file <fname>\n" |
|
eb94211d5ac3
*** empty log message ***
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
2790
diff
changeset
|
2544 " All settings of the [main] section of the configuration file\n" |
|
eb94211d5ac3
*** empty log message ***
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
2790
diff
changeset
|
2545 " also may be specified in form --<name>=<value>\n" |
|
eb94211d5ac3
*** empty log message ***
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
2790
diff
changeset
|
2546 "\n" |
|
2522
d027430c7cc7
updated from current sources, including:
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
2469
diff
changeset
|
2547 "Examples:\n" |
|
2999
eb94211d5ac3
*** empty log message ***
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
2790
diff
changeset
|
2548 "\n" |
|
eb94211d5ac3
*** empty log message ***
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
2790
diff
changeset
|
2549 " roundup-server -S -C /opt/roundup/etc/roundup-server.ini \\\n" |
|
eb94211d5ac3
*** empty log message ***
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
2790
diff
changeset
|
2550 " -n localhost -p 8917 -l /var/log/roundup.log \\\n" |
|
eb94211d5ac3
*** empty log message ***
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
2790
diff
changeset
|
2551 " support=/var/spool/roundup-trackers/support\n" |
|
eb94211d5ac3
*** empty log message ***
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
2790
diff
changeset
|
2552 "\n" |
|
2790
949444406999
updated from current sources
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
2567
diff
changeset
|
2553 " roundup-server -C /opt/roundup/etc/roundup-server.ini\n" |
|
949444406999
updated from current sources
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
2567
diff
changeset
|
2554 "\n" |
|
2522
d027430c7cc7
updated from current sources, including:
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
2469
diff
changeset
|
2555 " roundup-server support=/var/spool/roundup-trackers/support\n" |
|
2311
4c50ccae68ab
Roundup message template file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
2556 "\n" |
|
2522
d027430c7cc7
updated from current sources, including:
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
2469
diff
changeset
|
2557 " roundup-server -d /var/run/roundup.pid -l /var/log/roundup.log \\\n" |
|
2999
eb94211d5ac3
*** empty log message ***
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
2790
diff
changeset
|
2558 " support=/var/spool/roundup-trackers/support\n" |
|
2522
d027430c7cc7
updated from current sources, including:
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
2469
diff
changeset
|
2559 "\n" |
|
2790
949444406999
updated from current sources
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
2567
diff
changeset
|
2560 "Configuration file format:\n" |
|
2999
eb94211d5ac3
*** empty log message ***
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
2790
diff
changeset
|
2561 " Roundup Server configuration file has common .ini file format.\n" |
|
eb94211d5ac3
*** empty log message ***
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
2790
diff
changeset
|
2562 " Configuration file created with 'roundup-server -S' contains\n" |
|
eb94211d5ac3
*** empty log message ***
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
2790
diff
changeset
|
2563 " detailed explanations for each option. Please see that file\n" |
|
eb94211d5ac3
*** empty log message ***
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
2790
diff
changeset
|
2564 " for option descriptions.\n" |
|
2790
949444406999
updated from current sources
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
2567
diff
changeset
|
2565 "\n" |
|
2522
d027430c7cc7
updated from current sources, including:
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
2469
diff
changeset
|
2566 "How to use \"name=tracker home\":\n" |
|
d027430c7cc7
updated from current sources, including:
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
2469
diff
changeset
|
2567 " These arguments set the tracker home(s) to use. The name is how the\n" |
|
d027430c7cc7
updated from current sources, including:
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
2469
diff
changeset
|
2568 " tracker is identified in the URL (it's the first part of the URL path).\n" |
|
d027430c7cc7
updated from current sources, including:
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
2469
diff
changeset
|
2569 " The tracker home is the directory that was identified when you did\n" |
|
2311
4c50ccae68ab
Roundup message template file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
2570 " \"roundup-admin init\". You may specify any number of these name=home\n" |
|
2790
949444406999
updated from current sources
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
2567
diff
changeset
|
2571 " pairs on the command-line. Make sure the name part doesn't include\n" |
|
949444406999
updated from current sources
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
2567
diff
changeset
|
2572 " any url-unsafe characters like spaces, as these confuse IE.\n" |
|
2311
4c50ccae68ab
Roundup message template file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
2573 msgstr "" |
|
4c50ccae68ab
Roundup message template file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
2574 |
|
6986
5a84ddf7aa8b
update with roundup_admin and indexer_xapian strings
John Rouillard <rouilj@ieee.org>
parents:
6942
diff
changeset
|
2575 #: ../roundup/scripts/roundup_server.py:1103 |
|
2311
4c50ccae68ab
Roundup message template file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
2576 msgid "Instances must be name=home" |
|
4c50ccae68ab
Roundup message template file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
2577 msgstr "" |
|
4c50ccae68ab
Roundup message template file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
2578 |
|
6986
5a84ddf7aa8b
update with roundup_admin and indexer_xapian strings
John Rouillard <rouilj@ieee.org>
parents:
6942
diff
changeset
|
2579 #: ../roundup/scripts/roundup_server.py:1117 |
|
6223
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
2580 #, python-format |
|
2790
949444406999
updated from current sources
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
2567
diff
changeset
|
2581 msgid "Configuration saved to %s" |
|
949444406999
updated from current sources
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
2567
diff
changeset
|
2582 msgstr "" |
|
949444406999
updated from current sources
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
2567
diff
changeset
|
2583 |
|
6986
5a84ddf7aa8b
update with roundup_admin and indexer_xapian strings
John Rouillard <rouilj@ieee.org>
parents:
6942
diff
changeset
|
2584 #: ../roundup/scripts/roundup_server.py:1135 |
|
6557
8687c096a945
Handle configparser.InterpolationSyntaxError
John Rouillard <rouilj@ieee.org>
parents:
6456
diff
changeset
|
2585 msgid "Sorry, you can't run the server as a daemon on this Operating System" |
|
8687c096a945
Handle configparser.InterpolationSyntaxError
John Rouillard <rouilj@ieee.org>
parents:
6456
diff
changeset
|
2586 msgstr "" |
|
8687c096a945
Handle configparser.InterpolationSyntaxError
John Rouillard <rouilj@ieee.org>
parents:
6456
diff
changeset
|
2587 |
|
6986
5a84ddf7aa8b
update with roundup_admin and indexer_xapian strings
John Rouillard <rouilj@ieee.org>
parents:
6942
diff
changeset
|
2588 #: ../roundup/scripts/roundup_server.py:1155 |
|
6223
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
2589 #, python-format |
|
2790
949444406999
updated from current sources
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
2567
diff
changeset
|
2590 msgid "Roundup server started on %(HOST)s:%(PORT)s" |
|
2311
4c50ccae68ab
Roundup message template file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff
changeset
|
2591 msgstr "" |
|
2447
6e9135358671
Updated from current sources, including web templates
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
2357
diff
changeset
|
2592 |
|
6223
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
2593 #: ../share/roundup/templates/classic/html/_generic.collision.html:4 |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
2594 #: ../share/roundup/templates/devel/html/_generic.collision.html:4 |
|
6223
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
2595 #: ../share/roundup/templates/minimal/html/_generic.collision.html:4 |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
2596 #: ../share/roundup/templates/responsive/html/_generic.collision.html:4 |
|
6223
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
2597 msgid "${class} Edit Collision - ${tracker}" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
2598 msgstr "" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
2599 |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
2600 #: ../share/roundup/templates/classic/html/_generic.collision.html:7 |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
2601 #: ../share/roundup/templates/devel/html/_generic.collision.html:7 |
|
6223
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
2602 #: ../share/roundup/templates/minimal/html/_generic.collision.html:7 |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
2603 #: ../share/roundup/templates/responsive/html/_generic.collision.html:7 |
|
6223
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
2604 msgid "${class} Edit Collision" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
2605 msgstr "" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
2606 |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
2607 #: ../share/roundup/templates/classic/html/_generic.collision.html:14 |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
2608 #: ../share/roundup/templates/devel/html/_generic.collision.html:14 |
|
6223
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
2609 #: ../share/roundup/templates/minimal/html/_generic.collision.html:14 |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
2610 #: ../share/roundup/templates/responsive/html/_generic.collision.html:14 |
|
6223
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
2611 msgid "" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
2612 "\n" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
2613 " There has been a collision. Another user updated this node\n" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
|
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
2615 " the node and review your edits.\n" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
2616 msgstr "" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
2617 |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
2618 #: ../share/roundup/templates/classic/html/_generic.help-empty.html:6 |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
2619 #: ../share/roundup/templates/devel/html/_generic.help-empty.html:6 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
2620 #: ../share/roundup/templates/devel/html/user.help.html:90 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
2621 #: ../share/roundup/templates/responsive/html/_generic.help-empty.html:6 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
2622 #: ../share/roundup/templates/responsive/html/user.help.html:90 |
|
6223
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
2623 msgid "Please specify your search parameters!" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
2624 msgstr "" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
2625 |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
2626 #: ../share/roundup/templates/classic/html/_generic.help-list.html:20 |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
2627 #: ../share/roundup/templates/classic/html/_generic.index.html:14 |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
2628 #: ../share/roundup/templates/classic/html/_generic.item.html:12 |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
2629 #: ../share/roundup/templates/classic/html/file.item.html:9 |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
2630 #: ../share/roundup/templates/classic/html/issue.index.html:15 |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
2631 #: ../share/roundup/templates/classic/html/issue.item.html:28 |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
2632 #: ../share/roundup/templates/classic/html/msg.item.html:26 |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
2633 #: ../share/roundup/templates/classic/html/user.index.html:9 |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
2634 #: ../share/roundup/templates/classic/html/user.item.html:35 |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
2635 #: ../share/roundup/templates/devel/html/_generic.help-list.html:2 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
2636 #: ../share/roundup/templates/devel/html/_generic.index.html:12 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
2637 #: ../share/roundup/templates/devel/html/_generic.item.html:12 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
2638 #: ../share/roundup/templates/devel/html/_generic.query.html:2 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
2639 #: ../share/roundup/templates/devel/html/bug.index.html:15 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
2640 #: ../share/roundup/templates/devel/html/bug.item.html:27 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
2641 #: ../share/roundup/templates/devel/html/file.item.html:9 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
2642 #: ../share/roundup/templates/devel/html/keyword.index.html:15 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
2643 #: ../share/roundup/templates/devel/html/keyword.item.html:33 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
2644 #: ../share/roundup/templates/devel/html/milestone.index.html:15 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
2645 #: ../share/roundup/templates/devel/html/msg.item.html:25 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
2646 #: ../share/roundup/templates/devel/html/patch.item.html:9 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
2647 #: ../share/roundup/templates/devel/html/patch.item.html:97 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
2648 #: ../share/roundup/templates/devel/html/task.index.html:15 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
2649 #: ../share/roundup/templates/devel/html/task.item.html:27 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
2650 #: ../share/roundup/templates/devel/html/user.index.html:8 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
2651 #: ../share/roundup/templates/devel/html/user.item.html:34 |
|
6223
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
2652 #: ../share/roundup/templates/minimal/html/_generic.index.html:14 |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
2653 #: ../share/roundup/templates/minimal/html/_generic.item.html:12 |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
2654 #: ../share/roundup/templates/minimal/html/user.index.html:9 |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
2655 #: ../share/roundup/templates/minimal/html/user.item.html:34 |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
2656 #: ../share/roundup/templates/minimal/html/user.register.html:14 |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
2657 #: ../share/roundup/templates/responsive/html/_generic.help-list.html:2 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
2658 #: ../share/roundup/templates/responsive/html/_generic.index.html:12 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
2659 #: ../share/roundup/templates/responsive/html/_generic.item.html:12 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
2660 #: ../share/roundup/templates/responsive/html/_generic.query.html:2 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
2661 #: ../share/roundup/templates/responsive/html/bug.index.html:15 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
2662 #: ../share/roundup/templates/responsive/html/bug.item.html:27 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
2663 #: ../share/roundup/templates/responsive/html/file.item.html:9 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
2664 #: ../share/roundup/templates/responsive/html/keyword.index.html:15 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
2665 #: ../share/roundup/templates/responsive/html/keyword.item.html:33 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
2666 #: ../share/roundup/templates/responsive/html/milestone.index.html:15 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
2667 #: ../share/roundup/templates/responsive/html/msg.item.html:26 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
2668 #: ../share/roundup/templates/responsive/html/patch.item.html:9 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
2669 #: ../share/roundup/templates/responsive/html/patch.item.html:95 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
2670 #: ../share/roundup/templates/responsive/html/task.index.html:15 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
2671 #: ../share/roundup/templates/responsive/html/task.item.html:27 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
2672 #: ../share/roundup/templates/responsive/html/user.index.html:8 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
2673 #: ../share/roundup/templates/responsive/html/user.item.html:34 |
|
6223
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
2674 msgid "You are not allowed to view this page." |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
2675 msgstr "" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
2676 |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
2677 #: ../share/roundup/templates/classic/html/_generic.help-list.html:34 |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
2678 #: ../share/roundup/templates/devel/html/_generic.help-list.html:12 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
2679 #: ../share/roundup/templates/responsive/html/_generic.help-list.html:12 |
|
6223
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
2680 msgid "1..25 out of 50" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
2681 msgstr "" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
2682 |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
2683 #: ../share/roundup/templates/classic/html/_generic.help-search.html:9 |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
2684 #: ../share/roundup/templates/devel/html/_generic.help-search.html:9 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
2685 #: ../share/roundup/templates/responsive/html/_generic.help-search.html:9 |
|
6223
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
2686 msgid "" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
2687 "Generic template ${template} or version for class ${classname} is not yet " |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
2688 "implemented" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
2689 msgstr "" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
2690 |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
2691 #: ../share/roundup/templates/classic/html/_generic.help-submit.html:57 |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
2692 #: ../share/roundup/templates/classic/html/_generic.help.html:31 |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
2693 #: ../share/roundup/templates/devel/html/_generic.help-submit.html:57 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
2694 #: ../share/roundup/templates/devel/html/user.help.html:103 |
|
6223
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
2695 #: ../share/roundup/templates/minimal/html/_generic.help.html:31 |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
2696 #: ../share/roundup/templates/responsive/html/_generic.help-submit.html:57 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
2697 #: ../share/roundup/templates/responsive/html/user.help.html:103 |
|
6223
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
2698 msgid " Cancel " |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
2699 msgstr "" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
2700 |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
2701 #: ../share/roundup/templates/classic/html/_generic.help-submit.html:63 |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
2702 #: ../share/roundup/templates/classic/html/_generic.help.html:34 |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
2703 #: ../share/roundup/templates/devel/html/_generic.help-submit.html:63 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
2704 #: ../share/roundup/templates/devel/html/user.help.html:108 |
|
6223
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
2705 #: ../share/roundup/templates/minimal/html/_generic.help.html:34 |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
2706 #: ../share/roundup/templates/responsive/html/_generic.help-submit.html:63 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
2707 #: ../share/roundup/templates/responsive/html/user.help.html:108 |
|
6223
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
2708 msgid " Apply " |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
2709 msgstr "" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
2710 |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
2711 #: ../share/roundup/templates/classic/html/_generic.help.html:9 |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
2712 #: ../share/roundup/templates/classic/html/user.help.html:13 |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
2713 #: ../share/roundup/templates/minimal/html/_generic.help.html:9 |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
2714 msgid "${property} help - ${tracker}" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
2715 msgstr "" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
2716 |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
2717 #: ../share/roundup/templates/classic/html/_generic.help.html:41 |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
2718 #: ../share/roundup/templates/classic/html/help.html:21 |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
2719 #: ../share/roundup/templates/classic/html/issue.index.html:80 |
|
6557
8687c096a945
Handle configparser.InterpolationSyntaxError
John Rouillard <rouilj@ieee.org>
parents:
6456
diff
changeset
|
2720 #: ../share/roundup/templates/classic/html/user.index.html:82 |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
2721 #: ../share/roundup/templates/devel/html/_generic.help.html:42 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
2722 #: ../share/roundup/templates/devel/html/bug.index.html:94 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
2723 #: ../share/roundup/templates/devel/html/help.html:51 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
2724 #: ../share/roundup/templates/devel/html/milestone.index.html:59 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
2725 #: ../share/roundup/templates/devel/html/task.index.html:94 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
2726 #: ../share/roundup/templates/devel/html/user.index.html:76 |
|
6223
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
2727 #: ../share/roundup/templates/minimal/html/_generic.help.html:41 |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
2728 #: ../share/roundup/templates/responsive/html/_generic.help.html:42 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
2729 #: ../share/roundup/templates/responsive/html/help.html:59 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
2730 #: ../share/roundup/templates/responsive/html/user.index.html:77 |
|
6223
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
2731 msgid "<< previous" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
2732 msgstr "" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
2733 |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
2734 #: ../share/roundup/templates/classic/html/_generic.help.html:53 |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
2735 #: ../share/roundup/templates/classic/html/help.html:28 |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
2736 #: ../share/roundup/templates/classic/html/issue.index.html:88 |
|
6557
8687c096a945
Handle configparser.InterpolationSyntaxError
John Rouillard <rouilj@ieee.org>
parents:
6456
diff
changeset
|
2737 #: ../share/roundup/templates/classic/html/user.index.html:90 |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
2738 #: ../share/roundup/templates/devel/html/_generic.help.html:54 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
2739 #: ../share/roundup/templates/devel/html/bug.index.html:102 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
2740 #: ../share/roundup/templates/devel/html/help.html:58 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
2741 #: ../share/roundup/templates/devel/html/milestone.index.html:67 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
2742 #: ../share/roundup/templates/devel/html/task.index.html:102 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
2743 #: ../share/roundup/templates/devel/html/user.index.html:84 |
|
6223
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
2744 #: ../share/roundup/templates/minimal/html/_generic.help.html:53 |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
2745 #: ../share/roundup/templates/responsive/html/_generic.help.html:54 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
2746 #: ../share/roundup/templates/responsive/html/help.html:66 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
2747 #: ../share/roundup/templates/responsive/html/user.index.html:85 |
|
6223
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
2748 msgid "${start}..${end} out of ${total}" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
2749 msgstr "" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
2750 |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
2751 #: ../share/roundup/templates/classic/html/_generic.help.html:57 |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
2752 #: ../share/roundup/templates/classic/html/help.html:32 |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
2753 #: ../share/roundup/templates/classic/html/issue.index.html:91 |
|
6557
8687c096a945
Handle configparser.InterpolationSyntaxError
John Rouillard <rouilj@ieee.org>
parents:
6456
diff
changeset
|
2754 #: ../share/roundup/templates/classic/html/user.index.html:93 |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
2755 #: ../share/roundup/templates/devel/html/_generic.help.html:58 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
2756 #: ../share/roundup/templates/devel/html/bug.index.html:105 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
2757 #: ../share/roundup/templates/devel/html/help.html:62 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
2758 #: ../share/roundup/templates/devel/html/milestone.index.html:70 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
2759 #: ../share/roundup/templates/devel/html/task.index.html:105 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
2760 #: ../share/roundup/templates/devel/html/user.index.html:87 |
|
6223
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
2761 #: ../share/roundup/templates/minimal/html/_generic.help.html:57 |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
2762 #: ../share/roundup/templates/responsive/html/_generic.help.html:58 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
2763 #: ../share/roundup/templates/responsive/html/help.html:70 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
2764 #: ../share/roundup/templates/responsive/html/user.index.html:88 |
|
6223
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
2765 msgid "next >>" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
2766 msgstr "" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
2767 |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
2768 #: ../share/roundup/templates/classic/html/_generic.index.html:6 |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
2769 #: ../share/roundup/templates/classic/html/_generic.item.html:4 |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
2770 #: ../share/roundup/templates/devel/html/_generic.index.html:4 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
2771 #: ../share/roundup/templates/devel/html/_generic.item.html:4 |
|
6223
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
2772 #: ../share/roundup/templates/minimal/html/_generic.index.html:6 |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
2773 #: ../share/roundup/templates/minimal/html/_generic.item.html:4 |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
2774 #: ../share/roundup/templates/responsive/html/_generic.index.html:4 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
2775 #: ../share/roundup/templates/responsive/html/_generic.item.html:4 |
|
6223
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
2776 msgid "${class} editing - ${tracker}" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
2777 msgstr "" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
2778 |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
2779 #: ../share/roundup/templates/classic/html/_generic.index.html:9 |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
2780 #: ../share/roundup/templates/classic/html/_generic.item.html:7 |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
2781 #: ../share/roundup/templates/devel/html/_generic.index.html:7 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
2782 #: ../share/roundup/templates/devel/html/_generic.item.html:7 |
|
6223
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
2783 #: ../share/roundup/templates/minimal/html/_generic.index.html:9 |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
2784 #: ../share/roundup/templates/minimal/html/_generic.item.html:7 |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
2785 #: ../share/roundup/templates/responsive/html/_generic.index.html:7 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
2786 #: ../share/roundup/templates/responsive/html/_generic.item.html:7 |
|
6223
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
2787 msgid "${class} editing" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
2788 msgstr "" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
2789 |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
2790 #: ../share/roundup/templates/classic/html/_generic.index.html:19 |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
2791 #: ../share/roundup/templates/classic/html/_generic.item.html:16 |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
2792 #: ../share/roundup/templates/classic/html/file.item.html:13 |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
2793 #: ../share/roundup/templates/classic/html/issue.index.html:19 |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
2794 #: ../share/roundup/templates/classic/html/issue.item.html:32 |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
2795 #: ../share/roundup/templates/classic/html/msg.item.html:30 |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
2796 #: ../share/roundup/templates/classic/html/user.index.html:13 |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
2797 #: ../share/roundup/templates/classic/html/user.item.html:39 |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
2798 #: ../share/roundup/templates/devel/html/_generic.index.html:17 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
2799 #: ../share/roundup/templates/devel/html/_generic.item.html:16 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
2800 #: ../share/roundup/templates/devel/html/bug.index.html:19 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
2801 #: ../share/roundup/templates/devel/html/bug.item.html:31 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
2802 #: ../share/roundup/templates/devel/html/file.item.html:13 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
2803 #: ../share/roundup/templates/devel/html/keyword.index.html:19 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
2804 #: ../share/roundup/templates/devel/html/keyword.item.html:37 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
2805 #: ../share/roundup/templates/devel/html/milestone.index.html:19 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
2806 #: ../share/roundup/templates/devel/html/msg.item.html:29 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
2807 #: ../share/roundup/templates/devel/html/patch.item.html:13 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
2808 #: ../share/roundup/templates/devel/html/patch.item.html:101 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
2809 #: ../share/roundup/templates/devel/html/task.index.html:19 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
2810 #: ../share/roundup/templates/devel/html/task.item.html:31 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
2811 #: ../share/roundup/templates/devel/html/user.index.html:12 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
2812 #: ../share/roundup/templates/devel/html/user.item.html:38 |
|
6223
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
2813 #: ../share/roundup/templates/minimal/html/_generic.index.html:19 |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
2814 #: ../share/roundup/templates/minimal/html/_generic.item.html:16 |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
2815 #: ../share/roundup/templates/minimal/html/user.index.html:13 |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
2816 #: ../share/roundup/templates/minimal/html/user.item.html:38 |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
2817 #: ../share/roundup/templates/minimal/html/user.register.html:17 |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
2818 #: ../share/roundup/templates/responsive/html/_generic.index.html:17 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
2819 #: ../share/roundup/templates/responsive/html/_generic.item.html:16 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
2820 #: ../share/roundup/templates/responsive/html/bug.index.html:19 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
2821 #: ../share/roundup/templates/responsive/html/bug.item.html:31 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
2822 #: ../share/roundup/templates/responsive/html/file.item.html:13 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
2823 #: ../share/roundup/templates/responsive/html/keyword.index.html:19 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
2824 #: ../share/roundup/templates/responsive/html/keyword.item.html:37 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
2825 #: ../share/roundup/templates/responsive/html/milestone.index.html:19 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
2826 #: ../share/roundup/templates/responsive/html/msg.item.html:30 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
2827 #: ../share/roundup/templates/responsive/html/patch.item.html:13 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
2828 #: ../share/roundup/templates/responsive/html/patch.item.html:99 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
2829 #: ../share/roundup/templates/responsive/html/task.index.html:19 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
2830 #: ../share/roundup/templates/responsive/html/task.item.html:31 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
2831 #: ../share/roundup/templates/responsive/html/user.index.html:12 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
2832 #: ../share/roundup/templates/responsive/html/user.item.html:38 |
|
6223
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
2833 msgid "Please login with your username and password." |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
2834 msgstr "" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
2835 |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
2836 #: ../share/roundup/templates/classic/html/_generic.index.html:28 |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
2837 #: ../share/roundup/templates/minimal/html/_generic.index.html:28 |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
2838 msgid "" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
2839 "<p class=\"form-help\"> You may edit the contents of the ${classname} class " |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
2840 "using this form. Commas, newlines and double quotes (\") must be handled " |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
2841 "delicately. You may include commas and newlines by enclosing the values in " |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
2842 "double-quotes (\"). Double quotes themselves must be quoted by doubling " |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
2843 "(\"\"). </p> <p class=\"form-help\"> Multilink properties have their multiple " |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
2844 "values colon (\":\") separated (... ,\"one:two:three\", ...) </p> <p class=" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
2845 "\"form-help\"> Remove entries by deleting their line. Add new entries by " |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
2846 "appending them to the table - put an X in the id column. If you wish to " |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
2847 "restore a removed item and you know its id then just put that id in the id " |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
2848 "column. </p>" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
2849 msgstr "" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
2850 |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
2851 #: ../share/roundup/templates/classic/html/_generic.index.html:53 |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
2852 #: ../share/roundup/templates/devel/html/_generic.index.html:50 |
|
6223
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
2853 #: ../share/roundup/templates/minimal/html/_generic.index.html:53 |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
2854 #: ../share/roundup/templates/responsive/html/_generic.index.html:50 |
|
6223
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
2855 msgid "Edit Items" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
2856 msgstr "" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
2857 |
| 6777 | 2858 #: ../share/roundup/templates/classic/html/_generic.item.html:52 |
| 2859 #: ../share/roundup/templates/minimal/html/_generic.item.html:52 | |
|
6223
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
2860 msgid "" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
2861 "Showing 10 items. <a href=\"\">Show all history</a> (warning: this could be " |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
2862 "VERY long)" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
2863 msgstr "" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
2864 |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
2865 #: ../share/roundup/templates/classic/html/file.index.html:4 |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
2866 #: ../share/roundup/templates/devel/html/file.index.html:3 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
2867 #: ../share/roundup/templates/responsive/html/file.index.html:3 |
|
6223
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
2868 msgid "List of files - ${tracker}" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
2869 msgstr "" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
2870 |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
2871 #: ../share/roundup/templates/classic/html/file.index.html:5 |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
2872 #: ../share/roundup/templates/devel/html/file.index.html:4 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
2873 #: ../share/roundup/templates/responsive/html/file.index.html:4 |
|
6223
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
2874 msgid "List of files" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
2875 msgstr "" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
2876 |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
2877 #: ../share/roundup/templates/classic/html/file.index.html:10 |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
2878 #: ../share/roundup/templates/devel/html/file.index.html:9 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
2879 #: ../share/roundup/templates/devel/html/patch.index.html:10 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
2880 #: ../share/roundup/templates/devel/html/patch.index.html:43 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
2881 #: ../share/roundup/templates/responsive/html/file.index.html:9 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
2882 #: ../share/roundup/templates/responsive/html/patch.index.html:10 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
2883 #: ../share/roundup/templates/responsive/html/patch.index.html:43 |
|
6223
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
2884 msgid "Download" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
2885 msgstr "" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
2886 |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
2887 #: ../share/roundup/templates/classic/html/file.index.html:11 |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
2888 #: ../share/roundup/templates/classic/html/file.item.html:27 |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
2889 #: ../share/roundup/templates/devel/html/file.index.html:11 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
2890 #: ../share/roundup/templates/devel/html/file.item.html:31 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
2891 #: ../share/roundup/templates/devel/html/patch.index.html:12 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
2892 #: ../share/roundup/templates/devel/html/patch.index.html:45 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
2893 #: ../share/roundup/templates/devel/html/patch.item.html:31 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
2894 #: ../share/roundup/templates/devel/html/patch.item.html:119 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
2895 #: ../share/roundup/templates/responsive/html/file.index.html:11 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
2896 #: ../share/roundup/templates/responsive/html/file.item.html:31 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
2897 #: ../share/roundup/templates/responsive/html/patch.index.html:12 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
2898 #: ../share/roundup/templates/responsive/html/patch.index.html:45 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
2899 #: ../share/roundup/templates/responsive/html/patch.item.html:31 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
2900 #: ../share/roundup/templates/responsive/html/patch.item.html:117 |
|
6223
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
2901 msgid "Content Type" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
2902 msgstr "" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
2903 |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
2904 #: ../share/roundup/templates/classic/html/file.index.html:12 |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
2905 #: ../share/roundup/templates/devel/html/file.index.html:12 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
2906 #: ../share/roundup/templates/devel/html/patch.index.html:13 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
2907 #: ../share/roundup/templates/devel/html/patch.index.html:46 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
2908 #: ../share/roundup/templates/responsive/html/file.index.html:12 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
2909 #: ../share/roundup/templates/responsive/html/patch.index.html:13 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
2910 #: ../share/roundup/templates/responsive/html/patch.index.html:46 |
|
6223
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
2911 msgid "Uploaded By" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
2912 msgstr "" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
2913 |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
2914 #: ../share/roundup/templates/classic/html/file.index.html:13 |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
2915 #: ../share/roundup/templates/classic/html/msg.item.html:48 |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
2916 #: ../share/roundup/templates/devel/html/file.index.html:13 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
2917 #: ../share/roundup/templates/devel/html/msg.item.html:47 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
2918 #: ../share/roundup/templates/devel/html/patch.index.html:14 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
2919 #: ../share/roundup/templates/devel/html/patch.index.html:47 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
2920 #: ../share/roundup/templates/responsive/html/file.index.html:13 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
2921 #: ../share/roundup/templates/responsive/html/msg.item.html:40 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
2922 #: ../share/roundup/templates/responsive/html/patch.index.html:14 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
2923 #: ../share/roundup/templates/responsive/html/patch.index.html:47 |
|
6223
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
2924 msgid "Date" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
2925 msgstr "" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
2926 |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
2927 #: ../share/roundup/templates/classic/html/file.item.html:2 |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
2928 #: ../share/roundup/templates/devel/html/file.item.html:2 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
2929 #: ../share/roundup/templates/responsive/html/file.item.html:2 |
|
6223
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
2930 msgid "File display - ${tracker}" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
2931 msgstr "" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
2932 |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
2933 #: ../share/roundup/templates/classic/html/file.item.html:4 |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
2934 #: ../share/roundup/templates/devel/html/file.item.html:4 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
2935 #: ../share/roundup/templates/responsive/html/file.item.html:4 |
|
6223
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
2936 msgid "File display" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
2937 msgstr "" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
2938 |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
2939 #: ../share/roundup/templates/classic/html/file.item.html:23 |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
2940 #: ../share/roundup/templates/classic/html/user.register.html:19 |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
2941 #: ../share/roundup/templates/devel/html/file.item.html:23 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
2942 #: ../share/roundup/templates/devel/html/patch.item.html:23 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
2943 #: ../share/roundup/templates/devel/html/patch.item.html:111 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
2944 #: ../share/roundup/templates/devel/html/user.register.html:26 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
2945 #: ../share/roundup/templates/responsive/html/file.item.html:23 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
2946 #: ../share/roundup/templates/responsive/html/patch.item.html:23 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
2947 #: ../share/roundup/templates/responsive/html/patch.item.html:109 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
2948 #: ../share/roundup/templates/responsive/html/user.register.html:25 |
|
6223
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
2949 msgid "Name" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
2950 msgstr "" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
2951 |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
2952 #: ../share/roundup/templates/classic/html/file.item.html:45 |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
2953 #: ../share/roundup/templates/devel/html/file.item.html:53 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
2954 #: ../share/roundup/templates/devel/html/patch.item.html:61 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
2955 #: ../share/roundup/templates/devel/html/patch.item.html:149 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
2956 #: ../share/roundup/templates/responsive/html/file.item.html:53 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
2957 #: ../share/roundup/templates/responsive/html/patch.item.html:61 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
2958 #: ../share/roundup/templates/responsive/html/patch.item.html:147 |
|
6223
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
2959 msgid "download" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
2960 msgstr "" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
2961 |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
2962 #: ../share/roundup/templates/classic/html/home.classlist.html:2 |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
2963 #: ../share/roundup/templates/devel/html/home.classlist.html:2 |
|
6223
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
2964 #: ../share/roundup/templates/minimal/html/home.classlist.html:2 |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
2965 #: ../share/roundup/templates/responsive/html/home.classlist.html:2 |
|
6223
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
2966 msgid "List of classes - ${tracker}" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
2967 msgstr "" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
2968 |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
2969 #: ../share/roundup/templates/classic/html/home.classlist.html:4 |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
2970 #: ../share/roundup/templates/devel/html/home.classlist.html:4 |
|
6223
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
2971 #: ../share/roundup/templates/minimal/html/home.classlist.html:4 |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
2972 #: ../share/roundup/templates/responsive/html/home.classlist.html:4 |
|
6223
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
2973 msgid "List of classes" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
2974 msgstr "" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
2975 |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
2976 #: ../share/roundup/templates/classic/html/issue.index.html:3 |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
2977 #: ../share/roundup/templates/classic/html/issue.index.html:9 |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
2978 msgid "List of issues" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
2979 msgstr "" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
2980 |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
2981 #: ../share/roundup/templates/classic/html/issue.index.html:26 |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
2982 #: ../share/roundup/templates/classic/html/issue.item.html:49 |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
2983 #: ../share/roundup/templates/responsive/html/bug.item.html:142 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
2984 #: ../share/roundup/templates/responsive/html/bug.item.html:241 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
2985 #: ../share/roundup/templates/responsive/html/task.item.html:118 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
2986 #: ../share/roundup/templates/responsive/html/task.item.html:215 |
|
6223
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
2987 msgid "Priority" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
2988 msgstr "" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
2989 |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
2990 #: ../share/roundup/templates/classic/html/issue.index.html:27 |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
2991 #: ../share/roundup/templates/devel/html/bug.index.html:27 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
2992 #: ../share/roundup/templates/devel/html/milestone.index.html:26 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
2993 #: ../share/roundup/templates/devel/html/task.index.html:27 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
2994 #: ../share/roundup/templates/responsive/html/bug.index.html:27 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
2995 #: ../share/roundup/templates/responsive/html/milestone.index.html:26 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
2996 #: ../share/roundup/templates/responsive/html/task.index.html:26 |
|
6223
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
2997 msgid "ID" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
2998 msgstr "" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
2999 |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3000 #: ../share/roundup/templates/classic/html/issue.index.html:28 |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3001 #: ../share/roundup/templates/devel/html/bug.index.html:28 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3002 #: ../share/roundup/templates/devel/html/task.index.html:28 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3003 #: ../share/roundup/templates/responsive/html/task.index.html:27 |
|
6223
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3004 msgid "Creation" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3005 msgstr "" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3006 |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3007 #: ../share/roundup/templates/classic/html/issue.index.html:29 |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3008 #: ../share/roundup/templates/devel/html/bug.index.html:29 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3009 #: ../share/roundup/templates/devel/html/task.index.html:29 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3010 #: ../share/roundup/templates/responsive/html/bug.index.html:28 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3011 #: ../share/roundup/templates/responsive/html/task.index.html:28 |
|
6223
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3012 msgid "Activity" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3013 msgstr "" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3014 |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3015 #: ../share/roundup/templates/classic/html/issue.index.html:30 |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3016 #: ../share/roundup/templates/devel/html/bug.index.html:30 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3017 #: ../share/roundup/templates/devel/html/task.index.html:30 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3018 #: ../share/roundup/templates/responsive/html/bug.index.html:29 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3019 #: ../share/roundup/templates/responsive/html/task.index.html:29 |
|
6223
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3020 msgid "Actor" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3021 msgstr "" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3022 |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3023 #: ../share/roundup/templates/classic/html/issue.index.html:31 |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3024 #: ../share/roundup/templates/classic/html/keyword.item.html:37 |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3025 #: ../share/roundup/templates/devel/html/keyword.index.html:25 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3026 #: ../share/roundup/templates/responsive/html/keyword.index.html:25 |
|
6223
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3027 msgid "Keyword" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3028 msgstr "" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3029 |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3030 #: ../share/roundup/templates/classic/html/issue.index.html:32 |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3031 #: ../share/roundup/templates/classic/html/issue.item.html:44 |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3032 #: ../share/roundup/templates/devel/html/bug.index.html:31 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3033 #: ../share/roundup/templates/devel/html/milestone.index.html:27 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3034 #: ../share/roundup/templates/devel/html/task.index.html:31 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3035 #: ../share/roundup/templates/responsive/html/bug.index.html:30 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3036 #: ../share/roundup/templates/responsive/html/bug.item.html:44 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3037 #: ../share/roundup/templates/responsive/html/bug.item.html:57 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3038 #: ../share/roundup/templates/responsive/html/milestone.index.html:27 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3039 #: ../share/roundup/templates/responsive/html/task.index.html:30 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3040 #: ../share/roundup/templates/responsive/html/task.item.html:45 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3041 #: ../share/roundup/templates/responsive/html/task.item.html:56 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3042 #: ../share/roundup/templates/responsive/html/task.item.html:62 |
|
6223
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3043 msgid "Title" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3044 msgstr "" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3045 |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3046 #: ../share/roundup/templates/classic/html/issue.index.html:33 |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3047 #: ../share/roundup/templates/classic/html/issue.item.html:51 |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3048 #: ../share/roundup/templates/devel/html/bug.index.html:34 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3049 #: ../share/roundup/templates/devel/html/milestone.index.html:28 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3050 #: ../share/roundup/templates/devel/html/task.index.html:34 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3051 #: ../share/roundup/templates/responsive/html/bug.index.html:33 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3052 #: ../share/roundup/templates/responsive/html/bug.item.html:128 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3053 #: ../share/roundup/templates/responsive/html/bug.item.html:159 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3054 #: ../share/roundup/templates/responsive/html/milestone.index.html:28 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3055 #: ../share/roundup/templates/responsive/html/task.index.html:32 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3056 #: ../share/roundup/templates/responsive/html/task.item.html:104 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3057 #: ../share/roundup/templates/responsive/html/task.item.html:133 |
|
6223
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3058 msgid "Status" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3059 msgstr "" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3060 |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3061 #: ../share/roundup/templates/classic/html/issue.index.html:34 |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3062 #: ../share/roundup/templates/devel/html/bug.index.html:36 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3063 #: ../share/roundup/templates/devel/html/task.index.html:36 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3064 #: ../share/roundup/templates/responsive/html/bug.index.html:35 |
|
6223
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3065 msgid "Creator" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3066 msgstr "" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3067 |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3068 #: ../share/roundup/templates/classic/html/issue.index.html:35 |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3069 #: ../share/roundup/templates/devel/html/bug.index.html:37 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3070 #: ../share/roundup/templates/devel/html/task.index.html:37 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3071 #: ../share/roundup/templates/responsive/html/bug.index.html:36 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3072 #: ../share/roundup/templates/responsive/html/task.index.html:34 |
|
6223
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3073 msgid "Assigned To" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3074 msgstr "" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3075 |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3076 #: ../share/roundup/templates/classic/html/issue.index.html:104 |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3077 msgid "Download as CSV" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3078 msgstr "" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3079 |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3080 #: ../share/roundup/templates/classic/html/issue.index.html:114 |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3081 msgid "Sort on:" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3082 msgstr "" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3083 |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3084 #: ../share/roundup/templates/classic/html/issue.index.html:118 |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3085 #: ../share/roundup/templates/classic/html/issue.index.html:139 |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3086 #: ../share/roundup/templates/devel/html/bug.index.html:155 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3087 #: ../share/roundup/templates/devel/html/milestone.index.html:120 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3088 #: ../share/roundup/templates/devel/html/task.index.html:155 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3089 #: ../share/roundup/templates/responsive/html/bug.index.html:143 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3090 #: ../share/roundup/templates/responsive/html/milestone.index.html:118 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3091 #: ../share/roundup/templates/responsive/html/task.index.html:138 |
|
6223
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3092 msgid "- nothing -" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3093 msgstr "" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3094 |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3095 #: ../share/roundup/templates/classic/html/issue.index.html:126 |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3096 #: ../share/roundup/templates/classic/html/issue.index.html:147 |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3097 #: ../share/roundup/templates/devel/html/bug.index.html:163 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3098 #: ../share/roundup/templates/devel/html/milestone.index.html:128 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3099 #: ../share/roundup/templates/devel/html/task.index.html:163 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3100 #: ../share/roundup/templates/responsive/html/bug.index.html:151 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3101 #: ../share/roundup/templates/responsive/html/milestone.index.html:126 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3102 #: ../share/roundup/templates/responsive/html/task.index.html:146 |
|
6223
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3103 msgid "Descending:" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3104 msgstr "" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3105 |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3106 #: ../share/roundup/templates/classic/html/issue.index.html:135 |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3107 #: ../share/roundup/templates/devel/html/bug.index.html:151 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3108 #: ../share/roundup/templates/devel/html/milestone.index.html:116 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3109 #: ../share/roundup/templates/devel/html/task.index.html:151 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3110 #: ../share/roundup/templates/responsive/html/bug.index.html:139 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3111 #: ../share/roundup/templates/responsive/html/milestone.index.html:114 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3112 #: ../share/roundup/templates/responsive/html/task.index.html:134 |
|
6223
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3113 msgid "Group on:" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3114 msgstr "" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3115 |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3116 #: ../share/roundup/templates/classic/html/issue.index.html:154 |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3117 #: ../share/roundup/templates/devel/html/bug.index.html:170 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3118 #: ../share/roundup/templates/devel/html/milestone.index.html:135 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3119 #: ../share/roundup/templates/devel/html/task.index.html:170 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3120 #: ../share/roundup/templates/responsive/html/bug.index.html:158 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3121 #: ../share/roundup/templates/responsive/html/milestone.index.html:133 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3122 #: ../share/roundup/templates/responsive/html/task.index.html:153 |
|
6223
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3123 msgid "Redisplay" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3124 msgstr "" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3125 |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3126 #: ../share/roundup/templates/classic/html/issue.item.html:7 |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3127 msgid "Issue ${id}: ${title} - ${tracker}" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3128 msgstr "" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3129 |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3130 #: ../share/roundup/templates/classic/html/issue.item.html:10 |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3131 msgid "New Issue - ${tracker}" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3132 msgstr "" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3133 |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3134 #: ../share/roundup/templates/classic/html/issue.item.html:14 |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3135 msgid "New Issue" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3136 msgstr "" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3137 |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3138 #: ../share/roundup/templates/classic/html/issue.item.html:16 |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3139 msgid "New Issue Editing" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3140 msgstr "" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3141 |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3142 #: ../share/roundup/templates/classic/html/issue.item.html:19 |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3143 msgid "Issue${id}" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3144 msgstr "" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3145 |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3146 #: ../share/roundup/templates/classic/html/issue.item.html:22 |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3147 msgid "Issue${id} Editing" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3148 msgstr "" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3149 |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3150 #: ../share/roundup/templates/classic/html/issue.item.html:56 |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3151 #: ../share/roundup/templates/devel/html/bug.item.html:115 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3152 #: ../share/roundup/templates/devel/html/task.item.html:90 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3153 #: ../share/roundup/templates/responsive/html/bug.item.html:134 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3154 #: ../share/roundup/templates/responsive/html/task.item.html:110 |
|
6223
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3155 msgid "Superseder" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3156 msgstr "" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3157 |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3158 #: ../share/roundup/templates/classic/html/issue.item.html:61 |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3159 msgid "View:" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3160 msgstr "" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3161 |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3162 #: ../share/roundup/templates/classic/html/issue.item.html:67 |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3163 #: ../share/roundup/templates/devel/html/bug.item.html:135 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3164 #: ../share/roundup/templates/devel/html/task.item.html:110 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3165 #: ../share/roundup/templates/responsive/html/bug.item.html:224 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3166 #: ../share/roundup/templates/responsive/html/task.item.html:198 |
|
6223
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3167 msgid "Nosy List" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3168 msgstr "" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3169 |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3170 #: ../share/roundup/templates/classic/html/issue.item.html:76 |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3171 #: ../share/roundup/templates/devel/html/bug.item.html:133 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3172 #: ../share/roundup/templates/devel/html/task.item.html:108 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3173 #: ../share/roundup/templates/responsive/html/bug.item.html:216 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3174 #: ../share/roundup/templates/responsive/html/task.item.html:190 |
|
6223
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3175 msgid "Assigned To" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3176 msgstr "" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3177 |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3178 #: ../share/roundup/templates/classic/html/issue.item.html:78 |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3179 #: ../share/roundup/templates/classic/html/page.html:105 |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3180 #: ../share/roundup/templates/devel/html/bug.index.html:38 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3181 #: ../share/roundup/templates/devel/html/task.index.html:38 |
|
6223
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3182 #: ../share/roundup/templates/minimal/html/page.html:105 |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3183 #: ../share/roundup/templates/responsive/html/bug.item.html:144 |
|
6223
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3184 msgid "Keywords" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3185 msgstr "" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3186 |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3187 #: ../share/roundup/templates/classic/html/issue.item.html:86 |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3188 msgid "Change Note" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3189 msgstr "" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3190 |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3191 #: ../share/roundup/templates/classic/html/issue.item.html:94 |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3192 #: ../share/roundup/templates/devel/html/bug.item.html:164 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3193 #: ../share/roundup/templates/devel/html/task.item.html:133 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3194 #: ../share/roundup/templates/responsive/html/bug.item.html:274 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3195 #: ../share/roundup/templates/responsive/html/task.item.html:241 |
|
6223
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3196 msgid "File" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3197 msgstr "" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3198 |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3199 #: ../share/roundup/templates/classic/html/issue.item.html:106 |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3200 #: ../share/roundup/templates/devel/html/bug.item.html:207 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3201 #: ../share/roundup/templates/devel/html/task.item.html:154 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3202 #: ../share/roundup/templates/responsive/html/bug.item.html:301 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3203 #: ../share/roundup/templates/responsive/html/task.item.html:268 |
|
6223
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3204 msgid "Make a copy" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3205 msgstr "" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3206 |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3207 #: ../share/roundup/templates/classic/html/issue.item.html:114 |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3208 #: ../share/roundup/templates/classic/html/user.item.html:153 |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3209 #: ../share/roundup/templates/classic/html/user.register.html:74 |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3210 #: ../share/roundup/templates/devel/html/user.item.html:149 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3211 #: ../share/roundup/templates/devel/html/user.register.html:81 |
|
6223
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3212 #: ../share/roundup/templates/minimal/html/user.item.html:103 |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3213 #: ../share/roundup/templates/responsive/html/user.item.html:149 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3214 #: ../share/roundup/templates/responsive/html/user.register.html:80 |
|
6223
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3215 msgid "" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3216 "<table class=\"form\"> <tr> <td>Note: </td> <th class=\"required" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3217 "\">highlighted</th> <td> fields are required.</td> </tr> </table>" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3218 msgstr "" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3219 |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3220 #: ../share/roundup/templates/classic/html/issue.item.html:128 |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3221 msgid "" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3222 "Created on ${creation} by ${creator}, last changed ${activity} by ${actor}." |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3223 msgstr "" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3224 |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3225 #: ../share/roundup/templates/classic/html/issue.item.html:132 |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3226 #: ../share/roundup/templates/classic/html/msg.item.html:61 |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3227 #: ../share/roundup/templates/devel/html/bug.item.html:222 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3228 #: ../share/roundup/templates/devel/html/msg.item.html:103 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3229 #: ../share/roundup/templates/devel/html/task.item.html:169 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3230 #: ../share/roundup/templates/responsive/html/msg.item.html:56 |
|
6223
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3231 msgid "Files" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3232 msgstr "" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3233 |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3234 #: ../share/roundup/templates/classic/html/issue.item.html:134 |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3235 #: ../share/roundup/templates/classic/html/msg.item.html:63 |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3236 #: ../share/roundup/templates/devel/html/bug.item.html:224 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3237 #: ../share/roundup/templates/devel/html/msg.item.html:105 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3238 #: ../share/roundup/templates/devel/html/task.item.html:171 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3239 #: ../share/roundup/templates/responsive/html/bug.item.html:316 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3240 #: ../share/roundup/templates/responsive/html/msg.item.html:58 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3241 #: ../share/roundup/templates/responsive/html/task.item.html:283 |
|
6223
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3242 msgid "File name" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3243 msgstr "" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3244 |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3245 #: ../share/roundup/templates/classic/html/issue.item.html:135 |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3246 #: ../share/roundup/templates/classic/html/msg.item.html:64 |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3247 #: ../share/roundup/templates/devel/html/bug.item.html:225 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3248 #: ../share/roundup/templates/devel/html/msg.item.html:106 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3249 #: ../share/roundup/templates/devel/html/task.item.html:172 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3250 #: ../share/roundup/templates/responsive/html/bug.item.html:317 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3251 #: ../share/roundup/templates/responsive/html/msg.item.html:59 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3252 #: ../share/roundup/templates/responsive/html/task.item.html:284 |
|
6223
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3253 msgid "Uploaded" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3254 msgstr "" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3255 |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3256 #: ../share/roundup/templates/classic/html/issue.item.html:136 |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3257 #: ../share/roundup/templates/devel/html/bug.index.html:40 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3258 #: ../share/roundup/templates/devel/html/task.index.html:40 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3259 #: ../share/roundup/templates/responsive/html/bug.index.html:37 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3260 #: ../share/roundup/templates/responsive/html/bug.item.html:46 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3261 #: ../share/roundup/templates/responsive/html/bug.item.html:71 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3262 #: ../share/roundup/templates/responsive/html/task.index.html:35 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3263 #: ../share/roundup/templates/responsive/html/task.item.html:47 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3264 #: ../share/roundup/templates/responsive/html/task.item.html:76 |
|
6223
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3265 msgid "Type" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3266 msgstr "" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3267 |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3268 #: ../share/roundup/templates/classic/html/issue.item.html:137 |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3269 #: ../share/roundup/templates/classic/html/query.edit.html:60 |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3270 #: ../share/roundup/templates/devel/html/bug.item.html:227 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3271 #: ../share/roundup/templates/devel/html/query.edit.html:62 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3272 #: ../share/roundup/templates/devel/html/task.item.html:174 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3273 #: ../share/roundup/templates/responsive/html/bug.item.html:319 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3274 #: ../share/roundup/templates/responsive/html/query.edit.html:62 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3275 #: ../share/roundup/templates/responsive/html/task.item.html:286 |
|
6223
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3276 msgid "Edit" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3277 msgstr "" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3278 |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3279 #: ../share/roundup/templates/classic/html/issue.item.html:138 |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3280 #: ../share/roundup/templates/devel/html/bug.item.html:228 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3281 #: ../share/roundup/templates/devel/html/task.item.html:175 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3282 #: ../share/roundup/templates/responsive/html/bug.item.html:320 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3283 #: ../share/roundup/templates/responsive/html/task.item.html:287 |
|
6223
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3284 msgid "Remove" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3285 msgstr "" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3286 |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3287 #: ../share/roundup/templates/classic/html/issue.item.html:160 |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3288 #: ../share/roundup/templates/classic/html/issue.item.html:183 |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3289 #: ../share/roundup/templates/classic/html/query.edit.html:83 |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3290 #: ../share/roundup/templates/devel/html/bug.item.html:248 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3291 #: ../share/roundup/templates/devel/html/bug.item.html:305 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3292 #: ../share/roundup/templates/devel/html/query.edit.html:82 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3293 #: ../share/roundup/templates/devel/html/task.item.html:197 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3294 #: ../share/roundup/templates/devel/html/task.item.html:221 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3295 #: ../share/roundup/templates/responsive/html/bug.item.html:341 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3296 #: ../share/roundup/templates/responsive/html/bug.item.html:365 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3297 #: ../share/roundup/templates/responsive/html/query.edit.html:82 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3298 #: ../share/roundup/templates/responsive/html/task.item.html:310 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3299 #: ../share/roundup/templates/responsive/html/task.item.html:334 |
|
6223
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3300 msgid "remove" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3301 msgstr "" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3302 |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3303 #: ../share/roundup/templates/classic/html/issue.item.html:167 |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3304 #: ../share/roundup/templates/classic/html/msg.index.html:9 |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3305 #: ../share/roundup/templates/devel/html/bug.item.html:291 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3306 #: ../share/roundup/templates/devel/html/msg.index.html:9 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3307 #: ../share/roundup/templates/devel/html/task.item.html:204 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3308 #: ../share/roundup/templates/responsive/html/bug.item.html:347 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3309 #: ../share/roundup/templates/responsive/html/msg.index.html:9 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3310 #: ../share/roundup/templates/responsive/html/task.item.html:316 |
|
6223
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3311 msgid "Messages" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3312 msgstr "" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3313 |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3314 #: ../share/roundup/templates/classic/html/issue.item.html:171 |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3315 msgid "msg${id} (view)" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3316 msgstr "" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3317 |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3318 #: ../share/roundup/templates/classic/html/issue.item.html:172 |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3319 msgid "Author: ${author}" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3320 msgstr "" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3321 |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3322 #: ../share/roundup/templates/classic/html/issue.item.html:174 |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3323 #: ../share/roundup/templates/devel/html/bug.item.html:298 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3324 #: ../share/roundup/templates/devel/html/task.item.html:211 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3325 #: ../share/roundup/templates/responsive/html/bug.item.html:357 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3326 #: ../share/roundup/templates/responsive/html/task.item.html:326 |
|
6223
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3327 msgid "Date: ${date}" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3328 msgstr "" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3329 |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3330 #: ../share/roundup/templates/classic/html/issue.search.html:2 |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3331 msgid "Issue searching - ${tracker}" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3332 msgstr "" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3333 |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3334 #: ../share/roundup/templates/classic/html/issue.search.html:4 |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3335 msgid "Issue searching" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3336 msgstr "" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3337 |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3338 #: ../share/roundup/templates/classic/html/issue.search.html:32 |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3339 #: ../share/roundup/templates/devel/html/bug.search.html:32 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3340 #: ../share/roundup/templates/devel/html/task.search.html:32 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3341 #: ../share/roundup/templates/responsive/html/bug.search.html:32 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3342 #: ../share/roundup/templates/responsive/html/task.search.html:32 |
|
6223
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3343 msgid "Filter on" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3344 msgstr "" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3345 |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3346 #: ../share/roundup/templates/classic/html/issue.search.html:33 |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3347 #: ../share/roundup/templates/devel/html/bug.search.html:33 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3348 #: ../share/roundup/templates/devel/html/task.search.html:33 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3349 #: ../share/roundup/templates/responsive/html/bug.search.html:33 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3350 #: ../share/roundup/templates/responsive/html/task.search.html:33 |
|
6223
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3351 msgid "Display" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3352 msgstr "" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3353 |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3354 #: ../share/roundup/templates/classic/html/issue.search.html:34 |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3355 #: ../share/roundup/templates/devel/html/bug.search.html:34 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3356 #: ../share/roundup/templates/devel/html/task.search.html:34 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3357 #: ../share/roundup/templates/responsive/html/bug.search.html:34 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3358 #: ../share/roundup/templates/responsive/html/task.search.html:34 |
|
6223
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3359 msgid "Sort on" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3360 msgstr "" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3361 |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3362 #: ../share/roundup/templates/classic/html/issue.search.html:35 |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3363 #: ../share/roundup/templates/devel/html/bug.search.html:35 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3364 #: ../share/roundup/templates/devel/html/task.search.html:35 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3365 #: ../share/roundup/templates/responsive/html/bug.search.html:35 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3366 #: ../share/roundup/templates/responsive/html/task.search.html:35 |
|
6223
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3367 msgid "Group on" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3368 msgstr "" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3369 |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3370 #: ../share/roundup/templates/classic/html/issue.search.html:39 |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3371 #: ../share/roundup/templates/devel/html/bug.search.html:39 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3372 #: ../share/roundup/templates/devel/html/task.search.html:39 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3373 #: ../share/roundup/templates/responsive/html/bug.search.html:39 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3374 #: ../share/roundup/templates/responsive/html/task.search.html:39 |
|
6223
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3375 msgid "All text*:" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3376 msgstr "" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3377 |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3378 #: ../share/roundup/templates/classic/html/issue.search.html:47 |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3379 #: ../share/roundup/templates/devel/html/bug.item.html:44 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3380 #: ../share/roundup/templates/devel/html/bug.search.html:47 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3381 #: ../share/roundup/templates/devel/html/task.item.html:44 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3382 #: ../share/roundup/templates/devel/html/task.search.html:47 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3383 #: ../share/roundup/templates/responsive/html/bug.search.html:47 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3384 #: ../share/roundup/templates/responsive/html/task.search.html:47 |
|
6223
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3385 msgid "Title:" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3386 msgstr "" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3387 |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3388 #: ../share/roundup/templates/classic/html/issue.search.html:57 |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3389 #: ../share/roundup/templates/devel/html/bug.search.html:194 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3390 #: ../share/roundup/templates/devel/html/keyword.item.html:51 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3391 #: ../share/roundup/templates/devel/html/task.search.html:194 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3392 #: ../share/roundup/templates/responsive/html/bug.search.html:194 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3393 #: ../share/roundup/templates/responsive/html/keyword.item.html:51 |
|
6223
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3394 msgid "Keyword:" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3395 msgstr "" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3396 |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3397 #: ../share/roundup/templates/classic/html/issue.search.html:59 |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3398 #: ../share/roundup/templates/classic/html/issue.search.html:124 |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3399 #: ../share/roundup/templates/classic/html/issue.search.html:140 |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3400 #: ../share/roundup/templates/devel/html/bug.search.html:117 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3401 #: ../share/roundup/templates/devel/html/bug.search.html:130 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3402 #: ../share/roundup/templates/devel/html/bug.search.html:143 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3403 #: ../share/roundup/templates/devel/html/bug.search.html:209 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3404 #: ../share/roundup/templates/devel/html/bug.search.html:225 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3405 #: ../share/roundup/templates/devel/html/task.search.html:117 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3406 #: ../share/roundup/templates/devel/html/task.search.html:130 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3407 #: ../share/roundup/templates/devel/html/task.search.html:143 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3408 #: ../share/roundup/templates/devel/html/task.search.html:209 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3409 #: ../share/roundup/templates/devel/html/task.search.html:225 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3410 #: ../share/roundup/templates/responsive/html/bug.search.html:117 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3411 #: ../share/roundup/templates/responsive/html/bug.search.html:130 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3412 #: ../share/roundup/templates/responsive/html/bug.search.html:143 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3413 #: ../share/roundup/templates/responsive/html/bug.search.html:209 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3414 #: ../share/roundup/templates/responsive/html/bug.search.html:225 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3415 #: ../share/roundup/templates/responsive/html/task.search.html:117 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3416 #: ../share/roundup/templates/responsive/html/task.search.html:130 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3417 #: ../share/roundup/templates/responsive/html/task.search.html:170 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3418 #: ../share/roundup/templates/responsive/html/task.search.html:186 |
|
6223
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3419 msgid "not selected" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3420 msgstr "" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3421 |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3422 #: ../share/roundup/templates/classic/html/issue.search.html:68 |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3423 #: ../share/roundup/templates/devel/html/bug.search.html:55 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3424 #: ../share/roundup/templates/devel/html/task.search.html:55 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3425 #: ../share/roundup/templates/responsive/html/bug.search.html:55 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3426 #: ../share/roundup/templates/responsive/html/task.search.html:55 |
|
6223
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3427 msgid "ID:" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3428 msgstr "" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3429 |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3430 #: ../share/roundup/templates/classic/html/issue.search.html:76 |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3431 #: ../share/roundup/templates/devel/html/bug.search.html:63 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3432 #: ../share/roundup/templates/devel/html/task.search.html:63 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3433 #: ../share/roundup/templates/responsive/html/bug.search.html:63 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3434 #: ../share/roundup/templates/responsive/html/task.search.html:63 |
|
6223
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3435 msgid "Creation Date:" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3436 msgstr "" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3437 |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3438 #: ../share/roundup/templates/classic/html/issue.search.html:87 |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3439 #: ../share/roundup/templates/devel/html/bug.search.html:73 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3440 #: ../share/roundup/templates/devel/html/task.search.html:73 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3441 #: ../share/roundup/templates/responsive/html/bug.search.html:73 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3442 #: ../share/roundup/templates/responsive/html/task.search.html:73 |
|
6223
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3443 msgid "Creator:" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3444 msgstr "" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3445 |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3446 #: ../share/roundup/templates/classic/html/issue.search.html:89 |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3447 #: ../share/roundup/templates/devel/html/bug.search.html:75 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3448 #: ../share/roundup/templates/devel/html/task.search.html:75 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3449 #: ../share/roundup/templates/responsive/html/bug.search.html:75 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3450 #: ../share/roundup/templates/responsive/html/task.search.html:75 |
|
6223
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3451 msgid "created by me" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3452 msgstr "" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3453 |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3454 #: ../share/roundup/templates/classic/html/issue.search.html:98 |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3455 #: ../share/roundup/templates/devel/html/bug.search.html:84 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3456 #: ../share/roundup/templates/devel/html/task.search.html:84 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3457 #: ../share/roundup/templates/responsive/html/bug.search.html:84 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3458 #: ../share/roundup/templates/responsive/html/task.search.html:84 |
|
6223
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3459 msgid "Activity:" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3460 msgstr "" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3461 |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3462 #: ../share/roundup/templates/classic/html/issue.search.html:109 |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3463 msgid "Actor:" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3464 msgstr "" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3465 |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3466 #: ../share/roundup/templates/classic/html/issue.search.html:111 |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3467 #: ../share/roundup/templates/devel/html/bug.search.html:96 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3468 #: ../share/roundup/templates/devel/html/task.search.html:96 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3469 #: ../share/roundup/templates/responsive/html/bug.search.html:96 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3470 #: ../share/roundup/templates/responsive/html/task.search.html:96 |
|
6223
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3471 msgid "done by me" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3472 msgstr "" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3473 |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3474 #: ../share/roundup/templates/classic/html/issue.search.html:122 |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3475 #: ../share/roundup/templates/devel/html/bug.search.html:207 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3476 #: ../share/roundup/templates/devel/html/task.search.html:207 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3477 #: ../share/roundup/templates/responsive/html/bug.search.html:207 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3478 #: ../share/roundup/templates/responsive/html/task.search.html:168 |
|
6223
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3479 msgid "Priority:" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3480 msgstr "" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3481 |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3482 #: ../share/roundup/templates/classic/html/issue.search.html:135 |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3483 #: ../share/roundup/templates/devel/html/bug.search.html:220 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3484 #: ../share/roundup/templates/devel/html/task.search.html:220 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3485 #: ../share/roundup/templates/responsive/html/bug.search.html:220 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3486 #: ../share/roundup/templates/responsive/html/task.search.html:181 |
|
6223
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3487 msgid "Status:" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3488 msgstr "" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3489 |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3490 #: ../share/roundup/templates/classic/html/issue.search.html:138 |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3491 msgid "not resolved" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3492 msgstr "" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3493 |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3494 #: ../share/roundup/templates/classic/html/issue.search.html:153 |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3495 #: ../share/roundup/templates/devel/html/bug.search.html:177 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3496 #: ../share/roundup/templates/devel/html/task.search.html:177 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3497 #: ../share/roundup/templates/responsive/html/bug.search.html:177 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3498 #: ../share/roundup/templates/responsive/html/task.search.html:151 |
|
6223
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3499 msgid "Assigned to:" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3500 msgstr "" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3501 |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3502 #: ../share/roundup/templates/classic/html/issue.search.html:156 |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3503 #: ../share/roundup/templates/devel/html/bug.search.html:180 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3504 #: ../share/roundup/templates/devel/html/task.search.html:180 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3505 #: ../share/roundup/templates/responsive/html/bug.search.html:180 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3506 #: ../share/roundup/templates/responsive/html/task.search.html:154 |
|
6223
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3507 msgid "assigned to me" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3508 msgstr "" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3509 |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3510 #: ../share/roundup/templates/classic/html/issue.search.html:158 |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3511 #: ../share/roundup/templates/devel/html/bug.search.html:182 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3512 #: ../share/roundup/templates/devel/html/task.search.html:182 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3513 #: ../share/roundup/templates/responsive/html/bug.search.html:182 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3514 #: ../share/roundup/templates/responsive/html/task.search.html:156 |
|
6223
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3515 msgid "unassigned" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3516 msgstr "" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3517 |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3518 #: ../share/roundup/templates/classic/html/issue.search.html:168 |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3519 #: ../share/roundup/templates/devel/html/bug.search.html:245 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3520 #: ../share/roundup/templates/devel/html/task.search.html:245 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3521 #: ../share/roundup/templates/responsive/html/bug.search.html:245 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3522 #: ../share/roundup/templates/responsive/html/task.search.html:206 |
|
6223
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3523 msgid "No Sort or group:" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3524 msgstr "" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3525 |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3526 #: ../share/roundup/templates/classic/html/issue.search.html:176 |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3527 #: ../share/roundup/templates/devel/html/bug.search.html:253 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3528 #: ../share/roundup/templates/devel/html/task.search.html:253 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3529 #: ../share/roundup/templates/responsive/html/bug.search.html:253 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3530 #: ../share/roundup/templates/responsive/html/task.search.html:214 |
|
6223
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3531 msgid "Pagesize:" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3532 msgstr "" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3533 |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3534 #: ../share/roundup/templates/classic/html/issue.search.html:182 |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3535 #: ../share/roundup/templates/devel/html/bug.search.html:259 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3536 #: ../share/roundup/templates/devel/html/task.search.html:259 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3537 #: ../share/roundup/templates/responsive/html/bug.search.html:259 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3538 #: ../share/roundup/templates/responsive/html/task.search.html:220 |
|
6223
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3539 msgid "Start With:" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3540 msgstr "" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3541 |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3542 #: ../share/roundup/templates/classic/html/issue.search.html:188 |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3543 #: ../share/roundup/templates/devel/html/bug.search.html:265 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3544 #: ../share/roundup/templates/devel/html/task.search.html:265 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3545 #: ../share/roundup/templates/responsive/html/bug.search.html:265 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3546 #: ../share/roundup/templates/responsive/html/task.search.html:226 |
|
6223
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3547 msgid "Sort Descending:" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3548 msgstr "" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3549 |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3550 #: ../share/roundup/templates/classic/html/issue.search.html:195 |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3551 #: ../share/roundup/templates/devel/html/bug.search.html:272 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3552 #: ../share/roundup/templates/devel/html/task.search.html:272 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3553 #: ../share/roundup/templates/responsive/html/bug.search.html:272 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3554 #: ../share/roundup/templates/responsive/html/task.search.html:233 |
|
6223
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3555 msgid "Group Descending:" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3556 msgstr "" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3557 |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3558 #: ../share/roundup/templates/classic/html/issue.search.html:202 |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3559 #: ../share/roundup/templates/devel/html/bug.search.html:279 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3560 #: ../share/roundup/templates/devel/html/task.search.html:279 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3561 #: ../share/roundup/templates/responsive/html/bug.search.html:279 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3562 #: ../share/roundup/templates/responsive/html/task.search.html:240 |
|
6223
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3563 msgid "Query name**:" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3564 msgstr "" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3565 |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3566 #: ../share/roundup/templates/classic/html/issue.search.html:215 |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3567 #: ../share/roundup/templates/classic/html/page.html:40 |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3568 #: ../share/roundup/templates/classic/html/page.html:92 |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3569 #: ../share/roundup/templates/classic/html/user.help-search.html:69 |
|
6557
8687c096a945
Handle configparser.InterpolationSyntaxError
John Rouillard <rouilj@ieee.org>
parents:
6456
diff
changeset
|
3570 #: ../share/roundup/templates/classic/html/user.index.html:38 |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3571 #: ../share/roundup/templates/devel/html/bug.search.html:292 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3572 #: ../share/roundup/templates/devel/html/page.html:79 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3573 #: ../share/roundup/templates/devel/html/page.html:126 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3574 #: ../share/roundup/templates/devel/html/task.search.html:292 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3575 #: ../share/roundup/templates/devel/html/user.help-search.html:69 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3576 #: ../share/roundup/templates/devel/html/user.help.html:77 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3577 #: ../share/roundup/templates/devel/html/user.index.html:37 |
|
6223
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3578 #: ../share/roundup/templates/minimal/html/page.html:40 |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3579 #: ../share/roundup/templates/minimal/html/page.html:92 |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3580 #: ../share/roundup/templates/responsive/html/bug.search.html:292 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3581 #: ../share/roundup/templates/responsive/html/page.html:95 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3582 #: ../share/roundup/templates/responsive/html/page.html:143 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3583 #: ../share/roundup/templates/responsive/html/task.search.html:253 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3584 #: ../share/roundup/templates/responsive/html/user.help-search.html:69 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3585 #: ../share/roundup/templates/responsive/html/user.help.html:77 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3586 #: ../share/roundup/templates/responsive/html/user.index.html:39 |
|
6223
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3587 msgid "Search" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3588 msgstr "" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3589 |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3590 #: ../share/roundup/templates/classic/html/issue.search.html:220 |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3591 msgid "*: The \"all text\" field will look in message bodies and issue titles" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3592 msgstr "" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3593 |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3594 #: ../share/roundup/templates/classic/html/issue.search.html:223 |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3595 #: ../share/roundup/templates/devel/html/bug.search.html:300 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3596 #: ../share/roundup/templates/devel/html/task.search.html:300 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3597 #: ../share/roundup/templates/responsive/html/bug.search.html:300 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3598 #: ../share/roundup/templates/responsive/html/task.search.html:261 |
|
6223
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3599 msgid "" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3600 "**: If you supply a name, the query will be saved off and available as a link " |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3601 "in the sidebar" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3602 msgstr "" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3603 |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3604 #: ../share/roundup/templates/classic/html/keyword.item.html:3 |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3605 msgid "Keyword editing - ${tracker}" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3606 msgstr "" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3607 |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3608 #: ../share/roundup/templates/classic/html/keyword.item.html:5 |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3609 msgid "Keyword editing" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3610 msgstr "" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3611 |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3612 #: ../share/roundup/templates/classic/html/keyword.item.html:11 |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3613 msgid "Existing Keywords" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3614 msgstr "" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3615 |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3616 #: ../share/roundup/templates/classic/html/keyword.item.html:20 |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3617 msgid "" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3618 "To edit an existing keyword (for spelling or typing errors), click on its " |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3619 "entry above." |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3620 msgstr "" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3621 |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3622 #: ../share/roundup/templates/classic/html/keyword.item.html:27 |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3623 msgid "To create a new keyword, enter it below and click \"Submit New Entry\"." |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3624 msgstr "" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3625 |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3626 #: ../share/roundup/templates/classic/html/keyword.item.html:51 |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3627 msgid "Continue adding keywords." |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3628 msgstr "" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3629 |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3630 #: ../share/roundup/templates/classic/html/msg.index.html:3 |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3631 #: ../share/roundup/templates/devel/html/msg.index.html:3 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3632 #: ../share/roundup/templates/responsive/html/msg.index.html:3 |
|
6223
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3633 msgid "List of messages - ${tracker}" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3634 msgstr "" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3635 |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3636 #: ../share/roundup/templates/classic/html/msg.index.html:5 |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3637 #: ../share/roundup/templates/devel/html/msg.index.html:5 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3638 #: ../share/roundup/templates/responsive/html/msg.index.html:5 |
|
6223
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3639 msgid "Message listing" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3640 msgstr "" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3641 |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3642 #: ../share/roundup/templates/classic/html/msg.item.html:6 |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3643 #: ../share/roundup/templates/devel/html/msg.item.html:5 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3644 #: ../share/roundup/templates/responsive/html/msg.item.html:5 |
|
6223
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3645 msgid "Message ${id} - ${tracker}" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3646 msgstr "" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3647 |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3648 #: ../share/roundup/templates/classic/html/msg.item.html:9 |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3649 #: ../share/roundup/templates/devel/html/msg.item.html:8 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3650 #: ../share/roundup/templates/responsive/html/msg.item.html:8 |
|
6223
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3651 msgid "New Message - ${tracker}" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3652 msgstr "" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3653 |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3654 #: ../share/roundup/templates/classic/html/msg.item.html:13 |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3655 #: ../share/roundup/templates/devel/html/msg.item.html:12 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3656 #: ../share/roundup/templates/responsive/html/msg.item.html:12 |
|
6223
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3657 msgid "New Message" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3658 msgstr "" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3659 |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3660 #: ../share/roundup/templates/classic/html/msg.item.html:15 |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3661 #: ../share/roundup/templates/devel/html/msg.item.html:14 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3662 #: ../share/roundup/templates/responsive/html/msg.item.html:14 |
|
6223
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3663 msgid "New Message Editing" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3664 msgstr "" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3665 |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3666 #: ../share/roundup/templates/classic/html/msg.item.html:18 |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3667 #: ../share/roundup/templates/devel/html/msg.item.html:17 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3668 #: ../share/roundup/templates/responsive/html/msg.item.html:17 |
|
6223
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3669 msgid "Message${id}" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3670 msgstr "" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3671 |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3672 #: ../share/roundup/templates/classic/html/msg.item.html:21 |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3673 #: ../share/roundup/templates/devel/html/msg.item.html:20 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3674 #: ../share/roundup/templates/responsive/html/msg.item.html:20 |
|
6223
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3675 msgid "Message${id} Editing" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3676 msgstr "" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3677 |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3678 #: ../share/roundup/templates/classic/html/msg.item.html:38 |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3679 #: ../share/roundup/templates/devel/html/msg.item.html:37 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3680 #: ../share/roundup/templates/responsive/html/msg.item.html:36 |
|
6223
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3681 msgid "Author" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3682 msgstr "" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3683 |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3684 #: ../share/roundup/templates/classic/html/msg.item.html:43 |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3685 #: ../share/roundup/templates/devel/html/msg.item.html:42 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3686 #: ../share/roundup/templates/responsive/html/msg.item.html:38 |
|
6223
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3687 msgid "Recipients" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3688 msgstr "" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3689 |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3690 #: ../share/roundup/templates/classic/html/msg.item.html:54 |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3691 msgid "Content" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3692 msgstr "" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3693 |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3694 #: ../share/roundup/templates/classic/html/page.html:54 |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3695 #: ../share/roundup/templates/minimal/html/page.html:54 |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3696 msgid "<b>Your Queries</b> (<a href=\"query?@template=edit\">edit</a>)" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3697 msgstr "" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3698 |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3699 #: ../share/roundup/templates/classic/html/page.html:65 |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3700 #: ../share/roundup/templates/minimal/html/page.html:65 |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3701 msgid "Issues" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3702 msgstr "" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3703 |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3704 #: ../share/roundup/templates/classic/html/page.html:67 |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3705 #: ../share/roundup/templates/classic/html/page.html:107 |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3706 #: ../share/roundup/templates/devel/html/page.html:48 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3707 #: ../share/roundup/templates/devel/html/page.html:96 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3708 #: ../share/roundup/templates/devel/html/page.html:143 |
|
6223
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3709 #: ../share/roundup/templates/minimal/html/page.html:67 |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3710 #: ../share/roundup/templates/minimal/html/page.html:107 |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3711 #: ../share/roundup/templates/responsive/html/page.html:64 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3712 #: ../share/roundup/templates/responsive/html/page.html:113 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3713 #: ../share/roundup/templates/responsive/html/page.html:161 |
|
6223
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3714 msgid "Create New" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3715 msgstr "" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3716 |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3717 #: ../share/roundup/templates/classic/html/page.html:69 |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3718 #: ../share/roundup/templates/devel/html/page.html:64 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3719 #: ../share/roundup/templates/devel/html/page.html:112 |
|
6223
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3720 #: ../share/roundup/templates/minimal/html/page.html:69 |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3721 #: ../share/roundup/templates/responsive/html/page.html:80 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3722 #: ../share/roundup/templates/responsive/html/page.html:129 |
|
6223
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3723 msgid "Show Unassigned" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3724 msgstr "" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3725 |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3726 #: ../share/roundup/templates/classic/html/page.html:81 |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3727 #: ../share/roundup/templates/minimal/html/page.html:81 |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3728 msgid "Show All" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3729 msgstr "" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3730 |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3731 #: ../share/roundup/templates/classic/html/page.html:93 |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3732 #: ../share/roundup/templates/minimal/html/page.html:93 |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3733 msgid "Show issue:" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3734 msgstr "" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3735 |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3736 #: ../share/roundup/templates/classic/html/page.html:110 |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3737 #: ../share/roundup/templates/minimal/html/page.html:110 |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3738 msgid "Edit Existing" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3739 msgstr "" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3740 |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3741 #: ../share/roundup/templates/classic/html/page.html:116 |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3742 #: ../share/roundup/templates/devel/html/page.html:224 |
|
6223
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3743 #: ../share/roundup/templates/minimal/html/page.html:116 |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3744 #: ../share/roundup/templates/responsive/html/page.html:241 |
|
6223
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3745 msgid "Administration" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3746 msgstr "" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3747 |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3748 #: ../share/roundup/templates/classic/html/page.html:118 |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3749 #: ../share/roundup/templates/devel/html/page.html:227 |
|
6223
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3750 #: ../share/roundup/templates/minimal/html/page.html:118 |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3751 #: ../share/roundup/templates/responsive/html/page.html:244 |
|
6223
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3752 msgid "Class List" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3753 msgstr "" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3754 |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3755 #: ../share/roundup/templates/classic/html/page.html:122 |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3756 #: ../share/roundup/templates/devel/html/page.html:231 |
|
6223
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3757 #: ../share/roundup/templates/minimal/html/page.html:122 |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3758 #: ../share/roundup/templates/responsive/html/page.html:248 |
|
6223
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3759 msgid "User List" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3760 msgstr "" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3761 |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3762 #: ../share/roundup/templates/classic/html/page.html:124 |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3763 #: ../share/roundup/templates/devel/html/page.html:234 |
|
6223
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3764 #: ../share/roundup/templates/minimal/html/page.html:124 |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3765 #: ../share/roundup/templates/responsive/html/page.html:251 |
|
6223
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3766 msgid "Add User" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3767 msgstr "" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3768 |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3769 #: ../share/roundup/templates/classic/html/page.html:131 |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3770 #: ../share/roundup/templates/classic/html/page.html:139 |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3771 #: ../share/roundup/templates/devel/html/page.html:164 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3772 #: ../share/roundup/templates/devel/html/page.html:172 |
|
6223
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3773 #: ../share/roundup/templates/minimal/html/page.html:131 |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3774 #: ../share/roundup/templates/minimal/html/page.html:139 |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3775 #: ../share/roundup/templates/responsive/html/page.html:188 |
|
6223
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3776 msgid "Login" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3777 msgstr "" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3778 |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3779 #: ../share/roundup/templates/classic/html/page.html:136 |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3780 #: ../share/roundup/templates/devel/html/page.html:171 |
|
6223
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3781 #: ../share/roundup/templates/minimal/html/page.html:138 |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3782 msgid "Remember me?" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3783 msgstr "" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3784 |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3785 #: ../share/roundup/templates/classic/html/page.html:147 |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3786 #: ../share/roundup/templates/classic/html/user.register.html:68 |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3787 #: ../share/roundup/templates/devel/html/page.html:182 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3788 #: ../share/roundup/templates/devel/html/user.register.html:75 |
|
6223
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3789 #: ../share/roundup/templates/minimal/html/page.html:147 |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3790 #: ../share/roundup/templates/minimal/html/user.register.html:65 |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3791 #: ../share/roundup/templates/responsive/html/page.html:200 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3792 #: ../share/roundup/templates/responsive/html/user.register.html:74 |
|
6223
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3793 msgid "Register" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3794 msgstr "" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3795 |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3796 #: ../share/roundup/templates/classic/html/page.html:150 |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3797 #: ../share/roundup/templates/devel/html/page.html:187 |
|
6223
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3798 #: ../share/roundup/templates/minimal/html/page.html:150 |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3799 #: ../share/roundup/templates/responsive/html/page.html:205 |
|
6223
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3800 msgid "Lost your login?" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3801 msgstr "" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3802 |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3803 #: ../share/roundup/templates/classic/html/page.html:155 |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3804 #: ../share/roundup/templates/minimal/html/page.html:155 |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3805 msgid "Hello, ${user}" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3806 msgstr "" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3807 |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3808 #: ../share/roundup/templates/classic/html/page.html:157 |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3809 msgid "Your Issues" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3810 msgstr "" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3811 |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3812 #: ../share/roundup/templates/classic/html/page.html:169 |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3813 #: ../share/roundup/templates/devel/html/page.html:209 |
|
6223
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3814 #: ../share/roundup/templates/minimal/html/page.html:157 |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3815 #: ../share/roundup/templates/responsive/html/page.html:226 |
|
6223
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3816 msgid "Your Details" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3817 msgstr "" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3818 |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3819 #: ../share/roundup/templates/classic/html/page.html:171 |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3820 #: ../share/roundup/templates/devel/html/page.html:212 |
|
6223
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3821 #: ../share/roundup/templates/minimal/html/page.html:159 |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3822 #: ../share/roundup/templates/responsive/html/page.html:229 |
|
6223
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3823 msgid "Logout" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3824 msgstr "" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3825 |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3826 #: ../share/roundup/templates/classic/html/page.html:175 |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3827 #: ../share/roundup/templates/minimal/html/page.html:163 |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3828 msgid "Help" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3829 msgstr "" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3830 |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3831 #: ../share/roundup/templates/classic/html/page.html:176 |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3832 #: ../share/roundup/templates/minimal/html/page.html:164 |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3833 msgid "Roundup docs" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3834 msgstr "" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3835 |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3836 #: ../share/roundup/templates/classic/html/page.html:187 |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3837 #: ../share/roundup/templates/devel/html/page.html:254 |
|
6223
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3838 #: ../share/roundup/templates/minimal/html/page.html:175 |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3839 #: ../share/roundup/templates/responsive/html/page.html:269 |
|
6223
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3840 msgid "clear this message" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3841 msgstr "" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3842 |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3843 #: ../share/roundup/templates/classic/html/page.html:251 |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3844 #: ../share/roundup/templates/classic/html/page.html:264 |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3845 #: ../share/roundup/templates/classic/html/page.html:282 |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3846 #: ../share/roundup/templates/classic/html/page.html:296 |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3847 #: ../share/roundup/templates/devel/html/page.html:316 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3848 #: ../share/roundup/templates/devel/html/page.html:329 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3849 #: ../share/roundup/templates/devel/html/page.html:347 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3850 #: ../share/roundup/templates/devel/html/page.html:361 |
|
6223
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3851 #: ../share/roundup/templates/minimal/html/page.html:239 |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3852 #: ../share/roundup/templates/minimal/html/page.html:254 |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3853 #: ../share/roundup/templates/minimal/html/page.html:268 |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3854 #: ../share/roundup/templates/responsive/html/page.html:331 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3855 #: ../share/roundup/templates/responsive/html/page.html:344 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3856 #: ../share/roundup/templates/responsive/html/page.html:362 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3857 #: ../share/roundup/templates/responsive/html/page.html:376 |
|
6223
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3858 msgid "don't care" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3859 msgstr "" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3860 |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3861 #: ../share/roundup/templates/classic/html/page.html:253 |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3862 #: ../share/roundup/templates/classic/html/page.html:266 |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3863 #: ../share/roundup/templates/classic/html/page.html:284 |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3864 #: ../share/roundup/templates/classic/html/page.html:297 |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3865 #: ../share/roundup/templates/devel/html/page.html:318 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3866 #: ../share/roundup/templates/devel/html/page.html:331 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3867 #: ../share/roundup/templates/devel/html/page.html:349 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3868 #: ../share/roundup/templates/devel/html/page.html:362 |
|
6223
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3869 #: ../share/roundup/templates/minimal/html/page.html:241 |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3870 #: ../share/roundup/templates/minimal/html/page.html:256 |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3871 #: ../share/roundup/templates/minimal/html/page.html:269 |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3872 #: ../share/roundup/templates/responsive/html/page.html:333 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3873 #: ../share/roundup/templates/responsive/html/page.html:346 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3874 #: ../share/roundup/templates/responsive/html/page.html:364 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3875 #: ../share/roundup/templates/responsive/html/page.html:377 |
|
6223
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3876 msgid "------------" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3877 msgstr "" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3878 |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3879 #: ../share/roundup/templates/classic/html/page.html:325 |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3880 #: ../share/roundup/templates/devel/html/page.html:390 |
|
6223
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3881 #: ../share/roundup/templates/minimal/html/page.html:297 |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3882 #: ../share/roundup/templates/responsive/html/page.html:405 |
|
6223
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3883 msgid "no value" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3884 msgstr "" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3885 |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3886 #: ../share/roundup/templates/classic/html/query.edit.html:4 |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3887 #: ../share/roundup/templates/devel/html/query.edit.html:3 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3888 #: ../share/roundup/templates/responsive/html/query.edit.html:3 |
|
6223
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3889 msgid "\"Your Queries\" Editing - ${tracker}" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3890 msgstr "" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3891 |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3892 #: ../share/roundup/templates/classic/html/query.edit.html:6 |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3893 #: ../share/roundup/templates/devel/html/query.edit.html:5 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3894 #: ../share/roundup/templates/responsive/html/query.edit.html:5 |
|
6223
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3895 msgid "\"Your Queries\" Editing" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3896 msgstr "" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3897 |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3898 #: ../share/roundup/templates/classic/html/query.edit.html:12 |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3899 #: ../share/roundup/templates/devel/html/query.edit.html:11 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3900 #: ../share/roundup/templates/responsive/html/query.edit.html:11 |
|
6223
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3901 msgid "You are not allowed to edit queries." |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3902 msgstr "" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3903 |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3904 #: ../share/roundup/templates/classic/html/query.edit.html:58 |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3905 #: ../share/roundup/templates/devel/html/query.edit.html:60 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3906 #: ../share/roundup/templates/responsive/html/query.edit.html:60 |
|
6223
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3907 msgid "Query" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3908 msgstr "" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3909 |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3910 #: ../share/roundup/templates/classic/html/query.edit.html:59 |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3911 #: ../share/roundup/templates/devel/html/query.edit.html:61 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3912 #: ../share/roundup/templates/responsive/html/query.edit.html:61 |
|
6223
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3913 msgid "Include in \"Your Queries\"" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3914 msgstr "" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3915 |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3916 #: ../share/roundup/templates/classic/html/query.edit.html:61 |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3917 #: ../share/roundup/templates/devel/html/query.edit.html:63 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3918 #: ../share/roundup/templates/responsive/html/query.edit.html:63 |
|
6223
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3919 msgid "Private to you?" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3920 msgstr "" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3921 |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3922 #: ../share/roundup/templates/classic/html/query.edit.html:62 |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3923 #: ../share/roundup/templates/devel/html/query.edit.html:64 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3924 #: ../share/roundup/templates/responsive/html/query.edit.html:64 |
|
6223
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3925 msgid "delete/restore<br> (javascript<br>required)" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3926 msgstr "" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3927 |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3928 #: ../share/roundup/templates/classic/html/query.edit.html:65 |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3929 msgid "Queries I created" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3930 msgstr "" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3931 |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3932 #: ../share/roundup/templates/classic/html/query.edit.html:77 |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3933 #: ../share/roundup/templates/devel/html/query.edit.html:76 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3934 #: ../share/roundup/templates/responsive/html/query.edit.html:76 |
|
6223
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3935 msgid "leave out" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3936 msgstr "" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3937 |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3938 #: ../share/roundup/templates/classic/html/query.edit.html:78 |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3939 #: ../share/roundup/templates/devel/html/query.edit.html:77 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3940 #: ../share/roundup/templates/responsive/html/query.edit.html:77 |
|
6223
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3941 msgid "include" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3942 msgstr "" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3943 |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3944 #: ../share/roundup/templates/classic/html/query.edit.html:82 |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3945 #: ../share/roundup/templates/devel/html/query.edit.html:81 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3946 #: ../share/roundup/templates/responsive/html/query.edit.html:81 |
|
6223
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3947 msgid "leave in" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3948 msgstr "" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3949 |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3950 #: ../share/roundup/templates/classic/html/query.edit.html:87 |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3951 #: ../share/roundup/templates/classic/html/query.edit.html:121 |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3952 #: ../share/roundup/templates/devel/html/query.edit.html:99 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3953 #: ../share/roundup/templates/devel/html/query.edit.html:124 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3954 #: ../share/roundup/templates/responsive/html/query.edit.html:99 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3955 #: ../share/roundup/templates/responsive/html/query.edit.html:124 |
|
6223
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3956 msgid "edit" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3957 msgstr "" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3958 |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3959 #: ../share/roundup/templates/classic/html/query.edit.html:91 |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3960 #: ../share/roundup/templates/devel/html/query.edit.html:103 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3961 #: ../share/roundup/templates/responsive/html/query.edit.html:103 |
|
6223
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3962 msgid "yes" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3963 msgstr "" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3964 |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3965 #: ../share/roundup/templates/classic/html/query.edit.html:93 |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3966 #: ../share/roundup/templates/devel/html/query.edit.html:105 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3967 #: ../share/roundup/templates/responsive/html/query.edit.html:105 |
|
6223
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3968 msgid "no" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3969 msgstr "" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3970 |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3971 #: ../share/roundup/templates/classic/html/query.edit.html:99 |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3972 #: ../share/roundup/templates/devel/html/query.edit.html:111 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3973 #: ../share/roundup/templates/responsive/html/query.edit.html:111 |
|
6223
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3974 msgid "Delete" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3975 msgstr "" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3976 |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3977 #: ../share/roundup/templates/classic/html/query.edit.html:105 |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3978 msgid "Queries others created" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3979 msgstr "" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3980 |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3981 #: ../share/roundup/templates/classic/html/query.edit.html:106 |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3982 msgid "Owner" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3983 msgstr "" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3984 |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3985 #: ../share/roundup/templates/classic/html/query.edit.html:118 |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3986 #: ../share/roundup/templates/devel/html/query.edit.html:126 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3987 #: ../share/roundup/templates/responsive/html/query.edit.html:126 |
|
6223
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3988 msgid "[not yours to edit]" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3989 msgstr "" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3990 |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3991 #: ../share/roundup/templates/classic/html/query.edit.html:121 |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3992 msgid "<a href=\"\">x</a>" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3993 msgstr "" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3994 |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3995 #: ../share/roundup/templates/classic/html/query.edit.html:128 |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3996 msgid "Active retired/private queries" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3997 msgstr "" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3998 |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
3999 #: ../share/roundup/templates/classic/html/query.edit.html:138 |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
4000 #: ../share/roundup/templates/classic/html/query.edit.html:139 |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4001 #: ../share/roundup/templates/devel/html/query.edit.html:86 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4002 #: ../share/roundup/templates/responsive/html/query.edit.html:86 |
|
6223
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
4003 msgid "[query is retired]" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
4004 msgstr "" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
4005 |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
4006 #: ../share/roundup/templates/classic/html/query.edit.html:141 |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
4007 #: ../share/roundup/templates/classic/html/query.edit.html:156 |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
4008 msgid "Restore" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
4009 msgstr "" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
4010 |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
4011 #: ../share/roundup/templates/classic/html/query.edit.html:154 |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
4012 msgid "[query is private]" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
4013 msgstr "" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
4014 |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
4015 #: ../share/roundup/templates/classic/html/query.edit.html:168 |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4016 #: ../share/roundup/templates/devel/html/query.edit.html:136 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4017 #: ../share/roundup/templates/responsive/html/query.edit.html:136 |
|
6223
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
4018 msgid "Save Selection" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
4019 msgstr "" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
4020 |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
4021 #: ../share/roundup/templates/classic/html/user.forgotten.html:3 |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4022 #: ../share/roundup/templates/devel/html/user.forgotten.html:2 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4023 #: ../share/roundup/templates/responsive/html/user.forgotten.html:2 |
|
6223
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
4024 msgid "Password reset request - ${tracker}" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
4025 msgstr "" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
4026 |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
4027 #: ../share/roundup/templates/classic/html/user.forgotten.html:5 |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4028 #: ../share/roundup/templates/devel/html/user.forgotten.html:4 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4029 #: ../share/roundup/templates/responsive/html/user.forgotten.html:4 |
|
6223
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
4030 msgid "Password reset request" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
4031 msgstr "" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
4032 |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
4033 #: ../share/roundup/templates/classic/html/user.forgotten.html:9 |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4034 #: ../share/roundup/templates/devel/html/user.forgotten.html:10 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4035 #: ../share/roundup/templates/responsive/html/user.forgotten.html:10 |
|
6223
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
4036 msgid "" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
4037 "You have two options if you have forgotten your password. If you know the " |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
4038 "email address you registered with, enter it below." |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
4039 msgstr "" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
4040 |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
4041 #: ../share/roundup/templates/classic/html/user.forgotten.html:16 |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4042 #: ../share/roundup/templates/devel/html/user.forgotten.html:22 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4043 #: ../share/roundup/templates/responsive/html/user.forgotten.html:22 |
|
6223
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
4044 msgid "Email Address:" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
4045 msgstr "" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
4046 |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
4047 #: ../share/roundup/templates/classic/html/user.forgotten.html:26 |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
4048 #: ../share/roundup/templates/classic/html/user.forgotten.html:36 |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4049 #: ../share/roundup/templates/devel/html/user.forgotten.html:32 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4050 #: ../share/roundup/templates/devel/html/user.forgotten.html:46 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4051 #: ../share/roundup/templates/responsive/html/user.forgotten.html:32 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4052 #: ../share/roundup/templates/responsive/html/user.forgotten.html:46 |
|
6223
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
4053 msgid "Request password reset" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
4054 msgstr "" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
4055 |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
4056 #: ../share/roundup/templates/classic/html/user.forgotten.html:32 |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4057 #: ../share/roundup/templates/devel/html/user.forgotten.html:38 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4058 #: ../share/roundup/templates/responsive/html/user.forgotten.html:38 |
|
6223
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
4059 msgid "Or, if you know your username, then enter it below." |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
4060 msgstr "" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
4061 |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
4062 #: ../share/roundup/templates/classic/html/user.forgotten.html:35 |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4063 #: ../share/roundup/templates/devel/html/user.forgotten.html:45 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4064 #: ../share/roundup/templates/responsive/html/user.forgotten.html:45 |
|
6223
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
4065 msgid "Username:" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
4066 msgstr "" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
4067 |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
4068 #: ../share/roundup/templates/classic/html/user.forgotten.html:41 |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4069 #: ../share/roundup/templates/devel/html/user.forgotten.html:51 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4070 #: ../share/roundup/templates/responsive/html/user.forgotten.html:51 |
|
6223
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
4071 msgid "" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
4072 "A confirmation email will be sent to you - please follow the instructions " |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
4073 "within it to complete the reset process." |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
4074 msgstr "" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
4075 |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
4076 #: ../share/roundup/templates/classic/html/user.help-search.html:73 |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4077 #: ../share/roundup/templates/devel/html/user.help-search.html:73 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4078 #: ../share/roundup/templates/devel/html/user.help.html:81 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4079 #: ../share/roundup/templates/responsive/html/user.help-search.html:73 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4080 #: ../share/roundup/templates/responsive/html/user.help.html:81 |
|
6223
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
4081 msgid "Pagesize" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
4082 msgstr "" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
4083 |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
4084 #: ../share/roundup/templates/classic/html/user.help.html:43 |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
4085 msgid "" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
4086 "Your browser is not capable of using frames; you should be redirected " |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
4087 "immediately, or visit ${link}." |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
4088 msgstr "" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
4089 |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
4090 #: ../share/roundup/templates/classic/html/user.index.html:3 |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4091 #: ../share/roundup/templates/devel/html/user.index.html:2 |
|
6223
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
4092 #: ../share/roundup/templates/minimal/html/user.index.html:3 |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4093 #: ../share/roundup/templates/responsive/html/user.index.html:2 |
|
6223
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
4094 msgid "User listing - ${tracker}" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
4095 msgstr "" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
4096 |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
4097 #: ../share/roundup/templates/classic/html/user.index.html:5 |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4098 #: ../share/roundup/templates/devel/html/user.index.html:4 |
|
6223
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
4099 #: ../share/roundup/templates/minimal/html/user.index.html:5 |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4100 #: ../share/roundup/templates/responsive/html/user.index.html:4 |
|
6223
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
4101 msgid "User listing" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
4102 msgstr "" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
4103 |
|
6557
8687c096a945
Handle configparser.InterpolationSyntaxError
John Rouillard <rouilj@ieee.org>
parents:
6456
diff
changeset
|
4104 #: ../share/roundup/templates/classic/html/user.index.html:48 |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4105 #: ../share/roundup/templates/devel/html/user.index.html:48 |
|
6223
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
4106 #: ../share/roundup/templates/minimal/html/user.index.html:19 |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4107 #: ../share/roundup/templates/responsive/html/page.html:180 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4108 #: ../share/roundup/templates/responsive/html/user.index.html:49 |
|
6223
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
4109 msgid "Username" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
4110 msgstr "" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
4111 |
|
6557
8687c096a945
Handle configparser.InterpolationSyntaxError
John Rouillard <rouilj@ieee.org>
parents:
6456
diff
changeset
|
4112 #: ../share/roundup/templates/classic/html/user.index.html:49 |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4113 #: ../share/roundup/templates/devel/html/user.index.html:49 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4114 #: ../share/roundup/templates/responsive/html/user.index.html:50 |
|
6223
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
4115 msgid "Real name" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
4116 msgstr "" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
4117 |
|
6557
8687c096a945
Handle configparser.InterpolationSyntaxError
John Rouillard <rouilj@ieee.org>
parents:
6456
diff
changeset
|
4118 #: ../share/roundup/templates/classic/html/user.index.html:50 |
|
6223
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
4119 #: ../share/roundup/templates/classic/html/user.register.html:47 |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4120 #: ../share/roundup/templates/devel/html/user.index.html:50 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4121 #: ../share/roundup/templates/devel/html/user.register.html:54 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4122 #: ../share/roundup/templates/responsive/html/user.index.html:51 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4123 #: ../share/roundup/templates/responsive/html/user.register.html:53 |
|
6223
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
4124 msgid "Organisation" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
4125 msgstr "" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
4126 |
|
6557
8687c096a945
Handle configparser.InterpolationSyntaxError
John Rouillard <rouilj@ieee.org>
parents:
6456
diff
changeset
|
4127 #: ../share/roundup/templates/classic/html/user.index.html:51 |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4128 #: ../share/roundup/templates/devel/html/user.index.html:51 |
|
6223
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
4129 #: ../share/roundup/templates/minimal/html/user.index.html:20 |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4130 #: ../share/roundup/templates/responsive/html/user.index.html:52 |
|
6223
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
4131 msgid "Email address" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
4132 msgstr "" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
4133 |
|
6557
8687c096a945
Handle configparser.InterpolationSyntaxError
John Rouillard <rouilj@ieee.org>
parents:
6456
diff
changeset
|
4134 #: ../share/roundup/templates/classic/html/user.index.html:52 |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4135 #: ../share/roundup/templates/devel/html/user.index.html:52 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4136 #: ../share/roundup/templates/responsive/html/user.index.html:53 |
|
6223
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
4137 msgid "Phone number" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
4138 msgstr "" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
4139 |
|
6557
8687c096a945
Handle configparser.InterpolationSyntaxError
John Rouillard <rouilj@ieee.org>
parents:
6456
diff
changeset
|
4140 #: ../share/roundup/templates/classic/html/user.index.html:53 |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4141 #: ../share/roundup/templates/devel/html/user.index.html:53 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4142 #: ../share/roundup/templates/responsive/html/user.index.html:54 |
|
6223
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
4143 msgid "Retire" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
4144 msgstr "" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
4145 |
|
6557
8687c096a945
Handle configparser.InterpolationSyntaxError
John Rouillard <rouilj@ieee.org>
parents:
6456
diff
changeset
|
4146 #: ../share/roundup/templates/classic/html/user.index.html:72 |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4147 #: ../share/roundup/templates/devel/html/user.index.html:66 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4148 #: ../share/roundup/templates/responsive/html/user.index.html:67 |
|
6223
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
4149 msgid "retire" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
4150 msgstr "" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
4151 |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
4152 #: ../share/roundup/templates/classic/html/user.item.html:9 |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4153 #: ../share/roundup/templates/devel/html/user.item.html:8 |
|
6223
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
4154 #: ../share/roundup/templates/minimal/html/user.item.html:8 |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4155 #: ../share/roundup/templates/responsive/html/user.item.html:8 |
|
6223
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
4156 msgid "User ${id}: ${title} - ${tracker}" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
4157 msgstr "" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
4158 |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
4159 #: ../share/roundup/templates/classic/html/user.item.html:12 |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4160 #: ../share/roundup/templates/devel/html/user.item.html:11 |
|
6223
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
4161 #: ../share/roundup/templates/minimal/html/user.item.html:11 |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4162 #: ../share/roundup/templates/responsive/html/user.item.html:11 |
|
6223
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
4163 msgid "New User - ${tracker}" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
4164 msgstr "" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
4165 |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
4166 #: ../share/roundup/templates/classic/html/user.item.html:21 |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4167 #: ../share/roundup/templates/devel/html/user.item.html:20 |
|
6223
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
4168 #: ../share/roundup/templates/minimal/html/user.item.html:20 |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4169 #: ../share/roundup/templates/responsive/html/user.item.html:20 |
|
6223
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
4170 msgid "New User" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
4171 msgstr "" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
4172 |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
4173 #: ../share/roundup/templates/classic/html/user.item.html:23 |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4174 #: ../share/roundup/templates/devel/html/user.item.html:22 |
|
6223
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
4175 #: ../share/roundup/templates/minimal/html/user.item.html:22 |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4176 #: ../share/roundup/templates/responsive/html/user.item.html:22 |
|
6223
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
4177 msgid "New User Editing" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
4178 msgstr "" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
4179 |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
4180 #: ../share/roundup/templates/classic/html/user.item.html:26 |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4181 #: ../share/roundup/templates/devel/html/user.item.html:25 |
|
6223
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
4182 #: ../share/roundup/templates/minimal/html/user.item.html:25 |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4183 #: ../share/roundup/templates/responsive/html/user.item.html:25 |
|
6223
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
4184 msgid "User${id}" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
4185 msgstr "" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
4186 |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
4187 #: ../share/roundup/templates/classic/html/user.item.html:29 |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4188 #: ../share/roundup/templates/devel/html/user.item.html:28 |
|
6223
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
4189 #: ../share/roundup/templates/minimal/html/user.item.html:28 |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4190 #: ../share/roundup/templates/responsive/html/user.item.html:28 |
|
6223
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
4191 msgid "User${id} Editing" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
4192 msgstr "" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
4193 |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
4194 #: ../share/roundup/templates/classic/html/user.item.html:80 |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
4195 #: ../share/roundup/templates/classic/html/user.register.html:35 |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4196 #: ../share/roundup/templates/devel/html/user.item.html:78 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4197 #: ../share/roundup/templates/devel/html/user.register.html:42 |
|
6223
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
4198 #: ../share/roundup/templates/minimal/html/user.item.html:75 |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
4199 #: ../share/roundup/templates/minimal/html/user.register.html:43 |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4200 #: ../share/roundup/templates/responsive/html/user.item.html:78 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4201 #: ../share/roundup/templates/responsive/html/user.register.html:41 |
|
6223
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
4202 msgid "Roles" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
4203 msgstr "" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
4204 |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
4205 #: ../share/roundup/templates/classic/html/user.item.html:88 |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4206 #: ../share/roundup/templates/devel/html/user.item.html:86 |
|
6223
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
4207 #: ../share/roundup/templates/minimal/html/user.item.html:83 |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4208 #: ../share/roundup/templates/responsive/html/user.item.html:86 |
|
6223
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
4209 msgid "(to give the user more than one role, enter a comma,separated,list)" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
4210 msgstr "" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
4211 |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
4212 #: ../share/roundup/templates/classic/html/user.item.html:109 |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
4213 msgid "(the default is ${zone})" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
4214 msgstr "" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
4215 |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
4216 #: ../share/roundup/templates/classic/html/user.item.html:130 |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
4217 #: ../share/roundup/templates/classic/html/user.register.html:55 |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4218 #: ../share/roundup/templates/devel/html/user.item.html:126 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4219 #: ../share/roundup/templates/devel/html/user.register.html:62 |
|
6223
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
4220 #: ../share/roundup/templates/minimal/html/user.register.html:55 |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4221 #: ../share/roundup/templates/responsive/html/user.item.html:126 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4222 #: ../share/roundup/templates/responsive/html/user.register.html:61 |
|
6223
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
4223 msgid "Alternate E-mail addresses<br>One address per line" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
4224 msgstr "" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
4225 |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
4226 #: ../share/roundup/templates/classic/html/user.register.html:4 |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
4227 #: ../share/roundup/templates/classic/html/user.register.html:7 |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4228 #: ../share/roundup/templates/devel/html/user.register.html:3 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4229 #: ../share/roundup/templates/devel/html/user.register.html:6 |
|
6223
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
4230 #: ../share/roundup/templates/minimal/html/user.register.html:4 |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
4231 #: ../share/roundup/templates/minimal/html/user.register.html:7 |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4232 #: ../share/roundup/templates/responsive/html/user.register.html:3 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4233 #: ../share/roundup/templates/responsive/html/user.register.html:6 |
|
6223
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
4234 msgid "Registering with ${tracker}" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
4235 msgstr "" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
4236 |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
4237 #: ../share/roundup/templates/classic/html/user.register.html:23 |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4238 #: ../share/roundup/templates/devel/html/user.register.html:30 |
|
6223
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
4239 #: ../share/roundup/templates/minimal/html/user.register.html:31 |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4240 #: ../share/roundup/templates/responsive/html/user.register.html:29 |
|
6223
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
4241 msgid "Login Name" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
4242 msgstr "" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
4243 |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
4244 #: ../share/roundup/templates/classic/html/user.register.html:27 |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4245 #: ../share/roundup/templates/devel/html/user.register.html:34 |
|
6223
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
4246 #: ../share/roundup/templates/minimal/html/user.register.html:35 |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4247 #: ../share/roundup/templates/responsive/html/user.register.html:33 |
|
6223
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
4248 msgid "Login Password" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
4249 msgstr "" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
4250 |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
4251 #: ../share/roundup/templates/classic/html/user.register.html:31 |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4252 #: ../share/roundup/templates/devel/html/user.register.html:38 |
|
6223
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
4253 #: ../share/roundup/templates/minimal/html/user.register.html:39 |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4254 #: ../share/roundup/templates/responsive/html/user.register.html:37 |
|
6223
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
4255 msgid "Confirm Password" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
4256 msgstr "" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
4257 |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
4258 #: ../share/roundup/templates/classic/html/user.register.html:43 |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4259 #: ../share/roundup/templates/devel/html/user.register.html:50 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4260 #: ../share/roundup/templates/responsive/html/user.register.html:49 |
|
6223
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
4261 msgid "Phone" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
4262 msgstr "" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
4263 |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
4264 #: ../share/roundup/templates/classic/html/user.register.html:51 |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4265 #: ../share/roundup/templates/devel/html/user.register.html:58 |
|
6223
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
4266 #: ../share/roundup/templates/minimal/html/user.register.html:51 |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4267 #: ../share/roundup/templates/responsive/html/user.register.html:57 |
|
6223
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
4268 msgid "E-mail address" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
4269 msgstr "" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
4270 |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
4271 #: ../share/roundup/templates/classic/html/user.rego_progress.html:4 |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4272 #: ../share/roundup/templates/devel/html/user.rego_progress.html:3 |
|
6223
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
4273 #: ../share/roundup/templates/minimal/html/user.rego_progress.html:4 |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4274 #: ../share/roundup/templates/responsive/html/user.rego_progress.html:3 |
|
6223
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
4275 msgid "Registration in progress - ${tracker}" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
4276 msgstr "" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
4277 |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
4278 #: ../share/roundup/templates/classic/html/user.rego_progress.html:6 |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4279 #: ../share/roundup/templates/devel/html/user.rego_progress.html:5 |
|
6223
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
4280 #: ../share/roundup/templates/minimal/html/user.rego_progress.html:6 |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4281 #: ../share/roundup/templates/responsive/html/user.rego_progress.html:5 |
|
6223
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
4282 msgid "Registration in progress..." |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
4283 msgstr "" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
4284 |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
4285 #: ../share/roundup/templates/classic/html/user.rego_progress.html:10 |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4286 #: ../share/roundup/templates/devel/html/user.rego_progress.html:9 |
|
6223
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
4287 #: ../share/roundup/templates/minimal/html/user.rego_progress.html:10 |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4288 #: ../share/roundup/templates/responsive/html/user.rego_progress.html:9 |
|
6223
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
4289 msgid "" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
4290 "You will shortly receive an email to confirm your registration. To complete " |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
4291 "the registration process, visit the link indicated in the email." |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
4292 msgstr "" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
4293 |
|
4094
5a9631828e33
update message template file building:
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3926
diff
changeset
|
4294 #: ../share/roundup/templates/classic/initial_data.py:5 |
|
6557
8687c096a945
Handle configparser.InterpolationSyntaxError
John Rouillard <rouilj@ieee.org>
parents:
6456
diff
changeset
|
4295 #: ../share/roundup/templates/jinja2/initial_data.py:4 |
|
3763
2bf0a8068884
*** empty log message ***
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3707
diff
changeset
|
4296 msgid "critical" |
|
2bf0a8068884
*** empty log message ***
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3707
diff
changeset
|
4297 msgstr "" |
|
2bf0a8068884
*** empty log message ***
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3707
diff
changeset
|
4298 |
|
4094
5a9631828e33
update message template file building:
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3926
diff
changeset
|
4299 #: ../share/roundup/templates/classic/initial_data.py:6 |
|
6557
8687c096a945
Handle configparser.InterpolationSyntaxError
John Rouillard <rouilj@ieee.org>
parents:
6456
diff
changeset
|
4300 #: ../share/roundup/templates/jinja2/initial_data.py:5 |
|
3763
2bf0a8068884
*** empty log message ***
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3707
diff
changeset
|
4301 msgid "urgent" |
|
2bf0a8068884
*** empty log message ***
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3707
diff
changeset
|
4302 msgstr "" |
|
2bf0a8068884
*** empty log message ***
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3707
diff
changeset
|
4303 |
|
4094
5a9631828e33
update message template file building:
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3926
diff
changeset
|
4304 #: ../share/roundup/templates/classic/initial_data.py:7 |
|
6557
8687c096a945
Handle configparser.InterpolationSyntaxError
John Rouillard <rouilj@ieee.org>
parents:
6456
diff
changeset
|
4305 #: ../share/roundup/templates/jinja2/initial_data.py:6 |
|
3763
2bf0a8068884
*** empty log message ***
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3707
diff
changeset
|
4306 msgid "bug" |
|
2bf0a8068884
*** empty log message ***
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3707
diff
changeset
|
4307 msgstr "" |
|
2bf0a8068884
*** empty log message ***
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3707
diff
changeset
|
4308 |
|
4094
5a9631828e33
update message template file building:
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3926
diff
changeset
|
4309 #: ../share/roundup/templates/classic/initial_data.py:8 |
|
6557
8687c096a945
Handle configparser.InterpolationSyntaxError
John Rouillard <rouilj@ieee.org>
parents:
6456
diff
changeset
|
4310 #: ../share/roundup/templates/jinja2/initial_data.py:7 |
|
3763
2bf0a8068884
*** empty log message ***
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3707
diff
changeset
|
4311 msgid "feature" |
|
2bf0a8068884
*** empty log message ***
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3707
diff
changeset
|
4312 msgstr "" |
|
2bf0a8068884
*** empty log message ***
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3707
diff
changeset
|
4313 |
|
4094
5a9631828e33
update message template file building:
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3926
diff
changeset
|
4314 #: ../share/roundup/templates/classic/initial_data.py:9 |
|
6557
8687c096a945
Handle configparser.InterpolationSyntaxError
John Rouillard <rouilj@ieee.org>
parents:
6456
diff
changeset
|
4315 #: ../share/roundup/templates/jinja2/initial_data.py:8 |
|
3763
2bf0a8068884
*** empty log message ***
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3707
diff
changeset
|
4316 msgid "wish" |
|
2bf0a8068884
*** empty log message ***
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3707
diff
changeset
|
4317 msgstr "" |
|
2bf0a8068884
*** empty log message ***
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3707
diff
changeset
|
4318 |
|
4094
5a9631828e33
update message template file building:
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3926
diff
changeset
|
4319 #: ../share/roundup/templates/classic/initial_data.py:12 |
|
6557
8687c096a945
Handle configparser.InterpolationSyntaxError
John Rouillard <rouilj@ieee.org>
parents:
6456
diff
changeset
|
4320 #: ../share/roundup/templates/jinja2/initial_data.py:11 |
|
3763
2bf0a8068884
*** empty log message ***
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3707
diff
changeset
|
4321 msgid "unread" |
|
2bf0a8068884
*** empty log message ***
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3707
diff
changeset
|
4322 msgstr "" |
|
2bf0a8068884
*** empty log message ***
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3707
diff
changeset
|
4323 |
|
4094
5a9631828e33
update message template file building:
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3926
diff
changeset
|
4324 #: ../share/roundup/templates/classic/initial_data.py:13 |
|
6557
8687c096a945
Handle configparser.InterpolationSyntaxError
John Rouillard <rouilj@ieee.org>
parents:
6456
diff
changeset
|
4325 #: ../share/roundup/templates/jinja2/initial_data.py:12 |
|
3763
2bf0a8068884
*** empty log message ***
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3707
diff
changeset
|
4326 msgid "deferred" |
|
2bf0a8068884
*** empty log message ***
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3707
diff
changeset
|
4327 msgstr "" |
|
2bf0a8068884
*** empty log message ***
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3707
diff
changeset
|
4328 |
|
4094
5a9631828e33
update message template file building:
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3926
diff
changeset
|
4329 #: ../share/roundup/templates/classic/initial_data.py:14 |
|
6557
8687c096a945
Handle configparser.InterpolationSyntaxError
John Rouillard <rouilj@ieee.org>
parents:
6456
diff
changeset
|
4330 #: ../share/roundup/templates/jinja2/initial_data.py:13 |
|
3763
2bf0a8068884
*** empty log message ***
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3707
diff
changeset
|
4331 msgid "chatting" |
|
2bf0a8068884
*** empty log message ***
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3707
diff
changeset
|
4332 msgstr "" |
|
2bf0a8068884
*** empty log message ***
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3707
diff
changeset
|
4333 |
|
4094
5a9631828e33
update message template file building:
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3926
diff
changeset
|
4334 #: ../share/roundup/templates/classic/initial_data.py:15 |
|
6557
8687c096a945
Handle configparser.InterpolationSyntaxError
John Rouillard <rouilj@ieee.org>
parents:
6456
diff
changeset
|
4335 #: ../share/roundup/templates/jinja2/initial_data.py:14 |
|
3763
2bf0a8068884
*** empty log message ***
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3707
diff
changeset
|
4336 msgid "need-eg" |
|
2bf0a8068884
*** empty log message ***
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3707
diff
changeset
|
4337 msgstr "" |
|
2bf0a8068884
*** empty log message ***
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3707
diff
changeset
|
4338 |
|
4094
5a9631828e33
update message template file building:
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3926
diff
changeset
|
4339 #: ../share/roundup/templates/classic/initial_data.py:16 |
|
6557
8687c096a945
Handle configparser.InterpolationSyntaxError
John Rouillard <rouilj@ieee.org>
parents:
6456
diff
changeset
|
4340 #: ../share/roundup/templates/jinja2/initial_data.py:15 |
|
3763
2bf0a8068884
*** empty log message ***
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3707
diff
changeset
|
4341 msgid "in-progress" |
|
2bf0a8068884
*** empty log message ***
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3707
diff
changeset
|
4342 msgstr "" |
|
2bf0a8068884
*** empty log message ***
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3707
diff
changeset
|
4343 |
|
4094
5a9631828e33
update message template file building:
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3926
diff
changeset
|
4344 #: ../share/roundup/templates/classic/initial_data.py:17 |
|
6557
8687c096a945
Handle configparser.InterpolationSyntaxError
John Rouillard <rouilj@ieee.org>
parents:
6456
diff
changeset
|
4345 #: ../share/roundup/templates/jinja2/initial_data.py:16 |
|
3763
2bf0a8068884
*** empty log message ***
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3707
diff
changeset
|
4346 msgid "testing" |
|
2bf0a8068884
*** empty log message ***
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3707
diff
changeset
|
4347 msgstr "" |
|
2bf0a8068884
*** empty log message ***
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3707
diff
changeset
|
4348 |
|
4094
5a9631828e33
update message template file building:
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3926
diff
changeset
|
4349 #: ../share/roundup/templates/classic/initial_data.py:18 |
|
6557
8687c096a945
Handle configparser.InterpolationSyntaxError
John Rouillard <rouilj@ieee.org>
parents:
6456
diff
changeset
|
4350 #: ../share/roundup/templates/jinja2/initial_data.py:17 |
|
3763
2bf0a8068884
*** empty log message ***
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3707
diff
changeset
|
4351 msgid "done-cbb" |
|
2bf0a8068884
*** empty log message ***
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3707
diff
changeset
|
4352 msgstr "" |
|
2bf0a8068884
*** empty log message ***
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3707
diff
changeset
|
4353 |
|
4094
5a9631828e33
update message template file building:
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3926
diff
changeset
|
4354 #: ../share/roundup/templates/classic/initial_data.py:19 |
|
6557
8687c096a945
Handle configparser.InterpolationSyntaxError
John Rouillard <rouilj@ieee.org>
parents:
6456
diff
changeset
|
4355 #: ../share/roundup/templates/jinja2/initial_data.py:18 |
|
3763
2bf0a8068884
*** empty log message ***
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3707
diff
changeset
|
4356 msgid "resolved" |
|
2bf0a8068884
*** empty log message ***
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3707
diff
changeset
|
4357 msgstr "" |
|
2bf0a8068884
*** empty log message ***
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3707
diff
changeset
|
4358 |
|
5818
30dc6cb23b21
updated pot file for release
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
4359 #: ../share/roundup/templates/devel/extensions/spambayes.py:66 |
|
30dc6cb23b21
updated pot file for release
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
4360 #: ../share/roundup/templates/responsive/extensions/spambayes.py:66 |
|
30dc6cb23b21
updated pot file for release
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
4361 msgid "Message classified as" |
|
30dc6cb23b21
updated pot file for release
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
4362 msgstr "" |
|
30dc6cb23b21
updated pot file for release
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
4363 |
|
30dc6cb23b21
updated pot file for release
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
4364 #: ../share/roundup/templates/devel/extensions/spambayes.py:68 |
|
30dc6cb23b21
updated pot file for release
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
4365 #: ../share/roundup/templates/responsive/extensions/spambayes.py:68 |
|
30dc6cb23b21
updated pot file for release
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
4366 msgid "Unable to classify message, got error:" |
|
30dc6cb23b21
updated pot file for release
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
4367 msgstr "" |
|
6223
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
4368 |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4369 #: ../share/roundup/templates/devel/html/_generic.index.html:26 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4370 #: ../share/roundup/templates/responsive/html/_generic.index.html:26 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4371 msgid "" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4372 "<p class=\"form-help\"> You may edit the contents of the ${classname} class " |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4373 "using this form. Commas, newlines and double quotes (\") must be handled " |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4374 "delicately. You may include commas and newlines by enclosing the values in " |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4375 "double-quotes (\"). Double quotes themselves must be quoted by doubling " |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4376 "(\"\"). </p> <p class=\"form-help\"> Multilink properties have their multiple " |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4377 "values colon (\":\") separated (... ,\"one:two:three\", ...) </p> <p class=" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4378 "\"form-help\"> Remove entries by deleting their line. Add new entries by " |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4379 "appending them to the table - put an X in the id column. </p>" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4380 msgstr "" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4381 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4382 #: ../share/roundup/templates/devel/html/bug.index.html:3 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4383 #: ../share/roundup/templates/devel/html/bug.index.html:9 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4384 #: ../share/roundup/templates/responsive/html/bug.index.html:3 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4385 #: ../share/roundup/templates/responsive/html/bug.index.html:9 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4386 msgid "List of bugs" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4387 msgstr "" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4388 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4389 #: ../share/roundup/templates/devel/html/bug.index.html:26 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4390 #: ../share/roundup/templates/devel/html/task.index.html:26 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4391 #: ../share/roundup/templates/responsive/html/bug.index.html:26 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4392 #: ../share/roundup/templates/responsive/html/bug.item.html:84 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4393 msgid "Severity" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4394 msgstr "" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4395 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4396 #: ../share/roundup/templates/devel/html/bug.index.html:32 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4397 #: ../share/roundup/templates/devel/html/task.index.html:32 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4398 #: ../share/roundup/templates/responsive/html/bug.index.html:31 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4399 #: ../share/roundup/templates/responsive/html/bug.item.html:48 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4400 #: ../share/roundup/templates/responsive/html/task.index.html:31 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4401 #: ../share/roundup/templates/responsive/html/task.item.html:49 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4402 msgid "Components" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4403 msgstr "" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4404 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4405 #: ../share/roundup/templates/devel/html/bug.index.html:33 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4406 #: ../share/roundup/templates/devel/html/task.index.html:33 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4407 #: ../share/roundup/templates/responsive/html/bug.index.html:32 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4408 #: ../share/roundup/templates/responsive/html/bug.item.html:113 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4409 msgid "Versions" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4410 msgstr "" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4411 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4412 #: ../share/roundup/templates/devel/html/bug.index.html:35 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4413 #: ../share/roundup/templates/devel/html/task.index.html:35 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4414 #: ../share/roundup/templates/responsive/html/bug.index.html:34 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4415 #: ../share/roundup/templates/responsive/html/bug.item.html:130 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4416 #: ../share/roundup/templates/responsive/html/bug.item.html:172 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4417 #: ../share/roundup/templates/responsive/html/task.index.html:33 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4418 #: ../share/roundup/templates/responsive/html/task.item.html:106 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4419 #: ../share/roundup/templates/responsive/html/task.item.html:146 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4420 msgid "Resolution" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4421 msgstr "" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4422 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4423 #: ../share/roundup/templates/devel/html/bug.index.html:39 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4424 #: ../share/roundup/templates/devel/html/task.index.html:39 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4425 msgid "Depends On" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4426 msgstr "" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4427 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4428 #: ../share/roundup/templates/devel/html/bug.item.html:6 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4429 #: ../share/roundup/templates/responsive/html/bug.item.html:6 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4430 msgid "Bug ${id}: ${title} - ${tracker}" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4431 msgstr "" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4432 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4433 #: ../share/roundup/templates/devel/html/bug.item.html:9 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4434 #: ../share/roundup/templates/responsive/html/bug.item.html:9 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4435 msgid "New Bug report - ${tracker}" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4436 msgstr "" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4437 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4438 #: ../share/roundup/templates/devel/html/bug.item.html:13 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4439 #: ../share/roundup/templates/responsive/html/bug.item.html:13 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4440 msgid "New Bug" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4441 msgstr "" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4442 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4443 #: ../share/roundup/templates/devel/html/bug.item.html:15 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4444 #: ../share/roundup/templates/responsive/html/bug.item.html:15 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4445 msgid "New Bug Editing" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4446 msgstr "" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4447 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4448 #: ../share/roundup/templates/devel/html/bug.item.html:18 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4449 #: ../share/roundup/templates/responsive/html/bug.item.html:18 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4450 msgid "Bug ${id}" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4451 msgstr "" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4452 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4453 #: ../share/roundup/templates/devel/html/bug.item.html:21 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4454 #: ../share/roundup/templates/responsive/html/bug.item.html:21 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4455 msgid "Bug ${id} Editing" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4456 msgstr "" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4457 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4458 #: ../share/roundup/templates/devel/html/bug.item.html:57 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4459 msgid "<span>Type</span>:" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4460 msgstr "" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4461 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4462 #: ../share/roundup/templates/devel/html/bug.item.html:63 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4463 msgid "<span>Severity</span>:" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4464 msgstr "" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4465 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4466 #: ../share/roundup/templates/devel/html/bug.item.html:72 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4467 msgid "<span>Components</span>:" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4468 msgstr "" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4469 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4470 #: ../share/roundup/templates/devel/html/bug.item.html:78 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4471 msgid "<span>Versions</span>:" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4472 msgstr "" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4473 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4474 #: ../share/roundup/templates/devel/html/bug.item.html:91 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4475 msgid "<span>Status</span>:" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4476 msgstr "" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4477 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4478 #: ../share/roundup/templates/devel/html/bug.item.html:97 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4479 msgid "<span>Resolution</span>:" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4480 msgstr "" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4481 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4482 #: ../share/roundup/templates/devel/html/bug.item.html:104 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4483 #: ../share/roundup/templates/devel/html/task.item.html:79 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4484 #: ../share/roundup/templates/responsive/html/bug.item.html:132 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4485 #: ../share/roundup/templates/responsive/html/bug.item.html:183 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4486 #: ../share/roundup/templates/responsive/html/task.item.html:108 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4487 #: ../share/roundup/templates/responsive/html/task.item.html:157 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4488 msgid "Dependencies" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4489 msgstr "" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4490 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4491 #: ../share/roundup/templates/devel/html/bug.item.html:116 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4492 #: ../share/roundup/templates/devel/html/task.item.html:91 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4493 msgid "x:" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4494 msgstr "" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4495 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4496 #: ../share/roundup/templates/devel/html/bug.item.html:126 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4497 #: ../share/roundup/templates/devel/html/task.item.html:101 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4498 #: ../share/roundup/templates/responsive/html/bug.item.html:204 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4499 #: ../share/roundup/templates/responsive/html/task.item.html:178 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4500 msgid "View" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4501 msgstr "" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4502 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4503 #: ../share/roundup/templates/devel/html/bug.item.html:150 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4504 #: ../share/roundup/templates/responsive/html/bug.item.html:249 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4505 msgid "Keywords:" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4506 msgstr "" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4507 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4508 #: ../share/roundup/templates/devel/html/bug.item.html:156 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4509 #: ../share/roundup/templates/devel/html/task.item.html:125 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4510 msgid "Comment" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4511 msgstr "" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4512 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4513 #: ../share/roundup/templates/devel/html/bug.item.html:171 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4514 #: ../share/roundup/templates/devel/html/task.item.html:140 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4515 #: ../share/roundup/templates/responsive/html/bug.item.html:287 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4516 #: ../share/roundup/templates/responsive/html/task.item.html:254 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4517 msgid "File Description" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4518 msgstr "" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4519 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4520 #: ../share/roundup/templates/devel/html/bug.item.html:218 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4521 #: ../share/roundup/templates/devel/html/task.item.html:165 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4522 #: ../share/roundup/templates/responsive/html/bug.item.html:310 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4523 #: ../share/roundup/templates/responsive/html/task.item.html:277 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4524 msgid "" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4525 "Created on <b>${creation}</b> by <b>${creator}</b>, last changed <b>" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4526 "${activity}</b> by <b>${actor}</b>." |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4527 msgstr "" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4528 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4529 #: ../share/roundup/templates/devel/html/bug.item.html:226 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4530 #: ../share/roundup/templates/devel/html/file.index.html:10 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4531 #: ../share/roundup/templates/devel/html/file.item.html:27 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4532 #: ../share/roundup/templates/devel/html/keyword.index.html:26 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4533 #: ../share/roundup/templates/devel/html/patch.index.html:11 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4534 #: ../share/roundup/templates/devel/html/patch.index.html:44 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4535 #: ../share/roundup/templates/devel/html/patch.item.html:27 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4536 #: ../share/roundup/templates/devel/html/patch.item.html:115 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4537 #: ../share/roundup/templates/devel/html/task.item.html:173 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4538 #: ../share/roundup/templates/responsive/html/bug.item.html:318 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4539 #: ../share/roundup/templates/responsive/html/file.index.html:10 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4540 #: ../share/roundup/templates/responsive/html/file.item.html:27 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4541 #: ../share/roundup/templates/responsive/html/keyword.index.html:26 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4542 #: ../share/roundup/templates/responsive/html/patch.index.html:11 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4543 #: ../share/roundup/templates/responsive/html/patch.index.html:44 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4544 #: ../share/roundup/templates/responsive/html/patch.item.html:27 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4545 #: ../share/roundup/templates/responsive/html/patch.item.html:113 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4546 #: ../share/roundup/templates/responsive/html/task.item.html:285 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4547 msgid "Description" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4548 msgstr "" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4549 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4550 #: ../share/roundup/templates/devel/html/bug.item.html:295 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4551 #: ../share/roundup/templates/devel/html/task.item.html:208 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4552 #: ../share/roundup/templates/responsive/html/bug.item.html:352 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4553 #: ../share/roundup/templates/responsive/html/task.item.html:321 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4554 msgid "msg${id}" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4555 msgstr "" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4556 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4557 #: ../share/roundup/templates/devel/html/bug.item.html:297 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4558 #: ../share/roundup/templates/devel/html/task.item.html:210 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4559 #: ../share/roundup/templates/responsive/html/bug.item.html:356 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4560 #: ../share/roundup/templates/responsive/html/task.item.html:325 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4561 msgid "Author: ${author} ()" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4562 msgstr "" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4563 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4564 #: ../share/roundup/templates/devel/html/bug.search.html:2 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4565 #: ../share/roundup/templates/responsive/html/bug.search.html:2 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4566 msgid "Bug searching - ${tracker}" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4567 msgstr "" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4568 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4569 #: ../share/roundup/templates/devel/html/bug.search.html:4 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4570 #: ../share/roundup/templates/responsive/html/bug.search.html:4 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4571 msgid "Bug searching" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4572 msgstr "" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4573 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4574 #: ../share/roundup/templates/devel/html/bug.search.html:94 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4575 #: ../share/roundup/templates/devel/html/task.search.html:94 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4576 #: ../share/roundup/templates/responsive/html/bug.search.html:94 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4577 #: ../share/roundup/templates/responsive/html/task.search.html:94 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4578 msgid "Last actor:" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4579 msgstr "" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4580 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4581 #: ../share/roundup/templates/devel/html/bug.search.html:105 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4582 #: ../share/roundup/templates/devel/html/task.search.html:105 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4583 #: ../share/roundup/templates/responsive/html/bug.search.html:105 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4584 #: ../share/roundup/templates/responsive/html/task.search.html:105 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4585 msgid "Nosy list member:" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4586 msgstr "" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4587 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4588 #: ../share/roundup/templates/devel/html/bug.search.html:115 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4589 #: ../share/roundup/templates/devel/html/task.search.html:115 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4590 #: ../share/roundup/templates/responsive/html/bug.search.html:115 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4591 #: ../share/roundup/templates/responsive/html/task.search.html:115 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4592 msgid "Type:" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4593 msgstr "" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4594 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4595 #: ../share/roundup/templates/devel/html/bug.search.html:128 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4596 #: ../share/roundup/templates/devel/html/task.search.html:128 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4597 #: ../share/roundup/templates/responsive/html/bug.search.html:128 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4598 #: ../share/roundup/templates/responsive/html/task.search.html:128 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4599 msgid "Components:" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4600 msgstr "" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4601 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4602 #: ../share/roundup/templates/devel/html/bug.search.html:141 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4603 #: ../share/roundup/templates/devel/html/task.search.html:141 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4604 #: ../share/roundup/templates/responsive/html/bug.search.html:141 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4605 msgid "Versions:" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4606 msgstr "" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4607 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4608 #: ../share/roundup/templates/devel/html/bug.search.html:167 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4609 #: ../share/roundup/templates/devel/html/task.search.html:167 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4610 #: ../share/roundup/templates/responsive/html/bug.search.html:167 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4611 #: ../share/roundup/templates/responsive/html/task.search.html:141 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4612 msgid "Depends on:" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4613 msgstr "" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4614 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4615 #: ../share/roundup/templates/devel/html/bug.search.html:196 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4616 #: ../share/roundup/templates/devel/html/task.search.html:196 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4617 #: ../share/roundup/templates/responsive/html/bug.search.html:196 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4618 msgid "not set" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4619 msgstr "" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4620 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4621 #: ../share/roundup/templates/devel/html/bug.search.html:223 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4622 #: ../share/roundup/templates/devel/html/task.search.html:223 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4623 #: ../share/roundup/templates/responsive/html/bug.search.html:223 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4624 #: ../share/roundup/templates/responsive/html/task.search.html:184 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4625 msgid "not closed" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4626 msgstr "" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4627 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4628 #: ../share/roundup/templates/devel/html/bug.search.html:237 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4629 #: ../share/roundup/templates/devel/html/task.item.html:73 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4630 #: ../share/roundup/templates/devel/html/task.search.html:237 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4631 #: ../share/roundup/templates/responsive/html/bug.search.html:237 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4632 #: ../share/roundup/templates/responsive/html/task.search.html:198 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4633 msgid "Resolution:" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4634 msgstr "" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4635 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4636 #: ../share/roundup/templates/devel/html/bug.search.html:297 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4637 #: ../share/roundup/templates/responsive/html/bug.search.html:297 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4638 msgid "*: The \"all text\" field will look in message bodies and bug titles" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4639 msgstr "" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4640 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4641 #: ../share/roundup/templates/devel/html/help.html:11 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4642 #: ../share/roundup/templates/responsive/html/help.html:14 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4643 msgid "${what} help - ${tracker}" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4644 msgstr "" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4645 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4646 #: ../share/roundup/templates/devel/html/keyword.index.html:3 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4647 #: ../share/roundup/templates/devel/html/keyword.index.html:9 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4648 #: ../share/roundup/templates/responsive/html/keyword.index.html:3 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4649 #: ../share/roundup/templates/responsive/html/keyword.index.html:9 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4650 msgid "List of keywords" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4651 msgstr "" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4652 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4653 #: ../share/roundup/templates/devel/html/keyword.item.html:8 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4654 #: ../share/roundup/templates/responsive/html/keyword.item.html:8 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4655 msgid "Keyword ${id}: ${title} - ${tracker}" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4656 msgstr "" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4657 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4658 #: ../share/roundup/templates/devel/html/keyword.item.html:11 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4659 #: ../share/roundup/templates/responsive/html/keyword.item.html:11 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4660 msgid "New Keyword - ${tracker}" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4661 msgstr "" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4662 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4663 #: ../share/roundup/templates/devel/html/keyword.item.html:19 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4664 #: ../share/roundup/templates/responsive/html/keyword.item.html:19 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4665 msgid "New Keyword" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4666 msgstr "" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4667 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4668 #: ../share/roundup/templates/devel/html/keyword.item.html:21 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4669 #: ../share/roundup/templates/responsive/html/keyword.item.html:21 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4670 msgid "New Keyword Editing" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4671 msgstr "" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4672 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4673 #: ../share/roundup/templates/devel/html/keyword.item.html:24 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4674 #: ../share/roundup/templates/responsive/html/keyword.item.html:24 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4675 msgid "Keyword${id}" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4676 msgstr "" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4677 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4678 #: ../share/roundup/templates/devel/html/keyword.item.html:27 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4679 #: ../share/roundup/templates/responsive/html/keyword.item.html:27 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4680 msgid "Keyword${id} Editing" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4681 msgstr "" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4682 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4683 #: ../share/roundup/templates/devel/html/keyword.item.html:57 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4684 #: ../share/roundup/templates/responsive/html/keyword.item.html:57 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4685 msgid "Description:" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4686 msgstr "" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4687 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4688 #: ../share/roundup/templates/devel/html/milestone.index.html:3 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4689 #: ../share/roundup/templates/devel/html/milestone.index.html:9 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4690 #: ../share/roundup/templates/responsive/html/milestone.index.html:3 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4691 #: ../share/roundup/templates/responsive/html/milestone.index.html:9 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4692 msgid "List of milestones" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4693 msgstr "" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4694 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4695 #: ../share/roundup/templates/devel/html/msg.item.html:52 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4696 #: ../share/roundup/templates/responsive/html/msg.item.html:42 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4697 msgid "Message-id" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4698 msgstr "" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4699 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4700 #: ../share/roundup/templates/devel/html/msg.item.html:57 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4701 #: ../share/roundup/templates/responsive/html/msg.item.html:44 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4702 msgid "In-reply-to" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4703 msgstr "" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4704 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4705 #: ../share/roundup/templates/devel/html/page.html:45 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4706 #: ../share/roundup/templates/responsive/html/page.html:61 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4707 msgid "Bugs" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4708 msgstr "" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4709 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4710 #: ../share/roundup/templates/devel/html/page.html:51 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4711 #: ../share/roundup/templates/devel/html/page.html:99 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4712 #: ../share/roundup/templates/devel/html/page.html:146 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4713 #: ../share/roundup/templates/responsive/html/page.html:67 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4714 #: ../share/roundup/templates/responsive/html/page.html:116 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4715 #: ../share/roundup/templates/responsive/html/page.html:164 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4716 msgid "Show Open" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4717 msgstr "" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4718 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4719 #: ../share/roundup/templates/devel/html/page.html:83 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4720 msgid "Show bug:" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4721 msgstr "" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4722 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4723 #: ../share/roundup/templates/devel/html/page.html:93 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4724 #: ../share/roundup/templates/responsive/html/page.html:111 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4725 msgid "Tasks" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4726 msgstr "" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4727 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4728 #: ../share/roundup/templates/devel/html/page.html:130 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4729 msgid "Show task:" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4730 msgstr "" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4731 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4732 #: ../share/roundup/templates/devel/html/page.html:140 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4733 #: ../share/roundup/templates/responsive/html/page.html:159 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4734 msgid "Milestones" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4735 msgstr "" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4736 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4737 #: ../share/roundup/templates/devel/html/page.html:160 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4738 msgid "User" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4739 msgstr "" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4740 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4741 #: ../share/roundup/templates/devel/html/page.html:196 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4742 #: ../share/roundup/templates/responsive/html/page.html:213 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4743 msgid "Bugs assigned to you" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4744 msgstr "" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4745 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4746 #: ../share/roundup/templates/devel/html/page.html:216 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4747 #: ../share/roundup/templates/responsive/html/page.html:233 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4748 msgid "" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4749 "<b>Your Queries</b> (<a class=\"nomargin\" href=\"query?@template=edit" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4750 "\">edit</a>)" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4751 msgstr "" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4752 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4753 #: ../share/roundup/templates/devel/html/page.html:237 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4754 #: ../share/roundup/templates/responsive/html/page.html:254 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4755 msgid "Edit Keywords" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4756 msgstr "" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4757 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4758 #: ../share/roundup/templates/devel/html/patch.index.html:3 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4759 #: ../share/roundup/templates/devel/html/patch.index.html:36 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4760 #: ../share/roundup/templates/responsive/html/patch.index.html:3 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4761 #: ../share/roundup/templates/responsive/html/patch.index.html:36 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4762 msgid "List of patches - ${tracker}" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4763 msgstr "" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4764 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4765 #: ../share/roundup/templates/devel/html/patch.index.html:5 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4766 #: ../share/roundup/templates/devel/html/patch.index.html:38 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4767 #: ../share/roundup/templates/responsive/html/patch.index.html:5 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4768 #: ../share/roundup/templates/responsive/html/patch.index.html:38 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4769 msgid "List of patches" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4770 msgstr "" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4771 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4772 #: ../share/roundup/templates/devel/html/patch.item.html:2 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4773 #: ../share/roundup/templates/devel/html/patch.item.html:90 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4774 #: ../share/roundup/templates/responsive/html/patch.item.html:2 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4775 #: ../share/roundup/templates/responsive/html/patch.item.html:88 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4776 msgid "Patch display - ${tracker}" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4777 msgstr "" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4778 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4779 #: ../share/roundup/templates/devel/html/patch.item.html:4 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4780 #: ../share/roundup/templates/responsive/html/patch.item.html:4 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4781 msgid "Modify patch" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4782 msgstr "" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4783 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4784 #: ../share/roundup/templates/devel/html/patch.item.html:37 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4785 #: ../share/roundup/templates/devel/html/patch.item.html:125 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4786 #: ../share/roundup/templates/responsive/html/patch.item.html:37 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4787 #: ../share/roundup/templates/responsive/html/patch.item.html:123 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4788 msgid "Repository" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4789 msgstr "" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4790 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4791 #: ../share/roundup/templates/devel/html/patch.item.html:41 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4792 #: ../share/roundup/templates/devel/html/patch.item.html:129 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4793 #: ../share/roundup/templates/responsive/html/patch.item.html:41 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4794 #: ../share/roundup/templates/responsive/html/patch.item.html:127 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4795 msgid "Repository revision" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4796 msgstr "" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4797 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4798 #: ../share/roundup/templates/devel/html/patch.item.html:92 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4799 #: ../share/roundup/templates/responsive/html/patch.item.html:90 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4800 msgid "Patch display" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4801 msgstr "" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4802 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4803 #: ../share/roundup/templates/devel/html/query.html:21 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4804 #: ../share/roundup/templates/responsive/html/query.html:21 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4805 msgid "${start}.. ${end} out of ${total}" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4806 msgstr "" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4807 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4808 #: ../share/roundup/templates/devel/html/task.index.html:3 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4809 #: ../share/roundup/templates/devel/html/task.index.html:9 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4810 #: ../share/roundup/templates/responsive/html/task.index.html:3 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4811 #: ../share/roundup/templates/responsive/html/task.index.html:9 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4812 msgid "List of tasks" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4813 msgstr "" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4814 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4815 #: ../share/roundup/templates/devel/html/task.item.html:6 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4816 #: ../share/roundup/templates/responsive/html/task.item.html:6 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4817 msgid "Task ${id}: ${title} - ${tracker}" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4818 msgstr "" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4819 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4820 #: ../share/roundup/templates/devel/html/task.item.html:9 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4821 #: ../share/roundup/templates/responsive/html/task.item.html:9 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4822 msgid "New Task - ${tracker}" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4823 msgstr "" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4824 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4825 #: ../share/roundup/templates/devel/html/task.item.html:13 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4826 #: ../share/roundup/templates/responsive/html/task.item.html:13 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4827 msgid "New Task" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4828 msgstr "" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4829 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4830 #: ../share/roundup/templates/devel/html/task.item.html:15 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4831 #: ../share/roundup/templates/responsive/html/task.item.html:15 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4832 msgid "New Task Editing" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4833 msgstr "" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4834 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4835 #: ../share/roundup/templates/devel/html/task.item.html:18 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4836 #: ../share/roundup/templates/responsive/html/task.item.html:18 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4837 msgid "Task ${id}" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4838 msgstr "" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4839 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4840 #: ../share/roundup/templates/devel/html/task.item.html:21 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4841 #: ../share/roundup/templates/responsive/html/task.item.html:21 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4842 msgid "Task${id} Editing" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4843 msgstr "" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4844 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4845 #: ../share/roundup/templates/devel/html/task.item.html:55 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4846 #: ../share/roundup/templates/devel/html/task.item.html:59 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4847 #: ../share/roundup/templates/devel/html/task.item.html:70 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4848 msgid ":" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4849 msgstr "" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4850 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4851 #: ../share/roundup/templates/devel/html/task.search.html:2 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4852 #: ../share/roundup/templates/responsive/html/task.search.html:2 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4853 msgid "Task searching - ${tracker}" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4854 msgstr "" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4855 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4856 #: ../share/roundup/templates/devel/html/task.search.html:4 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4857 #: ../share/roundup/templates/responsive/html/task.search.html:4 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4858 msgid "Task searching" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4859 msgstr "" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4860 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4861 #: ../share/roundup/templates/devel/html/task.search.html:297 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4862 #: ../share/roundup/templates/responsive/html/task.search.html:258 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4863 msgid "*: The \"all text\" field will look in message bodies and task titles" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4864 msgstr "" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4865 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4866 #: ../share/roundup/templates/devel/html/user.forgotten.html:13 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4867 #: ../share/roundup/templates/responsive/html/user.forgotten.html:13 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4868 msgid "" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4869 "If your user was automatically created during import from the old sourceforge " |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4870 "tracker, your e-mail address is <Sourceforge username>@users." |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4871 "sourceforge.net. The mail address associated with your account can be changed " |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4872 "after login." |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4873 msgstr "" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4874 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4875 #: ../share/roundup/templates/devel/html/user.forgotten.html:40 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4876 #: ../share/roundup/templates/responsive/html/user.forgotten.html:40 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4877 msgid "" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4878 "If you have previously created or modified issue reports in the sourceforge " |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4879 "issue tracker, you have an account here with the same username as your " |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4880 "sourceforge username." |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4881 msgstr "" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4882 |
|
6223
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
4883 #: ../share/roundup/templates/minimal/html/home.html:2 |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
4884 msgid "Tracker home - ${tracker}" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
4885 msgstr "" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
4886 |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
4887 #: ../share/roundup/templates/minimal/html/home.html:4 |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
4888 msgid "Tracker home" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
4889 msgstr "" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
4890 |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
4891 #: ../share/roundup/templates/minimal/html/home.html:16 |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
4892 msgid "Please select from one of the menu options on the left." |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
4893 msgstr "" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
4894 |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
4895 #: ../share/roundup/templates/minimal/html/home.html:19 |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
4896 msgid "Please log in or register." |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6220
diff
changeset
|
4897 msgstr "" |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4898 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4899 #: ../share/roundup/templates/responsive/html/bug.index.html:84 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4900 #: ../share/roundup/templates/responsive/html/bug.index.html:89 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4901 #: ../share/roundup/templates/responsive/html/milestone.index.html:58 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4902 #: ../share/roundup/templates/responsive/html/milestone.index.html:63 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4903 #: ../share/roundup/templates/responsive/html/task.index.html:78 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4904 #: ../share/roundup/templates/responsive/html/task.index.html:83 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4905 msgid "Previous" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4906 msgstr "" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4907 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4908 #: ../share/roundup/templates/responsive/html/bug.index.html:93 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4909 #: ../share/roundup/templates/responsive/html/milestone.index.html:67 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4910 #: ../share/roundup/templates/responsive/html/task.index.html:87 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4911 msgid "<a href=\"#\">${start}..${end} out of ${total}</a>" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4912 msgstr "" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4913 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4914 #: ../share/roundup/templates/responsive/html/bug.index.html:96 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4915 #: ../share/roundup/templates/responsive/html/bug.index.html:101 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4916 #: ../share/roundup/templates/responsive/html/milestone.index.html:70 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4917 #: ../share/roundup/templates/responsive/html/milestone.index.html:75 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4918 #: ../share/roundup/templates/responsive/html/task.index.html:90 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4919 #: ../share/roundup/templates/responsive/html/task.index.html:95 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4920 msgid "Next" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4921 msgstr "" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4922 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4923 #: ../share/roundup/templates/responsive/html/bug.item.html:50 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4924 msgid "Version" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4925 msgstr "" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4926 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4927 #: ../share/roundup/templates/responsive/html/bug.item.html:100 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4928 #: ../share/roundup/templates/responsive/html/task.item.html:89 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4929 msgid "component" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4930 msgstr "" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4931 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4932 #: ../share/roundup/templates/responsive/html/bug.item.html:138 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4933 #: ../share/roundup/templates/responsive/html/task.item.html:114 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4934 msgid "Assigned to" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4935 msgstr "" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4936 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4937 #: ../share/roundup/templates/responsive/html/bug.item.html:140 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4938 #: ../share/roundup/templates/responsive/html/task.item.html:116 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4939 msgid "Nosy list" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4940 msgstr "" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4941 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4942 #: ../share/roundup/templates/responsive/html/bug.item.html:260 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4943 #: ../share/roundup/templates/responsive/html/task.item.html:227 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4944 msgid "<span class=\"badge badge-inverse\">Comment</span> " |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4945 msgstr "" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4946 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4947 #: ../share/roundup/templates/responsive/html/page.html:100 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4948 msgid "Show bug" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4949 msgstr "" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4950 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4951 #: ../share/roundup/templates/responsive/html/page.html:148 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4952 msgid "Show task" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4953 msgstr "" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4954 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4955 #: ../share/roundup/templates/responsive/html/page.html:181 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4956 msgid "Password" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4957 msgstr "" |
