annotate locale/roundup.pot @ 8408:e882a5d52ae5

refactor: move RateLimitExceeded to roundup.cgi.exceptions RateLimitExceeded is an HTTP exception that raises code 429. Move it to roundup.cgi.exceptions where all the other exceptions that result in http status codes are located. Also make it inherit from HTTPException since it is one. Also add docstrings for all HTTP exceptions and order HTTPExceptions by status code. BREAKING CHANGE: if somebody is importing RateLimitExceeded they will need to change their import. I consider it unlikely anybody is using RateLimitExceeded. Detectors and extensions are unlikely to raise RateLimitExceeded. So I am leaving it out of the upgrading doc. Just doc in change log.
author John Rouillard <rouilj@ieee.org>
date Sun, 10 Aug 2025 21:27:06 -0400
parents 127625327b9f
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
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 ""
8366
127625327b9f chore: update locale files for release.
John Rouillard <rouilj@ieee.org>
parents: 8328
diff changeset
9 "Project-Id-Version: Roundup 2.5.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"
8366
127625327b9f chore: update locale files for release.
John Rouillard <rouilj@ieee.org>
parents: 8328
diff changeset
11 "POT-Creation-Date: 2025-07-11 20:04-0400\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
7203
12a3cd86668f auto update 'password_pbkdf2_default_rounds' "
John Rouillard <rouilj@ieee.org>
parents: 7069
diff changeset
26 #: ../roundup/actions.py:65 ../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
8328
3bf6ad421347 chore: update files for release 2.5.0b1.
John Rouillard <rouilj@ieee.org>
parents: 8276
diff changeset
30 #: ../roundup/admin.py:132
8002
a377590eba34 changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents: 7530
diff changeset
31 msgid ""
a377590eba34 changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents: 7530
diff changeset
32 "Have 'display designator[,designator*]' show header inside\n"
a377590eba34 changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents: 7530
diff changeset
33 " []'s before items. Includes retired/active status.\n"
a377590eba34 changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents: 7530
diff changeset
34 msgstr ""
a377590eba34 changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents: 7530
diff changeset
35
8328
3bf6ad421347 chore: update files for release 2.5.0b1.
John Rouillard <rouilj@ieee.org>
parents: 8276
diff changeset
36 #: ../roundup/admin.py:136
8002
a377590eba34 changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents: 7530
diff changeset
37 msgid ""
a377590eba34 changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents: 7530
diff changeset
38 "Have 'display designator' and 'specification class' show\n"
a377590eba34 changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents: 7530
diff changeset
39 " protected fields: creator, id etc.\n"
a377590eba34 changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents: 7530
diff changeset
40 msgstr ""
a377590eba34 changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents: 7530
diff changeset
41
8328
3bf6ad421347 chore: update files for release 2.5.0b1.
John Rouillard <rouilj@ieee.org>
parents: 8276
diff changeset
42 #: ../roundup/admin.py:140
8002
a377590eba34 changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents: 7530
diff changeset
43 msgid ""
a377590eba34 changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents: 7530
diff changeset
44 "Controls history options. It is a bitstring where setting\n"
a377590eba34 changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents: 7530
diff changeset
45 " the bit disables the feature. A value of 0 (default)\n"
a377590eba34 changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents: 7530
diff changeset
46 " enables all features. Value 1 disables loading of\n"
a377590eba34 changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents: 7530
diff changeset
47 " history. Value 2 disables saving history. Value 4\n"
a377590eba34 changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents: 7530
diff changeset
48 " disables loading init file. Since it is a bitstring a\n"
a377590eba34 changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents: 7530
diff changeset
49 " value of 6 disables both loading init file and saving\n"
a377590eba34 changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents: 7530
diff changeset
50 " history.\n"
a377590eba34 changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents: 7530
diff changeset
51 msgstr ""
a377590eba34 changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents: 7530
diff changeset
52
8328
3bf6ad421347 chore: update files for release 2.5.0b1.
John Rouillard <rouilj@ieee.org>
parents: 8276
diff changeset
53 #: ../roundup/admin.py:149
8002
a377590eba34 changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents: 7530
diff changeset
54 msgid ""
a377590eba34 changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents: 7530
diff changeset
55 "Set the number of lines of history to keep for this session.\n"
a377590eba34 changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents: 7530
diff changeset
56 " -1 is infinite.\n"
a377590eba34 changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents: 7530
diff changeset
57 msgstr ""
a377590eba34 changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents: 7530
diff changeset
58
8328
3bf6ad421347 chore: update files for release 2.5.0b1.
John Rouillard <rouilj@ieee.org>
parents: 8276
diff changeset
59 #: ../roundup/admin.py:153
8002
a377590eba34 changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents: 7530
diff changeset
60 msgid "Set indexer to use when running 'reindex' NYI\n"
a377590eba34 changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents: 7530
diff changeset
61 msgstr ""
a377590eba34 changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents: 7530
diff changeset
62
8328
3bf6ad421347 chore: update files for release 2.5.0b1.
John Rouillard <rouilj@ieee.org>
parents: 8276
diff changeset
63 #: ../roundup/admin.py:156
8002
a377590eba34 changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents: 7530
diff changeset
64 msgid "Force reopening of tracker when running each command.\n"
a377590eba34 changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents: 7530
diff changeset
65 msgstr ""
a377590eba34 changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents: 7530
diff changeset
66
8328
3bf6ad421347 chore: update files for release 2.5.0b1.
John Rouillard <rouilj@ieee.org>
parents: 8276
diff changeset
67 #: ../roundup/admin.py:159
8002
a377590eba34 changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents: 7530
diff changeset
68 msgid ""
a377590eba34 changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents: 7530
diff changeset
69 "set the number of rows imported before a database commit is\n"
a377590eba34 changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents: 7530
diff changeset
70 " done. Used only for imports on PostgreSQL.\n"
a377590eba34 changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents: 7530
diff changeset
71 msgstr ""
a377590eba34 changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents: 7530
diff changeset
72
8328
3bf6ad421347 chore: update files for release 2.5.0b1.
John Rouillard <rouilj@ieee.org>
parents: 8276
diff changeset
73 #: ../roundup/admin.py:161
8002
a377590eba34 changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents: 7530
diff changeset
74 msgid "Show retired items in table, list etc. One of 'no', 'only', 'both'\n"
a377590eba34 changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents: 7530
diff changeset
75 msgstr ""
a377590eba34 changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents: 7530
diff changeset
76
8109
cd642eaf358e fix: remove duplicate source sring after fix to admin.py. Update to new roundup.pot extraction
John Rouillard <rouilj@ieee.org>
parents: 8106
diff changeset
77 #: ../roundup/admin.py:163
8328
3bf6ad421347 chore: update files for release 2.5.0b1.
John Rouillard <rouilj@ieee.org>
parents: 8276
diff changeset
78 msgid "internal mapping for show_retired.\n"
3bf6ad421347 chore: update files for release 2.5.0b1.
John Rouillard <rouilj@ieee.org>
parents: 8276
diff changeset
79 msgstr ""
3bf6ad421347 chore: update files for release 2.5.0b1.
John Rouillard <rouilj@ieee.org>
parents: 8276
diff changeset
80
3bf6ad421347 chore: update files for release 2.5.0b1.
John Rouillard <rouilj@ieee.org>
parents: 8276
diff changeset
81 #: ../roundup/admin.py:164
8002
a377590eba34 changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents: 7530
diff changeset
82 msgid "Enable verbose output: tracing, descriptions...\n"
a377590eba34 changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents: 7530
diff changeset
83 msgstr ""
a377590eba34 changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents: 7530
diff changeset
84
8328
3bf6ad421347 chore: update files for release 2.5.0b1.
John Rouillard <rouilj@ieee.org>
parents: 8276
diff changeset
85 #: ../roundup/admin.py:176 ../roundup/admin.py:1199 ../roundup/admin.py:1869
3bf6ad421347 chore: update files for release 2.5.0b1.
John Rouillard <rouilj@ieee.org>
parents: 8276
diff changeset
86 #: ../roundup/admin.py:1901 ../roundup/admin.py:176:1199 :1869:1901
6223
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
87 #, python-format
2311
4c50ccae68ab Roundup message template file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff changeset
88 msgid "no such class \"%(classname)s\""
4c50ccae68ab Roundup message template file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff changeset
89 msgstr ""
4c50ccae68ab Roundup message template file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff changeset
90
8328
3bf6ad421347 chore: update files for release 2.5.0b1.
John Rouillard <rouilj@ieee.org>
parents: 8276
diff changeset
91 #: ../roundup/admin.py:189
6223
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
92 #, python-format
2311
4c50ccae68ab Roundup message template file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff changeset
93 msgid "argument \"%(arg)s\" not propname=value"
4c50ccae68ab Roundup message template file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff changeset
94 msgstr ""
4c50ccae68ab Roundup message template file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff changeset
95
8328
3bf6ad421347 chore: update files for release 2.5.0b1.
John Rouillard <rouilj@ieee.org>
parents: 8276
diff changeset
96 #: ../roundup/admin.py:202
6223
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
97 #, python-format
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
98 msgid ""
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
99 "Problem: %(message)s\n"
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
100 "\n"
2311
4c50ccae68ab Roundup message template file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff changeset
101 msgstr ""
4c50ccae68ab Roundup message template file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff changeset
102
8328
3bf6ad421347 chore: update files for release 2.5.0b1.
John Rouillard <rouilj@ieee.org>
parents: 8276
diff changeset
103 #: ../roundup/admin.py:203
6223
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
104 #, python-format
2311
4c50ccae68ab Roundup message template file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff changeset
105 msgid ""
4c50ccae68ab Roundup message template file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff changeset
106 "%(message)sUsage: roundup-admin [options] [<command> <arguments>]\n"
4c50ccae68ab Roundup message template file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff changeset
107 "\n"
4c50ccae68ab Roundup message template file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff changeset
108 "Options:\n"
6223
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
109 " -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
110 "administer\n"
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
111 " -u -- the user[:password] to use for commands (default "
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
112 "admin)\n"
2311
4c50ccae68ab Roundup message template file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff changeset
113 " -d -- print full designators not just class id numbers\n"
4c50ccae68ab Roundup message template file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff changeset
114 " -c -- when outputting lists of data, comma-separate them.\n"
4c50ccae68ab Roundup message template file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff changeset
115 " Same as '-S \",\"'.\n"
4c50ccae68ab Roundup message template file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff changeset
116 " -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
117 " -s -- when outputting lists of data, space-separate them.\n"
4c50ccae68ab Roundup message template file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff changeset
118 " Same as '-S \" \"'.\n"
8002
a377590eba34 changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents: 7530
diff changeset
119 " -P pragma=value -- Set a pragma on command line rather than "
a377590eba34 changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents: 7530
diff changeset
120 "interactively.\n"
a377590eba34 changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents: 7530
diff changeset
121 " Can be used multiple times.\n"
3616
1118d3fb43ff updated for roundup version 1.1.2
Alexander Smishlajev <a1s@users.sourceforge.net>
parents: 3577
diff changeset
122 " -V -- be verbose when importing\n"
1118d3fb43ff updated for roundup version 1.1.2
Alexander Smishlajev <a1s@users.sourceforge.net>
parents: 3577
diff changeset
123 " -v -- report Roundup and Python versions (and quit)\n"
2311
4c50ccae68ab Roundup message template file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff changeset
124 "\n"
4c50ccae68ab Roundup message template file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff changeset
125 " 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
126 "\n"
4c50ccae68ab Roundup message template file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff changeset
127 "Help:\n"
4c50ccae68ab Roundup message template file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff changeset
128 " roundup-admin -h\n"
4c50ccae68ab Roundup message template file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff changeset
129 " roundup-admin help -- this help\n"
4c50ccae68ab Roundup message template file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff changeset
130 " roundup-admin help <command> -- command-specific help\n"
4c50ccae68ab Roundup message template file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff changeset
131 " roundup-admin help all -- all available help\n"
4c50ccae68ab Roundup message template file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff changeset
132 msgstr ""
4c50ccae68ab Roundup message template file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff changeset
133
8328
3bf6ad421347 chore: update files for release 2.5.0b1.
John Rouillard <rouilj@ieee.org>
parents: 8276
diff changeset
134 #: ../roundup/admin.py:232
5818
30dc6cb23b21 updated pot file for release
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
135 msgid "Commands: "
30dc6cb23b21 updated pot file for release
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
136 msgstr ""
30dc6cb23b21 updated pot file for release
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
137
8328
3bf6ad421347 chore: update files for release 2.5.0b1.
John Rouillard <rouilj@ieee.org>
parents: 8276
diff changeset
138 #: ../roundup/admin.py:249
2311
4c50ccae68ab Roundup message template file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff changeset
139 msgid ""
4c50ccae68ab Roundup message template file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff changeset
140 "Commands may be abbreviated as long as the abbreviation\n"
4c50ccae68ab Roundup message template file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff changeset
141 "matches only one command, e.g. l == li == lis == list."
4c50ccae68ab Roundup message template file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff changeset
142 msgstr ""
4c50ccae68ab Roundup message template file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff changeset
143
8328
3bf6ad421347 chore: update files for release 2.5.0b1.
John Rouillard <rouilj@ieee.org>
parents: 8276
diff changeset
144 #: ../roundup/admin.py:281
2311
4c50ccae68ab Roundup message template file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff changeset
145 msgid ""
4c50ccae68ab Roundup message template file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff changeset
146 "\n"
2340
7005d0162ed0 updated from latest sources.
Alexander Smishlajev <a1s@users.sourceforge.net>
parents: 2311
diff changeset
147 "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
148 "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
149 "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
150 "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
151 "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
152 "or on the command line as \"-i tracker\".\n"
2311
4c50ccae68ab Roundup message template file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff changeset
153 "\n"
4c50ccae68ab Roundup message template file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff changeset
154 "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
155 "\n"
4c50ccae68ab Roundup message template file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff changeset
156 "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
157 "printed results:\n"
4c50ccae68ab Roundup message template file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff changeset
158 " . Strings are, well, strings.\n"
2340
7005d0162ed0 updated from latest sources.
Alexander Smishlajev <a1s@users.sourceforge.net>
parents: 2311
diff changeset
159 " . 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
160 " 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
161 " below.\n"
2311
4c50ccae68ab Roundup message template file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff changeset
162 " . 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
163 " 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
164 " . 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
165 " 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
166 " 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
167 " of nodes joined by commas is accepted.\n"
2311
4c50ccae68ab Roundup message template file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff changeset
168 "\n"
4c50ccae68ab Roundup message template file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff changeset
169 "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
170 "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
171 "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
172 "quotes. Examples:\n"
4c50ccae68ab Roundup message template file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff changeset
173 " hello world (2 tokens: hello, world)\n"
4c50ccae68ab Roundup message template file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff changeset
174 " \"hello world\" (1 token: hello world)\n"
4c50ccae68ab Roundup message template file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff changeset
175 " \"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
176 " Roch\\'e Compaan (2 tokens: Roch'e Compaan)\n"
2311
4c50ccae68ab Roundup message template file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff changeset
177 " 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
178 " \\\\ (1 token: \\)\n"
7005d0162ed0 updated from latest sources.
Alexander Smishlajev <a1s@users.sourceforge.net>
parents: 2311
diff changeset
179 " \\n\\r\\t (1 token: a newline, carriage-return and tab)\n"
8002
a377590eba34 changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents: 7530
diff changeset
180 " f \"test\\\"q\" (2 tokens: f test\"q)\n"
2311
4c50ccae68ab Roundup message template file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff changeset
181 "\n"
4c50ccae68ab Roundup message template file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff changeset
182 "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
183 "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
184 "nodes.\n"
4c50ccae68ab Roundup message template file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff changeset
185 "\n"
4c50ccae68ab Roundup message template file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff changeset
186 "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
187 "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
188 "the -c) option.\n"
4c50ccae68ab Roundup message template file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff changeset
189 "\n"
4c50ccae68ab Roundup message template file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff changeset
190 "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
191 "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
192 " . ROUNDUP_LOGIN environment variable\n"
4c50ccae68ab Roundup message template file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff changeset
193 " . the -u command-line option\n"
4c50ccae68ab Roundup message template file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff changeset
194 "If either the name or password is not supplied, they are obtained from the\n"
7203
12a3cd86668f auto update 'password_pbkdf2_default_rounds' "
John Rouillard <rouilj@ieee.org>
parents: 7069
diff changeset
195 "command-line. (See admin guide before using -u.)\n"
2311
4c50ccae68ab Roundup message template file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff changeset
196 "\n"
4c50ccae68ab Roundup message template file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff changeset
197 "Date format examples:\n"
4c50ccae68ab Roundup message template file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff changeset
198 " \"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
199 " \"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
200 " \"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
201 " \"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
202 " \"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
203 " \"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
204 " \"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
205 " \".\" means \"right now\"\n"
4c50ccae68ab Roundup message template file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff changeset
206 "\n"
4c50ccae68ab Roundup message template file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff changeset
207 "Command help:\n"
4c50ccae68ab Roundup message template file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff changeset
208 msgstr ""
4c50ccae68ab Roundup message template file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff changeset
209
8328
3bf6ad421347 chore: update files for release 2.5.0b1.
John Rouillard <rouilj@ieee.org>
parents: 8276
diff changeset
210 #: ../roundup/admin.py:345
6223
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
211 #, python-format
2311
4c50ccae68ab Roundup message template file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff changeset
212 msgid "%s:"
4c50ccae68ab Roundup message template file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff changeset
213 msgstr ""
4c50ccae68ab Roundup message template file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff changeset
214
8328
3bf6ad421347 chore: update files for release 2.5.0b1.
John Rouillard <rouilj@ieee.org>
parents: 8276
diff changeset
215 #: ../roundup/admin.py:450 ../roundup/admin.py:1426 ../roundup/admin.py:450:1426
7401
6ebc9f6f5d8e update locale files
John Rouillard <rouilj@ieee.org>
parents: 7209
diff changeset
216 msgid "Templates:"
6ebc9f6f5d8e update locale files
John Rouillard <rouilj@ieee.org>
parents: 7209
diff changeset
217 msgstr ""
6ebc9f6f5d8e update locale files
John Rouillard <rouilj@ieee.org>
parents: 7209
diff changeset
218
8328
3bf6ad421347 chore: update files for release 2.5.0b1.
John Rouillard <rouilj@ieee.org>
parents: 8276
diff changeset
219 #: ../roundup/admin.py:453 ../roundup/admin.py:1436 ../roundup/admin.py:453:1436
7401
6ebc9f6f5d8e update locale files
John Rouillard <rouilj@ieee.org>
parents: 7209
diff changeset
220 msgid "Back ends:"
6ebc9f6f5d8e update locale files
John Rouillard <rouilj@ieee.org>
parents: 7209
diff changeset
221 msgstr ""
6ebc9f6f5d8e update locale files
John Rouillard <rouilj@ieee.org>
parents: 7209
diff changeset
222
8002
a377590eba34 changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents: 7530
diff changeset
223 #. noqa: ARG002
8328
3bf6ad421347 chore: update files for release 2.5.0b1.
John Rouillard <rouilj@ieee.org>
parents: 8276
diff changeset
224 #: ../roundup/admin.py:470
7401
6ebc9f6f5d8e update locale files
John Rouillard <rouilj@ieee.org>
parents: 7209
diff changeset
225 msgid ""
6ebc9f6f5d8e update locale files
John Rouillard <rouilj@ieee.org>
parents: 7209
diff changeset
226 "Usage: commit\n"
6ebc9f6f5d8e update locale files
John Rouillard <rouilj@ieee.org>
parents: 7209
diff changeset
227 " Commit changes made to the database during an interactive session.\n"
6ebc9f6f5d8e update locale files
John Rouillard <rouilj@ieee.org>
parents: 7209
diff changeset
228 "\n"
6ebc9f6f5d8e update locale files
John Rouillard <rouilj@ieee.org>
parents: 7209
diff changeset
229 " The changes made during an interactive session are not\n"
6ebc9f6f5d8e update locale files
John Rouillard <rouilj@ieee.org>
parents: 7209
diff changeset
230 " automatically written to the database - they must be committed\n"
6ebc9f6f5d8e update locale files
John Rouillard <rouilj@ieee.org>
parents: 7209
diff changeset
231 " using this command.\n"
6ebc9f6f5d8e update locale files
John Rouillard <rouilj@ieee.org>
parents: 7209
diff changeset
232 "\n"
6ebc9f6f5d8e update locale files
John Rouillard <rouilj@ieee.org>
parents: 7209
diff changeset
233 " One-off commands on the command-line are automatically committed if\n"
6ebc9f6f5d8e update locale files
John Rouillard <rouilj@ieee.org>
parents: 7209
diff changeset
234 " they are successful.\n"
6ebc9f6f5d8e update locale files
John Rouillard <rouilj@ieee.org>
parents: 7209
diff changeset
235 " "
6ebc9f6f5d8e update locale files
John Rouillard <rouilj@ieee.org>
parents: 7209
diff changeset
236 msgstr ""
6ebc9f6f5d8e update locale files
John Rouillard <rouilj@ieee.org>
parents: 7209
diff changeset
237
8328
3bf6ad421347 chore: update files for release 2.5.0b1.
John Rouillard <rouilj@ieee.org>
parents: 8276
diff changeset
238 #: ../roundup/admin.py:485
7401
6ebc9f6f5d8e update locale files
John Rouillard <rouilj@ieee.org>
parents: 7209
diff changeset
239 msgid ""
6ebc9f6f5d8e update locale files
John Rouillard <rouilj@ieee.org>
parents: 7209
diff changeset
240 "Usage: create classname property=value ...\n"
6ebc9f6f5d8e update locale files
John Rouillard <rouilj@ieee.org>
parents: 7209
diff changeset
241 " Create a new entry of a given class.\n"
6ebc9f6f5d8e update locale files
John Rouillard <rouilj@ieee.org>
parents: 7209
diff changeset
242 "\n"
6ebc9f6f5d8e update locale files
John Rouillard <rouilj@ieee.org>
parents: 7209
diff changeset
243 " This creates a new entry of the given class using the property\n"
6ebc9f6f5d8e update locale files
John Rouillard <rouilj@ieee.org>
parents: 7209
diff changeset
244 " name=value arguments provided on the command line after the \"create"
6ebc9f6f5d8e update locale files
John Rouillard <rouilj@ieee.org>
parents: 7209
diff changeset
245 "\"\n"
6ebc9f6f5d8e update locale files
John Rouillard <rouilj@ieee.org>
parents: 7209
diff changeset
246 " command.\n"
6ebc9f6f5d8e update locale files
John Rouillard <rouilj@ieee.org>
parents: 7209
diff changeset
247 " "
6ebc9f6f5d8e update locale files
John Rouillard <rouilj@ieee.org>
parents: 7209
diff changeset
248 msgstr ""
6ebc9f6f5d8e update locale files
John Rouillard <rouilj@ieee.org>
parents: 7209
diff changeset
249
8328
3bf6ad421347 chore: update files for release 2.5.0b1.
John Rouillard <rouilj@ieee.org>
parents: 8276
diff changeset
250 #: ../roundup/admin.py:493 ../roundup/admin.py:566 ../roundup/admin.py:617
3bf6ad421347 chore: update files for release 2.5.0b1.
John Rouillard <rouilj@ieee.org>
parents: 8276
diff changeset
251 #: ../roundup/admin.py:744 ../roundup/admin.py:817 ../roundup/admin.py:862
3bf6ad421347 chore: update files for release 2.5.0b1.
John Rouillard <rouilj@ieee.org>
parents: 8276
diff changeset
252 #: ../roundup/admin.py:913 ../roundup/admin.py:1010 ../roundup/admin.py:1227
3bf6ad421347 chore: update files for release 2.5.0b1.
John Rouillard <rouilj@ieee.org>
parents: 8276
diff changeset
253 #: ../roundup/admin.py:1399 ../roundup/admin.py:1527 ../roundup/admin.py:1610
3bf6ad421347 chore: update files for release 2.5.0b1.
John Rouillard <rouilj@ieee.org>
parents: 8276
diff changeset
254 #: ../roundup/admin.py:1736 ../roundup/admin.py:1859 ../roundup/admin.py:1891
3bf6ad421347 chore: update files for release 2.5.0b1.
John Rouillard <rouilj@ieee.org>
parents: 8276
diff changeset
255 #: ../roundup/admin.py:2007 ../roundup/admin.py:2061 ../roundup/admin.py:2109
3bf6ad421347 chore: update files for release 2.5.0b1.
John Rouillard <rouilj@ieee.org>
parents: 8276
diff changeset
256 #: ../roundup/admin.py:493:566 :1227:1399 :1527:1610 :1736:1859 :1891:2007
3bf6ad421347 chore: update files for release 2.5.0b1.
John Rouillard <rouilj@ieee.org>
parents: 8276
diff changeset
257 #: :2061:2109 :617:744 :817:862 :913:1010
7401
6ebc9f6f5d8e update locale files
John Rouillard <rouilj@ieee.org>
parents: 7209
diff changeset
258 msgid "Not enough arguments supplied"
6ebc9f6f5d8e update locale files
John Rouillard <rouilj@ieee.org>
parents: 7209
diff changeset
259 msgstr ""
6ebc9f6f5d8e update locale files
John Rouillard <rouilj@ieee.org>
parents: 7209
diff changeset
260
8328
3bf6ad421347 chore: update files for release 2.5.0b1.
John Rouillard <rouilj@ieee.org>
parents: 8276
diff changeset
261 #: ../roundup/admin.py:513
7401
6ebc9f6f5d8e update locale files
John Rouillard <rouilj@ieee.org>
parents: 7209
diff changeset
262 #, python-format
6ebc9f6f5d8e update locale files
John Rouillard <rouilj@ieee.org>
parents: 7209
diff changeset
263 msgid "%(propname)s (Password): "
6ebc9f6f5d8e update locale files
John Rouillard <rouilj@ieee.org>
parents: 7209
diff changeset
264 msgstr ""
6ebc9f6f5d8e update locale files
John Rouillard <rouilj@ieee.org>
parents: 7209
diff changeset
265
8328
3bf6ad421347 chore: update files for release 2.5.0b1.
John Rouillard <rouilj@ieee.org>
parents: 8276
diff changeset
266 #: ../roundup/admin.py:516
8109
cd642eaf358e fix: remove duplicate source sring after fix to admin.py. Update to new roundup.pot extraction
John Rouillard <rouilj@ieee.org>
parents: 8106
diff changeset
267 #, python-format
cd642eaf358e fix: remove duplicate source sring after fix to admin.py. Update to new roundup.pot extraction
John Rouillard <rouilj@ieee.org>
parents: 8106
diff changeset
268 msgid " %(propname)s (Again): "
cd642eaf358e fix: remove duplicate source sring after fix to admin.py. Update to new roundup.pot extraction
John Rouillard <rouilj@ieee.org>
parents: 8106
diff changeset
269 msgstr ""
cd642eaf358e fix: remove duplicate source sring after fix to admin.py. Update to new roundup.pot extraction
John Rouillard <rouilj@ieee.org>
parents: 8106
diff changeset
270
8328
3bf6ad421347 chore: update files for release 2.5.0b1.
John Rouillard <rouilj@ieee.org>
parents: 8276
diff changeset
271 #: ../roundup/admin.py:520
8002
a377590eba34 changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents: 7530
diff changeset
272 msgid "Sorry, try again..."
a377590eba34 changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents: 7530
diff changeset
273 msgstr ""
a377590eba34 changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents: 7530
diff changeset
274
8328
3bf6ad421347 chore: update files for release 2.5.0b1.
John Rouillard <rouilj@ieee.org>
parents: 8276
diff changeset
275 #: ../roundup/admin.py:525
8002
a377590eba34 changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents: 7530
diff changeset
276 #, python-format
a377590eba34 changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents: 7530
diff changeset
277 msgid "%(propname)s (%(proptype)s): "
a377590eba34 changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents: 7530
diff changeset
278 msgstr ""
a377590eba34 changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents: 7530
diff changeset
279
8328
3bf6ad421347 chore: update files for release 2.5.0b1.
John Rouillard <rouilj@ieee.org>
parents: 8276
diff changeset
280 #: ../roundup/admin.py:544
8002
a377590eba34 changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents: 7530
diff changeset
281 #, python-format
a377590eba34 changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents: 7530
diff changeset
282 msgid "you must provide the \"%(propname)s\" property."
a377590eba34 changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents: 7530
diff changeset
283 msgstr ""
a377590eba34 changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents: 7530
diff changeset
284
8328
3bf6ad421347 chore: update files for release 2.5.0b1.
John Rouillard <rouilj@ieee.org>
parents: 8276
diff changeset
285 #: ../roundup/admin.py:556
7401
6ebc9f6f5d8e update locale files
John Rouillard <rouilj@ieee.org>
parents: 7209
diff changeset
286 msgid ""
6ebc9f6f5d8e update locale files
John Rouillard <rouilj@ieee.org>
parents: 7209
diff changeset
287 "Usage: display designator[,designator]*\n"
6ebc9f6f5d8e update locale files
John Rouillard <rouilj@ieee.org>
parents: 7209
diff changeset
288 " Show the property values for the given node(s).\n"
6ebc9f6f5d8e update locale files
John Rouillard <rouilj@ieee.org>
parents: 7209
diff changeset
289 "\n"
6ebc9f6f5d8e update locale files
John Rouillard <rouilj@ieee.org>
parents: 7209
diff changeset
290 " A designator is a classname and a nodeid concatenated,\n"
6ebc9f6f5d8e update locale files
John Rouillard <rouilj@ieee.org>
parents: 7209
diff changeset
291 " eg. bug1, user10, ...\n"
6ebc9f6f5d8e update locale files
John Rouillard <rouilj@ieee.org>
parents: 7209
diff changeset
292 "\n"
6ebc9f6f5d8e update locale files
John Rouillard <rouilj@ieee.org>
parents: 7209
diff changeset
293 " This lists the properties and their associated values\n"
6ebc9f6f5d8e update locale files
John Rouillard <rouilj@ieee.org>
parents: 7209
diff changeset
294 " for the given node.\n"
6ebc9f6f5d8e update locale files
John Rouillard <rouilj@ieee.org>
parents: 7209
diff changeset
295 " "
6ebc9f6f5d8e update locale files
John Rouillard <rouilj@ieee.org>
parents: 7209
diff changeset
296 msgstr ""
6ebc9f6f5d8e update locale files
John Rouillard <rouilj@ieee.org>
parents: 7209
diff changeset
297
8328
3bf6ad421347 chore: update files for release 2.5.0b1.
John Rouillard <rouilj@ieee.org>
parents: 8276
diff changeset
298 #: ../roundup/admin.py:597
8002
a377590eba34 changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents: 7530
diff changeset
299 #, python-format
a377590eba34 changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents: 7530
diff changeset
300 msgid "%(protected)s%(key)s: %(value)s"
7401
6ebc9f6f5d8e update locale files
John Rouillard <rouilj@ieee.org>
parents: 7209
diff changeset
301 msgstr ""
6ebc9f6f5d8e update locale files
John Rouillard <rouilj@ieee.org>
parents: 7209
diff changeset
302
6ebc9f6f5d8e update locale files
John Rouillard <rouilj@ieee.org>
parents: 7209
diff changeset
303 #. grab the directory to export to
8328
3bf6ad421347 chore: update files for release 2.5.0b1.
John Rouillard <rouilj@ieee.org>
parents: 8276
diff changeset
304 #: ../roundup/admin.py:600
7401
6ebc9f6f5d8e update locale files
John Rouillard <rouilj@ieee.org>
parents: 7209
diff changeset
305 msgid ""
6ebc9f6f5d8e update locale files
John Rouillard <rouilj@ieee.org>
parents: 7209
diff changeset
306 "Usage: export [[-]class[,class]] export_dir\n"
8109
cd642eaf358e fix: remove duplicate source sring after fix to admin.py. Update to new roundup.pot extraction
John Rouillard <rouilj@ieee.org>
parents: 8106
diff changeset
307 " Export the database and file content.\n"
cd642eaf358e fix: remove duplicate source sring after fix to admin.py. Update to new roundup.pot extraction
John Rouillard <rouilj@ieee.org>
parents: 8106
diff changeset
308 "\n"
cd642eaf358e fix: remove duplicate source sring after fix to admin.py. Update to new roundup.pot extraction
John Rouillard <rouilj@ieee.org>
parents: 8106
diff changeset
309 " Database content is exported to colon separated files.\n"
7401
6ebc9f6f5d8e update locale files
John Rouillard <rouilj@ieee.org>
parents: 7209
diff changeset
310 " To exclude the files (e.g. for the msg or file class),\n"
6ebc9f6f5d8e update locale files
John Rouillard <rouilj@ieee.org>
parents: 7209
diff changeset
311 " use the exporttables command.\n"
6ebc9f6f5d8e update locale files
John Rouillard <rouilj@ieee.org>
parents: 7209
diff changeset
312 "\n"
6ebc9f6f5d8e update locale files
John Rouillard <rouilj@ieee.org>
parents: 7209
diff changeset
313 " Optionally limit the export to just the named classes\n"
8109
cd642eaf358e fix: remove duplicate source sring after fix to admin.py. Update to new roundup.pot extraction
John Rouillard <rouilj@ieee.org>
parents: 8106
diff changeset
314 " or exclude the named classes, if the 1st argument\n"
cd642eaf358e fix: remove duplicate source sring after fix to admin.py. Update to new roundup.pot extraction
John Rouillard <rouilj@ieee.org>
parents: 8106
diff changeset
315 " starts with '-'.\n"
7401
6ebc9f6f5d8e update locale files
John Rouillard <rouilj@ieee.org>
parents: 7209
diff changeset
316 "\n"
6ebc9f6f5d8e update locale files
John Rouillard <rouilj@ieee.org>
parents: 7209
diff changeset
317 " This action exports the current data from the database into\n"
6ebc9f6f5d8e update locale files
John Rouillard <rouilj@ieee.org>
parents: 7209
diff changeset
318 " colon-separated-value files that are placed in the nominated\n"
8109
cd642eaf358e fix: remove duplicate source sring after fix to admin.py. Update to new roundup.pot extraction
John Rouillard <rouilj@ieee.org>
parents: 8106
diff changeset
319 " export_dir directory.\n"
7401
6ebc9f6f5d8e update locale files
John Rouillard <rouilj@ieee.org>
parents: 7209
diff changeset
320 " "
6ebc9f6f5d8e update locale files
John Rouillard <rouilj@ieee.org>
parents: 7209
diff changeset
321 msgstr ""
6ebc9f6f5d8e update locale files
John Rouillard <rouilj@ieee.org>
parents: 7209
diff changeset
322
8328
3bf6ad421347 chore: update files for release 2.5.0b1.
John Rouillard <rouilj@ieee.org>
parents: 8276
diff changeset
323 #: ../roundup/admin.py:715
7401
6ebc9f6f5d8e update locale files
John Rouillard <rouilj@ieee.org>
parents: 7209
diff changeset
324 msgid ""
6ebc9f6f5d8e update locale files
John Rouillard <rouilj@ieee.org>
parents: 7209
diff changeset
325 "Usage: exporttables [[-]class[,class]] export_dir\n"
8109
cd642eaf358e fix: remove duplicate source sring after fix to admin.py. Update to new roundup.pot extraction
John Rouillard <rouilj@ieee.org>
parents: 8106
diff changeset
326 " Export only the database to files, no file content.\n"
cd642eaf358e fix: remove duplicate source sring after fix to admin.py. Update to new roundup.pot extraction
John Rouillard <rouilj@ieee.org>
parents: 8106
diff changeset
327 "\n"
cd642eaf358e fix: remove duplicate source sring after fix to admin.py. Update to new roundup.pot extraction
John Rouillard <rouilj@ieee.org>
parents: 8106
diff changeset
328 " Database content is exported to colon separated files.\n"
cd642eaf358e fix: remove duplicate source sring after fix to admin.py. Update to new roundup.pot extraction
John Rouillard <rouilj@ieee.org>
parents: 8106
diff changeset
329 " The files below $TRACKER_HOME/db/files/ (which can be\n"
cd642eaf358e fix: remove duplicate source sring after fix to admin.py. Update to new roundup.pot extraction
John Rouillard <rouilj@ieee.org>
parents: 8106
diff changeset
330 " archived separately) are not part of the export.\n"
7401
6ebc9f6f5d8e update locale files
John Rouillard <rouilj@ieee.org>
parents: 7209
diff changeset
331 " To include the files, use the export command.\n"
6ebc9f6f5d8e update locale files
John Rouillard <rouilj@ieee.org>
parents: 7209
diff changeset
332 "\n"
6ebc9f6f5d8e update locale files
John Rouillard <rouilj@ieee.org>
parents: 7209
diff changeset
333 " Optionally limit the export to just the named classes\n"
8109
cd642eaf358e fix: remove duplicate source sring after fix to admin.py. Update to new roundup.pot extraction
John Rouillard <rouilj@ieee.org>
parents: 8106
diff changeset
334 " or exclude the named classes, if the 1st argument\n"
cd642eaf358e fix: remove duplicate source sring after fix to admin.py. Update to new roundup.pot extraction
John Rouillard <rouilj@ieee.org>
parents: 8106
diff changeset
335 " starts with '-'.\n"
7401
6ebc9f6f5d8e update locale files
John Rouillard <rouilj@ieee.org>
parents: 7209
diff changeset
336 "\n"
6ebc9f6f5d8e update locale files
John Rouillard <rouilj@ieee.org>
parents: 7209
diff changeset
337 " This action exports the current data from the database into\n"
8109
cd642eaf358e fix: remove duplicate source sring after fix to admin.py. Update to new roundup.pot extraction
John Rouillard <rouilj@ieee.org>
parents: 8106
diff changeset
338 " colon-separated-value files that are placed in the export_dir\n"
7401
6ebc9f6f5d8e update locale files
John Rouillard <rouilj@ieee.org>
parents: 7209
diff changeset
339 " destination directory.\n"
6ebc9f6f5d8e update locale files
John Rouillard <rouilj@ieee.org>
parents: 7209
diff changeset
340 " "
6ebc9f6f5d8e update locale files
John Rouillard <rouilj@ieee.org>
parents: 7209
diff changeset
341 msgstr ""
6ebc9f6f5d8e update locale files
John Rouillard <rouilj@ieee.org>
parents: 7209
diff changeset
342
8328
3bf6ad421347 chore: update files for release 2.5.0b1.
John Rouillard <rouilj@ieee.org>
parents: 8276
diff changeset
343 #: ../roundup/admin.py:734
7401
6ebc9f6f5d8e update locale files
John Rouillard <rouilj@ieee.org>
parents: 7209
diff changeset
344 msgid ""
6ebc9f6f5d8e update locale files
John Rouillard <rouilj@ieee.org>
parents: 7209
diff changeset
345 "Usage: filter classname propname=value ...\n"
6ebc9f6f5d8e update locale files
John Rouillard <rouilj@ieee.org>
parents: 7209
diff changeset
346 " Find the nodes of the given class with a given property value.\n"
6ebc9f6f5d8e update locale files
John Rouillard <rouilj@ieee.org>
parents: 7209
diff changeset
347 "\n"
6ebc9f6f5d8e update locale files
John Rouillard <rouilj@ieee.org>
parents: 7209
diff changeset
348 " Find the nodes of the given class with a given property value.\n"
6ebc9f6f5d8e update locale files
John Rouillard <rouilj@ieee.org>
parents: 7209
diff changeset
349 " Multiple values can be specified by separating them with commas.\n"
6ebc9f6f5d8e update locale files
John Rouillard <rouilj@ieee.org>
parents: 7209
diff changeset
350 " If property is a string, all values must match. I.E. it's an\n"
6ebc9f6f5d8e update locale files
John Rouillard <rouilj@ieee.org>
parents: 7209
diff changeset
351 " 'and' operation. If the property is a link/multilink any value\n"
6ebc9f6f5d8e update locale files
John Rouillard <rouilj@ieee.org>
parents: 7209
diff changeset
352 " matches. I.E. an 'or' operation.\n"
6ebc9f6f5d8e update locale files
John Rouillard <rouilj@ieee.org>
parents: 7209
diff changeset
353 " "
6ebc9f6f5d8e update locale files
John Rouillard <rouilj@ieee.org>
parents: 7209
diff changeset
354 msgstr ""
6ebc9f6f5d8e update locale files
John Rouillard <rouilj@ieee.org>
parents: 7209
diff changeset
355
8328
3bf6ad421347 chore: update files for release 2.5.0b1.
John Rouillard <rouilj@ieee.org>
parents: 8276
diff changeset
356 #: ../roundup/admin.py:775
7401
6ebc9f6f5d8e update locale files
John Rouillard <rouilj@ieee.org>
parents: 7209
diff changeset
357 #, python-format
6ebc9f6f5d8e update locale files
John Rouillard <rouilj@ieee.org>
parents: 7209
diff changeset
358 msgid "Class %(curclassname)s has no property %(pn)s in %(propname)s."
6ebc9f6f5d8e update locale files
John Rouillard <rouilj@ieee.org>
parents: 7209
diff changeset
359 msgstr ""
6ebc9f6f5d8e update locale files
John Rouillard <rouilj@ieee.org>
parents: 7209
diff changeset
360
8328
3bf6ad421347 chore: update files for release 2.5.0b1.
John Rouillard <rouilj@ieee.org>
parents: 8276
diff changeset
361 #: ../roundup/admin.py:802 ../roundup/admin.py:851 ../roundup/admin.py:1547
3bf6ad421347 chore: update files for release 2.5.0b1.
John Rouillard <rouilj@ieee.org>
parents: 8276
diff changeset
362 #: ../roundup/admin.py:1560 ../roundup/admin.py:2131 ../roundup/admin.py:802:851
3bf6ad421347 chore: update files for release 2.5.0b1.
John Rouillard <rouilj@ieee.org>
parents: 8276
diff changeset
363 #: :1547:1560 :2131
7401
6ebc9f6f5d8e update locale files
John Rouillard <rouilj@ieee.org>
parents: 7209
diff changeset
364 #, python-format
6ebc9f6f5d8e update locale files
John Rouillard <rouilj@ieee.org>
parents: 7209
diff changeset
365 msgid "%(classname)s has no property \"%(propname)s\""
6ebc9f6f5d8e update locale files
John Rouillard <rouilj@ieee.org>
parents: 7209
diff changeset
366 msgstr ""
6ebc9f6f5d8e update locale files
John Rouillard <rouilj@ieee.org>
parents: 7209
diff changeset
367
8328
3bf6ad421347 chore: update files for release 2.5.0b1.
John Rouillard <rouilj@ieee.org>
parents: 8276
diff changeset
368 #: ../roundup/admin.py:809
7401
6ebc9f6f5d8e update locale files
John Rouillard <rouilj@ieee.org>
parents: 7209
diff changeset
369 msgid ""
6ebc9f6f5d8e update locale files
John Rouillard <rouilj@ieee.org>
parents: 7209
diff changeset
370 "Usage: find classname propname=value ...\n"
6ebc9f6f5d8e update locale files
John Rouillard <rouilj@ieee.org>
parents: 7209
diff changeset
371 " Find the nodes of the given class with a given link property value.\n"
6ebc9f6f5d8e update locale files
John Rouillard <rouilj@ieee.org>
parents: 7209
diff changeset
372 "\n"
6ebc9f6f5d8e update locale files
John Rouillard <rouilj@ieee.org>
parents: 7209
diff changeset
373 " Find the nodes of the given class with a given link property value.\n"
6ebc9f6f5d8e update locale files
John Rouillard <rouilj@ieee.org>
parents: 7209
diff changeset
374 " The value may be either the nodeid of the linked node, or its key\n"
6ebc9f6f5d8e update locale files
John Rouillard <rouilj@ieee.org>
parents: 7209
diff changeset
375 " value.\n"
6ebc9f6f5d8e update locale files
John Rouillard <rouilj@ieee.org>
parents: 7209
diff changeset
376 " "
6ebc9f6f5d8e update locale files
John Rouillard <rouilj@ieee.org>
parents: 7209
diff changeset
377 msgstr ""
6ebc9f6f5d8e update locale files
John Rouillard <rouilj@ieee.org>
parents: 7209
diff changeset
378
8328
3bf6ad421347 chore: update files for release 2.5.0b1.
John Rouillard <rouilj@ieee.org>
parents: 8276
diff changeset
379 #: ../roundup/admin.py:858
7401
6ebc9f6f5d8e update locale files
John Rouillard <rouilj@ieee.org>
parents: 7209
diff changeset
380 msgid ""
8109
cd642eaf358e fix: remove duplicate source sring after fix to admin.py. Update to new roundup.pot extraction
John Rouillard <rouilj@ieee.org>
parents: 8106
diff changeset
381 "Usage: genconfig filename\n"
cd642eaf358e fix: remove duplicate source sring after fix to admin.py. Update to new roundup.pot extraction
John Rouillard <rouilj@ieee.org>
parents: 8106
diff changeset
382 " Create a new tracker config file with default values in filename.\n"
7401
6ebc9f6f5d8e update locale files
John Rouillard <rouilj@ieee.org>
parents: 7209
diff changeset
383 " "
6ebc9f6f5d8e update locale files
John Rouillard <rouilj@ieee.org>
parents: 7209
diff changeset
384 msgstr ""
6ebc9f6f5d8e update locale files
John Rouillard <rouilj@ieee.org>
parents: 7209
diff changeset
385
8328
3bf6ad421347 chore: update files for release 2.5.0b1.
John Rouillard <rouilj@ieee.org>
parents: 8276
diff changeset
386 #: ../roundup/admin.py:875
7401
6ebc9f6f5d8e update locale files
John Rouillard <rouilj@ieee.org>
parents: 7209
diff changeset
387 #, python-format
6ebc9f6f5d8e update locale files
John Rouillard <rouilj@ieee.org>
parents: 7209
diff changeset
388 msgid ""
6ebc9f6f5d8e update locale files
John Rouillard <rouilj@ieee.org>
parents: 7209
diff changeset
389 "Changing option\n"
6ebc9f6f5d8e update locale files
John Rouillard <rouilj@ieee.org>
parents: 7209
diff changeset
390 " 'password_pbkdf2_default_rounds'\n"
6ebc9f6f5d8e update locale files
John Rouillard <rouilj@ieee.org>
parents: 7209
diff changeset
391 "from old default of %(old_number)s to new default of %(new_number)s."
6ebc9f6f5d8e update locale files
John Rouillard <rouilj@ieee.org>
parents: 7209
diff changeset
392 msgstr ""
6ebc9f6f5d8e update locale files
John Rouillard <rouilj@ieee.org>
parents: 7209
diff changeset
393
8328
3bf6ad421347 chore: update files for release 2.5.0b1.
John Rouillard <rouilj@ieee.org>
parents: 8276
diff changeset
394 #: ../roundup/admin.py:886
7401
6ebc9f6f5d8e update locale files
John Rouillard <rouilj@ieee.org>
parents: 7209
diff changeset
395 #, python-format
6ebc9f6f5d8e update locale files
John Rouillard <rouilj@ieee.org>
parents: 7209
diff changeset
396 msgid ""
6ebc9f6f5d8e update locale files
John Rouillard <rouilj@ieee.org>
parents: 7209
diff changeset
397 "Update 'password_pbkdf2_default_rounds' to a number equal to or larger\n"
8002
a377590eba34 changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents: 7530
diff changeset
398 " than %s.\n"
a377590eba34 changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents: 7530
diff changeset
399 msgstr ""
a377590eba34 changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents: 7530
diff changeset
400
8328
3bf6ad421347 chore: update files for release 2.5.0b1.
John Rouillard <rouilj@ieee.org>
parents: 8276
diff changeset
401 #: ../roundup/admin.py:893
8002
a377590eba34 changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents: 7530
diff changeset
402 msgid ""
a377590eba34 changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents: 7530
diff changeset
403 "Check the rdbms mysql_* settings. Your charset and collations may need\n"
a377590eba34 changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents: 7530
diff changeset
404 " to be changed. See upgrading instructions.\n"
a377590eba34 changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents: 7530
diff changeset
405 msgstr ""
a377590eba34 changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents: 7530
diff changeset
406
8328
3bf6ad421347 chore: update files for release 2.5.0b1.
John Rouillard <rouilj@ieee.org>
parents: 8276
diff changeset
407 #: ../roundup/admin.py:903
7401
6ebc9f6f5d8e update locale files
John Rouillard <rouilj@ieee.org>
parents: 7209
diff changeset
408 msgid ""
6ebc9f6f5d8e update locale files
John Rouillard <rouilj@ieee.org>
parents: 7209
diff changeset
409 "Usage: get property designator[,designator]*\n"
6ebc9f6f5d8e update locale files
John Rouillard <rouilj@ieee.org>
parents: 7209
diff changeset
410 " Get the given property of one or more designator(s).\n"
6ebc9f6f5d8e update locale files
John Rouillard <rouilj@ieee.org>
parents: 7209
diff changeset
411 "\n"
6ebc9f6f5d8e update locale files
John Rouillard <rouilj@ieee.org>
parents: 7209
diff changeset
412 " A designator is a classname and a nodeid concatenated,\n"
6ebc9f6f5d8e update locale files
John Rouillard <rouilj@ieee.org>
parents: 7209
diff changeset
413 " eg. bug1, user10, ...\n"
6ebc9f6f5d8e update locale files
John Rouillard <rouilj@ieee.org>
parents: 7209
diff changeset
414 "\n"
6ebc9f6f5d8e update locale files
John Rouillard <rouilj@ieee.org>
parents: 7209
diff changeset
415 " Retrieves the property value of the nodes specified\n"
6ebc9f6f5d8e update locale files
John Rouillard <rouilj@ieee.org>
parents: 7209
diff changeset
416 " by the designators.\n"
6ebc9f6f5d8e update locale files
John Rouillard <rouilj@ieee.org>
parents: 7209
diff changeset
417 " "
6ebc9f6f5d8e update locale files
John Rouillard <rouilj@ieee.org>
parents: 7209
diff changeset
418 msgstr ""
6ebc9f6f5d8e update locale files
John Rouillard <rouilj@ieee.org>
parents: 7209
diff changeset
419
8328
3bf6ad421347 chore: update files for release 2.5.0b1.
John Rouillard <rouilj@ieee.org>
parents: 8276
diff changeset
420 #: ../roundup/admin.py:936
7401
6ebc9f6f5d8e update locale files
John Rouillard <rouilj@ieee.org>
parents: 7209
diff changeset
421 #, python-format
6ebc9f6f5d8e update locale files
John Rouillard <rouilj@ieee.org>
parents: 7209
diff changeset
422 msgid "property %s is not of type Multilink or Link so -d flag does not apply."
6ebc9f6f5d8e update locale files
John Rouillard <rouilj@ieee.org>
parents: 7209
diff changeset
423 msgstr ""
6ebc9f6f5d8e update locale files
John Rouillard <rouilj@ieee.org>
parents: 7209
diff changeset
424
8328
3bf6ad421347 chore: update files for release 2.5.0b1.
John Rouillard <rouilj@ieee.org>
parents: 8276
diff changeset
425 #: ../roundup/admin.py:953 ../roundup/admin.py:1201 ../roundup/admin.py:1875
3bf6ad421347 chore: update files for release 2.5.0b1.
John Rouillard <rouilj@ieee.org>
parents: 8276
diff changeset
426 #: ../roundup/admin.py:1903 ../roundup/admin.py:953:1201 :1875:1903
7401
6ebc9f6f5d8e update locale files
John Rouillard <rouilj@ieee.org>
parents: 7209
diff changeset
427 #, python-format
6ebc9f6f5d8e update locale files
John Rouillard <rouilj@ieee.org>
parents: 7209
diff changeset
428 msgid "no such %(classname)s node \"%(nodeid)s\""
6ebc9f6f5d8e update locale files
John Rouillard <rouilj@ieee.org>
parents: 7209
diff changeset
429 msgstr ""
6ebc9f6f5d8e update locale files
John Rouillard <rouilj@ieee.org>
parents: 7209
diff changeset
430
8328
3bf6ad421347 chore: update files for release 2.5.0b1.
John Rouillard <rouilj@ieee.org>
parents: 8276
diff changeset
431 #: ../roundup/admin.py:956
7401
6ebc9f6f5d8e update locale files
John Rouillard <rouilj@ieee.org>
parents: 7209
diff changeset
432 #, python-format
6ebc9f6f5d8e update locale files
John Rouillard <rouilj@ieee.org>
parents: 7209
diff changeset
433 msgid "no such %(classname)s property \"%(propname)s\""
6ebc9f6f5d8e update locale files
John Rouillard <rouilj@ieee.org>
parents: 7209
diff changeset
434 msgstr ""
6ebc9f6f5d8e update locale files
John Rouillard <rouilj@ieee.org>
parents: 7209
diff changeset
435
8328
3bf6ad421347 chore: update files for release 2.5.0b1.
John Rouillard <rouilj@ieee.org>
parents: 8276
diff changeset
436 #: ../roundup/admin.py:961
2311
4c50ccae68ab Roundup message template file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff changeset
437 msgid ""
4c50ccae68ab Roundup message template file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff changeset
438 "Usage: help topic\n"
4c50ccae68ab Roundup message template file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff changeset
439 " Give help about topic.\n"
4c50ccae68ab Roundup message template file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff changeset
440 "\n"
4c50ccae68ab Roundup message template file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff changeset
441 " commands -- list commands\n"
4c50ccae68ab Roundup message template file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff changeset
442 " <command> -- help specific to a command\n"
4c50ccae68ab Roundup message template file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff changeset
443 " initopts -- init command options\n"
4c50ccae68ab Roundup message template file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff changeset
444 " all -- all available help\n"
4c50ccae68ab Roundup message template file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff changeset
445 " "
4c50ccae68ab Roundup message template file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff changeset
446 msgstr ""
4c50ccae68ab Roundup message template file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff changeset
447
8328
3bf6ad421347 chore: update files for release 2.5.0b1.
John Rouillard <rouilj@ieee.org>
parents: 8276
diff changeset
448 #: ../roundup/admin.py:980
6223
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
449 #, python-format
2311
4c50ccae68ab Roundup message template file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff changeset
450 msgid "Sorry, no help for \"%(topic)s\""
4c50ccae68ab Roundup message template file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff changeset
451 msgstr ""
4c50ccae68ab Roundup message template file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff changeset
452
8328
3bf6ad421347 chore: update files for release 2.5.0b1.
John Rouillard <rouilj@ieee.org>
parents: 8276
diff changeset
453 #: ../roundup/admin.py:997
7401
6ebc9f6f5d8e update locale files
John Rouillard <rouilj@ieee.org>
parents: 7209
diff changeset
454 msgid ""
8002
a377590eba34 changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents: 7530
diff changeset
455 "Usage: history designator [skipquiet] [raw]\n"
7401
6ebc9f6f5d8e update locale files
John Rouillard <rouilj@ieee.org>
parents: 7209
diff changeset
456 " Show the history entries of a designator.\n"
6ebc9f6f5d8e update locale files
John Rouillard <rouilj@ieee.org>
parents: 7209
diff changeset
457 "\n"
6ebc9f6f5d8e update locale files
John Rouillard <rouilj@ieee.org>
parents: 7209
diff changeset
458 " A designator is a classname and a nodeid concatenated,\n"
6ebc9f6f5d8e update locale files
John Rouillard <rouilj@ieee.org>
parents: 7209
diff changeset
459 " eg. bug1, user10, ...\n"
6ebc9f6f5d8e update locale files
John Rouillard <rouilj@ieee.org>
parents: 7209
diff changeset
460 "\n"
8002
a377590eba34 changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents: 7530
diff changeset
461 " Lists the journal entries viewable by the user for the node\n"
a377590eba34 changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents: 7530
diff changeset
462 " identified by the designator. If skipquiet is added, journal\n"
a377590eba34 changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents: 7530
diff changeset
463 " entries for quiet properties are not shown. If raw is added,\n"
a377590eba34 changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents: 7530
diff changeset
464 " the output is the raw representation of the journal entries.\n"
7401
6ebc9f6f5d8e update locale files
John Rouillard <rouilj@ieee.org>
parents: 7209
diff changeset
465 " "
6ebc9f6f5d8e update locale files
John Rouillard <rouilj@ieee.org>
parents: 7209
diff changeset
466 msgstr ""
6ebc9f6f5d8e update locale files
John Rouillard <rouilj@ieee.org>
parents: 7209
diff changeset
467
8328
3bf6ad421347 chore: update files for release 2.5.0b1.
John Rouillard <rouilj@ieee.org>
parents: 8276
diff changeset
468 #: ../roundup/admin.py:1022
8002
a377590eba34 changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents: 7530
diff changeset
469 #, python-format
a377590eba34 changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents: 7530
diff changeset
470 msgid "Unexpected argument(s): %s. Expected 'skipquiet' or 'raw'."
a377590eba34 changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents: 7530
diff changeset
471 msgstr ""
a377590eba34 changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents: 7530
diff changeset
472
8328
3bf6ad421347 chore: update files for release 2.5.0b1.
John Rouillard <rouilj@ieee.org>
parents: 8276
diff changeset
473 #: ../roundup/admin.py:1073
8002
a377590eba34 changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents: 7530
diff changeset
474 msgid "removed"
a377590eba34 changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents: 7530
diff changeset
475 msgstr ""
a377590eba34 changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents: 7530
diff changeset
476
8328
3bf6ad421347 chore: update files for release 2.5.0b1.
John Rouillard <rouilj@ieee.org>
parents: 8276
diff changeset
477 #: ../roundup/admin.py:1075
8002
a377590eba34 changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents: 7530
diff changeset
478 msgid "added"
a377590eba34 changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents: 7530
diff changeset
479 msgstr ""
a377590eba34 changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents: 7530
diff changeset
480
8328
3bf6ad421347 chore: update files for release 2.5.0b1.
John Rouillard <rouilj@ieee.org>
parents: 8276
diff changeset
481 #: ../roundup/admin.py:1077
8002
a377590eba34 changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents: 7530
diff changeset
482 #, python-format
a377590eba34 changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents: 7530
diff changeset
483 msgid "Unknown history set operation '%s'. Expected +/-."
a377590eba34 changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents: 7530
diff changeset
484 msgstr ""
a377590eba34 changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents: 7530
diff changeset
485
a377590eba34 changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents: 7530
diff changeset
486 #. .Hint added issue23 to superseder
8328
3bf6ad421347 chore: update files for release 2.5.0b1.
John Rouillard <rouilj@ieee.org>
parents: 8276
diff changeset
487 #: ../roundup/admin.py:1102
8002
a377590eba34 changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents: 7530
diff changeset
488 #, python-format
a377590eba34 changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents: 7530
diff changeset
489 msgid "added %(class)s%(item_id)s to %(propname)s"
a377590eba34 changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents: 7530
diff changeset
490 msgstr ""
a377590eba34 changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents: 7530
diff changeset
491
a377590eba34 changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents: 7530
diff changeset
492 #. .Hint read as: assignedto was admin(1)
a377590eba34 changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents: 7530
diff changeset
493 #. where assignedto is the property
a377590eba34 changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents: 7530
diff changeset
494 #. admin is the key name for value 1
8328
3bf6ad421347 chore: update files for release 2.5.0b1.
John Rouillard <rouilj@ieee.org>
parents: 8276
diff changeset
495 #: ../roundup/admin.py:1123
8002
a377590eba34 changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents: 7530
diff changeset
496 #, python-format
a377590eba34 changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents: 7530
diff changeset
497 msgid "%(prop)s was %(name)s(%(value)s)"
a377590eba34 changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents: 7530
diff changeset
498 msgstr ""
a377590eba34 changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents: 7530
diff changeset
499
8328
3bf6ad421347 chore: update files for release 2.5.0b1.
John Rouillard <rouilj@ieee.org>
parents: 8276
diff changeset
500 #: ../roundup/admin.py:1129 ../roundup/admin.py:1158
3bf6ad421347 chore: update files for release 2.5.0b1.
John Rouillard <rouilj@ieee.org>
parents: 8276
diff changeset
501 #: ../roundup/admin.py:1129:1158
8002
a377590eba34 changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents: 7530
diff changeset
502 #, python-format
a377590eba34 changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents: 7530
diff changeset
503 msgid "%(prop)s was %(value)s"
a377590eba34 changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents: 7530
diff changeset
504 msgstr ""
a377590eba34 changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents: 7530
diff changeset
505
8328
3bf6ad421347 chore: update files for release 2.5.0b1.
John Rouillard <rouilj@ieee.org>
parents: 8276
diff changeset
506 #: ../roundup/admin.py:1148
8002
a377590eba34 changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents: 7530
diff changeset
507 #, python-format
a377590eba34 changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents: 7530
diff changeset
508 msgid "%(prop)s was [%(value_list)s]"
a377590eba34 changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents: 7530
diff changeset
509 msgstr ""
a377590eba34 changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents: 7530
diff changeset
510
a377590eba34 changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents: 7530
diff changeset
511 #. .Hint modified nosy: added demo(3)
8328
3bf6ad421347 chore: update files for release 2.5.0b1.
John Rouillard <rouilj@ieee.org>
parents: 8276
diff changeset
512 #: ../roundup/admin.py:1155
8002
a377590eba34 changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents: 7530
diff changeset
513 #, python-format
a377590eba34 changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents: 7530
diff changeset
514 msgid "modified %(prop)s: %(how)s"
a377590eba34 changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents: 7530
diff changeset
515 msgstr ""
a377590eba34 changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents: 7530
diff changeset
516
8328
3bf6ad421347 chore: update files for release 2.5.0b1.
John Rouillard <rouilj@ieee.org>
parents: 8276
diff changeset
517 #: ../roundup/admin.py:1206
7401
6ebc9f6f5d8e update locale files
John Rouillard <rouilj@ieee.org>
parents: 7209
diff changeset
518 msgid ""
6ebc9f6f5d8e update locale files
John Rouillard <rouilj@ieee.org>
parents: 7209
diff changeset
519 "Usage: import import_dir\n"
8109
cd642eaf358e fix: remove duplicate source sring after fix to admin.py. Update to new roundup.pot extraction
John Rouillard <rouilj@ieee.org>
parents: 8106
diff changeset
520 " Import a database and file contents from the directory.\n"
7401
6ebc9f6f5d8e update locale files
John Rouillard <rouilj@ieee.org>
parents: 7209
diff changeset
521 "\n"
8109
cd642eaf358e fix: remove duplicate source sring after fix to admin.py. Update to new roundup.pot extraction
John Rouillard <rouilj@ieee.org>
parents: 8106
diff changeset
522 " The directory should have the same format as one containing\n"
cd642eaf358e fix: remove duplicate source sring after fix to admin.py. Update to new roundup.pot extraction
John Rouillard <rouilj@ieee.org>
parents: 8106
diff changeset
523 " the output of export. There are two files imported per class.\n"
7401
6ebc9f6f5d8e update locale files
John Rouillard <rouilj@ieee.org>
parents: 7209
diff changeset
524 " The files used in the import are:\n"
6ebc9f6f5d8e update locale files
John Rouillard <rouilj@ieee.org>
parents: 7209
diff changeset
525 "\n"
6ebc9f6f5d8e update locale files
John Rouillard <rouilj@ieee.org>
parents: 7209
diff changeset
526 " <class>.csv\n"
6ebc9f6f5d8e update locale files
John Rouillard <rouilj@ieee.org>
parents: 7209
diff changeset
527 " This must define the same properties as the class (including\n"
6ebc9f6f5d8e update locale files
John Rouillard <rouilj@ieee.org>
parents: 7209
diff changeset
528 " having a \"header\" line with those property names.)\n"
6ebc9f6f5d8e update locale files
John Rouillard <rouilj@ieee.org>
parents: 7209
diff changeset
529 " <class>-journals.csv\n"
6ebc9f6f5d8e update locale files
John Rouillard <rouilj@ieee.org>
parents: 7209
diff changeset
530 " This defines the journals for the items being imported.\n"
6ebc9f6f5d8e update locale files
John Rouillard <rouilj@ieee.org>
parents: 7209
diff changeset
531 "\n"
6ebc9f6f5d8e update locale files
John Rouillard <rouilj@ieee.org>
parents: 7209
diff changeset
532 " The imported nodes will have the same nodeid as defined in the\n"
6ebc9f6f5d8e update locale files
John Rouillard <rouilj@ieee.org>
parents: 7209
diff changeset
533 " import file, thus replacing any existing content.\n"
6ebc9f6f5d8e update locale files
John Rouillard <rouilj@ieee.org>
parents: 7209
diff changeset
534 "\n"
6ebc9f6f5d8e update locale files
John Rouillard <rouilj@ieee.org>
parents: 7209
diff changeset
535 " The new nodes are added to the existing database - if you want to\n"
6ebc9f6f5d8e update locale files
John Rouillard <rouilj@ieee.org>
parents: 7209
diff changeset
536 " create a new database using the imported data, then create a new\n"
6ebc9f6f5d8e update locale files
John Rouillard <rouilj@ieee.org>
parents: 7209
diff changeset
537 " database (or, tediously, retire all the old data.)\n"
6ebc9f6f5d8e update locale files
John Rouillard <rouilj@ieee.org>
parents: 7209
diff changeset
538 " "
6ebc9f6f5d8e update locale files
John Rouillard <rouilj@ieee.org>
parents: 7209
diff changeset
539 msgstr ""
6ebc9f6f5d8e update locale files
John Rouillard <rouilj@ieee.org>
parents: 7209
diff changeset
540
8328
3bf6ad421347 chore: update files for release 2.5.0b1.
John Rouillard <rouilj@ieee.org>
parents: 8276
diff changeset
541 #: ../roundup/admin.py:1317
7401
6ebc9f6f5d8e update locale files
John Rouillard <rouilj@ieee.org>
parents: 7209
diff changeset
542 msgid ""
6ebc9f6f5d8e update locale files
John Rouillard <rouilj@ieee.org>
parents: 7209
diff changeset
543 "Usage: importtables export_dir\n"
8109
cd642eaf358e fix: remove duplicate source sring after fix to admin.py. Update to new roundup.pot extraction
John Rouillard <rouilj@ieee.org>
parents: 8106
diff changeset
544 " This imports the database tables exported using exporttables.\n"
7401
6ebc9f6f5d8e update locale files
John Rouillard <rouilj@ieee.org>
parents: 7209
diff changeset
545 "\n"
8109
cd642eaf358e fix: remove duplicate source sring after fix to admin.py. Update to new roundup.pot extraction
John Rouillard <rouilj@ieee.org>
parents: 8106
diff changeset
546 " It does not import the content of files like msgs and files.\n"
7401
6ebc9f6f5d8e update locale files
John Rouillard <rouilj@ieee.org>
parents: 7209
diff changeset
547 " "
6ebc9f6f5d8e update locale files
John Rouillard <rouilj@ieee.org>
parents: 7209
diff changeset
548 msgstr ""
6ebc9f6f5d8e update locale files
John Rouillard <rouilj@ieee.org>
parents: 7209
diff changeset
549
6ebc9f6f5d8e update locale files
John Rouillard <rouilj@ieee.org>
parents: 7209
diff changeset
550 #. password
8328
3bf6ad421347 chore: update files for release 2.5.0b1.
John Rouillard <rouilj@ieee.org>
parents: 8276
diff changeset
551 #: ../roundup/admin.py:1325
7401
6ebc9f6f5d8e update locale files
John Rouillard <rouilj@ieee.org>
parents: 7209
diff changeset
552 msgid ""
6ebc9f6f5d8e update locale files
John Rouillard <rouilj@ieee.org>
parents: 7209
diff changeset
553 "Usage: initialise [adminpw]\n"
6ebc9f6f5d8e update locale files
John Rouillard <rouilj@ieee.org>
parents: 7209
diff changeset
554 " Initialise a new Roundup tracker.\n"
6ebc9f6f5d8e update locale files
John Rouillard <rouilj@ieee.org>
parents: 7209
diff changeset
555 "\n"
6ebc9f6f5d8e update locale files
John Rouillard <rouilj@ieee.org>
parents: 7209
diff changeset
556 " The administrator details will be set at this step.\n"
6ebc9f6f5d8e update locale files
John Rouillard <rouilj@ieee.org>
parents: 7209
diff changeset
557 "\n"
6ebc9f6f5d8e update locale files
John Rouillard <rouilj@ieee.org>
parents: 7209
diff changeset
558 " Execute the tracker's initialisation function dbinit.init()\n"
6ebc9f6f5d8e update locale files
John Rouillard <rouilj@ieee.org>
parents: 7209
diff changeset
559 " "
6ebc9f6f5d8e update locale files
John Rouillard <rouilj@ieee.org>
parents: 7209
diff changeset
560 msgstr ""
6ebc9f6f5d8e update locale files
John Rouillard <rouilj@ieee.org>
parents: 7209
diff changeset
561
8328
3bf6ad421347 chore: update files for release 2.5.0b1.
John Rouillard <rouilj@ieee.org>
parents: 8276
diff changeset
562 #: ../roundup/admin.py:1339
7401
6ebc9f6f5d8e update locale files
John Rouillard <rouilj@ieee.org>
parents: 7209
diff changeset
563 msgid "Admin Password: "
6ebc9f6f5d8e update locale files
John Rouillard <rouilj@ieee.org>
parents: 7209
diff changeset
564 msgstr ""
6ebc9f6f5d8e update locale files
John Rouillard <rouilj@ieee.org>
parents: 7209
diff changeset
565
8328
3bf6ad421347 chore: update files for release 2.5.0b1.
John Rouillard <rouilj@ieee.org>
parents: 8276
diff changeset
566 #: ../roundup/admin.py:1340
7401
6ebc9f6f5d8e update locale files
John Rouillard <rouilj@ieee.org>
parents: 7209
diff changeset
567 msgid " Confirm: "
6ebc9f6f5d8e update locale files
John Rouillard <rouilj@ieee.org>
parents: 7209
diff changeset
568 msgstr ""
6ebc9f6f5d8e update locale files
John Rouillard <rouilj@ieee.org>
parents: 7209
diff changeset
569
8328
3bf6ad421347 chore: update files for release 2.5.0b1.
John Rouillard <rouilj@ieee.org>
parents: 8276
diff changeset
570 #: ../roundup/admin.py:1344
8109
cd642eaf358e fix: remove duplicate source sring after fix to admin.py. Update to new roundup.pot extraction
John Rouillard <rouilj@ieee.org>
parents: 8106
diff changeset
571 msgid "Instance home does not exist"
cd642eaf358e fix: remove duplicate source sring after fix to admin.py. Update to new roundup.pot extraction
John Rouillard <rouilj@ieee.org>
parents: 8106
diff changeset
572 msgstr ""
cd642eaf358e fix: remove duplicate source sring after fix to admin.py. Update to new roundup.pot extraction
John Rouillard <rouilj@ieee.org>
parents: 8106
diff changeset
573
8328
3bf6ad421347 chore: update files for release 2.5.0b1.
John Rouillard <rouilj@ieee.org>
parents: 8276
diff changeset
574 #: ../roundup/admin.py:1348
8109
cd642eaf358e fix: remove duplicate source sring after fix to admin.py. Update to new roundup.pot extraction
John Rouillard <rouilj@ieee.org>
parents: 8106
diff changeset
575 msgid "Instance has not been installed"
cd642eaf358e fix: remove duplicate source sring after fix to admin.py. Update to new roundup.pot extraction
John Rouillard <rouilj@ieee.org>
parents: 8106
diff changeset
576 msgstr ""
cd642eaf358e fix: remove duplicate source sring after fix to admin.py. Update to new roundup.pot extraction
John Rouillard <rouilj@ieee.org>
parents: 8106
diff changeset
577
8328
3bf6ad421347 chore: update files for release 2.5.0b1.
John Rouillard <rouilj@ieee.org>
parents: 8276
diff changeset
578 #: ../roundup/admin.py:1356
7401
6ebc9f6f5d8e update locale files
John Rouillard <rouilj@ieee.org>
parents: 7209
diff changeset
579 msgid ""
6ebc9f6f5d8e update locale files
John Rouillard <rouilj@ieee.org>
parents: 7209
diff changeset
580 "WARNING: The database is already initialised!\n"
6ebc9f6f5d8e update locale files
John Rouillard <rouilj@ieee.org>
parents: 7209
diff changeset
581 "If you re-initialise it, you will lose all the data!\n"
6ebc9f6f5d8e update locale files
John Rouillard <rouilj@ieee.org>
parents: 7209
diff changeset
582 "Erase it? Y/N: "
6ebc9f6f5d8e update locale files
John Rouillard <rouilj@ieee.org>
parents: 7209
diff changeset
583 msgstr ""
6ebc9f6f5d8e update locale files
John Rouillard <rouilj@ieee.org>
parents: 7209
diff changeset
584
8328
3bf6ad421347 chore: update files for release 2.5.0b1.
John Rouillard <rouilj@ieee.org>
parents: 8276
diff changeset
585 #: ../roundup/admin.py:1376
2311
4c50ccae68ab Roundup message template file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff changeset
586 msgid ""
3763
2bf0a8068884 *** empty log message ***
Alexander Smishlajev <a1s@users.sourceforge.net>
parents: 3707
diff changeset
587 "Usage: install [template [backend [key=val[,key=val]]]]\n"
2311
4c50ccae68ab Roundup message template file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff changeset
588 " Install a new Roundup tracker.\n"
4c50ccae68ab Roundup message template file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff changeset
589 "\n"
2340
7005d0162ed0 updated from latest sources.
Alexander Smishlajev <a1s@users.sourceforge.net>
parents: 2311
diff changeset
590 " 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
591 " (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
592 " 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
593 " as arguments, in that order.\n"
2311
4c50ccae68ab Roundup message template file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff changeset
594 "\n"
3763
2bf0a8068884 *** empty log message ***
Alexander Smishlajev <a1s@users.sourceforge.net>
parents: 3707
diff changeset
595 " Command line arguments following the backend allows you to\n"
2bf0a8068884 *** empty log message ***
Alexander Smishlajev <a1s@users.sourceforge.net>
parents: 3707
diff changeset
596 " 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
597 " \"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
598 " 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
599 " 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
600 " 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
601 "\n"
2311
4c50ccae68ab Roundup message template file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff changeset
602 " 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
603 " 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
604 " 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
605 " 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
606 "\n"
6e9135358671 Updated from current sources, including web templates
Alexander Smishlajev <a1s@users.sourceforge.net>
parents: 2357
diff changeset
607 " See also initopts help.\n"
6e9135358671 Updated from current sources, including web templates
Alexander Smishlajev <a1s@users.sourceforge.net>
parents: 2357
diff changeset
608 " "
2311
4c50ccae68ab Roundup message template file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff changeset
609 msgstr ""
4c50ccae68ab Roundup message template file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff changeset
610
8328
3bf6ad421347 chore: update files for release 2.5.0b1.
John Rouillard <rouilj@ieee.org>
parents: 8276
diff changeset
611 #: ../roundup/admin.py:1405
6223
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
612 #, python-format
2311
4c50ccae68ab Roundup message template file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff changeset
613 msgid "Instance home parent directory \"%(parent)s\" does not exist"
4c50ccae68ab Roundup message template file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff changeset
614 msgstr ""
4c50ccae68ab Roundup message template file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff changeset
615
8328
3bf6ad421347 chore: update files for release 2.5.0b1.
John Rouillard <rouilj@ieee.org>
parents: 8276
diff changeset
616 #: ../roundup/admin.py:1414
6223
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
617 #, python-format
2311
4c50ccae68ab Roundup message template file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff changeset
618 msgid ""
4c50ccae68ab Roundup message template file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff changeset
619 "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
620 "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
621 "Erase it? Y/N: "
4c50ccae68ab Roundup message template file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff changeset
622 msgstr ""
4c50ccae68ab Roundup message template file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff changeset
623
8328
3bf6ad421347 chore: update files for release 2.5.0b1.
John Rouillard <rouilj@ieee.org>
parents: 8276
diff changeset
624 #: ../roundup/admin.py:1427
5818
30dc6cb23b21 updated pot file for release
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
625 msgid "Select template"
30dc6cb23b21 updated pot file for release
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
626 msgstr ""
30dc6cb23b21 updated pot file for release
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
627
8246
3812c0fb1137 chore(translation): update roundup.pot and .po files
John Rouillard <rouilj@ieee.org>
parents: 8109
diff changeset
628 #: ../roundup/admin.py:1437
8328
3bf6ad421347 chore: update files for release 2.5.0b1.
John Rouillard <rouilj@ieee.org>
parents: 8276
diff changeset
629 msgid "Select backend"
3bf6ad421347 chore: update files for release 2.5.0b1.
John Rouillard <rouilj@ieee.org>
parents: 8276
diff changeset
630 msgstr ""
3bf6ad421347 chore: update files for release 2.5.0b1.
John Rouillard <rouilj@ieee.org>
parents: 8276
diff changeset
631
3bf6ad421347 chore: update files for release 2.5.0b1.
John Rouillard <rouilj@ieee.org>
parents: 8276
diff changeset
632 #: ../roundup/admin.py:1448
6223
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
633 #, python-format
3436
519bb29646b7 update strings from admin.py
Alexander Smishlajev <a1s@users.sourceforge.net>
parents: 3377
diff changeset
634 msgid "Error in configuration settings: \"%s\""
519bb29646b7 update strings from admin.py
Alexander Smishlajev <a1s@users.sourceforge.net>
parents: 3377
diff changeset
635 msgstr ""
519bb29646b7 update strings from admin.py
Alexander Smishlajev <a1s@users.sourceforge.net>
parents: 3377
diff changeset
636
8328
3bf6ad421347 chore: update files for release 2.5.0b1.
John Rouillard <rouilj@ieee.org>
parents: 8276
diff changeset
637 #: ../roundup/admin.py:1481
6223
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
638 #, python-format
2311
4c50ccae68ab Roundup message template file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff changeset
639 msgid ""
4c50ccae68ab Roundup message template file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff changeset
640 "\n"
3377
4f46f81ace0a *** empty log message ***
Alexander Smishlajev <a1s@users.sourceforge.net>
parents: 3235
diff changeset
641 "---------------------------------------------------------------------------\n"
2311
4c50ccae68ab Roundup message template file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff changeset
642 " 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
643 " %(config_file)s"
949444406999 updated from current sources
Alexander Smishlajev <a1s@users.sourceforge.net>
parents: 2567
diff changeset
644 msgstr ""
949444406999 updated from current sources
Alexander Smishlajev <a1s@users.sourceforge.net>
parents: 2567
diff changeset
645
8328
3bf6ad421347 chore: update files for release 2.5.0b1.
John Rouillard <rouilj@ieee.org>
parents: 8276
diff changeset
646 #: ../roundup/admin.py:1491
2790
949444406999 updated from current sources
Alexander Smishlajev <a1s@users.sourceforge.net>
parents: 2567
diff changeset
647 msgid " ... at a minimum, you must set following options:"
949444406999 updated from current sources
Alexander Smishlajev <a1s@users.sourceforge.net>
parents: 2567
diff changeset
648 msgstr ""
949444406999 updated from current sources
Alexander Smishlajev <a1s@users.sourceforge.net>
parents: 2567
diff changeset
649
8328
3bf6ad421347 chore: update files for release 2.5.0b1.
John Rouillard <rouilj@ieee.org>
parents: 8276
diff changeset
650 #: ../roundup/admin.py:1496
6223
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
651 #, python-format
2790
949444406999 updated from current sources
Alexander Smishlajev <a1s@users.sourceforge.net>
parents: 2567
diff changeset
652 msgid ""
2311
4c50ccae68ab Roundup message template file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff changeset
653 "\n"
2790
949444406999 updated from current sources
Alexander Smishlajev <a1s@users.sourceforge.net>
parents: 2567
diff changeset
654 " If you wish to modify the database schema,\n"
949444406999 updated from current sources
Alexander Smishlajev <a1s@users.sourceforge.net>
parents: 2567
diff changeset
655 " you should also edit the schema file:\n"
2311
4c50ccae68ab Roundup message template file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff changeset
656 " %(database_config_file)s\n"
2790
949444406999 updated from current sources
Alexander Smishlajev <a1s@users.sourceforge.net>
parents: 2567
diff changeset
657 " You may also change the database initialisation file:\n"
949444406999 updated from current sources
Alexander Smishlajev <a1s@users.sourceforge.net>
parents: 2567
diff changeset
658 " %(database_init_file)s\n"
2311
4c50ccae68ab Roundup message template file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff changeset
659 " ... see the documentation on customizing for more information.\n"
3377
4f46f81ace0a *** empty log message ***
Alexander Smishlajev <a1s@users.sourceforge.net>
parents: 3235
diff changeset
660 "\n"
4f46f81ace0a *** empty log message ***
Alexander Smishlajev <a1s@users.sourceforge.net>
parents: 3235
diff changeset
661 " 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
662 " the above steps.\n"
4f46f81ace0a *** empty log message ***
Alexander Smishlajev <a1s@users.sourceforge.net>
parents: 3235
diff changeset
663 "---------------------------------------------------------------------------\n"
4f46f81ace0a *** empty log message ***
Alexander Smishlajev <a1s@users.sourceforge.net>
parents: 3235
diff changeset
664 msgstr ""
4f46f81ace0a *** empty log message ***
Alexander Smishlajev <a1s@users.sourceforge.net>
parents: 3235
diff changeset
665
8328
3bf6ad421347 chore: update files for release 2.5.0b1.
John Rouillard <rouilj@ieee.org>
parents: 8276
diff changeset
666 #: ../roundup/admin.py:1512
2999
eb94211d5ac3 *** empty log message ***
Alexander Smishlajev <a1s@users.sourceforge.net>
parents: 2790
diff changeset
667 msgid ""
7401
6ebc9f6f5d8e update locale files
John Rouillard <rouilj@ieee.org>
parents: 7209
diff changeset
668 "Usage: list classname [property]\n"
6ebc9f6f5d8e update locale files
John Rouillard <rouilj@ieee.org>
parents: 7209
diff changeset
669 " List the instances of a class.\n"
6ebc9f6f5d8e update locale files
John Rouillard <rouilj@ieee.org>
parents: 7209
diff changeset
670 "\n"
6ebc9f6f5d8e update locale files
John Rouillard <rouilj@ieee.org>
parents: 7209
diff changeset
671 " Lists all instances of the given class. If the property is not\n"
6ebc9f6f5d8e update locale files
John Rouillard <rouilj@ieee.org>
parents: 7209
diff changeset
672 " specified, the \"label\" property is used. The label property is\n"
6ebc9f6f5d8e update locale files
John Rouillard <rouilj@ieee.org>
parents: 7209
diff changeset
673 " tried in order: the key, \"name\", \"title\" and then the first\n"
6ebc9f6f5d8e update locale files
John Rouillard <rouilj@ieee.org>
parents: 7209
diff changeset
674 " property, alphabetically.\n"
6ebc9f6f5d8e update locale files
John Rouillard <rouilj@ieee.org>
parents: 7209
diff changeset
675 "\n"
6ebc9f6f5d8e update locale files
John Rouillard <rouilj@ieee.org>
parents: 7209
diff changeset
676 " With -c, -S or -s print a list of item id's if no property\n"
6ebc9f6f5d8e update locale files
John Rouillard <rouilj@ieee.org>
parents: 7209
diff changeset
677 " specified. If property specified, print list of that property\n"
6ebc9f6f5d8e update locale files
John Rouillard <rouilj@ieee.org>
parents: 7209
diff changeset
678 " for every class instance.\n"
2999
eb94211d5ac3 *** empty log message ***
Alexander Smishlajev <a1s@users.sourceforge.net>
parents: 2790
diff changeset
679 " "
eb94211d5ac3 *** empty log message ***
Alexander Smishlajev <a1s@users.sourceforge.net>
parents: 2790
diff changeset
680 msgstr ""
eb94211d5ac3 *** empty log message ***
Alexander Smishlajev <a1s@users.sourceforge.net>
parents: 2790
diff changeset
681
8328
3bf6ad421347 chore: update files for release 2.5.0b1.
John Rouillard <rouilj@ieee.org>
parents: 8276
diff changeset
682 #: ../roundup/admin.py:1525
7401
6ebc9f6f5d8e update locale files
John Rouillard <rouilj@ieee.org>
parents: 7209
diff changeset
683 msgid "Too many arguments supplied"
6ebc9f6f5d8e update locale files
John Rouillard <rouilj@ieee.org>
parents: 7209
diff changeset
684 msgstr ""
6ebc9f6f5d8e update locale files
John Rouillard <rouilj@ieee.org>
parents: 7209
diff changeset
685
8328
3bf6ad421347 chore: update files for release 2.5.0b1.
John Rouillard <rouilj@ieee.org>
parents: 8276
diff changeset
686 #: ../roundup/admin.py:1558
7401
6ebc9f6f5d8e update locale files
John Rouillard <rouilj@ieee.org>
parents: 7209
diff changeset
687 #, python-format
6ebc9f6f5d8e update locale files
John Rouillard <rouilj@ieee.org>
parents: 7209
diff changeset
688 msgid "%(nodeid)4s: %(value)s"
6ebc9f6f5d8e update locale files
John Rouillard <rouilj@ieee.org>
parents: 7209
diff changeset
689 msgstr ""
6ebc9f6f5d8e update locale files
John Rouillard <rouilj@ieee.org>
parents: 7209
diff changeset
690
8002
a377590eba34 changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents: 7530
diff changeset
691 #. noqa: ARG002 - args unused
8328
3bf6ad421347 chore: update files for release 2.5.0b1.
John Rouillard <rouilj@ieee.org>
parents: 8276
diff changeset
692 #: ../roundup/admin.py:1565
7203
12a3cd86668f auto update 'password_pbkdf2_default_rounds' "
John Rouillard <rouilj@ieee.org>
parents: 7069
diff changeset
693 msgid ""
7401
6ebc9f6f5d8e update locale files
John Rouillard <rouilj@ieee.org>
parents: 7209
diff changeset
694 "Usage: migrate\n"
6ebc9f6f5d8e update locale files
John Rouillard <rouilj@ieee.org>
parents: 7209
diff changeset
695 " Update a tracker's database to be compatible with the Roundup\n"
6ebc9f6f5d8e update locale files
John Rouillard <rouilj@ieee.org>
parents: 7209
diff changeset
696 " codebase.\n"
6ebc9f6f5d8e update locale files
John Rouillard <rouilj@ieee.org>
parents: 7209
diff changeset
697 "\n"
6ebc9f6f5d8e update locale files
John Rouillard <rouilj@ieee.org>
parents: 7209
diff changeset
698 " You should run the \"migrate\" command for your tracker once\n"
6ebc9f6f5d8e update locale files
John Rouillard <rouilj@ieee.org>
parents: 7209
diff changeset
699 " you've installed the latest codebase.\n"
6ebc9f6f5d8e update locale files
John Rouillard <rouilj@ieee.org>
parents: 7209
diff changeset
700 "\n"
6ebc9f6f5d8e update locale files
John Rouillard <rouilj@ieee.org>
parents: 7209
diff changeset
701 " Do this before you use the web, command-line or mail interface\n"
6ebc9f6f5d8e update locale files
John Rouillard <rouilj@ieee.org>
parents: 7209
diff changeset
702 " and before any users access the tracker.\n"
6ebc9f6f5d8e update locale files
John Rouillard <rouilj@ieee.org>
parents: 7209
diff changeset
703 "\n"
6ebc9f6f5d8e update locale files
John Rouillard <rouilj@ieee.org>
parents: 7209
diff changeset
704 " This command will respond with either \"Tracker updated\" (if\n"
6ebc9f6f5d8e update locale files
John Rouillard <rouilj@ieee.org>
parents: 7209
diff changeset
705 " you've not previously run it on an RDBMS backend) or \"No\n"
6ebc9f6f5d8e update locale files
John Rouillard <rouilj@ieee.org>
parents: 7209
diff changeset
706 " migration action required\" (if you have run it, or have used\n"
6ebc9f6f5d8e update locale files
John Rouillard <rouilj@ieee.org>
parents: 7209
diff changeset
707 " another interface to the tracker, or possibly because you are\n"
6ebc9f6f5d8e update locale files
John Rouillard <rouilj@ieee.org>
parents: 7209
diff changeset
708 " using anydbm).\n"
6ebc9f6f5d8e update locale files
John Rouillard <rouilj@ieee.org>
parents: 7209
diff changeset
709 "\n"
6ebc9f6f5d8e update locale files
John Rouillard <rouilj@ieee.org>
parents: 7209
diff changeset
710 " It's safe to run this even if it's not required, so just get\n"
6ebc9f6f5d8e update locale files
John Rouillard <rouilj@ieee.org>
parents: 7209
diff changeset
711 " into the habit.\n"
6ebc9f6f5d8e update locale files
John Rouillard <rouilj@ieee.org>
parents: 7209
diff changeset
712 " "
6ebc9f6f5d8e update locale files
John Rouillard <rouilj@ieee.org>
parents: 7209
diff changeset
713 msgstr ""
6ebc9f6f5d8e update locale files
John Rouillard <rouilj@ieee.org>
parents: 7209
diff changeset
714
8328
3bf6ad421347 chore: update files for release 2.5.0b1.
John Rouillard <rouilj@ieee.org>
parents: 8276
diff changeset
715 #: ../roundup/admin.py:1585
7401
6ebc9f6f5d8e update locale files
John Rouillard <rouilj@ieee.org>
parents: 7209
diff changeset
716 #, python-format
6ebc9f6f5d8e update locale files
John Rouillard <rouilj@ieee.org>
parents: 7209
diff changeset
717 msgid "Tracker updated to schema version %s."
6ebc9f6f5d8e update locale files
John Rouillard <rouilj@ieee.org>
parents: 7209
diff changeset
718 msgstr ""
6ebc9f6f5d8e update locale files
John Rouillard <rouilj@ieee.org>
parents: 7209
diff changeset
719
8328
3bf6ad421347 chore: update files for release 2.5.0b1.
John Rouillard <rouilj@ieee.org>
parents: 8276
diff changeset
720 #: ../roundup/admin.py:1589
7401
6ebc9f6f5d8e update locale files
John Rouillard <rouilj@ieee.org>
parents: 7209
diff changeset
721 #, python-format
6ebc9f6f5d8e update locale files
John Rouillard <rouilj@ieee.org>
parents: 7209
diff changeset
722 msgid "No migration action required. At schema version %s."
6ebc9f6f5d8e update locale files
John Rouillard <rouilj@ieee.org>
parents: 7209
diff changeset
723 msgstr ""
6ebc9f6f5d8e update locale files
John Rouillard <rouilj@ieee.org>
parents: 7209
diff changeset
724
8328
3bf6ad421347 chore: update files for release 2.5.0b1.
John Rouillard <rouilj@ieee.org>
parents: 8276
diff changeset
725 #: ../roundup/admin.py:1594
7203
12a3cd86668f auto update 'password_pbkdf2_default_rounds' "
John Rouillard <rouilj@ieee.org>
parents: 7069
diff changeset
726 msgid ""
7401
6ebc9f6f5d8e update locale files
John Rouillard <rouilj@ieee.org>
parents: 7209
diff changeset
727 "Usage: pack period | date\n"
8109
cd642eaf358e fix: remove duplicate source sring after fix to admin.py. Update to new roundup.pot extraction
John Rouillard <rouilj@ieee.org>
parents: 8106
diff changeset
728 " Remove journal entries older than the date/period.\n"
7401
6ebc9f6f5d8e update locale files
John Rouillard <rouilj@ieee.org>
parents: 7209
diff changeset
729 "\n"
6ebc9f6f5d8e update locale files
John Rouillard <rouilj@ieee.org>
parents: 7209
diff changeset
730 " A period is specified using the suffixes \"y\", \"m\", and \"d\". "
6ebc9f6f5d8e update locale files
John Rouillard <rouilj@ieee.org>
parents: 7209
diff changeset
731 "The\n"
6ebc9f6f5d8e update locale files
John Rouillard <rouilj@ieee.org>
parents: 7209
diff changeset
732 " suffix \"w\" (for \"week\") means 7 days.\n"
6ebc9f6f5d8e update locale files
John Rouillard <rouilj@ieee.org>
parents: 7209
diff changeset
733 "\n"
6ebc9f6f5d8e update locale files
John Rouillard <rouilj@ieee.org>
parents: 7209
diff changeset
734 " \"3y\" means three years\n"
6ebc9f6f5d8e update locale files
John Rouillard <rouilj@ieee.org>
parents: 7209
diff changeset
735 " \"2y 1m\" means two years and one month\n"
6ebc9f6f5d8e update locale files
John Rouillard <rouilj@ieee.org>
parents: 7209
diff changeset
736 " \"1m 25d\" means one month and 25 days\n"
6ebc9f6f5d8e update locale files
John Rouillard <rouilj@ieee.org>
parents: 7209
diff changeset
737 " \"2w 3d\" means two weeks and three days\n"
6ebc9f6f5d8e update locale files
John Rouillard <rouilj@ieee.org>
parents: 7209
diff changeset
738 "\n"
6ebc9f6f5d8e update locale files
John Rouillard <rouilj@ieee.org>
parents: 7209
diff changeset
739 " Date format is \"YYYY-MM-DD\" eg:\n"
6ebc9f6f5d8e update locale files
John Rouillard <rouilj@ieee.org>
parents: 7209
diff changeset
740 " 2001-01-01\n"
6ebc9f6f5d8e update locale files
John Rouillard <rouilj@ieee.org>
parents: 7209
diff changeset
741 "\n"
5818
30dc6cb23b21 updated pot file for release
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
742 " "
30dc6cb23b21 updated pot file for release
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
743 msgstr ""
30dc6cb23b21 updated pot file for release
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
744
8328
3bf6ad421347 chore: update files for release 2.5.0b1.
John Rouillard <rouilj@ieee.org>
parents: 8276
diff changeset
745 #: ../roundup/admin.py:1620
7401
6ebc9f6f5d8e update locale files
John Rouillard <rouilj@ieee.org>
parents: 7209
diff changeset
746 msgid "Invalid format"
6ebc9f6f5d8e update locale files
John Rouillard <rouilj@ieee.org>
parents: 7209
diff changeset
747 msgstr ""
6ebc9f6f5d8e update locale files
John Rouillard <rouilj@ieee.org>
parents: 7209
diff changeset
748
8328
3bf6ad421347 chore: update files for release 2.5.0b1.
John Rouillard <rouilj@ieee.org>
parents: 8276
diff changeset
749 #: ../roundup/admin.py:1631
2447
6e9135358671 Updated from current sources, including web templates
Alexander Smishlajev <a1s@users.sourceforge.net>
parents: 2357
diff changeset
750 msgid ""
7401
6ebc9f6f5d8e update locale files
John Rouillard <rouilj@ieee.org>
parents: 7209
diff changeset
751 "Usage: perftest [mode] [arguments]*\n"
8109
cd642eaf358e fix: remove duplicate source sring after fix to admin.py. Update to new roundup.pot extraction
John Rouillard <rouilj@ieee.org>
parents: 8106
diff changeset
752 " Time operations in Roundup.\n"
7401
6ebc9f6f5d8e update locale files
John Rouillard <rouilj@ieee.org>
parents: 7209
diff changeset
753 "\n"
8109
cd642eaf358e fix: remove duplicate source sring after fix to admin.py. Update to new roundup.pot extraction
John Rouillard <rouilj@ieee.org>
parents: 8106
diff changeset
754 " Supported arguments:\n"
7401
6ebc9f6f5d8e update locale files
John Rouillard <rouilj@ieee.org>
parents: 7209
diff changeset
755 "\n"
6ebc9f6f5d8e update locale files
John Rouillard <rouilj@ieee.org>
parents: 7209
diff changeset
756 " [password] [rounds=<integer>] [scheme=<scheme>]\n"
6ebc9f6f5d8e update locale files
John Rouillard <rouilj@ieee.org>
parents: 7209
diff changeset
757 "\n"
6ebc9f6f5d8e update locale files
John Rouillard <rouilj@ieee.org>
parents: 7209
diff changeset
758 " 'password' is the default mode. The tracker's config.ini\n"
6ebc9f6f5d8e update locale files
John Rouillard <rouilj@ieee.org>
parents: 7209
diff changeset
759 " setting for 'password_pbkdf2_default_rounds' is the default\n"
6ebc9f6f5d8e update locale files
John Rouillard <rouilj@ieee.org>
parents: 7209
diff changeset
760 " value for 'rounds'. On the command line, 'rounds' can include\n"
6ebc9f6f5d8e update locale files
John Rouillard <rouilj@ieee.org>
parents: 7209
diff changeset
761 " thousands separator of ',' or '.'. 'scheme' is the default\n"
6ebc9f6f5d8e update locale files
John Rouillard <rouilj@ieee.org>
parents: 7209
diff changeset
762 " coded into Roundup. List supported schemes by using 'scheme='.\n"
2447
6e9135358671 Updated from current sources, including web templates
Alexander Smishlajev <a1s@users.sourceforge.net>
parents: 2357
diff changeset
763 "\n"
7401
6ebc9f6f5d8e update locale files
John Rouillard <rouilj@ieee.org>
parents: 7209
diff changeset
764 " "
6ebc9f6f5d8e update locale files
John Rouillard <rouilj@ieee.org>
parents: 7209
diff changeset
765 msgstr ""
6ebc9f6f5d8e update locale files
John Rouillard <rouilj@ieee.org>
parents: 7209
diff changeset
766
8328
3bf6ad421347 chore: update files for release 2.5.0b1.
John Rouillard <rouilj@ieee.org>
parents: 8276
diff changeset
767 #: ../roundup/admin.py:1668
7401
6ebc9f6f5d8e update locale files
John Rouillard <rouilj@ieee.org>
parents: 7209
diff changeset
768 msgid "Invalid 'rounds'. Must be larger than 999."
6ebc9f6f5d8e update locale files
John Rouillard <rouilj@ieee.org>
parents: 7209
diff changeset
769 msgstr ""
6ebc9f6f5d8e update locale files
John Rouillard <rouilj@ieee.org>
parents: 7209
diff changeset
770
8328
3bf6ad421347 chore: update files for release 2.5.0b1.
John Rouillard <rouilj@ieee.org>
parents: 8276
diff changeset
771 #: ../roundup/admin.py:1672
7401
6ebc9f6f5d8e update locale files
John Rouillard <rouilj@ieee.org>
parents: 7209
diff changeset
772 #, python-format
6ebc9f6f5d8e update locale files
John Rouillard <rouilj@ieee.org>
parents: 7209
diff changeset
773 msgid "Invalid 'rounds'. It must be an integer not: %s"
6ebc9f6f5d8e update locale files
John Rouillard <rouilj@ieee.org>
parents: 7209
diff changeset
774 msgstr ""
6ebc9f6f5d8e update locale files
John Rouillard <rouilj@ieee.org>
parents: 7209
diff changeset
775
8328
3bf6ad421347 chore: update files for release 2.5.0b1.
John Rouillard <rouilj@ieee.org>
parents: 8276
diff changeset
776 #: ../roundup/admin.py:1699
7401
6ebc9f6f5d8e update locale files
John Rouillard <rouilj@ieee.org>
parents: 7209
diff changeset
777 msgid "scheme does not support rounds."
6ebc9f6f5d8e update locale files
John Rouillard <rouilj@ieee.org>
parents: 7209
diff changeset
778 msgstr ""
6ebc9f6f5d8e update locale files
John Rouillard <rouilj@ieee.org>
parents: 7209
diff changeset
779
8328
3bf6ad421347 chore: update files for release 2.5.0b1.
John Rouillard <rouilj@ieee.org>
parents: 8276
diff changeset
780 #: ../roundup/admin.py:1702
7401
6ebc9f6f5d8e update locale files
John Rouillard <rouilj@ieee.org>
parents: 7209
diff changeset
781 #, python-format
6ebc9f6f5d8e update locale files
John Rouillard <rouilj@ieee.org>
parents: 7209
diff changeset
782 msgid "Hash time: %(time)0.9f seconds, scheme: %(scheme)s, rounds: %(rounds)s"
6ebc9f6f5d8e update locale files
John Rouillard <rouilj@ieee.org>
parents: 7209
diff changeset
783 msgstr ""
6ebc9f6f5d8e update locale files
John Rouillard <rouilj@ieee.org>
parents: 7209
diff changeset
784
8328
3bf6ad421347 chore: update files for release 2.5.0b1.
John Rouillard <rouilj@ieee.org>
parents: 8276
diff changeset
785 #: ../roundup/admin.py:1708
7401
6ebc9f6f5d8e update locale files
John Rouillard <rouilj@ieee.org>
parents: 7209
diff changeset
786 msgid ""
6ebc9f6f5d8e update locale files
John Rouillard <rouilj@ieee.org>
parents: 7209
diff changeset
787 "Usage: pragma setting=value | 'list'\n"
8109
cd642eaf358e fix: remove duplicate source sring after fix to admin.py. Update to new roundup.pot extraction
John Rouillard <rouilj@ieee.org>
parents: 8106
diff changeset
788 " Set internal admin settings to a value.\n"
cd642eaf358e fix: remove duplicate source sring after fix to admin.py. Update to new roundup.pot extraction
John Rouillard <rouilj@ieee.org>
parents: 8106
diff changeset
789 "\n"
cd642eaf358e fix: remove duplicate source sring after fix to admin.py. Update to new roundup.pot extraction
John Rouillard <rouilj@ieee.org>
parents: 8106
diff changeset
790 " For example:\n"
2447
6e9135358671 Updated from current sources, including web templates
Alexander Smishlajev <a1s@users.sourceforge.net>
parents: 2357
diff changeset
791 "\n"
7401
6ebc9f6f5d8e update locale files
John Rouillard <rouilj@ieee.org>
parents: 7209
diff changeset
792 " pragma verbose=True\n"
6ebc9f6f5d8e update locale files
John Rouillard <rouilj@ieee.org>
parents: 7209
diff changeset
793 " pragma verbose=yes\n"
6ebc9f6f5d8e update locale files
John Rouillard <rouilj@ieee.org>
parents: 7209
diff changeset
794 " pragma verbose=on\n"
6ebc9f6f5d8e update locale files
John Rouillard <rouilj@ieee.org>
parents: 7209
diff changeset
795 " pragma verbose=1\n"
6ebc9f6f5d8e update locale files
John Rouillard <rouilj@ieee.org>
parents: 7209
diff changeset
796 "\n"
6ebc9f6f5d8e update locale files
John Rouillard <rouilj@ieee.org>
parents: 7209
diff changeset
797 " will turn on verbose mode for roundup-admin.\n"
6ebc9f6f5d8e update locale files
John Rouillard <rouilj@ieee.org>
parents: 7209
diff changeset
798 "\n"
6ebc9f6f5d8e update locale files
John Rouillard <rouilj@ieee.org>
parents: 7209
diff changeset
799 " pragma list\n"
6ebc9f6f5d8e update locale files
John Rouillard <rouilj@ieee.org>
parents: 7209
diff changeset
800 "\n"
6ebc9f6f5d8e update locale files
John Rouillard <rouilj@ieee.org>
parents: 7209
diff changeset
801 " will show all settings and their current values. If verbose\n"
6ebc9f6f5d8e update locale files
John Rouillard <rouilj@ieee.org>
parents: 7209
diff changeset
802 " is enabled hidden settings and descriptions will be shown.\n"
8002
a377590eba34 changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents: 7530
diff changeset
803 " \n"
a377590eba34 changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents: 7530
diff changeset
804 " The following are to be implemented:\n"
a377590eba34 changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents: 7530
diff changeset
805 " exportfiles={true|false} - Not Implemented - If true\n"
a377590eba34 changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents: 7530
diff changeset
806 " (default) export/import db tables and files. If\n"
a377590eba34 changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents: 7530
diff changeset
807 " False, export/import just database tables, not\n"
a377590eba34 changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents: 7530
diff changeset
808 " files. Use for faster database migration.\n"
a377590eba34 changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents: 7530
diff changeset
809 " Replaces exporttables/importtables with\n"
a377590eba34 changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents: 7530
diff changeset
810 " exportfiles=false then export/import\n"
2447
6e9135358671 Updated from current sources, including web templates
Alexander Smishlajev <a1s@users.sourceforge.net>
parents: 2357
diff changeset
811 " "
6e9135358671 Updated from current sources, including web templates
Alexander Smishlajev <a1s@users.sourceforge.net>
parents: 2357
diff changeset
812 msgstr ""
6e9135358671 Updated from current sources, including web templates
Alexander Smishlajev <a1s@users.sourceforge.net>
parents: 2357
diff changeset
813
8328
3bf6ad421347 chore: update files for release 2.5.0b1.
John Rouillard <rouilj@ieee.org>
parents: 8276
diff changeset
814 #: ../roundup/admin.py:1743
7401
6ebc9f6f5d8e update locale files
John Rouillard <rouilj@ieee.org>
parents: 7209
diff changeset
815 #, python-format
6ebc9f6f5d8e update locale files
John Rouillard <rouilj@ieee.org>
parents: 7209
diff changeset
816 msgid "Argument must be setting=value, was given: %s."
6ebc9f6f5d8e update locale files
John Rouillard <rouilj@ieee.org>
parents: 7209
diff changeset
817 msgstr ""
6ebc9f6f5d8e update locale files
John Rouillard <rouilj@ieee.org>
parents: 7209
diff changeset
818
8246
3812c0fb1137 chore(translation): update roundup.pot and .po files
John Rouillard <rouilj@ieee.org>
parents: 8109
diff changeset
819 #: ../roundup/admin.py:1746
8328
3bf6ad421347 chore: update files for release 2.5.0b1.
John Rouillard <rouilj@ieee.org>
parents: 8276
diff changeset
820 msgid "Current settings and values (NYI - not yet implemented):"
3bf6ad421347 chore: update files for release 2.5.0b1.
John Rouillard <rouilj@ieee.org>
parents: 8276
diff changeset
821 msgstr ""
3bf6ad421347 chore: update files for release 2.5.0b1.
John Rouillard <rouilj@ieee.org>
parents: 8276
diff changeset
822
3bf6ad421347 chore: update files for release 2.5.0b1.
John Rouillard <rouilj@ieee.org>
parents: 8276
diff changeset
823 #: ../roundup/admin.py:1757
8002
a377590eba34 changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents: 7530
diff changeset
824 msgid ""
a377590eba34 changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents: 7530
diff changeset
825 " Help for this pragma is missing. Please report it to the Roundup "
a377590eba34 changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents: 7530
diff changeset
826 "project.\n"
a377590eba34 changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents: 7530
diff changeset
827 msgstr ""
a377590eba34 changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents: 7530
diff changeset
828
8328
3bf6ad421347 chore: update files for release 2.5.0b1.
John Rouillard <rouilj@ieee.org>
parents: 8276
diff changeset
829 #: ../roundup/admin.py:1763
8002
a377590eba34 changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents: 7530
diff changeset
830 #, python-format
a377590eba34 changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents: 7530
diff changeset
831 msgid "Unknown setting %s. Try \"pragma list\"."
a377590eba34 changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents: 7530
diff changeset
832 msgstr ""
a377590eba34 changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents: 7530
diff changeset
833
8328
3bf6ad421347 chore: update files for release 2.5.0b1.
John Rouillard <rouilj@ieee.org>
parents: 8276
diff changeset
834 #: ../roundup/admin.py:1773
7401
6ebc9f6f5d8e update locale files
John Rouillard <rouilj@ieee.org>
parents: 7209
diff changeset
835 #, python-format
6ebc9f6f5d8e update locale files
John Rouillard <rouilj@ieee.org>
parents: 7209
diff changeset
836 msgid "Incorrect value for boolean setting %(setting)s: %(value)s."
6ebc9f6f5d8e update locale files
John Rouillard <rouilj@ieee.org>
parents: 7209
diff changeset
837 msgstr ""
6ebc9f6f5d8e update locale files
John Rouillard <rouilj@ieee.org>
parents: 7209
diff changeset
838
8328
3bf6ad421347 chore: update files for release 2.5.0b1.
John Rouillard <rouilj@ieee.org>
parents: 8276
diff changeset
839 #: ../roundup/admin.py:1780
7401
6ebc9f6f5d8e update locale files
John Rouillard <rouilj@ieee.org>
parents: 7209
diff changeset
840 #, python-format
6ebc9f6f5d8e update locale files
John Rouillard <rouilj@ieee.org>
parents: 7209
diff changeset
841 msgid "Incorrect value for integer setting %(setting)s: %(value)s."
6ebc9f6f5d8e update locale files
John Rouillard <rouilj@ieee.org>
parents: 7209
diff changeset
842 msgstr ""
6ebc9f6f5d8e update locale files
John Rouillard <rouilj@ieee.org>
parents: 7209
diff changeset
843
8328
3bf6ad421347 chore: update files for release 2.5.0b1.
John Rouillard <rouilj@ieee.org>
parents: 8276
diff changeset
844 #: ../roundup/admin.py:1787
8002
a377590eba34 changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents: 7530
diff changeset
845 #, python-format
a377590eba34 changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents: 7530
diff changeset
846 msgid ""
a377590eba34 changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents: 7530
diff changeset
847 "Incorrect value for setting %(setting)s: %(value)s. Should be no, both, or "
a377590eba34 changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents: 7530
diff changeset
848 "only."
a377590eba34 changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents: 7530
diff changeset
849 msgstr ""
a377590eba34 changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents: 7530
diff changeset
850
8328
3bf6ad421347 chore: update files for release 2.5.0b1.
John Rouillard <rouilj@ieee.org>
parents: 8276
diff changeset
851 #: ../roundup/admin.py:1797
7401
6ebc9f6f5d8e update locale files
John Rouillard <rouilj@ieee.org>
parents: 7209
diff changeset
852 #, python-format
6ebc9f6f5d8e update locale files
John Rouillard <rouilj@ieee.org>
parents: 7209
diff changeset
853 msgid "Internal error: pragma can not handle values of type: %s"
6ebc9f6f5d8e update locale files
John Rouillard <rouilj@ieee.org>
parents: 7209
diff changeset
854 msgstr ""
6ebc9f6f5d8e update locale files
John Rouillard <rouilj@ieee.org>
parents: 7209
diff changeset
855
8328
3bf6ad421347 chore: update files for release 2.5.0b1.
John Rouillard <rouilj@ieee.org>
parents: 8276
diff changeset
856 #: ../roundup/admin.py:1806
2311
4c50ccae68ab Roundup message template file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff changeset
857 msgid ""
7401
6ebc9f6f5d8e update locale files
John Rouillard <rouilj@ieee.org>
parents: 7209
diff changeset
858 "Usage: reindex [classname|classname:#-#|designator]*\n"
6ebc9f6f5d8e update locale files
John Rouillard <rouilj@ieee.org>
parents: 7209
diff changeset
859 " Re-generate a tracker's search indexes.\n"
6ebc9f6f5d8e update locale files
John Rouillard <rouilj@ieee.org>
parents: 7209
diff changeset
860 "\n"
6ebc9f6f5d8e update locale files
John Rouillard <rouilj@ieee.org>
parents: 7209
diff changeset
861 " This will re-generate the search indexes for a tracker.\n"
6ebc9f6f5d8e update locale files
John Rouillard <rouilj@ieee.org>
parents: 7209
diff changeset
862 " This will typically happen automatically.\n"
6ebc9f6f5d8e update locale files
John Rouillard <rouilj@ieee.org>
parents: 7209
diff changeset
863 "\n"
6ebc9f6f5d8e update locale files
John Rouillard <rouilj@ieee.org>
parents: 7209
diff changeset
864 " You can incrementally reindex using an argument like:\n"
6ebc9f6f5d8e update locale files
John Rouillard <rouilj@ieee.org>
parents: 7209
diff changeset
865 "\n"
6ebc9f6f5d8e update locale files
John Rouillard <rouilj@ieee.org>
parents: 7209
diff changeset
866 " reindex issue:23-1000\n"
6ebc9f6f5d8e update locale files
John Rouillard <rouilj@ieee.org>
parents: 7209
diff changeset
867 "\n"
6ebc9f6f5d8e update locale files
John Rouillard <rouilj@ieee.org>
parents: 7209
diff changeset
868 " to reindex issue class items 23-1000. Missing items\n"
6ebc9f6f5d8e update locale files
John Rouillard <rouilj@ieee.org>
parents: 7209
diff changeset
869 " are reported but do not stop indexing of the range.\n"
6ebc9f6f5d8e update locale files
John Rouillard <rouilj@ieee.org>
parents: 7209
diff changeset
870 " "
6ebc9f6f5d8e update locale files
John Rouillard <rouilj@ieee.org>
parents: 7209
diff changeset
871 msgstr ""
6ebc9f6f5d8e update locale files
John Rouillard <rouilj@ieee.org>
parents: 7209
diff changeset
872
8328
3bf6ad421347 chore: update files for release 2.5.0b1.
John Rouillard <rouilj@ieee.org>
parents: 8276
diff changeset
873 #: ../roundup/admin.py:1828
7401
6ebc9f6f5d8e update locale files
John Rouillard <rouilj@ieee.org>
parents: 7209
diff changeset
874 #, python-format
6ebc9f6f5d8e update locale files
John Rouillard <rouilj@ieee.org>
parents: 7209
diff changeset
875 msgid "no such item \"%(designator)s\""
6ebc9f6f5d8e update locale files
John Rouillard <rouilj@ieee.org>
parents: 7209
diff changeset
876 msgstr ""
6ebc9f6f5d8e update locale files
John Rouillard <rouilj@ieee.org>
parents: 7209
diff changeset
877
8328
3bf6ad421347 chore: update files for release 2.5.0b1.
John Rouillard <rouilj@ieee.org>
parents: 8276
diff changeset
878 #: ../roundup/admin.py:1838
8109
cd642eaf358e fix: remove duplicate source sring after fix to admin.py. Update to new roundup.pot extraction
John Rouillard <rouilj@ieee.org>
parents: 8106
diff changeset
879 #, python-format
cd642eaf358e fix: remove duplicate source sring after fix to admin.py. Update to new roundup.pot extraction
John Rouillard <rouilj@ieee.org>
parents: 8106
diff changeset
880 msgid "no such item \"%(class)s%(id)s\""
cd642eaf358e fix: remove duplicate source sring after fix to admin.py. Update to new roundup.pot extraction
John Rouillard <rouilj@ieee.org>
parents: 8106
diff changeset
881 msgstr ""
cd642eaf358e fix: remove duplicate source sring after fix to admin.py. Update to new roundup.pot extraction
John Rouillard <rouilj@ieee.org>
parents: 8106
diff changeset
882
8328
3bf6ad421347 chore: update files for release 2.5.0b1.
John Rouillard <rouilj@ieee.org>
parents: 8276
diff changeset
883 #: ../roundup/admin.py:1850
2311
4c50ccae68ab Roundup message template file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff changeset
884 msgid ""
7401
6ebc9f6f5d8e update locale files
John Rouillard <rouilj@ieee.org>
parents: 7209
diff changeset
885 "Usage: restore designator[,designator]*\n"
6ebc9f6f5d8e update locale files
John Rouillard <rouilj@ieee.org>
parents: 7209
diff changeset
886 " Restore the retired node specified by designator.\n"
2311
4c50ccae68ab Roundup message template file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff changeset
887 "\n"
5818
30dc6cb23b21 updated pot file for release
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
888 " 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
889 " eg. bug1, user10, ...\n"
30dc6cb23b21 updated pot file for release
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
890 "\n"
7401
6ebc9f6f5d8e update locale files
John Rouillard <rouilj@ieee.org>
parents: 7209
diff changeset
891 " The given nodes will become available for users again.\n"
6ebc9f6f5d8e update locale files
John Rouillard <rouilj@ieee.org>
parents: 7209
diff changeset
892 " "
6ebc9f6f5d8e update locale files
John Rouillard <rouilj@ieee.org>
parents: 7209
diff changeset
893 msgstr ""
6ebc9f6f5d8e update locale files
John Rouillard <rouilj@ieee.org>
parents: 7209
diff changeset
894
8328
3bf6ad421347 chore: update files for release 2.5.0b1.
John Rouillard <rouilj@ieee.org>
parents: 8276
diff changeset
895 #: ../roundup/admin.py:1881
7401
6ebc9f6f5d8e update locale files
John Rouillard <rouilj@ieee.org>
parents: 7209
diff changeset
896 msgid ""
6ebc9f6f5d8e update locale files
John Rouillard <rouilj@ieee.org>
parents: 7209
diff changeset
897 "Usage: retire designator[,designator]*\n"
6ebc9f6f5d8e update locale files
John Rouillard <rouilj@ieee.org>
parents: 7209
diff changeset
898 " Retire the node specified by designator.\n"
6ebc9f6f5d8e update locale files
John Rouillard <rouilj@ieee.org>
parents: 7209
diff changeset
899 "\n"
6ebc9f6f5d8e update locale files
John Rouillard <rouilj@ieee.org>
parents: 7209
diff changeset
900 " A designator is a classname and a nodeid concatenated,\n"
6ebc9f6f5d8e update locale files
John Rouillard <rouilj@ieee.org>
parents: 7209
diff changeset
901 " eg. bug1, user10, ...\n"
6ebc9f6f5d8e update locale files
John Rouillard <rouilj@ieee.org>
parents: 7209
diff changeset
902 "\n"
6ebc9f6f5d8e update locale files
John Rouillard <rouilj@ieee.org>
parents: 7209
diff changeset
903 " This action indicates that a particular node is not to be retrieved\n"
6ebc9f6f5d8e update locale files
John Rouillard <rouilj@ieee.org>
parents: 7209
diff changeset
904 " by the list or find commands, and its key value may be re-used.\n"
6ebc9f6f5d8e update locale files
John Rouillard <rouilj@ieee.org>
parents: 7209
diff changeset
905 " "
6ebc9f6f5d8e update locale files
John Rouillard <rouilj@ieee.org>
parents: 7209
diff changeset
906 msgstr ""
6ebc9f6f5d8e update locale files
John Rouillard <rouilj@ieee.org>
parents: 7209
diff changeset
907
8002
a377590eba34 changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents: 7530
diff changeset
908 #. noqa: ARG002 - args unused
8328
3bf6ad421347 chore: update files for release 2.5.0b1.
John Rouillard <rouilj@ieee.org>
parents: 8276
diff changeset
909 #: ../roundup/admin.py:1909
7401
6ebc9f6f5d8e update locale files
John Rouillard <rouilj@ieee.org>
parents: 7209
diff changeset
910 msgid ""
6ebc9f6f5d8e update locale files
John Rouillard <rouilj@ieee.org>
parents: 7209
diff changeset
911 "Usage: rollback\n"
6ebc9f6f5d8e update locale files
John Rouillard <rouilj@ieee.org>
parents: 7209
diff changeset
912 " Undo all changes that are pending commit to the database.\n"
6ebc9f6f5d8e update locale files
John Rouillard <rouilj@ieee.org>
parents: 7209
diff changeset
913 "\n"
6ebc9f6f5d8e update locale files
John Rouillard <rouilj@ieee.org>
parents: 7209
diff changeset
914 " The changes made during an interactive session are not\n"
6ebc9f6f5d8e update locale files
John Rouillard <rouilj@ieee.org>
parents: 7209
diff changeset
915 " automatically written to the database - they must be committed\n"
6ebc9f6f5d8e update locale files
John Rouillard <rouilj@ieee.org>
parents: 7209
diff changeset
916 " manually. This command undoes all those changes, so a commit\n"
6ebc9f6f5d8e update locale files
John Rouillard <rouilj@ieee.org>
parents: 7209
diff changeset
917 " immediately after would make no changes to the database.\n"
6ebc9f6f5d8e update locale files
John Rouillard <rouilj@ieee.org>
parents: 7209
diff changeset
918 " "
6ebc9f6f5d8e update locale files
John Rouillard <rouilj@ieee.org>
parents: 7209
diff changeset
919 msgstr ""
6ebc9f6f5d8e update locale files
John Rouillard <rouilj@ieee.org>
parents: 7209
diff changeset
920
8328
3bf6ad421347 chore: update files for release 2.5.0b1.
John Rouillard <rouilj@ieee.org>
parents: 8276
diff changeset
921 #: ../roundup/admin.py:1922
7401
6ebc9f6f5d8e update locale files
John Rouillard <rouilj@ieee.org>
parents: 7209
diff changeset
922 msgid ""
6ebc9f6f5d8e update locale files
John Rouillard <rouilj@ieee.org>
parents: 7209
diff changeset
923 "Usage: security [Role name]\n"
8109
cd642eaf358e fix: remove duplicate source sring after fix to admin.py. Update to new roundup.pot extraction
John Rouillard <rouilj@ieee.org>
parents: 8106
diff changeset
924 " Display the Permissions available to one or all Roles.\n"
7401
6ebc9f6f5d8e update locale files
John Rouillard <rouilj@ieee.org>
parents: 7209
diff changeset
925 "\n"
8109
cd642eaf358e fix: remove duplicate source sring after fix to admin.py. Update to new roundup.pot extraction
John Rouillard <rouilj@ieee.org>
parents: 8106
diff changeset
926 " Also validates that any properties defined in a\n"
cd642eaf358e fix: remove duplicate source sring after fix to admin.py. Update to new roundup.pot extraction
John Rouillard <rouilj@ieee.org>
parents: 8106
diff changeset
927 " permission are valid.\n"
7401
6ebc9f6f5d8e update locale files
John Rouillard <rouilj@ieee.org>
parents: 7209
diff changeset
928 "\n"
8109
cd642eaf358e fix: remove duplicate source sring after fix to admin.py. Update to new roundup.pot extraction
John Rouillard <rouilj@ieee.org>
parents: 8106
diff changeset
929 " Run this after changing your permissions to catch\n"
cd642eaf358e fix: remove duplicate source sring after fix to admin.py. Update to new roundup.pot extraction
John Rouillard <rouilj@ieee.org>
parents: 8106
diff changeset
930 " typos.\n"
2311
4c50ccae68ab Roundup message template file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff changeset
931 " "
4c50ccae68ab Roundup message template file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff changeset
932 msgstr ""
4c50ccae68ab Roundup message template file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff changeset
933
8328
3bf6ad421347 chore: update files for release 2.5.0b1.
John Rouillard <rouilj@ieee.org>
parents: 8276
diff changeset
934 #: ../roundup/admin.py:1937
7401
6ebc9f6f5d8e update locale files
John Rouillard <rouilj@ieee.org>
parents: 7209
diff changeset
935 #, python-format
6ebc9f6f5d8e update locale files
John Rouillard <rouilj@ieee.org>
parents: 7209
diff changeset
936 msgid "No such Role \"%(role)s\"\n"
6ebc9f6f5d8e update locale files
John Rouillard <rouilj@ieee.org>
parents: 7209
diff changeset
937 msgstr ""
6ebc9f6f5d8e update locale files
John Rouillard <rouilj@ieee.org>
parents: 7209
diff changeset
938
8328
3bf6ad421347 chore: update files for release 2.5.0b1.
John Rouillard <rouilj@ieee.org>
parents: 8276
diff changeset
939 #: ../roundup/admin.py:1943
7401
6ebc9f6f5d8e update locale files
John Rouillard <rouilj@ieee.org>
parents: 7209
diff changeset
940 #, python-format
8109
cd642eaf358e fix: remove duplicate source sring after fix to admin.py. Update to new roundup.pot extraction
John Rouillard <rouilj@ieee.org>
parents: 8106
diff changeset
941 msgid "New Web users get the Roles \"%(role)s\"\n"
cd642eaf358e fix: remove duplicate source sring after fix to admin.py. Update to new roundup.pot extraction
John Rouillard <rouilj@ieee.org>
parents: 8106
diff changeset
942 msgstr ""
cd642eaf358e fix: remove duplicate source sring after fix to admin.py. Update to new roundup.pot extraction
John Rouillard <rouilj@ieee.org>
parents: 8106
diff changeset
943
8328
3bf6ad421347 chore: update files for release 2.5.0b1.
John Rouillard <rouilj@ieee.org>
parents: 8276
diff changeset
944 #: ../roundup/admin.py:1946
8109
cd642eaf358e fix: remove duplicate source sring after fix to admin.py. Update to new roundup.pot extraction
John Rouillard <rouilj@ieee.org>
parents: 8106
diff changeset
945 #, python-format
cd642eaf358e fix: remove duplicate source sring after fix to admin.py. Update to new roundup.pot extraction
John Rouillard <rouilj@ieee.org>
parents: 8106
diff changeset
946 msgid "New Web users get the Role \"%(role)s\"\n"
cd642eaf358e fix: remove duplicate source sring after fix to admin.py. Update to new roundup.pot extraction
John Rouillard <rouilj@ieee.org>
parents: 8106
diff changeset
947 msgstr ""
cd642eaf358e fix: remove duplicate source sring after fix to admin.py. Update to new roundup.pot extraction
John Rouillard <rouilj@ieee.org>
parents: 8106
diff changeset
948
8246
3812c0fb1137 chore(translation): update roundup.pot and .po files
John Rouillard <rouilj@ieee.org>
parents: 8109
diff changeset
949 #: ../roundup/admin.py:1950
8328
3bf6ad421347 chore: update files for release 2.5.0b1.
John Rouillard <rouilj@ieee.org>
parents: 8276
diff changeset
950 #, python-format
3bf6ad421347 chore: update files for release 2.5.0b1.
John Rouillard <rouilj@ieee.org>
parents: 8276
diff changeset
951 msgid "New Email users get the Roles \"%(role)s\"\n"
3bf6ad421347 chore: update files for release 2.5.0b1.
John Rouillard <rouilj@ieee.org>
parents: 8276
diff changeset
952 msgstr ""
3bf6ad421347 chore: update files for release 2.5.0b1.
John Rouillard <rouilj@ieee.org>
parents: 8276
diff changeset
953
3bf6ad421347 chore: update files for release 2.5.0b1.
John Rouillard <rouilj@ieee.org>
parents: 8276
diff changeset
954 #: ../roundup/admin.py:1952
3bf6ad421347 chore: update files for release 2.5.0b1.
John Rouillard <rouilj@ieee.org>
parents: 8276
diff changeset
955 #, python-format
3bf6ad421347 chore: update files for release 2.5.0b1.
John Rouillard <rouilj@ieee.org>
parents: 8276
diff changeset
956 msgid "New Email users get the Role \"%(role)s\"\n"
3bf6ad421347 chore: update files for release 2.5.0b1.
John Rouillard <rouilj@ieee.org>
parents: 8276
diff changeset
957 msgstr ""
3bf6ad421347 chore: update files for release 2.5.0b1.
John Rouillard <rouilj@ieee.org>
parents: 8276
diff changeset
958
3bf6ad421347 chore: update files for release 2.5.0b1.
John Rouillard <rouilj@ieee.org>
parents: 8276
diff changeset
959 #: ../roundup/admin.py:1955
3bf6ad421347 chore: update files for release 2.5.0b1.
John Rouillard <rouilj@ieee.org>
parents: 8276
diff changeset
960 #, python-format
3bf6ad421347 chore: update files for release 2.5.0b1.
John Rouillard <rouilj@ieee.org>
parents: 8276
diff changeset
961 msgid "Role \"%(name)s\":\n"
3bf6ad421347 chore: update files for release 2.5.0b1.
John Rouillard <rouilj@ieee.org>
parents: 8276
diff changeset
962 msgstr ""
3bf6ad421347 chore: update files for release 2.5.0b1.
John Rouillard <rouilj@ieee.org>
parents: 8276
diff changeset
963
3bf6ad421347 chore: update files for release 2.5.0b1.
John Rouillard <rouilj@ieee.org>
parents: 8276
diff changeset
964 #: ../roundup/admin.py:1961
8246
3812c0fb1137 chore(translation): update roundup.pot and .po files
John Rouillard <rouilj@ieee.org>
parents: 8109
diff changeset
965 msgid " %(description)s (%(name)s for \"%(klass)s\""
3812c0fb1137 chore(translation): update roundup.pot and .po files
John Rouillard <rouilj@ieee.org>
parents: 8109
diff changeset
966 msgstr ""
3812c0fb1137 chore(translation): update roundup.pot and .po files
John Rouillard <rouilj@ieee.org>
parents: 8109
diff changeset
967
8328
3bf6ad421347 chore: update files for release 2.5.0b1.
John Rouillard <rouilj@ieee.org>
parents: 8276
diff changeset
968 #: ../roundup/admin.py:1961
8246
3812c0fb1137 chore(translation): update roundup.pot and .po files
John Rouillard <rouilj@ieee.org>
parents: 8109
diff changeset
969 #, python-format
3812c0fb1137 chore(translation): update roundup.pot and .po files
John Rouillard <rouilj@ieee.org>
parents: 8109
diff changeset
970 msgid " %(description)s (%(name)s for \"%(klass)s\": %(properties)s only)\n"
3812c0fb1137 chore(translation): update roundup.pot and .po files
John Rouillard <rouilj@ieee.org>
parents: 8109
diff changeset
971 msgstr ""
3812c0fb1137 chore(translation): update roundup.pot and .po files
John Rouillard <rouilj@ieee.org>
parents: 8109
diff changeset
972
8328
3bf6ad421347 chore: update files for release 2.5.0b1.
John Rouillard <rouilj@ieee.org>
parents: 8276
diff changeset
973 #: ../roundup/admin.py:1974
8246
3812c0fb1137 chore(translation): update roundup.pot and .po files
John Rouillard <rouilj@ieee.org>
parents: 8109
diff changeset
974 #, python-format
2311
4c50ccae68ab Roundup message template file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff changeset
975 msgid ""
7401
6ebc9f6f5d8e update locale files
John Rouillard <rouilj@ieee.org>
parents: 7209
diff changeset
976 "\n"
6ebc9f6f5d8e update locale files
John Rouillard <rouilj@ieee.org>
parents: 7209
diff changeset
977 " **Invalid properties for %(class)s: %(props)s\n"
6ebc9f6f5d8e update locale files
John Rouillard <rouilj@ieee.org>
parents: 7209
diff changeset
978 "\n"
6ebc9f6f5d8e update locale files
John Rouillard <rouilj@ieee.org>
parents: 7209
diff changeset
979 msgstr ""
6ebc9f6f5d8e update locale files
John Rouillard <rouilj@ieee.org>
parents: 7209
diff changeset
980
8328
3bf6ad421347 chore: update files for release 2.5.0b1.
John Rouillard <rouilj@ieee.org>
parents: 8276
diff changeset
981 #: ../roundup/admin.py:1980
7401
6ebc9f6f5d8e update locale files
John Rouillard <rouilj@ieee.org>
parents: 7209
diff changeset
982 #, python-format
6ebc9f6f5d8e update locale files
John Rouillard <rouilj@ieee.org>
parents: 7209
diff changeset
983 msgid " %(description)s (%(name)s for \"%(klass)s\" only)\n"
6ebc9f6f5d8e update locale files
John Rouillard <rouilj@ieee.org>
parents: 7209
diff changeset
984 msgstr ""
6ebc9f6f5d8e update locale files
John Rouillard <rouilj@ieee.org>
parents: 7209
diff changeset
985
8328
3bf6ad421347 chore: update files for release 2.5.0b1.
John Rouillard <rouilj@ieee.org>
parents: 8276
diff changeset
986 #: ../roundup/admin.py:1983
7401
6ebc9f6f5d8e update locale files
John Rouillard <rouilj@ieee.org>
parents: 7209
diff changeset
987 #, python-format
6ebc9f6f5d8e update locale files
John Rouillard <rouilj@ieee.org>
parents: 7209
diff changeset
988 msgid " %(description)s (%(name)s)\n"
6ebc9f6f5d8e update locale files
John Rouillard <rouilj@ieee.org>
parents: 7209
diff changeset
989 msgstr ""
6ebc9f6f5d8e update locale files
John Rouillard <rouilj@ieee.org>
parents: 7209
diff changeset
990
8328
3bf6ad421347 chore: update files for release 2.5.0b1.
John Rouillard <rouilj@ieee.org>
parents: 8276
diff changeset
991 #: ../roundup/admin.py:1987
7401
6ebc9f6f5d8e update locale files
John Rouillard <rouilj@ieee.org>
parents: 7209
diff changeset
992 msgid ""
6ebc9f6f5d8e update locale files
John Rouillard <rouilj@ieee.org>
parents: 7209
diff changeset
993 "Usage: set items property=value [property=value ...]\n"
2311
4c50ccae68ab Roundup message template file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff changeset
994 " 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
995 "\n"
4c50ccae68ab Roundup message template file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff changeset
996 " 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
997 " list of item designators (ie \"designator[,designator,...]\").\n"
4c50ccae68ab Roundup message template file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff changeset
998 "\n"
5818
30dc6cb23b21 updated pot file for release
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
999 " 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
1000 " eg. bug1, user10, ...\n"
30dc6cb23b21 updated pot file for release
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
1001 "\n"
6220
efc0d13cc7c5 checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents: 6134
diff changeset
1002 " 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
1003 " 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
1004 " 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
1005 " (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
1006 " 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
1007 " 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
1008 "\n"
2311
4c50ccae68ab Roundup message template file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff changeset
1009 " "
4c50ccae68ab Roundup message template file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff changeset
1010 msgstr ""
4c50ccae68ab Roundup message template file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff changeset
1011
8328
3bf6ad421347 chore: update files for release 2.5.0b1.
John Rouillard <rouilj@ieee.org>
parents: 8276
diff changeset
1012 #: ../roundup/admin.py:2055
2311
4c50ccae68ab Roundup message template file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff changeset
1013 msgid ""
4c50ccae68ab Roundup message template file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff changeset
1014 "Usage: specification classname\n"
4c50ccae68ab Roundup message template file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff changeset
1015 " Show the properties for a classname.\n"
4c50ccae68ab Roundup message template file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff changeset
1016 "\n"
4c50ccae68ab Roundup message template file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff changeset
1017 " This lists the properties for a given class.\n"
4c50ccae68ab Roundup message template file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff changeset
1018 " "
4c50ccae68ab Roundup message template file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff changeset
1019 msgstr ""
4c50ccae68ab Roundup message template file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff changeset
1020
8328
3bf6ad421347 chore: update files for release 2.5.0b1.
John Rouillard <rouilj@ieee.org>
parents: 8276
diff changeset
1021 #: ../roundup/admin.py:2074
6223
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
1022 #, python-format
5818
30dc6cb23b21 updated pot file for release
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
1023 msgid "%(key)s: %(value)s (key property)\n"
30dc6cb23b21 updated pot file for release
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
1024 msgstr ""
30dc6cb23b21 updated pot file for release
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
1025
8328
3bf6ad421347 chore: update files for release 2.5.0b1.
John Rouillard <rouilj@ieee.org>
parents: 8276
diff changeset
1026 #: ../roundup/admin.py:2077
6607
b0bafbf4fddd update .po files with new strings to translate
John Rouillard <rouilj@ieee.org>
parents: 6557
diff changeset
1027 #, python-format
b0bafbf4fddd update .po files with new strings to translate
John Rouillard <rouilj@ieee.org>
parents: 6557
diff changeset
1028 msgid "%(key)s: %(value)s\n"
b0bafbf4fddd update .po files with new strings to translate
John Rouillard <rouilj@ieee.org>
parents: 6557
diff changeset
1029 msgstr ""
b0bafbf4fddd update .po files with new strings to translate
John Rouillard <rouilj@ieee.org>
parents: 6557
diff changeset
1030
8328
3bf6ad421347 chore: update files for release 2.5.0b1.
John Rouillard <rouilj@ieee.org>
parents: 8276
diff changeset
1031 #: ../roundup/admin.py:2080
2447
6e9135358671 Updated from current sources, including web templates
Alexander Smishlajev <a1s@users.sourceforge.net>
parents: 2357
diff changeset
1032 msgid ""
6e9135358671 Updated from current sources, including web templates
Alexander Smishlajev <a1s@users.sourceforge.net>
parents: 2357
diff changeset
1033 "Usage: table classname [property[,property]*]\n"
6e9135358671 Updated from current sources, including web templates
Alexander Smishlajev <a1s@users.sourceforge.net>
parents: 2357
diff changeset
1034 " 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
1035 "\n"
6e9135358671 Updated from current sources, including web templates
Alexander Smishlajev <a1s@users.sourceforge.net>
parents: 2357
diff changeset
1036 " 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
1037 " 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
1038 " 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
1039 " 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
1040 " For example::\n"
6e9135358671 Updated from current sources, including web templates
Alexander Smishlajev <a1s@users.sourceforge.net>
parents: 2357
diff changeset
1041 "\n"
6e9135358671 Updated from current sources, including web templates
Alexander Smishlajev <a1s@users.sourceforge.net>
parents: 2357
diff changeset
1042 " 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
1043 " Id Name\n"
6e9135358671 Updated from current sources, including web templates
Alexander Smishlajev <a1s@users.sourceforge.net>
parents: 2357
diff changeset
1044 " 1 fatal-bug\n"
6e9135358671 Updated from current sources, including web templates
Alexander Smishlajev <a1s@users.sourceforge.net>
parents: 2357
diff changeset
1045 " 2 bug\n"
6e9135358671 Updated from current sources, including web templates
Alexander Smishlajev <a1s@users.sourceforge.net>
parents: 2357
diff changeset
1046 " 3 usability\n"
6e9135358671 Updated from current sources, including web templates
Alexander Smishlajev <a1s@users.sourceforge.net>
parents: 2357
diff changeset
1047 " 4 feature\n"
6e9135358671 Updated from current sources, including web templates
Alexander Smishlajev <a1s@users.sourceforge.net>
parents: 2357
diff changeset
1048 "\n"
6e9135358671 Updated from current sources, including web templates
Alexander Smishlajev <a1s@users.sourceforge.net>
parents: 2357
diff changeset
1049 " 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
1050 " 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
1051 "\n"
6e9135358671 Updated from current sources, including web templates
Alexander Smishlajev <a1s@users.sourceforge.net>
parents: 2357
diff changeset
1052 " roundup> table priority id,name:\n"
6e9135358671 Updated from current sources, including web templates
Alexander Smishlajev <a1s@users.sourceforge.net>
parents: 2357
diff changeset
1053 " Id Name\n"
6e9135358671 Updated from current sources, including web templates
Alexander Smishlajev <a1s@users.sourceforge.net>
parents: 2357
diff changeset
1054 " 1 fata\n"
6e9135358671 Updated from current sources, including web templates
Alexander Smishlajev <a1s@users.sourceforge.net>
parents: 2357
diff changeset
1055 " 2 bug\n"
6e9135358671 Updated from current sources, including web templates
Alexander Smishlajev <a1s@users.sourceforge.net>
parents: 2357
diff changeset
1056 " 3 usab\n"
6e9135358671 Updated from current sources, including web templates
Alexander Smishlajev <a1s@users.sourceforge.net>
parents: 2357
diff changeset
1057 " 4 feat\n"
6e9135358671 Updated from current sources, including web templates
Alexander Smishlajev <a1s@users.sourceforge.net>
parents: 2357
diff changeset
1058 "\n"
6e9135358671 Updated from current sources, including web templates
Alexander Smishlajev <a1s@users.sourceforge.net>
parents: 2357
diff changeset
1059 " 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
1060 " "
6e9135358671 Updated from current sources, including web templates
Alexander Smishlajev <a1s@users.sourceforge.net>
parents: 2357
diff changeset
1061 msgstr ""
6e9135358671 Updated from current sources, including web templates
Alexander Smishlajev <a1s@users.sourceforge.net>
parents: 2357
diff changeset
1062
8328
3bf6ad421347 chore: update files for release 2.5.0b1.
John Rouillard <rouilj@ieee.org>
parents: 8276
diff changeset
1063 #: ../roundup/admin.py:2126
6223
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
1064 #, python-format
2311
4c50ccae68ab Roundup message template file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff changeset
1065 msgid "\"%(spec)s\" not name:width"
4c50ccae68ab Roundup message template file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff changeset
1066 msgstr ""
4c50ccae68ab Roundup message template file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff changeset
1067
8328
3bf6ad421347 chore: update files for release 2.5.0b1.
John Rouillard <rouilj@ieee.org>
parents: 8276
diff changeset
1068 #: ../roundup/admin.py:2148
7203
12a3cd86668f auto update 'password_pbkdf2_default_rounds' "
John Rouillard <rouilj@ieee.org>
parents: 7069
diff changeset
1069 #, python-format
12a3cd86668f auto update 'password_pbkdf2_default_rounds' "
John Rouillard <rouilj@ieee.org>
parents: 7069
diff changeset
1070 msgid "\"%(spec)s\" does not have an integer width: \"%(width)s\""
12a3cd86668f auto update 'password_pbkdf2_default_rounds' "
John Rouillard <rouilj@ieee.org>
parents: 7069
diff changeset
1071 msgstr ""
12a3cd86668f auto update 'password_pbkdf2_default_rounds' "
John Rouillard <rouilj@ieee.org>
parents: 7069
diff changeset
1072
8328
3bf6ad421347 chore: update files for release 2.5.0b1.
John Rouillard <rouilj@ieee.org>
parents: 8276
diff changeset
1073 #: ../roundup/admin.py:2184
2447
6e9135358671 Updated from current sources, including web templates
Alexander Smishlajev <a1s@users.sourceforge.net>
parents: 2357
diff changeset
1074 msgid ""
7401
6ebc9f6f5d8e update locale files
John Rouillard <rouilj@ieee.org>
parents: 7209
diff changeset
1075 "Usage: templates [trace_search]\n"
6ebc9f6f5d8e update locale files
John Rouillard <rouilj@ieee.org>
parents: 7209
diff changeset
1076 " List templates and their installed directories.\n"
2447
6e9135358671 Updated from current sources, including web templates
Alexander Smishlajev <a1s@users.sourceforge.net>
parents: 2357
diff changeset
1077 "\n"
7401
6ebc9f6f5d8e update locale files
John Rouillard <rouilj@ieee.org>
parents: 7209
diff changeset
1078 " With trace_search also list all directories that are\n"
6ebc9f6f5d8e update locale files
John Rouillard <rouilj@ieee.org>
parents: 7209
diff changeset
1079 " searched for templates.\n"
2447
6e9135358671 Updated from current sources, including web templates
Alexander Smishlajev <a1s@users.sourceforge.net>
parents: 2357
diff changeset
1080 " "
6e9135358671 Updated from current sources, including web templates
Alexander Smishlajev <a1s@users.sourceforge.net>
parents: 2357
diff changeset
1081 msgstr ""
6e9135358671 Updated from current sources, including web templates
Alexander Smishlajev <a1s@users.sourceforge.net>
parents: 2357
diff changeset
1082
8328
3bf6ad421347 chore: update files for release 2.5.0b1.
John Rouillard <rouilj@ieee.org>
parents: 8276
diff changeset
1083 #: ../roundup/admin.py:2212
6223
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
1084 msgid ""
7401
6ebc9f6f5d8e update locale files
John Rouillard <rouilj@ieee.org>
parents: 7209
diff changeset
1085 "Usage: updateconfig <filename>\n"
8109
cd642eaf358e fix: remove duplicate source sring after fix to admin.py. Update to new roundup.pot extraction
John Rouillard <rouilj@ieee.org>
parents: 8106
diff changeset
1086 " Merge existing tracker config with new settings.\n"
cd642eaf358e fix: remove duplicate source sring after fix to admin.py. Update to new roundup.pot extraction
John Rouillard <rouilj@ieee.org>
parents: 8106
diff changeset
1087 "\n"
cd642eaf358e fix: remove duplicate source sring after fix to admin.py. Update to new roundup.pot extraction
John Rouillard <rouilj@ieee.org>
parents: 8106
diff changeset
1088 " Output the updated config file to <filename>. Use current\n"
cd642eaf358e fix: remove duplicate source sring after fix to admin.py. Update to new roundup.pot extraction
John Rouillard <rouilj@ieee.org>
parents: 8106
diff changeset
1089 " settings from existing roundup tracker in tracker home.\n"
4094
5a9631828e33 update message template file building:
Alexander Smishlajev <a1s@users.sourceforge.net>
parents: 3926
diff changeset
1090 " "
5a9631828e33 update message template file building:
Alexander Smishlajev <a1s@users.sourceforge.net>
parents: 3926
diff changeset
1091 msgstr ""
5a9631828e33 update message template file building:
Alexander Smishlajev <a1s@users.sourceforge.net>
parents: 3926
diff changeset
1092
8328
3bf6ad421347 chore: update files for release 2.5.0b1.
John Rouillard <rouilj@ieee.org>
parents: 8276
diff changeset
1093 #: ../roundup/admin.py:2221 ../roundup/cgi/actions.py:891
3bf6ad421347 chore: update files for release 2.5.0b1.
John Rouillard <rouilj@ieee.org>
parents: 8276
diff changeset
1094 #: ../roundup/cgi/actions.py:902 ../roundup/cgi/actions.py:1104
3bf6ad421347 chore: update files for release 2.5.0b1.
John Rouillard <rouilj@ieee.org>
parents: 8276
diff changeset
1095 #: ../roundup/cgi/actions.py:1118 ../roundup/cgi/actions.py:891:902 :1104:1118
7401
6ebc9f6f5d8e update locale files
John Rouillard <rouilj@ieee.org>
parents: 7209
diff changeset
1096 #, python-format
6ebc9f6f5d8e update locale files
John Rouillard <rouilj@ieee.org>
parents: 7209
diff changeset
1097 msgid "Error: %s"
6ebc9f6f5d8e update locale files
John Rouillard <rouilj@ieee.org>
parents: 7209
diff changeset
1098 msgstr ""
6ebc9f6f5d8e update locale files
John Rouillard <rouilj@ieee.org>
parents: 7209
diff changeset
1099
8328
3bf6ad421347 chore: update files for release 2.5.0b1.
John Rouillard <rouilj@ieee.org>
parents: 8276
diff changeset
1100 #: ../roundup/admin.py:2253
6223
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
1101 #, python-format
2311
4c50ccae68ab Roundup message template file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff changeset
1102 msgid "Unknown command \"%(command)s\" (\"help commands\" for a list)"
4c50ccae68ab Roundup message template file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff changeset
1103 msgstr ""
4c50ccae68ab Roundup message template file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff changeset
1104
8328
3bf6ad421347 chore: update files for release 2.5.0b1.
John Rouillard <rouilj@ieee.org>
parents: 8276
diff changeset
1105 #: ../roundup/admin.py:2259
6223
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
1106 #, python-format
2311
4c50ccae68ab Roundup message template file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff changeset
1107 msgid "Multiple commands match \"%(command)s\": %(list)s"
4c50ccae68ab Roundup message template file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff changeset
1108 msgstr ""
4c50ccae68ab Roundup message template file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff changeset
1109
8328
3bf6ad421347 chore: update files for release 2.5.0b1.
John Rouillard <rouilj@ieee.org>
parents: 8276
diff changeset
1110 #: ../roundup/admin.py:2274
2311
4c50ccae68ab Roundup message template file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff changeset
1111 msgid "Enter tracker home: "
4c50ccae68ab Roundup message template file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff changeset
1112 msgstr ""
4c50ccae68ab Roundup message template file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff changeset
1113
8328
3bf6ad421347 chore: update files for release 2.5.0b1.
John Rouillard <rouilj@ieee.org>
parents: 8276
diff changeset
1114 #: ../roundup/admin.py:2303 ../roundup/admin.py:2307
3bf6ad421347 chore: update files for release 2.5.0b1.
John Rouillard <rouilj@ieee.org>
parents: 8276
diff changeset
1115 #: ../roundup/admin.py:2303:2307
6223
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
1116 #, python-format
2311
4c50ccae68ab Roundup message template file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff changeset
1117 msgid "Error: Couldn't open tracker: %(message)s"
4c50ccae68ab Roundup message template file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff changeset
1118 msgstr ""
4c50ccae68ab Roundup message template file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff changeset
1119
8328
3bf6ad421347 chore: update files for release 2.5.0b1.
John Rouillard <rouilj@ieee.org>
parents: 8276
diff changeset
1120 #: ../roundup/admin.py:2355
6223
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
1121 #, python-format
2311
4c50ccae68ab Roundup message template file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff changeset
1122 msgid ""
4c50ccae68ab Roundup message template file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff changeset
1123 "Roundup %s ready for input.\n"
4c50ccae68ab Roundup message template file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff changeset
1124 "Type \"help\" for help."
4c50ccae68ab Roundup message template file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff changeset
1125 msgstr ""
4c50ccae68ab Roundup message template file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff changeset
1126
8328
3bf6ad421347 chore: update files for release 2.5.0b1.
John Rouillard <rouilj@ieee.org>
parents: 8276
diff changeset
1127 #: ../roundup/admin.py:2388
2311
4c50ccae68ab Roundup message template file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff changeset
1128 msgid "Note: command history and editing not available"
4c50ccae68ab Roundup message template file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff changeset
1129 msgstr ""
4c50ccae68ab Roundup message template file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff changeset
1130
8328
3bf6ad421347 chore: update files for release 2.5.0b1.
John Rouillard <rouilj@ieee.org>
parents: 8276
diff changeset
1131 #: ../roundup/admin.py:2394
8109
cd642eaf358e fix: remove duplicate source sring after fix to admin.py. Update to new roundup.pot extraction
John Rouillard <rouilj@ieee.org>
parents: 8106
diff changeset
1132 msgid "exit..."
cd642eaf358e fix: remove duplicate source sring after fix to admin.py. Update to new roundup.pot extraction
John Rouillard <rouilj@ieee.org>
parents: 8106
diff changeset
1133 msgstr ""
cd642eaf358e fix: remove duplicate source sring after fix to admin.py. Update to new roundup.pot extraction
John Rouillard <rouilj@ieee.org>
parents: 8106
diff changeset
1134
8328
3bf6ad421347 chore: update files for release 2.5.0b1.
John Rouillard <rouilj@ieee.org>
parents: 8276
diff changeset
1135 #: ../roundup/admin.py:2407
2311
4c50ccae68ab Roundup message template file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff changeset
1136 msgid "There are unsaved changes. Commit them (y/N)? "
4c50ccae68ab Roundup message template file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff changeset
1137 msgstr ""
4c50ccae68ab Roundup message template file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff changeset
1138
8328
3bf6ad421347 chore: update files for release 2.5.0b1.
John Rouillard <rouilj@ieee.org>
parents: 8276
diff changeset
1139 #: ../roundup/backends/back_anydbm.py:213
3bf6ad421347 chore: update files for release 2.5.0b1.
John Rouillard <rouilj@ieee.org>
parents: 8276
diff changeset
1140 #: ../roundup/backends/rdbms_common.py:926
6301
45ba6b71f1cf actions.py translation. Using mapping rather than tuple for args.
John Rouillard <rouilj@ieee.org>
parents: 6223
diff changeset
1141 #, python-format
45ba6b71f1cf actions.py translation. Using mapping rather than tuple for args.
John Rouillard <rouilj@ieee.org>
parents: 6223
diff changeset
1142 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
1143 msgstr ""
45ba6b71f1cf actions.py translation. Using mapping rather than tuple for args.
John Rouillard <rouilj@ieee.org>
parents: 6223
diff changeset
1144
8328
3bf6ad421347 chore: update files for release 2.5.0b1.
John Rouillard <rouilj@ieee.org>
parents: 8276
diff changeset
1145 #: ../roundup/backends/back_anydbm.py:278 ../roundup/backends/sessions_dbm.py:61
6220
efc0d13cc7c5 checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents: 6134
diff changeset
1146 msgid "Couldn't identify database type"
efc0d13cc7c5 checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents: 6134
diff changeset
1147 msgstr ""
efc0d13cc7c5 checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents: 6134
diff changeset
1148
8328
3bf6ad421347 chore: update files for release 2.5.0b1.
John Rouillard <rouilj@ieee.org>
parents: 8276
diff changeset
1149 #: ../roundup/backends/back_anydbm.py:312
6223
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
1150 #, python-format
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
1151 msgid ""
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
1152 "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
1153 "available"
6220
efc0d13cc7c5 checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents: 6134
diff changeset
1154 msgstr ""
efc0d13cc7c5 checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents: 6134
diff changeset
1155
8328
3bf6ad421347 chore: update files for release 2.5.0b1.
John Rouillard <rouilj@ieee.org>
parents: 8276
diff changeset
1156 #: ../roundup/backends/back_anydbm.py:316
6223
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
1157 #, python-format
6220
efc0d13cc7c5 checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents: 6134
diff changeset
1158 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
1159 msgstr ""
efc0d13cc7c5 checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents: 6134
diff changeset
1160
8246
3812c0fb1137 chore(translation): update roundup.pot and .po files
John Rouillard <rouilj@ieee.org>
parents: 8109
diff changeset
1161 #: ../roundup/backends/back_anydbm.py:873 ../roundup/backends/back_anydbm.py:886
8328
3bf6ad421347 chore: update files for release 2.5.0b1.
John Rouillard <rouilj@ieee.org>
parents: 8276
diff changeset
1162 #: ../roundup/backends/back_anydbm.py:1162
3bf6ad421347 chore: update files for release 2.5.0b1.
John Rouillard <rouilj@ieee.org>
parents: 8276
diff changeset
1163 #: ../roundup/backends/back_anydbm.py:1197
3bf6ad421347 chore: update files for release 2.5.0b1.
John Rouillard <rouilj@ieee.org>
parents: 8276
diff changeset
1164 #: ../roundup/backends/back_anydbm.py:1426
3bf6ad421347 chore: update files for release 2.5.0b1.
John Rouillard <rouilj@ieee.org>
parents: 8276
diff changeset
1165 #: ../roundup/backends/back_anydbm.py:1444
3bf6ad421347 chore: update files for release 2.5.0b1.
John Rouillard <rouilj@ieee.org>
parents: 8276
diff changeset
1166 #: ../roundup/backends/back_anydbm.py:1492
3bf6ad421347 chore: update files for release 2.5.0b1.
John Rouillard <rouilj@ieee.org>
parents: 8276
diff changeset
1167 #: ../roundup/backends/back_anydbm.py:2138
8246
3812c0fb1137 chore(translation): update roundup.pot and .po files
John Rouillard <rouilj@ieee.org>
parents: 8109
diff changeset
1168 #: ../roundup/backends/back_anydbm.py:873:886
8328
3bf6ad421347 chore: update files for release 2.5.0b1.
John Rouillard <rouilj@ieee.org>
parents: 8276
diff changeset
1169 #: ../roundup/backends/rdbms_common.py:1721
3bf6ad421347 chore: update files for release 2.5.0b1.
John Rouillard <rouilj@ieee.org>
parents: 8276
diff changeset
1170 #: ../roundup/backends/rdbms_common.py:1972
3bf6ad421347 chore: update files for release 2.5.0b1.
John Rouillard <rouilj@ieee.org>
parents: 8276
diff changeset
1171 #: ../roundup/backends/rdbms_common.py:2211
3bf6ad421347 chore: update files for release 2.5.0b1.
John Rouillard <rouilj@ieee.org>
parents: 8276
diff changeset
1172 #: ../roundup/backends/rdbms_common.py:2231
3bf6ad421347 chore: update files for release 2.5.0b1.
John Rouillard <rouilj@ieee.org>
parents: 8276
diff changeset
1173 #: ../roundup/backends/rdbms_common.py:2293
3bf6ad421347 chore: update files for release 2.5.0b1.
John Rouillard <rouilj@ieee.org>
parents: 8276
diff changeset
1174 #: ../roundup/backends/rdbms_common.py:3268
3bf6ad421347 chore: update files for release 2.5.0b1.
John Rouillard <rouilj@ieee.org>
parents: 8276
diff changeset
1175 #: ../roundup/backends/rdbms_common.py:1721:1972 :1162:1197 :1426:1444 :1492
3bf6ad421347 chore: update files for release 2.5.0b1.
John Rouillard <rouilj@ieee.org>
parents: 8276
diff changeset
1176 #: :2138 :2211:2231 :2293:3268
6220
efc0d13cc7c5 checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents: 6134
diff changeset
1177 msgid "Database open read-only"
efc0d13cc7c5 checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents: 6134
diff changeset
1178 msgstr ""
efc0d13cc7c5 checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents: 6134
diff changeset
1179
6942
e09095701620 update for latest flake8 changes
John Rouillard <rouilj@ieee.org>
parents: 6777
diff changeset
1180 #: ../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
1181 msgid ""
b0bafbf4fddd update .po files with new strings to translate
John Rouillard <rouilj@ieee.org>
parents: 6557
diff changeset
1182 "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
1183 "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
1184 msgstr ""
b0bafbf4fddd update .po files with new strings to translate
John Rouillard <rouilj@ieee.org>
parents: 6557
diff changeset
1185
6942
e09095701620 update for latest flake8 changes
John Rouillard <rouilj@ieee.org>
parents: 6777
diff changeset
1186 #: ../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
1187 #, python-format
b0bafbf4fddd update .po files with new strings to translate
John Rouillard <rouilj@ieee.org>
parents: 6557
diff changeset
1188 msgid ""
b0bafbf4fddd update .po files with new strings to translate
John Rouillard <rouilj@ieee.org>
parents: 6557
diff changeset
1189 "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
1190 msgstr ""
b0bafbf4fddd update .po files with new strings to translate
John Rouillard <rouilj@ieee.org>
parents: 6557
diff changeset
1191
6942
e09095701620 update for latest flake8 changes
John Rouillard <rouilj@ieee.org>
parents: 6777
diff changeset
1192 #: ../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
1193 msgid ""
b0bafbf4fddd update .po files with new strings to translate
John Rouillard <rouilj@ieee.org>
parents: 6557
diff changeset
1194 "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
1195 msgstr ""
b0bafbf4fddd update .po files with new strings to translate
John Rouillard <rouilj@ieee.org>
parents: 6557
diff changeset
1196
8002
a377590eba34 changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents: 7530
diff changeset
1197 #: ../roundup/backends/indexer_xapian.py:39
6986
5a84ddf7aa8b update with roundup_admin and indexer_xapian strings
John Rouillard <rouilj@ieee.org>
parents: 6942
diff changeset
1198 #, python-format
5a84ddf7aa8b update with roundup_admin and indexer_xapian strings
John Rouillard <rouilj@ieee.org>
parents: 6942
diff changeset
1199 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
1200 msgstr ""
5a84ddf7aa8b update with roundup_admin and indexer_xapian strings
John Rouillard <rouilj@ieee.org>
parents: 6942
diff changeset
1201
8328
3bf6ad421347 chore: update files for release 2.5.0b1.
John Rouillard <rouilj@ieee.org>
parents: 8276
diff changeset
1202 #: ../roundup/backends/rdbms_common.py:630
6223
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
1203 #, python-format
6220
efc0d13cc7c5 checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents: 6134
diff changeset
1204 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
1205 msgstr ""
efc0d13cc7c5 checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents: 6134
diff changeset
1206
8328
3bf6ad421347 chore: update files for release 2.5.0b1.
John Rouillard <rouilj@ieee.org>
parents: 8276
diff changeset
1207 #: ../roundup/backends/rdbms_common.py:865
6223
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
1208 #, python-format
6220
efc0d13cc7c5 checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents: 6134
diff changeset
1209 msgid "CREATE operation disallowed: \"%s\"."
efc0d13cc7c5 checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents: 6134
diff changeset
1210 msgstr ""
efc0d13cc7c5 checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents: 6134
diff changeset
1211
8328
3bf6ad421347 chore: update files for release 2.5.0b1.
John Rouillard <rouilj@ieee.org>
parents: 8276
diff changeset
1212 #: ../roundup/backends/rdbms_common.py:882
6223
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
1213 #, python-format
6220
efc0d13cc7c5 checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents: 6134
diff changeset
1214 msgid "DROP operation disallowed: \"%s\"."
efc0d13cc7c5 checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents: 6134
diff changeset
1215 msgstr ""
efc0d13cc7c5 checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents: 6134
diff changeset
1216
8328
3bf6ad421347 chore: update files for release 2.5.0b1.
John Rouillard <rouilj@ieee.org>
parents: 8276
diff changeset
1217 #: ../roundup/backends/rdbms_common.py:1864
6220
efc0d13cc7c5 checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents: 6134
diff changeset
1218 msgid "create"
efc0d13cc7c5 checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents: 6134
diff changeset
1219 msgstr ""
efc0d13cc7c5 checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents: 6134
diff changeset
1220
8328
3bf6ad421347 chore: update files for release 2.5.0b1.
John Rouillard <rouilj@ieee.org>
parents: 8276
diff changeset
1221 #: ../roundup/backends/rdbms_common.py:2043
6220
efc0d13cc7c5 checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents: 6134
diff changeset
1222 msgid "unlink"
efc0d13cc7c5 checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents: 6134
diff changeset
1223 msgstr ""
efc0d13cc7c5 checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents: 6134
diff changeset
1224
8328
3bf6ad421347 chore: update files for release 2.5.0b1.
John Rouillard <rouilj@ieee.org>
parents: 8276
diff changeset
1225 #: ../roundup/backends/rdbms_common.py:2047
6220
efc0d13cc7c5 checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents: 6134
diff changeset
1226 msgid "link"
efc0d13cc7c5 checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents: 6134
diff changeset
1227 msgstr ""
efc0d13cc7c5 checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents: 6134
diff changeset
1228
8328
3bf6ad421347 chore: update files for release 2.5.0b1.
John Rouillard <rouilj@ieee.org>
parents: 8276
diff changeset
1229 #: ../roundup/backends/rdbms_common.py:2192
6220
efc0d13cc7c5 checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents: 6134
diff changeset
1230 msgid "set"
efc0d13cc7c5 checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents: 6134
diff changeset
1231 msgstr ""
efc0d13cc7c5 checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents: 6134
diff changeset
1232
8328
3bf6ad421347 chore: update files for release 2.5.0b1.
John Rouillard <rouilj@ieee.org>
parents: 8276
diff changeset
1233 #: ../roundup/backends/rdbms_common.py:2221
6220
efc0d13cc7c5 checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents: 6134
diff changeset
1234 msgid "retired"
efc0d13cc7c5 checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents: 6134
diff changeset
1235 msgstr ""
efc0d13cc7c5 checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents: 6134
diff changeset
1236
8328
3bf6ad421347 chore: update files for release 2.5.0b1.
John Rouillard <rouilj@ieee.org>
parents: 8276
diff changeset
1237 #: ../roundup/backends/rdbms_common.py:2251
6220
efc0d13cc7c5 checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents: 6134
diff changeset
1238 msgid "restored"
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
8328
3bf6ad421347 chore: update files for release 2.5.0b1.
John Rouillard <rouilj@ieee.org>
parents: 8276
diff changeset
1241 #: ../roundup/backends/rdbms_common.py:2265
3bf6ad421347 chore: update files for release 2.5.0b1.
John Rouillard <rouilj@ieee.org>
parents: 8276
diff changeset
1242 #, python-format
3bf6ad421347 chore: update files for release 2.5.0b1.
John Rouillard <rouilj@ieee.org>
parents: 8276
diff changeset
1243 msgid "class %(cls)s: %(value)r is not an id"
3bf6ad421347 chore: update files for release 2.5.0b1.
John Rouillard <rouilj@ieee.org>
parents: 8276
diff changeset
1244 msgstr ""
3bf6ad421347 chore: update files for release 2.5.0b1.
John Rouillard <rouilj@ieee.org>
parents: 8276
diff changeset
1245
7203
12a3cd86668f auto update 'password_pbkdf2_default_rounds' "
John Rouillard <rouilj@ieee.org>
parents: 7069
diff changeset
1246 #: ../roundup/backends/sessions_redis.py:78
12a3cd86668f auto update 'password_pbkdf2_default_rounds' "
John Rouillard <rouilj@ieee.org>
parents: 7069
diff changeset
1247 #: ../roundup/backends/sessions_redis.py:97
12a3cd86668f auto update 'password_pbkdf2_default_rounds' "
John Rouillard <rouilj@ieee.org>
parents: 7069
diff changeset
1248 #: ../roundup/backends/sessions_redis.py:78:97
6942
e09095701620 update for latest flake8 changes
John Rouillard <rouilj@ieee.org>
parents: 6777
diff changeset
1249 #, python-format
e09095701620 update for latest flake8 changes
John Rouillard <rouilj@ieee.org>
parents: 6777
diff changeset
1250 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
1251 msgstr ""
e09095701620 update for latest flake8 changes
John Rouillard <rouilj@ieee.org>
parents: 6777
diff changeset
1252
7203
12a3cd86668f auto update 'password_pbkdf2_default_rounds' "
John Rouillard <rouilj@ieee.org>
parents: 7069
diff changeset
1253 #: ../roundup/backends/sessions_redis.py:193
6942
e09095701620 update for latest flake8 changes
John Rouillard <rouilj@ieee.org>
parents: 6777
diff changeset
1254 #, python-format
e09095701620 update for latest flake8 changes
John Rouillard <rouilj@ieee.org>
parents: 6777
diff changeset
1255 msgid "Key %(key)s changed in %(name)s db"
e09095701620 update for latest flake8 changes
John Rouillard <rouilj@ieee.org>
parents: 6777
diff changeset
1256 msgstr ""
e09095701620 update for latest flake8 changes
John Rouillard <rouilj@ieee.org>
parents: 6777
diff changeset
1257
7203
12a3cd86668f auto update 'password_pbkdf2_default_rounds' "
John Rouillard <rouilj@ieee.org>
parents: 7069
diff changeset
1258 #: ../roundup/backends/sessions_redis.py:203
12a3cd86668f auto update 'password_pbkdf2_default_rounds' "
John Rouillard <rouilj@ieee.org>
parents: 7069
diff changeset
1259 #, python-format
12a3cd86668f auto update 'password_pbkdf2_default_rounds' "
John Rouillard <rouilj@ieee.org>
parents: 7069
diff changeset
1260 msgid ""
12a3cd86668f auto update 'password_pbkdf2_default_rounds' "
John Rouillard <rouilj@ieee.org>
parents: 7069
diff changeset
1261 "Redis set failed after %(retries)d retries for user %(user)s with key %(key)s"
6942
e09095701620 update for latest flake8 changes
John Rouillard <rouilj@ieee.org>
parents: 6777
diff changeset
1262 msgstr ""
e09095701620 update for latest flake8 changes
John Rouillard <rouilj@ieee.org>
parents: 6777
diff changeset
1263
e09095701620 update for latest flake8 changes
John Rouillard <rouilj@ieee.org>
parents: 6777
diff changeset
1264 #: ../roundup/cgi/actions.py:97
6220
efc0d13cc7c5 checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents: 6134
diff changeset
1265 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
1266 msgstr ""
efc0d13cc7c5 checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents: 6134
diff changeset
1267
6942
e09095701620 update for latest flake8 changes
John Rouillard <rouilj@ieee.org>
parents: 6777
diff changeset
1268 #: ../roundup/cgi/actions.py:113
6223
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
1269 #, python-format
6220
efc0d13cc7c5 checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents: 6134
diff changeset
1270 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
1271 msgstr ""
efc0d13cc7c5 checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents: 6134
diff changeset
1272
6942
e09095701620 update for latest flake8 changes
John Rouillard <rouilj@ieee.org>
parents: 6777
diff changeset
1273 #: ../roundup/cgi/actions.py:118
6223
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
1274 #, python-format
6220
efc0d13cc7c5 checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents: 6134
diff changeset
1275 msgid "Unrecognized scheme in %(url)s"
efc0d13cc7c5 checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents: 6134
diff changeset
1276 msgstr ""
efc0d13cc7c5 checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents: 6134
diff changeset
1277
6942
e09095701620 update for latest flake8 changes
John Rouillard <rouilj@ieee.org>
parents: 6777
diff changeset
1278 #: ../roundup/cgi/actions.py:122
6223
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
1279 #, python-format
6220
efc0d13cc7c5 checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents: 6134
diff changeset
1280 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
1281 msgstr ""
efc0d13cc7c5 checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents: 6134
diff changeset
1282
6942
e09095701620 update for latest flake8 changes
John Rouillard <rouilj@ieee.org>
parents: 6777
diff changeset
1283 #: ../roundup/cgi/actions.py:126
6223
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
1284 #, python-format
6220
efc0d13cc7c5 checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents: 6134
diff changeset
1285 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
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:140
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 "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
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:144
6223
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
1294 #, python-format
6220
efc0d13cc7c5 checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents: 6134
diff changeset
1295 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
1296 msgstr ""
efc0d13cc7c5 checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents: 6134
diff changeset
1297
6942
e09095701620 update for latest flake8 changes
John Rouillard <rouilj@ieee.org>
parents: 6777
diff changeset
1298 #: ../roundup/cgi/actions.py:147
6223
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
1299 #, python-format
6220
efc0d13cc7c5 checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents: 6134
diff changeset
1300 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
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:150
6223
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
1304 #, python-format
6220
efc0d13cc7c5 checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents: 6134
diff changeset
1305 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
1306 msgstr ""
efc0d13cc7c5 checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents: 6134
diff changeset
1307
6942
e09095701620 update for latest flake8 changes
John Rouillard <rouilj@ieee.org>
parents: 6777
diff changeset
1308 #: ../roundup/cgi/actions.py:172
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 "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
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:207
e09095701620 update for latest flake8 changes
John Rouillard <rouilj@ieee.org>
parents: 6777
diff changeset
1314 msgid "No type specified"
e09095701620 update for latest flake8 changes
John Rouillard <rouilj@ieee.org>
parents: 6777
diff changeset
1315 msgstr ""
e09095701620 update for latest flake8 changes
John Rouillard <rouilj@ieee.org>
parents: 6777
diff changeset
1316
6220
efc0d13cc7c5 checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents: 6134
diff changeset
1317 #: ../roundup/cgi/actions.py:209
efc0d13cc7c5 checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents: 6134
diff changeset
1318 msgid "No ID entered"
efc0d13cc7c5 checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents: 6134
diff changeset
1319 msgstr ""
efc0d13cc7c5 checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents: 6134
diff changeset
1320
6942
e09095701620 update for latest flake8 changes
John Rouillard <rouilj@ieee.org>
parents: 6777
diff changeset
1321 #: ../roundup/cgi/actions.py:215
6223
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
1322 #, python-format
6220
efc0d13cc7c5 checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents: 6134
diff changeset
1323 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
1324 msgstr ""
efc0d13cc7c5 checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents: 6134
diff changeset
1325
6942
e09095701620 update for latest flake8 changes
John Rouillard <rouilj@ieee.org>
parents: 6777
diff changeset
1326 #: ../roundup/cgi/actions.py:228 ../roundup/cgi/actions.py:266
8328
3bf6ad421347 chore: update files for release 2.5.0b1.
John Rouillard <rouilj@ieee.org>
parents: 8276
diff changeset
1327 #: ../roundup/cgi/actions.py:493 ../roundup/cgi/actions.py:838
3bf6ad421347 chore: update files for release 2.5.0b1.
John Rouillard <rouilj@ieee.org>
parents: 8276
diff changeset
1328 #: ../roundup/cgi/actions.py:885 ../roundup/cgi/actions.py:1089
3bf6ad421347 chore: update files for release 2.5.0b1.
John Rouillard <rouilj@ieee.org>
parents: 8276
diff changeset
1329 #: ../roundup/cgi/actions.py:1251 ../roundup/cgi/actions.py:228:266 :1251
3bf6ad421347 chore: update files for release 2.5.0b1.
John Rouillard <rouilj@ieee.org>
parents: 8276
diff changeset
1330 #: :493:838 :885:1089
6220
efc0d13cc7c5 checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents: 6134
diff changeset
1331 msgid "Invalid request"
efc0d13cc7c5 checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents: 6134
diff changeset
1332 msgstr ""
efc0d13cc7c5 checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents: 6134
diff changeset
1333
6942
e09095701620 update for latest flake8 changes
John Rouillard <rouilj@ieee.org>
parents: 6777
diff changeset
1334 #: ../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
1335 #: ../roundup/cgi/actions.py:246:604
6223
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
1336 #, python-format
6220
efc0d13cc7c5 checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents: 6134
diff changeset
1337 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
1338 msgstr ""
efc0d13cc7c5 checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents: 6134
diff changeset
1339
6942
e09095701620 update for latest flake8 changes
John Rouillard <rouilj@ieee.org>
parents: 6777
diff changeset
1340 #: ../roundup/cgi/actions.py:254
6223
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
1341 #, python-format
6220
efc0d13cc7c5 checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents: 6134
diff changeset
1342 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
1343 msgstr ""
efc0d13cc7c5 checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents: 6134
diff changeset
1344
6942
e09095701620 update for latest flake8 changes
John Rouillard <rouilj@ieee.org>
parents: 6777
diff changeset
1345 #: ../roundup/cgi/actions.py:278
6223
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
1346 #, python-format
6220
efc0d13cc7c5 checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents: 6134
diff changeset
1347 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
1348 msgstr ""
efc0d13cc7c5 checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents: 6134
diff changeset
1349
6942
e09095701620 update for latest flake8 changes
John Rouillard <rouilj@ieee.org>
parents: 6777
diff changeset
1350 #: ../roundup/cgi/actions.py:286
6223
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
1351 #, python-format
6220
efc0d13cc7c5 checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents: 6134
diff changeset
1352 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
1353 msgstr ""
efc0d13cc7c5 checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents: 6134
diff changeset
1354
6942
e09095701620 update for latest flake8 changes
John Rouillard <rouilj@ieee.org>
parents: 6777
diff changeset
1355 #: ../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
1356 #: ../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
1357 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
1358 msgstr ""
efc0d13cc7c5 checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents: 6134
diff changeset
1359
6942
e09095701620 update for latest flake8 changes
John Rouillard <rouilj@ieee.org>
parents: 6777
diff changeset
1360 #: ../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
1361 #: ../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
1362 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
1363 msgstr ""
efc0d13cc7c5 checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents: 6134
diff changeset
1364
6942
e09095701620 update for latest flake8 changes
John Rouillard <rouilj@ieee.org>
parents: 6777
diff changeset
1365 #: ../roundup/cgi/actions.py:357
6223
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
1366 #, python-format
6220
efc0d13cc7c5 checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents: 6134
diff changeset
1367 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
1368 msgstr ""
efc0d13cc7c5 checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents: 6134
diff changeset
1369
6942
e09095701620 update for latest flake8 changes
John Rouillard <rouilj@ieee.org>
parents: 6777
diff changeset
1370 #: ../roundup/cgi/actions.py:440
6220
efc0d13cc7c5 checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents: 6134
diff changeset
1371 msgid "Invalid number: "
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
6942
e09095701620 update for latest flake8 changes
John Rouillard <rouilj@ieee.org>
parents: 6777
diff changeset
1374 #: ../roundup/cgi/actions.py:450
6220
efc0d13cc7c5 checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents: 6134
diff changeset
1375 msgid "Invalid integer: "
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
8328
3bf6ad421347 chore: update files for release 2.5.0b1.
John Rouillard <rouilj@ieee.org>
parents: 8276
diff changeset
1378 #: ../roundup/cgi/actions.py:531 ../roundup/cgi/actions.py:740
3bf6ad421347 chore: update files for release 2.5.0b1.
John Rouillard <rouilj@ieee.org>
parents: 8276
diff changeset
1379 #: ../roundup/cgi/actions.py:531:740
6223
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
1380 #, python-format
6220
efc0d13cc7c5 checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents: 6134
diff changeset
1381 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
1382 msgstr ""
efc0d13cc7c5 checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents: 6134
diff changeset
1383
6942
e09095701620 update for latest flake8 changes
John Rouillard <rouilj@ieee.org>
parents: 6777
diff changeset
1384 #: ../roundup/cgi/actions.py:544
6223
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
1385 #, python-format
6220
efc0d13cc7c5 checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents: 6134
diff changeset
1386 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
1387 msgstr ""
efc0d13cc7c5 checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents: 6134
diff changeset
1388
8328
3bf6ad421347 chore: update files for release 2.5.0b1.
John Rouillard <rouilj@ieee.org>
parents: 8276
diff changeset
1389 #: ../roundup/cgi/actions.py:556 ../roundup/cgi/actions.py:728
3bf6ad421347 chore: update files for release 2.5.0b1.
John Rouillard <rouilj@ieee.org>
parents: 8276
diff changeset
1390 #: ../roundup/cgi/actions.py:556:728
6223
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
1391 #, python-format
6220
efc0d13cc7c5 checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents: 6134
diff changeset
1392 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
1393 msgstr ""
efc0d13cc7c5 checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents: 6134
diff changeset
1394
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
1395 #: ../roundup/cgi/actions.py:611
6220
efc0d13cc7c5 checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents: 6134
diff changeset
1396 msgid "Items edited OK"
efc0d13cc7c5 checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents: 6134
diff changeset
1397 msgstr ""
efc0d13cc7c5 checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents: 6134
diff changeset
1398
8328
3bf6ad421347 chore: update files for release 2.5.0b1.
John Rouillard <rouilj@ieee.org>
parents: 8276
diff changeset
1399 #: ../roundup/cgi/actions.py:676
6223
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
1400 #, python-format
6220
efc0d13cc7c5 checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents: 6134
diff changeset
1401 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
1402 msgstr ""
efc0d13cc7c5 checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents: 6134
diff changeset
1403
8328
3bf6ad421347 chore: update files for release 2.5.0b1.
John Rouillard <rouilj@ieee.org>
parents: 8276
diff changeset
1404 #: ../roundup/cgi/actions.py:694
6223
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
1405 #, python-format
6220
efc0d13cc7c5 checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents: 6134
diff changeset
1406 msgid "%(class)s %(id)s created"
efc0d13cc7c5 checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents: 6134
diff changeset
1407 msgstr ""
efc0d13cc7c5 checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents: 6134
diff changeset
1408
8328
3bf6ad421347 chore: update files for release 2.5.0b1.
John Rouillard <rouilj@ieee.org>
parents: 8276
diff changeset
1409 #: ../roundup/cgi/actions.py:822
6223
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
1410 #, python-format
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
1411 msgid ""
6301
45ba6b71f1cf actions.py translation. Using mapping rather than tuple for args.
John Rouillard <rouilj@ieee.org>
parents: 6223
diff changeset
1412 "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
1413 "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
1414 msgstr ""
45ba6b71f1cf actions.py translation. Using mapping rather than tuple for args.
John Rouillard <rouilj@ieee.org>
parents: 6223
diff changeset
1415
8328
3bf6ad421347 chore: update files for release 2.5.0b1.
John Rouillard <rouilj@ieee.org>
parents: 8276
diff changeset
1416 #: ../roundup/cgi/actions.py:855
6223
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
1417 #, python-format
6220
efc0d13cc7c5 checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents: 6134
diff changeset
1418 msgid "Edit Error: %s"
efc0d13cc7c5 checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents: 6134
diff changeset
1419 msgstr ""
efc0d13cc7c5 checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents: 6134
diff changeset
1420
8328
3bf6ad421347 chore: update files for release 2.5.0b1.
John Rouillard <rouilj@ieee.org>
parents: 8276
diff changeset
1421 #: ../roundup/cgi/actions.py:936
6220
efc0d13cc7c5 checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents: 6134
diff changeset
1422 msgid ""
efc0d13cc7c5 checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents: 6134
diff changeset
1423 "Invalid One Time Key!\n"
6223
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
1424 "(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
1425 "your email)"
6220
efc0d13cc7c5 checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents: 6134
diff changeset
1426 msgstr ""
efc0d13cc7c5 checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents: 6134
diff changeset
1427
8328
3bf6ad421347 chore: update files for release 2.5.0b1.
John Rouillard <rouilj@ieee.org>
parents: 8276
diff changeset
1428 #: ../roundup/cgi/actions.py:977
6676
b336cc98d9d2 Mark strings for password reset and registration for translation
John Rouillard <rouilj@ieee.org>
parents: 6672
diff changeset
1429 #, python-format
b336cc98d9d2 Mark strings for password reset and registration for translation
John Rouillard <rouilj@ieee.org>
parents: 6672
diff changeset
1430 msgid "Password reset for %s"
b336cc98d9d2 Mark strings for password reset and registration for translation
John Rouillard <rouilj@ieee.org>
parents: 6672
diff changeset
1431 msgstr ""
b336cc98d9d2 Mark strings for password reset and registration for translation
John Rouillard <rouilj@ieee.org>
parents: 6672
diff changeset
1432
8328
3bf6ad421347 chore: update files for release 2.5.0b1.
John Rouillard <rouilj@ieee.org>
parents: 8276
diff changeset
1433 #: ../roundup/cgi/actions.py:978
6676
b336cc98d9d2 Mark strings for password reset and registration for translation
John Rouillard <rouilj@ieee.org>
parents: 6672
diff changeset
1434 #, python-format
b336cc98d9d2 Mark strings for password reset and registration for translation
John Rouillard <rouilj@ieee.org>
parents: 6672
diff changeset
1435 msgid ""
b336cc98d9d2 Mark strings for password reset and registration for translation
John Rouillard <rouilj@ieee.org>
parents: 6672
diff changeset
1436 "\n"
b336cc98d9d2 Mark strings for password reset and registration for translation
John Rouillard <rouilj@ieee.org>
parents: 6672
diff changeset
1437 "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
1438 "\n"
b336cc98d9d2 Mark strings for password reset and registration for translation
John Rouillard <rouilj@ieee.org>
parents: 6672
diff changeset
1439 "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
1440 msgstr ""
b336cc98d9d2 Mark strings for password reset and registration for translation
John Rouillard <rouilj@ieee.org>
parents: 6672
diff changeset
1441
8328
3bf6ad421347 chore: update files for release 2.5.0b1.
John Rouillard <rouilj@ieee.org>
parents: 8276
diff changeset
1442 #: ../roundup/cgi/actions.py:987
6223
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
1443 #, python-format
6220
efc0d13cc7c5 checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents: 6134
diff changeset
1444 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
1445 msgstr ""
efc0d13cc7c5 checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents: 6134
diff changeset
1446
8328
3bf6ad421347 chore: update files for release 2.5.0b1.
John Rouillard <rouilj@ieee.org>
parents: 8276
diff changeset
1447 #: ../roundup/cgi/actions.py:996
6220
efc0d13cc7c5 checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents: 6134
diff changeset
1448 msgid "Unknown username"
efc0d13cc7c5 checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents: 6134
diff changeset
1449 msgstr ""
efc0d13cc7c5 checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents: 6134
diff changeset
1450
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
1451 #: ../roundup/cgi/actions.py:1004
8328
3bf6ad421347 chore: update files for release 2.5.0b1.
John Rouillard <rouilj@ieee.org>
parents: 8276
diff changeset
1452 msgid "Unknown email address"
3bf6ad421347 chore: update files for release 2.5.0b1.
John Rouillard <rouilj@ieee.org>
parents: 8276
diff changeset
1453 msgstr ""
3bf6ad421347 chore: update files for release 2.5.0b1.
John Rouillard <rouilj@ieee.org>
parents: 8276
diff changeset
1454
3bf6ad421347 chore: update files for release 2.5.0b1.
John Rouillard <rouilj@ieee.org>
parents: 8276
diff changeset
1455 #: ../roundup/cgi/actions.py:1009
6220
efc0d13cc7c5 checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents: 6134
diff changeset
1456 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
1457 msgstr ""
efc0d13cc7c5 checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents: 6134
diff changeset
1458
8328
3bf6ad421347 chore: update files for release 2.5.0b1.
John Rouillard <rouilj@ieee.org>
parents: 8276
diff changeset
1459 #: ../roundup/cgi/actions.py:1020
6676
b336cc98d9d2 Mark strings for password reset and registration for translation
John Rouillard <rouilj@ieee.org>
parents: 6672
diff changeset
1460 #, python-format
b336cc98d9d2 Mark strings for password reset and registration for translation
John Rouillard <rouilj@ieee.org>
parents: 6672
diff changeset
1461 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
1462 msgstr ""
b336cc98d9d2 Mark strings for password reset and registration for translation
John Rouillard <rouilj@ieee.org>
parents: 6672
diff changeset
1463
8328
3bf6ad421347 chore: update files for release 2.5.0b1.
John Rouillard <rouilj@ieee.org>
parents: 8276
diff changeset
1464 #: ../roundup/cgi/actions.py:1021
6676
b336cc98d9d2 Mark strings for password reset and registration for translation
John Rouillard <rouilj@ieee.org>
parents: 6672
diff changeset
1465 #, python-format
b336cc98d9d2 Mark strings for password reset and registration for translation
John Rouillard <rouilj@ieee.org>
parents: 6672
diff changeset
1466 msgid ""
b336cc98d9d2 Mark strings for password reset and registration for translation
John Rouillard <rouilj@ieee.org>
parents: 6672
diff changeset
1467 "\n"
b336cc98d9d2 Mark strings for password reset and registration for translation
John Rouillard <rouilj@ieee.org>
parents: 6672
diff changeset
1468 "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
1469 "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
1470 "follow\n"
b336cc98d9d2 Mark strings for password reset and registration for translation
John Rouillard <rouilj@ieee.org>
parents: 6672
diff changeset
1471 "the link below:\n"
b336cc98d9d2 Mark strings for password reset and registration for translation
John Rouillard <rouilj@ieee.org>
parents: 6672
diff changeset
1472 "\n"
b336cc98d9d2 Mark strings for password reset and registration for translation
John Rouillard <rouilj@ieee.org>
parents: 6672
diff changeset
1473 " %(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
1474 "\n"
b336cc98d9d2 Mark strings for password reset and registration for translation
John Rouillard <rouilj@ieee.org>
parents: 6672
diff changeset
1475 "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
1476 msgstr ""
b336cc98d9d2 Mark strings for password reset and registration for translation
John Rouillard <rouilj@ieee.org>
parents: 6672
diff changeset
1477
8328
3bf6ad421347 chore: update files for release 2.5.0b1.
John Rouillard <rouilj@ieee.org>
parents: 8276
diff changeset
1478 #: ../roundup/cgi/actions.py:1034
6223
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
1479 #, python-format
6301
45ba6b71f1cf actions.py translation. Using mapping rather than tuple for args.
John Rouillard <rouilj@ieee.org>
parents: 6223
diff changeset
1480 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
1481 msgstr ""
45ba6b71f1cf actions.py translation. Using mapping rather than tuple for args.
John Rouillard <rouilj@ieee.org>
parents: 6223
diff changeset
1482
8328
3bf6ad421347 chore: update files for release 2.5.0b1.
John Rouillard <rouilj@ieee.org>
parents: 8276
diff changeset
1483 #: ../roundup/cgi/actions.py:1036
6301
45ba6b71f1cf actions.py translation. Using mapping rather than tuple for args.
John Rouillard <rouilj@ieee.org>
parents: 6223
diff changeset
1484 #, python-format
6220
efc0d13cc7c5 checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents: 6134
diff changeset
1485 msgid "Email sent to %s."
efc0d13cc7c5 checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents: 6134
diff changeset
1486 msgstr ""
efc0d13cc7c5 checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents: 6134
diff changeset
1487
8328
3bf6ad421347 chore: update files for release 2.5.0b1.
John Rouillard <rouilj@ieee.org>
parents: 8276
diff changeset
1488 #: ../roundup/cgi/actions.py:1051
6220
efc0d13cc7c5 checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents: 6134
diff changeset
1489 msgid "You are now registered, welcome!"
efc0d13cc7c5 checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents: 6134
diff changeset
1490 msgstr ""
efc0d13cc7c5 checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents: 6134
diff changeset
1491
8328
3bf6ad421347 chore: update files for release 2.5.0b1.
John Rouillard <rouilj@ieee.org>
parents: 8276
diff changeset
1492 #: ../roundup/cgi/actions.py:1144
6223
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
1493 #, python-format
6220
efc0d13cc7c5 checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents: 6134
diff changeset
1494 msgid "Username '%s' is already used."
efc0d13cc7c5 checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents: 6134
diff changeset
1495 msgstr ""
efc0d13cc7c5 checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents: 6134
diff changeset
1496
8328
3bf6ad421347 chore: update files for release 2.5.0b1.
John Rouillard <rouilj@ieee.org>
parents: 8276
diff changeset
1497 #: ../roundup/cgi/actions.py:1168
7063
aca710a3b687 update roundup.pot and .po locale files for fixed translations
John Rouillard <rouilj@ieee.org>
parents: 7052
diff changeset
1498 #, python-format
aca710a3b687 update roundup.pot and .po locale files for fixed translations
John Rouillard <rouilj@ieee.org>
parents: 7052
diff changeset
1499 msgid "Complete your registration to %(tracker_name)s -- key %(key)s"
aca710a3b687 update roundup.pot and .po locale files for fixed translations
John Rouillard <rouilj@ieee.org>
parents: 7052
diff changeset
1500 msgstr ""
aca710a3b687 update roundup.pot and .po locale files for fixed translations
John Rouillard <rouilj@ieee.org>
parents: 7052
diff changeset
1501
8328
3bf6ad421347 chore: update files for release 2.5.0b1.
John Rouillard <rouilj@ieee.org>
parents: 8276
diff changeset
1502 #: ../roundup/cgi/actions.py:1172
6676
b336cc98d9d2 Mark strings for password reset and registration for translation
John Rouillard <rouilj@ieee.org>
parents: 6672
diff changeset
1503 #, python-format
b336cc98d9d2 Mark strings for password reset and registration for translation
John Rouillard <rouilj@ieee.org>
parents: 6672
diff changeset
1504 msgid ""
b336cc98d9d2 Mark strings for password reset and registration for translation
John Rouillard <rouilj@ieee.org>
parents: 6672
diff changeset
1505 "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
1506 "%(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
1507 "\n"
b336cc98d9d2 Mark strings for password reset and registration for translation
John Rouillard <rouilj@ieee.org>
parents: 6672
diff changeset
1508 "- 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
1509 "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
1510 "\n"
b336cc98d9d2 Mark strings for password reset and registration for translation
John Rouillard <rouilj@ieee.org>
parents: 6672
diff changeset
1511 "- 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
1512 "\n"
b336cc98d9d2 Mark strings for password reset and registration for translation
John Rouillard <rouilj@ieee.org>
parents: 6672
diff changeset
1513 "%(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
1514 "\n"
b336cc98d9d2 Mark strings for password reset and registration for translation
John Rouillard <rouilj@ieee.org>
parents: 6672
diff changeset
1515 msgstr ""
b336cc98d9d2 Mark strings for password reset and registration for translation
John Rouillard <rouilj@ieee.org>
parents: 6672
diff changeset
1516
8328
3bf6ad421347 chore: update files for release 2.5.0b1.
John Rouillard <rouilj@ieee.org>
parents: 8276
diff changeset
1517 #: ../roundup/cgi/actions.py:1186
6676
b336cc98d9d2 Mark strings for password reset and registration for translation
John Rouillard <rouilj@ieee.org>
parents: 6672
diff changeset
1518 #, python-format
b336cc98d9d2 Mark strings for password reset and registration for translation
John Rouillard <rouilj@ieee.org>
parents: 6672
diff changeset
1519 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
1520 msgstr ""
b336cc98d9d2 Mark strings for password reset and registration for translation
John Rouillard <rouilj@ieee.org>
parents: 6672
diff changeset
1521
8328
3bf6ad421347 chore: update files for release 2.5.0b1.
John Rouillard <rouilj@ieee.org>
parents: 8276
diff changeset
1522 #: ../roundup/cgi/actions.py:1187
6676
b336cc98d9d2 Mark strings for password reset and registration for translation
John Rouillard <rouilj@ieee.org>
parents: 6672
diff changeset
1523 #, python-format
b336cc98d9d2 Mark strings for password reset and registration for translation
John Rouillard <rouilj@ieee.org>
parents: 6672
diff changeset
1524 msgid ""
b336cc98d9d2 Mark strings for password reset and registration for translation
John Rouillard <rouilj@ieee.org>
parents: 6672
diff changeset
1525 "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
1526 "%(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
1527 "\n"
b336cc98d9d2 Mark strings for password reset and registration for translation
John Rouillard <rouilj@ieee.org>
parents: 6672
diff changeset
1528 "%(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
1529 "\n"
b336cc98d9d2 Mark strings for password reset and registration for translation
John Rouillard <rouilj@ieee.org>
parents: 6672
diff changeset
1530 msgstr ""
b336cc98d9d2 Mark strings for password reset and registration for translation
John Rouillard <rouilj@ieee.org>
parents: 6672
diff changeset
1531
8328
3bf6ad421347 chore: update files for release 2.5.0b1.
John Rouillard <rouilj@ieee.org>
parents: 8276
diff changeset
1532 #: ../roundup/cgi/actions.py:1211
6220
efc0d13cc7c5 checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents: 6134
diff changeset
1533 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
1534 msgstr ""
efc0d13cc7c5 checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents: 6134
diff changeset
1535
8328
3bf6ad421347 chore: update files for release 2.5.0b1.
John Rouillard <rouilj@ieee.org>
parents: 8276
diff changeset
1536 #: ../roundup/cgi/actions.py:1225
6220
efc0d13cc7c5 checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents: 6134
diff changeset
1537 msgid "You are logged out"
efc0d13cc7c5 checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents: 6134
diff changeset
1538 msgstr ""
efc0d13cc7c5 checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents: 6134
diff changeset
1539
8328
3bf6ad421347 chore: update files for release 2.5.0b1.
John Rouillard <rouilj@ieee.org>
parents: 8276
diff changeset
1540 #: ../roundup/cgi/actions.py:1255
6220
efc0d13cc7c5 checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents: 6134
diff changeset
1541 msgid "Username required"
efc0d13cc7c5 checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents: 6134
diff changeset
1542 msgstr ""
efc0d13cc7c5 checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents: 6134
diff changeset
1543
8328
3bf6ad421347 chore: update files for release 2.5.0b1.
John Rouillard <rouilj@ieee.org>
parents: 8276
diff changeset
1544 #: ../roundup/cgi/actions.py:1359
6557
8687c096a945 Handle configparser.InterpolationSyntaxError
John Rouillard <rouilj@ieee.org>
parents: 6456
diff changeset
1545 #, python-format
8687c096a945 Handle configparser.InterpolationSyntaxError
John Rouillard <rouilj@ieee.org>
parents: 6456
diff changeset
1546 msgid "Welcome %(username)s!"
8687c096a945 Handle configparser.InterpolationSyntaxError
John Rouillard <rouilj@ieee.org>
parents: 6456
diff changeset
1547 msgstr ""
8687c096a945 Handle configparser.InterpolationSyntaxError
John Rouillard <rouilj@ieee.org>
parents: 6456
diff changeset
1548
8328
3bf6ad421347 chore: update files for release 2.5.0b1.
John Rouillard <rouilj@ieee.org>
parents: 8276
diff changeset
1549 #: ../roundup/cgi/actions.py:1482
8002
a377590eba34 changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents: 7530
diff changeset
1550 #, python-format
a377590eba34 changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents: 7530
diff changeset
1551 msgid "Logins occurring too fast. Please wait: %s seconds."
a377590eba34 changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents: 7530
diff changeset
1552 msgstr ""
a377590eba34 changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents: 7530
diff changeset
1553
8328
3bf6ad421347 chore: update files for release 2.5.0b1.
John Rouillard <rouilj@ieee.org>
parents: 8276
diff changeset
1554 #: ../roundup/cgi/actions.py:1520 ../roundup/cgi/actions.py:1531
3bf6ad421347 chore: update files for release 2.5.0b1.
John Rouillard <rouilj@ieee.org>
parents: 8276
diff changeset
1555 #: ../roundup/cgi/actions.py:1520:1531
6220
efc0d13cc7c5 checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents: 6134
diff changeset
1556 msgid "Invalid login"
efc0d13cc7c5 checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents: 6134
diff changeset
1557 msgstr ""
efc0d13cc7c5 checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents: 6134
diff changeset
1558
8328
3bf6ad421347 chore: update files for release 2.5.0b1.
John Rouillard <rouilj@ieee.org>
parents: 8276
diff changeset
1559 #: ../roundup/cgi/actions.py:1537
6220
efc0d13cc7c5 checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents: 6134
diff changeset
1560 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
1561 msgstr ""
efc0d13cc7c5 checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents: 6134
diff changeset
1562
8328
3bf6ad421347 chore: update files for release 2.5.0b1.
John Rouillard <rouilj@ieee.org>
parents: 8276
diff changeset
1563 #: ../roundup/cgi/actions.py:1582 ../roundup/cgi/actions.py:1762
3bf6ad421347 chore: update files for release 2.5.0b1.
John Rouillard <rouilj@ieee.org>
parents: 8276
diff changeset
1564 #: ../roundup/cgi/actions.py:1582:1762
6223
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
1565 #, python-format
6220
efc0d13cc7c5 checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents: 6134
diff changeset
1566 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
1567 msgstr ""
efc0d13cc7c5 checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents: 6134
diff changeset
1568
8328
3bf6ad421347 chore: update files for release 2.5.0b1.
John Rouillard <rouilj@ieee.org>
parents: 8276
diff changeset
1569 #: ../roundup/cgi/actions.py:1827
6223
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
1570 #, python-format
6220
efc0d13cc7c5 checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents: 6134
diff changeset
1571 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
1572 msgstr ""
efc0d13cc7c5 checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents: 6134
diff changeset
1573
6986
5a84ddf7aa8b update with roundup_admin and indexer_xapian strings
John Rouillard <rouilj@ieee.org>
parents: 6942
diff changeset
1574 #: ../roundup/cgi/cgitb.py:62
6223
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
1575 #, python-format
6220
efc0d13cc7c5 checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents: 6134
diff changeset
1576 msgid ""
efc0d13cc7c5 checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents: 6134
diff changeset
1577 "<h1>Templating Error</h1>\n"
efc0d13cc7c5 checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents: 6134
diff changeset
1578 "<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
1579 "<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
1580 msgstr ""
efc0d13cc7c5 checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents: 6134
diff changeset
1581
6986
5a84ddf7aa8b update with roundup_admin and indexer_xapian strings
John Rouillard <rouilj@ieee.org>
parents: 6942
diff changeset
1582 #: ../roundup/cgi/cgitb.py:77
6223
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
1583 #, python-format
6220
efc0d13cc7c5 checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents: 6134
diff changeset
1584 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
1585 msgstr ""
efc0d13cc7c5 checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents: 6134
diff changeset
1586
6986
5a84ddf7aa8b update with roundup_admin and indexer_xapian strings
John Rouillard <rouilj@ieee.org>
parents: 6942
diff changeset
1587 #: ../roundup/cgi/cgitb.py:81
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 "<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
1590 msgstr ""
efc0d13cc7c5 checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents: 6134
diff changeset
1591
6986
5a84ddf7aa8b update with roundup_admin and indexer_xapian strings
John Rouillard <rouilj@ieee.org>
parents: 6942
diff changeset
1592 #: ../roundup/cgi/cgitb.py:85
6223
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
1593 #, python-format
6220
efc0d13cc7c5 checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents: 6134
diff changeset
1594 msgid "<li>In %s</li>"
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
6986
5a84ddf7aa8b update with roundup_admin and indexer_xapian strings
John Rouillard <rouilj@ieee.org>
parents: 6942
diff changeset
1597 #: ../roundup/cgi/cgitb.py:90
6223
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
1598 #, python-format
6220
efc0d13cc7c5 checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents: 6134
diff changeset
1599 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
1600 msgstr ""
efc0d13cc7c5 checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents: 6134
diff changeset
1601
6986
5a84ddf7aa8b update with roundup_admin and indexer_xapian strings
John Rouillard <rouilj@ieee.org>
parents: 6942
diff changeset
1602 #: ../roundup/cgi/cgitb.py:98
6223
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
1603 #, python-format
6220
efc0d13cc7c5 checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents: 6134
diff changeset
1604 msgid ""
efc0d13cc7c5 checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents: 6134
diff changeset
1605 "\n"
efc0d13cc7c5 checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents: 6134
diff changeset
1606 "<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
1607 "<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
1608 " <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
1609 " %(globals)s\n"
efc0d13cc7c5 checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents: 6134
diff changeset
1610 " %(locals)s\n"
efc0d13cc7c5 checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents: 6134
diff changeset
1611 "</table></li>\n"
efc0d13cc7c5 checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents: 6134
diff changeset
1612 msgstr ""
efc0d13cc7c5 checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents: 6134
diff changeset
1613
6986
5a84ddf7aa8b update with roundup_admin and indexer_xapian strings
John Rouillard <rouilj@ieee.org>
parents: 6942
diff changeset
1614 #: ../roundup/cgi/cgitb.py:117
6220
efc0d13cc7c5 checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents: 6134
diff changeset
1615 msgid "Full traceback:"
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
8002
a377590eba34 changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents: 7530
diff changeset
1618 #: ../roundup/cgi/cgitb.py:133 ../roundup/cgi/cgitb.py:138
a377590eba34 changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents: 7530
diff changeset
1619 #: ../roundup/cgi/cgitb.py:133:138
6223
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
1620 #, python-format
6220
efc0d13cc7c5 checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents: 6134
diff changeset
1621 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
1622 msgstr ""
efc0d13cc7c5 checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents: 6134
diff changeset
1623
8002
a377590eba34 changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents: 7530
diff changeset
1624 #: ../roundup/cgi/cgitb.py:143
6223
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
1625 msgid ""
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
1626 "<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
1627 "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
1628 "first. The exception attributes are:"
6220
efc0d13cc7c5 checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents: 6134
diff changeset
1629 msgstr ""
efc0d13cc7c5 checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents: 6134
diff changeset
1630
8002
a377590eba34 changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents: 7530
diff changeset
1631 #: ../roundup/cgi/cgitb.py:152
6220
efc0d13cc7c5 checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents: 6134
diff changeset
1632 msgid "&lt;file is None - probably inside <tt>eval</tt> or <tt>exec</tt>&gt;"
efc0d13cc7c5 checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents: 6134
diff changeset
1633 msgstr ""
efc0d13cc7c5 checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents: 6134
diff changeset
1634
8002
a377590eba34 changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents: 7530
diff changeset
1635 #: ../roundup/cgi/cgitb.py:161
6223
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
1636 #, python-format
6220
efc0d13cc7c5 checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents: 6134
diff changeset
1637 msgid "in <strong>%s</strong>"
efc0d13cc7c5 checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents: 6134
diff changeset
1638 msgstr ""
efc0d13cc7c5 checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents: 6134
diff changeset
1639
8002
a377590eba34 changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents: 7530
diff changeset
1640 #: ../roundup/cgi/cgitb.py:209 ../roundup/cgi/cgitb.py:215
a377590eba34 changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents: 7530
diff changeset
1641 #: ../roundup/cgi/cgitb.py:209:215
6220
efc0d13cc7c5 checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents: 6134
diff changeset
1642 msgid "<em>undefined</em>"
efc0d13cc7c5 checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents: 6134
diff changeset
1643 msgstr ""
efc0d13cc7c5 checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents: 6134
diff changeset
1644
8246
3812c0fb1137 chore(translation): update roundup.pot and .po files
John Rouillard <rouilj@ieee.org>
parents: 8109
diff changeset
1645 #: ../roundup/cgi/client.py:111
6220
efc0d13cc7c5 checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents: 6134
diff changeset
1646 msgid ""
efc0d13cc7c5 checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents: 6134
diff changeset
1647 "<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
1648 "<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
1649 "<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
1650 "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
1651 "</body></html>"
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
8276
8d3085b4d047 fix(locale): update translation files
John Rouillard <rouilj@ieee.org>
parents: 8246
diff changeset
1654 #: ../roundup/cgi/client.py:679
8246
3812c0fb1137 chore(translation): update roundup.pot and .po files
John Rouillard <rouilj@ieee.org>
parents: 8109
diff changeset
1655 msgid ""
3812c0fb1137 chore(translation): update roundup.pot and .po files
John Rouillard <rouilj@ieee.org>
parents: 8109
diff changeset
1656 "XMLRPC endpoint is not using defusedxml. Improve security by installing "
3812c0fb1137 chore(translation): update roundup.pot and .po files
John Rouillard <rouilj@ieee.org>
parents: 8109
diff changeset
1657 "defusedxml."
3812c0fb1137 chore(translation): update roundup.pot and .po files
John Rouillard <rouilj@ieee.org>
parents: 8109
diff changeset
1658 msgstr ""
3812c0fb1137 chore(translation): update roundup.pot and .po files
John Rouillard <rouilj@ieee.org>
parents: 8109
diff changeset
1659
8276
8d3085b4d047 fix(locale): update translation files
John Rouillard <rouilj@ieee.org>
parents: 8246
diff changeset
1660 #: ../roundup/cgi/client.py:749 ../roundup/cgi/client.py:771
8d3085b4d047 fix(locale): update translation files
John Rouillard <rouilj@ieee.org>
parents: 8246
diff changeset
1661 #: ../roundup/cgi/client.py:749:771
6694
51865a1ee765 Update locale for 2.2.0b1 release.
John Rouillard <rouilj@ieee.org>
parents: 6676
diff changeset
1662 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
1663 msgstr ""
51865a1ee765 Update locale for 2.2.0b1 release.
John Rouillard <rouilj@ieee.org>
parents: 6676
diff changeset
1664
8276
8d3085b4d047 fix(locale): update translation files
John Rouillard <rouilj@ieee.org>
parents: 8246
diff changeset
1665 #: ../roundup/cgi/client.py:768 ../roundup/cgi/client.py:1682
8d3085b4d047 fix(locale): update translation files
John Rouillard <rouilj@ieee.org>
parents: 8246
diff changeset
1666 #: ../roundup/cgi/client.py:768:1682
8d3085b4d047 fix(locale): update translation files
John Rouillard <rouilj@ieee.org>
parents: 8246
diff changeset
1667 msgid "Required Header Missing"
8d3085b4d047 fix(locale): update translation files
John Rouillard <rouilj@ieee.org>
parents: 8246
diff changeset
1668 msgstr ""
8d3085b4d047 fix(locale): update translation files
John Rouillard <rouilj@ieee.org>
parents: 8246
diff changeset
1669
8d3085b4d047 fix(locale): update translation files
John Rouillard <rouilj@ieee.org>
parents: 8246
diff changeset
1670 #: ../roundup/cgi/client.py:1021
6220
efc0d13cc7c5 checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents: 6134
diff changeset
1671 msgid "Form Error: "
efc0d13cc7c5 checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents: 6134
diff changeset
1672 msgstr ""
efc0d13cc7c5 checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents: 6134
diff changeset
1673
8276
8d3085b4d047 fix(locale): update translation files
John Rouillard <rouilj@ieee.org>
parents: 8246
diff changeset
1674 #: ../roundup/cgi/client.py:1114
6223
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
1675 #, python-format
6220
efc0d13cc7c5 checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents: 6134
diff changeset
1676 msgid "Unrecognized charset: %r"
efc0d13cc7c5 checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents: 6134
diff changeset
1677 msgstr ""
efc0d13cc7c5 checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents: 6134
diff changeset
1678
8328
3bf6ad421347 chore: update files for release 2.5.0b1.
John Rouillard <rouilj@ieee.org>
parents: 8276
diff changeset
1679 #: ../roundup/cgi/client.py:1381 ../roundup/cgi/client.py:2396
3bf6ad421347 chore: update files for release 2.5.0b1.
John Rouillard <rouilj@ieee.org>
parents: 8276
diff changeset
1680 #: ../roundup/cgi/client.py:1381:2396
7069
c9a02c670e69 latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents: 7063
diff changeset
1681 msgid "broken form: multiple @action values submitted"
c9a02c670e69 latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents: 7063
diff changeset
1682 msgstr ""
c9a02c670e69 latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents: 7063
diff changeset
1683
8276
8d3085b4d047 fix(locale): update translation files
John Rouillard <rouilj@ieee.org>
parents: 8246
diff changeset
1684 #: ../roundup/cgi/client.py:1398
6220
efc0d13cc7c5 checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents: 6134
diff changeset
1685 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
1686 msgstr ""
efc0d13cc7c5 checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents: 6134
diff changeset
1687
8276
8d3085b4d047 fix(locale): update translation files
John Rouillard <rouilj@ieee.org>
parents: 8246
diff changeset
1688 #: ../roundup/cgi/client.py:1543
6220
efc0d13cc7c5 checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents: 6134
diff changeset
1689 msgid "Referer header not available."
efc0d13cc7c5 checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents: 6134
diff changeset
1690 msgstr ""
efc0d13cc7c5 checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents: 6134
diff changeset
1691
8276
8d3085b4d047 fix(locale): update translation files
John Rouillard <rouilj@ieee.org>
parents: 8246
diff changeset
1692 #: ../roundup/cgi/client.py:1547
6223
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
1693 #, python-format
6220
efc0d13cc7c5 checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents: 6134
diff changeset
1694 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
1695 msgstr ""
efc0d13cc7c5 checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents: 6134
diff changeset
1696
8276
8d3085b4d047 fix(locale): update translation files
John Rouillard <rouilj@ieee.org>
parents: 8246
diff changeset
1697 #: ../roundup/cgi/client.py:1576
7063
aca710a3b687 update roundup.pot and .po locale files for fixed translations
John Rouillard <rouilj@ieee.org>
parents: 7052
diff changeset
1698 #, python-format
8066
88af8f1a9e1b build: generate and rebuild locale files for release.
John Rouillard <rouilj@ieee.org>
parents: 8007
diff changeset
1699 msgid "csrf header %(header)s required but missing for user%(userid)s."
88af8f1a9e1b build: generate and rebuild locale files for release.
John Rouillard <rouilj@ieee.org>
parents: 8007
diff changeset
1700 msgstr ""
88af8f1a9e1b build: generate and rebuild locale files for release.
John Rouillard <rouilj@ieee.org>
parents: 8007
diff changeset
1701
8276
8d3085b4d047 fix(locale): update translation files
John Rouillard <rouilj@ieee.org>
parents: 8246
diff changeset
1702 #: ../roundup/cgi/client.py:1580
8066
88af8f1a9e1b build: generate and rebuild locale files for release.
John Rouillard <rouilj@ieee.org>
parents: 8007
diff changeset
1703 #, python-format
8109
cd642eaf358e fix: remove duplicate source sring after fix to admin.py. Update to new roundup.pot extraction
John Rouillard <rouilj@ieee.org>
parents: 8106
diff changeset
1704 msgid "Missing header: %s"
cd642eaf358e fix: remove duplicate source sring after fix to admin.py. Update to new roundup.pot extraction
John Rouillard <rouilj@ieee.org>
parents: 8106
diff changeset
1705 msgstr ""
cd642eaf358e fix: remove duplicate source sring after fix to admin.py. Update to new roundup.pot extraction
John Rouillard <rouilj@ieee.org>
parents: 8106
diff changeset
1706
8276
8d3085b4d047 fix(locale): update translation files
John Rouillard <rouilj@ieee.org>
parents: 8246
diff changeset
1707 #: ../roundup/cgi/client.py:1588
8109
cd642eaf358e fix: remove duplicate source sring after fix to admin.py. Update to new roundup.pot extraction
John Rouillard <rouilj@ieee.org>
parents: 8106
diff changeset
1708 #, python-format
cd642eaf358e fix: remove duplicate source sring after fix to admin.py. Update to new roundup.pot extraction
John Rouillard <rouilj@ieee.org>
parents: 8106
diff changeset
1709 msgid "csrf Referer header check failed for user%(userid)s. Value=%(referer)s"
cd642eaf358e fix: remove duplicate source sring after fix to admin.py. Update to new roundup.pot extraction
John Rouillard <rouilj@ieee.org>
parents: 8106
diff changeset
1710 msgstr ""
cd642eaf358e fix: remove duplicate source sring after fix to admin.py. Update to new roundup.pot extraction
John Rouillard <rouilj@ieee.org>
parents: 8106
diff changeset
1711
8276
8d3085b4d047 fix(locale): update translation files
John Rouillard <rouilj@ieee.org>
parents: 8246
diff changeset
1712 #: ../roundup/cgi/client.py:1593
8109
cd642eaf358e fix: remove duplicate source sring after fix to admin.py. Update to new roundup.pot extraction
John Rouillard <rouilj@ieee.org>
parents: 8106
diff changeset
1713 #, python-format
8066
88af8f1a9e1b build: generate and rebuild locale files for release.
John Rouillard <rouilj@ieee.org>
parents: 8007
diff changeset
1714 msgid "Invalid Referer: %s"
88af8f1a9e1b build: generate and rebuild locale files for release.
John Rouillard <rouilj@ieee.org>
parents: 8007
diff changeset
1715 msgstr ""
88af8f1a9e1b build: generate and rebuild locale files for release.
John Rouillard <rouilj@ieee.org>
parents: 8007
diff changeset
1716
8276
8d3085b4d047 fix(locale): update translation files
John Rouillard <rouilj@ieee.org>
parents: 8246
diff changeset
1717 #: ../roundup/cgi/client.py:1608
8066
88af8f1a9e1b build: generate and rebuild locale files for release.
John Rouillard <rouilj@ieee.org>
parents: 8007
diff changeset
1718 #, python-format
7063
aca710a3b687 update roundup.pot and .po locale files for fixed translations
John Rouillard <rouilj@ieee.org>
parents: 7052
diff changeset
1719 msgid "csrf Origin header check failed for user%(userid)s. Value=%(origin)s"
aca710a3b687 update roundup.pot and .po locale files for fixed translations
John Rouillard <rouilj@ieee.org>
parents: 7052
diff changeset
1720 msgstr ""
aca710a3b687 update roundup.pot and .po locale files for fixed translations
John Rouillard <rouilj@ieee.org>
parents: 7052
diff changeset
1721
8276
8d3085b4d047 fix(locale): update translation files
John Rouillard <rouilj@ieee.org>
parents: 8246
diff changeset
1722 #: ../roundup/cgi/client.py:1613
6694
51865a1ee765 Update locale for 2.2.0b1 release.
John Rouillard <rouilj@ieee.org>
parents: 6676
diff changeset
1723 #, python-format
51865a1ee765 Update locale for 2.2.0b1 release.
John Rouillard <rouilj@ieee.org>
parents: 6676
diff changeset
1724 msgid "Invalid Origin %s"
51865a1ee765 Update locale for 2.2.0b1 release.
John Rouillard <rouilj@ieee.org>
parents: 6676
diff changeset
1725 msgstr ""
51865a1ee765 Update locale for 2.2.0b1 release.
John Rouillard <rouilj@ieee.org>
parents: 6676
diff changeset
1726
8276
8d3085b4d047 fix(locale): update translation files
John Rouillard <rouilj@ieee.org>
parents: 8246
diff changeset
1727 #: ../roundup/cgi/client.py:1627
7063
aca710a3b687 update roundup.pot and .po locale files for fixed translations
John Rouillard <rouilj@ieee.org>
parents: 7052
diff changeset
1728 #, python-format
aca710a3b687 update roundup.pot and .po locale files for fixed translations
John Rouillard <rouilj@ieee.org>
parents: 7052
diff changeset
1729 msgid ""
aca710a3b687 update roundup.pot and .po locale files for fixed translations
John Rouillard <rouilj@ieee.org>
parents: 7052
diff changeset
1730 "csrf X-FORWARDED-HOST header check failed for user%(userid)s. Value=%(host)s"
aca710a3b687 update roundup.pot and .po locale files for fixed translations
John Rouillard <rouilj@ieee.org>
parents: 7052
diff changeset
1731 msgstr ""
aca710a3b687 update roundup.pot and .po locale files for fixed translations
John Rouillard <rouilj@ieee.org>
parents: 7052
diff changeset
1732
8276
8d3085b4d047 fix(locale): update translation files
John Rouillard <rouilj@ieee.org>
parents: 8246
diff changeset
1733 #: ../roundup/cgi/client.py:1633
8066
88af8f1a9e1b build: generate and rebuild locale files for release.
John Rouillard <rouilj@ieee.org>
parents: 8007
diff changeset
1734 #, python-format
88af8f1a9e1b build: generate and rebuild locale files for release.
John Rouillard <rouilj@ieee.org>
parents: 8007
diff changeset
1735 msgid "Invalid X-FORWARDED-HOST %s"
88af8f1a9e1b build: generate and rebuild locale files for release.
John Rouillard <rouilj@ieee.org>
parents: 8007
diff changeset
1736 msgstr ""
88af8f1a9e1b build: generate and rebuild locale files for release.
John Rouillard <rouilj@ieee.org>
parents: 8007
diff changeset
1737
8276
8d3085b4d047 fix(locale): update translation files
John Rouillard <rouilj@ieee.org>
parents: 8246
diff changeset
1738 #: ../roundup/cgi/client.py:1652
8109
cd642eaf358e fix: remove duplicate source sring after fix to admin.py. Update to new roundup.pot extraction
John Rouillard <rouilj@ieee.org>
parents: 8106
diff changeset
1739 #, python-format
cd642eaf358e fix: remove duplicate source sring after fix to admin.py. Update to new roundup.pot extraction
John Rouillard <rouilj@ieee.org>
parents: 8106
diff changeset
1740 msgid "csrf HOST header check failed for user%(userid)s. Value=%(host)s"
cd642eaf358e fix: remove duplicate source sring after fix to admin.py. Update to new roundup.pot extraction
John Rouillard <rouilj@ieee.org>
parents: 8106
diff changeset
1741 msgstr ""
cd642eaf358e fix: remove duplicate source sring after fix to admin.py. Update to new roundup.pot extraction
John Rouillard <rouilj@ieee.org>
parents: 8106
diff changeset
1742
8276
8d3085b4d047 fix(locale): update translation files
John Rouillard <rouilj@ieee.org>
parents: 8246
diff changeset
1743 #: ../roundup/cgi/client.py:1657
8109
cd642eaf358e fix: remove duplicate source sring after fix to admin.py. Update to new roundup.pot extraction
John Rouillard <rouilj@ieee.org>
parents: 8106
diff changeset
1744 #, python-format
cd642eaf358e fix: remove duplicate source sring after fix to admin.py. Update to new roundup.pot extraction
John Rouillard <rouilj@ieee.org>
parents: 8106
diff changeset
1745 msgid "Invalid HOST %s"
cd642eaf358e fix: remove duplicate source sring after fix to admin.py. Update to new roundup.pot extraction
John Rouillard <rouilj@ieee.org>
parents: 8106
diff changeset
1746 msgstr ""
cd642eaf358e fix: remove duplicate source sring after fix to admin.py. Update to new roundup.pot extraction
John Rouillard <rouilj@ieee.org>
parents: 8106
diff changeset
1747
8276
8d3085b4d047 fix(locale): update translation files
John Rouillard <rouilj@ieee.org>
parents: 8246
diff changeset
1748 #: ../roundup/cgi/client.py:1665
7069
c9a02c670e69 latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents: 7063
diff changeset
1749 msgid "Csrf: unable to verify sufficient headers"
c9a02c670e69 latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents: 7063
diff changeset
1750 msgstr ""
c9a02c670e69 latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents: 7063
diff changeset
1751
8276
8d3085b4d047 fix(locale): update translation files
John Rouillard <rouilj@ieee.org>
parents: 8246
diff changeset
1752 #: ../roundup/cgi/client.py:1666
8109
cd642eaf358e fix: remove duplicate source sring after fix to admin.py. Update to new roundup.pot extraction
John Rouillard <rouilj@ieee.org>
parents: 8106
diff changeset
1753 msgid "Unable to verify sufficient headers"
cd642eaf358e fix: remove duplicate source sring after fix to admin.py. Update to new roundup.pot extraction
John Rouillard <rouilj@ieee.org>
parents: 8106
diff changeset
1754 msgstr ""
cd642eaf358e fix: remove duplicate source sring after fix to admin.py. Update to new roundup.pot extraction
John Rouillard <rouilj@ieee.org>
parents: 8106
diff changeset
1755
8276
8d3085b4d047 fix(locale): update translation files
John Rouillard <rouilj@ieee.org>
parents: 8246
diff changeset
1756 #: ../roundup/cgi/client.py:1679
6942
e09095701620 update for latest flake8 changes
John Rouillard <rouilj@ieee.org>
parents: 6777
diff changeset
1757 #, python-format
8328
3bf6ad421347 chore: update files for release 2.5.0b1.
John Rouillard <rouilj@ieee.org>
parents: 8276
diff changeset
1758 msgid ""
3bf6ad421347 chore: update files for release 2.5.0b1.
John Rouillard <rouilj@ieee.org>
parents: 8276
diff changeset
1759 "csrf X-REQUESTED-WITH xmlrpc required header check failed for user%(userid)s."
6942
e09095701620 update for latest flake8 changes
John Rouillard <rouilj@ieee.org>
parents: 6777
diff changeset
1760 msgstr ""
e09095701620 update for latest flake8 changes
John Rouillard <rouilj@ieee.org>
parents: 6777
diff changeset
1761
8276
8d3085b4d047 fix(locale): update translation files
John Rouillard <rouilj@ieee.org>
parents: 8246
diff changeset
1762 #: ../roundup/cgi/client.py:1720
6557
8687c096a945 Handle configparser.InterpolationSyntaxError
John Rouillard <rouilj@ieee.org>
parents: 6456
diff changeset
1763 #, python-format
8328
3bf6ad421347 chore: update files for release 2.5.0b1.
John Rouillard <rouilj@ieee.org>
parents: 8276
diff changeset
1764 msgid "Required csrf field missing for user%(userid)s"
3bf6ad421347 chore: update files for release 2.5.0b1.
John Rouillard <rouilj@ieee.org>
parents: 8276
diff changeset
1765 msgstr ""
3bf6ad421347 chore: update files for release 2.5.0b1.
John Rouillard <rouilj@ieee.org>
parents: 8276
diff changeset
1766
3bf6ad421347 chore: update files for release 2.5.0b1.
John Rouillard <rouilj@ieee.org>
parents: 8276
diff changeset
1767 #: ../roundup/cgi/client.py:1723 ../roundup/cgi/client.py:1751
3bf6ad421347 chore: update files for release 2.5.0b1.
John Rouillard <rouilj@ieee.org>
parents: 8276
diff changeset
1768 #: ../roundup/cgi/client.py:1768 ../roundup/cgi/client.py:1723:1751 :1768
6557
8687c096a945 Handle configparser.InterpolationSyntaxError
John Rouillard <rouilj@ieee.org>
parents: 6456
diff changeset
1769 msgid ""
8687c096a945 Handle configparser.InterpolationSyntaxError
John Rouillard <rouilj@ieee.org>
parents: 6456
diff changeset
1770 "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
1771 "try again."
8687c096a945 Handle configparser.InterpolationSyntaxError
John Rouillard <rouilj@ieee.org>
parents: 6456
diff changeset
1772 msgstr ""
8687c096a945 Handle configparser.InterpolationSyntaxError
John Rouillard <rouilj@ieee.org>
parents: 6456
diff changeset
1773
8328
3bf6ad421347 chore: update files for release 2.5.0b1.
John Rouillard <rouilj@ieee.org>
parents: 8276
diff changeset
1774 #: ../roundup/cgi/client.py:1728
3bf6ad421347 chore: update files for release 2.5.0b1.
John Rouillard <rouilj@ieee.org>
parents: 8276
diff changeset
1775 #, python-format
3bf6ad421347 chore: update files for release 2.5.0b1.
John Rouillard <rouilj@ieee.org>
parents: 8276
diff changeset
1776 msgid "csrf field not supplied by user%(userid)s"
3bf6ad421347 chore: update files for release 2.5.0b1.
John Rouillard <rouilj@ieee.org>
parents: 8276
diff changeset
1777 msgstr ""
3bf6ad421347 chore: update files for release 2.5.0b1.
John Rouillard <rouilj@ieee.org>
parents: 8276
diff changeset
1778
3bf6ad421347 chore: update files for release 2.5.0b1.
John Rouillard <rouilj@ieee.org>
parents: 8276
diff changeset
1779 #: ../roundup/cgi/client.py:1740
6223
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
1780 #, python-format
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
1781 msgid ""
7063
aca710a3b687 update roundup.pot and .po locale files for fixed translations
John Rouillard <rouilj@ieee.org>
parents: 7052
diff changeset
1782 "Csrf mismatch user: current user %(user)s != stored user %(stored)s, current "
aca710a3b687 update roundup.pot and .po locale files for fixed translations
John Rouillard <rouilj@ieee.org>
parents: 7052
diff changeset
1783 "session, stored session: %(cur_sess)s,%(stor_sess)s for key %(key)s."
aca710a3b687 update roundup.pot and .po locale files for fixed translations
John Rouillard <rouilj@ieee.org>
parents: 7052
diff changeset
1784 msgstr ""
aca710a3b687 update roundup.pot and .po locale files for fixed translations
John Rouillard <rouilj@ieee.org>
parents: 7052
diff changeset
1785
8328
3bf6ad421347 chore: update files for release 2.5.0b1.
John Rouillard <rouilj@ieee.org>
parents: 8276
diff changeset
1786 #: ../roundup/cgi/client.py:1758
6223
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
1787 #, python-format
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
1788 msgid ""
7063
aca710a3b687 update roundup.pot and .po locale files for fixed translations
John Rouillard <rouilj@ieee.org>
parents: 7052
diff changeset
1789 "Csrf mismatch user: current session %(curr_sess)s != stored session "
aca710a3b687 update roundup.pot and .po locale files for fixed translations
John Rouillard <rouilj@ieee.org>
parents: 7052
diff changeset
1790 "%(stor_sess)s, current user/stored user is: %(user)s for key %(key)s."
aca710a3b687 update roundup.pot and .po locale files for fixed translations
John Rouillard <rouilj@ieee.org>
parents: 7052
diff changeset
1791 msgstr ""
aca710a3b687 update roundup.pot and .po locale files for fixed translations
John Rouillard <rouilj@ieee.org>
parents: 7052
diff changeset
1792
8328
3bf6ad421347 chore: update files for release 2.5.0b1.
John Rouillard <rouilj@ieee.org>
parents: 8276
diff changeset
1793 #: ../roundup/cgi/client.py:1950
6220
efc0d13cc7c5 checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents: 6134
diff changeset
1794 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
1795 msgstr ""
efc0d13cc7c5 checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents: 6134
diff changeset
1796
8328
3bf6ad421347 chore: update files for release 2.5.0b1.
John Rouillard <rouilj@ieee.org>
parents: 8276
diff changeset
1797 #: ../roundup/cgi/client.py:2274
6223
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
1798 #, python-format
6220
efc0d13cc7c5 checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents: 6134
diff changeset
1799 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
1800 msgstr ""
efc0d13cc7c5 checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents: 6134
diff changeset
1801
8328
3bf6ad421347 chore: update files for release 2.5.0b1.
John Rouillard <rouilj@ieee.org>
parents: 8276
diff changeset
1802 #: ../roundup/cgi/client.py:2278
6223
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
1803 #, python-format
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
1804 msgid ""
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
1805 "%(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
1806 "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
1807 msgstr ""
efc0d13cc7c5 checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents: 6134
diff changeset
1808
8328
3bf6ad421347 chore: update files for release 2.5.0b1.
John Rouillard <rouilj@ieee.org>
parents: 8276
diff changeset
1809 #: ../roundup/cgi/client.py:2817
6557
8687c096a945 Handle configparser.InterpolationSyntaxError
John Rouillard <rouilj@ieee.org>
parents: 6456
diff changeset
1810 #, python-format
8687c096a945 Handle configparser.InterpolationSyntaxError
John Rouillard <rouilj@ieee.org>
parents: 6456
diff changeset
1811 msgid ""
8687c096a945 Handle configparser.InterpolationSyntaxError
John Rouillard <rouilj@ieee.org>
parents: 6456
diff changeset
1812 "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
1813 "%(filename)s"
8687c096a945 Handle configparser.InterpolationSyntaxError
John Rouillard <rouilj@ieee.org>
parents: 6456
diff changeset
1814 msgstr ""
8687c096a945 Handle configparser.InterpolationSyntaxError
John Rouillard <rouilj@ieee.org>
parents: 6456
diff changeset
1815
6942
e09095701620 update for latest flake8 changes
John Rouillard <rouilj@ieee.org>
parents: 6777
diff changeset
1816 #: ../roundup/cgi/form_parser.py:292
6223
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
1817 #, python-format
6220
efc0d13cc7c5 checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents: 6134
diff changeset
1818 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
1819 msgstr ""
efc0d13cc7c5 checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents: 6134
diff changeset
1820
6942
e09095701620 update for latest flake8 changes
John Rouillard <rouilj@ieee.org>
parents: 6777
diff changeset
1821 #: ../roundup/cgi/form_parser.py:311
6223
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
1822 #, python-format
6220
efc0d13cc7c5 checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents: 6134
diff changeset
1823 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
1824 msgstr ""
efc0d13cc7c5 checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents: 6134
diff changeset
1825
6942
e09095701620 update for latest flake8 changes
John Rouillard <rouilj@ieee.org>
parents: 6777
diff changeset
1826 #: ../roundup/cgi/form_parser.py:324
6223
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
1827 #, python-format
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
1828 msgid ""
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
1829 "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
1830 "exist"
6220
efc0d13cc7c5 checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents: 6134
diff changeset
1831 msgstr ""
efc0d13cc7c5 checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents: 6134
diff changeset
1832
6942
e09095701620 update for latest flake8 changes
John Rouillard <rouilj@ieee.org>
parents: 6777
diff changeset
1833 #: ../roundup/cgi/form_parser.py:347
6223
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
1834 #, python-format
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
1835 msgid ""
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
1836 "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
1837 "which doesn't exist"
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
1838 msgstr ""
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
1839
6942
e09095701620 update for latest flake8 changes
John Rouillard <rouilj@ieee.org>
parents: 6777
diff changeset
1840 #: ../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
1841 #: ../roundup/cgi/form_parser.py:373:402
6223
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
1842 #, python-format
6220
efc0d13cc7c5 checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents: 6134
diff changeset
1843 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
1844 msgstr ""
efc0d13cc7c5 checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents: 6134
diff changeset
1845
6942
e09095701620 update for latest flake8 changes
John Rouillard <rouilj@ieee.org>
parents: 6777
diff changeset
1846 #: ../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
1847 #: ../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
1848 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
1849 msgstr ""
efc0d13cc7c5 checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents: 6134
diff changeset
1850
6942
e09095701620 update for latest flake8 changes
John Rouillard <rouilj@ieee.org>
parents: 6777
diff changeset
1851 #: ../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
1852 msgid "Not a file attachment"
efc0d13cc7c5 checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents: 6134
diff changeset
1853 msgstr ""
efc0d13cc7c5 checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents: 6134
diff changeset
1854
6942
e09095701620 update for latest flake8 changes
John Rouillard <rouilj@ieee.org>
parents: 6777
diff changeset
1855 #: ../roundup/cgi/form_parser.py:468
6223
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
1856 #, python-format
6220
efc0d13cc7c5 checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents: 6134
diff changeset
1857 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
1858 msgstr ""
efc0d13cc7c5 checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents: 6134
diff changeset
1859
6942
e09095701620 update for latest flake8 changes
John Rouillard <rouilj@ieee.org>
parents: 6777
diff changeset
1860 #: ../roundup/cgi/form_parser.py:590
6223
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
1861 #, python-format
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
1862 msgid "Required %(class)s property %(property)s not supplied"
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
1863 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
1864 msgstr[0] ""
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
1865 msgstr[1] ""
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
1866
8109
cd642eaf358e fix: remove duplicate source sring after fix to admin.py. Update to new roundup.pot extraction
John Rouillard <rouilj@ieee.org>
parents: 8106
diff changeset
1867 #: ../roundup/cgi/templating.py:278
6223
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
1868 #, python-format
6220
efc0d13cc7c5 checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents: 6134
diff changeset
1869 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
1870 msgstr ""
efc0d13cc7c5 checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents: 6134
diff changeset
1871
8328
3bf6ad421347 chore: update files for release 2.5.0b1.
John Rouillard <rouilj@ieee.org>
parents: 8276
diff changeset
1872 #: ../roundup/cgi/templating.py:892
6220
efc0d13cc7c5 checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents: 6134
diff changeset
1873 msgid "(list)"
efc0d13cc7c5 checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents: 6134
diff changeset
1874 msgstr ""
efc0d13cc7c5 checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents: 6134
diff changeset
1875
8328
3bf6ad421347 chore: update files for release 2.5.0b1.
John Rouillard <rouilj@ieee.org>
parents: 8276
diff changeset
1876 #: ../roundup/cgi/templating.py:975
6220
efc0d13cc7c5 checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents: 6134
diff changeset
1877 msgid "Submit New Entry"
efc0d13cc7c5 checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents: 6134
diff changeset
1878 msgstr ""
efc0d13cc7c5 checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents: 6134
diff changeset
1879
8328
3bf6ad421347 chore: update files for release 2.5.0b1.
John Rouillard <rouilj@ieee.org>
parents: 8276
diff changeset
1880 #: ../roundup/cgi/templating.py:997 ../roundup/cgi/templating.py:1174
3bf6ad421347 chore: update files for release 2.5.0b1.
John Rouillard <rouilj@ieee.org>
parents: 8276
diff changeset
1881 #: ../roundup/cgi/templating.py:1809 ../roundup/cgi/templating.py:1840
3bf6ad421347 chore: update files for release 2.5.0b1.
John Rouillard <rouilj@ieee.org>
parents: 8276
diff changeset
1882 #: ../roundup/cgi/templating.py:1861 ../roundup/cgi/templating.py:1899
3bf6ad421347 chore: update files for release 2.5.0b1.
John Rouillard <rouilj@ieee.org>
parents: 8276
diff changeset
1883 #: ../roundup/cgi/templating.py:1952 ../roundup/cgi/templating.py:1976
3bf6ad421347 chore: update files for release 2.5.0b1.
John Rouillard <rouilj@ieee.org>
parents: 8276
diff changeset
1884 #: ../roundup/cgi/templating.py:1983 ../roundup/cgi/templating.py:2020
3bf6ad421347 chore: update files for release 2.5.0b1.
John Rouillard <rouilj@ieee.org>
parents: 8276
diff changeset
1885 #: ../roundup/cgi/templating.py:2077 ../roundup/cgi/templating.py:2115
3bf6ad421347 chore: update files for release 2.5.0b1.
John Rouillard <rouilj@ieee.org>
parents: 8276
diff changeset
1886 #: ../roundup/cgi/templating.py:2215 ../roundup/cgi/templating.py:2236
3bf6ad421347 chore: update files for release 2.5.0b1.
John Rouillard <rouilj@ieee.org>
parents: 8276
diff changeset
1887 #: ../roundup/cgi/templating.py:2357 ../roundup/cgi/templating.py:2377
3bf6ad421347 chore: update files for release 2.5.0b1.
John Rouillard <rouilj@ieee.org>
parents: 8276
diff changeset
1888 #: ../roundup/cgi/templating.py:2399 ../roundup/cgi/templating.py:2442
3bf6ad421347 chore: update files for release 2.5.0b1.
John Rouillard <rouilj@ieee.org>
parents: 8276
diff changeset
1889 #: ../roundup/cgi/templating.py:2452 ../roundup/cgi/templating.py:2517
3bf6ad421347 chore: update files for release 2.5.0b1.
John Rouillard <rouilj@ieee.org>
parents: 8276
diff changeset
1890 #: ../roundup/cgi/templating.py:2820 ../roundup/cgi/templating.py:997:1174
3bf6ad421347 chore: update files for release 2.5.0b1.
John Rouillard <rouilj@ieee.org>
parents: 8276
diff changeset
1891 #: :1809:1840 :1861:1899 :1952:1976 :1983:2020 :2077:2115 :2215:2236 :2357:2377
3bf6ad421347 chore: update files for release 2.5.0b1.
John Rouillard <rouilj@ieee.org>
parents: 8276
diff changeset
1892 #: :2399:2442 :2452:2517 :2820
6220
efc0d13cc7c5 checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents: 6134
diff changeset
1893 msgid "[hidden]"
efc0d13cc7c5 checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents: 6134
diff changeset
1894 msgstr ""
efc0d13cc7c5 checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents: 6134
diff changeset
1895
8328
3bf6ad421347 chore: update files for release 2.5.0b1.
John Rouillard <rouilj@ieee.org>
parents: 8276
diff changeset
1896 #: ../roundup/cgi/templating.py:998
6220
efc0d13cc7c5 checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents: 6134
diff changeset
1897 msgid "New node - no history"
efc0d13cc7c5 checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents: 6134
diff changeset
1898 msgstr ""
efc0d13cc7c5 checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents: 6134
diff changeset
1899
8328
3bf6ad421347 chore: update files for release 2.5.0b1.
John Rouillard <rouilj@ieee.org>
parents: 8276
diff changeset
1900 #: ../roundup/cgi/templating.py:1139
6220
efc0d13cc7c5 checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents: 6134
diff changeset
1901 msgid "Submit Changes"
efc0d13cc7c5 checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents: 6134
diff changeset
1902 msgstr ""
efc0d13cc7c5 checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents: 6134
diff changeset
1903
8328
3bf6ad421347 chore: update files for release 2.5.0b1.
John Rouillard <rouilj@ieee.org>
parents: 8276
diff changeset
1904 #: ../roundup/cgi/templating.py:1217
6220
efc0d13cc7c5 checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents: 6134
diff changeset
1905 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
1906 msgstr ""
efc0d13cc7c5 checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents: 6134
diff changeset
1907
8328
3bf6ad421347 chore: update files for release 2.5.0b1.
John Rouillard <rouilj@ieee.org>
parents: 8276
diff changeset
1908 #: ../roundup/cgi/templating.py:1253
6223
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
1909 #, python-format
6220
efc0d13cc7c5 checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents: 6134
diff changeset
1910 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
1911 msgstr ""
efc0d13cc7c5 checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents: 6134
diff changeset
1912
8328
3bf6ad421347 chore: update files for release 2.5.0b1.
John Rouillard <rouilj@ieee.org>
parents: 8276
diff changeset
1913 #: ../roundup/cgi/templating.py:1290 ../roundup/cgi/templating.py:1320
3bf6ad421347 chore: update files for release 2.5.0b1.
John Rouillard <rouilj@ieee.org>
parents: 8276
diff changeset
1914 #: ../roundup/cgi/templating.py:2526 ../roundup/cgi/templating.py:2829
3bf6ad421347 chore: update files for release 2.5.0b1.
John Rouillard <rouilj@ieee.org>
parents: 8276
diff changeset
1915 #: ../roundup/cgi/templating.py:1290:1320 :2526:2829
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
1916 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
1917 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
1918
8328
3bf6ad421347 chore: update files for release 2.5.0b1.
John Rouillard <rouilj@ieee.org>
parents: 8276
diff changeset
1919 #: ../roundup/cgi/templating.py:1294 ../roundup/cgi/templating.py:1323
3bf6ad421347 chore: update files for release 2.5.0b1.
John Rouillard <rouilj@ieee.org>
parents: 8276
diff changeset
1920 #: ../roundup/cgi/templating.py:1294:1323
6220
efc0d13cc7c5 checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents: 6134
diff changeset
1921 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
1922 msgstr ""
efc0d13cc7c5 checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents: 6134
diff changeset
1923
8328
3bf6ad421347 chore: update files for release 2.5.0b1.
John Rouillard <rouilj@ieee.org>
parents: 8276
diff changeset
1924 #: ../roundup/cgi/templating.py:1385
6223
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
1925 #, python-format
6220
efc0d13cc7c5 checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents: 6134
diff changeset
1926 msgid "%s: (no value)"
efc0d13cc7c5 checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents: 6134
diff changeset
1927 msgstr ""
efc0d13cc7c5 checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents: 6134
diff changeset
1928
8328
3bf6ad421347 chore: update files for release 2.5.0b1.
John Rouillard <rouilj@ieee.org>
parents: 8276
diff changeset
1929 #: ../roundup/cgi/templating.py:1401
6223
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
1930 #, python-format
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
1931 msgid ""
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
1932 "<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
1933 msgstr ""
efc0d13cc7c5 checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents: 6134
diff changeset
1934
8328
3bf6ad421347 chore: update files for release 2.5.0b1.
John Rouillard <rouilj@ieee.org>
parents: 8276
diff changeset
1935 #: ../roundup/cgi/templating.py:1414
6220
efc0d13cc7c5 checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents: 6134
diff changeset
1936 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
1937 msgstr ""
efc0d13cc7c5 checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents: 6134
diff changeset
1938
8328
3bf6ad421347 chore: update files for release 2.5.0b1.
John Rouillard <rouilj@ieee.org>
parents: 8276
diff changeset
1939 #: ../roundup/cgi/templating.py:1423
8109
cd642eaf358e fix: remove duplicate source sring after fix to admin.py. Update to new roundup.pot extraction
John Rouillard <rouilj@ieee.org>
parents: 8106
diff changeset
1940 msgid "History"
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
1941 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
1942
8328
3bf6ad421347 chore: update files for release 2.5.0b1.
John Rouillard <rouilj@ieee.org>
parents: 8276
diff changeset
1943 #: ../roundup/cgi/templating.py:1425
8109
cd642eaf358e fix: remove duplicate source sring after fix to admin.py. Update to new roundup.pot extraction
John Rouillard <rouilj@ieee.org>
parents: 8106
diff changeset
1944 msgid "<th>Date</th>"
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
1945 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
1946
8328
3bf6ad421347 chore: update files for release 2.5.0b1.
John Rouillard <rouilj@ieee.org>
parents: 8276
diff changeset
1947 #: ../roundup/cgi/templating.py:1426
8109
cd642eaf358e fix: remove duplicate source sring after fix to admin.py. Update to new roundup.pot extraction
John Rouillard <rouilj@ieee.org>
parents: 8106
diff changeset
1948 msgid "<th>User</th>"
cd642eaf358e fix: remove duplicate source sring after fix to admin.py. Update to new roundup.pot extraction
John Rouillard <rouilj@ieee.org>
parents: 8106
diff changeset
1949 msgstr ""
cd642eaf358e fix: remove duplicate source sring after fix to admin.py. Update to new roundup.pot extraction
John Rouillard <rouilj@ieee.org>
parents: 8106
diff changeset
1950
8328
3bf6ad421347 chore: update files for release 2.5.0b1.
John Rouillard <rouilj@ieee.org>
parents: 8276
diff changeset
1951 #: ../roundup/cgi/templating.py:1427
8109
cd642eaf358e fix: remove duplicate source sring after fix to admin.py. Update to new roundup.pot extraction
John Rouillard <rouilj@ieee.org>
parents: 8106
diff changeset
1952 msgid "<th>Action</th>"
cd642eaf358e fix: remove duplicate source sring after fix to admin.py. Update to new roundup.pot extraction
John Rouillard <rouilj@ieee.org>
parents: 8106
diff changeset
1953 msgstr ""
cd642eaf358e fix: remove duplicate source sring after fix to admin.py. Update to new roundup.pot extraction
John Rouillard <rouilj@ieee.org>
parents: 8106
diff changeset
1954
8328
3bf6ad421347 chore: update files for release 2.5.0b1.
John Rouillard <rouilj@ieee.org>
parents: 8276
diff changeset
1955 #: ../roundup/cgi/templating.py:1428
6220
efc0d13cc7c5 checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents: 6134
diff changeset
1956 msgid "<th>Args</th>"
efc0d13cc7c5 checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents: 6134
diff changeset
1957 msgstr ""
efc0d13cc7c5 checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents: 6134
diff changeset
1958
8328
3bf6ad421347 chore: update files for release 2.5.0b1.
John Rouillard <rouilj@ieee.org>
parents: 8276
diff changeset
1959 #: ../roundup/cgi/templating.py:1479
6223
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
1960 #, python-format
6220
efc0d13cc7c5 checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents: 6134
diff changeset
1961 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
1962 msgstr ""
efc0d13cc7c5 checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents: 6134
diff changeset
1963
8328
3bf6ad421347 chore: update files for release 2.5.0b1.
John Rouillard <rouilj@ieee.org>
parents: 8276
diff changeset
1964 #: ../roundup/cgi/templating.py:2119 ../roundup/cgi/templating.py:2154
3bf6ad421347 chore: update files for release 2.5.0b1.
John Rouillard <rouilj@ieee.org>
parents: 8276
diff changeset
1965 #: ../roundup/cgi/templating.py:1367:2119 :2154
6223
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
1966 msgid "No"
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
1967 msgstr ""
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
1968
8328
3bf6ad421347 chore: update files for release 2.5.0b1.
John Rouillard <rouilj@ieee.org>
parents: 8276
diff changeset
1969 #: ../roundup/cgi/templating.py:2119 ../roundup/cgi/templating.py:2148
3bf6ad421347 chore: update files for release 2.5.0b1.
John Rouillard <rouilj@ieee.org>
parents: 8276
diff changeset
1970 #: ../roundup/cgi/templating.py:1367:2119 :2148
6223
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
1971 msgid "Yes"
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
1972 msgstr ""
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
1973
8328
3bf6ad421347 chore: update files for release 2.5.0b1.
John Rouillard <rouilj@ieee.org>
parents: 8276
diff changeset
1974 #: ../roundup/cgi/templating.py:2315
6223
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
1975 msgid ""
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
1976 "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
1977 "date representation."
6220
efc0d13cc7c5 checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents: 6134
diff changeset
1978 msgstr ""
efc0d13cc7c5 checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents: 6134
diff changeset
1979
8328
3bf6ad421347 chore: update files for release 2.5.0b1.
John Rouillard <rouilj@ieee.org>
parents: 8276
diff changeset
1980 #: ../roundup/cgi/templating.py:2497
6223
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
1981 #, python-format
6220
efc0d13cc7c5 checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents: 6134
diff changeset
1982 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
1983 msgstr ""
efc0d13cc7c5 checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents: 6134
diff changeset
1984
8328
3bf6ad421347 chore: update files for release 2.5.0b1.
John Rouillard <rouilj@ieee.org>
parents: 8276
diff changeset
1985 #: ../roundup/cgi/templating.py:2508
6223
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
1986 #, python-format
6220
efc0d13cc7c5 checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents: 6134
diff changeset
1987 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
1988 msgstr ""
efc0d13cc7c5 checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents: 6134
diff changeset
1989
8328
3bf6ad421347 chore: update files for release 2.5.0b1.
John Rouillard <rouilj@ieee.org>
parents: 8276
diff changeset
1990 #: ../roundup/cgi/templating.py:2613
6223
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
1991 #, python-format
6220
efc0d13cc7c5 checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents: 6134
diff changeset
1992 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
1993 msgstr ""
efc0d13cc7c5 checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents: 6134
diff changeset
1994
8328
3bf6ad421347 chore: update files for release 2.5.0b1.
John Rouillard <rouilj@ieee.org>
parents: 8276
diff changeset
1995 #: ../roundup/cgi/templating.py:3777
8002
a377590eba34 changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents: 7530
diff changeset
1996 #, python-format
a377590eba34 changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents: 7530
diff changeset
1997 msgid "Unable to read or expand file '%(name)s' in template '%(template)s'."
a377590eba34 changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents: 7530
diff changeset
1998 msgstr ""
a377590eba34 changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents: 7530
diff changeset
1999
8328
3bf6ad421347 chore: update files for release 2.5.0b1.
John Rouillard <rouilj@ieee.org>
parents: 8276
diff changeset
2000 #: ../roundup/cgi/templating.py:3827
8002
a377590eba34 changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents: 7530
diff changeset
2001 #, python-format
a377590eba34 changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents: 7530
diff changeset
2002 msgid ""
a377590eba34 changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents: 7530
diff changeset
2003 "Found an incorrect token when expandfile applied string subsitution on "
a377590eba34 changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents: 7530
diff changeset
2004 "'%(fullpath)s'. ValueError('%(issue)s') was raised. Check the format of your "
a377590eba34 changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents: 7530
diff changeset
2005 "named conversion specifiers."
a377590eba34 changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents: 7530
diff changeset
2006 msgstr ""
a377590eba34 changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents: 7530
diff changeset
2007
7401
6ebc9f6f5d8e update locale files
John Rouillard <rouilj@ieee.org>
parents: 7209
diff changeset
2008 #: ../roundup/cgi/timestamp.py:23
6220
efc0d13cc7c5 checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents: 6134
diff changeset
2009 msgid "Form is corrupted."
efc0d13cc7c5 checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents: 6134
diff changeset
2010 msgstr ""
efc0d13cc7c5 checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents: 6134
diff changeset
2011
7401
6ebc9f6f5d8e update locale files
John Rouillard <rouilj@ieee.org>
parents: 7209
diff changeset
2012 #: ../roundup/cgi/timestamp.py:32
6223
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
2013 #, python-format
6220
efc0d13cc7c5 checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents: 6134
diff changeset
2014 msgid "Form is corrupted, missing: %s."
efc0d13cc7c5 checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents: 6134
diff changeset
2015 msgstr ""
efc0d13cc7c5 checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents: 6134
diff changeset
2016
7401
6ebc9f6f5d8e update locale files
John Rouillard <rouilj@ieee.org>
parents: 7209
diff changeset
2017 #: ../roundup/cgi/timestamp.py:34
6220
efc0d13cc7c5 checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents: 6134
diff changeset
2018 msgid "Responding to form too quickly."
efc0d13cc7c5 checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents: 6134
diff changeset
2019 msgstr ""
efc0d13cc7c5 checkin .po files for release of 2.0
John Rouillard <rouilj@ieee.org>
parents: 6134
diff changeset
2020
8002
a377590eba34 changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents: 7530
diff changeset
2021 #: ../roundup/configuration.py:268
6557
8687c096a945 Handle configparser.InterpolationSyntaxError
John Rouillard <rouilj@ieee.org>
parents: 6456
diff changeset
2022 #, python-format
8687c096a945 Handle configparser.InterpolationSyntaxError
John Rouillard <rouilj@ieee.org>
parents: 6456
diff changeset
2023 msgid ""
8687c096a945 Handle configparser.InterpolationSyntaxError
John Rouillard <rouilj@ieee.org>
parents: 6456
diff changeset
2024 "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
2025 "%(message)s"
8687c096a945 Handle configparser.InterpolationSyntaxError
John Rouillard <rouilj@ieee.org>
parents: 6456
diff changeset
2026 msgstr ""
8687c096a945 Handle configparser.InterpolationSyntaxError
John Rouillard <rouilj@ieee.org>
parents: 6456
diff changeset
2027
8002
a377590eba34 changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents: 7530
diff changeset
2028 #: ../roundup/configuration.py:501
6364
e8361bce72de update pot file and language .po files.
John Rouillard <rouilj@ieee.org>
parents: 6301
diff changeset
2029 msgid "Valid languages: "
e8361bce72de update pot file and language .po files.
John Rouillard <rouilj@ieee.org>
parents: 6301
diff changeset
2030 msgstr ""
e8361bce72de update pot file and language .po files.
John Rouillard <rouilj@ieee.org>
parents: 6301
diff changeset
2031
8002
a377590eba34 changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents: 7530
diff changeset
2032 #: ../roundup/configuration.py:511
6607
b0bafbf4fddd update .po files with new strings to translate
John Rouillard <rouilj@ieee.org>
parents: 6557
diff changeset
2033 msgid "Expected languages: "
b0bafbf4fddd update .po files with new strings to translate
John Rouillard <rouilj@ieee.org>
parents: 6557
diff changeset
2034 msgstr ""
b0bafbf4fddd update .po files with new strings to translate
John Rouillard <rouilj@ieee.org>
parents: 6557
diff changeset
2035
8002
a377590eba34 changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents: 7530
diff changeset
2036 #: ../roundup/date.py:400
6223
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
2037 #, python-format
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
2038 msgid ""
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
2039 "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
2040 "\"yyyy-mm-dd.HH:MM:SS.SSS\")"
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
2041 msgstr ""
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
2042
8002
a377590eba34 changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents: 7530
diff changeset
2043 #: ../roundup/date.py:423
6223
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
2044 msgid "Could not determine granularity"
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
8002
a377590eba34 changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents: 7530
diff changeset
2047 #: ../roundup/date.py:475
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 "%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
2051 "or \"yyyy-mm-dd.HH:MM:SS.SSS\""
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
2052 msgstr ""
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
2053
8002
a377590eba34 changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents: 7530
diff changeset
2054 #: ../roundup/date.py:847
6223
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
2055 #, python-format
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
2056 msgid ""
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
2057 "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
2058 "spec])"
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
2059 msgstr ""
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
2060
8002
a377590eba34 changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents: 7530
diff changeset
2061 #: ../roundup/date.py:870
6223
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
2062 #, python-format
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
2063 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
2064 msgstr ""
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
2065
8002
a377590eba34 changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents: 7530
diff changeset
2066 #: ../roundup/date.py:1047
6223
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
2067 #, python-format
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
2068 msgid "%(number)s year"
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
2069 msgid_plural "%(number)s years"
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
2070 msgstr[0] ""
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
2071 msgstr[1] ""
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
2072
8002
a377590eba34 changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents: 7530
diff changeset
2073 #: ../roundup/date.py:1051
6223
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
2074 #, python-format
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
2075 msgid "%(number)s month"
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
2076 msgid_plural "%(number)s months"
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
2077 msgstr[0] ""
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
2078 msgstr[1] ""
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
2079
8002
a377590eba34 changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents: 7530
diff changeset
2080 #: ../roundup/date.py:1055
6223
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
2081 #, python-format
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
2082 msgid "%(number)s week"
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
2083 msgid_plural "%(number)s weeks"
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
2084 msgstr[0] ""
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
2085 msgstr[1] ""
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
2086
8002
a377590eba34 changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents: 7530
diff changeset
2087 #: ../roundup/date.py:1059
6223
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
2088 #, python-format
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
2089 msgid "%(number)s day"
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
2090 msgid_plural "%(number)s days"
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
2091 msgstr[0] ""
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
2092 msgstr[1] ""
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
2093
8002
a377590eba34 changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents: 7530
diff changeset
2094 #: ../roundup/date.py:1063
6223
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
2095 msgid "tomorrow"
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
2096 msgstr ""
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
2097
8002
a377590eba34 changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents: 7530
diff changeset
2098 #: ../roundup/date.py:1065
6942
e09095701620 update for latest flake8 changes
John Rouillard <rouilj@ieee.org>
parents: 6777
diff changeset
2099 msgid "yesterday"
e09095701620 update for latest flake8 changes
John Rouillard <rouilj@ieee.org>
parents: 6777
diff changeset
2100 msgstr ""
e09095701620 update for latest flake8 changes
John Rouillard <rouilj@ieee.org>
parents: 6777
diff changeset
2101
8002
a377590eba34 changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents: 7530
diff changeset
2102 #: ../roundup/date.py:1068
6223
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
2103 #, python-format
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
2104 msgid "%(number)s hour"
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
2105 msgid_plural "%(number)s hours"
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
2106 msgstr[0] ""
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
2107 msgstr[1] ""
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
2108
8002
a377590eba34 changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents: 7530
diff changeset
2109 #: ../roundup/date.py:1072
6223
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
2110 msgid "an hour"
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
2111 msgstr ""
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
2112
6942
e09095701620 update for latest flake8 changes
John Rouillard <rouilj@ieee.org>
parents: 6777
diff changeset
2113 #: ../roundup/date.py:1074
8002
a377590eba34 changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents: 7530
diff changeset
2114 msgid "1 1/2 hours"
a377590eba34 changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents: 7530
diff changeset
2115 msgstr ""
a377590eba34 changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents: 7530
diff changeset
2116
a377590eba34 changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents: 7530
diff changeset
2117 #: ../roundup/date.py:1076
6223
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
2118 #, python-format
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
2119 msgid "1 %(number)s/4 hours"
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
2120 msgid_plural "1 %(number)s/4 hours"
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
2121 msgstr[0] ""
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
2122 msgstr[1] ""
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
2123
8002
a377590eba34 changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents: 7530
diff changeset
2124 #: ../roundup/date.py:1081
6223
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
2125 msgid "in a moment"
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
8002
a377590eba34 changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents: 7530
diff changeset
2128 #: ../roundup/date.py:1083
6942
e09095701620 update for latest flake8 changes
John Rouillard <rouilj@ieee.org>
parents: 6777
diff changeset
2129 msgid "just now"
6223
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
8002
a377590eba34 changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents: 7530
diff changeset
2132 #: ../roundup/date.py:1086
6942
e09095701620 update for latest flake8 changes
John Rouillard <rouilj@ieee.org>
parents: 6777
diff changeset
2133 msgid "1 minute"
e09095701620 update for latest flake8 changes
John Rouillard <rouilj@ieee.org>
parents: 6777
diff changeset
2134 msgstr ""
e09095701620 update for latest flake8 changes
John Rouillard <rouilj@ieee.org>
parents: 6777
diff changeset
2135
8002
a377590eba34 changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents: 7530
diff changeset
2136 #: ../roundup/date.py:1089
6223
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
2137 #, python-format
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
2138 msgid "%(number)s minute"
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
2139 msgid_plural "%(number)s minutes"
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
2140 msgstr[0] ""
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
2141 msgstr[1] ""
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
2142
8002
a377590eba34 changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents: 7530
diff changeset
2143 #: ../roundup/date.py:1092
6223
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
2144 msgid "1/2 an hour"
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
2145 msgstr ""
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
2146
8002
a377590eba34 changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents: 7530
diff changeset
2147 #: ../roundup/date.py:1094
6223
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
2148 #, python-format
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
2149 msgid "%(number)s/4 hour"
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
2150 msgid_plural "%(number)s/4 hours"
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
2151 msgstr[0] ""
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
2152 msgstr[1] ""
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
2153
8002
a377590eba34 changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents: 7530
diff changeset
2154 #: ../roundup/date.py:1098
6223
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
2155 #, python-format
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
2156 msgid "%s ago"
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
2157 msgstr ""
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
2158
8002
a377590eba34 changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents: 7530
diff changeset
2159 #: ../roundup/date.py:1100
6223
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
2160 #, python-format
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
2161 msgid "in %s"
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
2162 msgstr ""
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
2163
8328
3bf6ad421347 chore: update files for release 2.5.0b1.
John Rouillard <rouilj@ieee.org>
parents: 8276
diff changeset
2164 #: ../roundup/hyperdb.py:126
6223
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
2165 #, python-format
7063
aca710a3b687 update roundup.pot and .po locale files for fixed translations
John Rouillard <rouilj@ieee.org>
parents: 7052
diff changeset
2166 msgid "property %(property)s: %(errormsg)s"
aca710a3b687 update roundup.pot and .po locale files for fixed translations
John Rouillard <rouilj@ieee.org>
parents: 7052
diff changeset
2167 msgstr ""
aca710a3b687 update roundup.pot and .po locale files for fixed translations
John Rouillard <rouilj@ieee.org>
parents: 7052
diff changeset
2168
8328
3bf6ad421347 chore: update files for release 2.5.0b1.
John Rouillard <rouilj@ieee.org>
parents: 8276
diff changeset
2169 #: ../roundup/hyperdb.py:161
7063
aca710a3b687 update roundup.pot and .po locale files for fixed translations
John Rouillard <rouilj@ieee.org>
parents: 7052
diff changeset
2170 #, python-format
aca710a3b687 update roundup.pot and .po locale files for fixed translations
John Rouillard <rouilj@ieee.org>
parents: 7052
diff changeset
2171 msgid "property %(property)s: %(value)r is an invalid date (%(errormsg)s)"
aca710a3b687 update roundup.pot and .po locale files for fixed translations
John Rouillard <rouilj@ieee.org>
parents: 7052
diff changeset
2172 msgstr ""
aca710a3b687 update roundup.pot and .po locale files for fixed translations
John Rouillard <rouilj@ieee.org>
parents: 7052
diff changeset
2173
8328
3bf6ad421347 chore: update files for release 2.5.0b1.
John Rouillard <rouilj@ieee.org>
parents: 8276
diff changeset
2174 #: ../roundup/hyperdb.py:184
7063
aca710a3b687 update roundup.pot and .po locale files for fixed translations
John Rouillard <rouilj@ieee.org>
parents: 7052
diff changeset
2175 #, python-format
aca710a3b687 update roundup.pot and .po locale files for fixed translations
John Rouillard <rouilj@ieee.org>
parents: 7052
diff changeset
2176 msgid ""
aca710a3b687 update roundup.pot and .po locale files for fixed translations
John Rouillard <rouilj@ieee.org>
parents: 7052
diff changeset
2177 "property %(property)s: %(value)r is an invalid date interval (%(errormsg)s)"
aca710a3b687 update roundup.pot and .po locale files for fixed translations
John Rouillard <rouilj@ieee.org>
parents: 7052
diff changeset
2178 msgstr ""
aca710a3b687 update roundup.pot and .po locale files for fixed translations
John Rouillard <rouilj@ieee.org>
parents: 7052
diff changeset
2179
8328
3bf6ad421347 chore: update files for release 2.5.0b1.
John Rouillard <rouilj@ieee.org>
parents: 8276
diff changeset
2180 #: ../roundup/hyperdb.py:446
7063
aca710a3b687 update roundup.pot and .po locale files for fixed translations
John Rouillard <rouilj@ieee.org>
parents: 7052
diff changeset
2181 #, python-format
aca710a3b687 update roundup.pot and .po locale files for fixed translations
John Rouillard <rouilj@ieee.org>
parents: 7052
diff changeset
2182 msgid "property %(property)s: %(value)r is not a number"
aca710a3b687 update roundup.pot and .po locale files for fixed translations
John Rouillard <rouilj@ieee.org>
parents: 7052
diff changeset
2183 msgstr ""
aca710a3b687 update roundup.pot and .po locale files for fixed translations
John Rouillard <rouilj@ieee.org>
parents: 7052
diff changeset
2184
8328
3bf6ad421347 chore: update files for release 2.5.0b1.
John Rouillard <rouilj@ieee.org>
parents: 8276
diff changeset
2185 #: ../roundup/hyperdb.py:460
7063
aca710a3b687 update roundup.pot and .po locale files for fixed translations
John Rouillard <rouilj@ieee.org>
parents: 7052
diff changeset
2186 #, python-format
aca710a3b687 update roundup.pot and .po locale files for fixed translations
John Rouillard <rouilj@ieee.org>
parents: 7052
diff changeset
2187 msgid "property %(property)s: %(value)r is not an integer"
aca710a3b687 update roundup.pot and .po locale files for fixed translations
John Rouillard <rouilj@ieee.org>
parents: 7052
diff changeset
2188 msgstr ""
aca710a3b687 update roundup.pot and .po locale files for fixed translations
John Rouillard <rouilj@ieee.org>
parents: 7052
diff changeset
2189
8328
3bf6ad421347 chore: update files for release 2.5.0b1.
John Rouillard <rouilj@ieee.org>
parents: 8276
diff changeset
2190 #: ../roundup/hyperdb.py:482
6223
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
2191 #, python-format
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
2192 msgid "\"%s\" not a node designator"
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
2193 msgstr ""
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
2194
8328
3bf6ad421347 chore: update files for release 2.5.0b1.
John Rouillard <rouilj@ieee.org>
parents: 8276
diff changeset
2195 #: ../roundup/hyperdb.py:1515 ../roundup/hyperdb.py:1523
3bf6ad421347 chore: update files for release 2.5.0b1.
John Rouillard <rouilj@ieee.org>
parents: 8276
diff changeset
2196 #: ../roundup/hyperdb.py:1515:1523
6223
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
2197 #, python-format
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
2198 msgid "Not a property name: %s"
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
2199 msgstr ""
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
2200
8328
3bf6ad421347 chore: update files for release 2.5.0b1.
John Rouillard <rouilj@ieee.org>
parents: 8276
diff changeset
2201 #: ../roundup/hyperdb.py:2054
7063
aca710a3b687 update roundup.pot and .po locale files for fixed translations
John Rouillard <rouilj@ieee.org>
parents: 7052
diff changeset
2202 #, python-format
aca710a3b687 update roundup.pot and .po locale files for fixed translations
John Rouillard <rouilj@ieee.org>
parents: 7052
diff changeset
2203 msgid "property %(property)s: %(value)r is not a %(classname)s."
aca710a3b687 update roundup.pot and .po locale files for fixed translations
John Rouillard <rouilj@ieee.org>
parents: 7052
diff changeset
2204 msgstr ""
aca710a3b687 update roundup.pot and .po locale files for fixed translations
John Rouillard <rouilj@ieee.org>
parents: 7052
diff changeset
2205
8328
3bf6ad421347 chore: update files for release 2.5.0b1.
John Rouillard <rouilj@ieee.org>
parents: 8276
diff changeset
2206 #: ../roundup/hyperdb.py:2060
6223
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
2207 #, python-format
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
2208 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
2209 msgstr ""
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
2210
8328
3bf6ad421347 chore: update files for release 2.5.0b1.
John Rouillard <rouilj@ieee.org>
parents: 8276
diff changeset
2211 #: ../roundup/hyperdb.py:2095
7063
aca710a3b687 update roundup.pot and .po locale files for fixed translations
John Rouillard <rouilj@ieee.org>
parents: 7052
diff changeset
2212 #, python-format
aca710a3b687 update roundup.pot and .po locale files for fixed translations
John Rouillard <rouilj@ieee.org>
parents: 7052
diff changeset
2213 msgid "%(property)r is not a property of %(classname)s"
6223
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
2214 msgstr ""
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
2215
7203
12a3cd86668f auto update 'password_pbkdf2_default_rounds' "
John Rouillard <rouilj@ieee.org>
parents: 7069
diff changeset
2216 #: ../roundup/init.py:141
6223
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
2217 #, python-format
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
2218 msgid ""
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
2219 "WARNING: directory '%s'\n"
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
2220 "\tcontains old-style template - ignored"
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
7069
c9a02c670e69 latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents: 7063
diff changeset
2223 #: ../roundup/mailgw.py:215 ../roundup/mailgw.py:228
c9a02c670e69 latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents: 7063
diff changeset
2224 #: ../roundup/mailgw.py:215:228
6223
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
2225 #, python-format
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
2226 msgid "Message signed with unknown key: %s"
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
2227 msgstr ""
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
2228
7069
c9a02c670e69 latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents: 7063
diff changeset
2229 #: ../roundup/mailgw.py:218
6942
e09095701620 update for latest flake8 changes
John Rouillard <rouilj@ieee.org>
parents: 6777
diff changeset
2230 #, python-format
e09095701620 update for latest flake8 changes
John Rouillard <rouilj@ieee.org>
parents: 6777
diff changeset
2231 msgid "Message signed with an expired key: %s"
e09095701620 update for latest flake8 changes
John Rouillard <rouilj@ieee.org>
parents: 6777
diff changeset
2232 msgstr ""
e09095701620 update for latest flake8 changes
John Rouillard <rouilj@ieee.org>
parents: 6777
diff changeset
2233
e09095701620 update for latest flake8 changes
John Rouillard <rouilj@ieee.org>
parents: 6777
diff changeset
2234 #: ../roundup/mailgw.py:221
7069
c9a02c670e69 latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents: 7063
diff changeset
2235 #, python-format
c9a02c670e69 latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents: 7063
diff changeset
2236 msgid "Message signed with a revoked key: %s"
c9a02c670e69 latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents: 7063
diff changeset
2237 msgstr ""
c9a02c670e69 latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents: 7063
diff changeset
2238
c9a02c670e69 latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents: 7063
diff changeset
2239 #: ../roundup/mailgw.py:224
c9a02c670e69 latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents: 7063
diff changeset
2240 msgid "Invalid PGP signature detected."
c9a02c670e69 latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents: 7063
diff changeset
2241 msgstr ""
c9a02c670e69 latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents: 7063
diff changeset
2242
c9a02c670e69 latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents: 7063
diff changeset
2243 #: ../roundup/mailgw.py:231
6223
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
2244 msgid "Unsigned Message"
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
2245 msgstr ""
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
2246
7069
c9a02c670e69 latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents: 7063
diff changeset
2247 #: ../roundup/mailgw.py:481
6223
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
2248 msgid "Unknown multipart/encrypted version."
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
2249 msgstr ""
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
2250
7069
c9a02c670e69 latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents: 7063
diff changeset
2251 #: ../roundup/mailgw.py:490
6223
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
2252 msgid "Unable to decrypt your message."
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
2253 msgstr ""
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
2254
7069
c9a02c670e69 latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents: 7063
diff changeset
2255 #: ../roundup/mailgw.py:517
6223
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
2256 msgid "No PGP signature found in message."
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
7069
c9a02c670e69 latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents: 7063
diff changeset
2259 #: ../roundup/mailgw.py:599
6223
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
2260 msgid ""
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
2261 "\n"
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
2262 "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
2263 msgstr ""
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
2264
7069
c9a02c670e69 latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents: 7063
diff changeset
2265 #: ../roundup/mailgw.py:712
6223
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
2266 #, python-format
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
2267 msgid ""
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
2268 "\n"
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
2269 "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
2270 "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
2271 "'topic' of the message. For example:\n"
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
2272 " Subject: [issue] This is a new issue\n"
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
2273 " - 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
2274 " a new issue'.\n"
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
2275 " 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
2276 " - 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
2277 " in the tracker.\n"
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
2278 "\n"
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
2279 "Subject was: '%(subject)s'\n"
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
2280 msgstr ""
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
2281
7069
c9a02c670e69 latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents: 7063
diff changeset
2282 #: ../roundup/mailgw.py:747
6223
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
2283 #, python-format
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
2284 msgid ""
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
2285 "\n"
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
2286 "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
2287 "not exist in the database.\n"
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
2288 "\n"
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
2289 "Valid class names are: %(validname)s\n"
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
2290 "Subject was: \"%(subject)s\"\n"
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
7069
c9a02c670e69 latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents: 7063
diff changeset
2293 #: ../roundup/mailgw.py:755
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 ""
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
2296 "\n"
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
2297 "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
2298 "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
2299 "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
2300 " Subject: [issue] This is a new issue\n"
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
2301 " - 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
2302 " a new issue'.\n"
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
2303 " 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
2304 " - 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
2305 " in the tracker.\n"
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
2306 "\n"
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
2307 "Subject was: '%(subject)s'\n"
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
2308 msgstr ""
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
2309
7069
c9a02c670e69 latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents: 7063
diff changeset
2310 #: ../roundup/mailgw.py:815
6223
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
2311 #, python-format
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
2312 msgid ""
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
2313 "\n"
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
2314 "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
2315 "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
2316 "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
2317 "\n"
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
2318 "Subject was: \"%(subject)s\"\n"
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
2319 msgstr ""
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
2320
7069
c9a02c670e69 latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents: 7063
diff changeset
2321 #: ../roundup/mailgw.py:848
6223
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
2322 #, python-format
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
2323 msgid ""
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
2324 "\n"
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
2325 "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
2326 "(\"%(nodeid)s\") does not exist.\n"
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
2327 "\n"
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
2328 "Subject was: \"%(subject)s\"\n"
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
2329 msgstr ""
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
2330
7069
c9a02c670e69 latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents: 7063
diff changeset
2331 #: ../roundup/mailgw.py:893
6223
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
2332 #, python-format
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
2333 msgid ""
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
2334 "\n"
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
2335 "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
2336 "\n"
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
2337 "Unknown address: %(from_address)s\n"
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
2338 msgstr ""
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
2339
7069
c9a02c670e69 latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents: 7063
diff changeset
2340 #: ../roundup/mailgw.py:901
6223
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
2341 msgid "You are not permitted to access this tracker."
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
2342 msgstr ""
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
2343
7069
c9a02c670e69 latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents: 7063
diff changeset
2344 #: ../roundup/mailgw.py:913
6223
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
2345 #, python-format
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
2346 msgid "You are not permitted to edit %(classname)s."
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
2347 msgstr ""
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
2348
7069
c9a02c670e69 latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents: 7063
diff changeset
2349 #: ../roundup/mailgw.py:919
6223
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
2350 #, python-format
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
2351 msgid "You are not permitted to create %(classname)s."
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
2352 msgstr ""
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
2353
7069
c9a02c670e69 latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents: 7063
diff changeset
2354 #: ../roundup/mailgw.py:1001
6223
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
2355 #, python-format
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
2356 msgid ""
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
2357 "\n"
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
2358 "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
2359 "- %(errors)s\n"
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
2360 "\n"
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
2361 "Subject was: \"%(subject)s\"\n"
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
2362 msgstr ""
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
2363
7069
c9a02c670e69 latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents: 7063
diff changeset
2364 #: ../roundup/mailgw.py:1054
6223
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
2365 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
2366 msgstr ""
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
2367
7069
c9a02c670e69 latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents: 7063
diff changeset
2368 #: ../roundup/mailgw.py:1092
6223
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
2369 msgid ""
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
2370 "\n"
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
2371 "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
2372 "encrypted."
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
2373 msgstr ""
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
2374
7069
c9a02c670e69 latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents: 7063
diff changeset
2375 #: ../roundup/mailgw.py:1122
6223
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
2376 msgid "You are not permitted to create files."
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
2377 msgstr ""
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
2378
7069
c9a02c670e69 latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents: 7063
diff changeset
2379 #: ../roundup/mailgw.py:1139
6223
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
2380 #, python-format
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
2381 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
2382 msgstr ""
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
2383
7069
c9a02c670e69 latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents: 7063
diff changeset
2384 #: ../roundup/mailgw.py:1170
6223
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
2385 msgid ""
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
2386 "\n"
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
2387 "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
2388 "not find a text/plain part to use.\n"
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
2389 msgstr ""
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
2390
7069
c9a02c670e69 latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents: 7063
diff changeset
2391 #: ../roundup/mailgw.py:1183
6223
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
2392 msgid "You are not permitted to create messages."
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
2393 msgstr ""
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
2394
7069
c9a02c670e69 latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents: 7063
diff changeset
2395 #: ../roundup/mailgw.py:1192
6223
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
2396 #, python-format
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
2397 msgid ""
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
2398 "\n"
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
2399 "Mail message was rejected by a detector.\n"
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
2400 "%(error)s\n"
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
2401 msgstr ""
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
2402
7069
c9a02c670e69 latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents: 7063
diff changeset
2403 #: ../roundup/mailgw.py:1203
6223
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
2404 #, python-format
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
2405 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
2406 msgstr ""
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
2407
7069
c9a02c670e69 latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents: 7063
diff changeset
2408 #: ../roundup/mailgw.py:1226
6301
45ba6b71f1cf actions.py translation. Using mapping rather than tuple for args.
John Rouillard <rouilj@ieee.org>
parents: 6223
diff changeset
2409 #, python-format
6364
e8361bce72de update pot file and language .po files.
John Rouillard <rouilj@ieee.org>
parents: 6301
diff changeset
2410 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
2411 msgstr ""
e8361bce72de update pot file and language .po files.
John Rouillard <rouilj@ieee.org>
parents: 6301
diff changeset
2412
7069
c9a02c670e69 latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents: 7063
diff changeset
2413 #: ../roundup/mailgw.py:1238
6364
e8361bce72de update pot file and language .po files.
John Rouillard <rouilj@ieee.org>
parents: 6301
diff changeset
2414 #, python-format
e8361bce72de update pot file and language .po files.
John Rouillard <rouilj@ieee.org>
parents: 6301
diff changeset
2415 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
2416 msgstr ""
e8361bce72de update pot file and language .po files.
John Rouillard <rouilj@ieee.org>
parents: 6301
diff changeset
2417
7069
c9a02c670e69 latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents: 7063
diff changeset
2418 #: ../roundup/mailgw.py:1246
6364
e8361bce72de update pot file and language .po files.
John Rouillard <rouilj@ieee.org>
parents: 6301
diff changeset
2419 #, python-format
6223
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
2420 msgid ""
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
2421 "\n"
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
2422 "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
2423 " %(message)s\n"
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
2424 msgstr ""
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
2425
7069
c9a02c670e69 latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents: 7063
diff changeset
2426 #: ../roundup/mailgw.py:1366 ../roundup/mailgw.py:1835
c9a02c670e69 latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents: 7063
diff changeset
2427 #: ../roundup/mailgw.py:1366:1835
6223
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
2428 #, python-format
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
2429 msgid ""
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
2430 "\n"
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
2431 "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
2432 "%(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
2433 " %(errors)s\n"
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
2434 msgstr ""
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
2435
7203
12a3cd86668f auto update 'password_pbkdf2_default_rounds' "
John Rouillard <rouilj@ieee.org>
parents: 7069
diff changeset
2436 #: ../roundup/mailgw.py:1821
7069
c9a02c670e69 latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents: 7063
diff changeset
2437 #, python-format
c9a02c670e69 latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents: 7063
diff changeset
2438 msgid ""
c9a02c670e69 latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents: 7063
diff changeset
2439 "\n"
c9a02c670e69 latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents: 7063
diff changeset
2440 "The mail gateway is not properly set up. Please contact\n"
c9a02c670e69 latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents: 7063
diff changeset
2441 "%(mailadmin)s and have them fix the incorrect class specified as:\n"
c9a02c670e69 latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents: 7063
diff changeset
2442 " %(classname)s\n"
c9a02c670e69 latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents: 7063
diff changeset
2443 msgstr ""
c9a02c670e69 latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents: 7063
diff changeset
2444
c9a02c670e69 latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents: 7063
diff changeset
2445 #: ../roundup/mailgw.py:1856
6223
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
2446 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
2447 msgstr ""
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
2448
8246
3812c0fb1137 chore(translation): update roundup.pot and .po files
John Rouillard <rouilj@ieee.org>
parents: 8109
diff changeset
2449 #: ../roundup/mlink_expr.py:161
3812c0fb1137 chore(translation): update roundup.pot and .po files
John Rouillard <rouilj@ieee.org>
parents: 8109
diff changeset
2450 #, python-format
3812c0fb1137 chore(translation): update roundup.pot and .po files
John Rouillard <rouilj@ieee.org>
parents: 8109
diff changeset
2451 msgid ""
3812c0fb1137 chore(translation): update roundup.pot and .po files
John Rouillard <rouilj@ieee.org>
parents: 8109
diff changeset
2452 "There was an error searching %(class)s by %(attr)s using: %(opcodes)s. The "
3812c0fb1137 chore(translation): update roundup.pot and .po files
John Rouillard <rouilj@ieee.org>
parents: 8109
diff changeset
2453 "operator %(opcode)s (%(opcodename)s) at position %(position)d has too few "
3812c0fb1137 chore(translation): update roundup.pot and .po files
John Rouillard <rouilj@ieee.org>
parents: 8109
diff changeset
2454 "arguments."
3812c0fb1137 chore(translation): update roundup.pot and .po files
John Rouillard <rouilj@ieee.org>
parents: 8109
diff changeset
2455 msgstr ""
3812c0fb1137 chore(translation): update roundup.pot and .po files
John Rouillard <rouilj@ieee.org>
parents: 8109
diff changeset
2456
3812c0fb1137 chore(translation): update roundup.pot and .po files
John Rouillard <rouilj@ieee.org>
parents: 8109
diff changeset
2457 #: ../roundup/mlink_expr.py:174
3812c0fb1137 chore(translation): update roundup.pot and .po files
John Rouillard <rouilj@ieee.org>
parents: 8109
diff changeset
2458 #, python-format
3812c0fb1137 chore(translation): update roundup.pot and .po files
John Rouillard <rouilj@ieee.org>
parents: 8109
diff changeset
2459 msgid ""
3812c0fb1137 chore(translation): update roundup.pot and .po files
John Rouillard <rouilj@ieee.org>
parents: 8109
diff changeset
2460 "There was an error searching %(class)s by %(attr)s using: %(opcodes)s. There "
3812c0fb1137 chore(translation): update roundup.pot and .po files
John Rouillard <rouilj@ieee.org>
parents: 8109
diff changeset
2461 "are too many arguments for the existing operators. The values on the stack "
3812c0fb1137 chore(translation): update roundup.pot and .po files
John Rouillard <rouilj@ieee.org>
parents: 8109
diff changeset
2462 "are: %(stack)s"
3812c0fb1137 chore(translation): update roundup.pot and .po files
John Rouillard <rouilj@ieee.org>
parents: 8109
diff changeset
2463 msgstr ""
3812c0fb1137 chore(translation): update roundup.pot and .po files
John Rouillard <rouilj@ieee.org>
parents: 8109
diff changeset
2464
8328
3bf6ad421347 chore: update files for release 2.5.0b1.
John Rouillard <rouilj@ieee.org>
parents: 8276
diff changeset
2465 #: ../roundup/pygettext.py:400
8109
cd642eaf358e fix: remove duplicate source sring after fix to admin.py. Update to new roundup.pot extraction
John Rouillard <rouilj@ieee.org>
parents: 8106
diff changeset
2466 #, python-format
cd642eaf358e fix: remove duplicate source sring after fix to admin.py. Update to new roundup.pot extraction
John Rouillard <rouilj@ieee.org>
parents: 8106
diff changeset
2467 msgid "*** %(file)s:%(lineno)s: Seen unexpected token \"%(token)s\""
cd642eaf358e fix: remove duplicate source sring after fix to admin.py. Update to new roundup.pot extraction
John Rouillard <rouilj@ieee.org>
parents: 8106
diff changeset
2468 msgstr ""
cd642eaf358e fix: remove duplicate source sring after fix to admin.py. Update to new roundup.pot extraction
John Rouillard <rouilj@ieee.org>
parents: 8106
diff changeset
2469
8328
3bf6ad421347 chore: update files for release 2.5.0b1.
John Rouillard <rouilj@ieee.org>
parents: 8276
diff changeset
2470 #: ../roundup/pygettext.py:456
8109
cd642eaf358e fix: remove duplicate source sring after fix to admin.py. Update to new roundup.pot extraction
John Rouillard <rouilj@ieee.org>
parents: 8106
diff changeset
2471 #, python-format
cd642eaf358e fix: remove duplicate source sring after fix to admin.py. Update to new roundup.pot extraction
John Rouillard <rouilj@ieee.org>
parents: 8106
diff changeset
2472 msgid "# File: %(filename)s, line: %(lineno)d"
cd642eaf358e fix: remove duplicate source sring after fix to admin.py. Update to new roundup.pot extraction
John Rouillard <rouilj@ieee.org>
parents: 8106
diff changeset
2473 msgstr ""
cd642eaf358e fix: remove duplicate source sring after fix to admin.py. Update to new roundup.pot extraction
John Rouillard <rouilj@ieee.org>
parents: 8106
diff changeset
2474
8328
3bf6ad421347 chore: update files for release 2.5.0b1.
John Rouillard <rouilj@ieee.org>
parents: 8276
diff changeset
2475 #: ../roundup/pygettext.py:463
8109
cd642eaf358e fix: remove duplicate source sring after fix to admin.py. Update to new roundup.pot extraction
John Rouillard <rouilj@ieee.org>
parents: 8106
diff changeset
2476 #, python-format
cd642eaf358e fix: remove duplicate source sring after fix to admin.py. Update to new roundup.pot extraction
John Rouillard <rouilj@ieee.org>
parents: 8106
diff changeset
2477 msgid " %(filename)s:%(lineno)d"
cd642eaf358e fix: remove duplicate source sring after fix to admin.py. Update to new roundup.pot extraction
John Rouillard <rouilj@ieee.org>
parents: 8106
diff changeset
2478 msgstr ""
cd642eaf358e fix: remove duplicate source sring after fix to admin.py. Update to new roundup.pot extraction
John Rouillard <rouilj@ieee.org>
parents: 8106
diff changeset
2479
8328
3bf6ad421347 chore: update files for release 2.5.0b1.
John Rouillard <rouilj@ieee.org>
parents: 8276
diff changeset
2480 #: ../roundup/pygettext.py:539
8109
cd642eaf358e fix: remove duplicate source sring after fix to admin.py. Update to new roundup.pot extraction
John Rouillard <rouilj@ieee.org>
parents: 8106
diff changeset
2481 #, python-format
cd642eaf358e fix: remove duplicate source sring after fix to admin.py. Update to new roundup.pot extraction
John Rouillard <rouilj@ieee.org>
parents: 8106
diff changeset
2482 msgid "Invalid value for --style: %s"
cd642eaf358e fix: remove duplicate source sring after fix to admin.py. Update to new roundup.pot extraction
John Rouillard <rouilj@ieee.org>
parents: 8106
diff changeset
2483 msgstr ""
cd642eaf358e fix: remove duplicate source sring after fix to admin.py. Update to new roundup.pot extraction
John Rouillard <rouilj@ieee.org>
parents: 8106
diff changeset
2484
8328
3bf6ad421347 chore: update files for release 2.5.0b1.
John Rouillard <rouilj@ieee.org>
parents: 8276
diff changeset
2485 #: ../roundup/pygettext.py:547
8109
cd642eaf358e fix: remove duplicate source sring after fix to admin.py. Update to new roundup.pot extraction
John Rouillard <rouilj@ieee.org>
parents: 8106
diff changeset
2486 #, python-format
cd642eaf358e fix: remove duplicate source sring after fix to admin.py. Update to new roundup.pot extraction
John Rouillard <rouilj@ieee.org>
parents: 8106
diff changeset
2487 msgid "pygettext.py (xgettext for Python) %s"
cd642eaf358e fix: remove duplicate source sring after fix to admin.py. Update to new roundup.pot extraction
John Rouillard <rouilj@ieee.org>
parents: 8106
diff changeset
2488 msgstr ""
cd642eaf358e fix: remove duplicate source sring after fix to admin.py. Update to new roundup.pot extraction
John Rouillard <rouilj@ieee.org>
parents: 8106
diff changeset
2489
8328
3bf6ad421347 chore: update files for release 2.5.0b1.
John Rouillard <rouilj@ieee.org>
parents: 8276
diff changeset
2490 #: ../roundup/pygettext.py:553
8109
cd642eaf358e fix: remove duplicate source sring after fix to admin.py. Update to new roundup.pot extraction
John Rouillard <rouilj@ieee.org>
parents: 8106
diff changeset
2491 #, python-format
cd642eaf358e fix: remove duplicate source sring after fix to admin.py. Update to new roundup.pot extraction
John Rouillard <rouilj@ieee.org>
parents: 8106
diff changeset
2492 msgid "--width argument must be an integer: %s"
cd642eaf358e fix: remove duplicate source sring after fix to admin.py. Update to new roundup.pot extraction
John Rouillard <rouilj@ieee.org>
parents: 8106
diff changeset
2493 msgstr ""
cd642eaf358e fix: remove duplicate source sring after fix to admin.py. Update to new roundup.pot extraction
John Rouillard <rouilj@ieee.org>
parents: 8106
diff changeset
2494
8328
3bf6ad421347 chore: update files for release 2.5.0b1.
John Rouillard <rouilj@ieee.org>
parents: 8276
diff changeset
2495 #: ../roundup/pygettext.py:581
8109
cd642eaf358e fix: remove duplicate source sring after fix to admin.py. Update to new roundup.pot extraction
John Rouillard <rouilj@ieee.org>
parents: 8106
diff changeset
2496 #, python-format
cd642eaf358e fix: remove duplicate source sring after fix to admin.py. Update to new roundup.pot extraction
John Rouillard <rouilj@ieee.org>
parents: 8106
diff changeset
2497 msgid "Can't read --exclude-file: %s"
cd642eaf358e fix: remove duplicate source sring after fix to admin.py. Update to new roundup.pot extraction
John Rouillard <rouilj@ieee.org>
parents: 8106
diff changeset
2498 msgstr ""
cd642eaf358e fix: remove duplicate source sring after fix to admin.py. Update to new roundup.pot extraction
John Rouillard <rouilj@ieee.org>
parents: 8106
diff changeset
2499
8328
3bf6ad421347 chore: update files for release 2.5.0b1.
John Rouillard <rouilj@ieee.org>
parents: 8276
diff changeset
2500 #: ../roundup/pygettext.py:600
8109
cd642eaf358e fix: remove duplicate source sring after fix to admin.py. Update to new roundup.pot extraction
John Rouillard <rouilj@ieee.org>
parents: 8106
diff changeset
2501 msgid "Reading standard input"
cd642eaf358e fix: remove duplicate source sring after fix to admin.py. Update to new roundup.pot extraction
John Rouillard <rouilj@ieee.org>
parents: 8106
diff changeset
2502 msgstr ""
cd642eaf358e fix: remove duplicate source sring after fix to admin.py. Update to new roundup.pot extraction
John Rouillard <rouilj@ieee.org>
parents: 8106
diff changeset
2503
8328
3bf6ad421347 chore: update files for release 2.5.0b1.
John Rouillard <rouilj@ieee.org>
parents: 8276
diff changeset
2504 #: ../roundup/pygettext.py:605
8109
cd642eaf358e fix: remove duplicate source sring after fix to admin.py. Update to new roundup.pot extraction
John Rouillard <rouilj@ieee.org>
parents: 8106
diff changeset
2505 #, python-format
cd642eaf358e fix: remove duplicate source sring after fix to admin.py. Update to new roundup.pot extraction
John Rouillard <rouilj@ieee.org>
parents: 8106
diff changeset
2506 msgid "Working on %s"
cd642eaf358e fix: remove duplicate source sring after fix to admin.py. Update to new roundup.pot extraction
John Rouillard <rouilj@ieee.org>
parents: 8106
diff changeset
2507 msgstr ""
cd642eaf358e fix: remove duplicate source sring after fix to admin.py. Update to new roundup.pot extraction
John Rouillard <rouilj@ieee.org>
parents: 8106
diff changeset
2508
8328
3bf6ad421347 chore: update files for release 2.5.0b1.
John Rouillard <rouilj@ieee.org>
parents: 8276
diff changeset
2509 #: ../roundup/pygettext.py:639
8109
cd642eaf358e fix: remove duplicate source sring after fix to admin.py. Update to new roundup.pot extraction
John Rouillard <rouilj@ieee.org>
parents: 8106
diff changeset
2510 msgid "a unicode string"
cd642eaf358e fix: remove duplicate source sring after fix to admin.py. Update to new roundup.pot extraction
John Rouillard <rouilj@ieee.org>
parents: 8106
diff changeset
2511 msgstr ""
cd642eaf358e fix: remove duplicate source sring after fix to admin.py. Update to new roundup.pot extraction
John Rouillard <rouilj@ieee.org>
parents: 8106
diff changeset
2512
8328
3bf6ad421347 chore: update files for release 2.5.0b1.
John Rouillard <rouilj@ieee.org>
parents: 8276
diff changeset
2513 #: ../roundup/pygettext.py:641
3bf6ad421347 chore: update files for release 2.5.0b1.
John Rouillard <rouilj@ieee.org>
parents: 8276
diff changeset
2514 #, python-format
3bf6ad421347 chore: update files for release 2.5.0b1.
John Rouillard <rouilj@ieee.org>
parents: 8276
diff changeset
2515 msgid "*** Seen unexpected token \"%(token)s\""
3bf6ad421347 chore: update files for release 2.5.0b1.
John Rouillard <rouilj@ieee.org>
parents: 8276
diff changeset
2516 msgstr ""
3bf6ad421347 chore: update files for release 2.5.0b1.
John Rouillard <rouilj@ieee.org>
parents: 8276
diff changeset
2517
8109
cd642eaf358e fix: remove duplicate source sring after fix to admin.py. Update to new roundup.pot extraction
John Rouillard <rouilj@ieee.org>
parents: 8106
diff changeset
2518 #: ../roundup/pygettext.py:642
cd642eaf358e fix: remove duplicate source sring after fix to admin.py. Update to new roundup.pot extraction
John Rouillard <rouilj@ieee.org>
parents: 8106
diff changeset
2519 msgid "morethanonestring"
cd642eaf358e fix: remove duplicate source sring after fix to admin.py. Update to new roundup.pot extraction
John Rouillard <rouilj@ieee.org>
parents: 8106
diff changeset
2520 msgstr ""
cd642eaf358e fix: remove duplicate source sring after fix to admin.py. Update to new roundup.pot extraction
John Rouillard <rouilj@ieee.org>
parents: 8106
diff changeset
2521
8246
3812c0fb1137 chore(translation): update roundup.pot and .po files
John Rouillard <rouilj@ieee.org>
parents: 8109
diff changeset
2522 #: ../roundup/rest.py:417
6557
8687c096a945 Handle configparser.InterpolationSyntaxError
John Rouillard <rouilj@ieee.org>
parents: 6456
diff changeset
2523 #, python-format
8687c096a945 Handle configparser.InterpolationSyntaxError
John Rouillard <rouilj@ieee.org>
parents: 6456
diff changeset
2524 msgid "Method %(m)s not allowed. Allowed: %(a)s"
8687c096a945 Handle configparser.InterpolationSyntaxError
John Rouillard <rouilj@ieee.org>
parents: 6456
diff changeset
2525 msgstr ""
8687c096a945 Handle configparser.InterpolationSyntaxError
John Rouillard <rouilj@ieee.org>
parents: 6456
diff changeset
2526
8246
3812c0fb1137 chore(translation): update roundup.pot and .po files
John Rouillard <rouilj@ieee.org>
parents: 8109
diff changeset
2527 #: ../roundup/rest.py:964
8002
a377590eba34 changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents: 7530
diff changeset
2528 #, python-format
a377590eba34 changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents: 7530
diff changeset
2529 msgid ""
a377590eba34 changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents: 7530
diff changeset
2530 "Page size %(page_size)s must be less than admin limit on query result size: "
a377590eba34 changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents: 7530
diff changeset
2531 "%(max_size)s."
a377590eba34 changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents: 7530
diff changeset
2532 msgstr ""
a377590eba34 changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents: 7530
diff changeset
2533
8246
3812c0fb1137 chore(translation): update roundup.pot and .po files
John Rouillard <rouilj@ieee.org>
parents: 8109
diff changeset
2534 #: ../roundup/rest.py:1211
6557
8687c096a945 Handle configparser.InterpolationSyntaxError
John Rouillard <rouilj@ieee.org>
parents: 6456
diff changeset
2535 #, python-format
8687c096a945 Handle configparser.InterpolationSyntaxError
John Rouillard <rouilj@ieee.org>
parents: 6456
diff changeset
2536 msgid "Invalid attribute %s"
8687c096a945 Handle configparser.InterpolationSyntaxError
John Rouillard <rouilj@ieee.org>
parents: 6456
diff changeset
2537 msgstr ""
8687c096a945 Handle configparser.InterpolationSyntaxError
John Rouillard <rouilj@ieee.org>
parents: 6456
diff changeset
2538
8246
3812c0fb1137 chore(translation): update roundup.pot and .po files
John Rouillard <rouilj@ieee.org>
parents: 8109
diff changeset
2539 #: ../roundup/rest.py:2199
6223
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
2540 #, python-format
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
2541 msgid "Api rate limits exceeded. Please wait: %s seconds."
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
2542 msgstr ""
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
2543
8276
8d3085b4d047 fix(locale): update translation files
John Rouillard <rouilj@ieee.org>
parents: 8246
diff changeset
2544 #: ../roundup/rest.py:2284
6364
e8361bce72de update pot file and language .po files.
John Rouillard <rouilj@ieee.org>
parents: 6301
diff changeset
2545 #, python-format
e8361bce72de update pot file and language .po files.
John Rouillard <rouilj@ieee.org>
parents: 6301
diff changeset
2546 msgid ""
8276
8d3085b4d047 fix(locale): update translation files
John Rouillard <rouilj@ieee.org>
parents: 8246
diff changeset
2547 "Content type '%(requested)s' requested in URL is not available.\n"
8d3085b4d047 fix(locale): update translation files
John Rouillard <rouilj@ieee.org>
parents: 8246
diff changeset
2548 "Acceptable types: %(acceptable)s\n"
8d3085b4d047 fix(locale): update translation files
John Rouillard <rouilj@ieee.org>
parents: 8246
diff changeset
2549 msgstr ""
8d3085b4d047 fix(locale): update translation files
John Rouillard <rouilj@ieee.org>
parents: 8246
diff changeset
2550
8d3085b4d047 fix(locale): update translation files
John Rouillard <rouilj@ieee.org>
parents: 8246
diff changeset
2551 #: ../roundup/rest.py:2306
8246
3812c0fb1137 chore(translation): update roundup.pot and .po files
John Rouillard <rouilj@ieee.org>
parents: 8109
diff changeset
2552 #, python-format
3812c0fb1137 chore(translation): update roundup.pot and .po files
John Rouillard <rouilj@ieee.org>
parents: 8109
diff changeset
2553 msgid ""
3812c0fb1137 chore(translation): update roundup.pot and .po files
John Rouillard <rouilj@ieee.org>
parents: 8109
diff changeset
2554 "Unable to parse Accept Header. %(error)s. Acceptable types: */*, "
6364
e8361bce72de update pot file and language .po files.
John Rouillard <rouilj@ieee.org>
parents: 6301
diff changeset
2555 "%(acceptable_types)s"
e8361bce72de update pot file and language .po files.
John Rouillard <rouilj@ieee.org>
parents: 6301
diff changeset
2556 msgstr ""
e8361bce72de update pot file and language .po files.
John Rouillard <rouilj@ieee.org>
parents: 6301
diff changeset
2557
8276
8d3085b4d047 fix(locale): update translation files
John Rouillard <rouilj@ieee.org>
parents: 8246
diff changeset
2558 #: ../roundup/rest.py:2378 ../roundup/rest.py:2603 ../roundup/rest.py:2378:2603
6557
8687c096a945 Handle configparser.InterpolationSyntaxError
John Rouillard <rouilj@ieee.org>
parents: 6456
diff changeset
2559 #, python-format
8687c096a945 Handle configparser.InterpolationSyntaxError
John Rouillard <rouilj@ieee.org>
parents: 6456
diff changeset
2560 msgid ""
8687c096a945 Handle configparser.InterpolationSyntaxError
John Rouillard <rouilj@ieee.org>
parents: 6456
diff changeset
2561 "Unrecognized api version: %s. See /rest without specifying api version for "
8687c096a945 Handle configparser.InterpolationSyntaxError
John Rouillard <rouilj@ieee.org>
parents: 6456
diff changeset
2562 "supported versions."
8687c096a945 Handle configparser.InterpolationSyntaxError
John Rouillard <rouilj@ieee.org>
parents: 6456
diff changeset
2563 msgstr ""
8687c096a945 Handle configparser.InterpolationSyntaxError
John Rouillard <rouilj@ieee.org>
parents: 6456
diff changeset
2564
8276
8d3085b4d047 fix(locale): update translation files
John Rouillard <rouilj@ieee.org>
parents: 8246
diff changeset
2565 #: ../roundup/rest.py:2413 ../roundup/rest.py:2424 ../roundup/rest.py:2413:2424
8246
3812c0fb1137 chore(translation): update roundup.pot and .po files
John Rouillard <rouilj@ieee.org>
parents: 8109
diff changeset
2566 #, python-format
3812c0fb1137 chore(translation): update roundup.pot and .po files
John Rouillard <rouilj@ieee.org>
parents: 8109
diff changeset
2567 msgid ""
8276
8d3085b4d047 fix(locale): update translation files
John Rouillard <rouilj@ieee.org>
parents: 8246
diff changeset
2568 "Requested content type(s) '%(requested)s' not available.\n"
8d3085b4d047 fix(locale): update translation files
John Rouillard <rouilj@ieee.org>
parents: 8246
diff changeset
2569 "Acceptable mime types are: */*, %(acceptable)s"
8d3085b4d047 fix(locale): update translation files
John Rouillard <rouilj@ieee.org>
parents: 8246
diff changeset
2570 msgstr ""
8d3085b4d047 fix(locale): update translation files
John Rouillard <rouilj@ieee.org>
parents: 8246
diff changeset
2571
8d3085b4d047 fix(locale): update translation files
John Rouillard <rouilj@ieee.org>
parents: 8246
diff changeset
2572 #: ../roundup/rest.py:2702
8246
3812c0fb1137 chore(translation): update roundup.pot and .po files
John Rouillard <rouilj@ieee.org>
parents: 8109
diff changeset
2573 msgid ""
3812c0fb1137 chore(translation): update roundup.pot and .po files
John Rouillard <rouilj@ieee.org>
parents: 8109
diff changeset
2574 "Internal error while formatting response.\n"
3812c0fb1137 chore(translation): update roundup.pot and .po files
John Rouillard <rouilj@ieee.org>
parents: 8109
diff changeset
2575 "accept_mime_type is not defined. This should\n"
3812c0fb1137 chore(translation): update roundup.pot and .po files
John Rouillard <rouilj@ieee.org>
parents: 8109
diff changeset
2576 "never happen\n"
3812c0fb1137 chore(translation): update roundup.pot and .po files
John Rouillard <rouilj@ieee.org>
parents: 8109
diff changeset
2577 msgstr ""
3812c0fb1137 chore(translation): update roundup.pot and .po files
John Rouillard <rouilj@ieee.org>
parents: 8109
diff changeset
2578
7401
6ebc9f6f5d8e update locale files
John Rouillard <rouilj@ieee.org>
parents: 7209
diff changeset
2579 #: ../roundup/roundupdb.py:140
6223
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
2580 #, python-format
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
2581 msgid "Username '%s' already exists."
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
2582 msgstr ""
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
2583
7401
6ebc9f6f5d8e update locale files
John Rouillard <rouilj@ieee.org>
parents: 7209
diff changeset
2584 #: ../roundup/roundupdb.py:224
6223
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
2585 msgid "files"
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
2586 msgstr ""
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
2587
7401
6ebc9f6f5d8e update locale files
John Rouillard <rouilj@ieee.org>
parents: 7209
diff changeset
2588 #: ../roundup/roundupdb.py:224
6223
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
2589 msgid "messages"
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
2590 msgstr ""
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
2591
7401
6ebc9f6f5d8e update locale files
John Rouillard <rouilj@ieee.org>
parents: 7209
diff changeset
2592 #: ../roundup/roundupdb.py:224
6223
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
2593 msgid "nosy"
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
2594 msgstr ""
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
2595
6672
01216187a167 Testing translations in mailgw.py, update translations, i18n improved
John Rouillard <rouilj@ieee.org>
parents: 6620
diff changeset
2596 #: ../roundup/roundupdb.py:224
7401
6ebc9f6f5d8e update locale files
John Rouillard <rouilj@ieee.org>
parents: 7209
diff changeset
2597 msgid "superseder"
6672
01216187a167 Testing translations in mailgw.py, update translations, i18n improved
John Rouillard <rouilj@ieee.org>
parents: 6620
diff changeset
2598 msgstr ""
01216187a167 Testing translations in mailgw.py, update translations, i18n improved
John Rouillard <rouilj@ieee.org>
parents: 6620
diff changeset
2599
01216187a167 Testing translations in mailgw.py, update translations, i18n improved
John Rouillard <rouilj@ieee.org>
parents: 6620
diff changeset
2600 #: ../roundup/roundupdb.py:224
7401
6ebc9f6f5d8e update locale files
John Rouillard <rouilj@ieee.org>
parents: 7209
diff changeset
2601 msgid "title"
6ebc9f6f5d8e update locale files
John Rouillard <rouilj@ieee.org>
parents: 7209
diff changeset
2602 msgstr ""
6ebc9f6f5d8e update locale files
John Rouillard <rouilj@ieee.org>
parents: 7209
diff changeset
2603
6ebc9f6f5d8e update locale files
John Rouillard <rouilj@ieee.org>
parents: 7209
diff changeset
2604 #: ../roundup/roundupdb.py:225
6ebc9f6f5d8e update locale files
John Rouillard <rouilj@ieee.org>
parents: 7209
diff changeset
2605 msgid "assignedto"
6ebc9f6f5d8e update locale files
John Rouillard <rouilj@ieee.org>
parents: 7209
diff changeset
2606 msgstr ""
6ebc9f6f5d8e update locale files
John Rouillard <rouilj@ieee.org>
parents: 7209
diff changeset
2607
6ebc9f6f5d8e update locale files
John Rouillard <rouilj@ieee.org>
parents: 7209
diff changeset
2608 #: ../roundup/roundupdb.py:225
6ebc9f6f5d8e update locale files
John Rouillard <rouilj@ieee.org>
parents: 7209
diff changeset
2609 msgid "keyword"
6ebc9f6f5d8e update locale files
John Rouillard <rouilj@ieee.org>
parents: 7209
diff changeset
2610 msgstr ""
6ebc9f6f5d8e update locale files
John Rouillard <rouilj@ieee.org>
parents: 7209
diff changeset
2611
6ebc9f6f5d8e update locale files
John Rouillard <rouilj@ieee.org>
parents: 7209
diff changeset
2612 #: ../roundup/roundupdb.py:225
6672
01216187a167 Testing translations in mailgw.py, update translations, i18n improved
John Rouillard <rouilj@ieee.org>
parents: 6620
diff changeset
2613 msgid "priority"
01216187a167 Testing translations in mailgw.py, update translations, i18n improved
John Rouillard <rouilj@ieee.org>
parents: 6620
diff changeset
2614 msgstr ""
01216187a167 Testing translations in mailgw.py, update translations, i18n improved
John Rouillard <rouilj@ieee.org>
parents: 6620
diff changeset
2615
7401
6ebc9f6f5d8e update locale files
John Rouillard <rouilj@ieee.org>
parents: 7209
diff changeset
2616 #: ../roundup/roundupdb.py:225
6672
01216187a167 Testing translations in mailgw.py, update translations, i18n improved
John Rouillard <rouilj@ieee.org>
parents: 6620
diff changeset
2617 msgid "status"
01216187a167 Testing translations in mailgw.py, update translations, i18n improved
John Rouillard <rouilj@ieee.org>
parents: 6620
diff changeset
2618 msgstr ""
01216187a167 Testing translations in mailgw.py, update translations, i18n improved
John Rouillard <rouilj@ieee.org>
parents: 6620
diff changeset
2619
7401
6ebc9f6f5d8e update locale files
John Rouillard <rouilj@ieee.org>
parents: 7209
diff changeset
2620 #: ../roundup/roundupdb.py:228
6223
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
2621 msgid "activity"
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
2622 msgstr ""
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
2623
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
2624 #. following properties are common for all hyperdb classes
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
2625 #. they are listed here to keep things in one place
7401
6ebc9f6f5d8e update locale files
John Rouillard <rouilj@ieee.org>
parents: 7209
diff changeset
2626 #: ../roundup/roundupdb.py:228
6223
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
2627 msgid "actor"
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
2628 msgstr ""
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
2629
7401
6ebc9f6f5d8e update locale files
John Rouillard <rouilj@ieee.org>
parents: 7209
diff changeset
2630 #: ../roundup/roundupdb.py:228
6223
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
2631 msgid "creation"
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
2632 msgstr ""
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
2633
7401
6ebc9f6f5d8e update locale files
John Rouillard <rouilj@ieee.org>
parents: 7209
diff changeset
2634 #: ../roundup/roundupdb.py:228
6223
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
2635 msgid "creator"
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
2636 msgstr ""
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
2637
8328
3bf6ad421347 chore: update files for release 2.5.0b1.
John Rouillard <rouilj@ieee.org>
parents: 8276
diff changeset
2638 #: ../roundup/roundupdb.py:447
6223
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
2639 #, python-format
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
2640 msgid "No key for \"%(adr)s\" in keyring"
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
2641 msgstr ""
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
2642
8328
3bf6ad421347 chore: update files for release 2.5.0b1.
John Rouillard <rouilj@ieee.org>
parents: 8276
diff changeset
2643 #: ../roundup/roundupdb.py:525
6223
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
2644 #, python-format
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
2645 msgid "New submission from %(authname)s%(authaddr)s:"
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
2646 msgstr ""
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
2647
8328
3bf6ad421347 chore: update files for release 2.5.0b1.
John Rouillard <rouilj@ieee.org>
parents: 8276
diff changeset
2648 #: ../roundup/roundupdb.py:528
6223
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
2649 #, python-format
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
2650 msgid "%(authname)s%(authaddr)s added the comment:"
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
2651 msgstr ""
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
2652
8328
3bf6ad421347 chore: update files for release 2.5.0b1.
John Rouillard <rouilj@ieee.org>
parents: 8276
diff changeset
2653 #: ../roundup/roundupdb.py:531
6223
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
2654 #, python-format
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
2655 msgid "Change by %(authname)s%(authaddr)s:"
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
2656 msgstr ""
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
2657
8328
3bf6ad421347 chore: update files for release 2.5.0b1.
John Rouillard <rouilj@ieee.org>
parents: 8276
diff changeset
2658 #: ../roundup/roundupdb.py:550
6223
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
2659 #, python-format
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
2660 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
2661 msgstr ""
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
2662
8328
3bf6ad421347 chore: update files for release 2.5.0b1.
John Rouillard <rouilj@ieee.org>
parents: 8276
diff changeset
2663 #: ../roundup/roundupdb.py:925
6223
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
2664 #, python-format
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
2665 msgid ""
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
2666 "\n"
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
2667 "Now:\n"
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
2668 "%(new)s\n"
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
2669 "Was:\n"
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
2670 "%(old)s"
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
2671 msgstr ""
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
2672
8109
cd642eaf358e fix: remove duplicate source sring after fix to admin.py. Update to new roundup.pot extraction
John Rouillard <rouilj@ieee.org>
parents: 8106
diff changeset
2673 #: ../roundup/scripts/roundup_demo.py:50
7063
aca710a3b687 update roundup.pot and .po locale files for fixed translations
John Rouillard <rouilj@ieee.org>
parents: 7052
diff changeset
2674 #, python-format
aca710a3b687 update roundup.pot and .po locale files for fixed translations
John Rouillard <rouilj@ieee.org>
parents: 7052
diff changeset
2675 msgid ""
aca710a3b687 update roundup.pot and .po locale files for fixed translations
John Rouillard <rouilj@ieee.org>
parents: 7052
diff changeset
2676 "Enter tracker template to use (one of (%(template_list)s)) "
aca710a3b687 update roundup.pot and .po locale files for fixed translations
John Rouillard <rouilj@ieee.org>
parents: 7052
diff changeset
2677 "[%(default_template)s]: "
5818
30dc6cb23b21 updated pot file for release
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
2678 msgstr ""
30dc6cb23b21 updated pot file for release
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
2679
8109
cd642eaf358e fix: remove duplicate source sring after fix to admin.py. Update to new roundup.pot extraction
John Rouillard <rouilj@ieee.org>
parents: 8106
diff changeset
2680 #: ../roundup/scripts/roundup_demo.py:166
cd642eaf358e fix: remove duplicate source sring after fix to admin.py. Update to new roundup.pot extraction
John Rouillard <rouilj@ieee.org>
parents: 8106
diff changeset
2681 #, python-format
cd642eaf358e fix: remove duplicate source sring after fix to admin.py. Update to new roundup.pot extraction
John Rouillard <rouilj@ieee.org>
parents: 8106
diff changeset
2682 msgid "Enter directory path to create demo tracker [%s]: "
cd642eaf358e fix: remove duplicate source sring after fix to admin.py. Update to new roundup.pot extraction
John Rouillard <rouilj@ieee.org>
parents: 8106
diff changeset
2683 msgstr ""
cd642eaf358e fix: remove duplicate source sring after fix to admin.py. Update to new roundup.pot extraction
John Rouillard <rouilj@ieee.org>
parents: 8106
diff changeset
2684
cd642eaf358e fix: remove duplicate source sring after fix to admin.py. Update to new roundup.pot extraction
John Rouillard <rouilj@ieee.org>
parents: 8106
diff changeset
2685 #: ../roundup/scripts/roundup_gettext.py:33
cd642eaf358e fix: remove duplicate source sring after fix to admin.py. Update to new roundup.pot extraction
John Rouillard <rouilj@ieee.org>
parents: 8106
diff changeset
2686 msgid ""
cd642eaf358e fix: remove duplicate source sring after fix to admin.py. Update to new roundup.pot extraction
John Rouillard <rouilj@ieee.org>
parents: 8106
diff changeset
2687 "\n"
cd642eaf358e fix: remove duplicate source sring after fix to admin.py. Update to new roundup.pot extraction
John Rouillard <rouilj@ieee.org>
parents: 8106
diff changeset
2688 "Extracting translatable strings only from html templates.\n"
cd642eaf358e fix: remove duplicate source sring after fix to admin.py. Update to new roundup.pot extraction
John Rouillard <rouilj@ieee.org>
parents: 8106
diff changeset
2689 "Because the 'polib' module is missing, unable to extract\n"
cd642eaf358e fix: remove duplicate source sring after fix to admin.py. Update to new roundup.pot extraction
John Rouillard <rouilj@ieee.org>
parents: 8106
diff changeset
2690 "translations from detectors or extensions.\n"
cd642eaf358e fix: remove duplicate source sring after fix to admin.py. Update to new roundup.pot extraction
John Rouillard <rouilj@ieee.org>
parents: 8106
diff changeset
2691 "The 'polib' module can be installed with pip.\n"
cd642eaf358e fix: remove duplicate source sring after fix to admin.py. Update to new roundup.pot extraction
John Rouillard <rouilj@ieee.org>
parents: 8106
diff changeset
2692 msgstr ""
cd642eaf358e fix: remove duplicate source sring after fix to admin.py. Update to new roundup.pot extraction
John Rouillard <rouilj@ieee.org>
parents: 8106
diff changeset
2693
cd642eaf358e fix: remove duplicate source sring after fix to admin.py. Update to new roundup.pot extraction
John Rouillard <rouilj@ieee.org>
parents: 8106
diff changeset
2694 #: ../roundup/scripts/roundup_gettext.py:71
6223
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
2695 #, python-format
2999
eb94211d5ac3 *** empty log message ***
Alexander Smishlajev <a1s@users.sourceforge.net>
parents: 2790
diff changeset
2696 msgid "Usage: %(program)s <tracker home>"
eb94211d5ac3 *** empty log message ***
Alexander Smishlajev <a1s@users.sourceforge.net>
parents: 2790
diff changeset
2697 msgstr ""
eb94211d5ac3 *** empty log message ***
Alexander Smishlajev <a1s@users.sourceforge.net>
parents: 2790
diff changeset
2698
8109
cd642eaf358e fix: remove duplicate source sring after fix to admin.py. Update to new roundup.pot extraction
John Rouillard <rouilj@ieee.org>
parents: 8106
diff changeset
2699 #: ../roundup/scripts/roundup_gettext.py:89
6223
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
2700 #, python-format
2999
eb94211d5ac3 *** empty log message ***
Alexander Smishlajev <a1s@users.sourceforge.net>
parents: 2790
diff changeset
2701 msgid "No tracker templates found in directory %s"
eb94211d5ac3 *** empty log message ***
Alexander Smishlajev <a1s@users.sourceforge.net>
parents: 2790
diff changeset
2702 msgstr ""
eb94211d5ac3 *** empty log message ***
Alexander Smishlajev <a1s@users.sourceforge.net>
parents: 2790
diff changeset
2703
7203
12a3cd86668f auto update 'password_pbkdf2_default_rounds' "
John Rouillard <rouilj@ieee.org>
parents: 7069
diff changeset
2704 #: ../roundup/scripts/roundup_mailgw.py:182
2311
4c50ccae68ab Roundup message template file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff changeset
2705 msgid ""
4094
5a9631828e33 update message template file building:
Alexander Smishlajev <a1s@users.sourceforge.net>
parents: 3926
diff changeset
2706 "\n"
7069
c9a02c670e69 latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents: 7063
diff changeset
2707 "Error: The instance home must be specified"
2311
4c50ccae68ab Roundup message template file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff changeset
2708 msgstr ""
4c50ccae68ab Roundup message template file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff changeset
2709
7203
12a3cd86668f auto update 'password_pbkdf2_default_rounds' "
John Rouillard <rouilj@ieee.org>
parents: 7069
diff changeset
2710 #: ../roundup/scripts/roundup_mailgw.py:200
7069
c9a02c670e69 latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents: 7063
diff changeset
2711 msgid ""
c9a02c670e69 latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents: 7063
diff changeset
2712 "\n"
c9a02c670e69 latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents: 7063
diff changeset
2713 "Error: not enough source specification information"
c9a02c670e69 latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents: 7063
diff changeset
2714 msgstr ""
c9a02c670e69 latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents: 7063
diff changeset
2715
7203
12a3cd86668f auto update 'password_pbkdf2_default_rounds' "
John Rouillard <rouilj@ieee.org>
parents: 7069
diff changeset
2716 #: ../roundup/scripts/roundup_mailgw.py:231
7069
c9a02c670e69 latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents: 7063
diff changeset
2717 #, python-format
6223
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
2718 msgid ""
7069
c9a02c670e69 latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents: 7063
diff changeset
2719 "\n"
c9a02c670e69 latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents: 7063
diff changeset
2720 "Error: %s specification not valid"
c9a02c670e69 latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents: 7063
diff changeset
2721 msgstr ""
c9a02c670e69 latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents: 7063
diff changeset
2722
7203
12a3cd86668f auto update 'password_pbkdf2_default_rounds' "
John Rouillard <rouilj@ieee.org>
parents: 7069
diff changeset
2723 #: ../roundup/scripts/roundup_mailgw.py:254
7069
c9a02c670e69 latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents: 7063
diff changeset
2724 msgid ""
c9a02c670e69 latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents: 7063
diff changeset
2725 "\n"
6223
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
2726 "Error: The source must be either \"mailbox\", \"pop\", \"pops\", \"apop\", "
7069
c9a02c670e69 latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents: 7063
diff changeset
2727 "\"imap\", \"imaps\", \"imaps_cram\", or \"imaps_oauth\""
5818
30dc6cb23b21 updated pot file for release
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
2728 msgstr ""
30dc6cb23b21 updated pot file for release
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
2729
8246
3812c0fb1137 chore(translation): update roundup.pot and .po files
John Rouillard <rouilj@ieee.org>
parents: 8109
diff changeset
2730 #: ../roundup/scripts/roundup_server.py:113
3907
20635137bc64 update from sources (includes "topic" -> "keyword" rename)
Alexander Smishlajev <a1s@users.sourceforge.net>
parents: 3791
diff changeset
2731 msgid "WARNING: generating temporary SSL certificate"
20635137bc64 update from sources (includes "topic" -> "keyword" rename)
Alexander Smishlajev <a1s@users.sourceforge.net>
parents: 3791
diff changeset
2732 msgstr ""
20635137bc64 update from sources (includes "topic" -> "keyword" rename)
Alexander Smishlajev <a1s@users.sourceforge.net>
parents: 3791
diff changeset
2733
8066
88af8f1a9e1b build: generate and rebuild locale files for release.
John Rouillard <rouilj@ieee.org>
parents: 8007
diff changeset
2734 #: ../roundup/scripts/roundup_server.py:144
8246
3812c0fb1137 chore(translation): update roundup.pot and .po files
John Rouillard <rouilj@ieee.org>
parents: 8109
diff changeset
2735 #, python-format
3812c0fb1137 chore(translation): update roundup.pot and .po files
John Rouillard <rouilj@ieee.org>
parents: 8109
diff changeset
2736 msgid "Unable to find/use key from file: %(pemfile)s"
3812c0fb1137 chore(translation): update roundup.pot and .po files
John Rouillard <rouilj@ieee.org>
parents: 8109
diff changeset
2737 msgstr ""
3812c0fb1137 chore(translation): update roundup.pot and .po files
John Rouillard <rouilj@ieee.org>
parents: 8109
diff changeset
2738
3812c0fb1137 chore(translation): update roundup.pot and .po files
John Rouillard <rouilj@ieee.org>
parents: 8109
diff changeset
2739 #: ../roundup/scripts/roundup_server.py:145
8066
88af8f1a9e1b build: generate and rebuild locale files for release.
John Rouillard <rouilj@ieee.org>
parents: 8007
diff changeset
2740 msgid ""
88af8f1a9e1b build: generate and rebuild locale files for release.
John Rouillard <rouilj@ieee.org>
parents: 8007
diff changeset
2741 "Does it have a private key surrounded by '-----BEGIN PRIVATE KEY-----' and\n"
88af8f1a9e1b build: generate and rebuild locale files for release.
John Rouillard <rouilj@ieee.org>
parents: 8007
diff changeset
2742 " '-----END PRIVATE KEY-----' markers?"
88af8f1a9e1b build: generate and rebuild locale files for release.
John Rouillard <rouilj@ieee.org>
parents: 8007
diff changeset
2743 msgstr ""
88af8f1a9e1b build: generate and rebuild locale files for release.
John Rouillard <rouilj@ieee.org>
parents: 8007
diff changeset
2744
8246
3812c0fb1137 chore(translation): update roundup.pot and .po files
John Rouillard <rouilj@ieee.org>
parents: 8109
diff changeset
2745 #: ../roundup/scripts/roundup_server.py:150
8066
88af8f1a9e1b build: generate and rebuild locale files for release.
John Rouillard <rouilj@ieee.org>
parents: 8007
diff changeset
2746 #, python-format
88af8f1a9e1b build: generate and rebuild locale files for release.
John Rouillard <rouilj@ieee.org>
parents: 8007
diff changeset
2747 msgid "Unable to find/use certificate from file: %(pemfile)s"
88af8f1a9e1b build: generate and rebuild locale files for release.
John Rouillard <rouilj@ieee.org>
parents: 8007
diff changeset
2748 msgstr ""
88af8f1a9e1b build: generate and rebuild locale files for release.
John Rouillard <rouilj@ieee.org>
parents: 8007
diff changeset
2749
8246
3812c0fb1137 chore(translation): update roundup.pot and .po files
John Rouillard <rouilj@ieee.org>
parents: 8109
diff changeset
2750 #: ../roundup/scripts/roundup_server.py:151
8066
88af8f1a9e1b build: generate and rebuild locale files for release.
John Rouillard <rouilj@ieee.org>
parents: 8007
diff changeset
2751 msgid ""
88af8f1a9e1b build: generate and rebuild locale files for release.
John Rouillard <rouilj@ieee.org>
parents: 8007
diff changeset
2752 "Does it have a certificate surrounded by '-----BEGIN CERTIFICATE-----' and\n"
88af8f1a9e1b build: generate and rebuild locale files for release.
John Rouillard <rouilj@ieee.org>
parents: 8007
diff changeset
2753 " '-----END CERTIFICATE-----' markers?"
88af8f1a9e1b build: generate and rebuild locale files for release.
John Rouillard <rouilj@ieee.org>
parents: 8007
diff changeset
2754 msgstr ""
88af8f1a9e1b build: generate and rebuild locale files for release.
John Rouillard <rouilj@ieee.org>
parents: 8007
diff changeset
2755
8276
8d3085b4d047 fix(locale): update translation files
John Rouillard <rouilj@ieee.org>
parents: 8246
diff changeset
2756 #: ../roundup/scripts/roundup_server.py:354
2340
7005d0162ed0 updated from latest sources.
Alexander Smishlajev <a1s@users.sourceforge.net>
parents: 2311
diff changeset
2757 msgid ""
7005d0162ed0 updated from latest sources.
Alexander Smishlajev <a1s@users.sourceforge.net>
parents: 2311
diff changeset
2758 "<html><head><title>Roundup trackers index</title></head>\n"
7005d0162ed0 updated from latest sources.
Alexander Smishlajev <a1s@users.sourceforge.net>
parents: 2311
diff changeset
2759 "<body><h1>Roundup trackers index</h1><ol>\n"
2311
4c50ccae68ab Roundup message template file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff changeset
2760 msgstr ""
4c50ccae68ab Roundup message template file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff changeset
2761
8328
3bf6ad421347 chore: update files for release 2.5.0b1.
John Rouillard <rouilj@ieee.org>
parents: 8276
diff changeset
2762 #: ../roundup/scripts/roundup_server.py:602
8066
88af8f1a9e1b build: generate and rebuild locale files for release.
John Rouillard <rouilj@ieee.org>
parents: 8007
diff changeset
2763 #, python-format
88af8f1a9e1b build: generate and rebuild locale files for release.
John Rouillard <rouilj@ieee.org>
parents: 8007
diff changeset
2764 msgid "Error: %(type)s: %(value)s"
88af8f1a9e1b build: generate and rebuild locale files for release.
John Rouillard <rouilj@ieee.org>
parents: 8007
diff changeset
2765 msgstr ""
88af8f1a9e1b build: generate and rebuild locale files for release.
John Rouillard <rouilj@ieee.org>
parents: 8007
diff changeset
2766
8328
3bf6ad421347 chore: update files for release 2.5.0b1.
John Rouillard <rouilj@ieee.org>
parents: 8276
diff changeset
2767 #: ../roundup/scripts/roundup_server.py:614
8066
88af8f1a9e1b build: generate and rebuild locale files for release.
John Rouillard <rouilj@ieee.org>
parents: 8007
diff changeset
2768 msgid "WARNING: ignoring \"-g\" argument, not root"
88af8f1a9e1b build: generate and rebuild locale files for release.
John Rouillard <rouilj@ieee.org>
parents: 8007
diff changeset
2769 msgstr ""
88af8f1a9e1b build: generate and rebuild locale files for release.
John Rouillard <rouilj@ieee.org>
parents: 8007
diff changeset
2770
8328
3bf6ad421347 chore: update files for release 2.5.0b1.
John Rouillard <rouilj@ieee.org>
parents: 8276
diff changeset
2771 #: ../roundup/scripts/roundup_server.py:620
6694
51865a1ee765 Update locale for 2.2.0b1 release.
John Rouillard <rouilj@ieee.org>
parents: 6676
diff changeset
2772 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
2773 msgstr ""
51865a1ee765 Update locale for 2.2.0b1 release.
John Rouillard <rouilj@ieee.org>
parents: 6676
diff changeset
2774
8328
3bf6ad421347 chore: update files for release 2.5.0b1.
John Rouillard <rouilj@ieee.org>
parents: 8276
diff changeset
2775 #: ../roundup/scripts/roundup_server.py:629
6694
51865a1ee765 Update locale for 2.2.0b1 release.
John Rouillard <rouilj@ieee.org>
parents: 6676
diff changeset
2776 #, python-format
51865a1ee765 Update locale for 2.2.0b1 release.
John Rouillard <rouilj@ieee.org>
parents: 6676
diff changeset
2777 msgid "Group %(group)s doesn't exist"
51865a1ee765 Update locale for 2.2.0b1 release.
John Rouillard <rouilj@ieee.org>
parents: 6676
diff changeset
2778 msgstr ""
51865a1ee765 Update locale for 2.2.0b1 release.
John Rouillard <rouilj@ieee.org>
parents: 6676
diff changeset
2779
8328
3bf6ad421347 chore: update files for release 2.5.0b1.
John Rouillard <rouilj@ieee.org>
parents: 8276
diff changeset
2780 #: ../roundup/scripts/roundup_server.py:641
8066
88af8f1a9e1b build: generate and rebuild locale files for release.
John Rouillard <rouilj@ieee.org>
parents: 8007
diff changeset
2781 msgid "Can't run as root!"
88af8f1a9e1b build: generate and rebuild locale files for release.
John Rouillard <rouilj@ieee.org>
parents: 8007
diff changeset
2782 msgstr ""
88af8f1a9e1b build: generate and rebuild locale files for release.
John Rouillard <rouilj@ieee.org>
parents: 8007
diff changeset
2783
8328
3bf6ad421347 chore: update files for release 2.5.0b1.
John Rouillard <rouilj@ieee.org>
parents: 8276
diff changeset
2784 #: ../roundup/scripts/roundup_server.py:644
8066
88af8f1a9e1b build: generate and rebuild locale files for release.
John Rouillard <rouilj@ieee.org>
parents: 8007
diff changeset
2785 msgid "WARNING: ignoring \"-u\" argument, not root"
88af8f1a9e1b build: generate and rebuild locale files for release.
John Rouillard <rouilj@ieee.org>
parents: 8007
diff changeset
2786 msgstr ""
88af8f1a9e1b build: generate and rebuild locale files for release.
John Rouillard <rouilj@ieee.org>
parents: 8007
diff changeset
2787
8328
3bf6ad421347 chore: update files for release 2.5.0b1.
John Rouillard <rouilj@ieee.org>
parents: 8276
diff changeset
2788 #: ../roundup/scripts/roundup_server.py:650
8066
88af8f1a9e1b build: generate and rebuild locale files for release.
John Rouillard <rouilj@ieee.org>
parents: 8007
diff changeset
2789 msgid "Can't change users - no pwd module"
88af8f1a9e1b build: generate and rebuild locale files for release.
John Rouillard <rouilj@ieee.org>
parents: 8007
diff changeset
2790 msgstr ""
88af8f1a9e1b build: generate and rebuild locale files for release.
John Rouillard <rouilj@ieee.org>
parents: 8007
diff changeset
2791
8328
3bf6ad421347 chore: update files for release 2.5.0b1.
John Rouillard <rouilj@ieee.org>
parents: 8276
diff changeset
2792 #: ../roundup/scripts/roundup_server.py:659
6223
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
2793 #, python-format
2999
eb94211d5ac3 *** empty log message ***
Alexander Smishlajev <a1s@users.sourceforge.net>
parents: 2790
diff changeset
2794 msgid "User %(user)s doesn't exist"
eb94211d5ac3 *** empty log message ***
Alexander Smishlajev <a1s@users.sourceforge.net>
parents: 2790
diff changeset
2795 msgstr ""
eb94211d5ac3 *** empty log message ***
Alexander Smishlajev <a1s@users.sourceforge.net>
parents: 2790
diff changeset
2796
8328
3bf6ad421347 chore: update files for release 2.5.0b1.
John Rouillard <rouilj@ieee.org>
parents: 8276
diff changeset
2797 #: ../roundup/scripts/roundup_server.py:871
6223
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
2798 #, python-format
2999
eb94211d5ac3 *** empty log message ***
Alexander Smishlajev <a1s@users.sourceforge.net>
parents: 2790
diff changeset
2799 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
2800 msgstr ""
eb94211d5ac3 *** empty log message ***
Alexander Smishlajev <a1s@users.sourceforge.net>
parents: 2790
diff changeset
2801
8276
8d3085b4d047 fix(locale): update translation files
John Rouillard <rouilj@ieee.org>
parents: 8246
diff changeset
2802 #: ../roundup/scripts/roundup_server.py:899
6986
5a84ddf7aa8b update with roundup_admin and indexer_xapian strings
John Rouillard <rouilj@ieee.org>
parents: 6942
diff changeset
2803 #, python-format
8328
3bf6ad421347 chore: update files for release 2.5.0b1.
John Rouillard <rouilj@ieee.org>
parents: 8276
diff changeset
2804 msgid "Unable to bind to port %s, port already in use."
3bf6ad421347 chore: update files for release 2.5.0b1.
John Rouillard <rouilj@ieee.org>
parents: 8276
diff changeset
2805 msgstr ""
3bf6ad421347 chore: update files for release 2.5.0b1.
John Rouillard <rouilj@ieee.org>
parents: 8276
diff changeset
2806
3bf6ad421347 chore: update files for release 2.5.0b1.
John Rouillard <rouilj@ieee.org>
parents: 8276
diff changeset
2807 #: ../roundup/scripts/roundup_server.py:903
3bf6ad421347 chore: update files for release 2.5.0b1.
John Rouillard <rouilj@ieee.org>
parents: 8276
diff changeset
2808 #, python-format
6744
13abb143df48 Update tranlsation strings
John Rouillard <rouilj@ieee.org>
parents: 6694
diff changeset
2809 msgid ""
13abb143df48 Update tranlsation strings
John Rouillard <rouilj@ieee.org>
parents: 6694
diff changeset
2810 "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
2811 msgstr ""
13abb143df48 Update tranlsation strings
John Rouillard <rouilj@ieee.org>
parents: 6694
diff changeset
2812
8328
3bf6ad421347 chore: update files for release 2.5.0b1.
John Rouillard <rouilj@ieee.org>
parents: 8276
diff changeset
2813 #: ../roundup/scripts/roundup_server.py:982
2340
7005d0162ed0 updated from latest sources.
Alexander Smishlajev <a1s@users.sourceforge.net>
parents: 2311
diff changeset
2814 msgid ""
2522
d027430c7cc7 updated from current sources, including:
Alexander Smishlajev <a1s@users.sourceforge.net>
parents: 2469
diff changeset
2815 " -c <Command> Windows Service options.\n"
d027430c7cc7 updated from current sources, including:
Alexander Smishlajev <a1s@users.sourceforge.net>
parents: 2469
diff changeset
2816 " 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
2817 " must use configuration file to specify tracker homes.\n"
eb94211d5ac3 *** empty log message ***
Alexander Smishlajev <a1s@users.sourceforge.net>
parents: 2790
diff changeset
2818 " Logfile option is required to run Roundup Tracker service.\n"
eb94211d5ac3 *** empty log message ***
Alexander Smishlajev <a1s@users.sourceforge.net>
parents: 2790
diff changeset
2819 " 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
2820 " specifics."
2340
7005d0162ed0 updated from latest sources.
Alexander Smishlajev <a1s@users.sourceforge.net>
parents: 2311
diff changeset
2821 msgstr ""
7005d0162ed0 updated from latest sources.
Alexander Smishlajev <a1s@users.sourceforge.net>
parents: 2311
diff changeset
2822
8328
3bf6ad421347 chore: update files for release 2.5.0b1.
John Rouillard <rouilj@ieee.org>
parents: 8276
diff changeset
2823 #: ../roundup/scripts/roundup_server.py:989
2522
d027430c7cc7 updated from current sources, including:
Alexander Smishlajev <a1s@users.sourceforge.net>
parents: 2469
diff changeset
2824 msgid ""
d027430c7cc7 updated from current sources, including:
Alexander Smishlajev <a1s@users.sourceforge.net>
parents: 2469
diff changeset
2825 " -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
2826 " -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
2827 " -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
2828 " to the file indicated by PIDfile. The -l option *must* be\n"
8246
3812c0fb1137 chore(translation): update roundup.pot and .po files
John Rouillard <rouilj@ieee.org>
parents: 8109
diff changeset
2829 " specified if -d is used.\n"
3812c0fb1137 chore(translation): update roundup.pot and .po files
John Rouillard <rouilj@ieee.org>
parents: 8109
diff changeset
2830 " -D run the server in the foreground even when -d is used."
3812c0fb1137 chore(translation): update roundup.pot and .po files
John Rouillard <rouilj@ieee.org>
parents: 8109
diff changeset
2831 msgstr ""
3812c0fb1137 chore(translation): update roundup.pot and .po files
John Rouillard <rouilj@ieee.org>
parents: 8109
diff changeset
2832
8328
3bf6ad421347 chore: update files for release 2.5.0b1.
John Rouillard <rouilj@ieee.org>
parents: 8276
diff changeset
2833 #: ../roundup/scripts/roundup_server.py:997
6223
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
2834 #, python-format
2311
4c50ccae68ab Roundup message template file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff changeset
2835 msgid ""
6557
8687c096a945 Handle configparser.InterpolationSyntaxError
John Rouillard <rouilj@ieee.org>
parents: 6456
diff changeset
2836 "\n"
2522
d027430c7cc7 updated from current sources, including:
Alexander Smishlajev <a1s@users.sourceforge.net>
parents: 2469
diff changeset
2837 "%(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
2838 "\n"
d027430c7cc7 updated from current sources, including:
Alexander Smishlajev <a1s@users.sourceforge.net>
parents: 2469
diff changeset
2839 "Options:\n"
2999
eb94211d5ac3 *** empty log message ***
Alexander Smishlajev <a1s@users.sourceforge.net>
parents: 2790
diff changeset
2840 " -v print the Roundup version number and exit\n"
eb94211d5ac3 *** empty log message ***
Alexander Smishlajev <a1s@users.sourceforge.net>
parents: 2790
diff changeset
2841 " -h print this text and exit\n"
eb94211d5ac3 *** empty log message ***
Alexander Smishlajev <a1s@users.sourceforge.net>
parents: 2790
diff changeset
2842 " -S create or update configuration file and exit\n"
eb94211d5ac3 *** empty log message ***
Alexander Smishlajev <a1s@users.sourceforge.net>
parents: 2790
diff changeset
2843 " -C <fname> use configuration file <fname>\n"
5818
30dc6cb23b21 updated pot file for release
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
2844 " -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
2845 " specifies on which network interfaces to listen for\n"
30dc6cb23b21 updated pot file for release
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
2846 " 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
2847 " to all network interfaces\n"
2999
eb94211d5ac3 *** empty log message ***
Alexander Smishlajev <a1s@users.sourceforge.net>
parents: 2790
diff changeset
2848 " -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
2849 " -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
2850 " -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
2851 " -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
2852 "slower)\n"
3907
20635137bc64 update from sources (includes "topic" -> "keyword" rename)
Alexander Smishlajev <a1s@users.sourceforge.net>
parents: 3791
diff changeset
2853 " -i <fname> set tracker index template\n"
7401
6ebc9f6f5d8e update locale files
John Rouillard <rouilj@ieee.org>
parents: 7209
diff changeset
2854 " -m <children> maximum number of children to spawn in fork multiprocess mode\n"
3907
20635137bc64 update from sources (includes "topic" -> "keyword" rename)
Alexander Smishlajev <a1s@users.sourceforge.net>
parents: 3791
diff changeset
2855 " -s enable SSL\n"
5818
30dc6cb23b21 updated pot file for release
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
2856 " -L http request logging uses python logging (roundup.http)\n"
8246
3812c0fb1137 chore(translation): update roundup.pot and .po files
John Rouillard <rouilj@ieee.org>
parents: 8109
diff changeset
2857 " -P log client address/name using reverse proxy X-Forwarded-For\n"
3812c0fb1137 chore(translation): update roundup.pot and .po files
John Rouillard <rouilj@ieee.org>
parents: 8109
diff changeset
2858 " header and not the connection IP (which is the reverse "
3812c0fb1137 chore(translation): update roundup.pot and .po files
John Rouillard <rouilj@ieee.org>
parents: 8109
diff changeset
2859 "proxy).\n"
3812c0fb1137 chore(translation): update roundup.pot and .po files
John Rouillard <rouilj@ieee.org>
parents: 8109
diff changeset
2860 " Appends a '+' sign to the logged address/name.\n"
3907
20635137bc64 update from sources (includes "topic" -> "keyword" rename)
Alexander Smishlajev <a1s@users.sourceforge.net>
parents: 3791
diff changeset
2861 " -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
2862 " -t <mode> multiprocess mode (default: %(mp_def)s).\n"
eb94211d5ac3 *** empty log message ***
Alexander Smishlajev <a1s@users.sourceforge.net>
parents: 2790
diff changeset
2863 " Allowed values: %(mp_types)s.\n"
6557
8687c096a945 Handle configparser.InterpolationSyntaxError
John Rouillard <rouilj@ieee.org>
parents: 6456
diff changeset
2864 " -V <version> set HTTP version (default: HTTP/1.1).\n"
8687c096a945 Handle configparser.InterpolationSyntaxError
John Rouillard <rouilj@ieee.org>
parents: 6456
diff changeset
2865 " Allowed values: HTTP/1.0, HTTP/1.1.\n"
8687c096a945 Handle configparser.InterpolationSyntaxError
John Rouillard <rouilj@ieee.org>
parents: 6456
diff changeset
2866 "\n"
2522
d027430c7cc7 updated from current sources, including:
Alexander Smishlajev <a1s@users.sourceforge.net>
parents: 2469
diff changeset
2867 "%(os_part)s\n"
2311
4c50ccae68ab Roundup message template file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff changeset
2868 "\n"
2999
eb94211d5ac3 *** empty log message ***
Alexander Smishlajev <a1s@users.sourceforge.net>
parents: 2790
diff changeset
2869 "Long options:\n"
eb94211d5ac3 *** empty log message ***
Alexander Smishlajev <a1s@users.sourceforge.net>
parents: 2790
diff changeset
2870 " --version print the Roundup version number and exit\n"
eb94211d5ac3 *** empty log message ***
Alexander Smishlajev <a1s@users.sourceforge.net>
parents: 2790
diff changeset
2871 " --help print this text and exit\n"
eb94211d5ac3 *** empty log message ***
Alexander Smishlajev <a1s@users.sourceforge.net>
parents: 2790
diff changeset
2872 " --save-config create or update configuration file and exit\n"
eb94211d5ac3 *** empty log message ***
Alexander Smishlajev <a1s@users.sourceforge.net>
parents: 2790
diff changeset
2873 " --config <fname> use configuration file <fname>\n"
eb94211d5ac3 *** empty log message ***
Alexander Smishlajev <a1s@users.sourceforge.net>
parents: 2790
diff changeset
2874 " 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
2875 " also may be specified in form --<name>=<value>\n"
eb94211d5ac3 *** empty log message ***
Alexander Smishlajev <a1s@users.sourceforge.net>
parents: 2790
diff changeset
2876 "\n"
2522
d027430c7cc7 updated from current sources, including:
Alexander Smishlajev <a1s@users.sourceforge.net>
parents: 2469
diff changeset
2877 "Examples:\n"
2999
eb94211d5ac3 *** empty log message ***
Alexander Smishlajev <a1s@users.sourceforge.net>
parents: 2790
diff changeset
2878 "\n"
eb94211d5ac3 *** empty log message ***
Alexander Smishlajev <a1s@users.sourceforge.net>
parents: 2790
diff changeset
2879 " 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
2880 " -n localhost -p 8917 -l /var/log/roundup.log \\\n"
eb94211d5ac3 *** empty log message ***
Alexander Smishlajev <a1s@users.sourceforge.net>
parents: 2790
diff changeset
2881 " support=/var/spool/roundup-trackers/support\n"
eb94211d5ac3 *** empty log message ***
Alexander Smishlajev <a1s@users.sourceforge.net>
parents: 2790
diff changeset
2882 "\n"
2790
949444406999 updated from current sources
Alexander Smishlajev <a1s@users.sourceforge.net>
parents: 2567
diff changeset
2883 " 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
2884 "\n"
2522
d027430c7cc7 updated from current sources, including:
Alexander Smishlajev <a1s@users.sourceforge.net>
parents: 2469
diff changeset
2885 " roundup-server support=/var/spool/roundup-trackers/support\n"
2311
4c50ccae68ab Roundup message template file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff changeset
2886 "\n"
2522
d027430c7cc7 updated from current sources, including:
Alexander Smishlajev <a1s@users.sourceforge.net>
parents: 2469
diff changeset
2887 " 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
2888 " support=/var/spool/roundup-trackers/support\n"
2522
d027430c7cc7 updated from current sources, including:
Alexander Smishlajev <a1s@users.sourceforge.net>
parents: 2469
diff changeset
2889 "\n"
2790
949444406999 updated from current sources
Alexander Smishlajev <a1s@users.sourceforge.net>
parents: 2567
diff changeset
2890 "Configuration file format:\n"
2999
eb94211d5ac3 *** empty log message ***
Alexander Smishlajev <a1s@users.sourceforge.net>
parents: 2790
diff changeset
2891 " Roundup Server configuration file has common .ini file format.\n"
eb94211d5ac3 *** empty log message ***
Alexander Smishlajev <a1s@users.sourceforge.net>
parents: 2790
diff changeset
2892 " Configuration file created with 'roundup-server -S' contains\n"
eb94211d5ac3 *** empty log message ***
Alexander Smishlajev <a1s@users.sourceforge.net>
parents: 2790
diff changeset
2893 " detailed explanations for each option. Please see that file\n"
eb94211d5ac3 *** empty log message ***
Alexander Smishlajev <a1s@users.sourceforge.net>
parents: 2790
diff changeset
2894 " for option descriptions.\n"
2790
949444406999 updated from current sources
Alexander Smishlajev <a1s@users.sourceforge.net>
parents: 2567
diff changeset
2895 "\n"
2522
d027430c7cc7 updated from current sources, including:
Alexander Smishlajev <a1s@users.sourceforge.net>
parents: 2469
diff changeset
2896 "How to use \"name=tracker home\":\n"
d027430c7cc7 updated from current sources, including:
Alexander Smishlajev <a1s@users.sourceforge.net>
parents: 2469
diff changeset
2897 " 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
2898 " 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
2899 " 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
2900 " \"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
2901 " 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
2902 " 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
2903 msgstr ""
4c50ccae68ab Roundup message template file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff changeset
2904
8328
3bf6ad421347 chore: update files for release 2.5.0b1.
John Rouillard <rouilj@ieee.org>
parents: 8276
diff changeset
2905 #: ../roundup/scripts/roundup_server.py:1177
2311
4c50ccae68ab Roundup message template file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff changeset
2906 msgid "Instances must be name=home"
4c50ccae68ab Roundup message template file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff changeset
2907 msgstr ""
4c50ccae68ab Roundup message template file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff changeset
2908
8328
3bf6ad421347 chore: update files for release 2.5.0b1.
John Rouillard <rouilj@ieee.org>
parents: 8276
diff changeset
2909 #: ../roundup/scripts/roundup_server.py:1191
6223
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
2910 #, python-format
2790
949444406999 updated from current sources
Alexander Smishlajev <a1s@users.sourceforge.net>
parents: 2567
diff changeset
2911 msgid "Configuration saved to %s"
949444406999 updated from current sources
Alexander Smishlajev <a1s@users.sourceforge.net>
parents: 2567
diff changeset
2912 msgstr ""
949444406999 updated from current sources
Alexander Smishlajev <a1s@users.sourceforge.net>
parents: 2567
diff changeset
2913
8328
3bf6ad421347 chore: update files for release 2.5.0b1.
John Rouillard <rouilj@ieee.org>
parents: 8276
diff changeset
2914 #: ../roundup/scripts/roundup_server.py:1206
3bf6ad421347 chore: update files for release 2.5.0b1.
John Rouillard <rouilj@ieee.org>
parents: 8276
diff changeset
2915 msgid "If you specify a PID file you must use -l or -L."
3bf6ad421347 chore: update files for release 2.5.0b1.
John Rouillard <rouilj@ieee.org>
parents: 8276
diff changeset
2916 msgstr ""
3bf6ad421347 chore: update files for release 2.5.0b1.
John Rouillard <rouilj@ieee.org>
parents: 8276
diff changeset
2917
3bf6ad421347 chore: update files for release 2.5.0b1.
John Rouillard <rouilj@ieee.org>
parents: 8276
diff changeset
2918 #: ../roundup/scripts/roundup_server.py:1212
6557
8687c096a945 Handle configparser.InterpolationSyntaxError
John Rouillard <rouilj@ieee.org>
parents: 6456
diff changeset
2919 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
2920 msgstr ""
8687c096a945 Handle configparser.InterpolationSyntaxError
John Rouillard <rouilj@ieee.org>
parents: 6456
diff changeset
2921
8328
3bf6ad421347 chore: update files for release 2.5.0b1.
John Rouillard <rouilj@ieee.org>
parents: 8276
diff changeset
2922 #: ../roundup/scripts/roundup_server.py:1232
6223
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
2923 #, python-format
2790
949444406999 updated from current sources
Alexander Smishlajev <a1s@users.sourceforge.net>
parents: 2567
diff changeset
2924 msgid "Roundup server started on %(HOST)s:%(PORT)s"
2311
4c50ccae68ab Roundup message template file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff changeset
2925 msgstr ""
2447
6e9135358671 Updated from current sources, including web templates
Alexander Smishlajev <a1s@users.sourceforge.net>
parents: 2357
diff changeset
2926
6223
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
2927 #: ../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
2928 #: ../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
2929 #: ../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
2930 #: ../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
2931 msgid "${class} Edit Collision - ${tracker}"
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
2932 msgstr ""
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
2933
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
2934 #: ../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
2935 #: ../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
2936 #: ../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
2937 #: ../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
2938 msgid "${class} Edit Collision"
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
2939 msgstr ""
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
2940
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
2941 #: ../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
2942 #: ../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
2943 #: ../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
2944 #: ../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
2945 msgid ""
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
2946 "\n"
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
2947 " 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
2949 " the node and review your edits.\n"
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/_generic.help-empty.html:6
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/_generic.help-empty.html:6
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
2954 #: ../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
2955 #: ../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
2956 #: ../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
2957 msgid "Please specify your search parameters!"
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
2958 msgstr ""
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
2959
8066
88af8f1a9e1b build: generate and rebuild locale files for release.
John Rouillard <rouilj@ieee.org>
parents: 8007
diff changeset
2960 #: ../share/roundup/templates/classic/html/_generic.help-list.html:19
6223
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
2961 #: ../share/roundup/templates/classic/html/_generic.index.html:14
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
2962 #: ../share/roundup/templates/classic/html/_generic.item.html:12
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
2963 #: ../share/roundup/templates/classic/html/file.item.html:9
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
2964 #: ../share/roundup/templates/classic/html/issue.index.html:15
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
2965 #: ../share/roundup/templates/classic/html/issue.item.html:28
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
2966 #: ../share/roundup/templates/classic/html/msg.item.html:26
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
2967 #: ../share/roundup/templates/classic/html/user.index.html:9
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
2968 #: ../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
2969 #: ../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
2970 #: ../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
2971 #: ../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
2972 #: ../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
2973 #: ../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
2974 #: ../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
2975 #: ../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
2976 #: ../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
2977 #: ../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
2978 #: ../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
2979 #: ../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
2980 #: ../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
2981 #: ../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
2982 #: ../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
2983 #: ../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
2984 #: ../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
2985 #: ../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
2986 #: ../share/roundup/templates/minimal/html/_generic.index.html:14
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
2987 #: ../share/roundup/templates/minimal/html/_generic.item.html:12
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
2988 #: ../share/roundup/templates/minimal/html/user.index.html:9
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
2989 #: ../share/roundup/templates/minimal/html/user.item.html:34
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
2990 #: ../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
2991 #: ../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
2992 #: ../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
2993 #: ../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
2994 #: ../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
2995 #: ../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
2996 #: ../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
2997 #: ../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
2998 #: ../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
2999 #: ../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
3000 #: ../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
3001 #: ../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
3002 #: ../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
3003 #: ../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
3004 #: ../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
3005 #: ../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
3006 #: ../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
3007 #: ../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
3008 msgid "You are not allowed to view this page."
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
3009 msgstr ""
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
3010
8066
88af8f1a9e1b build: generate and rebuild locale files for release.
John Rouillard <rouilj@ieee.org>
parents: 8007
diff changeset
3011 #: ../share/roundup/templates/classic/html/_generic.help-list.html:33
6405
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
3012 #: ../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
3013 #: ../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
3014 msgid "1..25 out of 50"
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
3015 msgstr ""
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
3016
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
3017 #: ../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
3018 #: ../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
3019 #: ../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
3020 msgid ""
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
3021 "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
3022 "implemented"
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
3023 msgstr ""
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
3024
8066
88af8f1a9e1b build: generate and rebuild locale files for release.
John Rouillard <rouilj@ieee.org>
parents: 8007
diff changeset
3025 #: ../share/roundup/templates/classic/html/_generic.help-submit.html:59
6223
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
3026 #: ../share/roundup/templates/classic/html/_generic.help.html:31
8066
88af8f1a9e1b build: generate and rebuild locale files for release.
John Rouillard <rouilj@ieee.org>
parents: 8007
diff changeset
3027 #: ../share/roundup/templates/devel/html/_generic.help-submit.html:60
6405
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
3028 #: ../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
3029 #: ../share/roundup/templates/minimal/html/_generic.help.html:31
8066
88af8f1a9e1b build: generate and rebuild locale files for release.
John Rouillard <rouilj@ieee.org>
parents: 8007
diff changeset
3030 #: ../share/roundup/templates/responsive/html/_generic.help-submit.html:60
6405
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
3031 #: ../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
3032 msgid " Cancel "
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
3033 msgstr ""
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
3034
8066
88af8f1a9e1b build: generate and rebuild locale files for release.
John Rouillard <rouilj@ieee.org>
parents: 8007
diff changeset
3035 #: ../share/roundup/templates/classic/html/_generic.help-submit.html:65
6223
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
3036 #: ../share/roundup/templates/classic/html/_generic.help.html:34
8066
88af8f1a9e1b build: generate and rebuild locale files for release.
John Rouillard <rouilj@ieee.org>
parents: 8007
diff changeset
3037 #: ../share/roundup/templates/devel/html/_generic.help-submit.html:66
6405
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
3038 #: ../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
3039 #: ../share/roundup/templates/minimal/html/_generic.help.html:34
8066
88af8f1a9e1b build: generate and rebuild locale files for release.
John Rouillard <rouilj@ieee.org>
parents: 8007
diff changeset
3040 #: ../share/roundup/templates/responsive/html/_generic.help-submit.html:66
6405
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
3041 #: ../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
3042 msgid " Apply "
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
3043 msgstr ""
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
3044
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
3045 #: ../share/roundup/templates/classic/html/_generic.help.html:9
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
3046 #: ../share/roundup/templates/classic/html/user.help.html:13
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
3047 #: ../share/roundup/templates/minimal/html/_generic.help.html:9
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
3048 msgid "${property} help - ${tracker}"
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
3049 msgstr ""
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
3050
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
3051 #: ../share/roundup/templates/classic/html/_generic.help.html:41
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
3052 #: ../share/roundup/templates/classic/html/help.html:21
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
3053 #: ../share/roundup/templates/classic/html/issue.index.html:80
6557
8687c096a945 Handle configparser.InterpolationSyntaxError
John Rouillard <rouilj@ieee.org>
parents: 6456
diff changeset
3054 #: ../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
3055 #: ../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
3056 #: ../share/roundup/templates/devel/html/bug.index.html:94
8066
88af8f1a9e1b build: generate and rebuild locale files for release.
John Rouillard <rouilj@ieee.org>
parents: 8007
diff changeset
3057 #: ../share/roundup/templates/devel/html/help.html:50
6405
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
3058 #: ../share/roundup/templates/devel/html/milestone.index.html:59
8002
a377590eba34 changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents: 7530
diff changeset
3059 #: ../share/roundup/templates/devel/html/task.index.html:85
6405
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
3060 #: ../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
3061 #: ../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
3062 #: ../share/roundup/templates/responsive/html/_generic.help.html:42
8066
88af8f1a9e1b build: generate and rebuild locale files for release.
John Rouillard <rouilj@ieee.org>
parents: 8007
diff changeset
3063 #: ../share/roundup/templates/responsive/html/help.html:58
6405
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
3064 #: ../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
3065 msgid "&lt;&lt; previous"
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/_generic.help.html:53
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
3069 #: ../share/roundup/templates/classic/html/help.html:28
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
3070 #: ../share/roundup/templates/classic/html/issue.index.html:88
6557
8687c096a945 Handle configparser.InterpolationSyntaxError
John Rouillard <rouilj@ieee.org>
parents: 6456
diff changeset
3071 #: ../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
3072 #: ../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
3073 #: ../share/roundup/templates/devel/html/bug.index.html:102
8066
88af8f1a9e1b build: generate and rebuild locale files for release.
John Rouillard <rouilj@ieee.org>
parents: 8007
diff changeset
3074 #: ../share/roundup/templates/devel/html/help.html:57
6405
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
3075 #: ../share/roundup/templates/devel/html/milestone.index.html:67
8002
a377590eba34 changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents: 7530
diff changeset
3076 #: ../share/roundup/templates/devel/html/task.index.html:93
6405
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
3077 #: ../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
3078 #: ../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
3079 #: ../share/roundup/templates/responsive/html/_generic.help.html:54
8066
88af8f1a9e1b build: generate and rebuild locale files for release.
John Rouillard <rouilj@ieee.org>
parents: 8007
diff changeset
3080 #: ../share/roundup/templates/responsive/html/help.html:65
6405
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
3081 #: ../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
3082 msgid "${start}..${end} out of ${total}"
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
3083 msgstr ""
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
3084
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
3085 #: ../share/roundup/templates/classic/html/_generic.help.html:57
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
3086 #: ../share/roundup/templates/classic/html/help.html:32
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
3087 #: ../share/roundup/templates/classic/html/issue.index.html:91
6557
8687c096a945 Handle configparser.InterpolationSyntaxError
John Rouillard <rouilj@ieee.org>
parents: 6456
diff changeset
3088 #: ../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
3089 #: ../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
3090 #: ../share/roundup/templates/devel/html/bug.index.html:105
8066
88af8f1a9e1b build: generate and rebuild locale files for release.
John Rouillard <rouilj@ieee.org>
parents: 8007
diff changeset
3091 #: ../share/roundup/templates/devel/html/help.html:61
6405
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
3092 #: ../share/roundup/templates/devel/html/milestone.index.html:70
8002
a377590eba34 changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents: 7530
diff changeset
3093 #: ../share/roundup/templates/devel/html/task.index.html:96
6405
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
3094 #: ../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
3095 #: ../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
3096 #: ../share/roundup/templates/responsive/html/_generic.help.html:58
8066
88af8f1a9e1b build: generate and rebuild locale files for release.
John Rouillard <rouilj@ieee.org>
parents: 8007
diff changeset
3097 #: ../share/roundup/templates/responsive/html/help.html:69
6405
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
3098 #: ../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
3099 msgid "next &gt;&gt;"
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
3100 msgstr ""
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
3101
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
3102 #: ../share/roundup/templates/classic/html/_generic.index.html:6
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
3103 #: ../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
3104 #: ../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
3105 #: ../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
3106 #: ../share/roundup/templates/minimal/html/_generic.index.html:6
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
3107 #: ../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
3108 #: ../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
3109 #: ../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
3110 msgid "${class} editing - ${tracker}"
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
3111 msgstr ""
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
3112
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
3113 #: ../share/roundup/templates/classic/html/_generic.index.html:9
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
3114 #: ../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
3115 #: ../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
3116 #: ../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
3117 #: ../share/roundup/templates/minimal/html/_generic.index.html:9
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
3118 #: ../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
3119 #: ../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
3120 #: ../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
3121 msgid "${class} editing"
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
3122 msgstr ""
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
3123
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
3124 #: ../share/roundup/templates/classic/html/_generic.index.html:19
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
3125 #: ../share/roundup/templates/classic/html/_generic.item.html:16
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
3126 #: ../share/roundup/templates/classic/html/file.item.html:13
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
3127 #: ../share/roundup/templates/classic/html/issue.index.html:19
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
3128 #: ../share/roundup/templates/classic/html/issue.item.html:32
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
3129 #: ../share/roundup/templates/classic/html/msg.item.html:30
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
3130 #: ../share/roundup/templates/classic/html/user.index.html:13
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
3131 #: ../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
3132 #: ../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
3133 #: ../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
3134 #: ../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
3135 #: ../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
3136 #: ../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
3137 #: ../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
3138 #: ../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
3139 #: ../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
3140 #: ../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
3141 #: ../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
3142 #: ../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
3143 #: ../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
3144 #: ../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
3145 #: ../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
3146 #: ../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
3147 #: ../share/roundup/templates/minimal/html/_generic.index.html:19
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
3148 #: ../share/roundup/templates/minimal/html/_generic.item.html:16
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
3149 #: ../share/roundup/templates/minimal/html/user.index.html:13
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
3150 #: ../share/roundup/templates/minimal/html/user.item.html:38
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
3151 #: ../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
3152 #: ../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
3153 #: ../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
3154 #: ../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
3155 #: ../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
3156 #: ../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
3157 #: ../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
3158 #: ../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
3159 #: ../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
3160 #: ../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
3161 #: ../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
3162 #: ../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
3163 #: ../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
3164 #: ../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
3165 #: ../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
3166 #: ../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
3167 msgid "Please login with your username and password."
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/_generic.index.html:28
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
3171 #: ../share/roundup/templates/minimal/html/_generic.index.html:28
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
3172 msgid ""
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
3173 "<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
3174 "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
3175 "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
3176 "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
3177 "(\"\"). </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
3178 "values colon (\":\") separated (... ,\"one:two:three\", ...) </p> <p class="
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
3179 "\"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
3180 "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
3181 "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
3182 "column. </p>"
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
3183 msgstr ""
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
3184
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
3185 #: ../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
3186 #: ../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
3187 #: ../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
3188 #: ../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
3189 msgid "Edit Items"
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
3190 msgstr ""
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
3191
6777
8c9ee2d64639 update for 2.2.0 release
John Rouillard <rouilj@ieee.org>
parents: 6744
diff changeset
3192 #: ../share/roundup/templates/classic/html/_generic.item.html:52
8c9ee2d64639 update for 2.2.0 release
John Rouillard <rouilj@ieee.org>
parents: 6744
diff changeset
3193 #: ../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
3194 msgid ""
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
3195 "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
3196 "VERY long)"
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/file.index.html:4
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/file.index.html:3
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
3201 #: ../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
3202 msgid "List of files - ${tracker}"
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
3203 msgstr ""
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
3204
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
3205 #: ../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
3206 #: ../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
3207 #: ../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
3208 msgid "List of files"
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
3209 msgstr ""
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
3210
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
3211 #: ../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
3212 #: ../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
3213 #: ../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
3214 #: ../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
3215 #: ../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
3216 #: ../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
3217 #: ../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
3218 msgid "Download"
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
3219 msgstr ""
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
3220
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
3221 #: ../share/roundup/templates/classic/html/file.index.html:11
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
3222 #: ../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
3223 #: ../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
3224 #: ../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
3225 #: ../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
3226 #: ../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
3227 #: ../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
3228 #: ../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
3229 #: ../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
3230 #: ../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
3231 #: ../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
3232 #: ../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
3233 #: ../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
3234 #: ../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
3235 msgid "Content Type"
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
3236 msgstr ""
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
3237
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
3238 #: ../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
3239 #: ../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
3240 #: ../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
3241 #: ../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
3242 #: ../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
3243 #: ../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
3244 #: ../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
3245 msgid "Uploaded By"
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
3246 msgstr ""
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
3247
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
3248 #: ../share/roundup/templates/classic/html/file.index.html:13
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
3249 #: ../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
3250 #: ../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
3251 #: ../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
3252 #: ../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
3253 #: ../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
3254 #: ../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
3255 #: ../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
3256 #: ../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
3257 #: ../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
3258 msgid "Date"
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
3259 msgstr ""
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
3260
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
3261 #: ../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
3262 #: ../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
3263 #: ../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
3264 msgid "File display - ${tracker}"
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
3265 msgstr ""
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
3266
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
3267 #: ../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
3268 #: ../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
3269 #: ../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
3270 msgid "File display"
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
3271 msgstr ""
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
3272
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
3273 #: ../share/roundup/templates/classic/html/file.item.html:23
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
3274 #: ../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
3275 #: ../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
3276 #: ../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
3277 #: ../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
3278 #: ../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
3279 #: ../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
3280 #: ../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
3281 #: ../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
3282 #: ../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
3283 msgid "Name"
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
3284 msgstr ""
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
3285
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
3286 #: ../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
3287 #: ../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
3288 #: ../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
3289 #: ../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
3290 #: ../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
3291 #: ../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
3292 #: ../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
3293 msgid "download"
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
3294 msgstr ""
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
3295
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
3296 #: ../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
3297 #: ../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
3298 #: ../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
3299 #: ../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
3300 msgid "List of classes - ${tracker}"
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/home.classlist.html:4
6405
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
3304 #: ../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
3305 #: ../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
3306 #: ../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
3307 msgid "List of classes"
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
3308 msgstr ""
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
3309
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
3310 #: ../share/roundup/templates/classic/html/issue.index.html:3
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
3311 #: ../share/roundup/templates/classic/html/issue.index.html:9
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
3312 msgid "List of issues"
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
3313 msgstr ""
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
3314
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
3315 #: ../share/roundup/templates/classic/html/issue.index.html:26
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
3316 #: ../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
3317 #: ../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
3318 #: ../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
3319 #: ../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
3320 #: ../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
3321 msgid "Priority"
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
3322 msgstr ""
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
3323
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
3324 #: ../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
3325 #: ../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
3326 #: ../share/roundup/templates/devel/html/milestone.index.html:26
8002
a377590eba34 changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents: 7530
diff changeset
3327 #: ../share/roundup/templates/devel/html/task.index.html:26
6405
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
3328 #: ../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
3329 #: ../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
3330 #: ../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
3331 msgid "ID"
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.index.html:28
6405
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
3335 #: ../share/roundup/templates/devel/html/bug.index.html:28
8002
a377590eba34 changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents: 7530
diff changeset
3336 #: ../share/roundup/templates/devel/html/task.index.html:27
6405
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
3337 #: ../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
3338 msgid "Creation"
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
3339 msgstr ""
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
3340
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
3341 #: ../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
3342 #: ../share/roundup/templates/devel/html/bug.index.html:29
8002
a377590eba34 changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents: 7530
diff changeset
3343 #: ../share/roundup/templates/devel/html/task.index.html:28
6405
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
3344 #: ../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
3345 #: ../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
3346 msgid "Activity"
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
3347 msgstr ""
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
3348
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
3349 #: ../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
3350 #: ../share/roundup/templates/devel/html/bug.index.html:30
8002
a377590eba34 changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents: 7530
diff changeset
3351 #: ../share/roundup/templates/devel/html/task.index.html:29
6405
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
3352 #: ../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
3353 #: ../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
3354 msgid "Actor"
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
3355 msgstr ""
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
3356
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
3357 #: ../share/roundup/templates/classic/html/issue.index.html:31
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
3358 #: ../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
3359 #: ../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
3360 #: ../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
3361 msgid "Keyword"
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
3362 msgstr ""
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
3363
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
3364 #: ../share/roundup/templates/classic/html/issue.index.html:32
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
3365 #: ../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
3366 #: ../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
3367 #: ../share/roundup/templates/devel/html/milestone.index.html:27
8002
a377590eba34 changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents: 7530
diff changeset
3368 #: ../share/roundup/templates/devel/html/task.index.html:30
6405
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
3369 #: ../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
3370 #: ../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
3371 #: ../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
3372 #: ../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
3373 #: ../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
3374 #: ../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
3375 #: ../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
3376 #: ../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
3377 msgid "Title"
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
3378 msgstr ""
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
3379
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
3380 #: ../share/roundup/templates/classic/html/issue.index.html:33
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
3381 #: ../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
3382 #: ../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
3383 #: ../share/roundup/templates/devel/html/milestone.index.html:28
8002
a377590eba34 changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents: 7530
diff changeset
3384 #: ../share/roundup/templates/devel/html/task.index.html:32
6405
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
3385 #: ../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
3386 #: ../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
3387 #: ../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
3388 #: ../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
3389 #: ../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
3390 #: ../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
3391 #: ../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
3392 msgid "Status"
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
3393 msgstr ""
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
3394
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
3395 #: ../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
3396 #: ../share/roundup/templates/devel/html/bug.index.html:36
8002
a377590eba34 changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents: 7530
diff changeset
3397 #: ../share/roundup/templates/devel/html/task.index.html:34
6405
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
3398 #: ../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
3399 msgid "Creator"
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
3400 msgstr ""
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
3401
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
3402 #: ../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
3403 #: ../share/roundup/templates/devel/html/bug.index.html:37
8002
a377590eba34 changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents: 7530
diff changeset
3404 #: ../share/roundup/templates/devel/html/task.index.html:35
6405
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
3405 #: ../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
3406 #: ../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
3407 msgid "Assigned&nbsp;To"
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
3408 msgstr ""
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
3409
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
3410 #: ../share/roundup/templates/classic/html/issue.index.html:104
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
3411 msgid "Download as CSV"
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
3412 msgstr ""
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
3413
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
3414 #: ../share/roundup/templates/classic/html/issue.index.html:114
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
3415 msgid "Sort on:"
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
3416 msgstr ""
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
3417
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
3418 #: ../share/roundup/templates/classic/html/issue.index.html:118
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
3419 #: ../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
3420 #: ../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
3421 #: ../share/roundup/templates/devel/html/milestone.index.html:120
8002
a377590eba34 changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents: 7530
diff changeset
3422 #: ../share/roundup/templates/devel/html/task.index.html:146
6405
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
3423 #: ../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
3424 #: ../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
3425 #: ../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
3426 msgid "- nothing -"
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
3427 msgstr ""
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
3428
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
3429 #: ../share/roundup/templates/classic/html/issue.index.html:126
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
3430 #: ../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
3431 #: ../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
3432 #: ../share/roundup/templates/devel/html/milestone.index.html:128
8002
a377590eba34 changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents: 7530
diff changeset
3433 #: ../share/roundup/templates/devel/html/task.index.html:154
6405
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
3434 #: ../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
3435 #: ../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
3436 #: ../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
3437 msgid "Descending:"
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
3438 msgstr ""
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
3439
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
3440 #: ../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
3441 #: ../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
3442 #: ../share/roundup/templates/devel/html/milestone.index.html:116
8002
a377590eba34 changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents: 7530
diff changeset
3443 #: ../share/roundup/templates/devel/html/task.index.html:142
6405
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
3444 #: ../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
3445 #: ../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
3446 #: ../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
3447 msgid "Group on:"
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
3448 msgstr ""
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
3449
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
3450 #: ../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
3451 #: ../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
3452 #: ../share/roundup/templates/devel/html/milestone.index.html:135
8002
a377590eba34 changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents: 7530
diff changeset
3453 #: ../share/roundup/templates/devel/html/task.index.html:161
6405
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
3454 #: ../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
3455 #: ../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
3456 #: ../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
3457 msgid "Redisplay"
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
3458 msgstr ""
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
3459
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
3460 #: ../share/roundup/templates/classic/html/issue.item.html:7
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
3461 msgid "Issue ${id}: ${title} - ${tracker}"
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
3462 msgstr ""
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
3463
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
3464 #: ../share/roundup/templates/classic/html/issue.item.html:10
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
3465 msgid "New Issue - ${tracker}"
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
3466 msgstr ""
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
3467
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
3468 #: ../share/roundup/templates/classic/html/issue.item.html:14
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
3469 msgid "New Issue"
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
3470 msgstr ""
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
3471
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
3472 #: ../share/roundup/templates/classic/html/issue.item.html:16
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
3473 msgid "New Issue Editing"
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
3474 msgstr ""
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
3475
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
3476 #: ../share/roundup/templates/classic/html/issue.item.html:19
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
3477 msgid "Issue${id}"
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
3478 msgstr ""
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
3479
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
3480 #: ../share/roundup/templates/classic/html/issue.item.html:22
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
3481 msgid "Issue${id} Editing"
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
3482 msgstr ""
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
3483
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
3484 #: ../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
3485 #: ../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
3486 #: ../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
3487 #: ../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
3488 #: ../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
3489 msgid "Superseder"
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
3490 msgstr ""
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
3491
8002
a377590eba34 changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents: 7530
diff changeset
3492 #: ../share/roundup/templates/classic/html/issue.item.html:65
6223
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
3493 msgid "View:"
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
3494 msgstr ""
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
3495
8002
a377590eba34 changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents: 7530
diff changeset
3496 #: ../share/roundup/templates/classic/html/issue.item.html:71
6405
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
3497 #: ../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
3498 #: ../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
3499 #: ../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
3500 #: ../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
3501 msgid "Nosy List"
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
3502 msgstr ""
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
3503
8002
a377590eba34 changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents: 7530
diff changeset
3504 #: ../share/roundup/templates/classic/html/issue.item.html:89
6405
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
3505 #: ../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
3506 #: ../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
3507 #: ../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
3508 #: ../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
3509 msgid "Assigned To"
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
3510 msgstr ""
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
3511
8002
a377590eba34 changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents: 7530
diff changeset
3512 #: ../share/roundup/templates/classic/html/issue.item.html:91
a377590eba34 changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents: 7530
diff changeset
3513 #: ../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
3514 #: ../share/roundup/templates/devel/html/bug.index.html:38
6223
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
3515 #: ../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
3516 #: ../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
3517 msgid "Keywords"
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
3518 msgstr ""
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
3519
8002
a377590eba34 changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents: 7530
diff changeset
3520 #: ../share/roundup/templates/classic/html/issue.item.html:103
6223
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
3521 msgid "Change Note"
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
3522 msgstr ""
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
3523
8002
a377590eba34 changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents: 7530
diff changeset
3524 #: ../share/roundup/templates/classic/html/issue.item.html:111
6405
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
3525 #: ../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
3526 #: ../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
3527 #: ../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
3528 #: ../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
3529 msgid "File"
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
3530 msgstr ""
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
3531
8002
a377590eba34 changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents: 7530
diff changeset
3532 #: ../share/roundup/templates/classic/html/issue.item.html:123
6405
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
3533 #: ../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
3534 #: ../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
3535 #: ../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
3536 #: ../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
3537 msgid "Make a copy"
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
3538 msgstr ""
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
3539
8002
a377590eba34 changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents: 7530
diff changeset
3540 #: ../share/roundup/templates/classic/html/issue.item.html:131
6223
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
3541 #: ../share/roundup/templates/classic/html/user.item.html:153
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
3542 #: ../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
3543 #: ../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
3544 #: ../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
3545 #: ../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
3546 #: ../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
3547 #: ../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
3548 msgid ""
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
3549 "<table class=\"form\"> <tr> <td>Note:&nbsp;</td> <th class=\"required"
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
3550 "\">highlighted</th> <td>&nbsp;fields are required.</td> </tr> </table>"
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
3551 msgstr ""
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
3552
8002
a377590eba34 changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents: 7530
diff changeset
3553 #: ../share/roundup/templates/classic/html/issue.item.html:145
6223
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
3554 msgid ""
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
3555 "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
3556 msgstr ""
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
3557
8002
a377590eba34 changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents: 7530
diff changeset
3558 #: ../share/roundup/templates/classic/html/issue.item.html:149
6223
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
3559 #: ../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
3560 #: ../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
3561 #: ../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
3562 #: ../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
3563 #: ../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
3564 msgid "Files"
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
3565 msgstr ""
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
3566
8002
a377590eba34 changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents: 7530
diff changeset
3567 #: ../share/roundup/templates/classic/html/issue.item.html:151
6223
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
3568 #: ../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
3569 #: ../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
3570 #: ../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
3571 #: ../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
3572 #: ../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
3573 #: ../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
3574 #: ../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
3575 msgid "File name"
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
3576 msgstr ""
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
3577
8002
a377590eba34 changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents: 7530
diff changeset
3578 #: ../share/roundup/templates/classic/html/issue.item.html:152
6223
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
3579 #: ../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
3580 #: ../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
3581 #: ../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
3582 #: ../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
3583 #: ../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
3584 #: ../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
3585 #: ../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
3586 msgid "Uploaded"
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
3587 msgstr ""
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
3588
8002
a377590eba34 changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents: 7530
diff changeset
3589 #: ../share/roundup/templates/classic/html/issue.item.html:153
6405
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
3590 #: ../share/roundup/templates/devel/html/bug.index.html:40
8002
a377590eba34 changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents: 7530
diff changeset
3591 #: ../share/roundup/templates/devel/html/task.index.html:37
6405
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
3592 #: ../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
3593 #: ../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
3594 #: ../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
3595 #: ../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
3596 #: ../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
3597 #: ../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
3598 msgid "Type"
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
3599 msgstr ""
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
3600
8002
a377590eba34 changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents: 7530
diff changeset
3601 #: ../share/roundup/templates/classic/html/issue.item.html:154
6223
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
3602 #: ../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
3603 #: ../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
3604 #: ../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
3605 #: ../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
3606 #: ../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
3607 #: ../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
3608 #: ../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
3609 msgid "Edit"
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
8002
a377590eba34 changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents: 7530
diff changeset
3612 #: ../share/roundup/templates/classic/html/issue.item.html:155
6405
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
3613 #: ../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
3614 #: ../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
3615 #: ../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
3616 #: ../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
3617 msgid "Remove"
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
3618 msgstr ""
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
3619
8002
a377590eba34 changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents: 7530
diff changeset
3620 #: ../share/roundup/templates/classic/html/issue.item.html:177
a377590eba34 changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents: 7530
diff changeset
3621 #: ../share/roundup/templates/classic/html/issue.item.html:200
6223
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
3622 #: ../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
3623 #: ../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
3624 #: ../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
3625 #: ../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
3626 #: ../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
3627 #: ../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
3628 #: ../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
3629 #: ../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
3630 #: ../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
3631 #: ../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
3632 #: ../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
3633 msgid "remove"
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
8002
a377590eba34 changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents: 7530
diff changeset
3636 #: ../share/roundup/templates/classic/html/issue.item.html:184
6223
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
3637 #: ../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
3638 #: ../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
3639 #: ../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
3640 #: ../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
3641 #: ../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
3642 #: ../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
3643 #: ../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
3644 msgid "Messages"
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
3645 msgstr ""
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
3646
8002
a377590eba34 changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents: 7530
diff changeset
3647 #: ../share/roundup/templates/classic/html/issue.item.html:188
6223
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
3648 msgid "msg${id} (view)"
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
3649 msgstr ""
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
3650
8002
a377590eba34 changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents: 7530
diff changeset
3651 #: ../share/roundup/templates/classic/html/issue.item.html:189
6223
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
3652 msgid "Author: ${author}"
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
3653 msgstr ""
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
3654
8002
a377590eba34 changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents: 7530
diff changeset
3655 #: ../share/roundup/templates/classic/html/issue.item.html:191
6405
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
3656 #: ../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
3657 #: ../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
3658 #: ../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
3659 #: ../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
3660 msgid "Date: ${date}"
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
3661 msgstr ""
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
3662
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
3663 #: ../share/roundup/templates/classic/html/issue.search.html:2
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
3664 msgid "Issue searching - ${tracker}"
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
3665 msgstr ""
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
3666
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
3667 #: ../share/roundup/templates/classic/html/issue.search.html:4
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
3668 msgid "Issue searching"
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
3669 msgstr ""
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
3670
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
3671 #: ../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
3672 #: ../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
3673 #: ../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
3674 #: ../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
3675 #: ../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
3676 msgid "Filter on"
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
3677 msgstr ""
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
3678
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
3679 #: ../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
3680 #: ../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
3681 #: ../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
3682 #: ../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
3683 #: ../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
3684 msgid "Display"
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
3685 msgstr ""
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
3686
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
3687 #: ../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
3688 #: ../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
3689 #: ../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
3690 #: ../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
3691 #: ../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
3692 msgid "Sort on"
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
3693 msgstr ""
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
3694
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
3695 #: ../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
3696 #: ../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
3697 #: ../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
3698 #: ../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
3699 #: ../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
3700 msgid "Group on"
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
3701 msgstr ""
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
3702
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
3703 #: ../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
3704 #: ../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
3705 #: ../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
3706 #: ../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
3707 #: ../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
3708 msgid "All text*:"
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
3709 msgstr ""
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
3710
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
3711 #: ../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
3712 #: ../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
3713 #: ../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
3714 #: ../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
3715 #: ../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
3716 #: ../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
3717 #: ../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
3718 msgid "Title:"
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
3719 msgstr ""
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
3720
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
3721 #: ../share/roundup/templates/classic/html/issue.search.html:57
8002
a377590eba34 changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents: 7530
diff changeset
3722 #: ../share/roundup/templates/devel/html/bug.search.html:199
6405
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
3723 #: ../share/roundup/templates/devel/html/keyword.item.html:51
8002
a377590eba34 changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents: 7530
diff changeset
3724 #: ../share/roundup/templates/devel/html/task.search.html:199
a377590eba34 changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents: 7530
diff changeset
3725 #: ../share/roundup/templates/responsive/html/bug.search.html:199
6405
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
3726 #: ../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
3727 msgid "Keyword:"
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
3728 msgstr ""
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
3729
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
3730 #: ../share/roundup/templates/classic/html/issue.search.html:59
8002
a377590eba34 changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents: 7530
diff changeset
3731 #: ../share/roundup/templates/classic/html/issue.search.html:126
a377590eba34 changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents: 7530
diff changeset
3732 #: ../share/roundup/templates/classic/html/issue.search.html:142
a377590eba34 changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents: 7530
diff changeset
3733 #: ../share/roundup/templates/devel/html/bug.search.html:121
a377590eba34 changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents: 7530
diff changeset
3734 #: ../share/roundup/templates/devel/html/bug.search.html:134
a377590eba34 changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents: 7530
diff changeset
3735 #: ../share/roundup/templates/devel/html/bug.search.html:147
a377590eba34 changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents: 7530
diff changeset
3736 #: ../share/roundup/templates/devel/html/bug.search.html:214
a377590eba34 changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents: 7530
diff changeset
3737 #: ../share/roundup/templates/devel/html/bug.search.html:230
a377590eba34 changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents: 7530
diff changeset
3738 #: ../share/roundup/templates/devel/html/task.search.html:121
a377590eba34 changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents: 7530
diff changeset
3739 #: ../share/roundup/templates/devel/html/task.search.html:134
a377590eba34 changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents: 7530
diff changeset
3740 #: ../share/roundup/templates/devel/html/task.search.html:147
a377590eba34 changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents: 7530
diff changeset
3741 #: ../share/roundup/templates/devel/html/task.search.html:214
a377590eba34 changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents: 7530
diff changeset
3742 #: ../share/roundup/templates/devel/html/task.search.html:230
a377590eba34 changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents: 7530
diff changeset
3743 #: ../share/roundup/templates/responsive/html/bug.search.html:121
a377590eba34 changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents: 7530
diff changeset
3744 #: ../share/roundup/templates/responsive/html/bug.search.html:134
a377590eba34 changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents: 7530
diff changeset
3745 #: ../share/roundup/templates/responsive/html/bug.search.html:147
a377590eba34 changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents: 7530
diff changeset
3746 #: ../share/roundup/templates/responsive/html/bug.search.html:214
a377590eba34 changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents: 7530
diff changeset
3747 #: ../share/roundup/templates/responsive/html/bug.search.html:230
a377590eba34 changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents: 7530
diff changeset
3748 #: ../share/roundup/templates/responsive/html/task.search.html:121
a377590eba34 changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents: 7530
diff changeset
3749 #: ../share/roundup/templates/responsive/html/task.search.html:134
a377590eba34 changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents: 7530
diff changeset
3750 #: ../share/roundup/templates/responsive/html/task.search.html:175
a377590eba34 changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents: 7530
diff changeset
3751 #: ../share/roundup/templates/responsive/html/task.search.html:191
6223
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
3752 msgid "not selected"
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/issue.search.html:68
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/bug.search.html:55
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
3757 #: ../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
3758 #: ../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
3759 #: ../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
3760 msgid "ID:"
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
3761 msgstr ""
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
3762
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
3763 #: ../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
3764 #: ../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
3765 #: ../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
3766 #: ../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
3767 #: ../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
3768 msgid "Creation Date:"
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
3769 msgstr ""
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
3770
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
3771 #: ../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
3772 #: ../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
3773 #: ../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
3774 #: ../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
3775 #: ../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
3776 msgid "Creator:"
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/issue.search.html:89
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/bug.search.html:75
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
3781 #: ../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
3782 #: ../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
3783 #: ../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
3784 msgid "created by me"
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
3785 msgstr ""
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
3786
8002
a377590eba34 changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents: 7530
diff changeset
3787 #: ../share/roundup/templates/classic/html/issue.search.html:99
a377590eba34 changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents: 7530
diff changeset
3788 #: ../share/roundup/templates/devel/html/bug.search.html:86
a377590eba34 changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents: 7530
diff changeset
3789 #: ../share/roundup/templates/devel/html/task.search.html:86
a377590eba34 changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents: 7530
diff changeset
3790 #: ../share/roundup/templates/responsive/html/bug.search.html:86
a377590eba34 changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents: 7530
diff changeset
3791 #: ../share/roundup/templates/responsive/html/task.search.html:86
6223
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
3792 msgid "Activity:"
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
3793 msgstr ""
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
3794
8002
a377590eba34 changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents: 7530
diff changeset
3795 #: ../share/roundup/templates/classic/html/issue.search.html:110
6223
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
3796 msgid "Actor:"
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
3797 msgstr ""
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
3798
8002
a377590eba34 changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents: 7530
diff changeset
3799 #: ../share/roundup/templates/classic/html/issue.search.html:112
a377590eba34 changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents: 7530
diff changeset
3800 #: ../share/roundup/templates/devel/html/bug.search.html:98
a377590eba34 changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents: 7530
diff changeset
3801 #: ../share/roundup/templates/devel/html/task.search.html:98
a377590eba34 changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents: 7530
diff changeset
3802 #: ../share/roundup/templates/responsive/html/bug.search.html:98
a377590eba34 changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents: 7530
diff changeset
3803 #: ../share/roundup/templates/responsive/html/task.search.html:98
6223
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
3804 msgid "done by me"
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
3805 msgstr ""
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
3806
8002
a377590eba34 changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents: 7530
diff changeset
3807 #: ../share/roundup/templates/classic/html/issue.search.html:124
a377590eba34 changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents: 7530
diff changeset
3808 #: ../share/roundup/templates/devel/html/bug.search.html:212
a377590eba34 changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents: 7530
diff changeset
3809 #: ../share/roundup/templates/devel/html/task.search.html:212
a377590eba34 changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents: 7530
diff changeset
3810 #: ../share/roundup/templates/responsive/html/bug.search.html:212
a377590eba34 changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents: 7530
diff changeset
3811 #: ../share/roundup/templates/responsive/html/task.search.html:173
6223
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
3812 msgid "Priority:"
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
3813 msgstr ""
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
3814
8002
a377590eba34 changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents: 7530
diff changeset
3815 #: ../share/roundup/templates/classic/html/issue.search.html:137
a377590eba34 changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents: 7530
diff changeset
3816 #: ../share/roundup/templates/devel/html/bug.search.html:225
a377590eba34 changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents: 7530
diff changeset
3817 #: ../share/roundup/templates/devel/html/task.search.html:225
a377590eba34 changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents: 7530
diff changeset
3818 #: ../share/roundup/templates/responsive/html/bug.search.html:225
a377590eba34 changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents: 7530
diff changeset
3819 #: ../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
3820 msgid "Status:"
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
3821 msgstr ""
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
3822
8002
a377590eba34 changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents: 7530
diff changeset
3823 #: ../share/roundup/templates/classic/html/issue.search.html:140
6223
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
3824 msgid "not resolved"
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
3825 msgstr ""
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
3826
8002
a377590eba34 changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents: 7530
diff changeset
3827 #: ../share/roundup/templates/classic/html/issue.search.html:155
a377590eba34 changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents: 7530
diff changeset
3828 #: ../share/roundup/templates/devel/html/bug.search.html:181
a377590eba34 changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents: 7530
diff changeset
3829 #: ../share/roundup/templates/devel/html/task.search.html:181
a377590eba34 changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents: 7530
diff changeset
3830 #: ../share/roundup/templates/responsive/html/bug.search.html:181
a377590eba34 changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents: 7530
diff changeset
3831 #: ../share/roundup/templates/responsive/html/task.search.html:155
6223
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
3832 msgid "Assigned to:"
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
3833 msgstr ""
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
3834
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
3835 #: ../share/roundup/templates/classic/html/issue.search.html:158
8002
a377590eba34 changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents: 7530
diff changeset
3836 #: ../share/roundup/templates/devel/html/bug.search.html:184
a377590eba34 changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents: 7530
diff changeset
3837 #: ../share/roundup/templates/devel/html/task.search.html:184
a377590eba34 changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents: 7530
diff changeset
3838 #: ../share/roundup/templates/responsive/html/bug.search.html:184
a377590eba34 changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents: 7530
diff changeset
3839 #: ../share/roundup/templates/responsive/html/task.search.html:158
a377590eba34 changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents: 7530
diff changeset
3840 msgid "assigned to me"
a377590eba34 changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents: 7530
diff changeset
3841 msgstr ""
a377590eba34 changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents: 7530
diff changeset
3842
a377590eba34 changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents: 7530
diff changeset
3843 #: ../share/roundup/templates/classic/html/issue.search.html:161
a377590eba34 changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents: 7530
diff changeset
3844 #: ../share/roundup/templates/devel/html/bug.search.html:187
a377590eba34 changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents: 7530
diff changeset
3845 #: ../share/roundup/templates/devel/html/task.search.html:187
a377590eba34 changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents: 7530
diff changeset
3846 #: ../share/roundup/templates/responsive/html/bug.search.html:187
a377590eba34 changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents: 7530
diff changeset
3847 #: ../share/roundup/templates/responsive/html/task.search.html:161
6223
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
3848 msgid "unassigned"
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
3849 msgstr ""
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
3850
8002
a377590eba34 changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents: 7530
diff changeset
3851 #: ../share/roundup/templates/classic/html/issue.search.html:171
a377590eba34 changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents: 7530
diff changeset
3852 #: ../share/roundup/templates/devel/html/bug.search.html:250
a377590eba34 changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents: 7530
diff changeset
3853 #: ../share/roundup/templates/devel/html/task.search.html:250
a377590eba34 changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents: 7530
diff changeset
3854 #: ../share/roundup/templates/responsive/html/bug.search.html:250
a377590eba34 changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents: 7530
diff changeset
3855 #: ../share/roundup/templates/responsive/html/task.search.html:211
6223
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
3856 msgid "No Sort or group:"
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
3857 msgstr ""
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
3858
8002
a377590eba34 changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents: 7530
diff changeset
3859 #: ../share/roundup/templates/classic/html/issue.search.html:179
a377590eba34 changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents: 7530
diff changeset
3860 #: ../share/roundup/templates/devel/html/bug.search.html:258
a377590eba34 changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents: 7530
diff changeset
3861 #: ../share/roundup/templates/devel/html/task.search.html:258
a377590eba34 changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents: 7530
diff changeset
3862 #: ../share/roundup/templates/responsive/html/bug.search.html:258
a377590eba34 changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents: 7530
diff changeset
3863 #: ../share/roundup/templates/responsive/html/task.search.html:219
6223
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
3864 msgid "Pagesize:"
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
3865 msgstr ""
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
3866
8002
a377590eba34 changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents: 7530
diff changeset
3867 #: ../share/roundup/templates/classic/html/issue.search.html:185
a377590eba34 changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents: 7530
diff changeset
3868 #: ../share/roundup/templates/devel/html/bug.search.html:264
a377590eba34 changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents: 7530
diff changeset
3869 #: ../share/roundup/templates/devel/html/task.search.html:264
a377590eba34 changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents: 7530
diff changeset
3870 #: ../share/roundup/templates/responsive/html/bug.search.html:264
a377590eba34 changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents: 7530
diff changeset
3871 #: ../share/roundup/templates/responsive/html/task.search.html:225
6223
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
3872 msgid "Start With:"
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
3873 msgstr ""
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
3874
8002
a377590eba34 changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents: 7530
diff changeset
3875 #: ../share/roundup/templates/classic/html/issue.search.html:191
a377590eba34 changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents: 7530
diff changeset
3876 #: ../share/roundup/templates/devel/html/bug.search.html:270
a377590eba34 changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents: 7530
diff changeset
3877 #: ../share/roundup/templates/devel/html/task.search.html:270
a377590eba34 changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents: 7530
diff changeset
3878 #: ../share/roundup/templates/responsive/html/bug.search.html:270
a377590eba34 changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents: 7530
diff changeset
3879 #: ../share/roundup/templates/responsive/html/task.search.html:231
6223
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
3880 msgid "Sort Descending:"
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
3881 msgstr ""
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
3882
8002
a377590eba34 changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents: 7530
diff changeset
3883 #: ../share/roundup/templates/classic/html/issue.search.html:198
a377590eba34 changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents: 7530
diff changeset
3884 #: ../share/roundup/templates/devel/html/bug.search.html:277
a377590eba34 changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents: 7530
diff changeset
3885 #: ../share/roundup/templates/devel/html/task.search.html:277
a377590eba34 changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents: 7530
diff changeset
3886 #: ../share/roundup/templates/responsive/html/bug.search.html:277
a377590eba34 changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents: 7530
diff changeset
3887 #: ../share/roundup/templates/responsive/html/task.search.html:238
6223
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
3888 msgid "Group Descending:"
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
3889 msgstr ""
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
3890
8002
a377590eba34 changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents: 7530
diff changeset
3891 #: ../share/roundup/templates/classic/html/issue.search.html:205
a377590eba34 changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents: 7530
diff changeset
3892 #: ../share/roundup/templates/devel/html/bug.search.html:284
a377590eba34 changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents: 7530
diff changeset
3893 #: ../share/roundup/templates/devel/html/task.search.html:284
a377590eba34 changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents: 7530
diff changeset
3894 #: ../share/roundup/templates/responsive/html/bug.search.html:284
a377590eba34 changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents: 7530
diff changeset
3895 #: ../share/roundup/templates/responsive/html/task.search.html:245
6223
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
3896 msgid "Query name**:"
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
3897 msgstr ""
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
3898
8002
a377590eba34 changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents: 7530
diff changeset
3899 #: ../share/roundup/templates/classic/html/issue.search.html:218
a377590eba34 changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents: 7530
diff changeset
3900 #: ../share/roundup/templates/classic/html/page.html:42
a377590eba34 changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents: 7530
diff changeset
3901 #: ../share/roundup/templates/classic/html/page.html:94
8066
88af8f1a9e1b build: generate and rebuild locale files for release.
John Rouillard <rouilj@ieee.org>
parents: 8007
diff changeset
3902 #: ../share/roundup/templates/classic/html/user.help-search.html:70
6557
8687c096a945 Handle configparser.InterpolationSyntaxError
John Rouillard <rouilj@ieee.org>
parents: 6456
diff changeset
3903 #: ../share/roundup/templates/classic/html/user.index.html:38
8002
a377590eba34 changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents: 7530
diff changeset
3904 #: ../share/roundup/templates/devel/html/bug.search.html:297
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/page.html:79
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
3906 #: ../share/roundup/templates/devel/html/page.html:126
8002
a377590eba34 changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents: 7530
diff changeset
3907 #: ../share/roundup/templates/devel/html/task.search.html:297
8066
88af8f1a9e1b build: generate and rebuild locale files for release.
John Rouillard <rouilj@ieee.org>
parents: 8007
diff changeset
3908 #: ../share/roundup/templates/devel/html/user.help-search.html:70
6405
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
3909 #: ../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
3910 #: ../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
3911 #: ../share/roundup/templates/minimal/html/page.html:40
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
3912 #: ../share/roundup/templates/minimal/html/page.html:92
8002
a377590eba34 changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents: 7530
diff changeset
3913 #: ../share/roundup/templates/responsive/html/bug.search.html:297
6405
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
3914 #: ../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
3915 #: ../share/roundup/templates/responsive/html/page.html:143
8002
a377590eba34 changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents: 7530
diff changeset
3916 #: ../share/roundup/templates/responsive/html/task.search.html:258
8066
88af8f1a9e1b build: generate and rebuild locale files for release.
John Rouillard <rouilj@ieee.org>
parents: 8007
diff changeset
3917 #: ../share/roundup/templates/responsive/html/user.help-search.html:70
6405
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
3918 #: ../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
3919 #: ../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
3920 msgid "Search"
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
3921 msgstr ""
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
3922
8002
a377590eba34 changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents: 7530
diff changeset
3923 #: ../share/roundup/templates/classic/html/issue.search.html:223
6223
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
3924 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
3925 msgstr ""
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
3926
8002
a377590eba34 changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents: 7530
diff changeset
3927 #: ../share/roundup/templates/classic/html/issue.search.html:226
a377590eba34 changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents: 7530
diff changeset
3928 #: ../share/roundup/templates/devel/html/bug.search.html:305
a377590eba34 changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents: 7530
diff changeset
3929 #: ../share/roundup/templates/devel/html/task.search.html:305
a377590eba34 changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents: 7530
diff changeset
3930 #: ../share/roundup/templates/responsive/html/bug.search.html:305
a377590eba34 changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents: 7530
diff changeset
3931 #: ../share/roundup/templates/responsive/html/task.search.html:266
6223
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
3932 msgid ""
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
3933 "**: 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
3934 "in the sidebar"
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
3935 msgstr ""
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
3936
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
3937 #: ../share/roundup/templates/classic/html/keyword.item.html:3
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
3938 msgid "Keyword editing - ${tracker}"
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
3939 msgstr ""
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
3940
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
3941 #: ../share/roundup/templates/classic/html/keyword.item.html:5
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
3942 msgid "Keyword editing"
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
3943 msgstr ""
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
3944
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
3945 #: ../share/roundup/templates/classic/html/keyword.item.html:11
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
3946 msgid "Existing Keywords"
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
3947 msgstr ""
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
3948
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
3949 #: ../share/roundup/templates/classic/html/keyword.item.html:20
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
3950 msgid ""
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
3951 "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
3952 "entry above."
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
3953 msgstr ""
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
3954
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
3955 #: ../share/roundup/templates/classic/html/keyword.item.html:27
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
3956 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
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/keyword.item.html:51
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
3960 msgid "Continue adding keywords."
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
3961 msgstr ""
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
3962
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
3963 #: ../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
3964 #: ../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
3965 #: ../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
3966 msgid "List of messages - ${tracker}"
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
3967 msgstr ""
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
3968
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
3969 #: ../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
3970 #: ../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
3971 #: ../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
3972 msgid "Message listing"
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
3973 msgstr ""
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
3974
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
3975 #: ../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
3976 #: ../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
3977 #: ../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
3978 msgid "Message ${id} - ${tracker}"
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/msg.item.html:9
6405
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
3982 #: ../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
3983 #: ../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
3984 msgid "New Message - ${tracker}"
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
3985 msgstr ""
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
3986
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
3987 #: ../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
3988 #: ../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
3989 #: ../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
3990 msgid "New Message"
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
3991 msgstr ""
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
3992
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
3993 #: ../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
3994 #: ../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
3995 #: ../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
3996 msgid "New Message Editing"
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/msg.item.html:18
6405
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
4000 #: ../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
4001 #: ../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
4002 msgid "Message${id}"
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
4003 msgstr ""
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
4004
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
4005 #: ../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
4006 #: ../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
4007 #: ../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
4008 msgid "Message${id} Editing"
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/msg.item.html:38
6405
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
4012 #: ../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
4013 #: ../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
4014 msgid "Author"
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
4015 msgstr ""
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
4016
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
4017 #: ../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
4018 #: ../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
4019 #: ../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
4020 msgid "Recipients"
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
4021 msgstr ""
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
4022
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
4023 #: ../share/roundup/templates/classic/html/msg.item.html:54
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
4024 msgid "Content"
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
8002
a377590eba34 changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents: 7530
diff changeset
4027 #: ../share/roundup/templates/classic/html/page.html:56
6223
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
4028 #: ../share/roundup/templates/minimal/html/page.html:54
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
4029 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
4030 msgstr ""
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
4031
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
4032 #: ../share/roundup/templates/classic/html/page.html:67
8002
a377590eba34 changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents: 7530
diff changeset
4033 #: ../share/roundup/templates/minimal/html/page.html:65
a377590eba34 changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents: 7530
diff changeset
4034 msgid "Issues"
a377590eba34 changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents: 7530
diff changeset
4035 msgstr ""
a377590eba34 changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents: 7530
diff changeset
4036
a377590eba34 changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents: 7530
diff changeset
4037 #: ../share/roundup/templates/classic/html/page.html:69
a377590eba34 changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents: 7530
diff changeset
4038 #: ../share/roundup/templates/classic/html/page.html:109
6405
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
4039 #: ../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
4040 #: ../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
4041 #: ../share/roundup/templates/devel/html/page.html:143
6223
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
4042 #: ../share/roundup/templates/minimal/html/page.html:67
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
4043 #: ../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
4044 #: ../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
4045 #: ../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
4046 #: ../share/roundup/templates/responsive/html/page.html:161
6223
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
4047 msgid "Create New"
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
4048 msgstr ""
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
4049
8002
a377590eba34 changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents: 7530
diff changeset
4050 #: ../share/roundup/templates/classic/html/page.html:71
6405
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
4051 #: ../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
4052 #: ../share/roundup/templates/devel/html/page.html:112
6223
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
4053 #: ../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
4054 #: ../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
4055 #: ../share/roundup/templates/responsive/html/page.html:129
6223
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
4056 msgid "Show Unassigned"
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
4057 msgstr ""
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
4058
8002
a377590eba34 changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents: 7530
diff changeset
4059 #: ../share/roundup/templates/classic/html/page.html:83
6223
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
4060 #: ../share/roundup/templates/minimal/html/page.html:81
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
4061 msgid "Show All"
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
4062 msgstr ""
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
4063
8002
a377590eba34 changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents: 7530
diff changeset
4064 #: ../share/roundup/templates/classic/html/page.html:95
6223
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
4065 #: ../share/roundup/templates/minimal/html/page.html:93
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
4066 msgid "Show issue:"
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
4067 msgstr ""
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
4068
8002
a377590eba34 changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents: 7530
diff changeset
4069 #: ../share/roundup/templates/classic/html/page.html:112
6223
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
4070 #: ../share/roundup/templates/minimal/html/page.html:110
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
4071 msgid "Edit Existing"
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
4072 msgstr ""
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
4073
8002
a377590eba34 changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents: 7530
diff changeset
4074 #: ../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
4075 #: ../share/roundup/templates/devel/html/page.html:224
6223
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
4076 #: ../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
4077 #: ../share/roundup/templates/responsive/html/page.html:241
6223
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
4078 msgid "Administration"
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
4079 msgstr ""
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
4080
8002
a377590eba34 changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents: 7530
diff changeset
4081 #: ../share/roundup/templates/classic/html/page.html:120
6405
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
4082 #: ../share/roundup/templates/devel/html/page.html:227
6223
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
4083 #: ../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
4084 #: ../share/roundup/templates/responsive/html/page.html:244
6223
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
4085 msgid "Class List"
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
4086 msgstr ""
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
4087
8002
a377590eba34 changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents: 7530
diff changeset
4088 #: ../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
4089 #: ../share/roundup/templates/devel/html/page.html:231
6223
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
4090 #: ../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
4091 #: ../share/roundup/templates/responsive/html/page.html:248
6223
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
4092 msgid "User List"
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
4093 msgstr ""
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
4094
8002
a377590eba34 changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents: 7530
diff changeset
4095 #: ../share/roundup/templates/classic/html/page.html:126
6405
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
4096 #: ../share/roundup/templates/devel/html/page.html:234
6223
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
4097 #: ../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
4098 #: ../share/roundup/templates/responsive/html/page.html:251
6223
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
4099 msgid "Add User"
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
4100 msgstr ""
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
4101
8002
a377590eba34 changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents: 7530
diff changeset
4102 #: ../share/roundup/templates/classic/html/page.html:133
a377590eba34 changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents: 7530
diff changeset
4103 #: ../share/roundup/templates/classic/html/page.html:141
6405
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
4104 #: ../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
4105 #: ../share/roundup/templates/devel/html/page.html:172
6223
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
4106 #: ../share/roundup/templates/minimal/html/page.html:131
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
4107 #: ../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
4108 #: ../share/roundup/templates/responsive/html/page.html:188
6223
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
4109 msgid "Login"
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
8002
a377590eba34 changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents: 7530
diff changeset
4112 #: ../share/roundup/templates/classic/html/page.html:138
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/page.html:171
6223
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
4114 #: ../share/roundup/templates/minimal/html/page.html:138
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
4115 msgid "Remember me?"
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
8002
a377590eba34 changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents: 7530
diff changeset
4118 #: ../share/roundup/templates/classic/html/page.html:149
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:68
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/page.html:182
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:75
6223
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
4122 #: ../share/roundup/templates/minimal/html/page.html:147
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
4123 #: ../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
4124 #: ../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
4125 #: ../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
4126 msgid "Register"
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
4127 msgstr ""
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
4128
8002
a377590eba34 changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents: 7530
diff changeset
4129 #: ../share/roundup/templates/classic/html/page.html:152
6405
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
4130 #: ../share/roundup/templates/devel/html/page.html:187
6223
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
4131 #: ../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
4132 #: ../share/roundup/templates/responsive/html/page.html:205
6223
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
4133 msgid "Lost&nbsp;your&nbsp;login?"
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
4134 msgstr ""
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
4135
8002
a377590eba34 changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents: 7530
diff changeset
4136 #: ../share/roundup/templates/classic/html/page.html:157
6223
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
4137 #: ../share/roundup/templates/minimal/html/page.html:155
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
4138 msgid "Hello, ${user}"
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
4139 msgstr ""
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
4140
8002
a377590eba34 changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents: 7530
diff changeset
4141 #: ../share/roundup/templates/classic/html/page.html:159
6223
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
4142 msgid "Your Issues"
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
4143 msgstr ""
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
4144
8002
a377590eba34 changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents: 7530
diff changeset
4145 #: ../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
4146 #: ../share/roundup/templates/devel/html/page.html:209
6223
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
4147 #: ../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
4148 #: ../share/roundup/templates/responsive/html/page.html:226
6223
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
4149 msgid "Your Details"
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
8002
a377590eba34 changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents: 7530
diff changeset
4152 #: ../share/roundup/templates/classic/html/page.html:173
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/page.html:212
6223
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
4154 #: ../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
4155 #: ../share/roundup/templates/responsive/html/page.html:229
6223
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
4156 msgid "Logout"
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
8002
a377590eba34 changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents: 7530
diff changeset
4159 #: ../share/roundup/templates/classic/html/page.html:177
6223
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
4160 #: ../share/roundup/templates/minimal/html/page.html:163
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
4161 msgid "Help"
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
4162 msgstr ""
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
4163
8002
a377590eba34 changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents: 7530
diff changeset
4164 #: ../share/roundup/templates/classic/html/page.html:178
6223
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
4165 #: ../share/roundup/templates/minimal/html/page.html:164
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
4166 msgid "Roundup docs"
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
4167 msgstr ""
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
4168
8002
a377590eba34 changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents: 7530
diff changeset
4169 #: ../share/roundup/templates/classic/html/page.html:189
6405
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
4170 #: ../share/roundup/templates/devel/html/page.html:254
6223
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
4171 #: ../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
4172 #: ../share/roundup/templates/responsive/html/page.html:269
6223
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
4173 msgid "clear this message"
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
4174 msgstr ""
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
4175
8328
3bf6ad421347 chore: update files for release 2.5.0b1.
John Rouillard <rouilj@ieee.org>
parents: 8276
diff changeset
4176 #: ../share/roundup/templates/classic/html/page.html:258
3bf6ad421347 chore: update files for release 2.5.0b1.
John Rouillard <rouilj@ieee.org>
parents: 8276
diff changeset
4177 #: ../share/roundup/templates/classic/html/page.html:271
3bf6ad421347 chore: update files for release 2.5.0b1.
John Rouillard <rouilj@ieee.org>
parents: 8276
diff changeset
4178 #: ../share/roundup/templates/classic/html/page.html:289
3bf6ad421347 chore: update files for release 2.5.0b1.
John Rouillard <rouilj@ieee.org>
parents: 8276
diff changeset
4179 #: ../share/roundup/templates/classic/html/page.html:303
3bf6ad421347 chore: update files for release 2.5.0b1.
John Rouillard <rouilj@ieee.org>
parents: 8276
diff changeset
4180 #: ../share/roundup/templates/devel/html/page.html:317
3bf6ad421347 chore: update files for release 2.5.0b1.
John Rouillard <rouilj@ieee.org>
parents: 8276
diff changeset
4181 #: ../share/roundup/templates/devel/html/page.html:330
3bf6ad421347 chore: update files for release 2.5.0b1.
John Rouillard <rouilj@ieee.org>
parents: 8276
diff changeset
4182 #: ../share/roundup/templates/devel/html/page.html:348
3bf6ad421347 chore: update files for release 2.5.0b1.
John Rouillard <rouilj@ieee.org>
parents: 8276
diff changeset
4183 #: ../share/roundup/templates/devel/html/page.html:362
3bf6ad421347 chore: update files for release 2.5.0b1.
John Rouillard <rouilj@ieee.org>
parents: 8276
diff changeset
4184 #: ../share/roundup/templates/minimal/html/page.html:240
3bf6ad421347 chore: update files for release 2.5.0b1.
John Rouillard <rouilj@ieee.org>
parents: 8276
diff changeset
4185 #: ../share/roundup/templates/minimal/html/page.html:255
3bf6ad421347 chore: update files for release 2.5.0b1.
John Rouillard <rouilj@ieee.org>
parents: 8276
diff changeset
4186 #: ../share/roundup/templates/minimal/html/page.html:269
3bf6ad421347 chore: update files for release 2.5.0b1.
John Rouillard <rouilj@ieee.org>
parents: 8276
diff changeset
4187 #: ../share/roundup/templates/responsive/html/page.html:332
3bf6ad421347 chore: update files for release 2.5.0b1.
John Rouillard <rouilj@ieee.org>
parents: 8276
diff changeset
4188 #: ../share/roundup/templates/responsive/html/page.html:345
3bf6ad421347 chore: update files for release 2.5.0b1.
John Rouillard <rouilj@ieee.org>
parents: 8276
diff changeset
4189 #: ../share/roundup/templates/responsive/html/page.html:363
3bf6ad421347 chore: update files for release 2.5.0b1.
John Rouillard <rouilj@ieee.org>
parents: 8276
diff changeset
4190 #: ../share/roundup/templates/responsive/html/page.html:377
6223
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
4191 msgid "don't care"
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
8328
3bf6ad421347 chore: update files for release 2.5.0b1.
John Rouillard <rouilj@ieee.org>
parents: 8276
diff changeset
4194 #: ../share/roundup/templates/classic/html/page.html:260
3bf6ad421347 chore: update files for release 2.5.0b1.
John Rouillard <rouilj@ieee.org>
parents: 8276
diff changeset
4195 #: ../share/roundup/templates/classic/html/page.html:273
3bf6ad421347 chore: update files for release 2.5.0b1.
John Rouillard <rouilj@ieee.org>
parents: 8276
diff changeset
4196 #: ../share/roundup/templates/classic/html/page.html:291
3bf6ad421347 chore: update files for release 2.5.0b1.
John Rouillard <rouilj@ieee.org>
parents: 8276
diff changeset
4197 #: ../share/roundup/templates/classic/html/page.html:304
3bf6ad421347 chore: update files for release 2.5.0b1.
John Rouillard <rouilj@ieee.org>
parents: 8276
diff changeset
4198 #: ../share/roundup/templates/devel/html/page.html:319
3bf6ad421347 chore: update files for release 2.5.0b1.
John Rouillard <rouilj@ieee.org>
parents: 8276
diff changeset
4199 #: ../share/roundup/templates/devel/html/page.html:332
3bf6ad421347 chore: update files for release 2.5.0b1.
John Rouillard <rouilj@ieee.org>
parents: 8276
diff changeset
4200 #: ../share/roundup/templates/devel/html/page.html:350
3bf6ad421347 chore: update files for release 2.5.0b1.
John Rouillard <rouilj@ieee.org>
parents: 8276
diff changeset
4201 #: ../share/roundup/templates/devel/html/page.html:363
3bf6ad421347 chore: update files for release 2.5.0b1.
John Rouillard <rouilj@ieee.org>
parents: 8276
diff changeset
4202 #: ../share/roundup/templates/minimal/html/page.html:242
3bf6ad421347 chore: update files for release 2.5.0b1.
John Rouillard <rouilj@ieee.org>
parents: 8276
diff changeset
4203 #: ../share/roundup/templates/minimal/html/page.html:257
3bf6ad421347 chore: update files for release 2.5.0b1.
John Rouillard <rouilj@ieee.org>
parents: 8276
diff changeset
4204 #: ../share/roundup/templates/minimal/html/page.html:270
3bf6ad421347 chore: update files for release 2.5.0b1.
John Rouillard <rouilj@ieee.org>
parents: 8276
diff changeset
4205 #: ../share/roundup/templates/responsive/html/page.html:334
3bf6ad421347 chore: update files for release 2.5.0b1.
John Rouillard <rouilj@ieee.org>
parents: 8276
diff changeset
4206 #: ../share/roundup/templates/responsive/html/page.html:347
3bf6ad421347 chore: update files for release 2.5.0b1.
John Rouillard <rouilj@ieee.org>
parents: 8276
diff changeset
4207 #: ../share/roundup/templates/responsive/html/page.html:365
3bf6ad421347 chore: update files for release 2.5.0b1.
John Rouillard <rouilj@ieee.org>
parents: 8276
diff changeset
4208 #: ../share/roundup/templates/responsive/html/page.html:378
6223
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
4209 msgid "------------"
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
8328
3bf6ad421347 chore: update files for release 2.5.0b1.
John Rouillard <rouilj@ieee.org>
parents: 8276
diff changeset
4212 #: ../share/roundup/templates/classic/html/page.html:336
3bf6ad421347 chore: update files for release 2.5.0b1.
John Rouillard <rouilj@ieee.org>
parents: 8276
diff changeset
4213 #: ../share/roundup/templates/devel/html/page.html:391
3bf6ad421347 chore: update files for release 2.5.0b1.
John Rouillard <rouilj@ieee.org>
parents: 8276
diff changeset
4214 #: ../share/roundup/templates/minimal/html/page.html:298
3bf6ad421347 chore: update files for release 2.5.0b1.
John Rouillard <rouilj@ieee.org>
parents: 8276
diff changeset
4215 #: ../share/roundup/templates/responsive/html/page.html:406
6223
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
4216 msgid "no value"
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
4217 msgstr ""
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
4218
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
4219 #: ../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
4220 #: ../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
4221 #: ../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
4222 msgid "\"Your Queries\" Editing - ${tracker}"
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
4223 msgstr ""
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
4224
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
4225 #: ../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
4226 #: ../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
4227 #: ../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
4228 msgid "\"Your Queries\" Editing"
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
4229 msgstr ""
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
4230
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
4231 #: ../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
4232 #: ../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
4233 #: ../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
4234 msgid "You are not allowed to edit queries."
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/query.edit.html:58
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/query.edit.html:60
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
4239 #: ../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
4240 msgid "Query"
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
4241 msgstr ""
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
4242
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
4243 #: ../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
4244 #: ../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
4245 #: ../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
4246 msgid "Include in \"Your Queries\""
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
4247 msgstr ""
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
4248
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
4249 #: ../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
4250 #: ../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
4251 #: ../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
4252 msgid "Private to you?"
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
4253 msgstr ""
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
4254
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
4255 #: ../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
4256 #: ../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
4257 #: ../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
4258 msgid "delete/restore<br> (javascript<br>required)"
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
4259 msgstr ""
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
4260
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
4261 #: ../share/roundup/templates/classic/html/query.edit.html:65
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
4262 msgid "Queries I created"
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
4263 msgstr ""
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
4264
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
4265 #: ../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
4266 #: ../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
4267 #: ../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
4268 msgid "leave out"
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/query.edit.html:78
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/query.edit.html:77
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
4273 #: ../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
4274 msgid "include"
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
4275 msgstr ""
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
4276
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
4277 #: ../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
4278 #: ../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
4279 #: ../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
4280 msgid "leave in"
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
4281 msgstr ""
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
4282
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
4283 #: ../share/roundup/templates/classic/html/query.edit.html:87
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
4284 #: ../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
4285 #: ../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
4286 #: ../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
4287 #: ../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
4288 #: ../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
4289 msgid "edit"
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
4290 msgstr ""
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
4291
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
4292 #: ../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
4293 #: ../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
4294 #: ../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
4295 msgid "yes"
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
4296 msgstr ""
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
4297
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
4298 #: ../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
4299 #: ../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
4300 #: ../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
4301 msgid "no"
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
4302 msgstr ""
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
4303
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
4304 #: ../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
4305 #: ../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
4306 #: ../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
4307 msgid "Delete"
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
4308 msgstr ""
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
4309
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
4310 #: ../share/roundup/templates/classic/html/query.edit.html:105
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
4311 msgid "Queries others created"
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
4312 msgstr ""
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
4313
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
4314 #: ../share/roundup/templates/classic/html/query.edit.html:106
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
4315 msgid "Owner"
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
4316 msgstr ""
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
4317
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
4318 #: ../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
4319 #: ../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
4320 #: ../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
4321 msgid "[not yours to edit]"
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
4322 msgstr ""
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
4323
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
4324 #: ../share/roundup/templates/classic/html/query.edit.html:121
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
4325 msgid "<a href=\"\">x</a>"
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
4326 msgstr ""
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
4327
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
4328 #: ../share/roundup/templates/classic/html/query.edit.html:128
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
4329 msgid "Active retired/private queries"
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
4330 msgstr ""
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
4331
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
4332 #: ../share/roundup/templates/classic/html/query.edit.html:138
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
4333 #: ../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
4334 #: ../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
4335 #: ../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
4336 msgid "[query is retired]"
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
4337 msgstr ""
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
4338
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
4339 #: ../share/roundup/templates/classic/html/query.edit.html:141
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
4340 #: ../share/roundup/templates/classic/html/query.edit.html:156
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
4341 msgid "Restore"
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
4342 msgstr ""
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
4343
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
4344 #: ../share/roundup/templates/classic/html/query.edit.html:154
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
4345 msgid "[query is private]"
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
4346 msgstr ""
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
4347
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
4348 #: ../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
4349 #: ../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
4350 #: ../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
4351 msgid "Save Selection"
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
4352 msgstr ""
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
4353
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
4354 #: ../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
4355 #: ../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
4356 #: ../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
4357 msgid "Password reset request - ${tracker}"
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
4358 msgstr ""
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
4359
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
4360 #: ../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
4361 #: ../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
4362 #: ../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
4363 msgid "Password reset request"
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
4364 msgstr ""
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
4365
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
4366 #: ../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
4367 #: ../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
4368 #: ../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
4369 msgid ""
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
4370 "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
4371 "email address you registered with, enter it below."
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
4372 msgstr ""
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
4373
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
4374 #: ../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
4375 #: ../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
4376 #: ../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
4377 msgid "Email Address:"
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
4378 msgstr ""
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
4379
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
4380 #: ../share/roundup/templates/classic/html/user.forgotten.html:26
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
4381 #: ../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
4382 #: ../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
4383 #: ../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
4384 #: ../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
4385 #: ../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
4386 msgid "Request password reset"
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
4387 msgstr ""
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
4388
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
4389 #: ../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
4390 #: ../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
4391 #: ../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
4392 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
4393 msgstr ""
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
4394
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
4395 #: ../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
4396 #: ../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
4397 #: ../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
4398 msgid "Username:"
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
4399 msgstr ""
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
4400
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
4401 #: ../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
4402 #: ../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
4403 #: ../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
4404 msgid ""
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
4405 "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
4406 "within it to complete the reset process."
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
4407 msgstr ""
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
4408
8066
88af8f1a9e1b build: generate and rebuild locale files for release.
John Rouillard <rouilj@ieee.org>
parents: 8007
diff changeset
4409 #: ../share/roundup/templates/classic/html/user.help-search.html:74
88af8f1a9e1b build: generate and rebuild locale files for release.
John Rouillard <rouilj@ieee.org>
parents: 8007
diff changeset
4410 #: ../share/roundup/templates/devel/html/user.help-search.html:74
6405
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
4411 #: ../share/roundup/templates/devel/html/user.help.html:81
8066
88af8f1a9e1b build: generate and rebuild locale files for release.
John Rouillard <rouilj@ieee.org>
parents: 8007
diff changeset
4412 #: ../share/roundup/templates/responsive/html/user.help-search.html:74
6405
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
4413 #: ../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
4414 msgid "Pagesize"
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
4415 msgstr ""
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
4416
8066
88af8f1a9e1b build: generate and rebuild locale files for release.
John Rouillard <rouilj@ieee.org>
parents: 8007
diff changeset
4417 #: ../share/roundup/templates/classic/html/user.help.html:42
6223
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
4418 msgid ""
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
4419 "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
4420 "immediately, or visit ${link}."
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
4421 msgstr ""
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
4422
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
4423 #: ../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
4424 #: ../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
4425 #: ../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
4426 #: ../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
4427 msgid "User listing - ${tracker}"
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
4428 msgstr ""
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
4429
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
4430 #: ../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
4431 #: ../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
4432 #: ../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
4433 #: ../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
4434 msgid "User listing"
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
4435 msgstr ""
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
4436
6557
8687c096a945 Handle configparser.InterpolationSyntaxError
John Rouillard <rouilj@ieee.org>
parents: 6456
diff changeset
4437 #: ../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
4438 #: ../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
4439 #: ../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
4440 #: ../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
4441 #: ../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
4442 msgid "Username"
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
4443 msgstr ""
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
4444
6557
8687c096a945 Handle configparser.InterpolationSyntaxError
John Rouillard <rouilj@ieee.org>
parents: 6456
diff changeset
4445 #: ../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
4446 #: ../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
4447 #: ../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
4448 msgid "Real name"
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
4449 msgstr ""
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
4450
6557
8687c096a945 Handle configparser.InterpolationSyntaxError
John Rouillard <rouilj@ieee.org>
parents: 6456
diff changeset
4451 #: ../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
4452 #: ../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
4453 #: ../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
4454 #: ../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
4455 #: ../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
4456 #: ../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
4457 msgid "Organisation"
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
4458 msgstr ""
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
4459
6557
8687c096a945 Handle configparser.InterpolationSyntaxError
John Rouillard <rouilj@ieee.org>
parents: 6456
diff changeset
4460 #: ../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
4461 #: ../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
4462 #: ../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
4463 #: ../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
4464 msgid "Email address"
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
4465 msgstr ""
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
4466
6557
8687c096a945 Handle configparser.InterpolationSyntaxError
John Rouillard <rouilj@ieee.org>
parents: 6456
diff changeset
4467 #: ../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
4468 #: ../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
4469 #: ../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
4470 msgid "Phone number"
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
4471 msgstr ""
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
4472
6557
8687c096a945 Handle configparser.InterpolationSyntaxError
John Rouillard <rouilj@ieee.org>
parents: 6456
diff changeset
4473 #: ../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
4474 #: ../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
4475 #: ../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
4476 msgid "Retire"
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
4477 msgstr ""
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
4478
6557
8687c096a945 Handle configparser.InterpolationSyntaxError
John Rouillard <rouilj@ieee.org>
parents: 6456
diff changeset
4479 #: ../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
4480 #: ../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
4481 #: ../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
4482 msgid "retire"
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
4483 msgstr ""
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
4484
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
4485 #: ../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
4486 #: ../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
4487 #: ../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
4488 #: ../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
4489 msgid "User ${id}: ${title} - ${tracker}"
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
4490 msgstr ""
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
4491
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
4492 #: ../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
4493 #: ../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
4494 #: ../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
4495 #: ../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
4496 msgid "New User - ${tracker}"
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
4497 msgstr ""
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
4498
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
4499 #: ../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
4500 #: ../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
4501 #: ../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
4502 #: ../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
4503 msgid "New User"
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
4504 msgstr ""
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
4505
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
4506 #: ../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
4507 #: ../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
4508 #: ../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
4509 #: ../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
4510 msgid "New User Editing"
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
4511 msgstr ""
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
4512
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
4513 #: ../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
4514 #: ../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
4515 #: ../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
4516 #: ../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
4517 msgid "User${id}"
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
4518 msgstr ""
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
4519
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
4520 #: ../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
4521 #: ../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
4522 #: ../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
4523 #: ../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
4524 msgid "User${id} Editing"
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
4525 msgstr ""
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
4526
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
4527 #: ../share/roundup/templates/classic/html/user.item.html:80
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
4528 #: ../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
4529 #: ../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
4530 #: ../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
4531 #: ../share/roundup/templates/minimal/html/user.item.html:75
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
4532 #: ../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
4533 #: ../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
4534 #: ../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
4535 msgid "Roles"
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
4536 msgstr ""
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
4537
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
4538 #: ../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
4539 #: ../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
4540 #: ../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
4541 #: ../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
4542 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
4543 msgstr ""
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
4544
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
4545 #: ../share/roundup/templates/classic/html/user.item.html:109
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
4546 msgid "(the default is ${zone})"
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
4547 msgstr ""
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
4548
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
4549 #: ../share/roundup/templates/classic/html/user.item.html:130
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
4550 #: ../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
4551 #: ../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
4552 #: ../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
4553 #: ../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
4554 #: ../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
4555 #: ../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
4556 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
4557 msgstr ""
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
4558
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
4559 #: ../share/roundup/templates/classic/html/user.register.html:4
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
4560 #: ../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
4561 #: ../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
4562 #: ../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
4563 #: ../share/roundup/templates/minimal/html/user.register.html:4
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
4564 #: ../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
4565 #: ../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
4566 #: ../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
4567 msgid "Registering with ${tracker}"
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
4568 msgstr ""
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
4569
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
4570 #: ../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
4571 #: ../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
4572 #: ../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
4573 #: ../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
4574 msgid "Login Name"
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
4575 msgstr ""
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
4576
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
4577 #: ../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
4578 #: ../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
4579 #: ../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
4580 #: ../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
4581 msgid "Login Password"
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
4582 msgstr ""
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
4583
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
4584 #: ../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
4585 #: ../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
4586 #: ../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
4587 #: ../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
4588 msgid "Confirm Password"
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
4589 msgstr ""
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
4590
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
4591 #: ../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
4592 #: ../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
4593 #: ../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
4594 msgid "Phone"
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
4595 msgstr ""
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
4596
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
4597 #: ../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
4598 #: ../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
4599 #: ../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
4600 #: ../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
4601 msgid "E-mail address"
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
4602 msgstr ""
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
4603
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
4604 #: ../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
4605 #: ../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
4606 #: ../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
4607 #: ../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
4608 msgid "Registration in progress - ${tracker}"
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
4609 msgstr ""
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
4610
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
4611 #: ../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
4612 #: ../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
4613 #: ../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
4614 #: ../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
4615 msgid "Registration in progress..."
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
4616 msgstr ""
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
4617
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
4618 #: ../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
4619 #: ../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
4620 #: ../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
4621 #: ../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
4622 msgid ""
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
4623 "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
4624 "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
4625 msgstr ""
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
4626
4094
5a9631828e33 update message template file building:
Alexander Smishlajev <a1s@users.sourceforge.net>
parents: 3926
diff changeset
4627 #: ../share/roundup/templates/classic/initial_data.py:5
6557
8687c096a945 Handle configparser.InterpolationSyntaxError
John Rouillard <rouilj@ieee.org>
parents: 6456
diff changeset
4628 #: ../share/roundup/templates/jinja2/initial_data.py:4
3763
2bf0a8068884 *** empty log message ***
Alexander Smishlajev <a1s@users.sourceforge.net>
parents: 3707
diff changeset
4629 msgid "critical"
2bf0a8068884 *** empty log message ***
Alexander Smishlajev <a1s@users.sourceforge.net>
parents: 3707
diff changeset
4630 msgstr ""
2bf0a8068884 *** empty log message ***
Alexander Smishlajev <a1s@users.sourceforge.net>
parents: 3707
diff changeset
4631
4094
5a9631828e33 update message template file building:
Alexander Smishlajev <a1s@users.sourceforge.net>
parents: 3926
diff changeset
4632 #: ../share/roundup/templates/classic/initial_data.py:6
6557
8687c096a945 Handle configparser.InterpolationSyntaxError
John Rouillard <rouilj@ieee.org>
parents: 6456
diff changeset
4633 #: ../share/roundup/templates/jinja2/initial_data.py:5
3763
2bf0a8068884 *** empty log message ***
Alexander Smishlajev <a1s@users.sourceforge.net>
parents: 3707
diff changeset
4634 msgid "urgent"
2bf0a8068884 *** empty log message ***
Alexander Smishlajev <a1s@users.sourceforge.net>
parents: 3707
diff changeset
4635 msgstr ""
2bf0a8068884 *** empty log message ***
Alexander Smishlajev <a1s@users.sourceforge.net>
parents: 3707
diff changeset
4636
4094
5a9631828e33 update message template file building:
Alexander Smishlajev <a1s@users.sourceforge.net>
parents: 3926
diff changeset
4637 #: ../share/roundup/templates/classic/initial_data.py:7
6557
8687c096a945 Handle configparser.InterpolationSyntaxError
John Rouillard <rouilj@ieee.org>
parents: 6456
diff changeset
4638 #: ../share/roundup/templates/jinja2/initial_data.py:6
3763
2bf0a8068884 *** empty log message ***
Alexander Smishlajev <a1s@users.sourceforge.net>
parents: 3707
diff changeset
4639 msgid "bug"
2bf0a8068884 *** empty log message ***
Alexander Smishlajev <a1s@users.sourceforge.net>
parents: 3707
diff changeset
4640 msgstr ""
2bf0a8068884 *** empty log message ***
Alexander Smishlajev <a1s@users.sourceforge.net>
parents: 3707
diff changeset
4641
4094
5a9631828e33 update message template file building:
Alexander Smishlajev <a1s@users.sourceforge.net>
parents: 3926
diff changeset
4642 #: ../share/roundup/templates/classic/initial_data.py:8
6557
8687c096a945 Handle configparser.InterpolationSyntaxError
John Rouillard <rouilj@ieee.org>
parents: 6456
diff changeset
4643 #: ../share/roundup/templates/jinja2/initial_data.py:7
3763
2bf0a8068884 *** empty log message ***
Alexander Smishlajev <a1s@users.sourceforge.net>
parents: 3707
diff changeset
4644 msgid "feature"
2bf0a8068884 *** empty log message ***
Alexander Smishlajev <a1s@users.sourceforge.net>
parents: 3707
diff changeset
4645 msgstr ""
2bf0a8068884 *** empty log message ***
Alexander Smishlajev <a1s@users.sourceforge.net>
parents: 3707
diff changeset
4646
4094
5a9631828e33 update message template file building:
Alexander Smishlajev <a1s@users.sourceforge.net>
parents: 3926
diff changeset
4647 #: ../share/roundup/templates/classic/initial_data.py:9
6557
8687c096a945 Handle configparser.InterpolationSyntaxError
John Rouillard <rouilj@ieee.org>
parents: 6456
diff changeset
4648 #: ../share/roundup/templates/jinja2/initial_data.py:8
3763
2bf0a8068884 *** empty log message ***
Alexander Smishlajev <a1s@users.sourceforge.net>
parents: 3707
diff changeset
4649 msgid "wish"
2bf0a8068884 *** empty log message ***
Alexander Smishlajev <a1s@users.sourceforge.net>
parents: 3707
diff changeset
4650 msgstr ""
2bf0a8068884 *** empty log message ***
Alexander Smishlajev <a1s@users.sourceforge.net>
parents: 3707
diff changeset
4651
4094
5a9631828e33 update message template file building:
Alexander Smishlajev <a1s@users.sourceforge.net>
parents: 3926
diff changeset
4652 #: ../share/roundup/templates/classic/initial_data.py:12
6557
8687c096a945 Handle configparser.InterpolationSyntaxError
John Rouillard <rouilj@ieee.org>
parents: 6456
diff changeset
4653 #: ../share/roundup/templates/jinja2/initial_data.py:11
3763
2bf0a8068884 *** empty log message ***
Alexander Smishlajev <a1s@users.sourceforge.net>
parents: 3707
diff changeset
4654 msgid "unread"
2bf0a8068884 *** empty log message ***
Alexander Smishlajev <a1s@users.sourceforge.net>
parents: 3707
diff changeset
4655 msgstr ""
2bf0a8068884 *** empty log message ***
Alexander Smishlajev <a1s@users.sourceforge.net>
parents: 3707
diff changeset
4656
4094
5a9631828e33 update message template file building:
Alexander Smishlajev <a1s@users.sourceforge.net>
parents: 3926
diff changeset
4657 #: ../share/roundup/templates/classic/initial_data.py:13
6557
8687c096a945 Handle configparser.InterpolationSyntaxError
John Rouillard <rouilj@ieee.org>
parents: 6456
diff changeset
4658 #: ../share/roundup/templates/jinja2/initial_data.py:12
3763
2bf0a8068884 *** empty log message ***
Alexander Smishlajev <a1s@users.sourceforge.net>
parents: 3707
diff changeset
4659 msgid "deferred"
2bf0a8068884 *** empty log message ***
Alexander Smishlajev <a1s@users.sourceforge.net>
parents: 3707
diff changeset
4660 msgstr ""
2bf0a8068884 *** empty log message ***
Alexander Smishlajev <a1s@users.sourceforge.net>
parents: 3707
diff changeset
4661
4094
5a9631828e33 update message template file building:
Alexander Smishlajev <a1s@users.sourceforge.net>
parents: 3926
diff changeset
4662 #: ../share/roundup/templates/classic/initial_data.py:14
6557
8687c096a945 Handle configparser.InterpolationSyntaxError
John Rouillard <rouilj@ieee.org>
parents: 6456
diff changeset
4663 #: ../share/roundup/templates/jinja2/initial_data.py:13
3763
2bf0a8068884 *** empty log message ***
Alexander Smishlajev <a1s@users.sourceforge.net>
parents: 3707
diff changeset
4664 msgid "chatting"
2bf0a8068884 *** empty log message ***
Alexander Smishlajev <a1s@users.sourceforge.net>
parents: 3707
diff changeset
4665 msgstr ""
2bf0a8068884 *** empty log message ***
Alexander Smishlajev <a1s@users.sourceforge.net>
parents: 3707
diff changeset
4666
4094
5a9631828e33 update message template file building:
Alexander Smishlajev <a1s@users.sourceforge.net>
parents: 3926
diff changeset
4667 #: ../share/roundup/templates/classic/initial_data.py:15
6557
8687c096a945 Handle configparser.InterpolationSyntaxError
John Rouillard <rouilj@ieee.org>
parents: 6456
diff changeset
4668 #: ../share/roundup/templates/jinja2/initial_data.py:14
3763
2bf0a8068884 *** empty log message ***
Alexander Smishlajev <a1s@users.sourceforge.net>
parents: 3707
diff changeset
4669 msgid "need-eg"
2bf0a8068884 *** empty log message ***
Alexander Smishlajev <a1s@users.sourceforge.net>
parents: 3707
diff changeset
4670 msgstr ""
2bf0a8068884 *** empty log message ***
Alexander Smishlajev <a1s@users.sourceforge.net>
parents: 3707
diff changeset
4671
4094
5a9631828e33 update message template file building:
Alexander Smishlajev <a1s@users.sourceforge.net>
parents: 3926
diff changeset
4672 #: ../share/roundup/templates/classic/initial_data.py:16
6557
8687c096a945 Handle configparser.InterpolationSyntaxError
John Rouillard <rouilj@ieee.org>
parents: 6456
diff changeset
4673 #: ../share/roundup/templates/jinja2/initial_data.py:15
3763
2bf0a8068884 *** empty log message ***
Alexander Smishlajev <a1s@users.sourceforge.net>
parents: 3707
diff changeset
4674 msgid "in-progress"
2bf0a8068884 *** empty log message ***
Alexander Smishlajev <a1s@users.sourceforge.net>
parents: 3707
diff changeset
4675 msgstr ""
2bf0a8068884 *** empty log message ***
Alexander Smishlajev <a1s@users.sourceforge.net>
parents: 3707
diff changeset
4676
4094
5a9631828e33 update message template file building:
Alexander Smishlajev <a1s@users.sourceforge.net>
parents: 3926
diff changeset
4677 #: ../share/roundup/templates/classic/initial_data.py:17
6557
8687c096a945 Handle configparser.InterpolationSyntaxError
John Rouillard <rouilj@ieee.org>
parents: 6456
diff changeset
4678 #: ../share/roundup/templates/jinja2/initial_data.py:16
3763
2bf0a8068884 *** empty log message ***
Alexander Smishlajev <a1s@users.sourceforge.net>
parents: 3707
diff changeset
4679 msgid "testing"
2bf0a8068884 *** empty log message ***
Alexander Smishlajev <a1s@users.sourceforge.net>
parents: 3707
diff changeset
4680 msgstr ""
2bf0a8068884 *** empty log message ***
Alexander Smishlajev <a1s@users.sourceforge.net>
parents: 3707
diff changeset
4681
4094
5a9631828e33 update message template file building:
Alexander Smishlajev <a1s@users.sourceforge.net>
parents: 3926
diff changeset
4682 #: ../share/roundup/templates/classic/initial_data.py:18
6557
8687c096a945 Handle configparser.InterpolationSyntaxError
John Rouillard <rouilj@ieee.org>
parents: 6456
diff changeset
4683 #: ../share/roundup/templates/jinja2/initial_data.py:17
3763
2bf0a8068884 *** empty log message ***
Alexander Smishlajev <a1s@users.sourceforge.net>
parents: 3707
diff changeset
4684 msgid "done-cbb"
2bf0a8068884 *** empty log message ***
Alexander Smishlajev <a1s@users.sourceforge.net>
parents: 3707
diff changeset
4685 msgstr ""
2bf0a8068884 *** empty log message ***
Alexander Smishlajev <a1s@users.sourceforge.net>
parents: 3707
diff changeset
4686
4094
5a9631828e33 update message template file building:
Alexander Smishlajev <a1s@users.sourceforge.net>
parents: 3926
diff changeset
4687 #: ../share/roundup/templates/classic/initial_data.py:19
6557
8687c096a945 Handle configparser.InterpolationSyntaxError
John Rouillard <rouilj@ieee.org>
parents: 6456
diff changeset
4688 #: ../share/roundup/templates/jinja2/initial_data.py:18
3763
2bf0a8068884 *** empty log message ***
Alexander Smishlajev <a1s@users.sourceforge.net>
parents: 3707
diff changeset
4689 msgid "resolved"
2bf0a8068884 *** empty log message ***
Alexander Smishlajev <a1s@users.sourceforge.net>
parents: 3707
diff changeset
4690 msgstr ""
2bf0a8068884 *** empty log message ***
Alexander Smishlajev <a1s@users.sourceforge.net>
parents: 3707
diff changeset
4691
5818
30dc6cb23b21 updated pot file for release
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
4692 #: ../share/roundup/templates/devel/extensions/spambayes.py:66
30dc6cb23b21 updated pot file for release
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
4693 #: ../share/roundup/templates/responsive/extensions/spambayes.py:66
30dc6cb23b21 updated pot file for release
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
4694 msgid "Message classified as"
30dc6cb23b21 updated pot file for release
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
4695 msgstr ""
30dc6cb23b21 updated pot file for release
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
4696
30dc6cb23b21 updated pot file for release
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
4697 #: ../share/roundup/templates/devel/extensions/spambayes.py:68
30dc6cb23b21 updated pot file for release
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
4698 #: ../share/roundup/templates/responsive/extensions/spambayes.py:68
30dc6cb23b21 updated pot file for release
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
4699 msgid "Unable to classify message, got error:"
30dc6cb23b21 updated pot file for release
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
4700 msgstr ""
6223
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
4701
6405
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
4702 #: ../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
4703 #: ../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
4704 msgid ""
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
4705 "<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
4706 "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
4707 "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
4708 "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
4709 "(\"\"). </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
4710 "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
4711 "\"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
4712 "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
4713 msgstr ""
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
4714
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
4715 #: ../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
4716 #: ../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
4717 #: ../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
4718 #: ../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
4719 msgid "List of bugs"
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
4720 msgstr ""
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
4721
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
4722 #: ../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
4723 #: ../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
4724 #: ../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
4725 msgid "Severity"
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/bug.index.html:32
8002
a377590eba34 changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents: 7530
diff changeset
4729 #: ../share/roundup/templates/devel/html/task.index.html:31
6405
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
4730 #: ../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
4731 #: ../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
4732 #: ../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
4733 #: ../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
4734 msgid "Components"
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/bug.index.html:33
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
4738 #: ../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
4739 #: ../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
4740 msgid "Versions"
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
4741 msgstr ""
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
4742
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
4743 #: ../share/roundup/templates/devel/html/bug.index.html:35
8002
a377590eba34 changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents: 7530
diff changeset
4744 #: ../share/roundup/templates/devel/html/task.index.html:33
6405
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
4745 #: ../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
4746 #: ../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
4747 #: ../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
4748 #: ../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
4749 #: ../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
4750 #: ../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
4751 msgid "Resolution"
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
4752 msgstr ""
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
4753
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
4754 #: ../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
4755 msgid "Depends On"
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/bug.item.html:6
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
4759 #: ../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
4760 msgid "Bug ${id}: ${title} - ${tracker}"
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
4761 msgstr ""
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
4762
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
4763 #: ../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
4764 #: ../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
4765 msgid "New Bug report - ${tracker}"
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
4766 msgstr ""
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
4767
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
4768 #: ../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
4769 #: ../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
4770 msgid "New Bug"
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
4771 msgstr ""
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
4772
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
4773 #: ../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
4774 #: ../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
4775 msgid "New Bug Editing"
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
4776 msgstr ""
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
4777
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
4778 #: ../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
4779 #: ../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
4780 msgid "Bug ${id}"
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
4781 msgstr ""
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
4782
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
4783 #: ../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
4784 #: ../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
4785 msgid "Bug ${id} Editing"
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
4786 msgstr ""
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
4787
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
4788 #: ../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
4789 msgid "<span>Type</span>:"
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
4790 msgstr ""
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
4791
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
4792 #: ../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
4793 msgid "<span>Severity</span>:"
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
4794 msgstr ""
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
4795
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
4796 #: ../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
4797 msgid "<span>Components</span>:"
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
4798 msgstr ""
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
4799
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
4800 #: ../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
4801 msgid "<span>Versions</span>:"
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
4802 msgstr ""
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
4803
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
4804 #: ../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
4805 msgid "<span>Status</span>:"
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/bug.item.html:97
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
4809 msgid "<span>Resolution</span>:"
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
4810 msgstr ""
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
4811
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
4812 #: ../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
4813 #: ../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
4814 #: ../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
4815 #: ../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
4816 #: ../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
4817 #: ../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
4818 msgid "Dependencies"
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
4819 msgstr ""
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
4820
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
4821 #: ../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
4822 #: ../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
4823 msgid "x:"
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
4824 msgstr ""
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
4825
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
4826 #: ../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
4827 #: ../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
4828 #: ../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
4829 #: ../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
4830 msgid "View"
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
4831 msgstr ""
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
4832
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
4833 #: ../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
4834 #: ../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
4835 msgid "Keywords:"
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
4836 msgstr ""
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
4837
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
4838 #: ../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
4839 #: ../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
4840 msgid "Comment"
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
4841 msgstr ""
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
4842
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
4843 #: ../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
4844 #: ../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
4845 #: ../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
4846 #: ../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
4847 msgid "File Description"
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
4848 msgstr ""
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
4849
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
4850 #: ../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
4851 #: ../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
4852 #: ../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
4853 #: ../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
4854 msgid ""
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
4855 "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
4856 "${activity}</b> by <b>${actor}</b>."
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
4857 msgstr ""
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
4858
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
4859 #: ../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
4860 #: ../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
4861 #: ../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
4862 #: ../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
4863 #: ../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
4864 #: ../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
4865 #: ../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
4866 #: ../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
4867 #: ../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
4868 #: ../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
4869 #: ../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
4870 #: ../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
4871 #: ../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
4872 #: ../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
4873 #: ../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
4874 #: ../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
4875 #: ../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
4876 #: ../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
4877 msgid "Description"
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
4878 msgstr ""
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
4879
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
4880 #: ../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
4881 #: ../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
4882 #: ../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
4883 #: ../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
4884 msgid "msg${id}"
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
4885 msgstr ""
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
4886
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
4887 #: ../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
4888 #: ../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
4889 #: ../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
4890 #: ../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
4891 msgid "Author: ${author} ()"
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
4892 msgstr ""
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
4893
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
4894 #: ../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
4895 #: ../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
4896 msgid "Bug searching - ${tracker}"
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
4897 msgstr ""
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/devel/html/bug.search.html:4
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.search.html:4
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
4901 msgid "Bug searching"
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
4902 msgstr ""
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
4903
8002
a377590eba34 changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents: 7530
diff changeset
4904 #: ../share/roundup/templates/devel/html/bug.search.html:96
a377590eba34 changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents: 7530
diff changeset
4905 #: ../share/roundup/templates/devel/html/task.search.html:96
a377590eba34 changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents: 7530
diff changeset
4906 #: ../share/roundup/templates/responsive/html/bug.search.html:96
a377590eba34 changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents: 7530
diff changeset
4907 #: ../share/roundup/templates/responsive/html/task.search.html:96
6405
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
4908 msgid "Last actor:"
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
4909 msgstr ""
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
4910
8002
a377590eba34 changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents: 7530
diff changeset
4911 #: ../share/roundup/templates/devel/html/bug.search.html:109
a377590eba34 changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents: 7530
diff changeset
4912 #: ../share/roundup/templates/devel/html/task.search.html:109
a377590eba34 changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents: 7530
diff changeset
4913 #: ../share/roundup/templates/responsive/html/bug.search.html:109
a377590eba34 changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents: 7530
diff changeset
4914 #: ../share/roundup/templates/responsive/html/task.search.html:109
6405
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
4915 msgid "Nosy list member:"
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
4916 msgstr ""
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
4917
8002
a377590eba34 changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents: 7530
diff changeset
4918 #: ../share/roundup/templates/devel/html/bug.search.html:119
a377590eba34 changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents: 7530
diff changeset
4919 #: ../share/roundup/templates/devel/html/task.search.html:119
a377590eba34 changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents: 7530
diff changeset
4920 #: ../share/roundup/templates/responsive/html/bug.search.html:119
a377590eba34 changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents: 7530
diff changeset
4921 #: ../share/roundup/templates/responsive/html/task.search.html:119
6405
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
4922 msgid "Type:"
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
4923 msgstr ""
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
4924
8002
a377590eba34 changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents: 7530
diff changeset
4925 #: ../share/roundup/templates/devel/html/bug.search.html:132
a377590eba34 changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents: 7530
diff changeset
4926 #: ../share/roundup/templates/devel/html/task.search.html:132
a377590eba34 changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents: 7530
diff changeset
4927 #: ../share/roundup/templates/responsive/html/bug.search.html:132
a377590eba34 changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents: 7530
diff changeset
4928 #: ../share/roundup/templates/responsive/html/task.search.html:132
6405
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
4929 msgid "Components:"
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
8002
a377590eba34 changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents: 7530
diff changeset
4932 #: ../share/roundup/templates/devel/html/bug.search.html:145
a377590eba34 changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents: 7530
diff changeset
4933 #: ../share/roundup/templates/devel/html/task.search.html:145
a377590eba34 changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents: 7530
diff changeset
4934 #: ../share/roundup/templates/responsive/html/bug.search.html:145
6405
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
4935 msgid "Versions:"
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
4936 msgstr ""
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
4937
8002
a377590eba34 changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents: 7530
diff changeset
4938 #: ../share/roundup/templates/devel/html/bug.search.html:171
a377590eba34 changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents: 7530
diff changeset
4939 #: ../share/roundup/templates/devel/html/task.search.html:171
a377590eba34 changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents: 7530
diff changeset
4940 #: ../share/roundup/templates/responsive/html/bug.search.html:171
a377590eba34 changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents: 7530
diff changeset
4941 #: ../share/roundup/templates/responsive/html/task.search.html:145
6405
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
4942 msgid "Depends on:"
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
4943 msgstr ""
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
4944
8002
a377590eba34 changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents: 7530
diff changeset
4945 #: ../share/roundup/templates/devel/html/bug.search.html:201
a377590eba34 changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents: 7530
diff changeset
4946 #: ../share/roundup/templates/devel/html/task.search.html:201
a377590eba34 changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents: 7530
diff changeset
4947 #: ../share/roundup/templates/responsive/html/bug.search.html:201
6405
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
4948 msgid "not set"
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
8002
a377590eba34 changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents: 7530
diff changeset
4951 #: ../share/roundup/templates/devel/html/bug.search.html:228
a377590eba34 changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents: 7530
diff changeset
4952 #: ../share/roundup/templates/devel/html/task.search.html:228
a377590eba34 changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents: 7530
diff changeset
4953 #: ../share/roundup/templates/responsive/html/bug.search.html:228
a377590eba34 changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents: 7530
diff changeset
4954 #: ../share/roundup/templates/responsive/html/task.search.html:189
6405
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
4955 msgid "not closed"
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
4956 msgstr ""
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
4957
8002
a377590eba34 changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents: 7530
diff changeset
4958 #: ../share/roundup/templates/devel/html/bug.search.html:242
6405
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
4959 #: ../share/roundup/templates/devel/html/task.item.html:73
8002
a377590eba34 changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents: 7530
diff changeset
4960 #: ../share/roundup/templates/devel/html/task.search.html:242
a377590eba34 changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents: 7530
diff changeset
4961 #: ../share/roundup/templates/responsive/html/bug.search.html:242
a377590eba34 changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents: 7530
diff changeset
4962 #: ../share/roundup/templates/responsive/html/task.search.html:203
6405
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
4963 msgid "Resolution:"
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
4964 msgstr ""
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
4965
8002
a377590eba34 changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents: 7530
diff changeset
4966 #: ../share/roundup/templates/devel/html/bug.search.html:302
a377590eba34 changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents: 7530
diff changeset
4967 #: ../share/roundup/templates/responsive/html/bug.search.html:302
6405
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
4968 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
4969 msgstr ""
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
4970
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
4971 #: ../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
4972 #: ../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
4973 msgid "${what} help - ${tracker}"
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
4974 msgstr ""
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
4975
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
4976 #: ../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
4977 #: ../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
4978 #: ../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
4979 #: ../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
4980 msgid "List of keywords"
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
4981 msgstr ""
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
4982
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
4983 #: ../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
4984 #: ../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
4985 msgid "Keyword ${id}: ${title} - ${tracker}"
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
4986 msgstr ""
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
4987
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
4988 #: ../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
4989 #: ../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
4990 msgid "New Keyword - ${tracker}"
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
4991 msgstr ""
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
4992
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
4993 #: ../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
4994 #: ../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
4995 msgid "New Keyword"
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
4996 msgstr ""
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
4997
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
4998 #: ../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
4999 #: ../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
5000 msgid "New Keyword Editing"
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5001 msgstr ""
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5002
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5003 #: ../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
5004 #: ../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
5005 msgid "Keyword${id}"
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5006 msgstr ""
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5007
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5008 #: ../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
5009 #: ../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
5010 msgid "Keyword${id} Editing"
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5011 msgstr ""
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5012
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5013 #: ../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
5014 #: ../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
5015 msgid "Description:"
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5016 msgstr ""
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5017
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5018 #: ../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
5019 #: ../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
5020 #: ../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
5021 #: ../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
5022 msgid "List of milestones"
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5023 msgstr ""
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5024
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5025 #: ../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
5026 #: ../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
5027 msgid "Message-id"
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5028 msgstr ""
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5029
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5030 #: ../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
5031 #: ../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
5032 msgid "In-reply-to"
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5033 msgstr ""
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5034
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5035 #: ../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
5036 #: ../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
5037 msgid "Bugs"
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5038 msgstr ""
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5039
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5040 #: ../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
5041 #: ../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
5042 #: ../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
5043 #: ../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
5044 #: ../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
5045 #: ../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
5046 msgid "Show Open"
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5047 msgstr ""
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5048
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5049 #: ../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
5050 msgid "Show bug:"
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5051 msgstr ""
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5052
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5053 #: ../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
5054 #: ../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
5055 msgid "Tasks"
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5056 msgstr ""
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5057
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5058 #: ../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
5059 msgid "Show task:"
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5060 msgstr ""
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5061
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5062 #: ../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
5063 #: ../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
5064 msgid "Milestones"
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5065 msgstr ""
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5066
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5067 #: ../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
5068 msgid "User"
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5069 msgstr ""
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5070
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5071 #: ../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
5072 #: ../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
5073 msgid "Bugs assigned to you"
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5074 msgstr ""
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5075
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5076 #: ../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
5077 #: ../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
5078 msgid ""
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5079 "<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
5080 "\">edit</a>)"
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5081 msgstr ""
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5082
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5083 #: ../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
5084 #: ../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
5085 msgid "Edit Keywords"
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5086 msgstr ""
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5087
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5088 #: ../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
5089 #: ../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
5090 #: ../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
5091 #: ../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
5092 msgid "List of patches - ${tracker}"
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5093 msgstr ""
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5094
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5095 #: ../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
5096 #: ../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
5097 #: ../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
5098 #: ../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
5099 msgid "List of patches"
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5100 msgstr ""
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5101
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5102 #: ../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
5103 #: ../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
5104 #: ../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
5105 #: ../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
5106 msgid "Patch display - ${tracker}"
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5107 msgstr ""
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5108
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5109 #: ../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
5110 #: ../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
5111 msgid "Modify patch"
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5112 msgstr ""
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5113
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5114 #: ../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
5115 #: ../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
5116 #: ../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
5117 #: ../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
5118 msgid "Repository"
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5119 msgstr ""
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5120
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5121 #: ../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
5122 #: ../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
5123 #: ../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
5124 #: ../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
5125 msgid "Repository revision"
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5126 msgstr ""
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5127
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5128 #: ../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
5129 #: ../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
5130 msgid "Patch display"
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5131 msgstr ""
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5132
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5133 #: ../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
5134 #: ../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
5135 msgid "${start}.. ${end} out of ${total}"
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5136 msgstr ""
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5137
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5138 #: ../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
5139 #: ../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
5140 #: ../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
5141 #: ../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
5142 msgid "List of tasks"
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5143 msgstr ""
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5144
8002
a377590eba34 changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents: 7530
diff changeset
5145 #: ../share/roundup/templates/devel/html/task.index.html:36
a377590eba34 changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents: 7530
diff changeset
5146 msgid "Solves"
a377590eba34 changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents: 7530
diff changeset
5147 msgstr ""
a377590eba34 changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents: 7530
diff changeset
5148
6405
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5149 #: ../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
5150 #: ../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
5151 msgid "Task ${id}: ${title} - ${tracker}"
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5152 msgstr ""
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5153
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5154 #: ../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
5155 #: ../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
5156 msgid "New Task - ${tracker}"
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5157 msgstr ""
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5158
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5159 #: ../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
5160 #: ../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
5161 msgid "New Task"
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5162 msgstr ""
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5163
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5164 #: ../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
5165 #: ../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
5166 msgid "New Task Editing"
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5167 msgstr ""
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5168
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5169 #: ../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
5170 #: ../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
5171 msgid "Task ${id}"
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5172 msgstr ""
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5173
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5174 #: ../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
5175 #: ../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
5176 msgid "Task${id} Editing"
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5177 msgstr ""
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5178
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5179 #: ../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
5180 #: ../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
5181 #: ../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
5182 msgid ":"
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5183 msgstr ""
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5184
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5185 #: ../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
5186 #: ../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
5187 msgid "Task searching - ${tracker}"
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5188 msgstr ""
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5189
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5190 #: ../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
5191 #: ../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
5192 msgid "Task searching"
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5193 msgstr ""
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5194
8002
a377590eba34 changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents: 7530
diff changeset
5195 #: ../share/roundup/templates/devel/html/task.search.html:302
a377590eba34 changes for 2.4.0b0 release
John Rouillard <rouilj@ieee.org>
parents: 7530
diff changeset
5196 #: ../share/roundup/templates/responsive/html/task.search.html:263
6405
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5197 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
5198 msgstr ""
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5199
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5200 #: ../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
5201 #: ../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
5202 msgid ""
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5203 "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
5204 "tracker, your e-mail address is &lt;Sourceforge username&gt;@users."
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5205 "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
5206 "after login."
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5207 msgstr ""
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5208
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5209 #: ../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
5210 #: ../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
5211 msgid ""
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5212 "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
5213 "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
5214 "sourceforge username."
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5215 msgstr ""
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5216
6223
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
5217 #: ../share/roundup/templates/minimal/html/home.html:2
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
5218 msgid "Tracker home - ${tracker}"
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
5219 msgstr ""
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
5220
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
5221 #: ../share/roundup/templates/minimal/html/home.html:4
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
5222 msgid "Tracker home"
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
5223 msgstr ""
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
5224
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
5225 #: ../share/roundup/templates/minimal/html/home.html:16
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
5226 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
5227 msgstr ""
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
5228
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
5229 #: ../share/roundup/templates/minimal/html/home.html:19
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
5230 msgid "Please log in or register."
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6220
diff changeset
5231 msgstr ""
6405
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5232
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5233 #: ../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
5234 #: ../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
5235 #: ../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
5236 #: ../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
5237 #: ../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
5238 #: ../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
5239 msgid "Previous"
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5240 msgstr ""
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5241
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5242 #: ../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
5243 #: ../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
5244 #: ../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
5245 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
5246 msgstr ""
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5247
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5248 #: ../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
5249 #: ../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
5250 #: ../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
5251 #: ../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
5252 #: ../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
5253 #: ../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
5254 msgid "Next"
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5255 msgstr ""
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5256
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5257 #: ../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
5258 msgid "Version"
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5259 msgstr ""
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5260
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5261 #: ../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
5262 #: ../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
5263 msgid "component"
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5264 msgstr ""
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5265
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5266 #: ../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
5267 #: ../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
5268 msgid "Assigned to"
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5269 msgstr ""
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5270
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5271 #: ../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
5272 #: ../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
5273 msgid "Nosy list"
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5274 msgstr ""
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5275
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5276 #: ../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
5277 #: ../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
5278 msgid "<span class=\"badge badge-inverse\">Comment</span> &nbsp;"
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5279 msgstr ""
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5280
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5281 #: ../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
5282 msgid "Show bug"
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5283 msgstr ""
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5284
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5285 #: ../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
5286 msgid "Show task"
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5287 msgstr ""
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5288
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5289 #: ../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
5290 msgid "Password"
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5291 msgstr ""

Roundup Issue Tracker: http://roundup-tracker.org/