Mercurial > p > roundup > code
annotate locale/hu.po @ 6823:fe0091279f50
Refactor session db logging and key generation for sessions/otks
While I was working on the redis sessiondb stuff, I noticed that
log_wanrning, get_logger ... was duplicated. Also there was code to
generate a unique key for otks that was duplicated.
Changes:
creating new sessions_common.py and SessionsCommon class to provide
methods:
log_warning, log_info, log_debug, get_logger, getUniqueKey
getUniqueKey method is closer to the method used to make
session keys in client.py.
sessions_common.py now report when random_.py chooses a weak
random number generator. Removed same from rest.py.
get_logger reconciles all logging under
roundup.hyperdb.backends.<name of BasicDatabase class>
some backends used to log to root logger.
have BasicDatabase in other sessions_*.py modules inherit from
SessionCommon.
change logging to use log_* methods.
In addition:
remove unused imports reported by flake8 and other formatting
changes
modify actions.py, rest.py, templating.py to use getUniqueKey
method.
add tests for new methods
test_redis_session.py
swap out ModuleNotFoundError for ImportError to prevent crash in
python2 when redis is not present.
allow injection of username:password or just password into redis
connection URL. set pytest_redis_pw envirnment variable to password
or user:password when running test.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Sun, 07 Aug 2022 01:51:11 -0400 |
| parents | 8c9ee2d64639 |
| children | e09095701620 |
| rev | line source |
|---|---|
|
3928
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
1 # Translation of roundup.po to Hungarian |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
2 # Copyright © 2007 Free Software Foundation, Inc. |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
3 # This file is distributed under the same license as the Roundup package. |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
4 # |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
5 # Gulácsi Tamás <T.Gulacsi@unosoft.hu>, 2006. |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
6 # kilo aka Gabor Kmetyko <kg_kilo@freemail.hu>, 2007. |
| 3781 | 7 msgid "" |
| 8 msgstr "" | |
|
3928
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
9 "Project-Id-Version: Roundup 1.3.3\n" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
10 "Report-Msgid-Bugs-To: roundup-devel@lists.sourceforge.net\n" |
| 6777 | 11 "POT-Creation-Date: 2022-07-12 19:10-0400\n" |
|
4843
55d1a73d6118
Drop comment in user settings about numeric hour offsets.
Thomas Arendsen Hein <thomas@intevation.de>
parents:
3928
diff
changeset
|
12 "PO-Revision-Date: 2013-10-31 12:19+0100\n" |
|
3928
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
13 "Last-Translator: kilo aka Gabor Kmetyko <kg_kilo@freemail.hu>\n" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
14 "Language-Team: Hungarian\n" |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
15 "Language: \n" |
| 3781 | 16 "MIME-Version: 1.0\n" |
|
3928
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
17 "Content-Type: text/plain; charset=UTF-8\n" |
| 3781 | 18 "Content-Transfer-Encoding: 8bit\n" |
|
3928
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
19 "Plural-Forms: nplurals=1; plural=0;\n" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
20 "X-Generator: KBabel 1.11.4\n" |
| 3781 | 21 |
|
6134
63739dae0f7e
update translation files for translators 2.0.0 beta
John Rouillard <rouilj@ieee.org>
parents:
5951
diff
changeset
|
22 #: ../roundup/actions.py:49 |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
23 #, fuzzy, python-format |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
24 msgid "" |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
25 "You do not have permission to retire or restore the %(classname)s class." |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
26 msgstr "Nincs jogosultsága %(action)s műveletre a(z) %(classname)s osztályon." |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
27 |
|
6134
63739dae0f7e
update translation files for translators 2.0.0 beta
John Rouillard <rouilj@ieee.org>
parents:
5951
diff
changeset
|
28 #: ../roundup/actions.py:64 ../roundup/cgi/actions.py:242 |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
29 msgid "You may not retire the admin or anonymous user" |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
30 msgstr "Az admin és anonymous felhasználókat nem lehet visszavonultatni" |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
31 |
| 3781 | 32 # ../roundup/admin.py:85 :981 :1030 :1052 |
|
6744
13abb143df48
Update tranlsation strings
John Rouillard <rouilj@ieee.org>
parents:
6694
diff
changeset
|
33 #: ../roundup/admin.py:99 ../roundup/admin.py:1215 ../roundup/admin.py:1270 |
|
13abb143df48
Update tranlsation strings
John Rouillard <rouilj@ieee.org>
parents:
6694
diff
changeset
|
34 #: ../roundup/admin.py:1297 ../roundup/admin.py:99:1215 :1270:1297 |
| 3781 | 35 #, python-format |
| 36 msgid "no such class \"%(classname)s\"" | |
|
3928
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
37 msgstr "nincs \"%(classname)s\" osztály" |
| 3781 | 38 |
| 39 # ../roundup/admin.py:95 :99 | |
|
6607
b0bafbf4fddd
update .po files with new strings to translate
John Rouillard <rouilj@ieee.org>
parents:
6456
diff
changeset
|
40 #: ../roundup/admin.py:111 |
| 3781 | 41 #, python-format |
| 42 msgid "argument \"%(arg)s\" not propname=value" | |
|
3928
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
43 msgstr "A(z) \"%(arg)s\" argumentum nem név=érték alakú" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
44 |
|
6607
b0bafbf4fddd
update .po files with new strings to translate
John Rouillard <rouilj@ieee.org>
parents:
6456
diff
changeset
|
45 #: ../roundup/admin.py:124 |
| 3781 | 46 #, python-format |
| 47 msgid "" | |
| 48 "Problem: %(message)s\n" | |
| 49 "\n" | |
| 50 msgstr "Probléma: %(message)s\n" | |
| 51 | |
|
6607
b0bafbf4fddd
update .po files with new strings to translate
John Rouillard <rouilj@ieee.org>
parents:
6456
diff
changeset
|
52 #: ../roundup/admin.py:125 |
|
6134
63739dae0f7e
update translation files for translators 2.0.0 beta
John Rouillard <rouilj@ieee.org>
parents:
5951
diff
changeset
|
53 #, fuzzy, python-format |
| 3781 | 54 msgid "" |
| 55 "%(message)sUsage: roundup-admin [options] [<command> <arguments>]\n" | |
| 56 "\n" | |
| 57 "Options:\n" | |
|
3928
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
58 " -i instance home -- specify the issue tracker \"home directory\" to " |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
59 "administer\n" |
|
6134
63739dae0f7e
update translation files for translators 2.0.0 beta
John Rouillard <rouilj@ieee.org>
parents:
5951
diff
changeset
|
60 " -u -- the user[:password] to use for commands (default " |
|
63739dae0f7e
update translation files for translators 2.0.0 beta
John Rouillard <rouilj@ieee.org>
parents:
5951
diff
changeset
|
61 "admin)\n" |
| 3781 | 62 " -d -- print full designators not just class id numbers\n" |
| 63 " -c -- when outputting lists of data, comma-separate them.\n" | |
| 64 " Same as '-S \",\"'.\n" | |
| 65 " -S <string> -- when outputting lists of data, string-separate them\n" | |
| 66 " -s -- when outputting lists of data, space-separate them.\n" | |
| 67 " Same as '-S \" \"'.\n" | |
| 68 " -V -- be verbose when importing\n" | |
| 69 " -v -- report Roundup and Python versions (and quit)\n" | |
| 70 "\n" | |
| 71 " Only one of -s, -c or -S can be specified.\n" | |
| 72 "\n" | |
| 73 "Help:\n" | |
| 74 " roundup-admin -h\n" | |
| 75 " roundup-admin help -- this help\n" | |
| 76 " roundup-admin help <command> -- command-specific help\n" | |
| 77 " roundup-admin help all -- all available help\n" | |
| 78 msgstr "" | |
| 79 "%(message)sHasználat: roundup-admin [opciók] [<parancs><argumentumok>]\n" | |
| 80 "\n" | |
| 81 "Opciók:\n" | |
|
3928
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
82 " -i példány elérési út -- add meg az adminisztrálni kívánt hibakövető " |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
83 "\"könyvtárát\"\n" |
| 3781 | 84 " -u -- a parancsoknál használt felhasználónév[:jelszó]\n" |
| 85 " -d -- írd ki a teljes nevet, ne csak az osztály azonosítót\n" | |
| 86 " -c -- adatlistáknál vesszővel válaszd el az elemeket.\n" | |
| 87 " Ugyanaz mint '-S \",\"'.\n" | |
|
3928
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
88 " -S <szöveg> -- adatlistáknál a megadott szöveggel válaszd el az " |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
89 "elemeket\n" |
| 3781 | 90 " -s -- when outputting lists of data, space-separate them.\n" |
| 91 " Same as '-S \" \"'.\n" | |
| 92 " -V -- importálásnál legyél bőbeszédű\n" | |
|
3928
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
93 " -v -- írd ki a Roundup és a Python verziószámokat (és lépj " |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
94 "ki)\n" |
| 3781 | 95 "\n" |
| 96 " -s, -c vagy -S közül egyszerre csak egy adható meg.\n" | |
| 97 "\n" | |
| 98 "segítség:\n" | |
| 99 " roundup-admin -h\n" | |
| 100 " roundup-admin help -- ez a segítség\n" | |
| 101 " roundup-admin help <command> -- parancs-specifikus segítség\n" | |
| 102 " roundup-admin help all -- minden elérhető segítség\n" | |
| 103 | |
|
6607
b0bafbf4fddd
update .po files with new strings to translate
John Rouillard <rouilj@ieee.org>
parents:
6456
diff
changeset
|
104 #: ../roundup/admin.py:152 |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
105 #, fuzzy |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
106 msgid "Commands: " |
| 3781 | 107 msgstr "Parancsok:" |
| 108 | |
|
6607
b0bafbf4fddd
update .po files with new strings to translate
John Rouillard <rouilj@ieee.org>
parents:
6456
diff
changeset
|
109 #: ../roundup/admin.py:159 |
| 3781 | 110 msgid "" |
| 111 "Commands may be abbreviated as long as the abbreviation\n" | |
| 112 "matches only one command, e.g. l == li == lis == list." | |
|
3928
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
113 msgstr "" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
114 "A parancsok rövidíthetők mindaddig, amíg csak egy parancsra illenek, pl. l " |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
115 "== li == lis == list." |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
116 |
|
6607
b0bafbf4fddd
update .po files with new strings to translate
John Rouillard <rouilj@ieee.org>
parents:
6456
diff
changeset
|
117 #: ../roundup/admin.py:186 |
| 3781 | 118 msgid "" |
| 119 "\n" | |
| 120 "All commands (except help) require a tracker specifier. This is just\n" | |
| 121 "the path to the roundup tracker you're working with. A roundup tracker\n" | |
| 122 "is where roundup keeps the database and configuration file that defines\n" | |
| 123 "an issue tracker. It may be thought of as the issue tracker's \"home\n" | |
| 124 "directory\". It may be specified in the environment variable TRACKER_HOME\n" | |
| 125 "or on the command line as \"-i tracker\".\n" | |
| 126 "\n" | |
|
3928
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
127 "A designator is a classname and a nodeid concatenated, eg. bug1, " |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
128 "user10, ...\n" |
| 3781 | 129 "\n" |
| 130 "Property values are represented as strings in command arguments and in the\n" | |
| 131 "printed results:\n" | |
| 132 " . Strings are, well, strings.\n" | |
| 133 " . Date values are printed in the full date format in the local time zone,\n" | |
| 134 " and accepted in the full format or any of the partial formats explained\n" | |
| 135 " below.\n" | |
| 136 " . Link values are printed as node designators. When given as an argument,\n" | |
| 137 " node designators and key strings are both accepted.\n" | |
| 138 " . Multilink values are printed as lists of node designators joined\n" | |
| 139 " by commas. When given as an argument, node designators and key\n" | |
| 140 " strings are both accepted; an empty string, a single node, or a list\n" | |
| 141 " of nodes joined by commas is accepted.\n" | |
| 142 "\n" | |
| 143 "When property values must contain spaces, just surround the value with\n" | |
| 144 "quotes, either ' or \". A single space may also be backslash-quoted. If a\n" | |
| 145 "value must contain a quote character, it must be backslash-quoted or inside\n" | |
| 146 "quotes. Examples:\n" | |
| 147 " hello world (2 tokens: hello, world)\n" | |
| 148 " \"hello world\" (1 token: hello world)\n" | |
| 149 " \"Roch'e\" Compaan (2 tokens: Roch'e Compaan)\n" | |
| 150 " Roch\\'e Compaan (2 tokens: Roch'e Compaan)\n" | |
| 151 " address=\"1 2 3\" (1 token: address=1 2 3)\n" | |
| 152 " \\\\ (1 token: \\)\n" | |
|
3928
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
153 " \\n\\r\\t (1 token: a newline, carriage-return and " |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
154 "tab)\n" |
| 3781 | 155 "\n" |
| 156 "When multiple nodes are specified to the roundup get or roundup set\n" | |
| 157 "commands, the specified properties are retrieved or set on all the listed\n" | |
| 158 "nodes.\n" | |
| 159 "\n" | |
| 160 "When multiple results are returned by the roundup get or roundup find\n" | |
| 161 "commands, they are printed one per line (default) or joined by commas (with\n" | |
| 162 "the -c) option.\n" | |
| 163 "\n" | |
| 164 "Where the command changes data, a login name/password is required. The\n" | |
| 165 "login may be specified as either \"name\" or \"name:password\".\n" | |
| 166 " . ROUNDUP_LOGIN environment variable\n" | |
| 167 " . the -u command-line option\n" | |
| 168 "If either the name or password is not supplied, they are obtained from the\n" | |
| 169 "command-line.\n" | |
| 170 "\n" | |
| 171 "Date format examples:\n" | |
| 172 " \"2000-04-17.03:45\" means <Date 2000-04-17.08:45:00>\n" | |
| 173 " \"2000-04-17\" means <Date 2000-04-17.00:00:00>\n" | |
| 174 " \"01-25\" means <Date yyyy-01-25.00:00:00>\n" | |
| 175 " \"08-13.22:13\" means <Date yyyy-08-14.03:13:00>\n" | |
| 176 " \"11-07.09:32:43\" means <Date yyyy-11-07.14:32:43>\n" | |
| 177 " \"14:25\" means <Date yyyy-mm-dd.19:25:00>\n" | |
| 178 " \"8:47:11\" means <Date yyyy-mm-dd.13:47:11>\n" | |
| 179 " \".\" means \"right now\"\n" | |
| 180 "\n" | |
| 181 "Command help:\n" | |
| 182 msgstr "" | |
| 183 | |
|
6607
b0bafbf4fddd
update .po files with new strings to translate
John Rouillard <rouilj@ieee.org>
parents:
6456
diff
changeset
|
184 #: ../roundup/admin.py:249 |
| 3781 | 185 #, python-format |
| 186 msgid "%s:" | |
| 187 msgstr "%s:" | |
| 188 | |
|
6607
b0bafbf4fddd
update .po files with new strings to translate
John Rouillard <rouilj@ieee.org>
parents:
6456
diff
changeset
|
189 #: ../roundup/admin.py:254 |
| 3781 | 190 msgid "" |
| 191 "Usage: help topic\n" | |
| 192 " Give help about topic.\n" | |
| 193 "\n" | |
| 194 " commands -- list commands\n" | |
| 195 " <command> -- help specific to a command\n" | |
| 196 " initopts -- init command options\n" | |
| 197 " all -- all available help\n" | |
| 198 " " | |
| 199 msgstr "" | |
| 200 "Használat: help téma\n" | |
| 201 " Segítséget ad a témáról.\n" | |
| 202 "\n" | |
| 203 " commands -- parancsok listája\n" | |
|
3928
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
204 " <command> -- segítség adott parancshoz\n" |
| 3781 | 205 " initopts -- kezdő parancs opciók\n" |
| 206 " all -- minden elérhető segítség\n" | |
| 207 " " | |
| 208 | |
|
6607
b0bafbf4fddd
update .po files with new strings to translate
John Rouillard <rouilj@ieee.org>
parents:
6456
diff
changeset
|
209 #: ../roundup/admin.py:276 |
| 3781 | 210 #, python-format |
| 211 msgid "Sorry, no help for \"%(topic)s\"" | |
|
3928
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
212 msgstr "Elnézést, \"%(topic)s\" témához nincs súgó" |
| 3781 | 213 |
| 214 # ../roundup/admin.py:340 :396 | |
|
6744
13abb143df48
Update tranlsation strings
John Rouillard <rouilj@ieee.org>
parents:
6694
diff
changeset
|
215 #: ../roundup/admin.py:391 ../roundup/admin.py:447 ../roundup/admin.py:391:447 |
| 3781 | 216 msgid "Templates:" |
| 217 msgstr "Sablonok:" | |
| 218 | |
| 219 # ../roundup/admin.py:343 :407 | |
|
6744
13abb143df48
Update tranlsation strings
John Rouillard <rouilj@ieee.org>
parents:
6694
diff
changeset
|
220 #: ../roundup/admin.py:394 ../roundup/admin.py:457 ../roundup/admin.py:394:457 |
| 3781 | 221 msgid "Back ends:" |
| 222 msgstr "Adatbázis hátterek:" | |
| 223 | |
|
6744
13abb143df48
Update tranlsation strings
John Rouillard <rouilj@ieee.org>
parents:
6694
diff
changeset
|
224 #: ../roundup/admin.py:397 |
| 3781 | 225 msgid "" |
|
3928
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
226 "Usage: install [template [backend [key=val[,key=val]]]]\n" |
| 3781 | 227 " Install a new Roundup tracker.\n" |
| 228 "\n" | |
| 229 " The command will prompt for the tracker home directory\n" | |
| 230 " (if not supplied through TRACKER_HOME or the -i option).\n" | |
|
3928
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
231 " The template and backend may be specified on the command-line\n" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
232 " as arguments, in that order.\n" |
| 3781 | 233 "\n" |
|
3928
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
234 " Command line arguments following the backend allows you to\n" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
235 " pass initial values for config options. For example, passing\n" |
| 3781 | 236 " \"web_http_auth=no,rdbms_user=dinsdale\" will override defaults\n" |
| 237 " for options http_auth in section [web] and user in section [rdbms].\n" | |
| 238 " Please be careful to not use spaces in this argument! (Enclose\n" | |
| 239 " whole argument in quotes if you need spaces in option value).\n" | |
| 240 "\n" | |
| 241 " The initialise command must be called after this command in order\n" | |
| 242 " to initialise the tracker's database. You may edit the tracker's\n" | |
| 243 " initial database contents before running that command by editing\n" | |
| 244 " the tracker's dbinit.py module init() function.\n" | |
| 245 "\n" | |
| 246 " See also initopts help.\n" | |
| 247 " " | |
| 248 msgstr "" | |
| 249 | |
| 250 # ../roundup/admin.py:369 :466 :527 :606 :656 :714 :735 :763 :834 :901 :972 | |
| 251 # :1020 :1042 :1069 :1136 :1207 | |
|
6744
13abb143df48
Update tranlsation strings
John Rouillard <rouilj@ieee.org>
parents:
6694
diff
changeset
|
252 #: ../roundup/admin.py:420 ../roundup/admin.py:552 ../roundup/admin.py:625 |
|
13abb143df48
Update tranlsation strings
John Rouillard <rouilj@ieee.org>
parents:
6694
diff
changeset
|
253 #: ../roundup/admin.py:716 ../roundup/admin.py:774 ../roundup/admin.py:858 |
|
13abb143df48
Update tranlsation strings
John Rouillard <rouilj@ieee.org>
parents:
6694
diff
changeset
|
254 #: ../roundup/admin.py:917 ../roundup/admin.py:944 ../roundup/admin.py:971 |
|
13abb143df48
Update tranlsation strings
John Rouillard <rouilj@ieee.org>
parents:
6694
diff
changeset
|
255 #: ../roundup/admin.py:1046 ../roundup/admin.py:1113 ../roundup/admin.py:1199 |
|
13abb143df48
Update tranlsation strings
John Rouillard <rouilj@ieee.org>
parents:
6694
diff
changeset
|
256 #: ../roundup/admin.py:1260 ../roundup/admin.py:1287 ../roundup/admin.py:1323 |
|
13abb143df48
Update tranlsation strings
John Rouillard <rouilj@ieee.org>
parents:
6694
diff
changeset
|
257 #: ../roundup/admin.py:1451 ../roundup/admin.py:1538 |
|
13abb143df48
Update tranlsation strings
John Rouillard <rouilj@ieee.org>
parents:
6694
diff
changeset
|
258 #: ../roundup/admin.py:420:552 :1113 :1199:1260 :1287:1323 :1451:1538 :625:716 |
|
13abb143df48
Update tranlsation strings
John Rouillard <rouilj@ieee.org>
parents:
6694
diff
changeset
|
259 #: :774:858 :917:944 :971:1046 |
| 3781 | 260 msgid "Not enough arguments supplied" |
| 261 msgstr "Nincs megadva elég argumentum" | |
| 262 | |
|
6744
13abb143df48
Update tranlsation strings
John Rouillard <rouilj@ieee.org>
parents:
6694
diff
changeset
|
263 #: ../roundup/admin.py:426 |
| 3781 | 264 #, python-format |
| 265 msgid "Instance home parent directory \"%(parent)s\" does not exist" | |
| 266 msgstr "Példány könyvtár szülője (\"%(parent)s\") nem létezik" | |
| 267 | |
|
6744
13abb143df48
Update tranlsation strings
John Rouillard <rouilj@ieee.org>
parents:
6694
diff
changeset
|
268 #: ../roundup/admin.py:435 |
| 3781 | 269 #, python-format |
| 270 msgid "" | |
| 271 "WARNING: There appears to be a tracker in \"%(tracker_home)s\"!\n" | |
| 272 "If you re-install it, you will lose all the data!\n" | |
| 273 "Erase it? Y/N: " | |
| 274 msgstr "" | |
|
3928
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
275 "FIGYELEM: Úgy tűnik, már létezik egy hibakövető a \"%(tracker_home)s\" " |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
276 "könyvtárban!\n" |
| 3781 | 277 "Ha újra installálod, minden adat elveszik!\n" |
| 278 "Töröljem? Y/N: " | |
| 279 | |
|
6744
13abb143df48
Update tranlsation strings
John Rouillard <rouilj@ieee.org>
parents:
6694
diff
changeset
|
280 #: ../roundup/admin.py:448 |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
281 #, fuzzy |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
282 msgid "Select template" |
|
3928
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
283 msgstr "Sablon választása [classic]: " |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
284 |
|
6744
13abb143df48
Update tranlsation strings
John Rouillard <rouilj@ieee.org>
parents:
6694
diff
changeset
|
285 #: ../roundup/admin.py:458 |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
286 #, fuzzy |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
287 msgid "Select backend" |
|
3928
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
288 msgstr "Adatbázis háttér választása [anydbm]: " |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
289 |
|
6744
13abb143df48
Update tranlsation strings
John Rouillard <rouilj@ieee.org>
parents:
6694
diff
changeset
|
290 #: ../roundup/admin.py:469 |
| 3781 | 291 #, python-format |
| 292 msgid "Error in configuration settings: \"%s\"" | |
| 293 msgstr "Hiba a konfigurációs beállításokban: \"%s\"" | |
| 294 | |
|
6744
13abb143df48
Update tranlsation strings
John Rouillard <rouilj@ieee.org>
parents:
6694
diff
changeset
|
295 #: ../roundup/admin.py:500 |
| 3781 | 296 #, python-format |
| 297 msgid "" | |
| 298 "\n" | |
| 299 "---------------------------------------------------------------------------\n" | |
| 300 " You should now edit the tracker configuration file:\n" | |
| 301 " %(config_file)s" | |
| 302 msgstr "" | |
| 303 "\n" | |
| 304 "---------------------------------------------------------------------------\n" | |
| 305 " Most kell szerkesztened a konfigurációs fájlt:\n" | |
| 306 " %(config_file)s" | |
| 307 | |
|
6744
13abb143df48
Update tranlsation strings
John Rouillard <rouilj@ieee.org>
parents:
6694
diff
changeset
|
308 #: ../roundup/admin.py:510 |
| 3781 | 309 msgid " ... at a minimum, you must set following options:" |
|
3928
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
310 msgstr " ... legalább a következő opciókat kell beállítani:" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
311 |
|
6744
13abb143df48
Update tranlsation strings
John Rouillard <rouilj@ieee.org>
parents:
6694
diff
changeset
|
312 #: ../roundup/admin.py:515 |
| 3781 | 313 #, python-format |
| 314 msgid "" | |
| 315 "\n" | |
| 316 " If you wish to modify the database schema,\n" | |
| 317 " you should also edit the schema file:\n" | |
| 318 " %(database_config_file)s\n" | |
| 319 " You may also change the database initialisation file:\n" | |
| 320 " %(database_init_file)s\n" | |
| 321 " ... see the documentation on customizing for more information.\n" | |
| 322 "\n" | |
|
3928
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
323 " You MUST run the \"roundup-admin initialise\" command once you've " |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
324 "performed\n" |
| 3781 | 325 " the above steps.\n" |
| 326 "---------------------------------------------------------------------------\n" | |
| 327 msgstr "" | |
| 328 | |
|
6744
13abb143df48
Update tranlsation strings
John Rouillard <rouilj@ieee.org>
parents:
6694
diff
changeset
|
329 #: ../roundup/admin.py:547 |
|
6223
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6134
diff
changeset
|
330 #, fuzzy |
| 3781 | 331 msgid "" |
| 332 "Usage: genconfig <filename>\n" | |
|
6223
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6134
diff
changeset
|
333 " Generate a new tracker config file (ini style) with default\n" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6134
diff
changeset
|
334 " values in <filename>.\n" |
| 3781 | 335 " " |
| 336 msgstr "" | |
| 337 "Használat: genconfig <fájlnév>\n" | |
|
3928
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
338 " Új hibakövető konfigurációs fájl (ini stílusú) generálása " |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
339 "alapértelmezett értékekkel\n" |
| 3781 | 340 " a <fájlnév> fájlba.\n" |
| 341 " " | |
| 342 | |
|
6744
13abb143df48
Update tranlsation strings
John Rouillard <rouilj@ieee.org>
parents:
6694
diff
changeset
|
343 #: ../roundup/admin.py:562 |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
344 #, fuzzy |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
345 msgid "" |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
346 "Usage: updateconfig <filename>\n" |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
347 " Generate an updated tracker config file (ini style) in\n" |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
348 " <filename>. Use current settings from existing roundup\n" |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
349 " tracker in tracker home.\n" |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
350 " " |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
351 msgstr "" |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
352 "Használat: genconfig <fájlnév>\n" |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
353 " Új hibakövető konfigurációs fájl (ini stílusú) generálása " |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
354 "alapértelmezett értékekkel\n" |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
355 " a <fájlnév> fájlba.\n" |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
356 " " |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
357 |
| 3781 | 358 #. password |
|
6744
13abb143df48
Update tranlsation strings
John Rouillard <rouilj@ieee.org>
parents:
6694
diff
changeset
|
359 #: ../roundup/admin.py:570 |
| 3781 | 360 msgid "" |
| 361 "Usage: initialise [adminpw]\n" | |
| 362 " Initialise a new Roundup tracker.\n" | |
| 363 "\n" | |
| 364 " The administrator details will be set at this step.\n" | |
| 365 "\n" | |
| 366 " Execute the tracker's initialisation function dbinit.init()\n" | |
| 367 " " | |
| 368 msgstr "" | |
| 369 "Használat: initialise [adminpw]\n" | |
| 370 " Inicializál egy új Roundup hibakövetőt.\n" | |
| 371 "\n" | |
| 372 " Az adminisztrátori részletek ebben a lépésben lesznek beállítva.\n" | |
| 373 "\n" | |
| 374 " Végrehajtja az adatbázist inicializáló dbinit.init() rutint\n" | |
| 375 " " | |
| 376 | |
|
6744
13abb143df48
Update tranlsation strings
John Rouillard <rouilj@ieee.org>
parents:
6694
diff
changeset
|
377 #: ../roundup/admin.py:584 |
| 3781 | 378 msgid "Admin Password: " |
|
3928
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
379 msgstr "Adminisztrátori jelszó: " |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
380 |
|
6744
13abb143df48
Update tranlsation strings
John Rouillard <rouilj@ieee.org>
parents:
6694
diff
changeset
|
381 #: ../roundup/admin.py:585 |
| 3781 | 382 msgid " Confirm: " |
|
3928
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
383 msgstr " Megerősítés " |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
384 |
|
6744
13abb143df48
Update tranlsation strings
John Rouillard <rouilj@ieee.org>
parents:
6694
diff
changeset
|
385 #: ../roundup/admin.py:589 |
| 3781 | 386 msgid "Instance home does not exist" |
| 387 msgstr "A példány könyvtára nem létezik" | |
| 388 | |
|
6744
13abb143df48
Update tranlsation strings
John Rouillard <rouilj@ieee.org>
parents:
6694
diff
changeset
|
389 #: ../roundup/admin.py:593 |
| 3781 | 390 msgid "Instance has not been installed" |
| 391 msgstr "A példány nem lett installálva" | |
| 392 | |
|
6744
13abb143df48
Update tranlsation strings
John Rouillard <rouilj@ieee.org>
parents:
6694
diff
changeset
|
393 #: ../roundup/admin.py:599 |
| 3781 | 394 msgid "" |
| 395 "WARNING: The database is already initialised!\n" | |
| 396 "If you re-initialise it, you will lose all the data!\n" | |
| 397 "Erase it? Y/N: " | |
| 398 msgstr "" | |
| 399 "FIGYELEM: Az adatbázis már inicializált!\n" | |
|
3928
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
400 "Újrainicializálás esetén minden adat elvész!\n" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
401 "Törli? Y/N: " |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
402 |
|
6744
13abb143df48
Update tranlsation strings
John Rouillard <rouilj@ieee.org>
parents:
6694
diff
changeset
|
403 #: ../roundup/admin.py:615 |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
404 #, fuzzy |
| 3781 | 405 msgid "" |
| 406 "Usage: get property designator[,designator]*\n" | |
| 407 " Get the given property of one or more designator(s).\n" | |
| 408 "\n" | |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
409 " A designator is a classname and a nodeid concatenated,\n" |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
410 " eg. bug1, user10, ...\n" |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
411 "\n" |
| 3781 | 412 " Retrieves the property value of the nodes specified\n" |
| 413 " by the designators.\n" | |
| 414 " " | |
| 415 msgstr "" | |
| 416 "Használat: get property designator[,designator]*\n" | |
| 417 " Visszaadja egy vagy több jelölő tulajdonságát.\n" | |
| 418 "\n" | |
|
3928
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
419 " Visszaadja a jelölő által meghatározott\n" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
420 " csomópont értékét.\n" |
| 3781 | 421 " " |
| 422 | |
| 423 # ../roundup/admin.py:560 :575 | |
|
6744
13abb143df48
Update tranlsation strings
John Rouillard <rouilj@ieee.org>
parents:
6694
diff
changeset
|
424 #: ../roundup/admin.py:658 ../roundup/admin.py:675 ../roundup/admin.py:658:675 |
| 3781 | 425 #, python-format |
| 426 msgid "property %s is not of type Multilink or Link so -d flag does not apply." | |
| 427 msgstr "" | |
|
3928
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
428 "A(z) %s tulajdonság nem Multilink vagy Link típusú, ezért a -d kapcsoló nem " |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
429 "alkalmazható." |
| 3781 | 430 |
| 431 # ../roundup/admin.py:583 :983 :1032 :1054 | |
|
6744
13abb143df48
Update tranlsation strings
John Rouillard <rouilj@ieee.org>
parents:
6694
diff
changeset
|
432 #: ../roundup/admin.py:685 ../roundup/admin.py:1217 ../roundup/admin.py:1272 |
|
13abb143df48
Update tranlsation strings
John Rouillard <rouilj@ieee.org>
parents:
6694
diff
changeset
|
433 #: ../roundup/admin.py:685:1217:1272 |
| 3781 | 434 #, python-format |
| 435 msgid "no such %(classname)s node \"%(nodeid)s\"" | |
|
3928
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
436 msgstr "nincs \"%(nodeid)s\" %(classname)s csomópont" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
437 |
|
6744
13abb143df48
Update tranlsation strings
John Rouillard <rouilj@ieee.org>
parents:
6694
diff
changeset
|
438 #: ../roundup/admin.py:688 |
| 3781 | 439 #, python-format |
| 440 msgid "no such %(classname)s property \"%(propname)s\"" | |
|
3928
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
441 msgstr "nincs \"%(propname)s\" %(classname)s tulajdonság" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
442 |
|
6744
13abb143df48
Update tranlsation strings
John Rouillard <rouilj@ieee.org>
parents:
6694
diff
changeset
|
443 #: ../roundup/admin.py:696 |
| 3781 | 444 msgid "" |
| 445 "Usage: set items property=value property=value ...\n" | |
| 446 " Set the given properties of one or more items(s).\n" | |
| 447 "\n" | |
| 448 " The items are specified as a class or as a comma-separated\n" | |
| 449 " list of item designators (ie \"designator[,designator,...]\").\n" | |
| 450 "\n" | |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
451 " A designator is a classname and a nodeid concatenated,\n" |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
452 " eg. bug1, user10, ...\n" |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
453 "\n" |
|
6223
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6134
diff
changeset
|
454 " This command sets the properties to the values for all\n" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6134
diff
changeset
|
455 " designators given. If a class is used, the property will be\n" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6134
diff
changeset
|
456 " set for all items in the class. If the value is missing\n" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6134
diff
changeset
|
457 " (ie. \"property=\") then the property is un-set. If the property\n" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6134
diff
changeset
|
458 " is a multilink, you specify the linked ids for the multilink\n" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6134
diff
changeset
|
459 " as comma-separated numbers (ie \"1,2,3\").\n" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6134
diff
changeset
|
460 "\n" |
| 3781 | 461 " " |
| 462 msgstr "" | |
| 463 | |
|
6744
13abb143df48
Update tranlsation strings
John Rouillard <rouilj@ieee.org>
parents:
6694
diff
changeset
|
464 #: ../roundup/admin.py:764 |
| 3781 | 465 msgid "" |
|
6223
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6134
diff
changeset
|
466 "Usage: filter classname propname=value ...\n" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6134
diff
changeset
|
467 " Find the nodes of the given class with a given property value.\n" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6134
diff
changeset
|
468 "\n" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6134
diff
changeset
|
469 " Find the nodes of the given class with a given property value.\n" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6134
diff
changeset
|
470 " Multiple values can be specified by separating them with commas.\n" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6134
diff
changeset
|
471 " If property is a string, all values must match. I.E. it's an\n" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6134
diff
changeset
|
472 " 'and' operation. If the property is a link/multilink any value\n" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6134
diff
changeset
|
473 " matches. I.E. an 'or' operation.\n" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6134
diff
changeset
|
474 " " |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6134
diff
changeset
|
475 msgstr "" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6134
diff
changeset
|
476 |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6134
diff
changeset
|
477 # ../roundup/admin.py:701 :854 :866 :920 |
|
6744
13abb143df48
Update tranlsation strings
John Rouillard <rouilj@ieee.org>
parents:
6694
diff
changeset
|
478 #: ../roundup/admin.py:806 |
|
6301
45ba6b71f1cf
actions.py translation. Using mapping rather than tuple for args.
John Rouillard <rouilj@ieee.org>
parents:
6223
diff
changeset
|
479 #, fuzzy, python-format |
|
45ba6b71f1cf
actions.py translation. Using mapping rather than tuple for args.
John Rouillard <rouilj@ieee.org>
parents:
6223
diff
changeset
|
480 msgid "Class %(curclassname)s has no property %(pn)s in %(propname)s." |
|
45ba6b71f1cf
actions.py translation. Using mapping rather than tuple for args.
John Rouillard <rouilj@ieee.org>
parents:
6223
diff
changeset
|
481 msgstr "%(classname)s-nek nincs \"%(propname)s\" tulajdonsága" |
|
45ba6b71f1cf
actions.py translation. Using mapping rather than tuple for args.
John Rouillard <rouilj@ieee.org>
parents:
6223
diff
changeset
|
482 |
|
45ba6b71f1cf
actions.py translation. Using mapping rather than tuple for args.
John Rouillard <rouilj@ieee.org>
parents:
6223
diff
changeset
|
483 # ../roundup/admin.py:701 :854 :866 :920 |
|
6744
13abb143df48
Update tranlsation strings
John Rouillard <rouilj@ieee.org>
parents:
6694
diff
changeset
|
484 #: ../roundup/admin.py:843 ../roundup/admin.py:904 ../roundup/admin.py:1066 |
|
13abb143df48
Update tranlsation strings
John Rouillard <rouilj@ieee.org>
parents:
6694
diff
changeset
|
485 #: ../roundup/admin.py:1078 ../roundup/admin.py:1133 |
|
13abb143df48
Update tranlsation strings
John Rouillard <rouilj@ieee.org>
parents:
6694
diff
changeset
|
486 #: ../roundup/admin.py:843:904 :1066:1078:1133 |
|
6223
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6134
diff
changeset
|
487 #, python-format |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6134
diff
changeset
|
488 msgid "%(classname)s has no property \"%(propname)s\"" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6134
diff
changeset
|
489 msgstr "%(classname)s-nek nincs \"%(propname)s\" tulajdonsága" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6134
diff
changeset
|
490 |
|
6744
13abb143df48
Update tranlsation strings
John Rouillard <rouilj@ieee.org>
parents:
6694
diff
changeset
|
491 #: ../roundup/admin.py:850 |
|
6223
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6134
diff
changeset
|
492 msgid "" |
| 3781 | 493 "Usage: find classname propname=value ...\n" |
| 494 " Find the nodes of the given class with a given link property value.\n" | |
| 495 "\n" | |
| 496 " Find the nodes of the given class with a given link property value.\n" | |
| 497 " The value may be either the nodeid of the linked node, or its key\n" | |
| 498 " value.\n" | |
| 499 " " | |
| 500 msgstr "" | |
| 501 | |
|
6744
13abb143df48
Update tranlsation strings
John Rouillard <rouilj@ieee.org>
parents:
6694
diff
changeset
|
502 #: ../roundup/admin.py:911 |
| 3781 | 503 msgid "" |
| 504 "Usage: specification classname\n" | |
| 505 " Show the properties for a classname.\n" | |
| 506 "\n" | |
| 507 " This lists the properties for a given class.\n" | |
| 508 " " | |
| 509 msgstr "" | |
|
3928
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
510 "Használat: specification classname\n" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
511 " Osztály tulajdonságainak megjelenítése.\n" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
512 "\n" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
513 " Listázza az adott osztály tulajdonságait.\n" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
514 " " |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
515 |
|
6744
13abb143df48
Update tranlsation strings
John Rouillard <rouilj@ieee.org>
parents:
6694
diff
changeset
|
516 #: ../roundup/admin.py:927 |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
517 #, fuzzy, python-format |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
518 msgid "%(key)s: %(value)s (key property)\n" |
|
3928
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
519 msgstr "%(key)s: %(value)s (kulcs tulajdonság)" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
520 |
|
6744
13abb143df48
Update tranlsation strings
John Rouillard <rouilj@ieee.org>
parents:
6694
diff
changeset
|
521 #: ../roundup/admin.py:930 |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
522 #, fuzzy, python-format |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
523 msgid "%(key)s: %(value)s\n" |
|
3928
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
524 msgstr "%(key)s: %(value)s" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
525 |
|
6744
13abb143df48
Update tranlsation strings
John Rouillard <rouilj@ieee.org>
parents:
6694
diff
changeset
|
526 #: ../roundup/admin.py:933 |
|
6223
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6134
diff
changeset
|
527 #, fuzzy |
| 3781 | 528 msgid "" |
| 529 "Usage: display designator[,designator]*\n" | |
|
6223
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6134
diff
changeset
|
530 "\n" |
| 3781 | 531 " Show the property values for the given node(s).\n" |
| 532 "\n" | |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
533 " A designator is a classname and a nodeid concatenated,\n" |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
534 " eg. bug1, user10, ...\n" |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
535 "\n" |
|
6223
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6134
diff
changeset
|
536 " This lists the properties and their associated values\n" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6134
diff
changeset
|
537 " for the given node.\n" |
| 3781 | 538 " " |
| 539 msgstr "" | |
|
6223
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6134
diff
changeset
|
540 "Használat: get property designator[,designator]*\n" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6134
diff
changeset
|
541 " Visszaadja egy vagy több jelölő tulajdonságát.\n" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6134
diff
changeset
|
542 "\n" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6134
diff
changeset
|
543 " Visszaadja a jelölő által meghatározott\n" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6134
diff
changeset
|
544 " csomópont értékét.\n" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6134
diff
changeset
|
545 " " |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6134
diff
changeset
|
546 |
|
6744
13abb143df48
Update tranlsation strings
John Rouillard <rouilj@ieee.org>
parents:
6694
diff
changeset
|
547 #: ../roundup/admin.py:960 |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
548 #, python-format |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
549 msgid "%(key)s: %(value)s" |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
550 msgstr "%(key)s: %(value)s" |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
551 |
|
6744
13abb143df48
Update tranlsation strings
John Rouillard <rouilj@ieee.org>
parents:
6694
diff
changeset
|
552 #: ../roundup/admin.py:963 |
| 3781 | 553 msgid "" |
| 554 "Usage: create classname property=value ...\n" | |
| 555 " Create a new entry of a given class.\n" | |
| 556 "\n" | |
| 557 " This creates a new entry of the given class using the property\n" | |
|
3928
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
558 " name=value arguments provided on the command line after the \"create" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
559 "\"\n" |
| 3781 | 560 " command.\n" |
| 561 " " | |
| 562 msgstr "" | |
| 563 | |
|
6744
13abb143df48
Update tranlsation strings
John Rouillard <rouilj@ieee.org>
parents:
6694
diff
changeset
|
564 #: ../roundup/admin.py:991 |
| 3781 | 565 #, python-format |
| 566 msgid "%(propname)s (Password): " | |
|
3928
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
567 msgstr "%(propname)s (Jelszó): " |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
568 |
|
6744
13abb143df48
Update tranlsation strings
John Rouillard <rouilj@ieee.org>
parents:
6694
diff
changeset
|
569 #: ../roundup/admin.py:994 |
| 3781 | 570 #, python-format |
| 571 msgid " %(propname)s (Again): " | |
|
3928
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
572 msgstr " %(propname)s (Ismét): " |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
573 |
|
6744
13abb143df48
Update tranlsation strings
John Rouillard <rouilj@ieee.org>
parents:
6694
diff
changeset
|
574 #: ../roundup/admin.py:997 |
| 3781 | 575 msgid "Sorry, try again..." |
|
3928
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
576 msgstr "Sajnálom, próbálja újra..." |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
577 |
|
6744
13abb143df48
Update tranlsation strings
John Rouillard <rouilj@ieee.org>
parents:
6694
diff
changeset
|
578 #: ../roundup/admin.py:1001 |
| 3781 | 579 #, python-format |
| 580 msgid "%(propname)s (%(proptype)s): " | |
|
3928
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
581 msgstr "%(propname)s (%(proptype)s): " |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
582 |
|
6744
13abb143df48
Update tranlsation strings
John Rouillard <rouilj@ieee.org>
parents:
6694
diff
changeset
|
583 #: ../roundup/admin.py:1019 |
| 3781 | 584 #, python-format |
| 585 msgid "you must provide the \"%(propname)s\" property." | |
|
3928
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
586 msgstr "meg kell adni a(z) \"%(propname)s\" tulajdonságot." |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
587 |
|
6744
13abb143df48
Update tranlsation strings
John Rouillard <rouilj@ieee.org>
parents:
6694
diff
changeset
|
588 #: ../roundup/admin.py:1031 |
| 3781 | 589 msgid "" |
| 590 "Usage: list classname [property]\n" | |
| 591 " List the instances of a class.\n" | |
| 592 "\n" | |
| 593 " Lists all instances of the given class. If the property is not\n" | |
| 594 " specified, the \"label\" property is used. The label property is\n" | |
| 595 " tried in order: the key, \"name\", \"title\" and then the first\n" | |
| 596 " property, alphabetically.\n" | |
| 597 "\n" | |
| 598 " With -c, -S or -s print a list of item id's if no property\n" | |
| 599 " specified. If property specified, print list of that property\n" | |
| 600 " for every class instance.\n" | |
| 601 " " | |
| 602 msgstr "" | |
| 603 | |
|
6744
13abb143df48
Update tranlsation strings
John Rouillard <rouilj@ieee.org>
parents:
6694
diff
changeset
|
604 #: ../roundup/admin.py:1044 |
| 3781 | 605 msgid "Too many arguments supplied" |
|
3928
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
606 msgstr "Túl sok argumentum került megadásra" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
607 |
|
6744
13abb143df48
Update tranlsation strings
John Rouillard <rouilj@ieee.org>
parents:
6694
diff
changeset
|
608 #: ../roundup/admin.py:1080 |
| 3781 | 609 #, python-format |
| 610 msgid "%(nodeid)4s: %(value)s" | |
|
3928
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
611 msgstr "%(nodeid)4s: %(value)s" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
612 |
|
6744
13abb143df48
Update tranlsation strings
John Rouillard <rouilj@ieee.org>
parents:
6694
diff
changeset
|
613 #: ../roundup/admin.py:1084 |
| 3781 | 614 msgid "" |
| 615 "Usage: table classname [property[,property]*]\n" | |
| 616 " List the instances of a class in tabular form.\n" | |
| 617 "\n" | |
| 618 " Lists all instances of the given class. If the properties are not\n" | |
| 619 " specified, all properties are displayed. By default, the column\n" | |
| 620 " widths are the width of the largest value. The width may be\n" | |
| 621 " explicitly defined by defining the property as \"name:width\".\n" | |
| 622 " For example::\n" | |
| 623 "\n" | |
| 624 " roundup> table priority id,name:10\n" | |
| 625 " Id Name\n" | |
| 626 " 1 fatal-bug\n" | |
| 627 " 2 bug\n" | |
| 628 " 3 usability\n" | |
| 629 " 4 feature\n" | |
| 630 "\n" | |
| 631 " Also to make the width of the column the width of the label,\n" | |
| 632 " leave a trailing : without a width on the property. For example::\n" | |
| 633 "\n" | |
| 634 " roundup> table priority id,name:\n" | |
| 635 " Id Name\n" | |
| 636 " 1 fata\n" | |
| 637 " 2 bug\n" | |
| 638 " 3 usab\n" | |
| 639 " 4 feat\n" | |
| 640 "\n" | |
| 641 " will result in a the 4 character wide \"Name\" column.\n" | |
| 642 " " | |
| 643 msgstr "" | |
| 644 | |
|
6744
13abb143df48
Update tranlsation strings
John Rouillard <rouilj@ieee.org>
parents:
6694
diff
changeset
|
645 #: ../roundup/admin.py:1128 |
| 3781 | 646 #, python-format |
| 647 msgid "\"%(spec)s\" not name:width" | |
|
3928
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
648 msgstr "\"%(spec)s\" nem név:hossz formátumú" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
649 |
|
6744
13abb143df48
Update tranlsation strings
John Rouillard <rouilj@ieee.org>
parents:
6694
diff
changeset
|
650 #: ../roundup/admin.py:1150 |
|
6223
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6134
diff
changeset
|
651 #, python-format |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6134
diff
changeset
|
652 msgid "\"%(spec)s\" does not have an integer width: \"%(width)s\"" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6134
diff
changeset
|
653 msgstr "" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6134
diff
changeset
|
654 |
|
6744
13abb143df48
Update tranlsation strings
John Rouillard <rouilj@ieee.org>
parents:
6694
diff
changeset
|
655 #: ../roundup/admin.py:1186 |
| 3781 | 656 msgid "" |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
657 "Usage: history designator [skipquiet]\n" |
| 3781 | 658 " Show the history entries of a designator.\n" |
| 659 "\n" | |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
660 " A designator is a classname and a nodeid concatenated,\n" |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
661 " eg. bug1, user10, ...\n" |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
662 "\n" |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
663 " Lists the journal entries viewable by the user for the\n" |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
664 " node identified by the designator. If skipquiet is the\n" |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
665 " second argument, journal entries for quiet properties\n" |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
666 " are not shown.\n" |
| 3781 | 667 " " |
| 668 msgstr "" | |
| 669 | |
|
6744
13abb143df48
Update tranlsation strings
John Rouillard <rouilj@ieee.org>
parents:
6694
diff
changeset
|
670 #: ../roundup/admin.py:1222 |
| 3781 | 671 msgid "" |
| 672 "Usage: commit\n" | |
| 673 " Commit changes made to the database during an interactive session.\n" | |
| 674 "\n" | |
| 675 " The changes made during an interactive session are not\n" | |
| 676 " automatically written to the database - they must be committed\n" | |
| 677 " using this command.\n" | |
| 678 "\n" | |
| 679 " One-off commands on the command-line are automatically committed if\n" | |
| 680 " they are successful.\n" | |
| 681 " " | |
| 682 msgstr "" | |
| 683 | |
|
6744
13abb143df48
Update tranlsation strings
John Rouillard <rouilj@ieee.org>
parents:
6694
diff
changeset
|
684 #: ../roundup/admin.py:1237 |
| 3781 | 685 msgid "" |
| 686 "Usage: rollback\n" | |
| 687 " Undo all changes that are pending commit to the database.\n" | |
| 688 "\n" | |
| 689 " The changes made during an interactive session are not\n" | |
| 690 " automatically written to the database - they must be committed\n" | |
| 691 " manually. This command undoes all those changes, so a commit\n" | |
| 692 " immediately after would make no changes to the database.\n" | |
| 693 " " | |
| 694 msgstr "" | |
| 695 | |
|
6744
13abb143df48
Update tranlsation strings
John Rouillard <rouilj@ieee.org>
parents:
6694
diff
changeset
|
696 #: ../roundup/admin.py:1250 |
| 3781 | 697 msgid "" |
| 698 "Usage: retire designator[,designator]*\n" | |
| 699 " Retire the node specified by designator.\n" | |
| 700 "\n" | |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
701 " A designator is a classname and a nodeid concatenated,\n" |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
702 " eg. bug1, user10, ...\n" |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
703 "\n" |
| 3781 | 704 " This action indicates that a particular node is not to be retrieved\n" |
| 705 " by the list or find commands, and its key value may be re-used.\n" | |
| 706 " " | |
| 707 msgstr "" | |
| 708 | |
|
6744
13abb143df48
Update tranlsation strings
John Rouillard <rouilj@ieee.org>
parents:
6694
diff
changeset
|
709 #: ../roundup/admin.py:1278 |
| 3781 | 710 msgid "" |
| 711 "Usage: restore designator[,designator]*\n" | |
| 712 " Restore the retired node specified by designator.\n" | |
| 713 "\n" | |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
714 " A designator is a classname and a nodeid concatenated,\n" |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
715 " eg. bug1, user10, ...\n" |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
716 "\n" |
| 3781 | 717 " The given nodes will become available for users again.\n" |
| 718 " " | |
| 719 msgstr "" | |
| 720 | |
|
6223
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6134
diff
changeset
|
721 # ../roundup/admin.py:583 :983 :1032 :1054 |
|
6744
13abb143df48
Update tranlsation strings
John Rouillard <rouilj@ieee.org>
parents:
6694
diff
changeset
|
722 #: ../roundup/admin.py:1303 |
|
6223
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6134
diff
changeset
|
723 #, fuzzy |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6134
diff
changeset
|
724 msgid "no such %(classname)s node \" % (nodeid)s\"" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6134
diff
changeset
|
725 msgstr "nincs \"%(nodeid)s\" %(classname)s csomópont" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6134
diff
changeset
|
726 |
| 3781 | 727 #. grab the directory to export to |
|
6744
13abb143df48
Update tranlsation strings
John Rouillard <rouilj@ieee.org>
parents:
6694
diff
changeset
|
728 #: ../roundup/admin.py:1309 |
| 3781 | 729 msgid "" |
|
3928
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
730 "Usage: export [[-]class[,class]] export_dir\n" |
| 3781 | 731 " Export the database to colon-separated-value files.\n" |
|
3928
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
732 " To exclude the files (e.g. for the msg or file class),\n" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
733 " use the exporttables command.\n" |
| 3781 | 734 "\n" |
|
3928
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
735 " Optionally limit the export to just the named classes\n" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
736 " or exclude the named classes, if the 1st argument starts with '-'.\n" |
| 3781 | 737 "\n" |
| 738 " This action exports the current data from the database into\n" | |
| 739 " colon-separated-value files that are placed in the nominated\n" | |
| 740 " destination directory.\n" | |
| 741 " " | |
| 742 msgstr "" | |
| 743 | |
|
6744
13abb143df48
Update tranlsation strings
John Rouillard <rouilj@ieee.org>
parents:
6694
diff
changeset
|
744 #: ../roundup/admin.py:1416 |
|
3928
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
745 msgid "" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
746 "Usage: exporttables [[-]class[,class]] export_dir\n" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
747 " Export the database to colon-separated-value files, excluding the\n" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
748 " files below $TRACKER_HOME/db/files/ (which can be archived " |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
749 "separately).\n" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
750 " To include the files, use the export command.\n" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
751 "\n" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
752 " Optionally limit the export to just the named classes\n" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
753 " or exclude the named classes, if the 1st argument starts with '-'.\n" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
754 "\n" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
755 " This action exports the current data from the database into\n" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
756 " colon-separated-value files that are placed in the nominated\n" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
757 " destination directory.\n" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
758 " " |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
759 msgstr "" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
760 |
|
6744
13abb143df48
Update tranlsation strings
John Rouillard <rouilj@ieee.org>
parents:
6694
diff
changeset
|
761 #: ../roundup/admin.py:1431 |
| 3781 | 762 msgid "" |
| 763 "Usage: import import_dir\n" | |
| 764 " Import a database from the directory containing CSV files,\n" | |
| 765 " two per class to import.\n" | |
| 766 "\n" | |
| 767 " The files used in the import are:\n" | |
| 768 "\n" | |
| 769 " <class>.csv\n" | |
| 770 " This must define the same properties as the class (including\n" | |
| 771 " having a \"header\" line with those property names.)\n" | |
| 772 " <class>-journals.csv\n" | |
| 773 " This defines the journals for the items being imported.\n" | |
| 774 "\n" | |
| 775 " The imported nodes will have the same nodeid as defined in the\n" | |
| 776 " import file, thus replacing any existing content.\n" | |
| 777 "\n" | |
| 778 " The new nodes are added to the existing database - if you want to\n" | |
| 779 " create a new database using the imported data, then create a new\n" | |
| 780 " database (or, tediously, retire all the old data.)\n" | |
| 781 " " | |
| 782 msgstr "" | |
| 783 | |
|
6744
13abb143df48
Update tranlsation strings
John Rouillard <rouilj@ieee.org>
parents:
6694
diff
changeset
|
784 #: ../roundup/admin.py:1513 |
|
6223
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6134
diff
changeset
|
785 msgid "" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6134
diff
changeset
|
786 "Usage: importtables export_dir\n" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6134
diff
changeset
|
787 "\n" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6134
diff
changeset
|
788 " This imports the database tables exported using exporttables.\n" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6134
diff
changeset
|
789 " " |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6134
diff
changeset
|
790 msgstr "" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6134
diff
changeset
|
791 |
|
6744
13abb143df48
Update tranlsation strings
John Rouillard <rouilj@ieee.org>
parents:
6694
diff
changeset
|
792 #: ../roundup/admin.py:1520 |
| 3781 | 793 msgid "" |
| 794 "Usage: pack period | date\n" | |
| 795 "\n" | |
| 796 " Remove journal entries older than a period of time specified or\n" | |
| 797 " before a certain date.\n" | |
| 798 "\n" | |
|
3928
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
799 " A period is specified using the suffixes \"y\", \"m\", and \"d\". " |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
800 "The\n" |
| 3781 | 801 " suffix \"w\" (for \"week\") means 7 days.\n" |
| 802 "\n" | |
| 803 " \"3y\" means three years\n" | |
| 804 " \"2y 1m\" means two years and one month\n" | |
| 805 " \"1m 25d\" means one month and 25 days\n" | |
| 806 " \"2w 3d\" means two weeks and three days\n" | |
| 807 "\n" | |
| 808 " Date format is \"YYYY-MM-DD\" eg:\n" | |
| 809 " 2001-01-01\n" | |
| 810 "\n" | |
| 811 " " | |
| 812 msgstr "" | |
| 813 | |
|
6744
13abb143df48
Update tranlsation strings
John Rouillard <rouilj@ieee.org>
parents:
6694
diff
changeset
|
814 #: ../roundup/admin.py:1548 |
| 3781 | 815 msgid "Invalid format" |
| 816 msgstr "Hibás formátum" | |
| 817 | |
|
6744
13abb143df48
Update tranlsation strings
John Rouillard <rouilj@ieee.org>
parents:
6694
diff
changeset
|
818 #: ../roundup/admin.py:1559 |
| 3781 | 819 msgid "" |
| 820 "Usage: reindex [classname|designator]*\n" | |
| 821 " Re-generate a tracker's search indexes.\n" | |
| 822 "\n" | |
| 823 " This will re-generate the search indexes for a tracker.\n" | |
| 824 " This will typically happen automatically.\n" | |
| 825 " " | |
| 826 msgstr "" | |
| 827 | |
|
6744
13abb143df48
Update tranlsation strings
John Rouillard <rouilj@ieee.org>
parents:
6694
diff
changeset
|
828 #: ../roundup/admin.py:1573 |
| 3781 | 829 #, python-format |
| 830 msgid "no such item \"%(designator)s\"" | |
|
3928
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
831 msgstr "nincs ilyen elem: \"%(designator)s\"" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
832 |
|
6744
13abb143df48
Update tranlsation strings
John Rouillard <rouilj@ieee.org>
parents:
6694
diff
changeset
|
833 #: ../roundup/admin.py:1583 |
|
6223
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6134
diff
changeset
|
834 #, fuzzy |
| 3781 | 835 msgid "" |
| 836 "Usage: security [Role name]\n" | |
|
6223
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6134
diff
changeset
|
837 "\n" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6134
diff
changeset
|
838 " Display the Permissions available to one or all Roles.\n" |
| 3781 | 839 " " |
| 840 msgstr "" | |
|
3928
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
841 "Használat: security [szerepkör]\n" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
842 " Megjeleníti a megadott vagy az összes szerepkör jogosultságait.\n" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
843 " " |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
844 |
|
6744
13abb143df48
Update tranlsation strings
John Rouillard <rouilj@ieee.org>
parents:
6694
diff
changeset
|
845 #: ../roundup/admin.py:1592 |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
846 #, fuzzy, python-format |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
847 msgid "No such Role \"%(role)s\"\n" |
|
3928
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
848 msgstr "Nincs ilyen szerepkör: \"%(role)s\"" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
849 |
|
6744
13abb143df48
Update tranlsation strings
John Rouillard <rouilj@ieee.org>
parents:
6694
diff
changeset
|
850 #: ../roundup/admin.py:1598 |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
851 #, fuzzy, python-format |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
852 msgid "New Web users get the Roles \"%(role)s\"\n" |
|
3928
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
853 msgstr "Új web felhasználók ezeket a szerepköröket kapják: \"%(role)s\"" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
854 |
|
6744
13abb143df48
Update tranlsation strings
John Rouillard <rouilj@ieee.org>
parents:
6694
diff
changeset
|
855 #: ../roundup/admin.py:1601 |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
856 #, fuzzy, python-format |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
857 msgid "New Web users get the Role \"%(role)s\"\n" |
|
3928
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
858 msgstr "Új web felhasználók ezt a szerepkört kapják \"%(role)s\"" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
859 |
|
6744
13abb143df48
Update tranlsation strings
John Rouillard <rouilj@ieee.org>
parents:
6694
diff
changeset
|
860 #: ../roundup/admin.py:1605 |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
861 #, fuzzy, python-format |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
862 msgid "New Email users get the Roles \"%(role)s\"\n" |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
863 msgstr "Új e-mail felhasználók ezeket a szerepköröket kapják: \"%(role)s\"" |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
864 |
|
6744
13abb143df48
Update tranlsation strings
John Rouillard <rouilj@ieee.org>
parents:
6694
diff
changeset
|
865 #: ../roundup/admin.py:1607 |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
866 #, fuzzy, python-format |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
867 msgid "New Email users get the Role \"%(role)s\"\n" |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
868 msgstr "Új e-mail felhasználók ezt a szerepkört kapják: \"%(role)s\"" |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
869 |
|
6744
13abb143df48
Update tranlsation strings
John Rouillard <rouilj@ieee.org>
parents:
6694
diff
changeset
|
870 #: ../roundup/admin.py:1610 |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
871 #, fuzzy, python-format |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
872 msgid "Role \"%(name)s\":\n" |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
873 msgstr "\"%(name)s\" szerepkör:" |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
874 |
|
6744
13abb143df48
Update tranlsation strings
John Rouillard <rouilj@ieee.org>
parents:
6694
diff
changeset
|
875 #: ../roundup/admin.py:1615 |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
876 #, fuzzy |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
877 msgid " %(description)s (%(name)s for \"%(klass)s\"" |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
878 msgstr " %(description)s (%(name)s)" |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
879 |
|
6744
13abb143df48
Update tranlsation strings
John Rouillard <rouilj@ieee.org>
parents:
6694
diff
changeset
|
880 #: ../roundup/admin.py:1615 |
|
6223
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6134
diff
changeset
|
881 #, fuzzy, python-format |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
882 msgid " %(description)s (%(name)s for \"%(klass)s\": %(properties)s only)\n" |
|
6223
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6134
diff
changeset
|
883 msgstr " %(description)s (%(name)s)" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6134
diff
changeset
|
884 |
|
6744
13abb143df48
Update tranlsation strings
John Rouillard <rouilj@ieee.org>
parents:
6694
diff
changeset
|
885 #: ../roundup/admin.py:1627 |
| 3781 | 886 #, python-format |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
887 msgid "" |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
888 "\n" |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
889 " **Invalid properties for %(class)s: %(props)s\n" |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
890 "\n" |
| 3781 | 891 msgstr "" |
| 892 | |
|
6744
13abb143df48
Update tranlsation strings
John Rouillard <rouilj@ieee.org>
parents:
6694
diff
changeset
|
893 #: ../roundup/admin.py:1630 |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
894 #, fuzzy, python-format |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
895 msgid " %(description)s (%(name)s for \"%(klass)s\" only)\n" |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
896 msgstr " %(description)s (%(name)s)" |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
897 |
|
6744
13abb143df48
Update tranlsation strings
John Rouillard <rouilj@ieee.org>
parents:
6694
diff
changeset
|
898 #: ../roundup/admin.py:1633 |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
899 #, fuzzy, python-format |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
900 msgid " %(description)s (%(name)s)\n" |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
901 msgstr " %(description)s (%(name)s)" |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
902 |
|
6744
13abb143df48
Update tranlsation strings
John Rouillard <rouilj@ieee.org>
parents:
6694
diff
changeset
|
903 #: ../roundup/admin.py:1637 |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
904 msgid "" |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
905 "Usage: migrate\n" |
|
6223
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6134
diff
changeset
|
906 "\n" |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
907 " Update a tracker's database to be compatible with the Roundup\n" |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
908 " codebase.\n" |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
909 "\n" |
|
6223
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6134
diff
changeset
|
910 " You should run the \"migrate\" command for your tracker once\n" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6134
diff
changeset
|
911 " you've installed the latest codebase.\n" |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
912 "\n" |
|
6223
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6134
diff
changeset
|
913 " Do this before you use the web, command-line or mail interface\n" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6134
diff
changeset
|
914 " and before any users access the tracker.\n" |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
915 "\n" |
|
6223
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6134
diff
changeset
|
916 " This command will respond with either \"Tracker updated\" (if\n" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6134
diff
changeset
|
917 " you've not previously run it on an RDBMS backend) or \"No\n" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6134
diff
changeset
|
918 " migration action required\" (if you have run it, or have used\n" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6134
diff
changeset
|
919 " another interface to the tracker, or possibly because you are\n" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6134
diff
changeset
|
920 " using anydbm).\n" |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
921 "\n" |
|
6223
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6134
diff
changeset
|
922 " It's safe to run this even if it's not required, so just get\n" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6134
diff
changeset
|
923 " into the habit.\n" |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
924 " " |
| 3781 | 925 msgstr "" |
| 926 | |
|
6744
13abb143df48
Update tranlsation strings
John Rouillard <rouilj@ieee.org>
parents:
6694
diff
changeset
|
927 #: ../roundup/admin.py:1658 |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
928 #, fuzzy |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
929 msgid "Tracker updated" |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
930 msgstr "Hibakövető" |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
931 |
|
6744
13abb143df48
Update tranlsation strings
John Rouillard <rouilj@ieee.org>
parents:
6694
diff
changeset
|
932 #: ../roundup/admin.py:1661 |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
933 msgid "No migration action required" |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
934 msgstr "" |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
935 |
|
6744
13abb143df48
Update tranlsation strings
John Rouillard <rouilj@ieee.org>
parents:
6694
diff
changeset
|
936 #: ../roundup/admin.py:1687 |
| 3781 | 937 #, python-format |
| 938 msgid "Unknown command \"%(command)s\" (\"help commands\" for a list)" | |
| 939 msgstr "" | |
|
3928
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
940 "\"%(command)s\": ismeretlen parancs (\"help commands\" parancsok " |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
941 "listázásához)" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
942 |
|
6744
13abb143df48
Update tranlsation strings
John Rouillard <rouilj@ieee.org>
parents:
6694
diff
changeset
|
943 #: ../roundup/admin.py:1693 |
| 3781 | 944 #, python-format |
| 945 msgid "Multiple commands match \"%(command)s\": %(list)s" | |
|
3928
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
946 msgstr "" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
947 "Több parancs is illeszkedik a megadott \"%(command)s\" parancsra: %(list)s" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
948 |
|
6744
13abb143df48
Update tranlsation strings
John Rouillard <rouilj@ieee.org>
parents:
6694
diff
changeset
|
949 #: ../roundup/admin.py:1702 |
| 3781 | 950 msgid "Enter tracker home: " |
|
3928
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
951 msgstr "Adja meg a hibakövető könyvtárát: " |
| 3781 | 952 |
| 953 # ../roundup/admin.py:1335 :1341 :1361 | |
|
6744
13abb143df48
Update tranlsation strings
John Rouillard <rouilj@ieee.org>
parents:
6694
diff
changeset
|
954 #: ../roundup/admin.py:1711 ../roundup/admin.py:1717 ../roundup/admin.py:1751 |
|
13abb143df48
Update tranlsation strings
John Rouillard <rouilj@ieee.org>
parents:
6694
diff
changeset
|
955 #: ../roundup/admin.py:1711:1717:1751 |
| 3781 | 956 #, python-format |
| 957 msgid "Error: %(message)s" | |
| 958 msgstr "Hiba: %(message)s" | |
| 959 | |
|
6744
13abb143df48
Update tranlsation strings
John Rouillard <rouilj@ieee.org>
parents:
6694
diff
changeset
|
960 #: ../roundup/admin.py:1725 ../roundup/admin.py:1729 |
|
13abb143df48
Update tranlsation strings
John Rouillard <rouilj@ieee.org>
parents:
6694
diff
changeset
|
961 #: ../roundup/admin.py:1725:1729 |
| 3781 | 962 #, python-format |
| 963 msgid "Error: Couldn't open tracker: %(message)s" | |
|
3928
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
964 msgstr "Hiba: Hibakövető megnyitása sikertelen: %(message)s" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
965 |
|
6744
13abb143df48
Update tranlsation strings
John Rouillard <rouilj@ieee.org>
parents:
6694
diff
changeset
|
966 #: ../roundup/admin.py:1764 |
| 3781 | 967 #, python-format |
| 968 msgid "" | |
| 969 "Roundup %s ready for input.\n" | |
| 970 "Type \"help\" for help." | |
| 971 msgstr "" | |
|
3928
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
972 "A Roundup %s fogadókész.\n" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
973 "Segítségért gépeljen \"help\"-et." |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
974 |
|
6744
13abb143df48
Update tranlsation strings
John Rouillard <rouilj@ieee.org>
parents:
6694
diff
changeset
|
975 #: ../roundup/admin.py:1769 |
| 3781 | 976 msgid "Note: command history and editing not available" |
| 977 msgstr "Megjegyzés: a parancsok története és szerkesztése nem elérhető" | |
| 978 | |
|
6744
13abb143df48
Update tranlsation strings
John Rouillard <rouilj@ieee.org>
parents:
6694
diff
changeset
|
979 #: ../roundup/admin.py:1773 |
| 3781 | 980 msgid "roundup> " |
| 981 msgstr "roundup> " | |
| 982 | |
|
6744
13abb143df48
Update tranlsation strings
John Rouillard <rouilj@ieee.org>
parents:
6694
diff
changeset
|
983 #: ../roundup/admin.py:1775 |
| 3781 | 984 msgid "exit..." |
| 985 msgstr "kilépés..." | |
| 986 | |
|
6744
13abb143df48
Update tranlsation strings
John Rouillard <rouilj@ieee.org>
parents:
6694
diff
changeset
|
987 #: ../roundup/admin.py:1788 |
| 3781 | 988 msgid "There are unsaved changes. Commit them (y/N)? " |
| 989 msgstr "Vannak nem mentett változtatások. Elmenti őket (y/N)? " | |
| 990 | |
|
6694
51865a1ee765
Update locale for 2.2.0b1 release.
John Rouillard <rouilj@ieee.org>
parents:
6676
diff
changeset
|
991 #: ../roundup/backends/back_anydbm.py:174 |
|
6672
01216187a167
Testing translations in mailgw.py, update translations, i18n improved
John Rouillard <rouilj@ieee.org>
parents:
6620
diff
changeset
|
992 #: ../roundup/backends/rdbms_common.py:888 |
|
6301
45ba6b71f1cf
actions.py translation. Using mapping rather than tuple for args.
John Rouillard <rouilj@ieee.org>
parents:
6223
diff
changeset
|
993 #, python-format |
|
45ba6b71f1cf
actions.py translation. Using mapping rather than tuple for args.
John Rouillard <rouilj@ieee.org>
parents:
6223
diff
changeset
|
994 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
|
995 msgstr "" |
|
45ba6b71f1cf
actions.py translation. Using mapping rather than tuple for args.
John Rouillard <rouilj@ieee.org>
parents:
6223
diff
changeset
|
996 |
|
6694
51865a1ee765
Update locale for 2.2.0b1 release.
John Rouillard <rouilj@ieee.org>
parents:
6676
diff
changeset
|
997 #: ../roundup/backends/back_anydbm.py:235 |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
998 #: ../roundup/backends/sessions_dbm.py:55 |
|
3928
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
999 msgid "Couldn't identify database type" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
1000 msgstr "" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
1001 |
|
6694
51865a1ee765
Update locale for 2.2.0b1 release.
John Rouillard <rouilj@ieee.org>
parents:
6676
diff
changeset
|
1002 #: ../roundup/backends/back_anydbm.py:269 |
|
6223
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6134
diff
changeset
|
1003 #, python-format |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6134
diff
changeset
|
1004 msgid "" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6134
diff
changeset
|
1005 "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:
6134
diff
changeset
|
1006 "available" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6134
diff
changeset
|
1007 msgstr "" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6134
diff
changeset
|
1008 |
|
6694
51865a1ee765
Update locale for 2.2.0b1 release.
John Rouillard <rouilj@ieee.org>
parents:
6676
diff
changeset
|
1009 #: ../roundup/backends/back_anydbm.py:272 |
|
3928
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
1010 #, python-format |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
1011 msgid "Couldn't open database - the required module '%s' is not available" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
1012 msgstr "" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
1013 |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
1014 # ../roundup/backends/back_anydbm.py:795:1070 |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
1015 # ../roundup/backends/back_metakit.py:567:834 |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
1016 # ../roundup/backends/rdbms_common.py:1320:1549 :1267:1285 :1331:1901 |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
1017 # :1755:1775 :1828:2436 :866:1601 |
|
6672
01216187a167
Testing translations in mailgw.py, update translations, i18n improved
John Rouillard <rouilj@ieee.org>
parents:
6620
diff
changeset
|
1018 #: ../roundup/backends/back_anydbm.py:828 |
|
01216187a167
Testing translations in mailgw.py, update translations, i18n improved
John Rouillard <rouilj@ieee.org>
parents:
6620
diff
changeset
|
1019 #: ../roundup/backends/back_anydbm.py:841 |
|
01216187a167
Testing translations in mailgw.py, update translations, i18n improved
John Rouillard <rouilj@ieee.org>
parents:
6620
diff
changeset
|
1020 #: ../roundup/backends/back_anydbm.py:1114 |
|
01216187a167
Testing translations in mailgw.py, update translations, i18n improved
John Rouillard <rouilj@ieee.org>
parents:
6620
diff
changeset
|
1021 #: ../roundup/backends/back_anydbm.py:1149 |
|
01216187a167
Testing translations in mailgw.py, update translations, i18n improved
John Rouillard <rouilj@ieee.org>
parents:
6620
diff
changeset
|
1022 #: ../roundup/backends/back_anydbm.py:1375 |
|
01216187a167
Testing translations in mailgw.py, update translations, i18n improved
John Rouillard <rouilj@ieee.org>
parents:
6620
diff
changeset
|
1023 #: ../roundup/backends/back_anydbm.py:1393 |
|
01216187a167
Testing translations in mailgw.py, update translations, i18n improved
John Rouillard <rouilj@ieee.org>
parents:
6620
diff
changeset
|
1024 #: ../roundup/backends/back_anydbm.py:1439 |
|
01216187a167
Testing translations in mailgw.py, update translations, i18n improved
John Rouillard <rouilj@ieee.org>
parents:
6620
diff
changeset
|
1025 #: ../roundup/backends/back_anydbm.py:2064 |
|
01216187a167
Testing translations in mailgw.py, update translations, i18n improved
John Rouillard <rouilj@ieee.org>
parents:
6620
diff
changeset
|
1026 #: ../roundup/backends/back_anydbm.py:828:841 |
|
01216187a167
Testing translations in mailgw.py, update translations, i18n improved
John Rouillard <rouilj@ieee.org>
parents:
6620
diff
changeset
|
1027 #: ../roundup/backends/rdbms_common.py:1657 |
|
01216187a167
Testing translations in mailgw.py, update translations, i18n improved
John Rouillard <rouilj@ieee.org>
parents:
6620
diff
changeset
|
1028 #: ../roundup/backends/rdbms_common.py:1904 |
|
01216187a167
Testing translations in mailgw.py, update translations, i18n improved
John Rouillard <rouilj@ieee.org>
parents:
6620
diff
changeset
|
1029 #: ../roundup/backends/rdbms_common.py:2139 |
|
01216187a167
Testing translations in mailgw.py, update translations, i18n improved
John Rouillard <rouilj@ieee.org>
parents:
6620
diff
changeset
|
1030 #: ../roundup/backends/rdbms_common.py:2159 |
|
01216187a167
Testing translations in mailgw.py, update translations, i18n improved
John Rouillard <rouilj@ieee.org>
parents:
6620
diff
changeset
|
1031 #: ../roundup/backends/rdbms_common.py:2212 |
|
01216187a167
Testing translations in mailgw.py, update translations, i18n improved
John Rouillard <rouilj@ieee.org>
parents:
6620
diff
changeset
|
1032 #: ../roundup/backends/rdbms_common.py:3158 |
|
6694
51865a1ee765
Update locale for 2.2.0b1 release.
John Rouillard <rouilj@ieee.org>
parents:
6676
diff
changeset
|
1033 #: ../roundup/backends/rdbms_common.py:1657:1904 :1114:1149 :1375:1393:1439 |
|
51865a1ee765
Update locale for 2.2.0b1 release.
John Rouillard <rouilj@ieee.org>
parents:
6676
diff
changeset
|
1034 #: :2064 :2139:2159 :2212:3158 |
|
3928
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
1035 msgid "Database open read-only" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
1036 msgstr "" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
1037 |
|
6607
b0bafbf4fddd
update .po files with new strings to translate
John Rouillard <rouilj@ieee.org>
parents:
6456
diff
changeset
|
1038 #: ../roundup/backends/indexer_postgresql_fts.py:108 |
|
b0bafbf4fddd
update .po files with new strings to translate
John Rouillard <rouilj@ieee.org>
parents:
6456
diff
changeset
|
1039 msgid "" |
|
b0bafbf4fddd
update .po files with new strings to translate
John Rouillard <rouilj@ieee.org>
parents:
6456
diff
changeset
|
1040 "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:
6456
diff
changeset
|
1041 "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:
6456
diff
changeset
|
1042 msgstr "" |
|
b0bafbf4fddd
update .po files with new strings to translate
John Rouillard <rouilj@ieee.org>
parents:
6456
diff
changeset
|
1043 |
|
b0bafbf4fddd
update .po files with new strings to translate
John Rouillard <rouilj@ieee.org>
parents:
6456
diff
changeset
|
1044 #: ../roundup/backends/indexer_postgresql_fts.py:135 |
|
b0bafbf4fddd
update .po files with new strings to translate
John Rouillard <rouilj@ieee.org>
parents:
6456
diff
changeset
|
1045 #, python-format |
|
b0bafbf4fddd
update .po files with new strings to translate
John Rouillard <rouilj@ieee.org>
parents:
6456
diff
changeset
|
1046 msgid "" |
|
b0bafbf4fddd
update .po files with new strings to translate
John Rouillard <rouilj@ieee.org>
parents:
6456
diff
changeset
|
1047 "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:
6456
diff
changeset
|
1048 msgstr "" |
|
b0bafbf4fddd
update .po files with new strings to translate
John Rouillard <rouilj@ieee.org>
parents:
6456
diff
changeset
|
1049 |
|
b0bafbf4fddd
update .po files with new strings to translate
John Rouillard <rouilj@ieee.org>
parents:
6456
diff
changeset
|
1050 #: ../roundup/backends/indexer_sqlite_fts.py:117 |
|
b0bafbf4fddd
update .po files with new strings to translate
John Rouillard <rouilj@ieee.org>
parents:
6456
diff
changeset
|
1051 msgid "" |
|
b0bafbf4fddd
update .po files with new strings to translate
John Rouillard <rouilj@ieee.org>
parents:
6456
diff
changeset
|
1052 "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:
6456
diff
changeset
|
1053 msgstr "" |
|
b0bafbf4fddd
update .po files with new strings to translate
John Rouillard <rouilj@ieee.org>
parents:
6456
diff
changeset
|
1054 |
|
6672
01216187a167
Testing translations in mailgw.py, update translations, i18n improved
John Rouillard <rouilj@ieee.org>
parents:
6620
diff
changeset
|
1055 #: ../roundup/backends/rdbms_common.py:591 |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
1056 #, python-format |
|
6134
63739dae0f7e
update translation files for translators 2.0.0 beta
John Rouillard <rouilj@ieee.org>
parents:
5951
diff
changeset
|
1057 msgid "ALTER operation disallowed: %(old)r -> %(new)r." |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
1058 msgstr "" |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
1059 |
|
6672
01216187a167
Testing translations in mailgw.py, update translations, i18n improved
John Rouillard <rouilj@ieee.org>
parents:
6620
diff
changeset
|
1060 #: ../roundup/backends/rdbms_common.py:827 |
| 3781 | 1061 #, python-format |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
1062 msgid "CREATE operation disallowed: \"%s\"." |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
1063 msgstr "" |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
1064 |
|
6672
01216187a167
Testing translations in mailgw.py, update translations, i18n improved
John Rouillard <rouilj@ieee.org>
parents:
6620
diff
changeset
|
1065 #: ../roundup/backends/rdbms_common.py:844 |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
1066 #, python-format |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
1067 msgid "DROP operation disallowed: \"%s\"." |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
1068 msgstr "" |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
1069 |
|
6672
01216187a167
Testing translations in mailgw.py, update translations, i18n improved
John Rouillard <rouilj@ieee.org>
parents:
6620
diff
changeset
|
1070 #: ../roundup/backends/rdbms_common.py:1800 |
| 3781 | 1071 msgid "create" |
| 1072 msgstr "létrehozás" | |
| 1073 | |
|
6672
01216187a167
Testing translations in mailgw.py, update translations, i18n improved
John Rouillard <rouilj@ieee.org>
parents:
6620
diff
changeset
|
1074 #: ../roundup/backends/rdbms_common.py:1974 |
| 3781 | 1075 msgid "unlink" |
| 1076 msgstr "törlés" | |
| 1077 | |
|
6672
01216187a167
Testing translations in mailgw.py, update translations, i18n improved
John Rouillard <rouilj@ieee.org>
parents:
6620
diff
changeset
|
1078 #: ../roundup/backends/rdbms_common.py:1978 |
| 3781 | 1079 msgid "link" |
| 1080 msgstr "kapcsolás" | |
| 1081 | |
|
6672
01216187a167
Testing translations in mailgw.py, update translations, i18n improved
John Rouillard <rouilj@ieee.org>
parents:
6620
diff
changeset
|
1082 #: ../roundup/backends/rdbms_common.py:2120 |
| 3781 | 1083 msgid "set" |
| 1084 msgstr "beállítás" | |
| 1085 | |
|
6672
01216187a167
Testing translations in mailgw.py, update translations, i18n improved
John Rouillard <rouilj@ieee.org>
parents:
6620
diff
changeset
|
1086 #: ../roundup/backends/rdbms_common.py:2149 |
| 3781 | 1087 msgid "retired" |
| 1088 msgstr "visszavonult" | |
| 1089 | |
|
6672
01216187a167
Testing translations in mailgw.py, update translations, i18n improved
John Rouillard <rouilj@ieee.org>
parents:
6620
diff
changeset
|
1090 #: ../roundup/backends/rdbms_common.py:2179 |
| 3781 | 1091 msgid "restored" |
| 1092 msgstr "visszaállított" | |
| 1093 | |
|
6134
63739dae0f7e
update translation files for translators 2.0.0 beta
John Rouillard <rouilj@ieee.org>
parents:
5951
diff
changeset
|
1094 #: ../roundup/cgi/actions.py:99 |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
1095 msgid "Base url not set. Check configuration." |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
1096 msgstr "" |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
1097 |
|
6134
63739dae0f7e
update translation files for translators 2.0.0 beta
John Rouillard <rouilj@ieee.org>
parents:
5951
diff
changeset
|
1098 #: ../roundup/cgi/actions.py:115 |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
1099 #, python-format |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
1100 msgid "Base url %(base_url)s requires https. Redirect url %(url)s uses http." |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
1101 msgstr "" |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
1102 |
|
6134
63739dae0f7e
update translation files for translators 2.0.0 beta
John Rouillard <rouilj@ieee.org>
parents:
5951
diff
changeset
|
1103 #: ../roundup/cgi/actions.py:120 |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
1104 #, fuzzy, python-format |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
1105 msgid "Unrecognized scheme in %(url)s" |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
1106 msgstr "Ismeretlen karakterkészlet: %r" |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
1107 |
|
6134
63739dae0f7e
update translation files for translators 2.0.0 beta
John Rouillard <rouilj@ieee.org>
parents:
5951
diff
changeset
|
1108 #: ../roundup/cgi/actions.py:124 |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
1109 #, python-format |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
1110 msgid "Net location in %(url)s does not match base: %(base_netloc)s" |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
1111 msgstr "" |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
1112 |
|
6134
63739dae0f7e
update translation files for translators 2.0.0 beta
John Rouillard <rouilj@ieee.org>
parents:
5951
diff
changeset
|
1113 #: ../roundup/cgi/actions.py:128 |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
1114 #, python-format |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
1115 msgid "Base path %(base_path)s is not a prefix for url %(url)s" |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
1116 msgstr "" |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
1117 |
|
6134
63739dae0f7e
update translation files for translators 2.0.0 beta
John Rouillard <rouilj@ieee.org>
parents:
5951
diff
changeset
|
1118 #: ../roundup/cgi/actions.py:142 |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
1119 #, python-format |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
1120 msgid "Path component (%(url_path)s) in %(url)s is not properly escaped" |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
1121 msgstr "" |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
1122 |
|
6134
63739dae0f7e
update translation files for translators 2.0.0 beta
John Rouillard <rouilj@ieee.org>
parents:
5951
diff
changeset
|
1123 #: ../roundup/cgi/actions.py:146 |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
1124 #, python-format |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
1125 msgid "Params component (%(url_params)s) in %(url)s is not properly escaped" |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
1126 msgstr "" |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
1127 |
|
6134
63739dae0f7e
update translation files for translators 2.0.0 beta
John Rouillard <rouilj@ieee.org>
parents:
5951
diff
changeset
|
1128 #: ../roundup/cgi/actions.py:149 |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
1129 #, python-format |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
1130 msgid "Query component (%(url_query)s) in %(url)s is not properly escaped" |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
1131 msgstr "" |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
1132 |
|
6134
63739dae0f7e
update translation files for translators 2.0.0 beta
John Rouillard <rouilj@ieee.org>
parents:
5951
diff
changeset
|
1133 #: ../roundup/cgi/actions.py:152 |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
1134 #, python-format |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
1135 msgid "" |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
1136 "Fragment component (%(url_fragment)s) in %(url)s is not properly escaped" |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
1137 msgstr "" |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
1138 |
|
6134
63739dae0f7e
update translation files for translators 2.0.0 beta
John Rouillard <rouilj@ieee.org>
parents:
5951
diff
changeset
|
1139 #: ../roundup/cgi/actions.py:174 |
| 3781 | 1140 #, python-format |
| 1141 msgid "You do not have permission to %(action)s the %(classname)s class." | |
|
3928
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
1142 msgstr "Nincs jogosultsága %(action)s műveletre a(z) %(classname)s osztályon." |
| 3781 | 1143 |
|
6134
63739dae0f7e
update translation files for translators 2.0.0 beta
John Rouillard <rouilj@ieee.org>
parents:
5951
diff
changeset
|
1144 #: ../roundup/cgi/actions.py:209 |
| 3781 | 1145 msgid "No type specified" |
| 1146 msgstr "Típus nincs megadva" | |
| 1147 | |
|
6134
63739dae0f7e
update translation files for translators 2.0.0 beta
John Rouillard <rouilj@ieee.org>
parents:
5951
diff
changeset
|
1148 #: ../roundup/cgi/actions.py:211 |
| 3781 | 1149 msgid "No ID entered" |
| 1150 msgstr "Azonosító nincs megadva" | |
| 1151 | |
|
6134
63739dae0f7e
update translation files for translators 2.0.0 beta
John Rouillard <rouilj@ieee.org>
parents:
5951
diff
changeset
|
1152 #: ../roundup/cgi/actions.py:217 |
| 3781 | 1153 #, python-format |
| 1154 msgid "\"%(input)s\" is not an ID (%(classname)s ID required)" | |
|
3928
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
1155 msgstr "\"%(input)s\" nem azonosító (%(classname)s azonosító szükséges)" |
| 3781 | 1156 |
|
6134
63739dae0f7e
update translation files for translators 2.0.0 beta
John Rouillard <rouilj@ieee.org>
parents:
5951
diff
changeset
|
1157 #: ../roundup/cgi/actions.py:230 ../roundup/cgi/actions.py:268 |
|
6452
f2c6bf1c3cb0
updates for latest 2.1.0 changes. Doesn't look like new strings, just location changes.
John Rouillard <rouilj@ieee.org>
parents:
6429
diff
changeset
|
1158 #: ../roundup/cgi/actions.py:494 ../roundup/cgi/actions.py:833 |
|
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
|
1159 #: ../roundup/cgi/actions.py:880 ../roundup/cgi/actions.py:1085 |
|
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
|
1160 #: ../roundup/cgi/actions.py:1242 ../roundup/cgi/actions.py:230:268:1242 |
|
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
|
1161 #: :494:833 :880:1085 |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
1162 #, fuzzy |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
1163 msgid "Invalid request" |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
1164 msgstr "Hibás formátum" |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
1165 |
|
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
|
1166 #: ../roundup/cgi/actions.py:248 ../roundup/cgi/actions.py:604 |
|
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
|
1167 #: ../roundup/cgi/actions.py:248:604 |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
1168 #, fuzzy, python-format |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
1169 msgid "You do not have permission to retire %(class)s" |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
1170 msgstr "Nincs jogosultsága létrehozni %(class)s-t" |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
1171 |
|
6134
63739dae0f7e
update translation files for translators 2.0.0 beta
John Rouillard <rouilj@ieee.org>
parents:
5951
diff
changeset
|
1172 #: ../roundup/cgi/actions.py:256 |
| 3781 | 1173 #, python-format |
| 1174 msgid "%(classname)s %(itemid)s has been retired" | |
| 1175 msgstr "%(classname)s %(itemid)s visszavonásra került" | |
| 1176 | |
|
6134
63739dae0f7e
update translation files for translators 2.0.0 beta
John Rouillard <rouilj@ieee.org>
parents:
5951
diff
changeset
|
1177 #: ../roundup/cgi/actions.py:280 |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
1178 #, fuzzy, python-format |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
1179 msgid "You do not have permission to restore %(class)s" |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
1180 msgstr "Nincs jogosultsága létrehozni %(class)s-t" |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
1181 |
|
6134
63739dae0f7e
update translation files for translators 2.0.0 beta
John Rouillard <rouilj@ieee.org>
parents:
5951
diff
changeset
|
1182 #: ../roundup/cgi/actions.py:288 |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
1183 #, fuzzy, python-format |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
1184 msgid "%(classname)s %(itemid)s has been restored" |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
1185 msgstr "%(classname)s %(itemid)s visszavonásra került" |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
1186 |
| 3781 | 1187 # ../roundup/cgi/actions.py:174 :202 |
|
6134
63739dae0f7e
update translation files for translators 2.0.0 beta
John Rouillard <rouilj@ieee.org>
parents:
5951
diff
changeset
|
1188 #: ../roundup/cgi/actions.py:331 ../roundup/cgi/actions.py:381 |
|
63739dae0f7e
update translation files for translators 2.0.0 beta
John Rouillard <rouilj@ieee.org>
parents:
5951
diff
changeset
|
1189 #: ../roundup/cgi/actions.py:331:381 |
| 3781 | 1190 msgid "You do not have permission to edit queries" |
|
3928
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
1191 msgstr "Nincs jogosultsága a lekérdezések szerkesztéséhez" |
| 3781 | 1192 |
| 1193 # ../roundup/cgi/actions.py:180 :209 | |
|
6134
63739dae0f7e
update translation files for translators 2.0.0 beta
John Rouillard <rouilj@ieee.org>
parents:
5951
diff
changeset
|
1194 #: ../roundup/cgi/actions.py:337 ../roundup/cgi/actions.py:388 |
|
63739dae0f7e
update translation files for translators 2.0.0 beta
John Rouillard <rouilj@ieee.org>
parents:
5951
diff
changeset
|
1195 #: ../roundup/cgi/actions.py:337:388 |
| 3781 | 1196 msgid "You do not have permission to store queries" |
|
3928
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
1197 msgstr "Nincs jogosultsága a lekérdezések tárolásához" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
1198 |
|
6134
63739dae0f7e
update translation files for translators 2.0.0 beta
John Rouillard <rouilj@ieee.org>
parents:
5951
diff
changeset
|
1199 #: ../roundup/cgi/actions.py:358 |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
1200 #, python-format |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
1201 msgid "You already own a query named '%s'. Please choose another name." |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
1202 msgstr "" |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
1203 |
|
6134
63739dae0f7e
update translation files for translators 2.0.0 beta
John Rouillard <rouilj@ieee.org>
parents:
5951
diff
changeset
|
1204 #: ../roundup/cgi/actions.py:441 |
|
63739dae0f7e
update translation files for translators 2.0.0 beta
John Rouillard <rouilj@ieee.org>
parents:
5951
diff
changeset
|
1205 #, fuzzy |
|
63739dae0f7e
update translation files for translators 2.0.0 beta
John Rouillard <rouilj@ieee.org>
parents:
5951
diff
changeset
|
1206 msgid "Invalid number: " |
|
63739dae0f7e
update translation files for translators 2.0.0 beta
John Rouillard <rouilj@ieee.org>
parents:
5951
diff
changeset
|
1207 msgstr "Hibás formátum" |
|
63739dae0f7e
update translation files for translators 2.0.0 beta
John Rouillard <rouilj@ieee.org>
parents:
5951
diff
changeset
|
1208 |
|
63739dae0f7e
update translation files for translators 2.0.0 beta
John Rouillard <rouilj@ieee.org>
parents:
5951
diff
changeset
|
1209 # ../roundup/cgi/actions.py:930 :934 |
|
63739dae0f7e
update translation files for translators 2.0.0 beta
John Rouillard <rouilj@ieee.org>
parents:
5951
diff
changeset
|
1210 #: ../roundup/cgi/actions.py:451 |
|
63739dae0f7e
update translation files for translators 2.0.0 beta
John Rouillard <rouilj@ieee.org>
parents:
5951
diff
changeset
|
1211 #, fuzzy |
|
63739dae0f7e
update translation files for translators 2.0.0 beta
John Rouillard <rouilj@ieee.org>
parents:
5951
diff
changeset
|
1212 msgid "Invalid integer: " |
|
63739dae0f7e
update translation files for translators 2.0.0 beta
John Rouillard <rouilj@ieee.org>
parents:
5951
diff
changeset
|
1213 msgstr "Hibás bejelentkezés" |
|
63739dae0f7e
update translation files for translators 2.0.0 beta
John Rouillard <rouilj@ieee.org>
parents:
5951
diff
changeset
|
1214 |
|
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
|
1215 #: ../roundup/cgi/actions.py:532 ../roundup/cgi/actions.py:735 |
|
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
|
1216 #: ../roundup/cgi/actions.py:532:735 |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
1217 #, python-format |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
1218 msgid "You do not have permission to create %(class)s" |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
1219 msgstr "Nincs jogosultsága létrehozni %(class)s-t" |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
1220 |
|
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
|
1221 #: ../roundup/cgi/actions.py:545 |
| 3781 | 1222 #, python-format |
| 1223 msgid "Not enough values on line %(line)s" | |
| 1224 msgstr "Nincs elég érték a(z) %(line)s soron" | |
| 1225 | |
|
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
|
1226 #: ../roundup/cgi/actions.py:556 ../roundup/cgi/actions.py:723 |
|
f2c6bf1c3cb0
updates for latest 2.1.0 changes. Doesn't look like new strings, just location changes.
John Rouillard <rouilj@ieee.org>
parents:
6429
diff
changeset
|
1227 #: ../roundup/cgi/actions.py:556:723 |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
1228 #, python-format |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
1229 msgid "You do not have permission to edit %(class)s" |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
1230 msgstr "Nincs jogosultsága szerkeszteni %(class)s-t" |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
1231 |
|
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
|
1232 #: ../roundup/cgi/actions.py:611 |
| 3781 | 1233 msgid "Items edited OK" |
| 1234 msgstr "Az elemek sikeresen szerkesztve" | |
| 1235 | |
|
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
|
1236 #: ../roundup/cgi/actions.py:671 |
| 3781 | 1237 #, python-format |
| 1238 msgid "%(class)s %(id)s %(properties)s edited ok" | |
| 1239 msgstr "%(class)s %(id)s %(properties)s sikeresen szerkesztve" | |
| 1240 | |
|
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
|
1241 #: ../roundup/cgi/actions.py:689 |
| 3781 | 1242 #, python-format |
| 1243 msgid "%(class)s %(id)s created" | |
| 1244 msgstr "%(class)s %(id)s létrehozva" | |
| 1245 | |
|
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
|
1246 #: ../roundup/cgi/actions.py:817 |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
1247 #, fuzzy, python-format |
|
3928
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
1248 msgid "" |
|
6301
45ba6b71f1cf
actions.py translation. Using mapping rather than tuple for args.
John Rouillard <rouilj@ieee.org>
parents:
6223
diff
changeset
|
1249 "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
|
1250 "target=\"_blank\" href=\"%(klass)s%(id)s\">their changes</a> in a new window." |
|
3928
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
1251 msgstr "" |
|
6364
e8361bce72de
update pot file and language .po files.
John Rouillard <rouilj@ieee.org>
parents:
6301
diff
changeset
|
1252 "Szerkesztési hiba: valaki már szerkesztette %(klass)s (%(props)s). Nézze meg " |
|
e8361bce72de
update pot file and language .po files.
John Rouillard <rouilj@ieee.org>
parents:
6301
diff
changeset
|
1253 "a <a target=\"new\" href=\"%(klass)s%(id)s\">változtatásait</a> egy új " |
|
e8361bce72de
update pot file and language .po files.
John Rouillard <rouilj@ieee.org>
parents:
6301
diff
changeset
|
1254 "ablakban." |
|
6301
45ba6b71f1cf
actions.py translation. Using mapping rather than tuple for args.
John Rouillard <rouilj@ieee.org>
parents:
6223
diff
changeset
|
1255 |
|
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
|
1256 #: ../roundup/cgi/actions.py:850 |
| 3781 | 1257 #, python-format |
| 1258 msgid "Edit Error: %s" | |
| 1259 msgstr "Szerkesztési hiba: %s" | |
| 1260 | |
| 1261 # ../roundup/cgi/actions.py:596 :607 :778 :797 | |
|
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
|
1262 #: ../roundup/cgi/actions.py:886 ../roundup/cgi/actions.py:897 |
|
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
|
1263 #: ../roundup/cgi/actions.py:1100 ../roundup/cgi/actions.py:1113 |
|
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
|
1264 #: ../roundup/cgi/actions.py:886:897 :1100:1113 |
| 3781 | 1265 #, python-format |
| 1266 msgid "Error: %s" | |
| 1267 msgstr "Hiba: %s" | |
| 1268 | |
|
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
|
1269 #: ../roundup/cgi/actions.py:931 |
| 3781 | 1270 msgid "" |
| 1271 "Invalid One Time Key!\n" | |
|
3928
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
1272 "(a Mozilla bug may cause this message to show up erroneously, please check " |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
1273 "your email)" |
| 3781 | 1274 msgstr "" |
| 1275 | |
|
6676
b336cc98d9d2
Mark strings for password reset and registration for translation
John Rouillard <rouilj@ieee.org>
parents:
6672
diff
changeset
|
1276 #: ../roundup/cgi/actions.py:972 |
|
b336cc98d9d2
Mark strings for password reset and registration for translation
John Rouillard <rouilj@ieee.org>
parents:
6672
diff
changeset
|
1277 #, fuzzy, python-format |
|
b336cc98d9d2
Mark strings for password reset and registration for translation
John Rouillard <rouilj@ieee.org>
parents:
6672
diff
changeset
|
1278 msgid "Password reset for %s" |
|
b336cc98d9d2
Mark strings for password reset and registration for translation
John Rouillard <rouilj@ieee.org>
parents:
6672
diff
changeset
|
1279 msgstr "Jelszó törlés kérése" |
|
b336cc98d9d2
Mark strings for password reset and registration for translation
John Rouillard <rouilj@ieee.org>
parents:
6672
diff
changeset
|
1280 |
|
b336cc98d9d2
Mark strings for password reset and registration for translation
John Rouillard <rouilj@ieee.org>
parents:
6672
diff
changeset
|
1281 #: ../roundup/cgi/actions.py:973 |
|
b336cc98d9d2
Mark strings for password reset and registration for translation
John Rouillard <rouilj@ieee.org>
parents:
6672
diff
changeset
|
1282 #, python-format |
|
b336cc98d9d2
Mark strings for password reset and registration for translation
John Rouillard <rouilj@ieee.org>
parents:
6672
diff
changeset
|
1283 msgid "" |
|
b336cc98d9d2
Mark strings for password reset and registration for translation
John Rouillard <rouilj@ieee.org>
parents:
6672
diff
changeset
|
1284 "\n" |
|
b336cc98d9d2
Mark strings for password reset and registration for translation
John Rouillard <rouilj@ieee.org>
parents:
6672
diff
changeset
|
1285 "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
|
1286 "\n" |
|
b336cc98d9d2
Mark strings for password reset and registration for translation
John Rouillard <rouilj@ieee.org>
parents:
6672
diff
changeset
|
1287 "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
|
1288 msgstr "" |
|
b336cc98d9d2
Mark strings for password reset and registration for translation
John Rouillard <rouilj@ieee.org>
parents:
6672
diff
changeset
|
1289 |
|
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
|
1290 #: ../roundup/cgi/actions.py:982 |
| 3781 | 1291 #, python-format |
| 1292 msgid "Password reset and email sent to %s" | |
|
3928
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
1293 msgstr "A jelszó törlésre került és e-mailt küldtünk %s-nek" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
1294 |
|
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
|
1295 #: ../roundup/cgi/actions.py:991 |
| 3781 | 1296 msgid "Unknown username" |
| 1297 msgstr "Ismeretlen felhasználónév" | |
| 1298 | |
|
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
|
1299 #: ../roundup/cgi/actions.py:999 |
| 3781 | 1300 msgid "Unknown email address" |
|
3928
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
1301 msgstr "Ismeretlen e-mail cím" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
1302 |
|
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
|
1303 #: ../roundup/cgi/actions.py:1004 |
| 3781 | 1304 msgid "You need to specify a username or address" |
|
3928
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
1305 msgstr "Meg kell adni egy felhasználónevet vagy címet" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
1306 |
|
6676
b336cc98d9d2
Mark strings for password reset and registration for translation
John Rouillard <rouilj@ieee.org>
parents:
6672
diff
changeset
|
1307 #: ../roundup/cgi/actions.py:1016 |
|
b336cc98d9d2
Mark strings for password reset and registration for translation
John Rouillard <rouilj@ieee.org>
parents:
6672
diff
changeset
|
1308 #, fuzzy, python-format |
|
b336cc98d9d2
Mark strings for password reset and registration for translation
John Rouillard <rouilj@ieee.org>
parents:
6672
diff
changeset
|
1309 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
|
1310 msgstr "Jelszó megerősítése" |
|
b336cc98d9d2
Mark strings for password reset and registration for translation
John Rouillard <rouilj@ieee.org>
parents:
6672
diff
changeset
|
1311 |
|
b336cc98d9d2
Mark strings for password reset and registration for translation
John Rouillard <rouilj@ieee.org>
parents:
6672
diff
changeset
|
1312 #: ../roundup/cgi/actions.py:1017 |
|
b336cc98d9d2
Mark strings for password reset and registration for translation
John Rouillard <rouilj@ieee.org>
parents:
6672
diff
changeset
|
1313 #, python-format |
|
b336cc98d9d2
Mark strings for password reset and registration for translation
John Rouillard <rouilj@ieee.org>
parents:
6672
diff
changeset
|
1314 msgid "" |
|
b336cc98d9d2
Mark strings for password reset and registration for translation
John Rouillard <rouilj@ieee.org>
parents:
6672
diff
changeset
|
1315 "\n" |
|
b336cc98d9d2
Mark strings for password reset and registration for translation
John Rouillard <rouilj@ieee.org>
parents:
6672
diff
changeset
|
1316 "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
|
1317 "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
|
1318 "follow\n" |
|
b336cc98d9d2
Mark strings for password reset and registration for translation
John Rouillard <rouilj@ieee.org>
parents:
6672
diff
changeset
|
1319 "the link below:\n" |
|
b336cc98d9d2
Mark strings for password reset and registration for translation
John Rouillard <rouilj@ieee.org>
parents:
6672
diff
changeset
|
1320 "\n" |
|
b336cc98d9d2
Mark strings for password reset and registration for translation
John Rouillard <rouilj@ieee.org>
parents:
6672
diff
changeset
|
1321 " %(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
|
1322 "\n" |
|
b336cc98d9d2
Mark strings for password reset and registration for translation
John Rouillard <rouilj@ieee.org>
parents:
6672
diff
changeset
|
1323 "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
|
1324 msgstr "" |
|
b336cc98d9d2
Mark strings for password reset and registration for translation
John Rouillard <rouilj@ieee.org>
parents:
6672
diff
changeset
|
1325 |
|
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
|
1326 #: ../roundup/cgi/actions.py:1030 |
| 3781 | 1327 #, python-format |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
1328 msgid "Email sent to primary notification address for %s." |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
1329 msgstr "" |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
1330 |
|
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
|
1331 #: ../roundup/cgi/actions.py:1032 |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
1332 #, fuzzy, python-format |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
1333 msgid "Email sent to %s." |
|
3928
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
1334 msgstr "E-mail elküldve %s-nek" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
1335 |
|
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
|
1336 #: ../roundup/cgi/actions.py:1047 |
| 3781 | 1337 msgid "You are now registered, welcome!" |
|
3928
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
1338 msgstr "Regisztrálás sikeres, isten hozott!" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
1339 |
|
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
|
1340 #: ../roundup/cgi/actions.py:1137 |
|
6134
63739dae0f7e
update translation files for translators 2.0.0 beta
John Rouillard <rouilj@ieee.org>
parents:
5951
diff
changeset
|
1341 #, python-format |
|
63739dae0f7e
update translation files for translators 2.0.0 beta
John Rouillard <rouilj@ieee.org>
parents:
5951
diff
changeset
|
1342 msgid "Username '%s' is already used." |
|
63739dae0f7e
update translation files for translators 2.0.0 beta
John Rouillard <rouilj@ieee.org>
parents:
5951
diff
changeset
|
1343 msgstr "" |
|
63739dae0f7e
update translation files for translators 2.0.0 beta
John Rouillard <rouilj@ieee.org>
parents:
5951
diff
changeset
|
1344 |
|
6676
b336cc98d9d2
Mark strings for password reset and registration for translation
John Rouillard <rouilj@ieee.org>
parents:
6672
diff
changeset
|
1345 #: ../roundup/cgi/actions.py:1162 |
|
b336cc98d9d2
Mark strings for password reset and registration for translation
John Rouillard <rouilj@ieee.org>
parents:
6672
diff
changeset
|
1346 #, python-format |
|
b336cc98d9d2
Mark strings for password reset and registration for translation
John Rouillard <rouilj@ieee.org>
parents:
6672
diff
changeset
|
1347 msgid "Complete your registration to %s -- key %s" |
|
b336cc98d9d2
Mark strings for password reset and registration for translation
John Rouillard <rouilj@ieee.org>
parents:
6672
diff
changeset
|
1348 msgstr "" |
|
b336cc98d9d2
Mark strings for password reset and registration for translation
John Rouillard <rouilj@ieee.org>
parents:
6672
diff
changeset
|
1349 |
|
b336cc98d9d2
Mark strings for password reset and registration for translation
John Rouillard <rouilj@ieee.org>
parents:
6672
diff
changeset
|
1350 #: ../roundup/cgi/actions.py:1164 |
|
b336cc98d9d2
Mark strings for password reset and registration for translation
John Rouillard <rouilj@ieee.org>
parents:
6672
diff
changeset
|
1351 #, python-format |
|
b336cc98d9d2
Mark strings for password reset and registration for translation
John Rouillard <rouilj@ieee.org>
parents:
6672
diff
changeset
|
1352 msgid "" |
|
b336cc98d9d2
Mark strings for password reset and registration for translation
John Rouillard <rouilj@ieee.org>
parents:
6672
diff
changeset
|
1353 "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
|
1354 "%(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
|
1355 "\n" |
|
b336cc98d9d2
Mark strings for password reset and registration for translation
John Rouillard <rouilj@ieee.org>
parents:
6672
diff
changeset
|
1356 "- send a reply to %(tracker_email)s and maintain the subject line as is " |
|
b336cc98d9d2
Mark strings for password reset and registration for translation
John Rouillard <rouilj@ieee.org>
parents:
6672
diff
changeset
|
1357 "(the\n" |
|
b336cc98d9d2
Mark strings for password reset and registration for translation
John Rouillard <rouilj@ieee.org>
parents:
6672
diff
changeset
|
1358 "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
|
1359 "\n" |
|
b336cc98d9d2
Mark strings for password reset and registration for translation
John Rouillard <rouilj@ieee.org>
parents:
6672
diff
changeset
|
1360 "- 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
|
1361 "\n" |
|
b336cc98d9d2
Mark strings for password reset and registration for translation
John Rouillard <rouilj@ieee.org>
parents:
6672
diff
changeset
|
1362 "%(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
|
1363 "\n" |
|
b336cc98d9d2
Mark strings for password reset and registration for translation
John Rouillard <rouilj@ieee.org>
parents:
6672
diff
changeset
|
1364 msgstr "" |
|
b336cc98d9d2
Mark strings for password reset and registration for translation
John Rouillard <rouilj@ieee.org>
parents:
6672
diff
changeset
|
1365 |
|
b336cc98d9d2
Mark strings for password reset and registration for translation
John Rouillard <rouilj@ieee.org>
parents:
6672
diff
changeset
|
1366 #: ../roundup/cgi/actions.py:1177 |
|
b336cc98d9d2
Mark strings for password reset and registration for translation
John Rouillard <rouilj@ieee.org>
parents:
6672
diff
changeset
|
1367 #, python-format |
|
b336cc98d9d2
Mark strings for password reset and registration for translation
John Rouillard <rouilj@ieee.org>
parents:
6672
diff
changeset
|
1368 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
|
1369 msgstr "" |
|
b336cc98d9d2
Mark strings for password reset and registration for translation
John Rouillard <rouilj@ieee.org>
parents:
6672
diff
changeset
|
1370 |
|
b336cc98d9d2
Mark strings for password reset and registration for translation
John Rouillard <rouilj@ieee.org>
parents:
6672
diff
changeset
|
1371 #: ../roundup/cgi/actions.py:1178 |
|
b336cc98d9d2
Mark strings for password reset and registration for translation
John Rouillard <rouilj@ieee.org>
parents:
6672
diff
changeset
|
1372 #, python-format |
|
b336cc98d9d2
Mark strings for password reset and registration for translation
John Rouillard <rouilj@ieee.org>
parents:
6672
diff
changeset
|
1373 msgid "" |
|
b336cc98d9d2
Mark strings for password reset and registration for translation
John Rouillard <rouilj@ieee.org>
parents:
6672
diff
changeset
|
1374 "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
|
1375 "%(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
|
1376 "\n" |
|
b336cc98d9d2
Mark strings for password reset and registration for translation
John Rouillard <rouilj@ieee.org>
parents:
6672
diff
changeset
|
1377 "%(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
|
1378 "\n" |
|
b336cc98d9d2
Mark strings for password reset and registration for translation
John Rouillard <rouilj@ieee.org>
parents:
6672
diff
changeset
|
1379 msgstr "" |
|
b336cc98d9d2
Mark strings for password reset and registration for translation
John Rouillard <rouilj@ieee.org>
parents:
6672
diff
changeset
|
1380 |
|
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
|
1381 #: ../roundup/cgi/actions.py:1202 |
| 3781 | 1382 msgid "It is not permitted to supply roles at registration." |
|
3928
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
1383 msgstr "Regisztráláskor nem adhatók meg szerepkörök." |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
1384 |
|
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
|
1385 #: ../roundup/cgi/actions.py:1216 |
| 3781 | 1386 msgid "You are logged out" |
|
3928
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
1387 msgstr "Kijelentkezett" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
1388 |
|
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
|
1389 #: ../roundup/cgi/actions.py:1246 |
| 3781 | 1390 msgid "Username required" |
| 1391 msgstr "A felhasználónév szükséges" | |
| 1392 | |
|
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
|
1393 #: ../roundup/cgi/actions.py:1325 |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
1394 #, python-format |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
1395 msgid "Logins occurring too fast. Please wait: %s seconds." |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
1396 msgstr "" |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
1397 |
|
6607
b0bafbf4fddd
update .po files with new strings to translate
John Rouillard <rouilj@ieee.org>
parents:
6456
diff
changeset
|
1398 #: ../roundup/cgi/actions.py:1357 |
|
b0bafbf4fddd
update .po files with new strings to translate
John Rouillard <rouilj@ieee.org>
parents:
6456
diff
changeset
|
1399 #, python-format |
|
b0bafbf4fddd
update .po files with new strings to translate
John Rouillard <rouilj@ieee.org>
parents:
6456
diff
changeset
|
1400 msgid "Welcome %(username)s!" |
|
b0bafbf4fddd
update .po files with new strings to translate
John Rouillard <rouilj@ieee.org>
parents:
6456
diff
changeset
|
1401 msgstr "" |
|
b0bafbf4fddd
update .po files with new strings to translate
John Rouillard <rouilj@ieee.org>
parents:
6456
diff
changeset
|
1402 |
| 3781 | 1403 # ../roundup/cgi/actions.py:930 :934 |
|
6607
b0bafbf4fddd
update .po files with new strings to translate
John Rouillard <rouilj@ieee.org>
parents:
6456
diff
changeset
|
1404 #: ../roundup/cgi/actions.py:1377 ../roundup/cgi/actions.py:1381 |
|
b0bafbf4fddd
update .po files with new strings to translate
John Rouillard <rouilj@ieee.org>
parents:
6456
diff
changeset
|
1405 #: ../roundup/cgi/actions.py:1377:1381 |
| 3781 | 1406 msgid "Invalid login" |
| 1407 msgstr "Hibás bejelentkezés" | |
| 1408 | |
|
6607
b0bafbf4fddd
update .po files with new strings to translate
John Rouillard <rouilj@ieee.org>
parents:
6456
diff
changeset
|
1409 #: ../roundup/cgi/actions.py:1387 |
| 3781 | 1410 msgid "You do not have permission to login" |
|
3928
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
1411 msgstr "Nincs jogosultsága bejelentkezni" |
| 3781 | 1412 |
|
6694
51865a1ee765
Update locale for 2.2.0b1 release.
John Rouillard <rouilj@ieee.org>
parents:
6676
diff
changeset
|
1413 #: ../roundup/cgi/actions.py:1431 ../roundup/cgi/actions.py:1610 |
|
51865a1ee765
Update locale for 2.2.0b1 release.
John Rouillard <rouilj@ieee.org>
parents:
6676
diff
changeset
|
1414 #: ../roundup/cgi/actions.py:1431:1610 |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
1415 #, python-format |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
1416 msgid "Column \"%(column)s\" not found in %(class)s" |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
1417 msgstr "" |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
1418 |
|
6694
51865a1ee765
Update locale for 2.2.0b1 release.
John Rouillard <rouilj@ieee.org>
parents:
6676
diff
changeset
|
1419 #: ../roundup/cgi/actions.py:1681 |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
1420 #, fuzzy, python-format |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
1421 msgid "You do not have permission to view %(class)s" |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
1422 msgstr "Nincs jogosultsága szerkeszteni %(class)s-t" |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
1423 |
|
6223
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6134
diff
changeset
|
1424 #: ../roundup/cgi/cgitb.py:57 |
| 3781 | 1425 #, python-format |
| 1426 msgid "" | |
| 1427 "<h1>Templating Error</h1>\n" | |
| 1428 "<p><b>%(exc_type)s</b>: %(exc_value)s</p>\n" | |
| 1429 "<p class=\"help\">Debugging information follows</p>" | |
| 1430 msgstr "" | |
|
3928
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
1431 "<h1>Sablon Hiba</h1>\n" |
| 3781 | 1432 "<p><b>%(exc_type)s</b>: %(exc_value)s</p>\n" |
| 1433 "<p class=\"help\">Debug információk alább</p>" | |
| 1434 | |
|
6223
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6134
diff
changeset
|
1435 #: ../roundup/cgi/cgitb.py:72 |
| 3781 | 1436 #, python-format |
| 1437 msgid "<li>\"%(name)s\" (%(info)s)</li>" | |
| 1438 msgstr "<li>\"%(name)s\" (%(info)s)</li>" | |
| 1439 | |
|
6223
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6134
diff
changeset
|
1440 #: ../roundup/cgi/cgitb.py:75 |
| 3781 | 1441 #, python-format |
| 1442 msgid "<li>Looking for \"%(name)s\", current path:<ol>%(path)s</ol></li>" | |
|
3928
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
1443 msgstr "<li>\"%(name)s\" keresése, aktuális elérési út:<ol>%(path)s</ol></li>" |
| 3781 | 1444 |
|
6223
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6134
diff
changeset
|
1445 #: ../roundup/cgi/cgitb.py:79 |
| 3781 | 1446 #, python-format |
| 1447 msgid "<li>In %s</li>" | |
| 1448 msgstr "<li>%s-ban</li>" | |
| 1449 | |
|
6223
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6134
diff
changeset
|
1450 #: ../roundup/cgi/cgitb.py:84 |
| 3781 | 1451 #, python-format |
| 1452 msgid "A problem occurred in your template \"%s\"." | |
|
3928
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
1453 msgstr "Probléma merült fel a(z) \"%s\" sablonnal." |
| 3781 | 1454 |
|
6223
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6134
diff
changeset
|
1455 #: ../roundup/cgi/cgitb.py:92 |
| 3781 | 1456 #, python-format |
| 1457 msgid "" | |
| 1458 "\n" | |
| 1459 "<li>While evaluating the %(info)r expression on line %(line)d\n" | |
| 1460 "<table class=\"otherinfo\" style=\"font-size: 90%%\">\n" | |
| 1461 " <tr><th colspan=\"2\" class=\"header\">Current variables:</th></tr>\n" | |
| 1462 " %(globals)s\n" | |
| 1463 " %(locals)s\n" | |
| 1464 "</table></li>\n" | |
| 1465 msgstr "" | |
| 1466 | |
|
6223
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6134
diff
changeset
|
1467 #: ../roundup/cgi/cgitb.py:111 |
| 3781 | 1468 msgid "Full traceback:" |
| 1469 msgstr "Teljes visszakövetés:" | |
| 1470 | |
|
6223
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6134
diff
changeset
|
1471 #: ../roundup/cgi/cgitb.py:125 |
| 3781 | 1472 #, python-format |
| 1473 msgid "<font size=+1><strong>%(exc_type)s</strong>: %(exc_value)s</font>" | |
| 1474 msgstr "<font size=+1><strong>%(exc_type)s</strong>: %(exc_value)s</font>" | |
| 1475 | |
|
6223
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6134
diff
changeset
|
1476 #: ../roundup/cgi/cgitb.py:129 |
|
3928
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
1477 msgid "" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
1478 "<p>A problem occurred while running a Python script. Here is the sequence of " |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
1479 "function calls leading up to the error, with the most recent (innermost) " |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
1480 "call first. The exception attributes are:" |
| 3781 | 1481 msgstr "" |
|
3928
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
1482 "<p>Probléma merült fel egy Python parancsfájl futtatása során. Alább " |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
1483 "megtekinthető a hibához vezető függvényhívások sora, a legutóbbi (legbelső) " |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
1484 "hívás látható legelőször. A kivétel tulajdonságai:" |
| 3781 | 1485 |
|
6223
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6134
diff
changeset
|
1486 #: ../roundup/cgi/cgitb.py:138 |
| 3781 | 1487 msgid "<file is None - probably inside <tt>eval</tt> or <tt>exec</tt>>" |
|
3928
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
1488 msgstr "" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
1489 "<A fájl None értékű - feltehetőleg <tt>eval</tt> vagy <tt>exec</tt> " |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
1490 "utasításon belül>" |
| 3781 | 1491 |
|
6223
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6134
diff
changeset
|
1492 #: ../roundup/cgi/cgitb.py:147 |
| 3781 | 1493 #, python-format |
| 1494 msgid "in <strong>%s</strong>" | |
| 1495 msgstr "<strong>%s</strong>-ban" | |
| 1496 | |
| 1497 # ../roundup/cgi/cgitb.py:172 :178 | |
|
6223
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6134
diff
changeset
|
1498 #: ../roundup/cgi/cgitb.py:195 ../roundup/cgi/cgitb.py:201 |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6134
diff
changeset
|
1499 #: ../roundup/cgi/cgitb.py:195:201 |
| 3781 | 1500 msgid "<em>undefined</em>" |
| 1501 msgstr "<em>nem definiált</em>" | |
| 1502 | |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
1503 #: ../roundup/cgi/client.py:87 |
| 3781 | 1504 msgid "" |
| 1505 "<html><head><title>An error has occurred</title></head>\n" | |
| 1506 "<body><h1>An error has occurred</h1>\n" | |
| 1507 "<p>A problem was encountered processing your request.\n" | |
| 1508 "The tracker maintainers have been notified of the problem.</p>\n" | |
| 1509 "</body></html>" | |
| 1510 msgstr "" | |
|
3928
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
1511 "<html><head><title>Hiba történt</title></head>\n" |
| 3781 | 1512 "<body><h1>Hiba történt</h1>\n" |
|
3928
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
1513 "<p>Probléma merült fel a kérés feldolgozása közben.\n" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
1514 "A hibakövető karbantartói értesítést kaptak a problémáról.</p>\n" |
| 3781 | 1515 "</body></html>" |
| 1516 | |
|
6694
51865a1ee765
Update locale for 2.2.0b1 release.
John Rouillard <rouilj@ieee.org>
parents:
6676
diff
changeset
|
1517 #: ../roundup/cgi/client.py:635 |
|
51865a1ee765
Update locale for 2.2.0b1 release.
John Rouillard <rouilj@ieee.org>
parents:
6676
diff
changeset
|
1518 #, fuzzy |
|
51865a1ee765
Update locale for 2.2.0b1 release.
John Rouillard <rouilj@ieee.org>
parents:
6676
diff
changeset
|
1519 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
|
1520 msgstr "Anonim felhasználók nem használhatják a webes felületet" |
|
51865a1ee765
Update locale for 2.2.0b1 release.
John Rouillard <rouilj@ieee.org>
parents:
6676
diff
changeset
|
1521 |
|
51865a1ee765
Update locale for 2.2.0b1 release.
John Rouillard <rouilj@ieee.org>
parents:
6676
diff
changeset
|
1522 #: ../roundup/cgi/client.py:877 |
| 3781 | 1523 msgid "Form Error: " |
|
3928
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
1524 msgstr "Űrlap hiba: " |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
1525 |
|
6694
51865a1ee765
Update locale for 2.2.0b1 release.
John Rouillard <rouilj@ieee.org>
parents:
6676
diff
changeset
|
1526 #: ../roundup/cgi/client.py:967 |
| 3781 | 1527 #, python-format |
| 1528 msgid "Unrecognized charset: %r" | |
| 1529 msgstr "Ismeretlen karakterkészlet: %r" | |
| 1530 | |
|
6694
51865a1ee765
Update locale for 2.2.0b1 release.
John Rouillard <rouilj@ieee.org>
parents:
6676
diff
changeset
|
1531 #: ../roundup/cgi/client.py:1230 |
| 3781 | 1532 msgid "Anonymous users are not allowed to use the web interface" |
| 1533 msgstr "Anonim felhasználók nem használhatják a webes felületet" | |
| 1534 | |
|
6694
51865a1ee765
Update locale for 2.2.0b1 release.
John Rouillard <rouilj@ieee.org>
parents:
6676
diff
changeset
|
1535 #: ../roundup/cgi/client.py:1353 |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
1536 msgid "Referer header not available." |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
1537 msgstr "" |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
1538 |
|
6694
51865a1ee765
Update locale for 2.2.0b1 release.
John Rouillard <rouilj@ieee.org>
parents:
6676
diff
changeset
|
1539 #: ../roundup/cgi/client.py:1357 |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
1540 #, python-format |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
1541 msgid "csrf key used with wrong method from: %s" |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
1542 msgstr "" |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
1543 |
|
6694
51865a1ee765
Update locale for 2.2.0b1 release.
John Rouillard <rouilj@ieee.org>
parents:
6676
diff
changeset
|
1544 #: ../roundup/cgi/client.py:1385 |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
1545 #, python-format |
|
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
|
1546 msgid "csrf header %s required but missing for user%s." |
|
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
|
1547 msgstr "" |
|
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
|
1548 |
|
6694
51865a1ee765
Update locale for 2.2.0b1 release.
John Rouillard <rouilj@ieee.org>
parents:
6676
diff
changeset
|
1549 #: ../roundup/cgi/client.py:1386 |
|
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
|
1550 #, python-format |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
1551 msgid "Missing header: %s" |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
1552 msgstr "" |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
1553 |
|
6694
51865a1ee765
Update locale for 2.2.0b1 release.
John Rouillard <rouilj@ieee.org>
parents:
6676
diff
changeset
|
1554 #: ../roundup/cgi/client.py:1394 ../roundup/cgi/client.py:1397 |
|
51865a1ee765
Update locale for 2.2.0b1 release.
John Rouillard <rouilj@ieee.org>
parents:
6676
diff
changeset
|
1555 #: ../roundup/cgi/client.py:1394:1397 |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
1556 #, python-format |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
1557 msgid "csrf Referer header check failed for user%s. Value=%s" |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
1558 msgstr "" |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
1559 |
|
6694
51865a1ee765
Update locale for 2.2.0b1 release.
John Rouillard <rouilj@ieee.org>
parents:
6676
diff
changeset
|
1560 # ../roundup/cgi/actions.py:930 :934 |
|
51865a1ee765
Update locale for 2.2.0b1 release.
John Rouillard <rouilj@ieee.org>
parents:
6676
diff
changeset
|
1561 #: ../roundup/cgi/client.py:1395 |
|
51865a1ee765
Update locale for 2.2.0b1 release.
John Rouillard <rouilj@ieee.org>
parents:
6676
diff
changeset
|
1562 #, fuzzy, python-format |
|
51865a1ee765
Update locale for 2.2.0b1 release.
John Rouillard <rouilj@ieee.org>
parents:
6676
diff
changeset
|
1563 msgid "Invalid Referer: %s" |
|
51865a1ee765
Update locale for 2.2.0b1 release.
John Rouillard <rouilj@ieee.org>
parents:
6676
diff
changeset
|
1564 msgstr "Hibás bejelentkezés" |
|
51865a1ee765
Update locale for 2.2.0b1 release.
John Rouillard <rouilj@ieee.org>
parents:
6676
diff
changeset
|
1565 |
|
51865a1ee765
Update locale for 2.2.0b1 release.
John Rouillard <rouilj@ieee.org>
parents:
6676
diff
changeset
|
1566 #: ../roundup/cgi/client.py:1409 ../roundup/cgi/client.py:1412 |
|
51865a1ee765
Update locale for 2.2.0b1 release.
John Rouillard <rouilj@ieee.org>
parents:
6676
diff
changeset
|
1567 #: ../roundup/cgi/client.py:1409:1412 |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
1568 #, python-format |
|
6672
01216187a167
Testing translations in mailgw.py, update translations, i18n improved
John Rouillard <rouilj@ieee.org>
parents:
6620
diff
changeset
|
1569 msgid "csrf Origin header check failed for user%s. Value=%s" |
|
01216187a167
Testing translations in mailgw.py, update translations, i18n improved
John Rouillard <rouilj@ieee.org>
parents:
6620
diff
changeset
|
1570 msgstr "" |
|
01216187a167
Testing translations in mailgw.py, update translations, i18n improved
John Rouillard <rouilj@ieee.org>
parents:
6620
diff
changeset
|
1571 |
|
01216187a167
Testing translations in mailgw.py, update translations, i18n improved
John Rouillard <rouilj@ieee.org>
parents:
6620
diff
changeset
|
1572 # ../roundup/cgi/actions.py:930 :934 |
|
6694
51865a1ee765
Update locale for 2.2.0b1 release.
John Rouillard <rouilj@ieee.org>
parents:
6676
diff
changeset
|
1573 #: ../roundup/cgi/client.py:1410 |
|
6672
01216187a167
Testing translations in mailgw.py, update translations, i18n improved
John Rouillard <rouilj@ieee.org>
parents:
6620
diff
changeset
|
1574 #, fuzzy, python-format |
|
01216187a167
Testing translations in mailgw.py, update translations, i18n improved
John Rouillard <rouilj@ieee.org>
parents:
6620
diff
changeset
|
1575 msgid "Invalid Origin %s" |
|
01216187a167
Testing translations in mailgw.py, update translations, i18n improved
John Rouillard <rouilj@ieee.org>
parents:
6620
diff
changeset
|
1576 msgstr "Hibás bejelentkezés" |
|
01216187a167
Testing translations in mailgw.py, update translations, i18n improved
John Rouillard <rouilj@ieee.org>
parents:
6620
diff
changeset
|
1577 |
|
6694
51865a1ee765
Update locale for 2.2.0b1 release.
John Rouillard <rouilj@ieee.org>
parents:
6676
diff
changeset
|
1578 #: ../roundup/cgi/client.py:1424 ../roundup/cgi/client.py:1427 |
|
51865a1ee765
Update locale for 2.2.0b1 release.
John Rouillard <rouilj@ieee.org>
parents:
6676
diff
changeset
|
1579 #: ../roundup/cgi/client.py:1424:1427 |
|
6672
01216187a167
Testing translations in mailgw.py, update translations, i18n improved
John Rouillard <rouilj@ieee.org>
parents:
6620
diff
changeset
|
1580 #, python-format |
|
01216187a167
Testing translations in mailgw.py, update translations, i18n improved
John Rouillard <rouilj@ieee.org>
parents:
6620
diff
changeset
|
1581 msgid "csrf X-FORWARDED-HOST header check failed for user%s. Value=%s" |
|
01216187a167
Testing translations in mailgw.py, update translations, i18n improved
John Rouillard <rouilj@ieee.org>
parents:
6620
diff
changeset
|
1582 msgstr "" |
|
01216187a167
Testing translations in mailgw.py, update translations, i18n improved
John Rouillard <rouilj@ieee.org>
parents:
6620
diff
changeset
|
1583 |
|
6694
51865a1ee765
Update locale for 2.2.0b1 release.
John Rouillard <rouilj@ieee.org>
parents:
6676
diff
changeset
|
1584 #: ../roundup/cgi/client.py:1425 |
|
6672
01216187a167
Testing translations in mailgw.py, update translations, i18n improved
John Rouillard <rouilj@ieee.org>
parents:
6620
diff
changeset
|
1585 #, python-format |
|
01216187a167
Testing translations in mailgw.py, update translations, i18n improved
John Rouillard <rouilj@ieee.org>
parents:
6620
diff
changeset
|
1586 msgid "Invalid X-FORWARDED-HOST %s" |
|
01216187a167
Testing translations in mailgw.py, update translations, i18n improved
John Rouillard <rouilj@ieee.org>
parents:
6620
diff
changeset
|
1587 msgstr "" |
|
01216187a167
Testing translations in mailgw.py, update translations, i18n improved
John Rouillard <rouilj@ieee.org>
parents:
6620
diff
changeset
|
1588 |
|
6694
51865a1ee765
Update locale for 2.2.0b1 release.
John Rouillard <rouilj@ieee.org>
parents:
6676
diff
changeset
|
1589 #: ../roundup/cgi/client.py:1444 ../roundup/cgi/client.py:1447 |
|
51865a1ee765
Update locale for 2.2.0b1 release.
John Rouillard <rouilj@ieee.org>
parents:
6676
diff
changeset
|
1590 #: ../roundup/cgi/client.py:1444:1447 |
|
6672
01216187a167
Testing translations in mailgw.py, update translations, i18n improved
John Rouillard <rouilj@ieee.org>
parents:
6620
diff
changeset
|
1591 #, python-format |
|
6607
b0bafbf4fddd
update .po files with new strings to translate
John Rouillard <rouilj@ieee.org>
parents:
6456
diff
changeset
|
1592 msgid "csrf HOST header check failed for user%s. Value=%s" |
|
b0bafbf4fddd
update .po files with new strings to translate
John Rouillard <rouilj@ieee.org>
parents:
6456
diff
changeset
|
1593 msgstr "" |
|
b0bafbf4fddd
update .po files with new strings to translate
John Rouillard <rouilj@ieee.org>
parents:
6456
diff
changeset
|
1594 |
|
6694
51865a1ee765
Update locale for 2.2.0b1 release.
John Rouillard <rouilj@ieee.org>
parents:
6676
diff
changeset
|
1595 #: ../roundup/cgi/client.py:1445 |
|
6607
b0bafbf4fddd
update .po files with new strings to translate
John Rouillard <rouilj@ieee.org>
parents:
6456
diff
changeset
|
1596 #, python-format |
|
b0bafbf4fddd
update .po files with new strings to translate
John Rouillard <rouilj@ieee.org>
parents:
6456
diff
changeset
|
1597 msgid "Invalid HOST %s" |
|
b0bafbf4fddd
update .po files with new strings to translate
John Rouillard <rouilj@ieee.org>
parents:
6456
diff
changeset
|
1598 msgstr "" |
|
b0bafbf4fddd
update .po files with new strings to translate
John Rouillard <rouilj@ieee.org>
parents:
6456
diff
changeset
|
1599 |
|
6694
51865a1ee765
Update locale for 2.2.0b1 release.
John Rouillard <rouilj@ieee.org>
parents:
6676
diff
changeset
|
1600 #: ../roundup/cgi/client.py:1453 |
|
6607
b0bafbf4fddd
update .po files with new strings to translate
John Rouillard <rouilj@ieee.org>
parents:
6456
diff
changeset
|
1601 msgid "Csrf: unable to verify sufficient headers" |
|
b0bafbf4fddd
update .po files with new strings to translate
John Rouillard <rouilj@ieee.org>
parents:
6456
diff
changeset
|
1602 msgstr "" |
|
b0bafbf4fddd
update .po files with new strings to translate
John Rouillard <rouilj@ieee.org>
parents:
6456
diff
changeset
|
1603 |
|
6694
51865a1ee765
Update locale for 2.2.0b1 release.
John Rouillard <rouilj@ieee.org>
parents:
6676
diff
changeset
|
1604 #: ../roundup/cgi/client.py:1454 |
|
6607
b0bafbf4fddd
update .po files with new strings to translate
John Rouillard <rouilj@ieee.org>
parents:
6456
diff
changeset
|
1605 msgid "Unable to verify sufficient headers" |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
1606 msgstr "" |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
1607 |
|
6694
51865a1ee765
Update locale for 2.2.0b1 release.
John Rouillard <rouilj@ieee.org>
parents:
6676
diff
changeset
|
1608 #: ../roundup/cgi/client.py:1467 |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
1609 #, python-format |
|
6607
b0bafbf4fddd
update .po files with new strings to translate
John Rouillard <rouilj@ieee.org>
parents:
6456
diff
changeset
|
1610 msgid "csrf X-REQUESTED-WITH xmlrpc required header check failed for user%s." |
|
b0bafbf4fddd
update .po files with new strings to translate
John Rouillard <rouilj@ieee.org>
parents:
6456
diff
changeset
|
1611 msgstr "" |
|
b0bafbf4fddd
update .po files with new strings to translate
John Rouillard <rouilj@ieee.org>
parents:
6456
diff
changeset
|
1612 |
|
6694
51865a1ee765
Update locale for 2.2.0b1 release.
John Rouillard <rouilj@ieee.org>
parents:
6676
diff
changeset
|
1613 #: ../roundup/cgi/client.py:1468 |
|
6607
b0bafbf4fddd
update .po files with new strings to translate
John Rouillard <rouilj@ieee.org>
parents:
6456
diff
changeset
|
1614 msgid "Required Header Missing" |
|
b0bafbf4fddd
update .po files with new strings to translate
John Rouillard <rouilj@ieee.org>
parents:
6456
diff
changeset
|
1615 msgstr "" |
|
b0bafbf4fddd
update .po files with new strings to translate
John Rouillard <rouilj@ieee.org>
parents:
6456
diff
changeset
|
1616 |
|
6694
51865a1ee765
Update locale for 2.2.0b1 release.
John Rouillard <rouilj@ieee.org>
parents:
6676
diff
changeset
|
1617 #: ../roundup/cgi/client.py:1505 |
|
6607
b0bafbf4fddd
update .po files with new strings to translate
John Rouillard <rouilj@ieee.org>
parents:
6456
diff
changeset
|
1618 #, python-format |
|
b0bafbf4fddd
update .po files with new strings to translate
John Rouillard <rouilj@ieee.org>
parents:
6456
diff
changeset
|
1619 msgid "Required csrf field missing for user%s" |
|
b0bafbf4fddd
update .po files with new strings to translate
John Rouillard <rouilj@ieee.org>
parents:
6456
diff
changeset
|
1620 msgstr "" |
|
b0bafbf4fddd
update .po files with new strings to translate
John Rouillard <rouilj@ieee.org>
parents:
6456
diff
changeset
|
1621 |
|
6694
51865a1ee765
Update locale for 2.2.0b1 release.
John Rouillard <rouilj@ieee.org>
parents:
6676
diff
changeset
|
1622 #: ../roundup/cgi/client.py:1506 ../roundup/cgi/client.py:1558 |
|
51865a1ee765
Update locale for 2.2.0b1 release.
John Rouillard <rouilj@ieee.org>
parents:
6676
diff
changeset
|
1623 #: ../roundup/cgi/client.py:1568 ../roundup/cgi/client.py:1506:1558:1568 |
|
6607
b0bafbf4fddd
update .po files with new strings to translate
John Rouillard <rouilj@ieee.org>
parents:
6456
diff
changeset
|
1624 msgid "" |
|
b0bafbf4fddd
update .po files with new strings to translate
John Rouillard <rouilj@ieee.org>
parents:
6456
diff
changeset
|
1625 "We can't validate your session (csrf failure). Re-enter any unsaved data and " |
|
b0bafbf4fddd
update .po files with new strings to translate
John Rouillard <rouilj@ieee.org>
parents:
6456
diff
changeset
|
1626 "try again." |
|
b0bafbf4fddd
update .po files with new strings to translate
John Rouillard <rouilj@ieee.org>
parents:
6456
diff
changeset
|
1627 msgstr "" |
|
b0bafbf4fddd
update .po files with new strings to translate
John Rouillard <rouilj@ieee.org>
parents:
6456
diff
changeset
|
1628 |
|
6694
51865a1ee765
Update locale for 2.2.0b1 release.
John Rouillard <rouilj@ieee.org>
parents:
6676
diff
changeset
|
1629 #: ../roundup/cgi/client.py:1509 |
|
6607
b0bafbf4fddd
update .po files with new strings to translate
John Rouillard <rouilj@ieee.org>
parents:
6456
diff
changeset
|
1630 #, python-format |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
1631 msgid "csrf field not supplied by user%s" |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
1632 msgstr "" |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
1633 |
|
6694
51865a1ee765
Update locale for 2.2.0b1 release.
John Rouillard <rouilj@ieee.org>
parents:
6676
diff
changeset
|
1634 #: ../roundup/cgi/client.py:1556 |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
1635 #, python-format |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
1636 msgid "" |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
1637 "Csrf mismatch user: current user %s != stored user %s, current session, " |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
1638 "stored session: %s,%s for key %s." |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
1639 msgstr "" |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
1640 |
|
6694
51865a1ee765
Update locale for 2.2.0b1 release.
John Rouillard <rouilj@ieee.org>
parents:
6676
diff
changeset
|
1641 #: ../roundup/cgi/client.py:1561 |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
1642 #, python-format |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
1643 msgid "" |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
1644 "logged only: Csrf mismatch user: current user %s != stored user %s, current " |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
1645 "session, stored session: %s,%s for key %s." |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
1646 msgstr "" |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
1647 |
|
6694
51865a1ee765
Update locale for 2.2.0b1 release.
John Rouillard <rouilj@ieee.org>
parents:
6676
diff
changeset
|
1648 #: ../roundup/cgi/client.py:1566 |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
1649 #, python-format |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
1650 msgid "" |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
1651 "Csrf mismatch user: current session %s != stored session %s, current user/" |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
1652 "stored user is: %s for key %s." |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
1653 msgstr "" |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
1654 |
|
6694
51865a1ee765
Update locale for 2.2.0b1 release.
John Rouillard <rouilj@ieee.org>
parents:
6676
diff
changeset
|
1655 #: ../roundup/cgi/client.py:1571 |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
1656 #, python-format |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
1657 msgid "" |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
1658 "logged only: Csrf mismatch user: current session %s != stored session %s, " |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
1659 "current user/stored user is: %s for key %s." |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
1660 msgstr "" |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
1661 |
|
6694
51865a1ee765
Update locale for 2.2.0b1 release.
John Rouillard <rouilj@ieee.org>
parents:
6676
diff
changeset
|
1662 #: ../roundup/cgi/client.py:1743 |
| 3781 | 1663 msgid "You are not allowed to view this file." |
|
3928
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
1664 msgstr "Nem nézheti meg ezt a fájlt." |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
1665 |
|
6694
51865a1ee765
Update locale for 2.2.0b1 release.
John Rouillard <rouilj@ieee.org>
parents:
6676
diff
changeset
|
1666 #: ../roundup/cgi/client.py:2032 |
| 3781 | 1667 #, python-format |
| 1668 msgid "%(starttag)sTime elapsed: %(seconds)fs%(endtag)s\n" | |
| 1669 msgstr "%(starttag)sEltelt idő: %(seconds)fs%(endtag)s\n" | |
| 1670 | |
|
6694
51865a1ee765
Update locale for 2.2.0b1 release.
John Rouillard <rouilj@ieee.org>
parents:
6676
diff
changeset
|
1671 #: ../roundup/cgi/client.py:2036 |
| 3781 | 1672 #, python-format |
|
3928
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
1673 msgid "" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
1674 "%(starttag)sCache hits: %(cache_hits)d, misses %(cache_misses)d. Loading " |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
1675 "items: %(get_items)f secs. Filtering: %(filtering)f secs.%(endtag)s\n" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
1676 msgstr "" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
1677 "%(starttag)sCache találatok: %(cache_hits)d, tévedés %(cache_misses)d. " |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
1678 "Elemek betöltése: %(get_items)f mp. Szűrés: %(filtering)f mp.%(endtag)s\n" |
| 3781 | 1679 |
|
6694
51865a1ee765
Update locale for 2.2.0b1 release.
John Rouillard <rouilj@ieee.org>
parents:
6676
diff
changeset
|
1680 #: ../roundup/cgi/client.py:2566 |
|
6607
b0bafbf4fddd
update .po files with new strings to translate
John Rouillard <rouilj@ieee.org>
parents:
6456
diff
changeset
|
1681 #, python-format |
|
b0bafbf4fddd
update .po files with new strings to translate
John Rouillard <rouilj@ieee.org>
parents:
6456
diff
changeset
|
1682 msgid "" |
|
b0bafbf4fddd
update .po files with new strings to translate
John Rouillard <rouilj@ieee.org>
parents:
6456
diff
changeset
|
1683 "Cache failure: compressed file %(compressed)s is older than its source file " |
|
b0bafbf4fddd
update .po files with new strings to translate
John Rouillard <rouilj@ieee.org>
parents:
6456
diff
changeset
|
1684 "%(filename)s" |
|
b0bafbf4fddd
update .po files with new strings to translate
John Rouillard <rouilj@ieee.org>
parents:
6456
diff
changeset
|
1685 msgstr "" |
|
b0bafbf4fddd
update .po files with new strings to translate
John Rouillard <rouilj@ieee.org>
parents:
6456
diff
changeset
|
1686 |
|
6134
63739dae0f7e
update translation files for translators 2.0.0 beta
John Rouillard <rouilj@ieee.org>
parents:
5951
diff
changeset
|
1687 #: ../roundup/cgi/form_parser.py:290 |
|
3928
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
1688 #, fuzzy, python-format |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
1689 msgid "link \"%(key)s\" value \"%(entry)s\" not a designator" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
1690 msgstr "A(z) \"%(value)s\" értékű \"%(key)s\" csatolás nem teljes név" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
1691 |
|
6134
63739dae0f7e
update translation files for translators 2.0.0 beta
John Rouillard <rouilj@ieee.org>
parents:
5951
diff
changeset
|
1692 #: ../roundup/cgi/form_parser.py:308 |
| 3781 | 1693 #, python-format |
| 1694 msgid "%(class)s %(property)s is not a link or multilink property" | |
|
3928
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
1695 msgstr "A(y) %(class)s %(property)s nem link vagy multilink típusú tulajdonság" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
1696 |
|
6134
63739dae0f7e
update translation files for translators 2.0.0 beta
John Rouillard <rouilj@ieee.org>
parents:
5951
diff
changeset
|
1697 #: ../roundup/cgi/form_parser.py:320 |
|
3928
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
1698 #, fuzzy, python-format |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
1699 msgid "" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
1700 "The form action claims to require property \"%(property)s\" which doesn't " |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
1701 "exist" |
| 3781 | 1702 msgstr "" |
|
3928
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
1703 "%(action)s műveletet kíván a \"%(property)s\" tulajdonságon végezni, de az " |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
1704 "nem létezik" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
1705 |
|
6134
63739dae0f7e
update translation files for translators 2.0.0 beta
John Rouillard <rouilj@ieee.org>
parents:
5951
diff
changeset
|
1706 #: ../roundup/cgi/form_parser.py:342 |
| 3781 | 1707 #, python-format |
|
3928
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
1708 msgid "" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
1709 "You have submitted a %(action)s action for the property \"%(property)s\" " |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
1710 "which doesn't exist" |
| 3781 | 1711 msgstr "" |
|
3928
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
1712 "%(action)s műveletet kíván a \"%(property)s\" tulajdonságon végezni, de az " |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
1713 "nem létezik" |
| 3781 | 1714 |
| 1715 # ../roundup/cgi/form_parser.py:331 :357 | |
|
6134
63739dae0f7e
update translation files for translators 2.0.0 beta
John Rouillard <rouilj@ieee.org>
parents:
5951
diff
changeset
|
1716 #: ../roundup/cgi/form_parser.py:367 ../roundup/cgi/form_parser.py:395 |
|
63739dae0f7e
update translation files for translators 2.0.0 beta
John Rouillard <rouilj@ieee.org>
parents:
5951
diff
changeset
|
1717 #: ../roundup/cgi/form_parser.py:367:395 |
| 3781 | 1718 #, python-format |
| 1719 msgid "You have submitted more than one value for the %s property" | |
|
3928
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
1720 msgstr "Egynél több értéket adott meg a(z) %s tulajdonsághoz" |
| 3781 | 1721 |
| 1722 # ../roundup/cgi/form_parser.py:354 :360 | |
|
6134
63739dae0f7e
update translation files for translators 2.0.0 beta
John Rouillard <rouilj@ieee.org>
parents:
5951
diff
changeset
|
1723 #: ../roundup/cgi/form_parser.py:392 ../roundup/cgi/form_parser.py:398 |
|
63739dae0f7e
update translation files for translators 2.0.0 beta
John Rouillard <rouilj@ieee.org>
parents:
5951
diff
changeset
|
1724 #: ../roundup/cgi/form_parser.py:392:398 |
| 3781 | 1725 msgid "Password and confirmation text do not match" |
|
3928
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
1726 msgstr "A jelszó és a megerősítés nem egyezik" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
1727 |
|
6134
63739dae0f7e
update translation files for translators 2.0.0 beta
John Rouillard <rouilj@ieee.org>
parents:
5951
diff
changeset
|
1728 #: ../roundup/cgi/form_parser.py:416 |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
1729 msgid "Not a file attachment" |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
1730 msgstr "" |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
1731 |
|
6134
63739dae0f7e
update translation files for translators 2.0.0 beta
John Rouillard <rouilj@ieee.org>
parents:
5951
diff
changeset
|
1732 #: ../roundup/cgi/form_parser.py:460 |
| 3781 | 1733 #, python-format |
| 1734 msgid "property \"%(propname)s\": \"%(value)s\" not currently in list" | |
|
3928
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
1735 msgstr "\"%(propname)s\" tulajdonság: \"%(value)s\" jelenleg nincs a listában" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
1736 |
|
6134
63739dae0f7e
update translation files for translators 2.0.0 beta
John Rouillard <rouilj@ieee.org>
parents:
5951
diff
changeset
|
1737 #: ../roundup/cgi/form_parser.py:582 |
| 3781 | 1738 #, python-format |
| 1739 msgid "Required %(class)s property %(property)s not supplied" | |
| 1740 msgid_plural "Required %(class)s properties %(property)s not supplied" | |
|
3928
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
1741 msgstr[0] "Nincs megadva a(z) %(class)s kötelező %(property)s tulajdonsága" |
| 3781 | 1742 msgstr[1] "" |
|
3928
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
1743 "Nincsenek megadva a(z) %(class)s kötelező %(property)s tulajdonságai" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
1744 |
|
6672
01216187a167
Testing translations in mailgw.py, update translations, i18n improved
John Rouillard <rouilj@ieee.org>
parents:
6620
diff
changeset
|
1745 #: ../roundup/cgi/templating.py:249 |
| 3781 | 1746 #, python-format |
| 1747 msgid "You are not allowed to %(action)s items of class %(class)s" | |
| 1748 msgstr "" | |
|
3928
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
1749 "Nincs jogosultsága a(z) %(class)s osztály elemein %(action)s műveletet " |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
1750 "végrehajtani" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
1751 |
|
6672
01216187a167
Testing translations in mailgw.py, update translations, i18n improved
John Rouillard <rouilj@ieee.org>
parents:
6620
diff
changeset
|
1752 #: ../roundup/cgi/templating.py:862 |
| 3781 | 1753 msgid "(list)" |
|
3928
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
1754 msgstr "(lista)" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
1755 |
|
6672
01216187a167
Testing translations in mailgw.py, update translations, i18n improved
John Rouillard <rouilj@ieee.org>
parents:
6620
diff
changeset
|
1756 #: ../roundup/cgi/templating.py:935 |
| 3781 | 1757 msgid "Submit New Entry" |
|
3928
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
1758 msgstr "Létrehozás" |
| 3781 | 1759 |
| 1760 # ../roundup/cgi/templating.py:710 :829 :1236 :1257 :1304 :1327 :1361 :1400 | |
| 1761 # :1453 :1470 :1549 :1569 :1587 :1619 :1629 :1683 :1875 | |
|
6672
01216187a167
Testing translations in mailgw.py, update translations, i18n improved
John Rouillard <rouilj@ieee.org>
parents:
6620
diff
changeset
|
1762 #: ../roundup/cgi/templating.py:957 ../roundup/cgi/templating.py:1128 |
|
01216187a167
Testing translations in mailgw.py, update translations, i18n improved
John Rouillard <rouilj@ieee.org>
parents:
6620
diff
changeset
|
1763 #: ../roundup/cgi/templating.py:1747 ../roundup/cgi/templating.py:1776 |
|
01216187a167
Testing translations in mailgw.py, update translations, i18n improved
John Rouillard <rouilj@ieee.org>
parents:
6620
diff
changeset
|
1764 #: ../roundup/cgi/templating.py:1796 ../roundup/cgi/templating.py:1809 |
|
01216187a167
Testing translations in mailgw.py, update translations, i18n improved
John Rouillard <rouilj@ieee.org>
parents:
6620
diff
changeset
|
1765 #: ../roundup/cgi/templating.py:1846 ../roundup/cgi/templating.py:1899 |
|
01216187a167
Testing translations in mailgw.py, update translations, i18n improved
John Rouillard <rouilj@ieee.org>
parents:
6620
diff
changeset
|
1766 #: ../roundup/cgi/templating.py:1922 ../roundup/cgi/templating.py:1929 |
|
01216187a167
Testing translations in mailgw.py, update translations, i18n improved
John Rouillard <rouilj@ieee.org>
parents:
6620
diff
changeset
|
1767 #: ../roundup/cgi/templating.py:1965 ../roundup/cgi/templating.py:2002 |
|
01216187a167
Testing translations in mailgw.py, update translations, i18n improved
John Rouillard <rouilj@ieee.org>
parents:
6620
diff
changeset
|
1768 #: ../roundup/cgi/templating.py:2035 ../roundup/cgi/templating.py:2124 |
|
01216187a167
Testing translations in mailgw.py, update translations, i18n improved
John Rouillard <rouilj@ieee.org>
parents:
6620
diff
changeset
|
1769 #: ../roundup/cgi/templating.py:2145 ../roundup/cgi/templating.py:2235 |
|
01216187a167
Testing translations in mailgw.py, update translations, i18n improved
John Rouillard <rouilj@ieee.org>
parents:
6620
diff
changeset
|
1770 #: ../roundup/cgi/templating.py:2255 ../roundup/cgi/templating.py:2277 |
|
01216187a167
Testing translations in mailgw.py, update translations, i18n improved
John Rouillard <rouilj@ieee.org>
parents:
6620
diff
changeset
|
1771 #: ../roundup/cgi/templating.py:2316 ../roundup/cgi/templating.py:2326 |
|
01216187a167
Testing translations in mailgw.py, update translations, i18n improved
John Rouillard <rouilj@ieee.org>
parents:
6620
diff
changeset
|
1772 #: ../roundup/cgi/templating.py:2390 ../roundup/cgi/templating.py:2689 |
|
01216187a167
Testing translations in mailgw.py, update translations, i18n improved
John Rouillard <rouilj@ieee.org>
parents:
6620
diff
changeset
|
1773 #: ../roundup/cgi/templating.py:957:1128 :1747:1776 :1796:1809 :1846:1899 |
|
01216187a167
Testing translations in mailgw.py, update translations, i18n improved
John Rouillard <rouilj@ieee.org>
parents:
6620
diff
changeset
|
1774 #: :1922:1929 :1965:2002 :2035:2124 :2145:2235 :2255:2277 :2316:2326 :2390:2689 |
| 3781 | 1775 msgid "[hidden]" |
|
3928
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
1776 msgstr "[rejtett]" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
1777 |
|
6672
01216187a167
Testing translations in mailgw.py, update translations, i18n improved
John Rouillard <rouilj@ieee.org>
parents:
6620
diff
changeset
|
1778 #: ../roundup/cgi/templating.py:958 |
| 3781 | 1779 msgid "New node - no history" |
|
3928
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
1780 msgstr "Új bejegyzés - nincs történet" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
1781 |
|
6672
01216187a167
Testing translations in mailgw.py, update translations, i18n improved
John Rouillard <rouilj@ieee.org>
parents:
6620
diff
changeset
|
1782 #: ../roundup/cgi/templating.py:1093 |
| 3781 | 1783 msgid "Submit Changes" |
|
3928
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
1784 msgstr "Változások mentése" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
1785 |
|
6672
01216187a167
Testing translations in mailgw.py, update translations, i18n improved
John Rouillard <rouilj@ieee.org>
parents:
6620
diff
changeset
|
1786 #: ../roundup/cgi/templating.py:1171 |
| 3781 | 1787 msgid "<em>The indicated property no longer exists</em>" |
|
3928
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
1788 msgstr "<em>A jelzett tulajdonság már nem létezik</em>" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
1789 |
|
6672
01216187a167
Testing translations in mailgw.py, update translations, i18n improved
John Rouillard <rouilj@ieee.org>
parents:
6620
diff
changeset
|
1790 #: ../roundup/cgi/templating.py:1172 |
| 3781 | 1791 #, python-format |
| 1792 msgid "<em>%s: %s</em>\n" | |
|
3928
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
1793 msgstr "<em>%s: %s</em>\n" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
1794 |
|
6672
01216187a167
Testing translations in mailgw.py, update translations, i18n improved
John Rouillard <rouilj@ieee.org>
parents:
6620
diff
changeset
|
1795 #: ../roundup/cgi/templating.py:1207 |
| 3781 | 1796 #, python-format |
| 1797 msgid "The linked class %(classname)s no longer exists" | |
|
3928
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
1798 msgstr "A csatolt %(classname)s osztály már nem létezik" |
| 3781 | 1799 |
|
6672
01216187a167
Testing translations in mailgw.py, update translations, i18n improved
John Rouillard <rouilj@ieee.org>
parents:
6620
diff
changeset
|
1800 #: ../roundup/cgi/templating.py:1243 ../roundup/cgi/templating.py:1271 |
|
01216187a167
Testing translations in mailgw.py, update translations, i18n improved
John Rouillard <rouilj@ieee.org>
parents:
6620
diff
changeset
|
1801 #: ../roundup/cgi/templating.py:2399 ../roundup/cgi/templating.py:2698 |
|
01216187a167
Testing translations in mailgw.py, update translations, i18n improved
John Rouillard <rouilj@ieee.org>
parents:
6620
diff
changeset
|
1802 #: ../roundup/cgi/templating.py:1243:1271 :2399:2698 |
|
6620
b7093aa16895
issue2551196 - Unset labelprop of a Multilink can lead to Python error when using context/history
John Rouillard <rouilj@ieee.org>
parents:
6607
diff
changeset
|
1803 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:
6607
diff
changeset
|
1804 msgstr "" |
|
b7093aa16895
issue2551196 - Unset labelprop of a Multilink can lead to Python error when using context/history
John Rouillard <rouilj@ieee.org>
parents:
6607
diff
changeset
|
1805 |
| 3781 | 1806 # ../roundup/cgi/templating.py:940 :964 |
|
6672
01216187a167
Testing translations in mailgw.py, update translations, i18n improved
John Rouillard <rouilj@ieee.org>
parents:
6620
diff
changeset
|
1807 #: ../roundup/cgi/templating.py:1247 ../roundup/cgi/templating.py:1274 |
|
01216187a167
Testing translations in mailgw.py, update translations, i18n improved
John Rouillard <rouilj@ieee.org>
parents:
6620
diff
changeset
|
1808 #: ../roundup/cgi/templating.py:1247:1274 |
| 3781 | 1809 msgid "<strike>The linked node no longer exists</strike>" |
|
3928
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
1810 msgstr "<strike>A csatolt bejegyzés már nem létezik</strike>" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
1811 |
|
6672
01216187a167
Testing translations in mailgw.py, update translations, i18n improved
John Rouillard <rouilj@ieee.org>
parents:
6620
diff
changeset
|
1812 #: ../roundup/cgi/templating.py:1335 |
|
3928
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
1813 #, python-format |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
1814 msgid "%s: (no value)" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
1815 msgstr "%s: (nincs érték)" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
1816 |
|
6672
01216187a167
Testing translations in mailgw.py, update translations, i18n improved
John Rouillard <rouilj@ieee.org>
parents:
6620
diff
changeset
|
1817 #: ../roundup/cgi/templating.py:1351 |
|
5951
0a42163ac846
Final doc fixes and translation extraction.
John Rouillard <rouilj@ieee.org>
parents:
5943
diff
changeset
|
1818 #, fuzzy, python-format |
|
3928
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
1819 msgid "" |
|
5951
0a42163ac846
Final doc fixes and translation extraction.
John Rouillard <rouilj@ieee.org>
parents:
5943
diff
changeset
|
1820 "<strong><em>This event %s is not handled by the history display!</em></" |
|
0a42163ac846
Final doc fixes and translation extraction.
John Rouillard <rouilj@ieee.org>
parents:
5943
diff
changeset
|
1821 "strong>" |
| 3781 | 1822 msgstr "" |
|
3928
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
1823 "<strong><em>Az előzmények képernyő nem kezeli ezt az eseményt!</em></strong>" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
1824 |
|
6672
01216187a167
Testing translations in mailgw.py, update translations, i18n improved
John Rouillard <rouilj@ieee.org>
parents:
6620
diff
changeset
|
1825 #: ../roundup/cgi/templating.py:1364 |
|
3928
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
1826 msgid "<tr><td colspan=4><strong>Note:</strong></td></tr>" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
1827 msgstr "<tr><td colspan=4><strong>Megjegyzés:</strong></td></tr>" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
1828 |
|
6672
01216187a167
Testing translations in mailgw.py, update translations, i18n improved
John Rouillard <rouilj@ieee.org>
parents:
6620
diff
changeset
|
1829 #: ../roundup/cgi/templating.py:1373 |
|
6620
b7093aa16895
issue2551196 - Unset labelprop of a Multilink can lead to Python error when using context/history
John Rouillard <rouilj@ieee.org>
parents:
6607
diff
changeset
|
1830 msgid "History" |
|
b7093aa16895
issue2551196 - Unset labelprop of a Multilink can lead to Python error when using context/history
John Rouillard <rouilj@ieee.org>
parents:
6607
diff
changeset
|
1831 msgstr "Előzmények" |
|
b7093aa16895
issue2551196 - Unset labelprop of a Multilink can lead to Python error when using context/history
John Rouillard <rouilj@ieee.org>
parents:
6607
diff
changeset
|
1832 |
|
6672
01216187a167
Testing translations in mailgw.py, update translations, i18n improved
John Rouillard <rouilj@ieee.org>
parents:
6620
diff
changeset
|
1833 #: ../roundup/cgi/templating.py:1375 |
|
6620
b7093aa16895
issue2551196 - Unset labelprop of a Multilink can lead to Python error when using context/history
John Rouillard <rouilj@ieee.org>
parents:
6607
diff
changeset
|
1834 msgid "<th>Date</th>" |
|
b7093aa16895
issue2551196 - Unset labelprop of a Multilink can lead to Python error when using context/history
John Rouillard <rouilj@ieee.org>
parents:
6607
diff
changeset
|
1835 msgstr "<th>Dátum</th>" |
|
b7093aa16895
issue2551196 - Unset labelprop of a Multilink can lead to Python error when using context/history
John Rouillard <rouilj@ieee.org>
parents:
6607
diff
changeset
|
1836 |
|
6672
01216187a167
Testing translations in mailgw.py, update translations, i18n improved
John Rouillard <rouilj@ieee.org>
parents:
6620
diff
changeset
|
1837 #: ../roundup/cgi/templating.py:1376 |
|
3928
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
1838 msgid "<th>User</th>" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
1839 msgstr "<th>Szerző</th>" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
1840 |
|
6672
01216187a167
Testing translations in mailgw.py, update translations, i18n improved
John Rouillard <rouilj@ieee.org>
parents:
6620
diff
changeset
|
1841 #: ../roundup/cgi/templating.py:1377 |
|
3928
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
1842 msgid "<th>Action</th>" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
1843 msgstr "<th>Művelet</th>" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
1844 |
|
6672
01216187a167
Testing translations in mailgw.py, update translations, i18n improved
John Rouillard <rouilj@ieee.org>
parents:
6620
diff
changeset
|
1845 #: ../roundup/cgi/templating.py:1378 |
|
3928
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
1846 msgid "<th>Args</th>" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
1847 msgstr "<th>Tulajdonságok</th>" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
1848 |
|
6672
01216187a167
Testing translations in mailgw.py, update translations, i18n improved
John Rouillard <rouilj@ieee.org>
parents:
6620
diff
changeset
|
1849 #: ../roundup/cgi/templating.py:1429 |
|
3928
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
1850 #, python-format |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
1851 msgid "Copy of %(class)s %(id)s" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
1852 msgstr "A(z) %(class)s %(id)s másolata" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
1853 |
| 3781 | 1854 # ../roundup/cgi/templating.py:1006 :1404 :1425 :1431 |
|
6672
01216187a167
Testing translations in mailgw.py, update translations, i18n improved
John Rouillard <rouilj@ieee.org>
parents:
6620
diff
changeset
|
1855 #: ../roundup/cgi/templating.py:2039 ../roundup/cgi/templating.py:2072 |
|
01216187a167
Testing translations in mailgw.py, update translations, i18n improved
John Rouillard <rouilj@ieee.org>
parents:
6620
diff
changeset
|
1856 #: ../roundup/cgi/templating.py:1317:2039:2072 |
| 3781 | 1857 msgid "No" |
| 1858 msgstr "Nem" | |
| 1859 | |
| 1860 # ../roundup/cgi/templating.py:1006 :1404 :1423 :1428 | |
|
6672
01216187a167
Testing translations in mailgw.py, update translations, i18n improved
John Rouillard <rouilj@ieee.org>
parents:
6620
diff
changeset
|
1861 #: ../roundup/cgi/templating.py:2039 ../roundup/cgi/templating.py:2067 |
|
01216187a167
Testing translations in mailgw.py, update translations, i18n improved
John Rouillard <rouilj@ieee.org>
parents:
6620
diff
changeset
|
1862 #: ../roundup/cgi/templating.py:1317:2039:2067 |
| 3781 | 1863 msgid "Yes" |
| 1864 msgstr "Igen" | |
| 1865 | |
|
6672
01216187a167
Testing translations in mailgw.py, update translations, i18n improved
John Rouillard <rouilj@ieee.org>
parents:
6620
diff
changeset
|
1866 #: ../roundup/cgi/templating.py:2193 |
|
3928
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
1867 msgid "" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
1868 "default value for DateHTMLProperty must be either DateHTMLProperty or string " |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
1869 "date representation." |
| 3781 | 1870 msgstr "" |
|
3928
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
1871 "a DateHTMLProperty alapértéke DateHTMLProperty vagy szöveges dátumleírás " |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
1872 "típusú kell legyen." |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
1873 |
|
6672
01216187a167
Testing translations in mailgw.py, update translations, i18n improved
John Rouillard <rouilj@ieee.org>
parents:
6620
diff
changeset
|
1874 #: ../roundup/cgi/templating.py:2370 |
| 3781 | 1875 #, python-format |
| 1876 msgid "Attempt to look up %(attr)s on a missing value" | |
|
3928
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
1877 msgstr "Kísérlet %(attr)s keresésére egy hiányzó értéken" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
1878 |
|
6672
01216187a167
Testing translations in mailgw.py, update translations, i18n improved
John Rouillard <rouilj@ieee.org>
parents:
6620
diff
changeset
|
1879 #: ../roundup/cgi/templating.py:2381 |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
1880 #, fuzzy, python-format |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
1881 msgid "Attempt to look up %(item)s on a missing value" |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
1882 msgstr "Kísérlet %(attr)s keresésére egy hiányzó értéken" |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
1883 |
|
6672
01216187a167
Testing translations in mailgw.py, update translations, i18n improved
John Rouillard <rouilj@ieee.org>
parents:
6620
diff
changeset
|
1884 #: ../roundup/cgi/templating.py:2485 |
| 3781 | 1885 #, python-format |
| 1886 msgid "<option %svalue=\"-1\">- no selection -</option>" | |
|
3928
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
1887 msgstr "<option %svalue=\"-1\">- nincs kiválasztás -</option>" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
1888 |
|
6134
63739dae0f7e
update translation files for translators 2.0.0 beta
John Rouillard <rouilj@ieee.org>
parents:
5951
diff
changeset
|
1889 #: ../roundup/cgi/timestamp.py:19 |
|
63739dae0f7e
update translation files for translators 2.0.0 beta
John Rouillard <rouilj@ieee.org>
parents:
5951
diff
changeset
|
1890 msgid "Form is corrupted." |
|
63739dae0f7e
update translation files for translators 2.0.0 beta
John Rouillard <rouilj@ieee.org>
parents:
5951
diff
changeset
|
1891 msgstr "" |
|
63739dae0f7e
update translation files for translators 2.0.0 beta
John Rouillard <rouilj@ieee.org>
parents:
5951
diff
changeset
|
1892 |
|
63739dae0f7e
update translation files for translators 2.0.0 beta
John Rouillard <rouilj@ieee.org>
parents:
5951
diff
changeset
|
1893 #: ../roundup/cgi/timestamp.py:28 |
|
63739dae0f7e
update translation files for translators 2.0.0 beta
John Rouillard <rouilj@ieee.org>
parents:
5951
diff
changeset
|
1894 #, python-format |
|
63739dae0f7e
update translation files for translators 2.0.0 beta
John Rouillard <rouilj@ieee.org>
parents:
5951
diff
changeset
|
1895 msgid "Form is corrupted, missing: %s." |
|
63739dae0f7e
update translation files for translators 2.0.0 beta
John Rouillard <rouilj@ieee.org>
parents:
5951
diff
changeset
|
1896 msgstr "" |
|
63739dae0f7e
update translation files for translators 2.0.0 beta
John Rouillard <rouilj@ieee.org>
parents:
5951
diff
changeset
|
1897 |
|
63739dae0f7e
update translation files for translators 2.0.0 beta
John Rouillard <rouilj@ieee.org>
parents:
5951
diff
changeset
|
1898 #: ../roundup/cgi/timestamp.py:30 |
|
63739dae0f7e
update translation files for translators 2.0.0 beta
John Rouillard <rouilj@ieee.org>
parents:
5951
diff
changeset
|
1899 msgid "Responding to form too quickly." |
|
63739dae0f7e
update translation files for translators 2.0.0 beta
John Rouillard <rouilj@ieee.org>
parents:
5951
diff
changeset
|
1900 msgstr "" |
|
63739dae0f7e
update translation files for translators 2.0.0 beta
John Rouillard <rouilj@ieee.org>
parents:
5951
diff
changeset
|
1901 |
|
6607
b0bafbf4fddd
update .po files with new strings to translate
John Rouillard <rouilj@ieee.org>
parents:
6456
diff
changeset
|
1902 #: ../roundup/configuration.py:274 |
|
b0bafbf4fddd
update .po files with new strings to translate
John Rouillard <rouilj@ieee.org>
parents:
6456
diff
changeset
|
1903 #, python-format |
|
b0bafbf4fddd
update .po files with new strings to translate
John Rouillard <rouilj@ieee.org>
parents:
6456
diff
changeset
|
1904 msgid "" |
|
b0bafbf4fddd
update .po files with new strings to translate
John Rouillard <rouilj@ieee.org>
parents:
6456
diff
changeset
|
1905 "Error in %(filepath)s with section [%(section)s] at option %(option)s: " |
|
b0bafbf4fddd
update .po files with new strings to translate
John Rouillard <rouilj@ieee.org>
parents:
6456
diff
changeset
|
1906 "%(message)s" |
|
b0bafbf4fddd
update .po files with new strings to translate
John Rouillard <rouilj@ieee.org>
parents:
6456
diff
changeset
|
1907 msgstr "" |
|
b0bafbf4fddd
update .po files with new strings to translate
John Rouillard <rouilj@ieee.org>
parents:
6456
diff
changeset
|
1908 |
|
b0bafbf4fddd
update .po files with new strings to translate
John Rouillard <rouilj@ieee.org>
parents:
6456
diff
changeset
|
1909 #: ../roundup/configuration.py:494 |
|
6364
e8361bce72de
update pot file and language .po files.
John Rouillard <rouilj@ieee.org>
parents:
6301
diff
changeset
|
1910 #, fuzzy |
|
e8361bce72de
update pot file and language .po files.
John Rouillard <rouilj@ieee.org>
parents:
6301
diff
changeset
|
1911 msgid "Valid languages: " |
|
e8361bce72de
update pot file and language .po files.
John Rouillard <rouilj@ieee.org>
parents:
6301
diff
changeset
|
1912 msgstr "Hibás formátum" |
|
e8361bce72de
update pot file and language .po files.
John Rouillard <rouilj@ieee.org>
parents:
6301
diff
changeset
|
1913 |
|
6607
b0bafbf4fddd
update .po files with new strings to translate
John Rouillard <rouilj@ieee.org>
parents:
6456
diff
changeset
|
1914 #: ../roundup/configuration.py:504 |
|
b0bafbf4fddd
update .po files with new strings to translate
John Rouillard <rouilj@ieee.org>
parents:
6456
diff
changeset
|
1915 #, fuzzy |
|
b0bafbf4fddd
update .po files with new strings to translate
John Rouillard <rouilj@ieee.org>
parents:
6456
diff
changeset
|
1916 msgid "Expected languages: " |
|
b0bafbf4fddd
update .po files with new strings to translate
John Rouillard <rouilj@ieee.org>
parents:
6456
diff
changeset
|
1917 msgstr "Hibás formátum" |
|
b0bafbf4fddd
update .po files with new strings to translate
John Rouillard <rouilj@ieee.org>
parents:
6456
diff
changeset
|
1918 |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
1919 #: ../roundup/date.py:395 |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
1920 #, fuzzy, python-format |
|
3928
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
1921 msgid "" |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
1922 "Not a date spec: %r (\"yyyy-mm-dd\", \"mm-dd\", \"HH:MM\", \"HH:MM:SS\" or " |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
1923 "\"yyyy-mm-dd.HH:MM:SS.SSS\")" |
| 3781 | 1924 msgstr "" |
|
3928
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
1925 "Nem dátum specifikáció: \"éééé-hh-nn\", \"hh-nn\", \"ÓÓ:PP\", \"ÓÓ:PP:SS\" " |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
1926 "vagy \"éééé-hh-nn.ÓÓ:PP:SS.SSS\"" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
1927 |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
1928 #: ../roundup/date.py:418 |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
1929 msgid "Could not determine granularity" |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
1930 msgstr "" |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
1931 |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
1932 #: ../roundup/date.py:470 |
| 3781 | 1933 #, python-format |
|
3928
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
1934 msgid "" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
1935 "%r not a date / time spec \"yyyy-mm-dd\", \"mm-dd\", \"HH:MM\", \"HH:MM:SS\" " |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
1936 "or \"yyyy-mm-dd.HH:MM:SS.SSS\"" |
| 3781 | 1937 msgstr "" |
|
3928
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
1938 "%r nem dátum / idő specifikáció \"éééé-hh-nn\", \"hh-nn\", \"ÓÓ:PP\", \"ÓÓ:" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
1939 "PP:SS\" vagy \"éééé-hh-nn.ÓÓ:PP:SS.SSS\"" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
1940 |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
1941 #: ../roundup/date.py:842 |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
1942 #, fuzzy, python-format |
|
3928
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
1943 msgid "" |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
1944 "Not an interval spec: \"%s\" ([+-] [#y] [#m] [#w] [#d] [[[H]H:MM]:SS] [date " |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
1945 "spec])" |
| 3781 | 1946 msgstr "" |
|
3928
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
1947 "Nem időköz specifikáció: [+-] [#é] [#h] [#w] [#n] [[[Ó]Ó:PP]:SS] [dátum " |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
1948 "típus]" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
1949 |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
1950 #: ../roundup/date.py:865 |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
1951 #, fuzzy, python-format |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
1952 msgid "Not an interval spec: \"%s\" ([+-] [#y] [#m] [#w] [#d] [[[H]H:MM]:SS])" |
|
3928
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
1953 msgstr "Nem időköz specifikáció: [+-] [#é] [#h] [#w] [#n] [[[Ó]Ó:PP]:SS]" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
1954 |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
1955 #: ../roundup/date.py:1042 |
| 3781 | 1956 #, python-format |
| 1957 msgid "%(number)s year" | |
| 1958 msgid_plural "%(number)s years" | |
|
3928
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
1959 msgstr[0] "%(number)s éve" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
1960 msgstr[1] "%(number)s éve" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
1961 |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
1962 #: ../roundup/date.py:1046 |
| 3781 | 1963 #, python-format |
| 1964 msgid "%(number)s month" | |
| 1965 msgid_plural "%(number)s months" | |
|
3928
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
1966 msgstr[0] "%(number)s hónapja" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
1967 msgstr[1] "%(number)s hónapja" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
1968 |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
1969 #: ../roundup/date.py:1050 |
| 3781 | 1970 #, python-format |
| 1971 msgid "%(number)s week" | |
| 1972 msgid_plural "%(number)s weeks" | |
|
3928
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
1973 msgstr[0] "%(number)s hete" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
1974 msgstr[1] "%(number)s hete" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
1975 |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
1976 #: ../roundup/date.py:1054 |
| 3781 | 1977 #, python-format |
| 1978 msgid "%(number)s day" | |
| 1979 msgid_plural "%(number)s days" | |
|
3928
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
1980 msgstr[0] "%(number)s napja" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
1981 msgstr[1] "%(number)s napja" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
1982 |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
1983 #: ../roundup/date.py:1058 |
| 3781 | 1984 msgid "tomorrow" |
|
3928
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
1985 msgstr "holnap" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
1986 |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
1987 #: ../roundup/date.py:1060 |
| 3781 | 1988 msgid "yesterday" |
|
3928
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
1989 msgstr "tegnap" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
1990 |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
1991 #: ../roundup/date.py:1063 |
| 3781 | 1992 #, python-format |
| 1993 msgid "%(number)s hour" | |
| 1994 msgid_plural "%(number)s hours" | |
|
3928
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
1995 msgstr[0] "%(number)s órája" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
1996 msgstr[1] "%(number)s órája" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
1997 |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
1998 #: ../roundup/date.py:1067 |
| 3781 | 1999 msgid "an hour" |
|
3928
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
2000 msgstr "egy órája" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
2001 |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
2002 #: ../roundup/date.py:1069 |
| 3781 | 2003 msgid "1 1/2 hours" |
|
3928
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
2004 msgstr "1 1/2 órája" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
2005 |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
2006 #: ../roundup/date.py:1071 |
| 3781 | 2007 #, python-format |
| 2008 msgid "1 %(number)s/4 hours" | |
| 2009 msgid_plural "1 %(number)s/4 hours" | |
|
3928
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
2010 msgstr[0] "1 %(number)s/4 órája" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
2011 msgstr[1] "1 %(number)s/4 órája" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
2012 |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
2013 #: ../roundup/date.py:1076 |
| 3781 | 2014 msgid "in a moment" |
|
3928
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
2015 msgstr "egy pillanat" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
2016 |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
2017 #: ../roundup/date.py:1078 |
| 3781 | 2018 msgid "just now" |
|
3928
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
2019 msgstr "épp most" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
2020 |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
2021 #: ../roundup/date.py:1081 |
| 3781 | 2022 msgid "1 minute" |
|
3928
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
2023 msgstr "1 perce" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
2024 |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
2025 #: ../roundup/date.py:1084 |
| 3781 | 2026 #, python-format |
| 2027 msgid "%(number)s minute" | |
| 2028 msgid_plural "%(number)s minutes" | |
|
3928
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
2029 msgstr[0] "%(number)s perce" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
2030 msgstr[1] "%(number)s perce" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
2031 |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
2032 #: ../roundup/date.py:1087 |
| 3781 | 2033 msgid "1/2 an hour" |
|
3928
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
2034 msgstr "1/2 órája" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
2035 |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
2036 #: ../roundup/date.py:1089 |
| 3781 | 2037 #, python-format |
| 2038 msgid "%(number)s/4 hour" | |
| 2039 msgid_plural "%(number)s/4 hours" | |
|
3928
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
2040 msgstr[0] "%(number)s/4 órája" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
2041 msgstr[1] "%(number)s/4 órája" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
2042 |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
2043 #: ../roundup/date.py:1093 |
| 3781 | 2044 #, python-format |
| 2045 msgid "%s ago" | |
|
3928
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
2046 msgstr "%s" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
2047 |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
2048 #: ../roundup/date.py:1095 |
| 3781 | 2049 #, python-format |
| 2050 msgid "in %s" | |
|
3928
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
2051 msgstr "%s-ban" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
2052 |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
2053 #: ../roundup/hyperdb.py:115 |
|
3928
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
2054 #, fuzzy, python-format |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
2055 msgid "property %s: %s" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
2056 msgstr "Hiba: %s: %s" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
2057 |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
2058 #: ../roundup/hyperdb.py:142 |
|
3928
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
2059 #, python-format |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
2060 msgid "property %s: %r is an invalid date (%s)" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
2061 msgstr "" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
2062 |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
2063 #: ../roundup/hyperdb.py:163 |
|
3928
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
2064 #, python-format |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
2065 msgid "property %s: %r is an invalid date interval (%s)" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
2066 msgstr "" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
2067 |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
2068 #: ../roundup/hyperdb.py:417 |
|
3928
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
2069 #, python-format |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
2070 msgid "property %s: %r is not a number" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
2071 msgstr "" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
2072 |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
2073 #: ../roundup/hyperdb.py:429 |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
2074 #, fuzzy, python-format |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
2075 msgid "property %s: %r is not an integer" |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
2076 msgstr "\"%(propname)s\" tulajdonság: \"%(value)s\" jelenleg nincs a listában" |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
2077 |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
2078 #: ../roundup/hyperdb.py:447 |
|
3928
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
2079 #, python-format |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
2080 msgid "\"%s\" not a node designator" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
2081 msgstr "" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
2082 |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
2083 # ../roundup/hyperdb.py:949:957 |
|
6607
b0bafbf4fddd
update .po files with new strings to translate
John Rouillard <rouilj@ieee.org>
parents:
6456
diff
changeset
|
2084 #: ../roundup/hyperdb.py:1473 ../roundup/hyperdb.py:1481 |
|
b0bafbf4fddd
update .po files with new strings to translate
John Rouillard <rouilj@ieee.org>
parents:
6456
diff
changeset
|
2085 #: ../roundup/hyperdb.py:1473:1481 |
|
3928
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
2086 #, python-format |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
2087 msgid "Not a property name: %s" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
2088 msgstr "" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
2089 |
|
6694
51865a1ee765
Update locale for 2.2.0b1 release.
John Rouillard <rouilj@ieee.org>
parents:
6676
diff
changeset
|
2090 #: ../roundup/hyperdb.py:1948 |
|
3928
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
2091 #, python-format |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
2092 msgid "property %s: %r is not a %s." |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
2093 msgstr "" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
2094 |
|
6694
51865a1ee765
Update locale for 2.2.0b1 release.
John Rouillard <rouilj@ieee.org>
parents:
6676
diff
changeset
|
2095 #: ../roundup/hyperdb.py:1951 |
|
3928
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
2096 #, python-format |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
2097 msgid "you may only enter ID values for property %s" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
2098 msgstr "" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
2099 |
|
6694
51865a1ee765
Update locale for 2.2.0b1 release.
John Rouillard <rouilj@ieee.org>
parents:
6676
diff
changeset
|
2100 #: ../roundup/hyperdb.py:1985 |
|
3928
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
2101 #, python-format |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
2102 msgid "%r is not a property of %s" |
| 3781 | 2103 msgstr "" |
| 2104 | |
|
6134
63739dae0f7e
update translation files for translators 2.0.0 beta
John Rouillard <rouilj@ieee.org>
parents:
5951
diff
changeset
|
2105 #: ../roundup/init.py:139 |
| 3781 | 2106 #, python-format |
| 2107 msgid "" | |
| 2108 "WARNING: directory '%s'\n" | |
| 2109 "\tcontains old-style template - ignored" | |
| 2110 msgstr "" | |
|
3928
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
2111 "FIGYELEM: a(z) '%s' könyvtár\n" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
2112 "\trégi típusú sablont tartalmaz - ignorálva" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
2113 |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
2114 # ../roundup/mailgw.py:199:211 |
|
6672
01216187a167
Testing translations in mailgw.py, update translations, i18n improved
John Rouillard <rouilj@ieee.org>
parents:
6620
diff
changeset
|
2115 #: ../roundup/mailgw.py:199 ../roundup/mailgw.py:212 |
|
01216187a167
Testing translations in mailgw.py, update translations, i18n improved
John Rouillard <rouilj@ieee.org>
parents:
6620
diff
changeset
|
2116 #: ../roundup/mailgw.py:199:212 |
|
3928
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
2117 #, python-format |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
2118 msgid "Message signed with unknown key: %s" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
2119 msgstr "" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
2120 |
|
6672
01216187a167
Testing translations in mailgw.py, update translations, i18n improved
John Rouillard <rouilj@ieee.org>
parents:
6620
diff
changeset
|
2121 #: ../roundup/mailgw.py:202 |
|
3928
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
2122 #, python-format |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
2123 msgid "Message signed with an expired key: %s" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
2124 msgstr "" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
2125 |
|
6672
01216187a167
Testing translations in mailgw.py, update translations, i18n improved
John Rouillard <rouilj@ieee.org>
parents:
6620
diff
changeset
|
2126 #: ../roundup/mailgw.py:205 |
|
3928
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
2127 #, python-format |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
2128 msgid "Message signed with a revoked key: %s" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
2129 msgstr "" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
2130 |
|
6672
01216187a167
Testing translations in mailgw.py, update translations, i18n improved
John Rouillard <rouilj@ieee.org>
parents:
6620
diff
changeset
|
2131 #: ../roundup/mailgw.py:208 |
|
3928
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
2132 msgid "Invalid PGP signature detected." |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
2133 msgstr "" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
2134 |
|
6672
01216187a167
Testing translations in mailgw.py, update translations, i18n improved
John Rouillard <rouilj@ieee.org>
parents:
6620
diff
changeset
|
2135 #: ../roundup/mailgw.py:215 |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
2136 #, fuzzy |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
2137 msgid "Unsigned Message" |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
2138 msgstr "Új üzenet" |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
2139 |
|
6672
01216187a167
Testing translations in mailgw.py, update translations, i18n improved
John Rouillard <rouilj@ieee.org>
parents:
6620
diff
changeset
|
2140 #: ../roundup/mailgw.py:465 |
|
3928
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
2141 msgid "Unknown multipart/encrypted version." |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
2142 msgstr "" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
2143 |
|
6672
01216187a167
Testing translations in mailgw.py, update translations, i18n improved
John Rouillard <rouilj@ieee.org>
parents:
6620
diff
changeset
|
2144 #: ../roundup/mailgw.py:474 |
|
3928
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
2145 msgid "Unable to decrypt your message." |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
2146 msgstr "" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
2147 |
|
6672
01216187a167
Testing translations in mailgw.py, update translations, i18n improved
John Rouillard <rouilj@ieee.org>
parents:
6620
diff
changeset
|
2148 #: ../roundup/mailgw.py:501 |
|
3928
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
2149 msgid "No PGP signature found in message." |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
2150 msgstr "" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
2151 |
|
6672
01216187a167
Testing translations in mailgw.py, update translations, i18n improved
John Rouillard <rouilj@ieee.org>
parents:
6620
diff
changeset
|
2152 #: ../roundup/mailgw.py:582 |
| 3781 | 2153 msgid "" |
| 2154 "\n" | |
| 2155 "Emails to Roundup trackers must include a Subject: line!\n" | |
| 2156 msgstr "" | |
|
3928
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
2157 "\n" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
2158 "A Roundup hibakövetőkhöz küldött e-maileknek tartalmazniuk kell egy Subject: " |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
2159 "sort!\n" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
2160 |
|
6672
01216187a167
Testing translations in mailgw.py, update translations, i18n improved
John Rouillard <rouilj@ieee.org>
parents:
6620
diff
changeset
|
2161 #: ../roundup/mailgw.py:695 |
| 3781 | 2162 #, python-format |
| 2163 msgid "" | |
| 2164 "\n" | |
| 2165 "The message you sent to roundup did not contain a properly formed subject\n" | |
| 2166 "line. The subject must contain a class name or designator to indicate the\n" | |
| 2167 "'topic' of the message. For example:\n" | |
| 2168 " Subject: [issue] This is a new issue\n" | |
| 2169 " - this will create a new issue in the tracker with the title 'This is\n" | |
| 2170 " a new issue'.\n" | |
| 2171 " Subject: [issue1234] This is a followup to issue 1234\n" | |
| 2172 " - this will append the message's contents to the existing issue 1234\n" | |
| 2173 " in the tracker.\n" | |
| 2174 "\n" | |
| 2175 "Subject was: '%(subject)s'\n" | |
| 2176 msgstr "" | |
| 2177 | |
|
6672
01216187a167
Testing translations in mailgw.py, update translations, i18n improved
John Rouillard <rouilj@ieee.org>
parents:
6620
diff
changeset
|
2178 #: ../roundup/mailgw.py:733 |
|
3928
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
2179 #, fuzzy, python-format |
| 3781 | 2180 msgid "" |
| 2181 "\n" | |
|
3928
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
2182 "The class name you identified in the subject line (\"%(classname)s\") does\n" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
2183 "not exist in the database.\n" |
| 3781 | 2184 "\n" |
| 2185 "Valid class names are: %(validname)s\n" | |
| 2186 "Subject was: \"%(subject)s\"\n" | |
| 2187 msgstr "" | |
|
3928
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
2188 "\n" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
2189 "A tárgy sorban megadott osztály neve (\"%(classname)s\") nem létezik\n" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
2190 "az adatbázisban.\n" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
2191 "\n" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
2192 "Az érvényes osztálynevek: %(validname)s\n" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
2193 "A tárgy ez volt: \"%(subject)s\"\n" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
2194 |
|
6672
01216187a167
Testing translations in mailgw.py, update translations, i18n improved
John Rouillard <rouilj@ieee.org>
parents:
6620
diff
changeset
|
2195 #: ../roundup/mailgw.py:741 |
| 3781 | 2196 #, python-format |
| 2197 msgid "" | |
| 2198 "\n" | |
|
3928
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
2199 "You did not identify a class name in the subject line and there is no\n" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
2200 "default set for this tracker. The subject must contain a class name or\n" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
2201 "designator to indicate the 'topic' of the message. For example:\n" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
2202 " Subject: [issue] This is a new issue\n" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
2203 " - this will create a new issue in the tracker with the title 'This is\n" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
2204 " a new issue'.\n" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
2205 " Subject: [issue1234] This is a followup to issue 1234\n" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
2206 " - this will append the message's contents to the existing issue 1234\n" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
2207 " in the tracker.\n" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
2208 "\n" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
2209 "Subject was: '%(subject)s'\n" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
2210 msgstr "" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
2211 |
|
6672
01216187a167
Testing translations in mailgw.py, update translations, i18n improved
John Rouillard <rouilj@ieee.org>
parents:
6620
diff
changeset
|
2212 #: ../roundup/mailgw.py:777 |
|
3928
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
2213 #, fuzzy, python-format |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
2214 msgid "" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
2215 "\n" |
| 3781 | 2216 "I cannot match your message to a node in the database - you need to either\n" |
|
3928
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
2217 "supply a full designator (with number, eg \"[issue123]\") or keep the\n" |
| 3781 | 2218 "previous subject title intact so I can match that.\n" |
| 2219 "\n" | |
| 2220 "Subject was: \"%(subject)s\"\n" | |
| 2221 msgstr "" | |
|
3928
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
2222 "\n" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
2223 "Nem sikerült az üzenetet párosítani egy adatbázisban szereplő ággal - vagy " |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
2224 "meg kell\n" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
2225 "adnia egy teljes nevet (számmal együtt, pl. \"[issue123]\"vagy meg kell\n" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
2226 "tartania a teljes előző címet, hogy ahhoz lehessen párosítani.\n" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
2227 "\n" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
2228 "A tárgy ez volt: \"%(subject)s\"\n" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
2229 |
|
6672
01216187a167
Testing translations in mailgw.py, update translations, i18n improved
John Rouillard <rouilj@ieee.org>
parents:
6620
diff
changeset
|
2230 #: ../roundup/mailgw.py:810 |
| 3781 | 2231 #, python-format |
| 2232 msgid "" | |
| 2233 "\n" | |
| 2234 "The node specified by the designator in the subject of your message\n" | |
| 2235 "(\"%(nodeid)s\") does not exist.\n" | |
| 2236 "\n" | |
| 2237 "Subject was: \"%(subject)s\"\n" | |
| 2238 msgstr "" | |
|
3928
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
2239 "\n" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
2240 "Az üzenet tárgysorában megadott ág\n" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
2241 "(\"%(nodeid)s\") nem létezik.\n" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
2242 "\n" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
2243 "A tárgy ez volt: \"%(subject)s\"\n" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
2244 |
|
6672
01216187a167
Testing translations in mailgw.py, update translations, i18n improved
John Rouillard <rouilj@ieee.org>
parents:
6620
diff
changeset
|
2245 #: ../roundup/mailgw.py:855 |
|
3928
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
2246 #, fuzzy, python-format |
| 3781 | 2247 msgid "" |
| 2248 "\n" | |
|
3928
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
2249 "You are not a registered user.%(registration_info)s\n" |
| 3781 | 2250 "\n" |
| 2251 "Unknown address: %(from_address)s\n" | |
| 2252 msgstr "" | |
|
3928
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
2253 "\n" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
2254 "Ön nem bejegyzett felhasználó.\n" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
2255 "\n" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
2256 "Ismeretlen cím: %(from_address)s\n" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
2257 |
|
6672
01216187a167
Testing translations in mailgw.py, update translations, i18n improved
John Rouillard <rouilj@ieee.org>
parents:
6620
diff
changeset
|
2258 #: ../roundup/mailgw.py:863 |
| 3781 | 2259 msgid "You are not permitted to access this tracker." |
|
3928
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
2260 msgstr "Ehhez a hibakövetőhöz hozzáférése nem engedélyezett." |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
2261 |
|
6672
01216187a167
Testing translations in mailgw.py, update translations, i18n improved
John Rouillard <rouilj@ieee.org>
parents:
6620
diff
changeset
|
2262 #: ../roundup/mailgw.py:874 |
| 3781 | 2263 #, python-format |
| 2264 msgid "You are not permitted to edit %(classname)s." | |
|
3928
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
2265 msgstr "Nincs jogosultsága %(classname)s szerkesztéséhez." |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
2266 |
|
6672
01216187a167
Testing translations in mailgw.py, update translations, i18n improved
John Rouillard <rouilj@ieee.org>
parents:
6620
diff
changeset
|
2267 #: ../roundup/mailgw.py:880 |
| 3781 | 2268 #, python-format |
| 2269 msgid "You are not permitted to create %(classname)s." | |
|
3928
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
2270 msgstr "Nincs jogosultsága %(classname)s létrehozásához." |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
2271 |
|
6672
01216187a167
Testing translations in mailgw.py, update translations, i18n improved
John Rouillard <rouilj@ieee.org>
parents:
6620
diff
changeset
|
2272 #: ../roundup/mailgw.py:962 |
| 3781 | 2273 #, python-format |
| 2274 msgid "" | |
| 2275 "\n" | |
| 2276 "There were problems handling your subject line argument list:\n" | |
| 2277 "- %(errors)s\n" | |
| 2278 "\n" | |
| 2279 "Subject was: \"%(subject)s\"\n" | |
| 2280 msgstr "" | |
|
3928
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
2281 "\n" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
2282 "Probléma merült fel a tárgysor argumentum listájának feldolgozása során:\n" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
2283 "- %(errors)s\n" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
2284 "\n" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
2285 "A tárgy ez volt: \"%(subject)s\"\n" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
2286 |
|
6672
01216187a167
Testing translations in mailgw.py, update translations, i18n improved
John Rouillard <rouilj@ieee.org>
parents:
6620
diff
changeset
|
2287 #: ../roundup/mailgw.py:1014 |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
2288 msgid "This tracker has been configured to require all email be PGP encrypted." |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
2289 msgstr "" |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
2290 |
|
6672
01216187a167
Testing translations in mailgw.py, update translations, i18n improved
John Rouillard <rouilj@ieee.org>
parents:
6620
diff
changeset
|
2291 #: ../roundup/mailgw.py:1051 |
|
3928
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
2292 msgid "" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
2293 "\n" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
2294 "This tracker has been configured to require all email be PGP signed or\n" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
2295 "encrypted." |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
2296 msgstr "" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
2297 |
|
6672
01216187a167
Testing translations in mailgw.py, update translations, i18n improved
John Rouillard <rouilj@ieee.org>
parents:
6620
diff
changeset
|
2298 #: ../roundup/mailgw.py:1082 |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
2299 msgid "You are not permitted to create files." |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
2300 msgstr "Nincs jogosultsága fájlok létrehozására." |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
2301 |
|
6672
01216187a167
Testing translations in mailgw.py, update translations, i18n improved
John Rouillard <rouilj@ieee.org>
parents:
6620
diff
changeset
|
2302 #: ../roundup/mailgw.py:1096 |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
2303 #, python-format |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
2304 msgid "You are not permitted to add files to %(classname)s." |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
2305 msgstr "Nincs jogosultsága fájlok hozzáadására %(classname)s-hez." |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
2306 |
|
6672
01216187a167
Testing translations in mailgw.py, update translations, i18n improved
John Rouillard <rouilj@ieee.org>
parents:
6620
diff
changeset
|
2307 #: ../roundup/mailgw.py:1126 |
| 3781 | 2308 msgid "" |
| 2309 "\n" | |
| 2310 "Roundup requires the submission to be plain text. The message parser could\n" | |
| 2311 "not find a text/plain part to use.\n" | |
| 2312 msgstr "" | |
|
3928
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
2313 "\n" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
2314 "A Roundup egyszerű szövegként tudja fogadni a kérelmet. Az üzenet értelmező\n" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
2315 "nem talált használható, egyszerű szöveg formátumú részt.\n" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
2316 |
|
6672
01216187a167
Testing translations in mailgw.py, update translations, i18n improved
John Rouillard <rouilj@ieee.org>
parents:
6620
diff
changeset
|
2317 #: ../roundup/mailgw.py:1139 |
| 3781 | 2318 msgid "You are not permitted to create messages." |
|
3928
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
2319 msgstr "Nincs jogosultsága üzenetek létrehozására." |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
2320 |
|
6672
01216187a167
Testing translations in mailgw.py, update translations, i18n improved
John Rouillard <rouilj@ieee.org>
parents:
6620
diff
changeset
|
2321 #: ../roundup/mailgw.py:1147 |
| 3781 | 2322 #, python-format |
| 2323 msgid "" | |
| 2324 "\n" | |
| 2325 "Mail message was rejected by a detector.\n" | |
| 2326 "%(error)s\n" | |
| 2327 msgstr "" | |
|
3928
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
2328 "\n" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
2329 "A mail üzenetet a felderítő visszutasította.\n" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
2330 "%(error)s\n" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
2331 |
|
6672
01216187a167
Testing translations in mailgw.py, update translations, i18n improved
John Rouillard <rouilj@ieee.org>
parents:
6620
diff
changeset
|
2332 #: ../roundup/mailgw.py:1155 |
| 3781 | 2333 #, python-format |
| 2334 msgid "You are not permitted to add messages to %(classname)s." | |
|
3928
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
2335 msgstr "Nincs jogosultsága üzenet hozzáadására %(classname)s-hez." |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
2336 |
|
6672
01216187a167
Testing translations in mailgw.py, update translations, i18n improved
John Rouillard <rouilj@ieee.org>
parents:
6620
diff
changeset
|
2337 #: ../roundup/mailgw.py:1177 |
| 3781 | 2338 #, python-format |
| 2339 msgid "You are not permitted to edit property %(prop)s of class %(classname)s." | |
| 2340 msgstr "" | |
|
3928
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
2341 "Nincs jogosultsága %(classname)s osztály %(prop)s tulajdonságát szerkeszteni." |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
2342 |
|
6672
01216187a167
Testing translations in mailgw.py, update translations, i18n improved
John Rouillard <rouilj@ieee.org>
parents:
6620
diff
changeset
|
2343 #: ../roundup/mailgw.py:1186 |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
2344 #, fuzzy, python-format |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
2345 msgid "You are not permitted to set property %(prop)s of class %(classname)s." |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
2346 msgstr "" |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
2347 "Nincs jogosultsága %(classname)s osztály %(prop)s tulajdonságát szerkeszteni." |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
2348 |
|
6672
01216187a167
Testing translations in mailgw.py, update translations, i18n improved
John Rouillard <rouilj@ieee.org>
parents:
6620
diff
changeset
|
2349 #: ../roundup/mailgw.py:1194 |
| 3781 | 2350 #, python-format |
| 2351 msgid "" | |
| 2352 "\n" | |
| 2353 "There was a problem with the message you sent:\n" | |
| 2354 " %(message)s\n" | |
| 2355 msgstr "" | |
|
3928
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
2356 "\n" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
2357 "Probléma volt az Ön által küldött üzenettel:\n" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
2358 " %(message)s\n" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
2359 |
|
6676
b336cc98d9d2
Mark strings for password reset and registration for translation
John Rouillard <rouilj@ieee.org>
parents:
6672
diff
changeset
|
2360 #: ../roundup/mailgw.py:1673 |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
2361 #, fuzzy, python-format |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
2362 msgid "" |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
2363 "\n" |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
2364 "The mail gateway is not properly set up. Please contact\n" |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
2365 "%(mailadmin)s and have them fix the incorrect class specified as:\n" |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
2366 " %(clsname)s\n" |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
2367 msgstr "" |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
2368 "\n" |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
2369 "A mail átjáró nincs helyesen beállítva. Vegye fel a kapcsolatot\n" |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
2370 "%(mailadmin)s-nal és javíttassa ki a hibásan megadott osztályt:\n" |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
2371 " %(current_class)s\n" |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
2372 |
|
6676
b336cc98d9d2
Mark strings for password reset and registration for translation
John Rouillard <rouilj@ieee.org>
parents:
6672
diff
changeset
|
2373 #: ../roundup/mailgw.py:1704 |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
2374 #, python-format |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
2375 msgid "" |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
2376 "\n" |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
2377 "The mail gateway is not properly set up. Please contact\n" |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
2378 "%(mailadmin)s and have them fix the incorrect properties:\n" |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
2379 " %(errors)s\n" |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
2380 msgstr "" |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
2381 "\n" |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
2382 "A mail átjáró nincs helyesen beállítva. Vegye fel a kapcsolatot\n" |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
2383 "%(mailadmin)s-nal és javíttassa ki a hibás tulajdonságokat:\n" |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
2384 " %(errors)s\n" |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
2385 |
|
6676
b336cc98d9d2
Mark strings for password reset and registration for translation
John Rouillard <rouilj@ieee.org>
parents:
6672
diff
changeset
|
2386 #: ../roundup/mailgw.py:1725 |
| 3781 | 2387 msgid "not of form [arg=value,value,...;arg=value,value,...]" |
|
3928
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
2388 msgstr "nem [arg=érték,érték,...;arg=érték,érték,...] formátumú" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
2389 |
|
6607
b0bafbf4fddd
update .po files with new strings to translate
John Rouillard <rouilj@ieee.org>
parents:
6456
diff
changeset
|
2390 #: ../roundup/rest.py:406 |
|
b0bafbf4fddd
update .po files with new strings to translate
John Rouillard <rouilj@ieee.org>
parents:
6456
diff
changeset
|
2391 #, python-format |
|
b0bafbf4fddd
update .po files with new strings to translate
John Rouillard <rouilj@ieee.org>
parents:
6456
diff
changeset
|
2392 msgid "Method %(m)s not allowed. Allowed: %(a)s" |
|
b0bafbf4fddd
update .po files with new strings to translate
John Rouillard <rouilj@ieee.org>
parents:
6456
diff
changeset
|
2393 msgstr "" |
|
b0bafbf4fddd
update .po files with new strings to translate
John Rouillard <rouilj@ieee.org>
parents:
6456
diff
changeset
|
2394 |
|
b0bafbf4fddd
update .po files with new strings to translate
John Rouillard <rouilj@ieee.org>
parents:
6456
diff
changeset
|
2395 # ../roundup/cgi/actions.py:930 :934 |
|
b0bafbf4fddd
update .po files with new strings to translate
John Rouillard <rouilj@ieee.org>
parents:
6456
diff
changeset
|
2396 #: ../roundup/rest.py:1104 |
|
b0bafbf4fddd
update .po files with new strings to translate
John Rouillard <rouilj@ieee.org>
parents:
6456
diff
changeset
|
2397 #, fuzzy, python-format |
|
b0bafbf4fddd
update .po files with new strings to translate
John Rouillard <rouilj@ieee.org>
parents:
6456
diff
changeset
|
2398 msgid "Invalid attribute %s" |
|
b0bafbf4fddd
update .po files with new strings to translate
John Rouillard <rouilj@ieee.org>
parents:
6456
diff
changeset
|
2399 msgstr "Hibás bejelentkezés" |
|
b0bafbf4fddd
update .po files with new strings to translate
John Rouillard <rouilj@ieee.org>
parents:
6456
diff
changeset
|
2400 |
|
6672
01216187a167
Testing translations in mailgw.py, update translations, i18n improved
John Rouillard <rouilj@ieee.org>
parents:
6620
diff
changeset
|
2401 #: ../roundup/rest.py:2085 |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
2402 #, python-format |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
2403 msgid "Api rate limits exceeded. Please wait: %s seconds." |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
2404 msgstr "" |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
2405 |
|
6672
01216187a167
Testing translations in mailgw.py, update translations, i18n improved
John Rouillard <rouilj@ieee.org>
parents:
6620
diff
changeset
|
2406 #: ../roundup/rest.py:2120 |
|
6364
e8361bce72de
update pot file and language .po files.
John Rouillard <rouilj@ieee.org>
parents:
6301
diff
changeset
|
2407 #, python-format |
|
e8361bce72de
update pot file and language .po files.
John Rouillard <rouilj@ieee.org>
parents:
6301
diff
changeset
|
2408 msgid "" |
|
e8361bce72de
update pot file and language .po files.
John Rouillard <rouilj@ieee.org>
parents:
6301
diff
changeset
|
2409 "Unable to parse Accept Header. %(error)s. Acceptable types: " |
|
e8361bce72de
update pot file and language .po files.
John Rouillard <rouilj@ieee.org>
parents:
6301
diff
changeset
|
2410 "%(acceptable_types)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 |
|
6694
51865a1ee765
Update locale for 2.2.0b1 release.
John Rouillard <rouilj@ieee.org>
parents:
6676
diff
changeset
|
2413 #: ../roundup/rest.py:2269 |
|
6607
b0bafbf4fddd
update .po files with new strings to translate
John Rouillard <rouilj@ieee.org>
parents:
6456
diff
changeset
|
2414 #, python-format |
|
b0bafbf4fddd
update .po files with new strings to translate
John Rouillard <rouilj@ieee.org>
parents:
6456
diff
changeset
|
2415 msgid "" |
|
b0bafbf4fddd
update .po files with new strings to translate
John Rouillard <rouilj@ieee.org>
parents:
6456
diff
changeset
|
2416 "Unrecognized api version: %s. See /rest without specifying api version for " |
|
b0bafbf4fddd
update .po files with new strings to translate
John Rouillard <rouilj@ieee.org>
parents:
6456
diff
changeset
|
2417 "supported versions." |
|
b0bafbf4fddd
update .po files with new strings to translate
John Rouillard <rouilj@ieee.org>
parents:
6456
diff
changeset
|
2418 msgstr "" |
|
b0bafbf4fddd
update .po files with new strings to translate
John Rouillard <rouilj@ieee.org>
parents:
6456
diff
changeset
|
2419 |
|
6672
01216187a167
Testing translations in mailgw.py, update translations, i18n improved
John Rouillard <rouilj@ieee.org>
parents:
6620
diff
changeset
|
2420 #: ../roundup/roundupdb.py:139 |
|
6134
63739dae0f7e
update translation files for translators 2.0.0 beta
John Rouillard <rouilj@ieee.org>
parents:
5951
diff
changeset
|
2421 #, python-format |
|
63739dae0f7e
update translation files for translators 2.0.0 beta
John Rouillard <rouilj@ieee.org>
parents:
5951
diff
changeset
|
2422 msgid "Username '%s' already exists." |
|
63739dae0f7e
update translation files for translators 2.0.0 beta
John Rouillard <rouilj@ieee.org>
parents:
5951
diff
changeset
|
2423 msgstr "" |
|
63739dae0f7e
update translation files for translators 2.0.0 beta
John Rouillard <rouilj@ieee.org>
parents:
5951
diff
changeset
|
2424 |
|
6672
01216187a167
Testing translations in mailgw.py, update translations, i18n improved
John Rouillard <rouilj@ieee.org>
parents:
6620
diff
changeset
|
2425 #: ../roundup/roundupdb.py:223 |
| 3781 | 2426 msgid "files" |
|
3928
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
2427 msgstr "fájlok" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
2428 |
|
6672
01216187a167
Testing translations in mailgw.py, update translations, i18n improved
John Rouillard <rouilj@ieee.org>
parents:
6620
diff
changeset
|
2429 #: ../roundup/roundupdb.py:223 |
| 3781 | 2430 msgid "messages" |
|
3928
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
2431 msgstr "üzenetek" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
2432 |
|
6672
01216187a167
Testing translations in mailgw.py, update translations, i18n improved
John Rouillard <rouilj@ieee.org>
parents:
6620
diff
changeset
|
2433 #: ../roundup/roundupdb.py:223 |
| 3781 | 2434 msgid "nosy" |
|
3928
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
2435 msgstr "kíváncsi" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
2436 |
|
6672
01216187a167
Testing translations in mailgw.py, update translations, i18n improved
John Rouillard <rouilj@ieee.org>
parents:
6620
diff
changeset
|
2437 #: ../roundup/roundupdb.py:223 |
| 3781 | 2438 msgid "superseder" |
|
3928
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
2439 msgstr "helyettes" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
2440 |
|
6672
01216187a167
Testing translations in mailgw.py, update translations, i18n improved
John Rouillard <rouilj@ieee.org>
parents:
6620
diff
changeset
|
2441 #: ../roundup/roundupdb.py:223 |
| 3781 | 2442 msgid "title" |
|
3928
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
2443 msgstr "cím" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
2444 |
|
6672
01216187a167
Testing translations in mailgw.py, update translations, i18n improved
John Rouillard <rouilj@ieee.org>
parents:
6620
diff
changeset
|
2445 #: ../roundup/roundupdb.py:224 |
| 3781 | 2446 msgid "assignedto" |
|
3928
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
2447 msgstr "kiosztva" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
2448 |
|
6672
01216187a167
Testing translations in mailgw.py, update translations, i18n improved
John Rouillard <rouilj@ieee.org>
parents:
6620
diff
changeset
|
2449 #: ../roundup/roundupdb.py:224 |
|
3928
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
2450 #, fuzzy |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
2451 msgid "keyword" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
2452 msgstr "Téma" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
2453 |
|
6672
01216187a167
Testing translations in mailgw.py, update translations, i18n improved
John Rouillard <rouilj@ieee.org>
parents:
6620
diff
changeset
|
2454 #: ../roundup/roundupdb.py:224 |
| 3781 | 2455 msgid "priority" |
|
3928
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
2456 msgstr "prioritás" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
2457 |
|
6672
01216187a167
Testing translations in mailgw.py, update translations, i18n improved
John Rouillard <rouilj@ieee.org>
parents:
6620
diff
changeset
|
2458 #: ../roundup/roundupdb.py:224 |
| 3781 | 2459 msgid "status" |
|
3928
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
2460 msgstr "állapot" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
2461 |
|
6672
01216187a167
Testing translations in mailgw.py, update translations, i18n improved
John Rouillard <rouilj@ieee.org>
parents:
6620
diff
changeset
|
2462 #: ../roundup/roundupdb.py:227 |
| 3781 | 2463 msgid "activity" |
|
3928
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
2464 msgstr "művelet" |
| 3781 | 2465 |
| 2466 #. following properties are common for all hyperdb classes | |
| 2467 #. they are listed here to keep things in one place | |
|
6672
01216187a167
Testing translations in mailgw.py, update translations, i18n improved
John Rouillard <rouilj@ieee.org>
parents:
6620
diff
changeset
|
2468 #: ../roundup/roundupdb.py:227 |
| 3781 | 2469 msgid "actor" |
|
3928
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
2470 msgstr "végezte" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
2471 |
|
6672
01216187a167
Testing translations in mailgw.py, update translations, i18n improved
John Rouillard <rouilj@ieee.org>
parents:
6620
diff
changeset
|
2472 #: ../roundup/roundupdb.py:227 |
| 3781 | 2473 msgid "creation" |
|
3928
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
2474 msgstr "létrehozás" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
2475 |
|
6672
01216187a167
Testing translations in mailgw.py, update translations, i18n improved
John Rouillard <rouilj@ieee.org>
parents:
6620
diff
changeset
|
2476 #: ../roundup/roundupdb.py:227 |
| 3781 | 2477 msgid "creator" |
|
3928
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
2478 msgstr "létrehozó" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
2479 |
|
6672
01216187a167
Testing translations in mailgw.py, update translations, i18n improved
John Rouillard <rouilj@ieee.org>
parents:
6620
diff
changeset
|
2480 #: ../roundup/roundupdb.py:416 |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
2481 #, python-format |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
2482 msgid "No key for \"%(adr)s\" in keyring" |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
2483 msgstr "" |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
2484 |
|
6672
01216187a167
Testing translations in mailgw.py, update translations, i18n improved
John Rouillard <rouilj@ieee.org>
parents:
6620
diff
changeset
|
2485 #: ../roundup/roundupdb.py:490 |
| 3781 | 2486 #, python-format |
| 2487 msgid "New submission from %(authname)s%(authaddr)s:" | |
|
3928
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
2488 msgstr "Új beadvány %(authname)s%(authaddr)s részéről:" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
2489 |
|
6672
01216187a167
Testing translations in mailgw.py, update translations, i18n improved
John Rouillard <rouilj@ieee.org>
parents:
6620
diff
changeset
|
2490 #: ../roundup/roundupdb.py:493 |
| 3781 | 2491 #, python-format |
| 2492 msgid "%(authname)s%(authaddr)s added the comment:" | |
|
3928
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
2493 msgstr "%(authname)s%(authaddr)s ezt a megjegyzést írta:" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
2494 |
|
6672
01216187a167
Testing translations in mailgw.py, update translations, i18n improved
John Rouillard <rouilj@ieee.org>
parents:
6620
diff
changeset
|
2495 #: ../roundup/roundupdb.py:496 |
|
3928
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
2496 #, fuzzy, python-format |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
2497 msgid "Change by %(authname)s%(authaddr)s:" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
2498 msgstr "Új beadvány %(authname)s%(authaddr)s részéről:" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
2499 |
|
6672
01216187a167
Testing translations in mailgw.py, update translations, i18n improved
John Rouillard <rouilj@ieee.org>
parents:
6620
diff
changeset
|
2500 #: ../roundup/roundupdb.py:515 |
|
3928
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
2501 #, python-format |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
2502 msgid "File '%(filename)s' not attached - you can download it from %(link)s." |
| 3781 | 2503 msgstr "" |
| 2504 | |
|
6672
01216187a167
Testing translations in mailgw.py, update translations, i18n improved
John Rouillard <rouilj@ieee.org>
parents:
6620
diff
changeset
|
2505 #: ../roundup/roundupdb.py:892 |
|
3928
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
2506 #, python-format |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
2507 msgid "" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
2508 "\n" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
2509 "Now:\n" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
2510 "%(new)s\n" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
2511 "Was:\n" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
2512 "%(old)s" |
| 3781 | 2513 msgstr "" |
| 2514 | |
|
6134
63739dae0f7e
update translation files for translators 2.0.0 beta
John Rouillard <rouilj@ieee.org>
parents:
5951
diff
changeset
|
2515 #: ../roundup/scripts/roundup_demo.py:49 |
| 3781 | 2516 #, python-format |
| 2517 msgid "Enter directory path to create demo tracker [%s]: " | |
|
3928
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
2518 msgstr "Adja meg az elérési utat a bemutató tracker [%s] létrehozásához: " |
| 3781 | 2519 |
|
6134
63739dae0f7e
update translation files for translators 2.0.0 beta
John Rouillard <rouilj@ieee.org>
parents:
5951
diff
changeset
|
2520 #: ../roundup/scripts/roundup_demo.py:54 |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
2521 #, python-format |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
2522 msgid "Enter tracker template to use (one of (%s)) [%s]: " |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
2523 msgstr "" |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
2524 |
|
6134
63739dae0f7e
update translation files for translators 2.0.0 beta
John Rouillard <rouilj@ieee.org>
parents:
5951
diff
changeset
|
2525 #: ../roundup/scripts/roundup_gettext.py:35 |
| 3781 | 2526 #, python-format |
| 2527 msgid "Usage: %(program)s <tracker home>" | |
|
3928
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
2528 msgstr "Használat: %(program)s <tracker elérési út>" |
| 3781 | 2529 |
|
6134
63739dae0f7e
update translation files for translators 2.0.0 beta
John Rouillard <rouilj@ieee.org>
parents:
5951
diff
changeset
|
2530 #: ../roundup/scripts/roundup_gettext.py:51 |
| 3781 | 2531 #, python-format |
| 2532 msgid "No tracker templates found in directory %s" | |
|
3928
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
2533 msgstr "Nem található tracker sablon a(z) %s könyvtárban" |
| 3781 | 2534 |
|
6134
63739dae0f7e
update translation files for translators 2.0.0 beta
John Rouillard <rouilj@ieee.org>
parents:
5951
diff
changeset
|
2535 #: ../roundup/scripts/roundup_mailgw.py:50 |
| 3781 | 2536 #, python-format |
| 2537 msgid "" | |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
2538 "Usage: %(program)s [-v] [-c class] [[-C class] -S field=value]* [instance " |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
2539 "home] [mail source [specification]]\n" |
| 3781 | 2540 "\n" |
| 2541 "Options:\n" | |
| 2542 " -v: print version and exit\n" | |
|
3928
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
2543 " -c: default class of item to create (else the tracker's " |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
2544 "MAIL_DEFAULT_CLASS)\n" |
| 3781 | 2545 " -C / -S: see below\n" |
| 2546 "\n" | |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
2547 "The roundup mail gateway may be called in one of the following ways:\n" |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
2548 " . without arguments. Then the env var ROUNDUP_INSTANCE will be tried.\n" |
| 3781 | 2549 " . with an instance home as the only argument,\n" |
| 2550 " . with both an instance home and a mail spool file,\n" | |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
2551 " . with an instance home, a mail source type and its specification.\n" |
| 3781 | 2552 "\n" |
| 2553 "It also supports optional -C and -S arguments that allows you to set a\n" | |
| 2554 "fields for a class created by the roundup-mailgw. The default class if\n" | |
| 2555 "not specified is msg, but the other classes: issue, file, user can\n" | |
| 2556 "also be used. The -S or --set options uses the same\n" | |
| 2557 "property=value[;property=value] notation accepted by the command line\n" | |
| 2558 "roundup command or the commands that can be given on the Subject line\n" | |
| 2559 "of an email message.\n" | |
| 2560 "\n" | |
| 2561 "It can let you set the type of the message on a per email address basis.\n" | |
| 2562 "\n" | |
| 2563 "PIPE:\n" | |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
2564 " If there is no mail source specified,\n" |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
2565 " the mail gateway reads a single message from the standard input\n" |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
2566 " and submits the message to the roundup.mailgw module.\n" |
| 3781 | 2567 "\n" |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
2568 "Mail source \"mailbox\":\n" |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
2569 " In this case, the gateway reads all messages from the UNIX mail spool\n" |
| 3781 | 2570 " file and submits each in turn to the roundup.mailgw module. The file is\n" |
| 2571 " emptied once all messages have been successfully handled. The file is\n" | |
| 2572 " specified as:\n" | |
| 2573 " mailbox /path/to/mailbox\n" | |
| 2574 "\n" | |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
2575 "In all of the following mail source type the username and password\n" |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
2576 "can be stored in a ~/.netrc file. If done so case only the server name\n" |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
2577 "need to be specified on the command-line.\n" |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
2578 "\n" |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
2579 "The username and/or password will be prompted for if not supplied on\n" |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
2580 "the command-line or in ~/.netrc.\n" |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
2581 "\n" |
| 3781 | 2582 "POP:\n" |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
2583 " For the mail source \"pop\", the gateway reads all messages from the POP " |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
2584 "server\n" |
| 3781 | 2585 " specified and submits each in turn to the roundup.mailgw module. The\n" |
| 2586 " server is specified as:\n" | |
| 2587 " pop username:password@server\n" | |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
2588 " Alternatively, one can omit one or both of username and password:\n" |
| 3781 | 2589 " pop username@server\n" |
| 2590 " pop server\n" | |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
2591 " are both valid.\n" |
| 3781 | 2592 "\n" |
|
3928
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
2593 "POPS:\n" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
2594 " Connect to a POP server over ssl. This requires python 2.4 or later.\n" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
2595 " This supports the same notation as POP.\n" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
2596 "\n" |
| 3781 | 2597 "APOP:\n" |
| 2598 " Same as POP, but using Authenticated POP:\n" | |
| 2599 " apop username:password@server\n" | |
| 2600 "\n" | |
| 2601 "IMAP:\n" | |
| 2602 " Connect to an IMAP server. This supports the same notation as that of\n" | |
| 2603 " POP mail.\n" | |
| 2604 " imap username:password@server\n" | |
| 2605 " It also allows you to specify a specific mailbox other than INBOX using\n" | |
| 2606 " this format:\n" | |
| 2607 " imap username:password@server mailbox\n" | |
| 2608 "\n" | |
| 2609 "IMAPS:\n" | |
| 2610 " Connect to an IMAP server over ssl.\n" | |
| 2611 " This supports the same notation as IMAP.\n" | |
| 2612 " imaps username:password@server [mailbox]\n" | |
| 2613 "\n" | |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
2614 "IMAPS_CRAM:\n" |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
2615 " Connect to an IMAP server over ssl using CRAM-MD5 authentication.\n" |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
2616 " This supports the same notation as IMAP.\n" |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
2617 " imaps_cram username:password@server [mailbox]\n" |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
2618 "\n" |
| 3781 | 2619 msgstr "" |
| 2620 | |
|
6134
63739dae0f7e
update translation files for translators 2.0.0 beta
John Rouillard <rouilj@ieee.org>
parents:
5951
diff
changeset
|
2621 #: ../roundup/scripts/roundup_mailgw.py:174 |
| 3781 | 2622 msgid "Error: not enough source specification information" |
|
3928
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
2623 msgstr "Hiba: nincs elég forrás specifikációs információ" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
2624 |
|
6134
63739dae0f7e
update translation files for translators 2.0.0 beta
John Rouillard <rouilj@ieee.org>
parents:
5951
diff
changeset
|
2625 #: ../roundup/scripts/roundup_mailgw.py:203 |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
2626 #, fuzzy, python-format |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
2627 msgid "Error: %s specification not valid" |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
2628 msgstr "Hiba: a pop specifikáció nem érvényes" |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
2629 |
|
6134
63739dae0f7e
update translation files for translators 2.0.0 beta
John Rouillard <rouilj@ieee.org>
parents:
5951
diff
changeset
|
2630 #: ../roundup/scripts/roundup_mailgw.py:223 |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
2631 #, fuzzy |
|
3928
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
2632 msgid "" |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
2633 "Error: The source must be either \"mailbox\", \"pop\", \"pops\", \"apop\", " |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
2634 "\"imap\", \"imaps\" or \"imaps_cram" |
|
3928
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
2635 msgstr "" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
2636 "Hiba: A forrás a következők egyike kell legyen: \"mailbox\", \"pop\", \"apop" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
2637 "\", \"imap\" vagy \"imaps\"" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
2638 |
|
6134
63739dae0f7e
update translation files for translators 2.0.0 beta
John Rouillard <rouilj@ieee.org>
parents:
5951
diff
changeset
|
2639 #: ../roundup/scripts/roundup_server.py:109 |
|
3928
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
2640 msgid "WARNING: generating temporary SSL certificate" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
2641 msgstr "" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
2642 |
|
6694
51865a1ee765
Update locale for 2.2.0b1 release.
John Rouillard <rouilj@ieee.org>
parents:
6676
diff
changeset
|
2643 #: ../roundup/scripts/roundup_server.py:293 |
| 3781 | 2644 msgid "" |
| 2645 "<html><head><title>Roundup trackers index</title></head>\n" | |
| 2646 "<body><h1>Roundup trackers index</h1><ol>\n" | |
| 2647 msgstr "" | |
| 2648 "<html><head><title>Roundup hibakövetők listája</title></head>\n" | |
| 2649 "<body><h1>Roundup hibakövetők listája</h1><ol>\n" | |
| 2650 | |
|
6694
51865a1ee765
Update locale for 2.2.0b1 release.
John Rouillard <rouilj@ieee.org>
parents:
6676
diff
changeset
|
2651 #: ../roundup/scripts/roundup_server.py:513 |
|
6134
63739dae0f7e
update translation files for translators 2.0.0 beta
John Rouillard <rouilj@ieee.org>
parents:
5951
diff
changeset
|
2652 #, fuzzy, python-format |
|
63739dae0f7e
update translation files for translators 2.0.0 beta
John Rouillard <rouilj@ieee.org>
parents:
5951
diff
changeset
|
2653 msgid "Error: %(type)s: %(value)s" |
|
63739dae0f7e
update translation files for translators 2.0.0 beta
John Rouillard <rouilj@ieee.org>
parents:
5951
diff
changeset
|
2654 msgstr "%(key)s: %(value)s" |
|
63739dae0f7e
update translation files for translators 2.0.0 beta
John Rouillard <rouilj@ieee.org>
parents:
5951
diff
changeset
|
2655 |
|
6694
51865a1ee765
Update locale for 2.2.0b1 release.
John Rouillard <rouilj@ieee.org>
parents:
6676
diff
changeset
|
2656 #: ../roundup/scripts/roundup_server.py:525 |
| 3781 | 2657 msgid "WARNING: ignoring \"-g\" argument, not root" |
|
3928
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
2658 msgstr "FIGYELEM: \"-g\" opció figyelmen kívül hagyásra került, nem root" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
2659 |
|
6694
51865a1ee765
Update locale for 2.2.0b1 release.
John Rouillard <rouilj@ieee.org>
parents:
6676
diff
changeset
|
2660 #: ../roundup/scripts/roundup_server.py:531 |
| 3781 | 2661 msgid "Can't change groups - no grp module" |
| 2662 msgstr "Nem lehet csoportot váltani - nincs meg a grp modul" | |
| 2663 | |
|
6694
51865a1ee765
Update locale for 2.2.0b1 release.
John Rouillard <rouilj@ieee.org>
parents:
6676
diff
changeset
|
2664 #: ../roundup/scripts/roundup_server.py:540 |
| 3781 | 2665 #, python-format |
| 2666 msgid "Group %(group)s doesn't exist" | |
| 2667 msgstr "%(group)s csoport nem létezik" | |
| 2668 | |
|
6694
51865a1ee765
Update locale for 2.2.0b1 release.
John Rouillard <rouilj@ieee.org>
parents:
6676
diff
changeset
|
2669 #: ../roundup/scripts/roundup_server.py:552 |
| 3781 | 2670 msgid "Can't run as root!" |
| 2671 msgstr "Nem futhat root-ként!" | |
| 2672 | |
|
6694
51865a1ee765
Update locale for 2.2.0b1 release.
John Rouillard <rouilj@ieee.org>
parents:
6676
diff
changeset
|
2673 #: ../roundup/scripts/roundup_server.py:555 |
| 3781 | 2674 msgid "WARNING: ignoring \"-u\" argument, not root" |
|
3928
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
2675 msgstr "FIGYELEM: \"-u\" opció figyelmen kívül hagyásra került, nem root" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
2676 |
|
6694
51865a1ee765
Update locale for 2.2.0b1 release.
John Rouillard <rouilj@ieee.org>
parents:
6676
diff
changeset
|
2677 #: ../roundup/scripts/roundup_server.py:561 |
| 3781 | 2678 msgid "Can't change users - no pwd module" |
|
3928
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
2679 msgstr "Felhasználóváltás nem sikerült - nincs pwd modul" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
2680 |
|
6694
51865a1ee765
Update locale for 2.2.0b1 release.
John Rouillard <rouilj@ieee.org>
parents:
6676
diff
changeset
|
2681 #: ../roundup/scripts/roundup_server.py:570 |
| 3781 | 2682 #, python-format |
| 2683 msgid "User %(user)s doesn't exist" | |
| 2684 msgstr "A(z) %(user)s felhasználó nem létezik" | |
| 2685 | |
|
6694
51865a1ee765
Update locale for 2.2.0b1 release.
John Rouillard <rouilj@ieee.org>
parents:
6676
diff
changeset
|
2686 #: ../roundup/scripts/roundup_server.py:766 |
| 3781 | 2687 #, python-format |
| 2688 msgid "Multiprocess mode \"%s\" is not available, switching to single-process" | |
|
3928
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
2689 msgstr "\"%s\" többszálú mód nem érhető el, áttérés egyszálú módra" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
2690 |
|
6694
51865a1ee765
Update locale for 2.2.0b1 release.
John Rouillard <rouilj@ieee.org>
parents:
6676
diff
changeset
|
2691 #: ../roundup/scripts/roundup_server.py:793 |
| 3781 | 2692 #, python-format |
| 2693 msgid "Unable to bind to port %s, port already in use." | |
|
3928
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
2694 msgstr "Nem sikerült a(z) %s portra csatlakozni, a port már használatban van." |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
2695 |
|
6744
13abb143df48
Update tranlsation strings
John Rouillard <rouilj@ieee.org>
parents:
6694
diff
changeset
|
2696 #: ../roundup/scripts/roundup_server.py:796 |
|
13abb143df48
Update tranlsation strings
John Rouillard <rouilj@ieee.org>
parents:
6694
diff
changeset
|
2697 #, fuzzy, python-format |
|
13abb143df48
Update tranlsation strings
John Rouillard <rouilj@ieee.org>
parents:
6694
diff
changeset
|
2698 msgid "" |
|
13abb143df48
Update tranlsation strings
John Rouillard <rouilj@ieee.org>
parents:
6694
diff
changeset
|
2699 "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
|
2700 msgstr "Nem sikerült a(z) %s portra csatlakozni, a port már használatban van." |
|
13abb143df48
Update tranlsation strings
John Rouillard <rouilj@ieee.org>
parents:
6694
diff
changeset
|
2701 |
|
13abb143df48
Update tranlsation strings
John Rouillard <rouilj@ieee.org>
parents:
6694
diff
changeset
|
2702 #: ../roundup/scripts/roundup_server.py:874 |
| 3781 | 2703 msgid "" |
| 2704 " -c <Command> Windows Service options.\n" | |
| 2705 " If you want to run the server as a Windows Service, you\n" | |
| 2706 " must use configuration file to specify tracker homes.\n" | |
| 2707 " Logfile option is required to run Roundup Tracker service.\n" | |
| 2708 " Typing \"roundup-server -c help\" shows Windows Services\n" | |
| 2709 " specifics." | |
| 2710 msgstr "" | |
| 2711 | |
|
6744
13abb143df48
Update tranlsation strings
John Rouillard <rouilj@ieee.org>
parents:
6694
diff
changeset
|
2712 #: ../roundup/scripts/roundup_server.py:881 |
| 3781 | 2713 msgid "" |
| 2714 " -u <UID> runs the Roundup web server as this UID\n" | |
| 2715 " -g <GID> runs the Roundup web server as this GID\n" | |
| 2716 " -d <PIDfile> run the server in the background and write the server's PID\n" | |
| 2717 " to the file indicated by PIDfile. The -l option *must* be\n" | |
| 2718 " specified if -d is used." | |
| 2719 msgstr "" | |
| 2720 | |
|
6744
13abb143df48
Update tranlsation strings
John Rouillard <rouilj@ieee.org>
parents:
6694
diff
changeset
|
2721 #: ../roundup/scripts/roundup_server.py:888 |
| 3781 | 2722 #, python-format |
| 2723 msgid "" | |
|
6607
b0bafbf4fddd
update .po files with new strings to translate
John Rouillard <rouilj@ieee.org>
parents:
6456
diff
changeset
|
2724 "\n" |
| 3781 | 2725 "%(message)sUsage: roundup-server [options] [name=tracker home]*\n" |
| 2726 "\n" | |
| 2727 "Options:\n" | |
| 2728 " -v print the Roundup version number and exit\n" | |
| 2729 " -h print this text and exit\n" | |
| 2730 " -S create or update configuration file and exit\n" | |
| 2731 " -C <fname> use configuration file <fname>\n" | |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
2732 " -n <name> set the host name of the Roundup web server instance,\n" |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
2733 " specifies on which network interfaces to listen for\n" |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
2734 " connections, defaults to localhost, use 0.0.0.0 to bind\n" |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
2735 " to all network interfaces\n" |
| 3781 | 2736 " -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
|
2737 " -I <header1[,header2]*> list of headers to pass to the backend\n" |
| 3781 | 2738 " -l <fname> log to the file indicated by fname instead of stderr/stdout\n" |
|
3928
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
2739 " -N log client machine names instead of IP addresses (much " |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
2740 "slower)\n" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
2741 " -i <fname> set tracker index template\n" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
2742 " -s enable SSL\n" |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
2743 " -L http request logging uses python logging (roundup.http)\n" |
|
3928
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
2744 " -e <fname> PEM file containing SSL key and certificate\n" |
| 3781 | 2745 " -t <mode> multiprocess mode (default: %(mp_def)s).\n" |
| 2746 " Allowed values: %(mp_types)s.\n" | |
|
6607
b0bafbf4fddd
update .po files with new strings to translate
John Rouillard <rouilj@ieee.org>
parents:
6456
diff
changeset
|
2747 " -V <version> set HTTP version (default: HTTP/1.1).\n" |
|
b0bafbf4fddd
update .po files with new strings to translate
John Rouillard <rouilj@ieee.org>
parents:
6456
diff
changeset
|
2748 " Allowed values: HTTP/1.0, HTTP/1.1.\n" |
|
b0bafbf4fddd
update .po files with new strings to translate
John Rouillard <rouilj@ieee.org>
parents:
6456
diff
changeset
|
2749 "\n" |
| 3781 | 2750 "%(os_part)s\n" |
| 2751 "\n" | |
| 2752 "Long options:\n" | |
| 2753 " --version print the Roundup version number and exit\n" | |
| 2754 " --help print this text and exit\n" | |
| 2755 " --save-config create or update configuration file and exit\n" | |
| 2756 " --config <fname> use configuration file <fname>\n" | |
| 2757 " All settings of the [main] section of the configuration file\n" | |
| 2758 " also may be specified in form --<name>=<value>\n" | |
| 2759 "\n" | |
| 2760 "Examples:\n" | |
| 2761 "\n" | |
| 2762 " roundup-server -S -C /opt/roundup/etc/roundup-server.ini \\\n" | |
| 2763 " -n localhost -p 8917 -l /var/log/roundup.log \\\n" | |
| 2764 " support=/var/spool/roundup-trackers/support\n" | |
| 2765 "\n" | |
| 2766 " roundup-server -C /opt/roundup/etc/roundup-server.ini\n" | |
| 2767 "\n" | |
| 2768 " roundup-server support=/var/spool/roundup-trackers/support\n" | |
| 2769 "\n" | |
| 2770 " roundup-server -d /var/run/roundup.pid -l /var/log/roundup.log \\\n" | |
| 2771 " support=/var/spool/roundup-trackers/support\n" | |
| 2772 "\n" | |
| 2773 "Configuration file format:\n" | |
| 2774 " Roundup Server configuration file has common .ini file format.\n" | |
| 2775 " Configuration file created with 'roundup-server -S' contains\n" | |
| 2776 " detailed explanations for each option. Please see that file\n" | |
| 2777 " for option descriptions.\n" | |
| 2778 "\n" | |
| 2779 "How to use \"name=tracker home\":\n" | |
| 2780 " These arguments set the tracker home(s) to use. The name is how the\n" | |
| 2781 " tracker is identified in the URL (it's the first part of the URL path).\n" | |
| 2782 " The tracker home is the directory that was identified when you did\n" | |
| 2783 " \"roundup-admin init\". You may specify any number of these name=home\n" | |
| 2784 " pairs on the command-line. Make sure the name part doesn't include\n" | |
| 2785 " any url-unsafe characters like spaces, as these confuse IE.\n" | |
| 2786 msgstr "" | |
| 2787 | |
|
6744
13abb143df48
Update tranlsation strings
John Rouillard <rouilj@ieee.org>
parents:
6694
diff
changeset
|
2788 #: ../roundup/scripts/roundup_server.py:1064 |
| 3781 | 2789 msgid "Instances must be name=home" |
|
3928
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
2790 msgstr "A példányoknak név=home formában kell lenniük" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
2791 |
|
6744
13abb143df48
Update tranlsation strings
John Rouillard <rouilj@ieee.org>
parents:
6694
diff
changeset
|
2792 #: ../roundup/scripts/roundup_server.py:1078 |
| 3781 | 2793 #, python-format |
| 2794 msgid "Configuration saved to %s" | |
|
3928
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
2795 msgstr "Beállítások elmentve ide: %s" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
2796 |
|
6744
13abb143df48
Update tranlsation strings
John Rouillard <rouilj@ieee.org>
parents:
6694
diff
changeset
|
2797 #: ../roundup/scripts/roundup_server.py:1096 |
| 3781 | 2798 msgid "Sorry, you can't run the server as a daemon on this Operating System" |
|
3928
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
2799 msgstr "" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
2800 "Elnézést, ezen az operációs rendszeren a szerver nem indítható démonként" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
2801 |
|
6744
13abb143df48
Update tranlsation strings
John Rouillard <rouilj@ieee.org>
parents:
6694
diff
changeset
|
2802 #: ../roundup/scripts/roundup_server.py:1116 |
| 3781 | 2803 #, python-format |
| 2804 msgid "Roundup server started on %(HOST)s:%(PORT)s" | |
|
3928
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
2805 msgstr "Roundup server elindítva a(z) %(HOST)s:%(PORT)s gépen" |
| 3781 | 2806 |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
2807 #: ../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
|
2808 #: ../share/roundup/templates/devel/html/_generic.collision.html:4 |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
2809 #: ../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
|
2810 #: ../share/roundup/templates/responsive/html/_generic.collision.html:4 |
| 3781 | 2811 msgid "${class} Edit Collision - ${tracker}" |
| 2812 msgstr "${class} ütközés szerkesztése - ${tracker}" | |
| 2813 | |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
2814 #: ../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
|
2815 #: ../share/roundup/templates/devel/html/_generic.collision.html:7 |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
2816 #: ../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
|
2817 #: ../share/roundup/templates/responsive/html/_generic.collision.html:7 |
| 3781 | 2818 msgid "${class} Edit Collision" |
| 2819 msgstr "${class} ütközés szerkesztése" | |
| 2820 | |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
2821 #: ../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
|
2822 #: ../share/roundup/templates/devel/html/_generic.collision.html:14 |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
2823 #: ../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
|
2824 #: ../share/roundup/templates/responsive/html/_generic.collision.html:14 |
| 3781 | 2825 msgid "" |
| 2826 "\n" | |
| 2827 " There has been a collision. Another user updated this node\n" | |
| 2829 " the node and review your edits.\n" | |
| 2830 msgstr "" | |
|
3928
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
2831 "\n" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
2832 " Ütközés történt. Egy másik felhasználó módosította ezt a bejegyzést\n" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
|
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
2834 " a bejegyzést és szerkessze újra azt.\n" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
2835 |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
2836 #: ../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
|
2837 #: ../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
|
2838 #: ../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
|
2839 #: ../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
|
2840 #: ../share/roundup/templates/responsive/html/user.help.html:90 |
|
3928
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
2841 msgid "Please specify your search parameters!" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
2842 msgstr "" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
2843 |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
2844 #: ../share/roundup/templates/classic/html/_generic.help-list.html:20 |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
2845 #: ../share/roundup/templates/classic/html/_generic.index.html:14 |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
2846 #: ../share/roundup/templates/classic/html/_generic.item.html:12 |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
2847 #: ../share/roundup/templates/classic/html/file.item.html:9 |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
2848 #: ../share/roundup/templates/classic/html/issue.index.html:15 |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
2849 #: ../share/roundup/templates/classic/html/issue.item.html:28 |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
2850 #: ../share/roundup/templates/classic/html/msg.item.html:26 |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
2851 #: ../share/roundup/templates/classic/html/user.index.html:9 |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
2852 #: ../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
|
2853 #: ../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
|
2854 #: ../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
|
2855 #: ../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
|
2856 #: ../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
|
2857 #: ../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
|
2858 #: ../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
|
2859 #: ../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
|
2860 #: ../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
|
2861 #: ../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
|
2862 #: ../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
|
2863 #: ../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
|
2864 #: ../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
|
2865 #: ../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
|
2866 #: ../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
|
2867 #: ../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
|
2868 #: ../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
|
2869 #: ../share/roundup/templates/devel/html/user.item.html:34 |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
2870 #: ../share/roundup/templates/minimal/html/_generic.index.html:14 |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
2871 #: ../share/roundup/templates/minimal/html/_generic.item.html:12 |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
2872 #: ../share/roundup/templates/minimal/html/user.index.html:9 |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
2873 #: ../share/roundup/templates/minimal/html/user.item.html:34 |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
2874 #: ../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
|
2875 #: ../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
|
2876 #: ../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
|
2877 #: ../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
|
2878 #: ../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
|
2879 #: ../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
|
2880 #: ../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
|
2881 #: ../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
|
2882 #: ../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
|
2883 #: ../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
|
2884 #: ../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
|
2885 #: ../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
|
2886 #: ../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
|
2887 #: ../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
|
2888 #: ../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
|
2889 #: ../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
|
2890 #: ../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
|
2891 #: ../share/roundup/templates/responsive/html/user.item.html:34 |
|
3928
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
2892 msgid "You are not allowed to view this page." |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
2893 msgstr "Nincs jogosultsága az oldal megjelenítéséhez." |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
2894 |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
2895 #: ../share/roundup/templates/classic/html/_generic.help-list.html:34 |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
2896 #: ../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
|
2897 #: ../share/roundup/templates/responsive/html/_generic.help-list.html:12 |
|
3928
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
2898 msgid "1..25 out of 50" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
2899 msgstr "" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
2900 |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
2901 #: ../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
|
2902 #: ../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
|
2903 #: ../share/roundup/templates/responsive/html/_generic.help-search.html:9 |
|
3928
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
2904 msgid "" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
2905 "Generic template ${template} or version for class ${classname} is not yet " |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
2906 "implemented" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
2907 msgstr "" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
2908 |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
2909 #: ../share/roundup/templates/classic/html/_generic.help-submit.html:57 |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
2910 #: ../share/roundup/templates/classic/html/_generic.help.html:31 |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
2911 #: ../share/roundup/templates/devel/html/_generic.help-submit.html:57 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
2912 #: ../share/roundup/templates/devel/html/user.help.html:103 |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
2913 #: ../share/roundup/templates/minimal/html/_generic.help.html:31 |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
2914 #: ../share/roundup/templates/responsive/html/_generic.help-submit.html:57 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
2915 #: ../share/roundup/templates/responsive/html/user.help.html:103 |
| 3781 | 2916 msgid " Cancel " |
|
3928
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
2917 msgstr " Mégsem " |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
2918 |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
2919 #: ../share/roundup/templates/classic/html/_generic.help-submit.html:63 |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
2920 #: ../share/roundup/templates/classic/html/_generic.help.html:34 |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
2921 #: ../share/roundup/templates/devel/html/_generic.help-submit.html:63 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
2922 #: ../share/roundup/templates/devel/html/user.help.html:108 |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
2923 #: ../share/roundup/templates/minimal/html/_generic.help.html:34 |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
2924 #: ../share/roundup/templates/responsive/html/_generic.help-submit.html:63 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
2925 #: ../share/roundup/templates/responsive/html/user.help.html:108 |
| 3781 | 2926 msgid " Apply " |
|
3928
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
2927 msgstr " Alkalmaz " |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
2928 |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
2929 #: ../share/roundup/templates/classic/html/_generic.help.html:9 |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
2930 #: ../share/roundup/templates/classic/html/user.help.html:13 |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
2931 #: ../share/roundup/templates/minimal/html/_generic.help.html:9 |
|
3928
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
2932 msgid "${property} help - ${tracker}" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
2933 msgstr "${property} segítség - ${tracker}" |
| 3781 | 2934 |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
2935 #: ../share/roundup/templates/classic/html/_generic.help.html:41 |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
2936 #: ../share/roundup/templates/classic/html/help.html:21 |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
2937 #: ../share/roundup/templates/classic/html/issue.index.html:80 |
|
6607
b0bafbf4fddd
update .po files with new strings to translate
John Rouillard <rouilj@ieee.org>
parents:
6456
diff
changeset
|
2938 #: ../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
|
2939 #: ../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
|
2940 #: ../share/roundup/templates/devel/html/bug.index.html:94 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
2941 #: ../share/roundup/templates/devel/html/help.html:51 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
2942 #: ../share/roundup/templates/devel/html/milestone.index.html:59 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
2943 #: ../share/roundup/templates/devel/html/task.index.html:94 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
2944 #: ../share/roundup/templates/devel/html/user.index.html:76 |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
2945 #: ../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
|
2946 #: ../share/roundup/templates/responsive/html/_generic.help.html:42 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
2947 #: ../share/roundup/templates/responsive/html/help.html:59 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
2948 #: ../share/roundup/templates/responsive/html/user.index.html:77 |
| 3781 | 2949 msgid "<< previous" |
| 2950 msgstr "<< előző" | |
| 2951 | |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
2952 #: ../share/roundup/templates/classic/html/_generic.help.html:53 |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
2953 #: ../share/roundup/templates/classic/html/help.html:28 |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
2954 #: ../share/roundup/templates/classic/html/issue.index.html:88 |
|
6607
b0bafbf4fddd
update .po files with new strings to translate
John Rouillard <rouilj@ieee.org>
parents:
6456
diff
changeset
|
2955 #: ../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
|
2956 #: ../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
|
2957 #: ../share/roundup/templates/devel/html/bug.index.html:102 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
2958 #: ../share/roundup/templates/devel/html/help.html:58 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
2959 #: ../share/roundup/templates/devel/html/milestone.index.html:67 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
2960 #: ../share/roundup/templates/devel/html/task.index.html:102 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
2961 #: ../share/roundup/templates/devel/html/user.index.html:84 |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
2962 #: ../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
|
2963 #: ../share/roundup/templates/responsive/html/_generic.help.html:54 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
2964 #: ../share/roundup/templates/responsive/html/help.html:66 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
2965 #: ../share/roundup/templates/responsive/html/user.index.html:85 |
| 3781 | 2966 msgid "${start}..${end} out of ${total}" |
| 2967 msgstr "${start}..${end}, összesen ${total}" | |
| 2968 | |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
2969 #: ../share/roundup/templates/classic/html/_generic.help.html:57 |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
2970 #: ../share/roundup/templates/classic/html/help.html:32 |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
2971 #: ../share/roundup/templates/classic/html/issue.index.html:91 |
|
6607
b0bafbf4fddd
update .po files with new strings to translate
John Rouillard <rouilj@ieee.org>
parents:
6456
diff
changeset
|
2972 #: ../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
|
2973 #: ../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
|
2974 #: ../share/roundup/templates/devel/html/bug.index.html:105 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
2975 #: ../share/roundup/templates/devel/html/help.html:62 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
2976 #: ../share/roundup/templates/devel/html/milestone.index.html:70 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
2977 #: ../share/roundup/templates/devel/html/task.index.html:105 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
2978 #: ../share/roundup/templates/devel/html/user.index.html:87 |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
2979 #: ../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
|
2980 #: ../share/roundup/templates/responsive/html/_generic.help.html:58 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
2981 #: ../share/roundup/templates/responsive/html/help.html:70 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
2982 #: ../share/roundup/templates/responsive/html/user.index.html:88 |
| 3781 | 2983 msgid "next >>" |
| 2984 msgstr "következő >>" | |
| 2985 | |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
2986 #: ../share/roundup/templates/classic/html/_generic.index.html:6 |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
2987 #: ../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
|
2988 #: ../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
|
2989 #: ../share/roundup/templates/devel/html/_generic.item.html:4 |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
2990 #: ../share/roundup/templates/minimal/html/_generic.index.html:6 |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
2991 #: ../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
|
2992 #: ../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
|
2993 #: ../share/roundup/templates/responsive/html/_generic.item.html:4 |
| 3781 | 2994 msgid "${class} editing - ${tracker}" |
| 2995 msgstr "${class} szerkesztése - ${tracker}" | |
| 2996 | |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
2997 #: ../share/roundup/templates/classic/html/_generic.index.html:9 |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
2998 #: ../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
|
2999 #: ../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
|
3000 #: ../share/roundup/templates/devel/html/_generic.item.html:7 |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
3001 #: ../share/roundup/templates/minimal/html/_generic.index.html:9 |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
3002 #: ../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
|
3003 #: ../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
|
3004 #: ../share/roundup/templates/responsive/html/_generic.item.html:7 |
| 3781 | 3005 msgid "${class} editing" |
| 3006 msgstr "${class} szerkesztése" | |
| 3007 | |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
3008 #: ../share/roundup/templates/classic/html/_generic.index.html:19 |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
3009 #: ../share/roundup/templates/classic/html/_generic.item.html:16 |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
3010 #: ../share/roundup/templates/classic/html/file.item.html:13 |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
3011 #: ../share/roundup/templates/classic/html/issue.index.html:19 |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
3012 #: ../share/roundup/templates/classic/html/issue.item.html:32 |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
3013 #: ../share/roundup/templates/classic/html/msg.item.html:30 |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
3014 #: ../share/roundup/templates/classic/html/user.index.html:13 |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
3015 #: ../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
|
3016 #: ../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
|
3017 #: ../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
|
3018 #: ../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
|
3019 #: ../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
|
3020 #: ../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
|
3021 #: ../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
|
3022 #: ../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
|
3023 #: ../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
|
3024 #: ../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
|
3025 #: ../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
|
3026 #: ../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
|
3027 #: ../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
|
3028 #: ../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
|
3029 #: ../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
|
3030 #: ../share/roundup/templates/devel/html/user.item.html:38 |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
3031 #: ../share/roundup/templates/minimal/html/_generic.index.html:19 |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
3032 #: ../share/roundup/templates/minimal/html/_generic.item.html:16 |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
3033 #: ../share/roundup/templates/minimal/html/user.index.html:13 |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
3034 #: ../share/roundup/templates/minimal/html/user.item.html:38 |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
3035 #: ../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
|
3036 #: ../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
|
3037 #: ../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
|
3038 #: ../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
|
3039 #: ../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
|
3040 #: ../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
|
3041 #: ../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
|
3042 #: ../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
|
3043 #: ../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
|
3044 #: ../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
|
3045 #: ../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
|
3046 #: ../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
|
3047 #: ../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
|
3048 #: ../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
|
3049 #: ../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
|
3050 #: ../share/roundup/templates/responsive/html/user.item.html:38 |
|
3928
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
3051 msgid "Please login with your username and password." |
| 3781 | 3052 msgstr "" |
| 3053 | |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
3054 #: ../share/roundup/templates/classic/html/_generic.index.html:28 |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
3055 #: ../share/roundup/templates/minimal/html/_generic.index.html:28 |
|
3928
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
3056 msgid "" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
3057 "<p class=\"form-help\"> You may edit the contents of the ${classname} class " |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
3058 "using this form. Commas, newlines and double quotes (\") must be handled " |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
3059 "delicately. You may include commas and newlines by enclosing the values in " |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
3060 "double-quotes (\"). Double quotes themselves must be quoted by doubling " |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
3061 "(\"\"). </p> <p class=\"form-help\"> Multilink properties have their " |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
3062 "multiple values colon (\":\") separated (... ,\"one:two:three\", ...) </p> " |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
3063 "<p class=\"form-help\"> Remove entries by deleting their line. Add new " |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
3064 "entries by appending them to the table - put an X in the id column. If you " |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
3065 "wish to restore a removed item and you know its id then just put that id in " |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
3066 "the id column. </p>" |
|
3928
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
3067 msgstr "" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
3068 |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
3069 #: ../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
|
3070 #: ../share/roundup/templates/devel/html/_generic.index.html:50 |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
3071 #: ../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
|
3072 #: ../share/roundup/templates/responsive/html/_generic.index.html:50 |
| 3781 | 3073 msgid "Edit Items" |
| 3074 msgstr "Elemek szerkesztése" | |
| 3075 | |
| 6777 | 3076 #: ../share/roundup/templates/classic/html/_generic.item.html:52 |
| 3077 #: ../share/roundup/templates/minimal/html/_generic.item.html:52 | |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
3078 msgid "" |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
3079 "Showing 10 items. <a href=\"\">Show all history</a> (warning: this could be " |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
3080 "VERY long)" |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
3081 msgstr "" |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
3082 |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
3083 #: ../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
|
3084 #: ../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
|
3085 #: ../share/roundup/templates/responsive/html/file.index.html:3 |
| 3781 | 3086 msgid "List of files - ${tracker}" |
| 3087 msgstr "Fájlok listája - ${tracker}" | |
| 3088 | |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
3089 #: ../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
|
3090 #: ../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
|
3091 #: ../share/roundup/templates/responsive/html/file.index.html:4 |
| 3781 | 3092 msgid "List of files" |
| 3093 msgstr "Fájlok listája" | |
| 3094 | |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
3095 #: ../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
|
3096 #: ../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
|
3097 #: ../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
|
3098 #: ../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
|
3099 #: ../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
|
3100 #: ../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
|
3101 #: ../share/roundup/templates/responsive/html/patch.index.html:43 |
| 3781 | 3102 msgid "Download" |
| 3103 msgstr "Letöltés" | |
| 3104 | |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
3105 #: ../share/roundup/templates/classic/html/file.index.html:11 |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
3106 #: ../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
|
3107 #: ../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
|
3108 #: ../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
|
3109 #: ../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
|
3110 #: ../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
|
3111 #: ../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
|
3112 #: ../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
|
3113 #: ../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
|
3114 #: ../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
|
3115 #: ../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
|
3116 #: ../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
|
3117 #: ../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
|
3118 #: ../share/roundup/templates/responsive/html/patch.item.html:117 |
| 3781 | 3119 msgid "Content Type" |
| 3120 msgstr "Tartalom típus" | |
| 3121 | |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
3122 #: ../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
|
3123 #: ../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
|
3124 #: ../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
|
3125 #: ../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
|
3126 #: ../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
|
3127 #: ../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
|
3128 #: ../share/roundup/templates/responsive/html/patch.index.html:46 |
| 3781 | 3129 msgid "Uploaded By" |
|
3928
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
3130 msgstr "Feltöltötte" |
| 3781 | 3131 |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
3132 #: ../share/roundup/templates/classic/html/file.index.html:13 |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
3133 #: ../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
|
3134 #: ../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
|
3135 #: ../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
|
3136 #: ../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
|
3137 #: ../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
|
3138 #: ../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
|
3139 #: ../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
|
3140 #: ../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
|
3141 #: ../share/roundup/templates/responsive/html/patch.index.html:47 |
| 3781 | 3142 msgid "Date" |
| 3143 msgstr "Dátum" | |
| 3144 | |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
3145 #: ../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
|
3146 #: ../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
|
3147 #: ../share/roundup/templates/responsive/html/file.item.html:2 |
| 3781 | 3148 msgid "File display - ${tracker}" |
| 3149 msgstr "Fájl megjelenítés - ${tracker}" | |
| 3150 | |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
3151 #: ../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
|
3152 #: ../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
|
3153 #: ../share/roundup/templates/responsive/html/file.item.html:4 |
| 3781 | 3154 msgid "File display" |
| 3155 msgstr "Fájl megjelenítés" | |
| 3156 | |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
3157 #: ../share/roundup/templates/classic/html/file.item.html:23 |
|
6134
63739dae0f7e
update translation files for translators 2.0.0 beta
John Rouillard <rouilj@ieee.org>
parents:
5951
diff
changeset
|
3158 #: ../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
|
3159 #: ../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
|
3160 #: ../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
|
3161 #: ../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
|
3162 #: ../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
|
3163 #: ../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
|
3164 #: ../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
|
3165 #: ../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
|
3166 #: ../share/roundup/templates/responsive/html/user.register.html:25 |
| 3781 | 3167 msgid "Name" |
| 3168 msgstr "Név" | |
| 3169 | |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
3170 #: ../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
|
3171 #: ../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
|
3172 #: ../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
|
3173 #: ../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
|
3174 #: ../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
|
3175 #: ../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
|
3176 #: ../share/roundup/templates/responsive/html/patch.item.html:147 |
| 3781 | 3177 msgid "download" |
| 3178 msgstr "letöltés" | |
| 3179 | |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
3180 #: ../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
|
3181 #: ../share/roundup/templates/devel/html/home.classlist.html:2 |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
3182 #: ../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
|
3183 #: ../share/roundup/templates/responsive/html/home.classlist.html:2 |
| 3781 | 3184 msgid "List of classes - ${tracker}" |
| 3185 msgstr "Osztályok listája - ${tracker}" | |
| 3186 | |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
3187 #: ../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
|
3188 #: ../share/roundup/templates/devel/html/home.classlist.html:4 |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
3189 #: ../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
|
3190 #: ../share/roundup/templates/responsive/html/home.classlist.html:4 |
| 3781 | 3191 msgid "List of classes" |
| 3192 msgstr "Osztályok listája" | |
| 3193 | |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
3194 #: ../share/roundup/templates/classic/html/issue.index.html:3 |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
3195 #: ../share/roundup/templates/classic/html/issue.index.html:9 |
| 3781 | 3196 msgid "List of issues" |
| 3197 msgstr "Ügyek listája" | |
| 3198 | |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
3199 #: ../share/roundup/templates/classic/html/issue.index.html:26 |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
3200 #: ../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
|
3201 #: ../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
|
3202 #: ../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
|
3203 #: ../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
|
3204 #: ../share/roundup/templates/responsive/html/task.item.html:215 |
| 3781 | 3205 msgid "Priority" |
| 3206 msgstr "Prioritás" | |
| 3207 | |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
3208 #: ../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
|
3209 #: ../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
|
3210 #: ../share/roundup/templates/devel/html/milestone.index.html:26 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3211 #: ../share/roundup/templates/devel/html/task.index.html:27 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3212 #: ../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
|
3213 #: ../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
|
3214 #: ../share/roundup/templates/responsive/html/task.index.html:26 |
| 3781 | 3215 msgid "ID" |
| 3216 msgstr "Azonosító" | |
| 3217 | |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
3218 #: ../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
|
3219 #: ../share/roundup/templates/devel/html/bug.index.html:28 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3220 #: ../share/roundup/templates/devel/html/task.index.html:28 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3221 #: ../share/roundup/templates/responsive/html/task.index.html:27 |
| 3781 | 3222 msgid "Creation" |
| 3223 msgstr "Létrehozás" | |
| 3224 | |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
3225 #: ../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
|
3226 #: ../share/roundup/templates/devel/html/bug.index.html:29 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3227 #: ../share/roundup/templates/devel/html/task.index.html:29 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3228 #: ../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
|
3229 #: ../share/roundup/templates/responsive/html/task.index.html:28 |
| 3781 | 3230 msgid "Activity" |
| 3231 msgstr "Aktivitás" | |
| 3232 | |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
3233 #: ../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
|
3234 #: ../share/roundup/templates/devel/html/bug.index.html:30 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3235 #: ../share/roundup/templates/devel/html/task.index.html:30 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3236 #: ../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
|
3237 #: ../share/roundup/templates/responsive/html/task.index.html:29 |
| 3781 | 3238 msgid "Actor" |
| 3239 msgstr "Hozzászóló" | |
| 3240 | |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
3241 #: ../share/roundup/templates/classic/html/issue.index.html:31 |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
3242 #: ../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
|
3243 #: ../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
|
3244 #: ../share/roundup/templates/responsive/html/keyword.index.html:25 |
|
3928
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
3245 msgid "Keyword" |
| 3781 | 3246 msgstr "Téma" |
| 3247 | |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
3248 #: ../share/roundup/templates/classic/html/issue.index.html:32 |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
3249 #: ../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
|
3250 #: ../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
|
3251 #: ../share/roundup/templates/devel/html/milestone.index.html:27 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3252 #: ../share/roundup/templates/devel/html/task.index.html:31 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3253 #: ../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
|
3254 #: ../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
|
3255 #: ../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
|
3256 #: ../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
|
3257 #: ../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
|
3258 #: ../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
|
3259 #: ../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
|
3260 #: ../share/roundup/templates/responsive/html/task.item.html:62 |
| 3781 | 3261 msgid "Title" |
| 3262 msgstr "Cím" | |
| 3263 | |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
3264 #: ../share/roundup/templates/classic/html/issue.index.html:33 |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
3265 #: ../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
|
3266 #: ../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
|
3267 #: ../share/roundup/templates/devel/html/milestone.index.html:28 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3268 #: ../share/roundup/templates/devel/html/task.index.html:34 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3269 #: ../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
|
3270 #: ../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
|
3271 #: ../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
|
3272 #: ../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
|
3273 #: ../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
|
3274 #: ../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
|
3275 #: ../share/roundup/templates/responsive/html/task.item.html:133 |
| 3781 | 3276 msgid "Status" |
|
3928
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
3277 msgstr "Állapot" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
3278 |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
3279 #: ../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
|
3280 #: ../share/roundup/templates/devel/html/bug.index.html:36 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3281 #: ../share/roundup/templates/devel/html/task.index.html:36 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3282 #: ../share/roundup/templates/responsive/html/bug.index.html:35 |
| 3781 | 3283 msgid "Creator" |
|
3928
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
3284 msgstr "Létrehozó" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
3285 |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
3286 #: ../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
|
3287 #: ../share/roundup/templates/devel/html/bug.index.html:37 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3288 #: ../share/roundup/templates/devel/html/task.index.html:37 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3289 #: ../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
|
3290 #: ../share/roundup/templates/responsive/html/task.index.html:34 |
| 3781 | 3291 msgid "Assigned To" |
|
3928
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
3292 msgstr "Kiosztva" |
| 3781 | 3293 |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
3294 #: ../share/roundup/templates/classic/html/issue.index.html:104 |
|
3928
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
3295 msgid "Download as CSV" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
3296 msgstr "Letöltés CSV-ként" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
3297 |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
3298 #: ../share/roundup/templates/classic/html/issue.index.html:114 |
| 3781 | 3299 msgid "Sort on:" |
| 3300 msgstr "Rendezés:" | |
| 3301 | |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
3302 #: ../share/roundup/templates/classic/html/issue.index.html:118 |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
3303 #: ../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
|
3304 #: ../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
|
3305 #: ../share/roundup/templates/devel/html/milestone.index.html:120 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3306 #: ../share/roundup/templates/devel/html/task.index.html:155 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3307 #: ../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
|
3308 #: ../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
|
3309 #: ../share/roundup/templates/responsive/html/task.index.html:138 |
| 3781 | 3310 msgid "- nothing -" |
| 3311 msgstr "- semmi -" | |
| 3312 | |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
3313 #: ../share/roundup/templates/classic/html/issue.index.html:126 |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
3314 #: ../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
|
3315 #: ../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
|
3316 #: ../share/roundup/templates/devel/html/milestone.index.html:128 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3317 #: ../share/roundup/templates/devel/html/task.index.html:163 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3318 #: ../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
|
3319 #: ../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
|
3320 #: ../share/roundup/templates/responsive/html/task.index.html:146 |
| 3781 | 3321 msgid "Descending:" |
|
3928
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
3322 msgstr "Csökkenő:" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
3323 |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
3324 #: ../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
|
3325 #: ../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
|
3326 #: ../share/roundup/templates/devel/html/milestone.index.html:116 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3327 #: ../share/roundup/templates/devel/html/task.index.html:151 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3328 #: ../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
|
3329 #: ../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
|
3330 #: ../share/roundup/templates/responsive/html/task.index.html:134 |
| 3781 | 3331 msgid "Group on:" |
| 3332 msgstr "Csoportosítás:" | |
| 3333 | |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
3334 #: ../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
|
3335 #: ../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
|
3336 #: ../share/roundup/templates/devel/html/milestone.index.html:135 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3337 #: ../share/roundup/templates/devel/html/task.index.html:170 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3338 #: ../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
|
3339 #: ../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
|
3340 #: ../share/roundup/templates/responsive/html/task.index.html:153 |
| 3781 | 3341 msgid "Redisplay" |
| 3342 msgstr "Megjelenítés újra" | |
| 3343 | |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
3344 #: ../share/roundup/templates/classic/html/issue.item.html:7 |
| 3781 | 3345 msgid "Issue ${id}: ${title} - ${tracker}" |
| 3346 msgstr "${id}. ügy: ${title} - ${tracker}" | |
| 3347 | |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
3348 #: ../share/roundup/templates/classic/html/issue.item.html:10 |
| 3781 | 3349 msgid "New Issue - ${tracker}" |
|
3928
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
3350 msgstr "Új ügy - ${tracker}" |
| 3781 | 3351 |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
3352 #: ../share/roundup/templates/classic/html/issue.item.html:14 |
| 3781 | 3353 msgid "New Issue" |
|
3928
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
3354 msgstr "Új ügy" |
| 3781 | 3355 |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
3356 #: ../share/roundup/templates/classic/html/issue.item.html:16 |
| 3781 | 3357 msgid "New Issue Editing" |
|
3928
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
3358 msgstr "Új ügy szerkesztése" |
| 3781 | 3359 |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
3360 #: ../share/roundup/templates/classic/html/issue.item.html:19 |
| 3781 | 3361 msgid "Issue${id}" |
| 3362 msgstr "${id}. ügy" | |
| 3363 | |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
3364 #: ../share/roundup/templates/classic/html/issue.item.html:22 |
| 3781 | 3365 msgid "Issue${id} Editing" |
| 3366 msgstr "${id}. ügy szerkesztése" | |
| 3367 | |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
3368 #: ../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
|
3369 #: ../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
|
3370 #: ../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
|
3371 #: ../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
|
3372 #: ../share/roundup/templates/responsive/html/task.item.html:110 |
| 3781 | 3373 msgid "Superseder" |
| 3374 msgstr "Helyettesítő" | |
| 3375 | |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
3376 #: ../share/roundup/templates/classic/html/issue.item.html:61 |
|
3928
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
3377 msgid "View:" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
3378 msgstr "" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
3379 |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
3380 #: ../share/roundup/templates/classic/html/issue.item.html:67 |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3381 #: ../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
|
3382 #: ../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
|
3383 #: ../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
|
3384 #: ../share/roundup/templates/responsive/html/task.item.html:198 |
| 3781 | 3385 msgid "Nosy List" |
| 3386 msgstr "Kíváncsiak listája" | |
| 3387 | |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
3388 #: ../share/roundup/templates/classic/html/issue.item.html:76 |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3389 #: ../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
|
3390 #: ../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
|
3391 #: ../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
|
3392 #: ../share/roundup/templates/responsive/html/task.item.html:190 |
| 3781 | 3393 msgid "Assigned To" |
| 3394 msgstr "Kiosztva" | |
| 3395 | |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
3396 #: ../share/roundup/templates/classic/html/issue.item.html:78 |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
3397 #: ../share/roundup/templates/classic/html/page.html:105 |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3398 #: ../share/roundup/templates/devel/html/bug.index.html:38 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3399 #: ../share/roundup/templates/devel/html/task.index.html:38 |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
3400 #: ../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
|
3401 #: ../share/roundup/templates/responsive/html/bug.item.html:144 |
|
3928
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
3402 msgid "Keywords" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
3403 msgstr "Témák" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
3404 |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
3405 #: ../share/roundup/templates/classic/html/issue.item.html:86 |
| 3781 | 3406 msgid "Change Note" |
| 3407 msgstr "Megjegyzés módosítása" | |
| 3408 | |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
3409 #: ../share/roundup/templates/classic/html/issue.item.html:94 |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3410 #: ../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
|
3411 #: ../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
|
3412 #: ../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
|
3413 #: ../share/roundup/templates/responsive/html/task.item.html:241 |
| 3781 | 3414 msgid "File" |
| 3415 msgstr "Fájl" | |
| 3416 | |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
3417 #: ../share/roundup/templates/classic/html/issue.item.html:106 |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3418 #: ../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
|
3419 #: ../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
|
3420 #: ../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
|
3421 #: ../share/roundup/templates/responsive/html/task.item.html:268 |
| 3781 | 3422 msgid "Make a copy" |
| 3423 msgstr "Másolat készítése" | |
| 3424 | |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
3425 #: ../share/roundup/templates/classic/html/issue.item.html:114 |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
3426 #: ../share/roundup/templates/classic/html/user.item.html:153 |
|
6134
63739dae0f7e
update translation files for translators 2.0.0 beta
John Rouillard <rouilj@ieee.org>
parents:
5951
diff
changeset
|
3427 #: ../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
|
3428 #: ../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
|
3429 #: ../share/roundup/templates/devel/html/user.register.html:81 |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
3430 #: ../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
|
3431 #: ../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
|
3432 #: ../share/roundup/templates/responsive/html/user.register.html:80 |
|
3928
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
3433 msgid "" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
3434 "<table class=\"form\"> <tr> <td>Note: </td> <th class=\"required" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
3435 "\">highlighted</th> <td> fields are required.</td> </tr> </table>" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
3436 msgstr "" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
3437 "<table class=\"form\"> <tr> <td>Megjegyzés: </td> <th class=\"required" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
3438 "\">a kiemelt</th> <td> mezők szükségesek.</td> </tr> </table>" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
3439 |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
3440 #: ../share/roundup/templates/classic/html/issue.item.html:128 |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
3441 #, fuzzy |
|
3928
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
3442 msgid "" |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
3443 "Created on ${creation} by ${creator}, last changed ${activity} by ${actor}." |
|
3928
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
3444 msgstr "" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
3445 "<b>${creation}</b> létrehozta <b>${creator}</b>, utoljára <b>${actor}</b> " |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
3446 "módosította <b>${activity}</b>-kor." |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
3447 |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
3448 #: ../share/roundup/templates/classic/html/issue.item.html:132 |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
3449 #: ../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
|
3450 #: ../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
|
3451 #: ../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
|
3452 #: ../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
|
3453 #: ../share/roundup/templates/responsive/html/msg.item.html:56 |
| 3781 | 3454 msgid "Files" |
| 3455 msgstr "Fájlok" | |
| 3456 | |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
3457 #: ../share/roundup/templates/classic/html/issue.item.html:134 |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
3458 #: ../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
|
3459 #: ../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
|
3460 #: ../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
|
3461 #: ../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
|
3462 #: ../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
|
3463 #: ../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
|
3464 #: ../share/roundup/templates/responsive/html/task.item.html:283 |
| 3781 | 3465 msgid "File name" |
|
3928
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
3466 msgstr "Fájlnév" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
3467 |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
3468 #: ../share/roundup/templates/classic/html/issue.item.html:135 |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
3469 #: ../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
|
3470 #: ../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
|
3471 #: ../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
|
3472 #: ../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
|
3473 #: ../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
|
3474 #: ../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
|
3475 #: ../share/roundup/templates/responsive/html/task.item.html:284 |
| 3781 | 3476 msgid "Uploaded" |
| 3477 msgstr "Feltöltve" | |
| 3478 | |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
3479 #: ../share/roundup/templates/classic/html/issue.item.html:136 |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3480 #: ../share/roundup/templates/devel/html/bug.index.html:40 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3481 #: ../share/roundup/templates/devel/html/task.index.html:40 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3482 #: ../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
|
3483 #: ../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
|
3484 #: ../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
|
3485 #: ../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
|
3486 #: ../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
|
3487 #: ../share/roundup/templates/responsive/html/task.item.html:76 |
| 3781 | 3488 msgid "Type" |
| 3489 msgstr "Típus" | |
| 3490 | |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
3491 #: ../share/roundup/templates/classic/html/issue.item.html:137 |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
3492 #: ../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
|
3493 #: ../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
|
3494 #: ../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
|
3495 #: ../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
|
3496 #: ../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
|
3497 #: ../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
|
3498 #: ../share/roundup/templates/responsive/html/task.item.html:286 |
| 3781 | 3499 msgid "Edit" |
| 3500 msgstr "Szerkesztés" | |
| 3501 | |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
3502 #: ../share/roundup/templates/classic/html/issue.item.html:138 |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3503 #: ../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
|
3504 #: ../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
|
3505 #: ../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
|
3506 #: ../share/roundup/templates/responsive/html/task.item.html:287 |
| 3781 | 3507 msgid "Remove" |
|
3928
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
3508 msgstr "Törlés" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
3509 |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
3510 #: ../share/roundup/templates/classic/html/issue.item.html:160 |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
3511 #: ../share/roundup/templates/classic/html/issue.item.html:183 |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
3512 #: ../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
|
3513 #: ../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
|
3514 #: ../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
|
3515 #: ../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
|
3516 #: ../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
|
3517 #: ../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
|
3518 #: ../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
|
3519 #: ../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
|
3520 #: ../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
|
3521 #: ../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
|
3522 #: ../share/roundup/templates/responsive/html/task.item.html:334 |
| 3781 | 3523 msgid "remove" |
|
3928
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
3524 msgstr "Törlés" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
3525 |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
3526 #: ../share/roundup/templates/classic/html/issue.item.html:167 |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
3527 #: ../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
|
3528 #: ../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
|
3529 #: ../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
|
3530 #: ../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
|
3531 #: ../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
|
3532 #: ../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
|
3533 #: ../share/roundup/templates/responsive/html/task.item.html:316 |
| 3781 | 3534 msgid "Messages" |
| 3535 msgstr "Üzenetek" | |
| 3536 | |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
3537 #: ../share/roundup/templates/classic/html/issue.item.html:171 |
| 3781 | 3538 msgid "msg${id} (view)" |
|
3928
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
3539 msgstr "${id}. üzenet" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
3540 |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
3541 #: ../share/roundup/templates/classic/html/issue.item.html:172 |
| 3781 | 3542 msgid "Author: ${author}" |
| 3543 msgstr "Szerző: ${author}" | |
| 3544 | |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
3545 #: ../share/roundup/templates/classic/html/issue.item.html:174 |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3546 #: ../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
|
3547 #: ../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
|
3548 #: ../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
|
3549 #: ../share/roundup/templates/responsive/html/task.item.html:326 |
| 3781 | 3550 msgid "Date: ${date}" |
| 3551 msgstr "Dátum: ${date}" | |
| 3552 | |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
3553 #: ../share/roundup/templates/classic/html/issue.search.html:2 |
| 3781 | 3554 msgid "Issue searching - ${tracker}" |
|
3928
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
3555 msgstr "Ügy keresése - ${tracker}" |
| 3781 | 3556 |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
3557 #: ../share/roundup/templates/classic/html/issue.search.html:4 |
| 3781 | 3558 msgid "Issue searching" |
|
3928
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
3559 msgstr "Ügy keresése" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
3560 |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
3561 #: ../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
|
3562 #: ../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
|
3563 #: ../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
|
3564 #: ../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
|
3565 #: ../share/roundup/templates/responsive/html/task.search.html:32 |
| 3781 | 3566 msgid "Filter on" |
| 3567 msgstr "Szűrés" | |
| 3568 | |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
3569 #: ../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
|
3570 #: ../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
|
3571 #: ../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
|
3572 #: ../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
|
3573 #: ../share/roundup/templates/responsive/html/task.search.html:33 |
| 3781 | 3574 msgid "Display" |
| 3575 msgstr "Megjelenítés" | |
| 3576 | |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
3577 #: ../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
|
3578 #: ../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
|
3579 #: ../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
|
3580 #: ../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
|
3581 #: ../share/roundup/templates/responsive/html/task.search.html:34 |
| 3781 | 3582 msgid "Sort on" |
| 3583 msgstr "Rendezés" | |
| 3584 | |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
3585 #: ../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
|
3586 #: ../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
|
3587 #: ../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
|
3588 #: ../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
|
3589 #: ../share/roundup/templates/responsive/html/task.search.html:35 |
| 3781 | 3590 msgid "Group on" |
| 3591 msgstr "Csoportosítás" | |
| 3592 | |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
3593 #: ../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
|
3594 #: ../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
|
3595 #: ../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
|
3596 #: ../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
|
3597 #: ../share/roundup/templates/responsive/html/task.search.html:39 |
| 3781 | 3598 msgid "All text*:" |
| 3599 msgstr "Minden szöveg*:" | |
| 3600 | |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
3601 #: ../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
|
3602 #: ../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
|
3603 #: ../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
|
3604 #: ../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
|
3605 #: ../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
|
3606 #: ../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
|
3607 #: ../share/roundup/templates/responsive/html/task.search.html:47 |
| 3781 | 3608 msgid "Title:" |
| 3609 msgstr "Cím:" | |
| 3610 | |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
3611 #: ../share/roundup/templates/classic/html/issue.search.html:57 |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3612 #: ../share/roundup/templates/devel/html/bug.search.html:194 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3613 #: ../share/roundup/templates/devel/html/keyword.item.html:51 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3614 #: ../share/roundup/templates/devel/html/task.search.html:194 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3615 #: ../share/roundup/templates/responsive/html/bug.search.html:194 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3616 #: ../share/roundup/templates/responsive/html/keyword.item.html:51 |
|
3928
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
3617 #, fuzzy |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
3618 msgid "Keyword:" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
3619 msgstr "Téma" |
| 3781 | 3620 |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
3621 #: ../share/roundup/templates/classic/html/issue.search.html:59 |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
3622 #: ../share/roundup/templates/classic/html/issue.search.html:124 |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
3623 #: ../share/roundup/templates/classic/html/issue.search.html:140 |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3624 #: ../share/roundup/templates/devel/html/bug.search.html:117 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3625 #: ../share/roundup/templates/devel/html/bug.search.html:130 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3626 #: ../share/roundup/templates/devel/html/bug.search.html:143 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3627 #: ../share/roundup/templates/devel/html/bug.search.html:209 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3628 #: ../share/roundup/templates/devel/html/bug.search.html:225 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3629 #: ../share/roundup/templates/devel/html/task.search.html:117 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3630 #: ../share/roundup/templates/devel/html/task.search.html:130 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3631 #: ../share/roundup/templates/devel/html/task.search.html:143 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3632 #: ../share/roundup/templates/devel/html/task.search.html:209 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3633 #: ../share/roundup/templates/devel/html/task.search.html:225 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3634 #: ../share/roundup/templates/responsive/html/bug.search.html:117 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3635 #: ../share/roundup/templates/responsive/html/bug.search.html:130 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3636 #: ../share/roundup/templates/responsive/html/bug.search.html:143 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3637 #: ../share/roundup/templates/responsive/html/bug.search.html:209 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3638 #: ../share/roundup/templates/responsive/html/bug.search.html:225 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3639 #: ../share/roundup/templates/responsive/html/task.search.html:117 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3640 #: ../share/roundup/templates/responsive/html/task.search.html:130 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3641 #: ../share/roundup/templates/responsive/html/task.search.html:170 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3642 #: ../share/roundup/templates/responsive/html/task.search.html:186 |
|
3928
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
3643 msgid "not selected" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
3644 msgstr "nem kijelölt" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
3645 |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
3646 #: ../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
|
3647 #: ../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
|
3648 #: ../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
|
3649 #: ../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
|
3650 #: ../share/roundup/templates/responsive/html/task.search.html:55 |
| 3781 | 3651 msgid "ID:" |
| 3652 msgstr "Azonosító:" | |
| 3653 | |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
3654 #: ../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
|
3655 #: ../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
|
3656 #: ../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
|
3657 #: ../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
|
3658 #: ../share/roundup/templates/responsive/html/task.search.html:63 |
| 3781 | 3659 msgid "Creation Date:" |
|
3928
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
3660 msgstr "Létrehozás dátuma:" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
3661 |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
3662 #: ../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
|
3663 #: ../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
|
3664 #: ../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
|
3665 #: ../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
|
3666 #: ../share/roundup/templates/responsive/html/task.search.html:73 |
| 3781 | 3667 msgid "Creator:" |
|
3928
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
3668 msgstr "Létrehozó:" |
| 3781 | 3669 |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
3670 #: ../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
|
3671 #: ../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
|
3672 #: ../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
|
3673 #: ../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
|
3674 #: ../share/roundup/templates/responsive/html/task.search.html:75 |
|
3928
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
3675 msgid "created by me" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
3676 msgstr "én készítettem" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
3677 |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
3678 #: ../share/roundup/templates/classic/html/issue.search.html:98 |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3679 #: ../share/roundup/templates/devel/html/bug.search.html:84 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3680 #: ../share/roundup/templates/devel/html/task.search.html:84 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3681 #: ../share/roundup/templates/responsive/html/bug.search.html:84 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3682 #: ../share/roundup/templates/responsive/html/task.search.html:84 |
| 3781 | 3683 msgid "Activity:" |
|
3928
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
3684 msgstr "Művelet:" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
3685 |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
3686 #: ../share/roundup/templates/classic/html/issue.search.html:109 |
| 3781 | 3687 msgid "Actor:" |
| 3688 msgstr "Hozzászóló:" | |
| 3689 | |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
3690 #: ../share/roundup/templates/classic/html/issue.search.html:111 |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3691 #: ../share/roundup/templates/devel/html/bug.search.html:96 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3692 #: ../share/roundup/templates/devel/html/task.search.html:96 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3693 #: ../share/roundup/templates/responsive/html/bug.search.html:96 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3694 #: ../share/roundup/templates/responsive/html/task.search.html:96 |
| 3781 | 3695 msgid "done by me" |
|
3928
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
3696 msgstr "saját magam" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
3697 |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
3698 #: ../share/roundup/templates/classic/html/issue.search.html:122 |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3699 #: ../share/roundup/templates/devel/html/bug.search.html:207 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3700 #: ../share/roundup/templates/devel/html/task.search.html:207 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3701 #: ../share/roundup/templates/responsive/html/bug.search.html:207 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3702 #: ../share/roundup/templates/responsive/html/task.search.html:168 |
| 3781 | 3703 msgid "Priority:" |
| 3704 msgstr "Prioritás:" | |
| 3705 | |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
3706 #: ../share/roundup/templates/classic/html/issue.search.html:135 |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3707 #: ../share/roundup/templates/devel/html/bug.search.html:220 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3708 #: ../share/roundup/templates/devel/html/task.search.html:220 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3709 #: ../share/roundup/templates/responsive/html/bug.search.html:220 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3710 #: ../share/roundup/templates/responsive/html/task.search.html:181 |
| 3781 | 3711 msgid "Status:" |
| 3712 msgstr "Állapot:" | |
| 3713 | |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
3714 #: ../share/roundup/templates/classic/html/issue.search.html:138 |
| 3781 | 3715 msgid "not resolved" |
| 3716 msgstr "nem megoldott" | |
| 3717 | |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
3718 #: ../share/roundup/templates/classic/html/issue.search.html:153 |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3719 #: ../share/roundup/templates/devel/html/bug.search.html:177 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3720 #: ../share/roundup/templates/devel/html/task.search.html:177 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3721 #: ../share/roundup/templates/responsive/html/bug.search.html:177 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3722 #: ../share/roundup/templates/responsive/html/task.search.html:151 |
| 3781 | 3723 msgid "Assigned to:" |
| 3724 msgstr "Kiadva:" | |
| 3725 | |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
3726 #: ../share/roundup/templates/classic/html/issue.search.html:156 |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3727 #: ../share/roundup/templates/devel/html/bug.search.html:180 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3728 #: ../share/roundup/templates/devel/html/task.search.html:180 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3729 #: ../share/roundup/templates/responsive/html/bug.search.html:180 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3730 #: ../share/roundup/templates/responsive/html/task.search.html:154 |
| 3781 | 3731 msgid "assigned to me" |
| 3732 msgstr "nekem adva" | |
| 3733 | |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
3734 #: ../share/roundup/templates/classic/html/issue.search.html:158 |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3735 #: ../share/roundup/templates/devel/html/bug.search.html:182 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3736 #: ../share/roundup/templates/devel/html/task.search.html:182 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3737 #: ../share/roundup/templates/responsive/html/bug.search.html:182 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3738 #: ../share/roundup/templates/responsive/html/task.search.html:156 |
| 3781 | 3739 msgid "unassigned" |
| 3740 msgstr "gazdátlan" | |
| 3741 | |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
3742 #: ../share/roundup/templates/classic/html/issue.search.html:168 |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3743 #: ../share/roundup/templates/devel/html/bug.search.html:245 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3744 #: ../share/roundup/templates/devel/html/task.search.html:245 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3745 #: ../share/roundup/templates/responsive/html/bug.search.html:245 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3746 #: ../share/roundup/templates/responsive/html/task.search.html:206 |
| 3781 | 3747 msgid "No Sort or group:" |
|
3928
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
3748 msgstr "Ne rendezze vagy csoportosítsa:" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
3749 |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
3750 #: ../share/roundup/templates/classic/html/issue.search.html:176 |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3751 #: ../share/roundup/templates/devel/html/bug.search.html:253 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3752 #: ../share/roundup/templates/devel/html/task.search.html:253 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3753 #: ../share/roundup/templates/responsive/html/bug.search.html:253 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3754 #: ../share/roundup/templates/responsive/html/task.search.html:214 |
| 3781 | 3755 msgid "Pagesize:" |
| 3756 msgstr "Oldalméret:" | |
| 3757 | |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
3758 #: ../share/roundup/templates/classic/html/issue.search.html:182 |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3759 #: ../share/roundup/templates/devel/html/bug.search.html:259 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3760 #: ../share/roundup/templates/devel/html/task.search.html:259 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3761 #: ../share/roundup/templates/responsive/html/bug.search.html:259 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3762 #: ../share/roundup/templates/responsive/html/task.search.html:220 |
| 3781 | 3763 msgid "Start With:" |
| 3764 msgstr "Kezdés:" | |
| 3765 | |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
3766 #: ../share/roundup/templates/classic/html/issue.search.html:188 |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3767 #: ../share/roundup/templates/devel/html/bug.search.html:265 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3768 #: ../share/roundup/templates/devel/html/task.search.html:265 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3769 #: ../share/roundup/templates/responsive/html/bug.search.html:265 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3770 #: ../share/roundup/templates/responsive/html/task.search.html:226 |
| 3781 | 3771 msgid "Sort Descending:" |
|
3928
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
3772 msgstr "Csökkenő rendezés:" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
3773 |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
3774 #: ../share/roundup/templates/classic/html/issue.search.html:195 |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3775 #: ../share/roundup/templates/devel/html/bug.search.html:272 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3776 #: ../share/roundup/templates/devel/html/task.search.html:272 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3777 #: ../share/roundup/templates/responsive/html/bug.search.html:272 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3778 #: ../share/roundup/templates/responsive/html/task.search.html:233 |
| 3781 | 3779 msgid "Group Descending:" |
|
3928
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
3780 msgstr "Csökkenő csoportosítás:" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
3781 |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
3782 #: ../share/roundup/templates/classic/html/issue.search.html:202 |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3783 #: ../share/roundup/templates/devel/html/bug.search.html:279 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3784 #: ../share/roundup/templates/devel/html/task.search.html:279 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3785 #: ../share/roundup/templates/responsive/html/bug.search.html:279 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3786 #: ../share/roundup/templates/responsive/html/task.search.html:240 |
| 3781 | 3787 msgid "Query name**:" |
| 3788 msgstr "Lekérdezés neve**:" | |
| 3789 | |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
3790 #: ../share/roundup/templates/classic/html/issue.search.html:215 |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
3791 #: ../share/roundup/templates/classic/html/page.html:40 |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
3792 #: ../share/roundup/templates/classic/html/page.html:92 |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
3793 #: ../share/roundup/templates/classic/html/user.help-search.html:69 |
|
6607
b0bafbf4fddd
update .po files with new strings to translate
John Rouillard <rouilj@ieee.org>
parents:
6456
diff
changeset
|
3794 #: ../share/roundup/templates/classic/html/user.index.html:38 |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3795 #: ../share/roundup/templates/devel/html/bug.search.html:292 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3796 #: ../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
|
3797 #: ../share/roundup/templates/devel/html/page.html:126 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3798 #: ../share/roundup/templates/devel/html/task.search.html:292 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3799 #: ../share/roundup/templates/devel/html/user.help-search.html:69 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3800 #: ../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
|
3801 #: ../share/roundup/templates/devel/html/user.index.html:37 |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
3802 #: ../share/roundup/templates/minimal/html/page.html:40 |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
3803 #: ../share/roundup/templates/minimal/html/page.html:92 |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3804 #: ../share/roundup/templates/responsive/html/bug.search.html:292 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3805 #: ../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
|
3806 #: ../share/roundup/templates/responsive/html/page.html:143 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3807 #: ../share/roundup/templates/responsive/html/task.search.html:253 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3808 #: ../share/roundup/templates/responsive/html/user.help-search.html:69 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3809 #: ../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
|
3810 #: ../share/roundup/templates/responsive/html/user.index.html:39 |
| 3781 | 3811 msgid "Search" |
| 3812 msgstr "Keresés" | |
| 3813 | |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
3814 #: ../share/roundup/templates/classic/html/issue.search.html:220 |
| 3781 | 3815 msgid "*: The \"all text\" field will look in message bodies and issue titles" |
|
3928
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
3816 msgstr "" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
3817 "*: A \"Minden szöveg\" mező az üzenetek címsorában és belsejében is keres" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
3818 |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
3819 #: ../share/roundup/templates/classic/html/issue.search.html:223 |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3820 #: ../share/roundup/templates/devel/html/bug.search.html:300 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3821 #: ../share/roundup/templates/devel/html/task.search.html:300 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3822 #: ../share/roundup/templates/responsive/html/bug.search.html:300 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3823 #: ../share/roundup/templates/responsive/html/task.search.html:261 |
|
3928
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
3824 msgid "" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
3825 "**: If you supply a name, the query will be saved off and available as a " |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
3826 "link in the sidebar" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
3827 msgstr "" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
3828 "**: Ha megad egy nevet, a lekérdezés elmentésre kerül és az oldalsávon " |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
3829 "elérhető lesz" |
| 3781 | 3830 |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
3831 #: ../share/roundup/templates/classic/html/keyword.item.html:3 |
| 3781 | 3832 msgid "Keyword editing - ${tracker}" |
|
3928
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
3833 msgstr "Témák szerkesztése - ${tracker}" |
| 3781 | 3834 |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
3835 #: ../share/roundup/templates/classic/html/keyword.item.html:5 |
| 3781 | 3836 msgid "Keyword editing" |
|
3928
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
3837 msgstr "Téma szerkesztése" |
| 3781 | 3838 |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
3839 #: ../share/roundup/templates/classic/html/keyword.item.html:11 |
| 3781 | 3840 msgid "Existing Keywords" |
|
3928
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
3841 msgstr "Létező témák" |
| 3781 | 3842 |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
3843 #: ../share/roundup/templates/classic/html/keyword.item.html:20 |
|
3928
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
3844 msgid "" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
3845 "To edit an existing keyword (for spelling or typing errors), click on its " |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
3846 "entry above." |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
3847 msgstr "" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
3848 "Meglévő téma szerkesztéséhez (helyesírási hibák) kattintson a fenti elemre." |
| 3781 | 3849 |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
3850 #: ../share/roundup/templates/classic/html/keyword.item.html:27 |
| 3781 | 3851 msgid "To create a new keyword, enter it below and click \"Submit New Entry\"." |
|
3928
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
3852 msgstr "" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
3853 "Új téma létrehozásához adja meg alább, majd kattintson a \"Létrehozás\" " |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
3854 "gombra." |
| 3781 | 3855 |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
3856 #: ../share/roundup/templates/classic/html/keyword.item.html:51 |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
3857 msgid "Continue adding keywords." |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
3858 msgstr "" |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
3859 |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
3860 #: ../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
|
3861 #: ../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
|
3862 #: ../share/roundup/templates/responsive/html/msg.index.html:3 |
| 3781 | 3863 msgid "List of messages - ${tracker}" |
| 3864 msgstr "Üzenetek listája - ${tracker}" | |
| 3865 | |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
3866 #: ../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
|
3867 #: ../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
|
3868 #: ../share/roundup/templates/responsive/html/msg.index.html:5 |
| 3781 | 3869 msgid "Message listing" |
|
3928
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
3870 msgstr "Üzenetek listája" |
| 3781 | 3871 |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
3872 #: ../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
|
3873 #: ../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
|
3874 #: ../share/roundup/templates/responsive/html/msg.item.html:5 |
| 3781 | 3875 msgid "Message ${id} - ${tracker}" |
| 3876 msgstr "${id}. üzenet - ${tracker}" | |
| 3877 | |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
3878 #: ../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
|
3879 #: ../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
|
3880 #: ../share/roundup/templates/responsive/html/msg.item.html:8 |
| 3781 | 3881 msgid "New Message - ${tracker}" |
| 3882 msgstr "Új üzenet - ${tracker}" | |
| 3883 | |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
3884 #: ../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
|
3885 #: ../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
|
3886 #: ../share/roundup/templates/responsive/html/msg.item.html:12 |
| 3781 | 3887 msgid "New Message" |
| 3888 msgstr "Új üzenet" | |
| 3889 | |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
3890 #: ../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
|
3891 #: ../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
|
3892 #: ../share/roundup/templates/responsive/html/msg.item.html:14 |
| 3781 | 3893 msgid "New Message Editing" |
| 3894 msgstr "Új üzenet szerkesztése" | |
| 3895 | |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
3896 #: ../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
|
3897 #: ../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
|
3898 #: ../share/roundup/templates/responsive/html/msg.item.html:17 |
| 3781 | 3899 msgid "Message${id}" |
| 3900 msgstr "${id}. üzenet" | |
| 3901 | |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
3902 #: ../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
|
3903 #: ../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
|
3904 #: ../share/roundup/templates/responsive/html/msg.item.html:20 |
| 3781 | 3905 msgid "Message${id} Editing" |
| 3906 msgstr "${id}. üzenet szerkesztése" | |
| 3907 | |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
3908 #: ../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
|
3909 #: ../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
|
3910 #: ../share/roundup/templates/responsive/html/msg.item.html:36 |
| 3781 | 3911 msgid "Author" |
| 3912 msgstr "Szerző" | |
| 3913 | |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
3914 #: ../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
|
3915 #: ../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
|
3916 #: ../share/roundup/templates/responsive/html/msg.item.html:38 |
| 3781 | 3917 msgid "Recipients" |
| 3918 msgstr "Címzettek" | |
| 3919 | |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
3920 #: ../share/roundup/templates/classic/html/msg.item.html:54 |
| 3781 | 3921 msgid "Content" |
| 3922 msgstr "Tartalom" | |
| 3923 | |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
3924 #: ../share/roundup/templates/classic/html/page.html:54 |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
3925 #: ../share/roundup/templates/minimal/html/page.html:54 |
| 3781 | 3926 msgid "<b>Your Queries</b> (<a href=\"query?@template=edit\">edit</a>)" |
|
3928
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
3927 msgstr "<b>Lekérdezések</b> (<a href=\"query?@template=edit\">szerk.</a>)" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
3928 |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
3929 #: ../share/roundup/templates/classic/html/page.html:65 |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
3930 #: ../share/roundup/templates/minimal/html/page.html:65 |
| 3781 | 3931 msgid "Issues" |
|
3928
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
3932 msgstr "Ügyek" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
3933 |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
3934 #: ../share/roundup/templates/classic/html/page.html:67 |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
3935 #: ../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
|
3936 #: ../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
|
3937 #: ../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
|
3938 #: ../share/roundup/templates/devel/html/page.html:143 |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
3939 #: ../share/roundup/templates/minimal/html/page.html:67 |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
3940 #: ../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
|
3941 #: ../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
|
3942 #: ../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
|
3943 #: ../share/roundup/templates/responsive/html/page.html:161 |
| 3781 | 3944 msgid "Create New" |
| 3945 msgstr "Új létrehozása" | |
| 3946 | |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
3947 #: ../share/roundup/templates/classic/html/page.html:69 |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3948 #: ../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
|
3949 #: ../share/roundup/templates/devel/html/page.html:112 |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
3950 #: ../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
|
3951 #: ../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
|
3952 #: ../share/roundup/templates/responsive/html/page.html:129 |
| 3781 | 3953 msgid "Show Unassigned" |
| 3954 msgstr "Gazdátlanok mutatása" | |
| 3955 | |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
3956 #: ../share/roundup/templates/classic/html/page.html:81 |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
3957 #: ../share/roundup/templates/minimal/html/page.html:81 |
| 3781 | 3958 msgid "Show All" |
| 3959 msgstr "Mutasd mind" | |
| 3960 | |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
3961 #: ../share/roundup/templates/classic/html/page.html:93 |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
3962 #: ../share/roundup/templates/minimal/html/page.html:93 |
| 3781 | 3963 msgid "Show issue:" |
|
3928
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
3964 msgstr "Ügy mutatása:" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
3965 |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
3966 #: ../share/roundup/templates/classic/html/page.html:110 |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
3967 #: ../share/roundup/templates/minimal/html/page.html:110 |
| 3781 | 3968 msgid "Edit Existing" |
| 3969 msgstr "Meglévők szerkesztése" | |
| 3970 | |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
3971 #: ../share/roundup/templates/classic/html/page.html:116 |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3972 #: ../share/roundup/templates/devel/html/page.html:224 |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
3973 #: ../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
|
3974 #: ../share/roundup/templates/responsive/html/page.html:241 |
| 3781 | 3975 msgid "Administration" |
| 3976 msgstr "Adminisztráció" | |
| 3977 | |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
3978 #: ../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
|
3979 #: ../share/roundup/templates/devel/html/page.html:227 |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
3980 #: ../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
|
3981 #: ../share/roundup/templates/responsive/html/page.html:244 |
| 3781 | 3982 msgid "Class List" |
|
3928
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
3983 msgstr "Osztályok listája" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
3984 |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
3985 #: ../share/roundup/templates/classic/html/page.html:122 |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3986 #: ../share/roundup/templates/devel/html/page.html:231 |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
3987 #: ../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
|
3988 #: ../share/roundup/templates/responsive/html/page.html:248 |
| 3781 | 3989 msgid "User List" |
| 3990 msgstr "Felhasználók listája" | |
| 3991 | |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
3992 #: ../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
|
3993 #: ../share/roundup/templates/devel/html/page.html:234 |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
3994 #: ../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
|
3995 #: ../share/roundup/templates/responsive/html/page.html:251 |
| 3781 | 3996 msgid "Add User" |
| 3997 msgstr "Felhasználó hozzáadása" | |
| 3998 | |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
3999 #: ../share/roundup/templates/classic/html/page.html:131 |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
4000 #: ../share/roundup/templates/classic/html/page.html:139 |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4001 #: ../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
|
4002 #: ../share/roundup/templates/devel/html/page.html:172 |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
4003 #: ../share/roundup/templates/minimal/html/page.html:131 |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
4004 #: ../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
|
4005 #: ../share/roundup/templates/responsive/html/page.html:188 |
| 3781 | 4006 msgid "Login" |
| 4007 msgstr "Bejelentkezés" | |
| 4008 | |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
4009 #: ../share/roundup/templates/classic/html/page.html:136 |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4010 #: ../share/roundup/templates/devel/html/page.html:171 |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
4011 #: ../share/roundup/templates/minimal/html/page.html:138 |
| 3781 | 4012 msgid "Remember me?" |
|
3928
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
4013 msgstr "Emlékezzen?" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
4014 |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
4015 #: ../share/roundup/templates/classic/html/page.html:147 |
|
6134
63739dae0f7e
update translation files for translators 2.0.0 beta
John Rouillard <rouilj@ieee.org>
parents:
5951
diff
changeset
|
4016 #: ../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
|
4017 #: ../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
|
4018 #: ../share/roundup/templates/devel/html/user.register.html:75 |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
4019 #: ../share/roundup/templates/minimal/html/page.html:147 |
|
6134
63739dae0f7e
update translation files for translators 2.0.0 beta
John Rouillard <rouilj@ieee.org>
parents:
5951
diff
changeset
|
4020 #: ../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
|
4021 #: ../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
|
4022 #: ../share/roundup/templates/responsive/html/user.register.html:74 |
| 3781 | 4023 msgid "Register" |
|
3928
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
4024 msgstr "Regisztráció" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
4025 |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
4026 #: ../share/roundup/templates/classic/html/page.html:150 |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4027 #: ../share/roundup/templates/devel/html/page.html:187 |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
4028 #: ../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
|
4029 #: ../share/roundup/templates/responsive/html/page.html:205 |
| 3781 | 4030 msgid "Lost your login?" |
|
3928
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
4031 msgstr "Elveszett a jelszava?" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
4032 |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
4033 #: ../share/roundup/templates/classic/html/page.html:155 |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
4034 #: ../share/roundup/templates/minimal/html/page.html:155 |
| 3781 | 4035 msgid "Hello, ${user}" |
| 4036 msgstr "Helló, ${user}" | |
| 4037 | |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
4038 #: ../share/roundup/templates/classic/html/page.html:157 |
| 3781 | 4039 msgid "Your Issues" |
|
3928
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
4040 msgstr "Saját ügyek" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
4041 |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
4042 #: ../share/roundup/templates/classic/html/page.html:169 |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4043 #: ../share/roundup/templates/devel/html/page.html:209 |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
4044 #: ../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
|
4045 #: ../share/roundup/templates/responsive/html/page.html:226 |
| 3781 | 4046 msgid "Your Details" |
|
3928
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
4047 msgstr "Saját adatok" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
4048 |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
4049 #: ../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
|
4050 #: ../share/roundup/templates/devel/html/page.html:212 |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
4051 #: ../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
|
4052 #: ../share/roundup/templates/responsive/html/page.html:229 |
| 3781 | 4053 msgid "Logout" |
| 4054 msgstr "Kijelentkezés" | |
| 4055 | |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
4056 #: ../share/roundup/templates/classic/html/page.html:175 |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
4057 #: ../share/roundup/templates/minimal/html/page.html:163 |
| 3781 | 4058 msgid "Help" |
| 4059 msgstr "Segítség" | |
| 4060 | |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
4061 #: ../share/roundup/templates/classic/html/page.html:176 |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
4062 #: ../share/roundup/templates/minimal/html/page.html:164 |
| 3781 | 4063 msgid "Roundup docs" |
| 4064 msgstr "Roundup dokumentáció" | |
| 4065 | |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
4066 #: ../share/roundup/templates/classic/html/page.html:187 |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4067 #: ../share/roundup/templates/devel/html/page.html:254 |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
4068 #: ../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
|
4069 #: ../share/roundup/templates/responsive/html/page.html:269 |
| 3781 | 4070 msgid "clear this message" |
| 4071 msgstr "üzenet törlése" | |
| 4072 | |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
4073 #: ../share/roundup/templates/classic/html/page.html:251 |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
4074 #: ../share/roundup/templates/classic/html/page.html:264 |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
4075 #: ../share/roundup/templates/classic/html/page.html:282 |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
4076 #: ../share/roundup/templates/classic/html/page.html:296 |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4077 #: ../share/roundup/templates/devel/html/page.html:316 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4078 #: ../share/roundup/templates/devel/html/page.html:329 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4079 #: ../share/roundup/templates/devel/html/page.html:347 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4080 #: ../share/roundup/templates/devel/html/page.html:361 |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
4081 #: ../share/roundup/templates/minimal/html/page.html:239 |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
4082 #: ../share/roundup/templates/minimal/html/page.html:254 |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
4083 #: ../share/roundup/templates/minimal/html/page.html:268 |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4084 #: ../share/roundup/templates/responsive/html/page.html:331 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4085 #: ../share/roundup/templates/responsive/html/page.html:344 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4086 #: ../share/roundup/templates/responsive/html/page.html:362 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4087 #: ../share/roundup/templates/responsive/html/page.html:376 |
| 3781 | 4088 msgid "don't care" |
|
3928
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
4089 msgstr "mindegy" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
4090 |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
4091 #: ../share/roundup/templates/classic/html/page.html:253 |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
4092 #: ../share/roundup/templates/classic/html/page.html:266 |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
4093 #: ../share/roundup/templates/classic/html/page.html:284 |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
4094 #: ../share/roundup/templates/classic/html/page.html:297 |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4095 #: ../share/roundup/templates/devel/html/page.html:318 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4096 #: ../share/roundup/templates/devel/html/page.html:331 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4097 #: ../share/roundup/templates/devel/html/page.html:349 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4098 #: ../share/roundup/templates/devel/html/page.html:362 |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
4099 #: ../share/roundup/templates/minimal/html/page.html:241 |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
4100 #: ../share/roundup/templates/minimal/html/page.html:256 |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
4101 #: ../share/roundup/templates/minimal/html/page.html:269 |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4102 #: ../share/roundup/templates/responsive/html/page.html:333 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4103 #: ../share/roundup/templates/responsive/html/page.html:346 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4104 #: ../share/roundup/templates/responsive/html/page.html:364 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4105 #: ../share/roundup/templates/responsive/html/page.html:377 |
| 3781 | 4106 msgid "------------" |
| 4107 msgstr "------------" | |
| 4108 | |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
4109 #: ../share/roundup/templates/classic/html/page.html:325 |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4110 #: ../share/roundup/templates/devel/html/page.html:390 |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
4111 #: ../share/roundup/templates/minimal/html/page.html:297 |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4112 #: ../share/roundup/templates/responsive/html/page.html:405 |
| 3781 | 4113 msgid "no value" |
| 4114 msgstr "nincs érték" | |
| 4115 | |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
4116 #: ../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
|
4117 #: ../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
|
4118 #: ../share/roundup/templates/responsive/html/query.edit.html:3 |
| 3781 | 4119 msgid "\"Your Queries\" Editing - ${tracker}" |
|
3928
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
4120 msgstr "\"Saját lekérdezések\" szerkesztése - ${tracker}" |
| 3781 | 4121 |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
4122 #: ../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
|
4123 #: ../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
|
4124 #: ../share/roundup/templates/responsive/html/query.edit.html:5 |
| 3781 | 4125 msgid "\"Your Queries\" Editing" |
|
3928
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
4126 msgstr "\"Saját lekérdezések\" szerkesztése" |
| 3781 | 4127 |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
4128 #: ../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
|
4129 #: ../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
|
4130 #: ../share/roundup/templates/responsive/html/query.edit.html:11 |
| 3781 | 4131 msgid "You are not allowed to edit queries." |
|
3928
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
4132 msgstr "Nincs jogosultsága lekérdezések szerkesztéséhez." |
| 3781 | 4133 |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
4134 #: ../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
|
4135 #: ../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
|
4136 #: ../share/roundup/templates/responsive/html/query.edit.html:60 |
| 3781 | 4137 msgid "Query" |
| 4138 msgstr "Lekérdezés" | |
| 4139 | |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
4140 #: ../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
|
4141 #: ../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
|
4142 #: ../share/roundup/templates/responsive/html/query.edit.html:61 |
| 3781 | 4143 msgid "Include in \"Your Queries\"" |
|
3928
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
4144 msgstr "Hozzáadás a \"Saját lekérdezések\"-hez" |
| 3781 | 4145 |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
4146 #: ../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
|
4147 #: ../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
|
4148 #: ../share/roundup/templates/responsive/html/query.edit.html:63 |
| 3781 | 4149 msgid "Private to you?" |
|
3928
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
4150 msgstr "Csak saját használatra?" |
| 3781 | 4151 |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
4152 #: ../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
|
4153 #: ../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
|
4154 #: ../share/roundup/templates/responsive/html/query.edit.html:64 |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
4155 msgid "delete/restore<br> (javascript<br>required)" |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
4156 msgstr "" |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
4157 |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
4158 #: ../share/roundup/templates/classic/html/query.edit.html:65 |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
4159 msgid "Queries I created" |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
4160 msgstr "" |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
4161 |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
4162 #: ../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
|
4163 #: ../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
|
4164 #: ../share/roundup/templates/responsive/html/query.edit.html:76 |
| 3781 | 4165 msgid "leave out" |
| 4166 msgstr "kihagy" | |
| 4167 | |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
4168 #: ../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
|
4169 #: ../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
|
4170 #: ../share/roundup/templates/responsive/html/query.edit.html:77 |
| 3781 | 4171 msgid "include" |
| 4172 msgstr "bevesz" | |
| 4173 | |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
4174 #: ../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
|
4175 #: ../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
|
4176 #: ../share/roundup/templates/responsive/html/query.edit.html:81 |
| 3781 | 4177 msgid "leave in" |
| 4178 msgstr "bent hagy" | |
| 4179 | |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
4180 #: ../share/roundup/templates/classic/html/query.edit.html:87 |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
4181 #: ../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
|
4182 #: ../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
|
4183 #: ../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
|
4184 #: ../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
|
4185 #: ../share/roundup/templates/responsive/html/query.edit.html:124 |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
4186 msgid "edit" |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
4187 msgstr "szerkesztés" |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
4188 |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
4189 #: ../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
|
4190 #: ../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
|
4191 #: ../share/roundup/templates/responsive/html/query.edit.html:103 |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
4192 msgid "yes" |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
4193 msgstr "igen" |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
4194 |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
4195 #: ../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
|
4196 #: ../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
|
4197 #: ../share/roundup/templates/responsive/html/query.edit.html:105 |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
4198 msgid "no" |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
4199 msgstr "nem" |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
4200 |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
4201 #: ../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
|
4202 #: ../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
|
4203 #: ../share/roundup/templates/responsive/html/query.edit.html:111 |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
4204 msgid "Delete" |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
4205 msgstr "Törlés" |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
4206 |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
4207 #: ../share/roundup/templates/classic/html/query.edit.html:105 |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
4208 msgid "Queries others created" |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
4209 msgstr "" |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
4210 |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
4211 #: ../share/roundup/templates/classic/html/query.edit.html:106 |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
4212 msgid "Owner" |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
4213 msgstr "" |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
4214 |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
4215 #: ../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
|
4216 #: ../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
|
4217 #: ../share/roundup/templates/responsive/html/query.edit.html:126 |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
4218 msgid "[not yours to edit]" |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
4219 msgstr "[nem saját szerkesztésű]" |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
4220 |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
4221 #: ../share/roundup/templates/classic/html/query.edit.html:121 |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
4222 msgid "<a href=\"\">x</a>" |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
4223 msgstr "" |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
4224 |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
4225 #: ../share/roundup/templates/classic/html/query.edit.html:128 |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
4226 msgid "Active retired/private queries" |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
4227 msgstr "" |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
4228 |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
4229 #: ../share/roundup/templates/classic/html/query.edit.html:138 |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
4230 #: ../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
|
4231 #: ../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
|
4232 #: ../share/roundup/templates/responsive/html/query.edit.html:86 |
| 3781 | 4233 msgid "[query is retired]" |
| 4234 msgstr "[lekérdezés visszavonva]" | |
| 4235 | |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
4236 #: ../share/roundup/templates/classic/html/query.edit.html:141 |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
4237 #: ../share/roundup/templates/classic/html/query.edit.html:156 |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
4238 #, fuzzy |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
4239 msgid "Restore" |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
4240 msgstr "visszaállított" |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
4241 |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
4242 #: ../share/roundup/templates/classic/html/query.edit.html:154 |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
4243 #, fuzzy |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
4244 msgid "[query is private]" |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
4245 msgstr "[lekérdezés visszavonva]" |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
4246 |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
4247 #: ../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
|
4248 #: ../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
|
4249 #: ../share/roundup/templates/responsive/html/query.edit.html:136 |
| 3781 | 4250 msgid "Save Selection" |
| 4251 msgstr "Kijelölés mentése" | |
| 4252 | |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
4253 #: ../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
|
4254 #: ../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
|
4255 #: ../share/roundup/templates/responsive/html/user.forgotten.html:2 |
| 3781 | 4256 msgid "Password reset request - ${tracker}" |
| 4257 msgstr "Jelszó törlés kérése - ${tracker}" | |
| 4258 | |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
4259 #: ../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
|
4260 #: ../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
|
4261 #: ../share/roundup/templates/responsive/html/user.forgotten.html:4 |
| 3781 | 4262 msgid "Password reset request" |
| 4263 msgstr "Jelszó törlés kérése" | |
| 4264 | |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
4265 #: ../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
|
4266 #: ../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
|
4267 #: ../share/roundup/templates/responsive/html/user.forgotten.html:10 |
|
3928
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
4268 msgid "" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
4269 "You have two options if you have forgotten your password. If you know the " |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
4270 "email address you registered with, enter it below." |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
4271 msgstr "" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
4272 "Két lehetősége van, ha elfelejtette a jelszavát. Ha tudja a regisztrációs e-" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
4273 "mail címét, adja meg alább." |
| 3781 | 4274 |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
4275 #: ../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
|
4276 #: ../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
|
4277 #: ../share/roundup/templates/responsive/html/user.forgotten.html:22 |
| 3781 | 4278 msgid "Email Address:" |
|
3928
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
4279 msgstr "E-mail cím:" |
| 3781 | 4280 |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
4281 #: ../share/roundup/templates/classic/html/user.forgotten.html:26 |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
4282 #: ../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
|
4283 #: ../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
|
4284 #: ../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
|
4285 #: ../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
|
4286 #: ../share/roundup/templates/responsive/html/user.forgotten.html:46 |
| 3781 | 4287 msgid "Request password reset" |
|
3928
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
4288 msgstr "Kérjen jelszó törlést" |
| 3781 | 4289 |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
4290 #: ../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
|
4291 #: ../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
|
4292 #: ../share/roundup/templates/responsive/html/user.forgotten.html:38 |
| 3781 | 4293 msgid "Or, if you know your username, then enter it below." |
|
3928
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
4294 msgstr "Vagy, ha ismeri a felhasználónevet, adja meg alább." |
| 3781 | 4295 |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
4296 #: ../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
|
4297 #: ../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
|
4298 #: ../share/roundup/templates/responsive/html/user.forgotten.html:45 |
| 3781 | 4299 msgid "Username:" |
|
3928
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
4300 msgstr "Felhasználónév:" |
| 3781 | 4301 |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
4302 #: ../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
|
4303 #: ../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
|
4304 #: ../share/roundup/templates/responsive/html/user.forgotten.html:51 |
|
3928
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
4305 msgid "" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
4306 "A confirmation email will be sent to you - please follow the instructions " |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
4307 "within it to complete the reset process." |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
4308 msgstr "" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
4309 "A rendszer egy megerősítő e-mailt küld Önnek - kövesse a benne foglaltakat a " |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
4310 "visszaállítási folyamat befejezéséhez." |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
4311 |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
4312 #: ../share/roundup/templates/classic/html/user.help-search.html:73 |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4313 #: ../share/roundup/templates/devel/html/user.help-search.html:73 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4314 #: ../share/roundup/templates/devel/html/user.help.html:81 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4315 #: ../share/roundup/templates/responsive/html/user.help-search.html:73 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4316 #: ../share/roundup/templates/responsive/html/user.help.html:81 |
|
3928
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
4317 #, fuzzy |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
4318 msgid "Pagesize" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
4319 msgstr "Oldalméret:" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
4320 |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
4321 #: ../share/roundup/templates/classic/html/user.help.html:43 |
|
3928
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
4322 msgid "" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
4323 "Your browser is not capable of using frames; you should be redirected " |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
4324 "immediately, or visit ${link}." |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
4325 msgstr "" |
| 3781 | 4326 |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
4327 #: ../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
|
4328 #: ../share/roundup/templates/devel/html/user.index.html:2 |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
4329 #: ../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
|
4330 #: ../share/roundup/templates/responsive/html/user.index.html:2 |
| 3781 | 4331 msgid "User listing - ${tracker}" |
| 4332 msgstr "Felhasználók listája - ${tracker}" | |
| 4333 | |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
4334 #: ../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
|
4335 #: ../share/roundup/templates/devel/html/user.index.html:4 |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
4336 #: ../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
|
4337 #: ../share/roundup/templates/responsive/html/user.index.html:4 |
| 3781 | 4338 msgid "User listing" |
| 4339 msgstr "Felhasználók listája" | |
| 4340 | |
|
6607
b0bafbf4fddd
update .po files with new strings to translate
John Rouillard <rouilj@ieee.org>
parents:
6456
diff
changeset
|
4341 #: ../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
|
4342 #: ../share/roundup/templates/devel/html/user.index.html:48 |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
4343 #: ../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
|
4344 #: ../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
|
4345 #: ../share/roundup/templates/responsive/html/user.index.html:49 |
| 3781 | 4346 msgid "Username" |
| 4347 msgstr "Felhasználónév" | |
| 4348 | |
|
6607
b0bafbf4fddd
update .po files with new strings to translate
John Rouillard <rouilj@ieee.org>
parents:
6456
diff
changeset
|
4349 #: ../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
|
4350 #: ../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
|
4351 #: ../share/roundup/templates/responsive/html/user.index.html:50 |
| 3781 | 4352 msgid "Real name" |
| 4353 msgstr "Valódi név" | |
| 4354 | |
|
6607
b0bafbf4fddd
update .po files with new strings to translate
John Rouillard <rouilj@ieee.org>
parents:
6456
diff
changeset
|
4355 #: ../share/roundup/templates/classic/html/user.index.html:50 |
|
6134
63739dae0f7e
update translation files for translators 2.0.0 beta
John Rouillard <rouilj@ieee.org>
parents:
5951
diff
changeset
|
4356 #: ../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
|
4357 #: ../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
|
4358 #: ../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
|
4359 #: ../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
|
4360 #: ../share/roundup/templates/responsive/html/user.register.html:53 |
| 3781 | 4361 msgid "Organisation" |
| 4362 msgstr "Szervezet" | |
| 4363 | |
|
6607
b0bafbf4fddd
update .po files with new strings to translate
John Rouillard <rouilj@ieee.org>
parents:
6456
diff
changeset
|
4364 #: ../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
|
4365 #: ../share/roundup/templates/devel/html/user.index.html:51 |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
4366 #: ../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
|
4367 #: ../share/roundup/templates/responsive/html/user.index.html:52 |
| 3781 | 4368 msgid "Email address" |
|
3928
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
4369 msgstr "E-mail cím" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
4370 |
|
6607
b0bafbf4fddd
update .po files with new strings to translate
John Rouillard <rouilj@ieee.org>
parents:
6456
diff
changeset
|
4371 #: ../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
|
4372 #: ../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
|
4373 #: ../share/roundup/templates/responsive/html/user.index.html:53 |
| 3781 | 4374 msgid "Phone number" |
| 4375 msgstr "Telefonszám" | |
| 4376 | |
|
6607
b0bafbf4fddd
update .po files with new strings to translate
John Rouillard <rouilj@ieee.org>
parents:
6456
diff
changeset
|
4377 #: ../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
|
4378 #: ../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
|
4379 #: ../share/roundup/templates/responsive/html/user.index.html:54 |
| 3781 | 4380 msgid "Retire" |
| 4381 msgstr "Visszavonulás" | |
| 4382 | |
|
6607
b0bafbf4fddd
update .po files with new strings to translate
John Rouillard <rouilj@ieee.org>
parents:
6456
diff
changeset
|
4383 #: ../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
|
4384 #: ../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
|
4385 #: ../share/roundup/templates/responsive/html/user.index.html:67 |
| 3781 | 4386 msgid "retire" |
| 4387 msgstr "visszavonulás" | |
| 4388 | |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
4389 #: ../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
|
4390 #: ../share/roundup/templates/devel/html/user.item.html:8 |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
4391 #: ../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
|
4392 #: ../share/roundup/templates/responsive/html/user.item.html:8 |
| 3781 | 4393 msgid "User ${id}: ${title} - ${tracker}" |
| 4394 msgstr "${id}. felhasználó: ${title} - ${tracker}" | |
| 4395 | |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
4396 #: ../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
|
4397 #: ../share/roundup/templates/devel/html/user.item.html:11 |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
4398 #: ../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
|
4399 #: ../share/roundup/templates/responsive/html/user.item.html:11 |
| 3781 | 4400 msgid "New User - ${tracker}" |
| 4401 msgstr "Új felhasználó - ${tracker}" | |
| 4402 | |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
4403 #: ../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
|
4404 #: ../share/roundup/templates/devel/html/user.item.html:20 |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
4405 #: ../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
|
4406 #: ../share/roundup/templates/responsive/html/user.item.html:20 |
| 3781 | 4407 msgid "New User" |
| 4408 msgstr "Új felhasználó" | |
| 4409 | |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
4410 #: ../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
|
4411 #: ../share/roundup/templates/devel/html/user.item.html:22 |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
4412 #: ../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
|
4413 #: ../share/roundup/templates/responsive/html/user.item.html:22 |
| 3781 | 4414 msgid "New User Editing" |
| 4415 msgstr "Új felhasználó szerkesztése" | |
| 4416 | |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
4417 #: ../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
|
4418 #: ../share/roundup/templates/devel/html/user.item.html:25 |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
4419 #: ../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
|
4420 #: ../share/roundup/templates/responsive/html/user.item.html:25 |
| 3781 | 4421 msgid "User${id}" |
| 4422 msgstr "${id}. felhasználó" | |
| 4423 | |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
4424 #: ../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
|
4425 #: ../share/roundup/templates/devel/html/user.item.html:28 |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
4426 #: ../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
|
4427 #: ../share/roundup/templates/responsive/html/user.item.html:28 |
| 3781 | 4428 msgid "User${id} Editing" |
| 4429 msgstr "${id}. felhasználó szerkesztése" | |
| 4430 | |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
4431 #: ../share/roundup/templates/classic/html/user.item.html:80 |
|
6134
63739dae0f7e
update translation files for translators 2.0.0 beta
John Rouillard <rouilj@ieee.org>
parents:
5951
diff
changeset
|
4432 #: ../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
|
4433 #: ../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
|
4434 #: ../share/roundup/templates/devel/html/user.register.html:42 |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
4435 #: ../share/roundup/templates/minimal/html/user.item.html:75 |
|
6134
63739dae0f7e
update translation files for translators 2.0.0 beta
John Rouillard <rouilj@ieee.org>
parents:
5951
diff
changeset
|
4436 #: ../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
|
4437 #: ../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
|
4438 #: ../share/roundup/templates/responsive/html/user.register.html:41 |
| 3781 | 4439 msgid "Roles" |
| 4440 msgstr "Szerepkörök" | |
| 4441 | |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
4442 #: ../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
|
4443 #: ../share/roundup/templates/devel/html/user.item.html:86 |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
4444 #: ../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
|
4445 #: ../share/roundup/templates/responsive/html/user.item.html:86 |
| 3781 | 4446 msgid "(to give the user more than one role, enter a comma,separated,list)" |
|
3928
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
4447 msgstr "" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
4448 "(egynél több szerepkör megadásához vesszővel,elválasztott,listát,adjon,meg)" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
4449 |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
4450 #: ../share/roundup/templates/classic/html/user.item.html:109 |
|
4843
55d1a73d6118
Drop comment in user settings about numeric hour offsets.
Thomas Arendsen Hein <thomas@intevation.de>
parents:
3928
diff
changeset
|
4451 msgid "(the default is ${zone})" |
|
55d1a73d6118
Drop comment in user settings about numeric hour offsets.
Thomas Arendsen Hein <thomas@intevation.de>
parents:
3928
diff
changeset
|
4452 msgstr "(${zone} az alapértelmezett)" |
| 3781 | 4453 |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
4454 #: ../share/roundup/templates/classic/html/user.item.html:130 |
|
6134
63739dae0f7e
update translation files for translators 2.0.0 beta
John Rouillard <rouilj@ieee.org>
parents:
5951
diff
changeset
|
4455 #: ../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
|
4456 #: ../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
|
4457 #: ../share/roundup/templates/devel/html/user.register.html:62 |
|
6134
63739dae0f7e
update translation files for translators 2.0.0 beta
John Rouillard <rouilj@ieee.org>
parents:
5951
diff
changeset
|
4458 #: ../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
|
4459 #: ../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
|
4460 #: ../share/roundup/templates/responsive/html/user.register.html:61 |
| 3781 | 4461 msgid "Alternate E-mail addresses<br>One address per line" |
|
3928
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
4462 msgstr "Alternatív e-mail címek <br>soronként egy cím" |
| 3781 | 4463 |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
4464 #: ../share/roundup/templates/classic/html/user.register.html:4 |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
4465 #: ../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
|
4466 #: ../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
|
4467 #: ../share/roundup/templates/devel/html/user.register.html:6 |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
4468 #: ../share/roundup/templates/minimal/html/user.register.html:4 |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
4469 #: ../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
|
4470 #: ../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
|
4471 #: ../share/roundup/templates/responsive/html/user.register.html:6 |
| 3781 | 4472 msgid "Registering with ${tracker}" |
| 4473 msgstr "Regisztrálás a következőnél: ${tracker}" | |
| 4474 | |
|
6134
63739dae0f7e
update translation files for translators 2.0.0 beta
John Rouillard <rouilj@ieee.org>
parents:
5951
diff
changeset
|
4475 #: ../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
|
4476 #: ../share/roundup/templates/devel/html/user.register.html:30 |
|
6134
63739dae0f7e
update translation files for translators 2.0.0 beta
John Rouillard <rouilj@ieee.org>
parents:
5951
diff
changeset
|
4477 #: ../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
|
4478 #: ../share/roundup/templates/responsive/html/user.register.html:29 |
|
3928
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
4479 msgid "Login Name" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
4480 msgstr "Bejelentkezési név" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
4481 |
|
6134
63739dae0f7e
update translation files for translators 2.0.0 beta
John Rouillard <rouilj@ieee.org>
parents:
5951
diff
changeset
|
4482 #: ../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
|
4483 #: ../share/roundup/templates/devel/html/user.register.html:34 |
|
6134
63739dae0f7e
update translation files for translators 2.0.0 beta
John Rouillard <rouilj@ieee.org>
parents:
5951
diff
changeset
|
4484 #: ../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
|
4485 #: ../share/roundup/templates/responsive/html/user.register.html:33 |
|
3928
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
4486 msgid "Login Password" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
4487 msgstr "Bejelentkezési jelszó" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
4488 |
|
6134
63739dae0f7e
update translation files for translators 2.0.0 beta
John Rouillard <rouilj@ieee.org>
parents:
5951
diff
changeset
|
4489 #: ../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
|
4490 #: ../share/roundup/templates/devel/html/user.register.html:38 |
|
6134
63739dae0f7e
update translation files for translators 2.0.0 beta
John Rouillard <rouilj@ieee.org>
parents:
5951
diff
changeset
|
4491 #: ../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
|
4492 #: ../share/roundup/templates/responsive/html/user.register.html:37 |
|
3928
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
4493 msgid "Confirm Password" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
4494 msgstr "Jelszó megerősítése" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
4495 |
|
6134
63739dae0f7e
update translation files for translators 2.0.0 beta
John Rouillard <rouilj@ieee.org>
parents:
5951
diff
changeset
|
4496 #: ../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
|
4497 #: ../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
|
4498 #: ../share/roundup/templates/responsive/html/user.register.html:49 |
|
3928
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
4499 msgid "Phone" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
4500 msgstr "Telefon" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
4501 |
|
6134
63739dae0f7e
update translation files for translators 2.0.0 beta
John Rouillard <rouilj@ieee.org>
parents:
5951
diff
changeset
|
4502 #: ../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
|
4503 #: ../share/roundup/templates/devel/html/user.register.html:58 |
|
6134
63739dae0f7e
update translation files for translators 2.0.0 beta
John Rouillard <rouilj@ieee.org>
parents:
5951
diff
changeset
|
4504 #: ../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
|
4505 #: ../share/roundup/templates/responsive/html/user.register.html:57 |
|
3928
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
4506 msgid "E-mail address" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
4507 msgstr "E-mail címek" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
4508 |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
4509 #: ../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
|
4510 #: ../share/roundup/templates/devel/html/user.rego_progress.html:3 |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
4511 #: ../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
|
4512 #: ../share/roundup/templates/responsive/html/user.rego_progress.html:3 |
| 3781 | 4513 msgid "Registration in progress - ${tracker}" |
| 4514 msgstr "Regisztráció folyamatban - ${tracker}" | |
| 4515 | |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
4516 #: ../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
|
4517 #: ../share/roundup/templates/devel/html/user.rego_progress.html:5 |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
4518 #: ../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
|
4519 #: ../share/roundup/templates/responsive/html/user.rego_progress.html:5 |
| 3781 | 4520 msgid "Registration in progress..." |
| 4521 msgstr "Regisztráció folyamatban..." | |
| 4522 | |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
4523 #: ../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
|
4524 #: ../share/roundup/templates/devel/html/user.rego_progress.html:9 |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
4525 #: ../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
|
4526 #: ../share/roundup/templates/responsive/html/user.rego_progress.html:9 |
|
3928
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
4527 msgid "" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
4528 "You will shortly receive an email to confirm your registration. To complete " |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
4529 "the registration process, visit the link indicated in the email." |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
4530 msgstr "" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
4531 "Rövidesen kapni fog egy e-mailt a regisztrációjának megerősítésére. A " |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
4532 "regisztráció befejezéséhet kövesse a levélben lévő linket." |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
4533 |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
4534 # priority translations: |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
4535 #: ../share/roundup/templates/classic/initial_data.py:5 |
|
6607
b0bafbf4fddd
update .po files with new strings to translate
John Rouillard <rouilj@ieee.org>
parents:
6456
diff
changeset
|
4536 #: ../share/roundup/templates/jinja2/initial_data.py:4 |
|
3928
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
4537 msgid "critical" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
4538 msgstr "kritikus" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
4539 |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
4540 #: ../share/roundup/templates/classic/initial_data.py:6 |
|
6607
b0bafbf4fddd
update .po files with new strings to translate
John Rouillard <rouilj@ieee.org>
parents:
6456
diff
changeset
|
4541 #: ../share/roundup/templates/jinja2/initial_data.py:5 |
|
3928
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
4542 msgid "urgent" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
4543 msgstr "sürgős" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
4544 |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
4545 #: ../share/roundup/templates/classic/initial_data.py:7 |
|
6607
b0bafbf4fddd
update .po files with new strings to translate
John Rouillard <rouilj@ieee.org>
parents:
6456
diff
changeset
|
4546 #: ../share/roundup/templates/jinja2/initial_data.py:6 |
|
3928
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
4547 msgid "bug" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
4548 msgstr "hiba" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
4549 |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
4550 #: ../share/roundup/templates/classic/initial_data.py:8 |
|
6607
b0bafbf4fddd
update .po files with new strings to translate
John Rouillard <rouilj@ieee.org>
parents:
6456
diff
changeset
|
4551 #: ../share/roundup/templates/jinja2/initial_data.py:7 |
|
3928
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
4552 msgid "feature" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
4553 msgstr "szolgáltatás" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
4554 |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
4555 #: ../share/roundup/templates/classic/initial_data.py:9 |
|
6607
b0bafbf4fddd
update .po files with new strings to translate
John Rouillard <rouilj@ieee.org>
parents:
6456
diff
changeset
|
4556 #: ../share/roundup/templates/jinja2/initial_data.py:8 |
|
3928
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
4557 msgid "wish" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
4558 msgstr "óhaj" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
4559 |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
4560 # status translations: |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
4561 #: ../share/roundup/templates/classic/initial_data.py:12 |
|
6607
b0bafbf4fddd
update .po files with new strings to translate
John Rouillard <rouilj@ieee.org>
parents:
6456
diff
changeset
|
4562 #: ../share/roundup/templates/jinja2/initial_data.py:11 |
|
3928
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
4563 msgid "unread" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
4564 msgstr "nem olvasott" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
4565 |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
4566 #: ../share/roundup/templates/classic/initial_data.py:13 |
|
6607
b0bafbf4fddd
update .po files with new strings to translate
John Rouillard <rouilj@ieee.org>
parents:
6456
diff
changeset
|
4567 #: ../share/roundup/templates/jinja2/initial_data.py:12 |
|
3928
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
4568 msgid "deferred" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
4569 msgstr "elutasítva" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
4570 |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
4571 #: ../share/roundup/templates/classic/initial_data.py:14 |
|
6607
b0bafbf4fddd
update .po files with new strings to translate
John Rouillard <rouilj@ieee.org>
parents:
6456
diff
changeset
|
4572 #: ../share/roundup/templates/jinja2/initial_data.py:13 |
|
3928
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
4573 msgid "chatting" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
4574 msgstr "megbeszélés" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
4575 |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
4576 #: ../share/roundup/templates/classic/initial_data.py:15 |
|
6607
b0bafbf4fddd
update .po files with new strings to translate
John Rouillard <rouilj@ieee.org>
parents:
6456
diff
changeset
|
4577 #: ../share/roundup/templates/jinja2/initial_data.py:14 |
|
3928
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
4578 msgid "need-eg" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
4579 msgstr "megerősítésre vár" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
4580 |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
4581 #: ../share/roundup/templates/classic/initial_data.py:16 |
|
6607
b0bafbf4fddd
update .po files with new strings to translate
John Rouillard <rouilj@ieee.org>
parents:
6456
diff
changeset
|
4582 #: ../share/roundup/templates/jinja2/initial_data.py:15 |
|
3928
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
4583 msgid "in-progress" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
4584 msgstr "folyamatban" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
4585 |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
4586 #: ../share/roundup/templates/classic/initial_data.py:17 |
|
6607
b0bafbf4fddd
update .po files with new strings to translate
John Rouillard <rouilj@ieee.org>
parents:
6456
diff
changeset
|
4587 #: ../share/roundup/templates/jinja2/initial_data.py:16 |
|
3928
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
4588 msgid "testing" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
4589 msgstr "tesztelés" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
4590 |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
4591 #: ../share/roundup/templates/classic/initial_data.py:18 |
|
6607
b0bafbf4fddd
update .po files with new strings to translate
John Rouillard <rouilj@ieee.org>
parents:
6456
diff
changeset
|
4592 #: ../share/roundup/templates/jinja2/initial_data.py:17 |
|
3928
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
4593 msgid "done-cbb" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
4594 msgstr "elkészült-lehetne jobb" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
4595 |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
4596 #: ../share/roundup/templates/classic/initial_data.py:19 |
|
6607
b0bafbf4fddd
update .po files with new strings to translate
John Rouillard <rouilj@ieee.org>
parents:
6456
diff
changeset
|
4597 #: ../share/roundup/templates/jinja2/initial_data.py:18 |
|
3928
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
4598 msgid "resolved" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
4599 msgstr "megoldva" |
| 3781 | 4600 |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
4601 #: ../share/roundup/templates/devel/extensions/spambayes.py:66 |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
4602 #: ../share/roundup/templates/responsive/extensions/spambayes.py:66 |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
4603 #, fuzzy |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
4604 msgid "Message classified as" |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
4605 msgstr "Üzenetek listája" |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
4606 |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
4607 #: ../share/roundup/templates/devel/extensions/spambayes.py:68 |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
4608 #: ../share/roundup/templates/responsive/extensions/spambayes.py:68 |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
4609 msgid "Unable to classify message, got error:" |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
4610 msgstr "" |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
4611 |
|
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/_generic.index.html:26 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4613 #: ../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
|
4614 msgid "" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4615 "<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
|
4616 "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
|
4617 "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
|
4618 "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
|
4619 "(\"\"). </p> <p class=\"form-help\"> Multilink properties have their " |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4620 "multiple values colon (\":\") separated (... ,\"one:two:three\", ...) </p> " |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4621 "<p class=\"form-help\"> Remove entries by deleting their line. Add new " |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4622 "entries by 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
|
4623 msgstr "" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4624 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4625 #: ../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
|
4626 #: ../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
|
4627 #: ../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
|
4628 #: ../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
|
4629 #, fuzzy |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4630 msgid "List of bugs" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4631 msgstr "Ügyek listája" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4632 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4633 #: ../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
|
4634 #: ../share/roundup/templates/devel/html/task.index.html:26 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4635 #: ../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
|
4636 #: ../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
|
4637 msgid "Severity" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4638 msgstr "" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4639 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4640 #: ../share/roundup/templates/devel/html/bug.index.html:32 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4641 #: ../share/roundup/templates/devel/html/task.index.html:32 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4642 #: ../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
|
4643 #: ../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
|
4644 #: ../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
|
4645 #: ../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
|
4646 msgid "Components" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4647 msgstr "" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4648 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4649 #: ../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
|
4650 #: ../share/roundup/templates/devel/html/task.index.html:33 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4651 #: ../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
|
4652 #: ../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
|
4653 msgid "Versions" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4654 msgstr "" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4655 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4656 #: ../share/roundup/templates/devel/html/bug.index.html:35 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4657 #: ../share/roundup/templates/devel/html/task.index.html:35 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4658 #: ../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
|
4659 #: ../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
|
4660 #: ../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
|
4661 #: ../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
|
4662 #: ../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
|
4663 #: ../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
|
4664 msgid "Resolution" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4665 msgstr "" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4666 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4667 #: ../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
|
4668 #: ../share/roundup/templates/devel/html/task.index.html:39 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4669 msgid "Depends On" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4670 msgstr "" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4671 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4672 #: ../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
|
4673 #: ../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
|
4674 #, fuzzy |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4675 msgid "Bug ${id}: ${title} - ${tracker}" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4676 msgstr "${id}. ügy: ${title} - ${tracker}" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4677 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4678 #: ../share/roundup/templates/devel/html/bug.item.html:9 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4679 #: ../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
|
4680 #, fuzzy |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4681 msgid "New Bug report - ${tracker}" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4682 msgstr "Új felhasználó - ${tracker}" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4683 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4684 #: ../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
|
4685 #: ../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
|
4686 #, fuzzy |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4687 msgid "New Bug" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4688 msgstr "Új ügy" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4689 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4690 #: ../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
|
4691 #: ../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
|
4692 #, fuzzy |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4693 msgid "New Bug Editing" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4694 msgstr "Új ügy szerkesztése" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4695 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4696 #: ../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
|
4697 #: ../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
|
4698 #, fuzzy |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4699 msgid "Bug ${id}" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4700 msgstr "${id}. ügy" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4701 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4702 #: ../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
|
4703 #: ../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
|
4704 #, fuzzy |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4705 msgid "Bug ${id} Editing" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4706 msgstr "${id}. ügy szerkesztése" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4707 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4708 #: ../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
|
4709 msgid "<span>Type</span>:" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4710 msgstr "" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4711 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4712 #: ../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
|
4713 msgid "<span>Severity</span>:" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4714 msgstr "" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4715 |
|
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.item.html:72 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4717 msgid "<span>Components</span>:" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4718 msgstr "" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4719 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4720 #: ../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
|
4721 msgid "<span>Versions</span>:" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4722 msgstr "" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4723 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4724 #: ../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
|
4725 msgid "<span>Status</span>:" |
|
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.item.html:97 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4729 msgid "<span>Resolution</span>:" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4730 msgstr "" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4731 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4732 #: ../share/roundup/templates/devel/html/bug.item.html:104 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4733 #: ../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
|
4734 #: ../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
|
4735 #: ../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
|
4736 #: ../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
|
4737 #: ../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
|
4738 msgid "Dependencies" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4739 msgstr "" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4740 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4741 #: ../share/roundup/templates/devel/html/bug.item.html:116 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4742 #: ../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
|
4743 msgid "x:" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4744 msgstr "" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4745 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4746 #: ../share/roundup/templates/devel/html/bug.item.html:126 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4747 #: ../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
|
4748 #: ../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
|
4749 #: ../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
|
4750 msgid "View" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4751 msgstr "" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4752 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4753 #: ../share/roundup/templates/devel/html/bug.item.html:150 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4754 #: ../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
|
4755 #, fuzzy |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4756 msgid "Keywords:" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4757 msgstr "Témák" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4758 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4759 #: ../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
|
4760 #: ../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
|
4761 msgid "Comment" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4762 msgstr "" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4763 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4764 #: ../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
|
4765 #: ../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
|
4766 #: ../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
|
4767 #: ../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
|
4768 msgid "File Description" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4769 msgstr "" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4770 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4771 #: ../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
|
4772 #: ../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
|
4773 #: ../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
|
4774 #: ../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
|
4775 #, fuzzy |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4776 msgid "" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4777 "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
|
4778 "${activity}</b> by <b>${actor}</b>." |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4779 msgstr "" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4780 "<b>${creation}</b> létrehozta <b>${creator}</b>, utoljára <b>${actor}</b> " |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4781 "módosította <b>${activity}</b>-kor." |
|
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:226 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4784 #: ../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
|
4785 #: ../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
|
4786 #: ../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
|
4787 #: ../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
|
4788 #: ../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
|
4789 #: ../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
|
4790 #: ../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
|
4791 #: ../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
|
4792 #: ../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
|
4793 #: ../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
|
4794 #: ../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
|
4795 #: ../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
|
4796 #: ../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
|
4797 #: ../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
|
4798 #: ../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
|
4799 #: ../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
|
4800 #: ../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
|
4801 #, fuzzy |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4802 msgid "Description" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4803 msgstr "létrehozás" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4804 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4805 #: ../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
|
4806 #: ../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
|
4807 #: ../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
|
4808 #: ../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
|
4809 #, fuzzy |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4810 msgid "msg${id}" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4811 msgstr "${id}. felhasználó" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4812 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4813 #: ../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
|
4814 #: ../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
|
4815 #: ../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
|
4816 #: ../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
|
4817 #, fuzzy |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4818 msgid "Author: ${author} ()" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4819 msgstr "Szerző: ${author}" |
|
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.search.html:2 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4822 #: ../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
|
4823 #, fuzzy |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4824 msgid "Bug searching - ${tracker}" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4825 msgstr "Ügy keresése - ${tracker}" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4826 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4827 #: ../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
|
4828 #: ../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
|
4829 #, fuzzy |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4830 msgid "Bug searching" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4831 msgstr "Ügy keresése" |
|
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.search.html:94 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4834 #: ../share/roundup/templates/devel/html/task.search.html:94 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4835 #: ../share/roundup/templates/responsive/html/bug.search.html:94 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4836 #: ../share/roundup/templates/responsive/html/task.search.html:94 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4837 #, fuzzy |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4838 msgid "Last actor:" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4839 msgstr "végezte" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4840 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4841 #: ../share/roundup/templates/devel/html/bug.search.html:105 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4842 #: ../share/roundup/templates/devel/html/task.search.html:105 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4843 #: ../share/roundup/templates/responsive/html/bug.search.html:105 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4844 #: ../share/roundup/templates/responsive/html/task.search.html:105 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4845 #, fuzzy |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4846 msgid "Nosy list member:" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4847 msgstr "Kíváncsiak listája" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4848 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4849 #: ../share/roundup/templates/devel/html/bug.search.html:115 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4850 #: ../share/roundup/templates/devel/html/task.search.html:115 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4851 #: ../share/roundup/templates/responsive/html/bug.search.html:115 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4852 #: ../share/roundup/templates/responsive/html/task.search.html:115 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4853 #, fuzzy |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4854 msgid "Type:" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4855 msgstr "Típus" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4856 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4857 #: ../share/roundup/templates/devel/html/bug.search.html:128 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4858 #: ../share/roundup/templates/devel/html/task.search.html:128 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4859 #: ../share/roundup/templates/responsive/html/bug.search.html:128 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4860 #: ../share/roundup/templates/responsive/html/task.search.html:128 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4861 msgid "Components:" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4862 msgstr "" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4863 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4864 #: ../share/roundup/templates/devel/html/bug.search.html:141 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4865 #: ../share/roundup/templates/devel/html/task.search.html:141 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4866 #: ../share/roundup/templates/responsive/html/bug.search.html:141 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4867 msgid "Versions:" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4868 msgstr "" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4869 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4870 #: ../share/roundup/templates/devel/html/bug.search.html:167 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4871 #: ../share/roundup/templates/devel/html/task.search.html:167 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4872 #: ../share/roundup/templates/responsive/html/bug.search.html:167 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4873 #: ../share/roundup/templates/responsive/html/task.search.html:141 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4874 msgid "Depends on:" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4875 msgstr "" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4876 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4877 #: ../share/roundup/templates/devel/html/bug.search.html:196 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4878 #: ../share/roundup/templates/devel/html/task.search.html:196 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4879 #: ../share/roundup/templates/responsive/html/bug.search.html:196 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4880 #, fuzzy |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4881 msgid "not set" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4882 msgstr "nem kijelölt" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4883 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4884 #: ../share/roundup/templates/devel/html/bug.search.html:223 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4885 #: ../share/roundup/templates/devel/html/task.search.html:223 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4886 #: ../share/roundup/templates/responsive/html/bug.search.html:223 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4887 #: ../share/roundup/templates/responsive/html/task.search.html:184 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4888 #, fuzzy |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4889 msgid "not closed" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4890 msgstr "nem kijelölt" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4891 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4892 #: ../share/roundup/templates/devel/html/bug.search.html:237 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4893 #: ../share/roundup/templates/devel/html/task.item.html:73 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4894 #: ../share/roundup/templates/devel/html/task.search.html:237 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4895 #: ../share/roundup/templates/responsive/html/bug.search.html:237 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4896 #: ../share/roundup/templates/responsive/html/task.search.html:198 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4897 msgid "Resolution:" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4898 msgstr "" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4899 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4900 #: ../share/roundup/templates/devel/html/bug.search.html:297 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4901 #: ../share/roundup/templates/responsive/html/bug.search.html:297 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4902 #, fuzzy |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4903 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
|
4904 msgstr "" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4905 "*: A \"Minden szöveg\" mező az üzenetek címsorában és belsejében is keres" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4906 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4907 #: ../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
|
4908 #: ../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
|
4909 #, fuzzy |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4910 msgid "${what} help - ${tracker}" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4911 msgstr "${property} segítség - ${tracker}" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4912 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4913 #: ../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
|
4914 #: ../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
|
4915 #: ../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
|
4916 #: ../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
|
4917 #, fuzzy |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4918 msgid "List of keywords" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4919 msgstr "Fájlok listája" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4920 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4921 #: ../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
|
4922 #: ../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
|
4923 #, fuzzy |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4924 msgid "Keyword ${id}: ${title} - ${tracker}" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4925 msgstr "${id}. felhasználó: ${title} - ${tracker}" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4926 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4927 #: ../share/roundup/templates/devel/html/keyword.item.html:11 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4928 #: ../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
|
4929 #, fuzzy |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4930 msgid "New Keyword - ${tracker}" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4931 msgstr "Új felhasználó - ${tracker}" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4932 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4933 #: ../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
|
4934 #: ../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
|
4935 #, fuzzy |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4936 msgid "New Keyword" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4937 msgstr "Téma" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4938 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4939 #: ../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
|
4940 #: ../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
|
4941 #, fuzzy |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4942 msgid "New Keyword Editing" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4943 msgstr "Téma szerkesztése" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4944 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4945 #: ../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
|
4946 #: ../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
|
4947 #, fuzzy |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4948 msgid "Keyword${id}" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4949 msgstr "Téma" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4950 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4951 #: ../share/roundup/templates/devel/html/keyword.item.html:27 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4952 #: ../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
|
4953 #, fuzzy |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4954 msgid "Keyword${id} Editing" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4955 msgstr "${id}. felhasználó szerkesztése" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4956 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4957 #: ../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
|
4958 #: ../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
|
4959 #, fuzzy |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4960 msgid "Description:" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4961 msgstr "Csökkenő:" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4962 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4963 #: ../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
|
4964 #: ../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
|
4965 #: ../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
|
4966 #: ../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
|
4967 #, fuzzy |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4968 msgid "List of milestones" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4969 msgstr "Fájlok listája" |
|
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/msg.item.html:52 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4972 #: ../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
|
4973 #, fuzzy |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4974 msgid "Message-id" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4975 msgstr "${id}. üzenet" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4976 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4977 #: ../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
|
4978 #: ../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
|
4979 msgid "In-reply-to" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4980 msgstr "" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4981 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4982 #: ../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
|
4983 #: ../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
|
4984 msgid "Bugs" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4985 msgstr "" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4986 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4987 #: ../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
|
4988 #: ../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
|
4989 #: ../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
|
4990 #: ../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
|
4991 #: ../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
|
4992 #: ../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
|
4993 #, fuzzy |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4994 msgid "Show Open" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4995 msgstr "Ügy mutatása:" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4996 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4997 #: ../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
|
4998 #, fuzzy |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4999 msgid "Show bug:" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5000 msgstr "Ügy mutatása:" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5001 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5002 #: ../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
|
5003 #: ../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
|
5004 msgid "Tasks" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5005 msgstr "" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5006 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5007 #: ../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
|
5008 #, fuzzy |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5009 msgid "Show task:" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5010 msgstr "Ügy mutatása:" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5011 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5012 #: ../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
|
5013 #: ../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
|
5014 msgid "Milestones" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5015 msgstr "" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5016 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5017 #: ../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
|
5018 #, fuzzy |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5019 msgid "User" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5020 msgstr "Felhasználó hozzáadása" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5021 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5022 #: ../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
|
5023 #: ../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
|
5024 #, fuzzy |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5025 msgid "Bugs assigned to you" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5026 msgstr "nekem adva" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5027 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5028 #: ../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
|
5029 #: ../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
|
5030 #, fuzzy |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5031 msgid "" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5032 "<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
|
5033 "\">edit</a>)" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5034 msgstr "<b>Lekérdezések</b> (<a href=\"query?@template=edit\">szerk.</a>)" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5035 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5036 #: ../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
|
5037 #: ../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
|
5038 #, fuzzy |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5039 msgid "Edit Keywords" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5040 msgstr "Létező témák" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5041 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5042 #: ../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
|
5043 #: ../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
|
5044 #: ../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
|
5045 #: ../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
|
5046 #, fuzzy |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5047 msgid "List of patches - ${tracker}" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5048 msgstr "Osztályok listája - ${tracker}" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5049 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5050 #: ../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
|
5051 #: ../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
|
5052 #: ../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
|
5053 #: ../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
|
5054 #, fuzzy |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5055 msgid "List of patches" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5056 msgstr "Osztályok listája" |
|
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/patch.item.html:2 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5059 #: ../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
|
5060 #: ../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
|
5061 #: ../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
|
5062 #, fuzzy |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5063 msgid "Patch display - ${tracker}" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5064 msgstr "Fájl megjelenítés - ${tracker}" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5065 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5066 #: ../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
|
5067 #: ../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
|
5068 msgid "Modify patch" |
|
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/patch.item.html:37 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5072 #: ../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
|
5073 #: ../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
|
5074 #: ../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
|
5075 msgid "Repository" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5076 msgstr "" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5077 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5078 #: ../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
|
5079 #: ../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
|
5080 #: ../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
|
5081 #: ../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
|
5082 msgid "Repository revision" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5083 msgstr "" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5084 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5085 #: ../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
|
5086 #: ../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
|
5087 #, fuzzy |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5088 msgid "Patch display" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5089 msgstr "Fájl megjelenítés" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5090 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5091 #: ../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
|
5092 #: ../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
|
5093 #, fuzzy |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5094 msgid "${start}.. ${end} out of ${total}" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5095 msgstr "${start}..${end}, összesen ${total}" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5096 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5097 #: ../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
|
5098 #: ../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
|
5099 #: ../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
|
5100 #: ../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
|
5101 #, fuzzy |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5102 msgid "List of tasks" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5103 msgstr "Osztályok listája" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5104 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5105 #: ../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
|
5106 #: ../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
|
5107 #, fuzzy |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5108 msgid "Task ${id}: ${title} - ${tracker}" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5109 msgstr "${id}. felhasználó: ${title} - ${tracker}" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5110 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5111 #: ../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
|
5112 #: ../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
|
5113 #, fuzzy |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5114 msgid "New Task - ${tracker}" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5115 msgstr "Új felhasználó - ${tracker}" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5116 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5117 #: ../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
|
5118 #: ../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
|
5119 #, fuzzy |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5120 msgid "New Task" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5121 msgstr "Új felhasználó" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5122 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5123 #: ../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
|
5124 #: ../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
|
5125 #, fuzzy |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5126 msgid "New Task Editing" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5127 msgstr "Új felhasználó szerkesztése" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5128 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5129 #: ../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
|
5130 #: ../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
|
5131 #, fuzzy |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5132 msgid "Task ${id}" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5133 msgstr "${id}. felhasználó" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5134 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5135 #: ../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
|
5136 #: ../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
|
5137 #, fuzzy |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5138 msgid "Task${id} Editing" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5139 msgstr "${id}. felhasználó szerkesztése" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5140 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5141 #: ../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
|
5142 #: ../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
|
5143 #: ../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
|
5144 msgid ":" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5145 msgstr "" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5146 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5147 #: ../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
|
5148 #: ../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
|
5149 #, fuzzy |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5150 msgid "Task searching - ${tracker}" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5151 msgstr "Ügy keresése - ${tracker}" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5152 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5153 #: ../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
|
5154 #: ../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
|
5155 #, fuzzy |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5156 msgid "Task searching" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5157 msgstr "Ügy keresése" |
|
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.search.html:297 |
|
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.search.html:258 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5161 #, fuzzy |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5162 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
|
5163 msgstr "" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5164 "*: A \"Minden szöveg\" mező az üzenetek címsorában és belsejében is keres" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5165 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5166 #: ../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
|
5167 #: ../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
|
5168 msgid "" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5169 "If your user was automatically created during import from the old " |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5170 "sourceforge tracker, your e-mail address is <Sourceforge username>" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5171 "@users.sourceforge.net. The mail address associated with your account can be " |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5172 "changed after login." |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5173 msgstr "" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5174 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5175 #: ../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
|
5176 #: ../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
|
5177 msgid "" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5178 "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
|
5179 "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
|
5180 "sourceforge username." |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5181 msgstr "" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5182 |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
5183 #: ../share/roundup/templates/minimal/html/home.html:2 |
| 3781 | 5184 msgid "Tracker home - ${tracker}" |
| 5185 msgstr "Hibakövető - ${tracker}" | |
| 5186 | |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
5187 #: ../share/roundup/templates/minimal/html/home.html:4 |
| 3781 | 5188 msgid "Tracker home" |
|
3928
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
5189 msgstr "Hibakövető" |
| 3781 | 5190 |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
5191 #: ../share/roundup/templates/minimal/html/home.html:16 |
| 3781 | 5192 msgid "Please select from one of the menu options on the left." |
|
3928
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
5193 msgstr "Kérem válasszon a bal oldali menüből." |
| 3781 | 5194 |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
5195 #: ../share/roundup/templates/minimal/html/home.html:19 |
| 3781 | 5196 msgid "Please log in or register." |
|
3928
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
5197 msgstr "Jelentkezzen be vagy regisztráljon." |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
5198 |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5199 #: ../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
|
5200 #: ../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
|
5201 #: ../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
|
5202 #: ../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
|
5203 #: ../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
|
5204 #: ../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
|
5205 msgid "Previous" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5206 msgstr "" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5207 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5208 #: ../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
|
5209 #: ../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
|
5210 #: ../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
|
5211 #, fuzzy |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5212 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
|
5213 msgstr "${start}..${end}, összesen ${total}" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5214 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5215 #: ../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
|
5216 #: ../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
|
5217 #: ../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
|
5218 #: ../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
|
5219 #: ../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
|
5220 #: ../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
|
5221 msgid "Next" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5222 msgstr "" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5223 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5224 #: ../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
|
5225 msgid "Version" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5226 msgstr "" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5227 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5228 #: ../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
|
5229 #: ../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
|
5230 msgid "component" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5231 msgstr "" |
|
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.item.html:138 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5234 #: ../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
|
5235 #, fuzzy |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5236 msgid "Assigned to" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5237 msgstr "Kiadva:" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5238 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5239 #: ../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
|
5240 #: ../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
|
5241 #, fuzzy |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5242 msgid "Nosy list" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5243 msgstr "Kíváncsiak listája" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5244 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5245 #: ../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
|
5246 #: ../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
|
5247 msgid "<span class=\"badge badge-inverse\">Comment</span> " |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5248 msgstr "" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5249 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5250 #: ../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
|
5251 #, fuzzy |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5252 msgid "Show bug" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5253 msgstr "Ügy mutatása:" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5254 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5255 #: ../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
|
5256 #, fuzzy |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5257 msgid "Show task" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5258 msgstr "Ügy mutatása:" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5259 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5260 #: ../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
|
5261 #, fuzzy |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5262 msgid "Password" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5263 msgstr "Bejelentkezési jelszó" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5264 |
|
6223
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6134
diff
changeset
|
5265 #, fuzzy |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6134
diff
changeset
|
5266 #~ msgid " %(description)s (%(name)s for \"%(klass)s\" " |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6134
diff
changeset
|
5267 #~ msgstr " %(description)s (%(name)s)" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6134
diff
changeset
|
5268 |
|
6134
63739dae0f7e
update translation files for translators 2.0.0 beta
John Rouillard <rouilj@ieee.org>
parents:
5951
diff
changeset
|
5269 #~ msgid "Error: %s: %s" |
|
63739dae0f7e
update translation files for translators 2.0.0 beta
John Rouillard <rouilj@ieee.org>
parents:
5951
diff
changeset
|
5270 #~ msgstr "Hiba: %s: %s" |
|
63739dae0f7e
update translation files for translators 2.0.0 beta
John Rouillard <rouilj@ieee.org>
parents:
5951
diff
changeset
|
5271 |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
5272 #~ msgid "WARNING: invalid date tuple %r" |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
5273 #~ msgstr "FIGYELEM: hibás dátum tuple %r" |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
5274 |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
5275 #~ msgid "%(class)s %(id)s - nothing changed" |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
5276 #~ msgstr "%(class)s %(id)s - nincs változás" |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
5277 |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
5278 #~ msgid "You do not have permission to edit user roles" |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
5279 #~ msgstr "Nincs jogosultsága a felhasználói szerepkörök szerkesztéséhez" |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
5280 |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
5281 #~ msgid "File is empty" |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
5282 #~ msgstr "A fájl üres" |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
5283 |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
5284 #~ msgid "*encrypted*" |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
5285 #~ msgstr "*titkosítva*" |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
5286 |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
5287 #~ msgid "Error: apop specification not valid" |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
5288 #~ msgstr "Hiba: az apop specifikáció nem érvényes" |
