Mercurial > p > roundup > code
annotate locale/hu.po @ 7800:2d4684e4702d
fix: enhancement to history command output and % template fix.
Rather than using the key field, use the label field for descriptions.
Call cls.labelprop(default_to_id=True) so it returns id rather than
the first sorted property name.
If labelprop() returns 'id' or 'title', we return nothing. 'id' means
there is no label set and no properties named 'name' or 'title'. So
have the caller do whatever it wants (prepend classname for example)
when there is no human readable name. This prevents %(name)s%(key)s
from producing: 23(23).
Also don't accept the 'title' property. Titles can be too
long. Arguably we could: '%(name)20s' to limit the title
length. However without ellipses or something truncating the title
might be confusing. So again pretend there is no human readable name.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Tue, 12 Mar 2024 11:52:17 -0400 |
| parents | ed2bc951277b |
| children | a377590eba34 |
| 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 "" | |
|
7530
ed2bc951277b
Updates for 2.3.0 release.
John Rouillard <rouilj@ieee.org>
parents:
7443
diff
changeset
|
9 "Project-Id-Version: Roundup 2.3.0\n" |
|
3928
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" |
|
7530
ed2bc951277b
Updates for 2.3.0 release.
John Rouillard <rouilj@ieee.org>
parents:
7443
diff
changeset
|
11 "POT-Creation-Date: 2023-07-12 22:51-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" |
| 7052 | 15 "Language: hu\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" |
|
7063
aca710a3b687
update roundup.pot and .po locale files for fixed translations
John Rouillard <rouilj@ieee.org>
parents:
7052
diff
changeset
|
19 "Plural-Forms: nplurals=2; plural=n != 1;X-Generator: KBabel 1.11.4\n" |
| 3781 | 20 |
|
6134
63739dae0f7e
update translation files for translators 2.0.0 beta
John Rouillard <rouilj@ieee.org>
parents:
5951
diff
changeset
|
21 #: ../roundup/actions.py:49 |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
22 #, fuzzy, python-format |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
23 msgid "" |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
24 "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
|
25 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
|
26 |
|
7203
12a3cd86668f
auto update 'password_pbkdf2_default_rounds' "
John Rouillard <rouilj@ieee.org>
parents:
7069
diff
changeset
|
27 #: ../roundup/actions.py:65 ../roundup/cgi/actions.py:240 |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
28 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
|
29 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
|
30 |
| 7401 | 31 #: ../roundup/admin.py:117 |
| 32 msgid "Have 'display designator' show protected fields: creator. NYI" | |
| 33 msgstr "" | |
| 34 | |
| 35 #: ../roundup/admin.py:120 | |
| 36 msgid "Set indexer to use when running 'reindex' NYI" | |
| 37 msgstr "" | |
| 38 | |
| 39 #: ../roundup/admin.py:123 | |
| 40 msgid "Force reopening of tracker when running each command." | |
| 41 msgstr "" | |
| 42 | |
| 43 #: ../roundup/admin.py:125 | |
| 44 msgid "Show retired items in table, list etc. NYI" | |
| 45 msgstr "" | |
| 46 | |
| 47 #: ../roundup/admin.py:126 | |
| 48 msgid "Enable verbose output: tracing, descriptions..." | |
| 49 msgstr "" | |
| 50 | |
| 3781 | 51 # ../roundup/admin.py:85 :981 :1030 :1052 |
| 7442 | 52 #: ../roundup/admin.py:138 ../roundup/admin.py:993 ../roundup/admin.py:1603 |
| 53 #: ../roundup/admin.py:1635 ../roundup/admin.py:138:993 :1603:1635 | |
| 3781 | 54 #, python-format |
| 55 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
|
56 msgstr "nincs \"%(classname)s\" osztály" |
| 3781 | 57 |
| 58 # ../roundup/admin.py:95 :99 | |
| 7401 | 59 #: ../roundup/admin.py:150 |
| 3781 | 60 #, python-format |
| 61 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
|
62 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
|
63 |
| 7401 | 64 #: ../roundup/admin.py:163 |
| 3781 | 65 #, python-format |
| 66 msgid "" | |
| 67 "Problem: %(message)s\n" | |
| 68 "\n" | |
| 69 msgstr "Probléma: %(message)s\n" | |
| 70 | |
| 7401 | 71 #: ../roundup/admin.py:164 |
|
6134
63739dae0f7e
update translation files for translators 2.0.0 beta
John Rouillard <rouilj@ieee.org>
parents:
5951
diff
changeset
|
72 #, fuzzy, python-format |
| 3781 | 73 msgid "" |
| 74 "%(message)sUsage: roundup-admin [options] [<command> <arguments>]\n" | |
| 75 "\n" | |
| 76 "Options:\n" | |
|
3928
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
77 " -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
|
78 "administer\n" |
|
6134
63739dae0f7e
update translation files for translators 2.0.0 beta
John Rouillard <rouilj@ieee.org>
parents:
5951
diff
changeset
|
79 " -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
|
80 "admin)\n" |
| 3781 | 81 " -d -- print full designators not just class id numbers\n" |
| 82 " -c -- when outputting lists of data, comma-separate them.\n" | |
| 83 " Same as '-S \",\"'.\n" | |
| 84 " -S <string> -- when outputting lists of data, string-separate them\n" | |
| 85 " -s -- when outputting lists of data, space-separate them.\n" | |
| 86 " Same as '-S \" \"'.\n" | |
| 87 " -V -- be verbose when importing\n" | |
| 88 " -v -- report Roundup and Python versions (and quit)\n" | |
| 89 "\n" | |
| 90 " Only one of -s, -c or -S can be specified.\n" | |
| 91 "\n" | |
| 92 "Help:\n" | |
| 93 " roundup-admin -h\n" | |
| 94 " roundup-admin help -- this help\n" | |
| 95 " roundup-admin help <command> -- command-specific help\n" | |
| 96 " roundup-admin help all -- all available help\n" | |
| 97 msgstr "" | |
| 98 "%(message)sHasználat: roundup-admin [opciók] [<parancs><argumentumok>]\n" | |
| 99 "\n" | |
| 100 "Opciók:\n" | |
|
3928
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
101 " -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
|
102 "\"könyvtárát\"\n" |
| 3781 | 103 " -u -- a parancsoknál használt felhasználónév[:jelszó]\n" |
| 104 " -d -- írd ki a teljes nevet, ne csak az osztály azonosítót\n" | |
| 105 " -c -- adatlistáknál vesszővel válaszd el az elemeket.\n" | |
| 106 " Ugyanaz mint '-S \",\"'.\n" | |
|
3928
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
107 " -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
|
108 "elemeket\n" |
| 3781 | 109 " -s -- when outputting lists of data, space-separate them.\n" |
| 110 " Same as '-S \" \"'.\n" | |
| 111 " -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
|
112 " -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
|
113 "ki)\n" |
| 3781 | 114 "\n" |
| 115 " -s, -c vagy -S közül egyszerre csak egy adható meg.\n" | |
| 116 "\n" | |
| 117 "segítség:\n" | |
| 118 " roundup-admin -h\n" | |
| 119 " roundup-admin help -- ez a segítség\n" | |
| 120 " roundup-admin help <command> -- parancs-specifikus segítség\n" | |
| 121 " roundup-admin help all -- minden elérhető segítség\n" | |
| 122 | |
| 7401 | 123 #: ../roundup/admin.py:191 |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
124 #, fuzzy |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
125 msgid "Commands: " |
| 3781 | 126 msgstr "Parancsok:" |
| 127 | |
| 7401 | 128 #: ../roundup/admin.py:198 |
| 3781 | 129 msgid "" |
| 130 "Commands may be abbreviated as long as the abbreviation\n" | |
| 131 "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
|
132 msgstr "" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
133 "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
|
134 "== li == lis == list." |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
135 |
| 7401 | 136 #: ../roundup/admin.py:227 |
| 3781 | 137 msgid "" |
| 138 "\n" | |
| 139 "All commands (except help) require a tracker specifier. This is just\n" | |
| 140 "the path to the roundup tracker you're working with. A roundup tracker\n" | |
| 141 "is where roundup keeps the database and configuration file that defines\n" | |
| 142 "an issue tracker. It may be thought of as the issue tracker's \"home\n" | |
| 143 "directory\". It may be specified in the environment variable TRACKER_HOME\n" | |
| 144 "or on the command line as \"-i tracker\".\n" | |
| 145 "\n" | |
|
3928
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
146 "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
|
147 "user10, ...\n" |
| 3781 | 148 "\n" |
| 149 "Property values are represented as strings in command arguments and in the\n" | |
| 150 "printed results:\n" | |
| 151 " . Strings are, well, strings.\n" | |
| 152 " . Date values are printed in the full date format in the local time zone,\n" | |
| 153 " and accepted in the full format or any of the partial formats explained\n" | |
| 154 " below.\n" | |
| 155 " . Link values are printed as node designators. When given as an argument,\n" | |
| 156 " node designators and key strings are both accepted.\n" | |
| 157 " . Multilink values are printed as lists of node designators joined\n" | |
| 158 " by commas. When given as an argument, node designators and key\n" | |
| 159 " strings are both accepted; an empty string, a single node, or a list\n" | |
| 160 " of nodes joined by commas is accepted.\n" | |
| 161 "\n" | |
| 162 "When property values must contain spaces, just surround the value with\n" | |
| 163 "quotes, either ' or \". A single space may also be backslash-quoted. If a\n" | |
| 164 "value must contain a quote character, it must be backslash-quoted or inside\n" | |
| 165 "quotes. Examples:\n" | |
| 166 " hello world (2 tokens: hello, world)\n" | |
| 167 " \"hello world\" (1 token: hello world)\n" | |
| 168 " \"Roch'e\" Compaan (2 tokens: Roch'e Compaan)\n" | |
| 169 " Roch\\'e Compaan (2 tokens: Roch'e Compaan)\n" | |
| 170 " address=\"1 2 3\" (1 token: address=1 2 3)\n" | |
| 171 " \\\\ (1 token: \\)\n" | |
|
3928
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
172 " \\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
|
173 "tab)\n" |
| 3781 | 174 "\n" |
| 175 "When multiple nodes are specified to the roundup get or roundup set\n" | |
| 176 "commands, the specified properties are retrieved or set on all the listed\n" | |
| 177 "nodes.\n" | |
| 178 "\n" | |
| 179 "When multiple results are returned by the roundup get or roundup find\n" | |
| 180 "commands, they are printed one per line (default) or joined by commas (with\n" | |
| 181 "the -c) option.\n" | |
| 182 "\n" | |
| 183 "Where the command changes data, a login name/password is required. The\n" | |
| 184 "login may be specified as either \"name\" or \"name:password\".\n" | |
| 185 " . ROUNDUP_LOGIN environment variable\n" | |
| 186 " . the -u command-line option\n" | |
| 187 "If either the name or password is not supplied, they are obtained from the\n" | |
|
7203
12a3cd86668f
auto update 'password_pbkdf2_default_rounds' "
John Rouillard <rouilj@ieee.org>
parents:
7069
diff
changeset
|
188 "command-line. (See admin guide before using -u.)\n" |
| 3781 | 189 "\n" |
| 190 "Date format examples:\n" | |
| 191 " \"2000-04-17.03:45\" means <Date 2000-04-17.08:45:00>\n" | |
| 192 " \"2000-04-17\" means <Date 2000-04-17.00:00:00>\n" | |
| 193 " \"01-25\" means <Date yyyy-01-25.00:00:00>\n" | |
| 194 " \"08-13.22:13\" means <Date yyyy-08-14.03:13:00>\n" | |
| 195 " \"11-07.09:32:43\" means <Date yyyy-11-07.14:32:43>\n" | |
| 196 " \"14:25\" means <Date yyyy-mm-dd.19:25:00>\n" | |
| 197 " \"8:47:11\" means <Date yyyy-mm-dd.13:47:11>\n" | |
| 198 " \".\" means \"right now\"\n" | |
| 199 "\n" | |
| 200 "Command help:\n" | |
| 201 msgstr "" | |
| 202 | |
| 7401 | 203 #: ../roundup/admin.py:290 |
| 3781 | 204 #, python-format |
| 205 msgid "%s:" | |
| 206 msgstr "%s:" | |
| 207 | |
| 7401 | 208 # ../roundup/admin.py:340 :396 |
| 7442 | 209 #: ../roundup/admin.py:395 ../roundup/admin.py:1187 |
| 210 #: ../roundup/admin.py:395:1187 | |
| 7401 | 211 msgid "Templates:" |
| 212 msgstr "Sablonok:" | |
| 213 | |
| 214 # ../roundup/admin.py:343 :407 | |
| 7442 | 215 #: ../roundup/admin.py:398 ../roundup/admin.py:1197 |
| 216 #: ../roundup/admin.py:398:1197 | |
| 7401 | 217 msgid "Back ends:" |
| 218 msgstr "Adatbázis hátterek:" | |
| 219 | |
| 220 #: ../roundup/admin.py:415 | |
| 221 msgid "" | |
| 222 "Usage: commit\n" | |
| 223 " Commit changes made to the database during an interactive session.\n" | |
| 224 "\n" | |
| 225 " The changes made during an interactive session are not\n" | |
| 226 " automatically written to the database - they must be committed\n" | |
| 227 " using this command.\n" | |
| 228 "\n" | |
| 229 " One-off commands on the command-line are automatically committed if\n" | |
| 230 " they are successful.\n" | |
| 231 " " | |
| 232 msgstr "" | |
| 233 | |
| 234 #: ../roundup/admin.py:430 | |
| 235 msgid "" | |
| 236 "Usage: create classname property=value ...\n" | |
| 237 " Create a new entry of a given class.\n" | |
| 238 "\n" | |
| 239 " This creates a new entry of the given class using the property\n" | |
| 240 " name=value arguments provided on the command line after the \"create" | |
| 241 "\"\n" | |
| 242 " command.\n" | |
| 243 " " | |
| 244 msgstr "" | |
| 245 | |
| 246 # ../roundup/admin.py:369 :466 :527 :606 :656 :714 :735 :763 :834 :901 :972 | |
| 247 # :1020 :1042 :1069 :1136 :1207 | |
| 248 #: ../roundup/admin.py:438 ../roundup/admin.py:512 ../roundup/admin.py:545 | |
| 249 #: ../roundup/admin.py:663 ../roundup/admin.py:749 ../roundup/admin.py:807 | |
| 250 #: ../roundup/admin.py:852 ../roundup/admin.py:977 ../roundup/admin.py:1020 | |
| 7442 | 251 #: ../roundup/admin.py:1160 ../roundup/admin.py:1287 ../roundup/admin.py:1373 |
| 252 #: ../roundup/admin.py:1484 ../roundup/admin.py:1593 ../roundup/admin.py:1625 | |
| 253 #: ../roundup/admin.py:1740 ../roundup/admin.py:1794 ../roundup/admin.py:1839 | |
| 254 #: ../roundup/admin.py:438:512 :1020:1160:1287 :1373:1484 :1593:1625 :1740:1794 | |
| 255 #: :1839 :545:663 :749:807 :852:977 | |
| 7401 | 256 msgid "Not enough arguments supplied" |
| 257 msgstr "Nincs megadva elég argumentum" | |
| 258 | |
| 259 #: ../roundup/admin.py:458 | |
| 260 #, python-format | |
| 261 msgid "%(propname)s (Password): " | |
| 262 msgstr "%(propname)s (Jelszó): " | |
| 263 | |
| 264 #: ../roundup/admin.py:461 | |
| 265 #, python-format | |
| 266 msgid " %(propname)s (Again): " | |
| 267 msgstr " %(propname)s (Ismét): " | |
| 268 | |
| 269 #: ../roundup/admin.py:465 | |
| 270 msgid "Sorry, try again..." | |
| 271 msgstr "Sajnálom, próbálja újra..." | |
| 272 | |
| 273 #: ../roundup/admin.py:470 | |
| 274 #, python-format | |
| 275 msgid "%(propname)s (%(proptype)s): " | |
| 276 msgstr "%(propname)s (%(proptype)s): " | |
| 277 | |
| 278 #: ../roundup/admin.py:489 | |
| 279 #, python-format | |
| 280 msgid "you must provide the \"%(propname)s\" property." | |
| 281 msgstr "meg kell adni a(z) \"%(propname)s\" tulajdonságot." | |
| 282 | |
| 283 #: ../roundup/admin.py:501 | |
| 284 #, fuzzy | |
| 285 msgid "" | |
| 286 "Usage: display designator[,designator]*\n" | |
| 287 "\n" | |
| 288 " Show the property values for the given node(s).\n" | |
| 289 "\n" | |
| 290 " A designator is a classname and a nodeid concatenated,\n" | |
| 291 " eg. bug1, user10, ...\n" | |
| 292 "\n" | |
| 293 " This lists the properties and their associated values\n" | |
| 294 " for the given node.\n" | |
| 295 " " | |
| 296 msgstr "" | |
| 297 "Használat: get property designator[,designator]*\n" | |
| 298 " Visszaadja egy vagy több jelölő tulajdonságát.\n" | |
| 299 "\n" | |
| 300 " Visszaadja a jelölő által meghatározott\n" | |
| 301 " csomópont értékét.\n" | |
| 302 " " | |
| 303 | |
| 304 #: ../roundup/admin.py:528 | |
| 305 #, python-format | |
| 306 msgid "%(key)s: %(value)s" | |
| 307 msgstr "%(key)s: %(value)s" | |
| 308 | |
| 309 #. grab the directory to export to | |
| 310 #: ../roundup/admin.py:531 | |
| 311 msgid "" | |
| 312 "Usage: export [[-]class[,class]] export_dir\n" | |
| 313 " Export the database to colon-separated-value files.\n" | |
| 314 " To exclude the files (e.g. for the msg or file class),\n" | |
| 315 " use the exporttables command.\n" | |
| 316 "\n" | |
| 317 " Optionally limit the export to just the named classes\n" | |
| 318 " or exclude the named classes, if the 1st argument starts with '-'.\n" | |
| 319 "\n" | |
| 320 " This action exports the current data from the database into\n" | |
| 321 " colon-separated-value files that are placed in the nominated\n" | |
| 322 " destination directory.\n" | |
| 323 " " | |
| 324 msgstr "" | |
| 325 | |
| 326 #: ../roundup/admin.py:638 | |
| 327 msgid "" | |
| 328 "Usage: exporttables [[-]class[,class]] export_dir\n" | |
| 329 " Export the database to colon-separated-value files, excluding the\n" | |
| 330 " files below $TRACKER_HOME/db/files/ (which can be archived " | |
| 331 "separately).\n" | |
| 332 " To include the files, use the export command.\n" | |
| 333 "\n" | |
| 334 " Optionally limit the export to just the named classes\n" | |
| 335 " or exclude the named classes, if the 1st argument starts with '-'.\n" | |
| 336 "\n" | |
| 337 " This action exports the current data from the database into\n" | |
| 338 " colon-separated-value files that are placed in the nominated\n" | |
| 339 " destination directory.\n" | |
| 340 " " | |
| 341 msgstr "" | |
| 342 | |
| 343 #: ../roundup/admin.py:653 | |
| 344 msgid "" | |
| 345 "Usage: filter classname propname=value ...\n" | |
| 346 " Find the nodes of the given class with a given property value.\n" | |
| 347 "\n" | |
| 348 " Find the nodes of the given class with a given property value.\n" | |
| 349 " Multiple values can be specified by separating them with commas.\n" | |
| 350 " If property is a string, all values must match. I.E. it's an\n" | |
| 351 " 'and' operation. If the property is a link/multilink any value\n" | |
| 352 " matches. I.E. an 'or' operation.\n" | |
| 353 " " | |
| 354 msgstr "" | |
| 355 | |
| 356 # ../roundup/admin.py:701 :854 :866 :920 | |
| 357 #: ../roundup/admin.py:696 | |
| 358 #, fuzzy, python-format | |
| 359 msgid "Class %(curclassname)s has no property %(pn)s in %(propname)s." | |
| 360 msgstr "%(classname)s-nek nincs \"%(propname)s\" tulajdonsága" | |
| 361 | |
| 362 # ../roundup/admin.py:701 :854 :866 :920 | |
| 7442 | 363 #: ../roundup/admin.py:734 ../roundup/admin.py:795 ../roundup/admin.py:1307 |
| 364 #: ../roundup/admin.py:1319 ../roundup/admin.py:1859 | |
| 365 #: ../roundup/admin.py:734:795 :1307:1319:1859 | |
| 7401 | 366 #, python-format |
| 367 msgid "%(classname)s has no property \"%(propname)s\"" | |
| 368 msgstr "%(classname)s-nek nincs \"%(propname)s\" tulajdonsága" | |
| 369 | |
| 370 #: ../roundup/admin.py:741 | |
| 371 msgid "" | |
| 372 "Usage: find classname propname=value ...\n" | |
| 373 " Find the nodes of the given class with a given link property value.\n" | |
| 374 "\n" | |
| 375 " Find the nodes of the given class with a given link property value.\n" | |
| 376 " The value may be either the nodeid of the linked node, or its key\n" | |
| 377 " value.\n" | |
| 378 " " | |
| 379 msgstr "" | |
| 380 | |
| 381 #: ../roundup/admin.py:802 | |
| 382 #, fuzzy | |
| 383 msgid "" | |
| 384 "Usage: genconfig <filename>\n" | |
| 385 " Generate a new tracker config file (ini style) with default\n" | |
| 386 " values in <filename>.\n" | |
| 387 " " | |
| 388 msgstr "" | |
| 389 "Használat: genconfig <fájlnév>\n" | |
| 390 " Új hibakövető konfigurációs fájl (ini stílusú) generálása " | |
| 391 "alapértelmezett értékekkel\n" | |
| 392 " a <fájlnév> fájlba.\n" | |
| 393 " " | |
| 394 | |
| 395 #: ../roundup/admin.py:820 | |
| 396 #, python-format | |
| 397 msgid "" | |
| 398 "Changing option\n" | |
| 399 " 'password_pbkdf2_default_rounds'\n" | |
| 400 "from old default of %(old_number)s to new default of %(new_number)s." | |
| 401 msgstr "" | |
| 402 | |
| 403 #: ../roundup/admin.py:831 | |
| 404 #, python-format | |
| 405 msgid "" | |
| 406 "Update 'password_pbkdf2_default_rounds' to a number equal to or larger\n" | |
| 407 "than %s." | |
| 408 msgstr "" | |
| 409 | |
| 410 #: ../roundup/admin.py:842 | |
| 411 #, fuzzy | |
| 412 msgid "" | |
| 413 "Usage: get property designator[,designator]*\n" | |
| 414 " Get the given property of one or more designator(s).\n" | |
| 415 "\n" | |
| 416 " A designator is a classname and a nodeid concatenated,\n" | |
| 417 " eg. bug1, user10, ...\n" | |
| 418 "\n" | |
| 419 " Retrieves the property value of the nodes specified\n" | |
| 420 " by the designators.\n" | |
| 421 " " | |
| 422 msgstr "" | |
| 423 "Használat: get property designator[,designator]*\n" | |
| 424 " Visszaadja egy vagy több jelölő tulajdonságát.\n" | |
| 425 "\n" | |
| 426 " Visszaadja a jelölő által meghatározott\n" | |
| 427 " csomópont értékét.\n" | |
| 428 " " | |
| 429 | |
| 430 # ../roundup/admin.py:560 :575 | |
| 431 #: ../roundup/admin.py:886 ../roundup/admin.py:904 ../roundup/admin.py:886:904 | |
| 432 #, python-format | |
| 433 msgid "property %s is not of type Multilink or Link so -d flag does not apply." | |
| 434 msgstr "" | |
| 435 "A(z) %s tulajdonság nem Multilink vagy Link típusú, ezért a -d kapcsoló nem " | |
| 436 "alkalmazható." | |
| 437 | |
| 438 # ../roundup/admin.py:583 :983 :1032 :1054 | |
| 7442 | 439 #: ../roundup/admin.py:914 ../roundup/admin.py:995 ../roundup/admin.py:1637 |
| 440 #: ../roundup/admin.py:914:995:1637 | |
| 7401 | 441 #, python-format |
| 442 msgid "no such %(classname)s node \"%(nodeid)s\"" | |
| 443 msgstr "nincs \"%(nodeid)s\" %(classname)s csomópont" | |
| 444 | |
| 445 #: ../roundup/admin.py:917 | |
| 446 #, python-format | |
| 447 msgid "no such %(classname)s property \"%(propname)s\"" | |
| 448 msgstr "nincs \"%(propname)s\" %(classname)s tulajdonság" | |
| 449 | |
| 450 #: ../roundup/admin.py:925 | |
| 3781 | 451 msgid "" |
| 452 "Usage: help topic\n" | |
| 453 " Give help about topic.\n" | |
| 454 "\n" | |
| 455 " commands -- list commands\n" | |
| 456 " <command> -- help specific to a command\n" | |
| 457 " initopts -- init command options\n" | |
| 458 " all -- all available help\n" | |
| 459 " " | |
| 460 msgstr "" | |
| 461 "Használat: help téma\n" | |
| 462 " Segítséget ad a témáról.\n" | |
| 463 "\n" | |
| 464 " commands -- parancsok listája\n" | |
|
3928
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
465 " <command> -- segítség adott parancshoz\n" |
| 3781 | 466 " initopts -- kezdő parancs opciók\n" |
| 467 " all -- minden elérhető segítség\n" | |
| 468 " " | |
| 469 | |
| 7401 | 470 #: ../roundup/admin.py:947 |
| 3781 | 471 #, python-format |
| 472 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
|
473 msgstr "Elnézést, \"%(topic)s\" témához nincs súgó" |
| 3781 | 474 |
| 7401 | 475 #: ../roundup/admin.py:964 |
| 476 msgid "" | |
| 477 "Usage: history designator [skipquiet]\n" | |
| 478 " Show the history entries of a designator.\n" | |
| 479 "\n" | |
| 480 " A designator is a classname and a nodeid concatenated,\n" | |
| 481 " eg. bug1, user10, ...\n" | |
| 482 "\n" | |
| 483 " Lists the journal entries viewable by the user for the\n" | |
| 484 " node identified by the designator. If skipquiet is the\n" | |
| 485 " second argument, journal entries for quiet properties\n" | |
| 486 " are not shown.\n" | |
| 487 " " | |
| 488 msgstr "" | |
| 489 | |
| 490 #: ../roundup/admin.py:1000 | |
| 491 msgid "" | |
| 492 "Usage: import import_dir\n" | |
| 493 " Import a database from the directory containing CSV files,\n" | |
| 494 " two per class to import.\n" | |
| 495 "\n" | |
| 496 " The files used in the import are:\n" | |
| 497 "\n" | |
| 498 " <class>.csv\n" | |
| 499 " This must define the same properties as the class (including\n" | |
| 500 " having a \"header\" line with those property names.)\n" | |
| 501 " <class>-journals.csv\n" | |
| 502 " This defines the journals for the items being imported.\n" | |
| 503 "\n" | |
| 504 " The imported nodes will have the same nodeid as defined in the\n" | |
| 505 " import file, thus replacing any existing content.\n" | |
| 506 "\n" | |
| 507 " The new nodes are added to the existing database - if you want to\n" | |
| 508 " create a new database using the imported data, then create a new\n" | |
| 509 " database (or, tediously, retire all the old data.)\n" | |
| 510 " " | |
| 511 msgstr "" | |
| 512 | |
| 513 #: ../roundup/admin.py:1079 | |
| 514 msgid "" | |
| 515 "Usage: importtables export_dir\n" | |
| 516 "\n" | |
| 517 " This imports the database tables exported using exporttables.\n" | |
| 518 " " | |
| 519 msgstr "" | |
| 520 | |
| 521 #. password | |
| 522 #: ../roundup/admin.py:1086 | |
| 523 msgid "" | |
| 524 "Usage: initialise [adminpw]\n" | |
| 525 " Initialise a new Roundup tracker.\n" | |
| 526 "\n" | |
| 527 " The administrator details will be set at this step.\n" | |
| 528 "\n" | |
| 529 " Execute the tracker's initialisation function dbinit.init()\n" | |
| 530 " " | |
| 531 msgstr "" | |
| 532 "Használat: initialise [adminpw]\n" | |
| 533 " Inicializál egy új Roundup hibakövetőt.\n" | |
| 534 "\n" | |
| 535 " Az adminisztrátori részletek ebben a lépésben lesznek beállítva.\n" | |
| 536 "\n" | |
| 537 " Végrehajtja az adatbázist inicializáló dbinit.init() rutint\n" | |
| 538 " " | |
| 539 | |
| 540 #: ../roundup/admin.py:1100 | |
| 541 msgid "Admin Password: " | |
| 542 msgstr "Adminisztrátori jelszó: " | |
| 543 | |
| 544 #: ../roundup/admin.py:1101 | |
| 545 msgid " Confirm: " | |
| 546 msgstr " Megerősítés " | |
| 547 | |
| 548 #: ../roundup/admin.py:1105 | |
| 549 msgid "Instance home does not exist" | |
| 550 msgstr "A példány könyvtára nem létezik" | |
| 551 | |
| 552 #: ../roundup/admin.py:1109 | |
| 553 msgid "Instance has not been installed" | |
| 554 msgstr "A példány nem lett installálva" | |
| 555 | |
| 7442 | 556 #: ../roundup/admin.py:1117 |
| 7401 | 557 msgid "" |
| 558 "WARNING: The database is already initialised!\n" | |
| 559 "If you re-initialise it, you will lose all the data!\n" | |
| 560 "Erase it? Y/N: " | |
| 561 msgstr "" | |
| 562 "FIGYELEM: Az adatbázis már inicializált!\n" | |
| 563 "Újrainicializálás esetén minden adat elvész!\n" | |
| 564 "Törli? Y/N: " | |
| 565 | |
| 7442 | 566 #: ../roundup/admin.py:1137 |
| 3781 | 567 msgid "" |
|
3928
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
568 "Usage: install [template [backend [key=val[,key=val]]]]\n" |
| 3781 | 569 " Install a new Roundup tracker.\n" |
| 570 "\n" | |
| 571 " The command will prompt for the tracker home directory\n" | |
| 572 " (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
|
573 " 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
|
574 " as arguments, in that order.\n" |
| 3781 | 575 "\n" |
|
3928
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
576 " 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
|
577 " pass initial values for config options. For example, passing\n" |
| 3781 | 578 " \"web_http_auth=no,rdbms_user=dinsdale\" will override defaults\n" |
| 579 " for options http_auth in section [web] and user in section [rdbms].\n" | |
| 580 " Please be careful to not use spaces in this argument! (Enclose\n" | |
| 581 " whole argument in quotes if you need spaces in option value).\n" | |
| 582 "\n" | |
| 583 " The initialise command must be called after this command in order\n" | |
| 584 " to initialise the tracker's database. You may edit the tracker's\n" | |
| 585 " initial database contents before running that command by editing\n" | |
| 586 " the tracker's dbinit.py module init() function.\n" | |
| 587 "\n" | |
| 588 " See also initopts help.\n" | |
| 589 " " | |
| 590 msgstr "" | |
| 591 | |
| 7442 | 592 #: ../roundup/admin.py:1166 |
| 3781 | 593 #, python-format |
| 594 msgid "Instance home parent directory \"%(parent)s\" does not exist" | |
| 595 msgstr "Példány könyvtár szülője (\"%(parent)s\") nem létezik" | |
| 596 | |
| 7442 | 597 #: ../roundup/admin.py:1175 |
| 3781 | 598 #, python-format |
| 599 msgid "" | |
| 600 "WARNING: There appears to be a tracker in \"%(tracker_home)s\"!\n" | |
| 601 "If you re-install it, you will lose all the data!\n" | |
| 602 "Erase it? Y/N: " | |
| 603 msgstr "" | |
|
3928
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
604 "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
|
605 "könyvtárban!\n" |
| 3781 | 606 "Ha újra installálod, minden adat elveszik!\n" |
| 607 "Töröljem? Y/N: " | |
| 608 | |
| 7442 | 609 #: ../roundup/admin.py:1188 |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
610 #, fuzzy |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
611 msgid "Select template" |
|
3928
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
612 msgstr "Sablon választása [classic]: " |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
613 |
| 7442 | 614 #: ../roundup/admin.py:1198 |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
615 #, fuzzy |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
616 msgid "Select backend" |
|
3928
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
617 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
|
618 |
| 7442 | 619 #: ../roundup/admin.py:1209 |
| 3781 | 620 #, python-format |
| 621 msgid "Error in configuration settings: \"%s\"" | |
| 622 msgstr "Hiba a konfigurációs beállításokban: \"%s\"" | |
| 623 | |
| 7442 | 624 #: ../roundup/admin.py:1240 |
| 3781 | 625 #, python-format |
| 626 msgid "" | |
| 627 "\n" | |
| 628 "---------------------------------------------------------------------------\n" | |
| 629 " You should now edit the tracker configuration file:\n" | |
| 630 " %(config_file)s" | |
| 631 msgstr "" | |
| 632 "\n" | |
| 633 "---------------------------------------------------------------------------\n" | |
| 634 " Most kell szerkesztened a konfigurációs fájlt:\n" | |
| 635 " %(config_file)s" | |
| 636 | |
| 7442 | 637 #: ../roundup/admin.py:1250 |
| 3781 | 638 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
|
639 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
|
640 |
| 7442 | 641 #: ../roundup/admin.py:1255 |
| 3781 | 642 #, python-format |
| 643 msgid "" | |
| 644 "\n" | |
| 645 " If you wish to modify the database schema,\n" | |
| 646 " you should also edit the schema file:\n" | |
| 647 " %(database_config_file)s\n" | |
| 648 " You may also change the database initialisation file:\n" | |
| 649 " %(database_init_file)s\n" | |
| 650 " ... see the documentation on customizing for more information.\n" | |
| 651 "\n" | |
|
3928
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
652 " 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
|
653 "performed\n" |
| 3781 | 654 " the above steps.\n" |
| 655 "---------------------------------------------------------------------------\n" | |
| 656 msgstr "" | |
| 657 | |
| 7442 | 658 #: ../roundup/admin.py:1272 |
| 3781 | 659 msgid "" |
| 7401 | 660 "Usage: list classname [property]\n" |
| 661 " List the instances of a class.\n" | |
| 662 "\n" | |
| 663 " Lists all instances of the given class. If the property is not\n" | |
| 664 " specified, the \"label\" property is used. The label property is\n" | |
| 665 " tried in order: the key, \"name\", \"title\" and then the first\n" | |
| 666 " property, alphabetically.\n" | |
| 667 "\n" | |
| 668 " With -c, -S or -s print a list of item id's if no property\n" | |
| 669 " specified. If property specified, print list of that property\n" | |
| 670 " for every class instance.\n" | |
| 3781 | 671 " " |
| 672 msgstr "" | |
| 7401 | 673 |
| 7442 | 674 #: ../roundup/admin.py:1285 |
| 7401 | 675 msgid "Too many arguments supplied" |
| 676 msgstr "Túl sok argumentum került megadásra" | |
| 677 | |
| 7442 | 678 #: ../roundup/admin.py:1321 |
|
7203
12a3cd86668f
auto update 'password_pbkdf2_default_rounds' "
John Rouillard <rouilj@ieee.org>
parents:
7069
diff
changeset
|
679 #, python-format |
| 7401 | 680 msgid "%(nodeid)4s: %(value)s" |
| 681 msgstr "%(nodeid)4s: %(value)s" | |
| 682 | |
| 7442 | 683 #: ../roundup/admin.py:1325 |
|
7203
12a3cd86668f
auto update 'password_pbkdf2_default_rounds' "
John Rouillard <rouilj@ieee.org>
parents:
7069
diff
changeset
|
684 msgid "" |
| 7401 | 685 "Usage: migrate\n" |
| 686 "\n" | |
| 687 " Update a tracker's database to be compatible with the Roundup\n" | |
| 688 " codebase.\n" | |
| 689 "\n" | |
| 690 " You should run the \"migrate\" command for your tracker once\n" | |
| 691 " you've installed the latest codebase.\n" | |
| 692 "\n" | |
| 693 " Do this before you use the web, command-line or mail interface\n" | |
| 694 " and before any users access the tracker.\n" | |
| 695 "\n" | |
| 696 " This command will respond with either \"Tracker updated\" (if\n" | |
| 697 " you've not previously run it on an RDBMS backend) or \"No\n" | |
| 698 " migration action required\" (if you have run it, or have used\n" | |
| 699 " another interface to the tracker, or possibly because you are\n" | |
| 700 " using anydbm).\n" | |
| 701 "\n" | |
| 702 " It's safe to run this even if it's not required, so just get\n" | |
| 703 " into the habit.\n" | |
| 704 " " | |
| 705 msgstr "" | |
| 706 | |
| 7442 | 707 #: ../roundup/admin.py:1346 |
|
7203
12a3cd86668f
auto update 'password_pbkdf2_default_rounds' "
John Rouillard <rouilj@ieee.org>
parents:
7069
diff
changeset
|
708 #, python-format |
| 7401 | 709 msgid "Tracker updated to schema version %s." |
| 710 msgstr "" | |
| 711 | |
| 7442 | 712 #: ../roundup/admin.py:1350 |
| 7401 | 713 #, python-format |
| 714 msgid "No migration action required. At schema version %s." | |
| 715 msgstr "" | |
| 716 | |
| 7442 | 717 #: ../roundup/admin.py:1355 |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
718 msgid "" |
| 7401 | 719 "Usage: pack period | date\n" |
| 720 "\n" | |
| 721 " Remove journal entries older than a period of time specified or\n" | |
| 722 " before a certain date.\n" | |
| 723 "\n" | |
| 724 " A period is specified using the suffixes \"y\", \"m\", and \"d\". " | |
| 725 "The\n" | |
| 726 " suffix \"w\" (for \"week\") means 7 days.\n" | |
| 727 "\n" | |
| 728 " \"3y\" means three years\n" | |
| 729 " \"2y 1m\" means two years and one month\n" | |
| 730 " \"1m 25d\" means one month and 25 days\n" | |
| 731 " \"2w 3d\" means two weeks and three days\n" | |
| 732 "\n" | |
| 733 " Date format is \"YYYY-MM-DD\" eg:\n" | |
| 734 " 2001-01-01\n" | |
| 735 "\n" | |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
736 " " |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
737 msgstr "" |
| 7401 | 738 |
| 7442 | 739 #: ../roundup/admin.py:1383 |
| 7401 | 740 msgid "Invalid format" |
| 741 msgstr "Hibás formátum" | |
| 742 | |
| 7442 | 743 #: ../roundup/admin.py:1394 |
| 3781 | 744 msgid "" |
| 7401 | 745 "Usage: perftest [mode] [arguments]*\n" |
| 746 "\n" | |
| 747 " Time operations in Roundup. Supported arguments:\n" | |
| 748 "\n" | |
| 749 " [password] [rounds=<integer>] [scheme=<scheme>]\n" | |
| 3781 | 750 "\n" |
| 7401 | 751 " 'password' is the default mode. The tracker's config.ini\n" |
| 752 " setting for 'password_pbkdf2_default_rounds' is the default\n" | |
| 753 " value for 'rounds'. On the command line, 'rounds' can include\n" | |
| 754 " thousands separator of ',' or '.'. 'scheme' is the default\n" | |
| 755 " coded into Roundup. List supported schemes by using 'scheme='.\n" | |
| 3781 | 756 "\n" |
| 757 " " | |
| 758 msgstr "" | |
| 7401 | 759 |
| 7442 | 760 #: ../roundup/admin.py:1427 |
| 7401 | 761 msgid "Invalid 'rounds'. Must be larger than 999." |
| 762 msgstr "" | |
| 763 | |
| 7442 | 764 #: ../roundup/admin.py:1431 |
| 7401 | 765 #, python-format |
| 766 msgid "Invalid 'rounds'. It must be an integer not: %s" | |
| 767 msgstr "" | |
| 768 | |
| 7442 | 769 #: ../roundup/admin.py:1458 |
| 7401 | 770 msgid "scheme does not support rounds." |
| 771 msgstr "" | |
| 772 | |
| 7442 | 773 #: ../roundup/admin.py:1461 |
| 7401 | 774 #, python-format |
| 775 msgid "Hash time: %(time)0.9f seconds, scheme: %(scheme)s, rounds: %(rounds)s" | |
| 776 msgstr "" | |
| 777 | |
| 7442 | 778 #: ../roundup/admin.py:1467 |
| 7401 | 779 msgid "" |
| 780 "Usage: pragma setting=value | 'list'\n" | |
| 781 " Set internal admin settings to a value. E.G.\n" | |
| 3781 | 782 "\n" |
| 7401 | 783 " pragma verbose=True\n" |
| 784 " pragma verbose=yes\n" | |
| 785 " pragma verbose=on\n" | |
| 786 " pragma verbose=1\n" | |
| 3781 | 787 "\n" |
| 7401 | 788 " will turn on verbose mode for roundup-admin.\n" |
| 789 "\n" | |
| 790 " pragma list\n" | |
| 791 "\n" | |
| 792 " will show all settings and their current values. If verbose\n" | |
| 793 " is enabled hidden settings and descriptions will be shown.\n" | |
| 3781 | 794 " " |
| 7401 | 795 msgstr "" |
| 796 | |
| 7442 | 797 #: ../roundup/admin.py:1491 |
| 7401 | 798 #, python-format |
| 799 msgid "Argument must be setting=value, was given: %s." | |
| 800 msgstr "" | |
| 801 | |
| 7442 | 802 #: ../roundup/admin.py:1494 |
| 7401 | 803 msgid "Current settings and values (NYI - not yet implemented):" |
| 804 msgstr "" | |
| 805 | |
| 7442 | 806 #: ../roundup/admin.py:1507 |
| 7401 | 807 #, fuzzy, python-format |
| 808 msgid "Unknown setting %s." | |
| 809 msgstr "Ismeretlen felhasználónév" | |
| 810 | |
| 7442 | 811 #: ../roundup/admin.py:1516 |
| 7401 | 812 #, python-format |
| 813 msgid "Incorrect value for boolean setting %(setting)s: %(value)s." | |
| 814 msgstr "" | |
| 815 | |
| 7442 | 816 #: ../roundup/admin.py:1523 |
| 7401 | 817 #, python-format |
| 818 msgid "Incorrect value for integer setting %(setting)s: %(value)s." | |
| 819 msgstr "" | |
| 820 | |
| 7442 | 821 #: ../roundup/admin.py:1529 |
| 7401 | 822 #, python-format |
| 823 msgid "Internal error: pragma can not handle values of type: %s" | |
| 824 msgstr "" | |
| 825 | |
| 7442 | 826 #: ../roundup/admin.py:1539 |
| 3781 | 827 msgid "" |
| 7401 | 828 "Usage: reindex [classname|classname:#-#|designator]*\n" |
| 829 " Re-generate a tracker's search indexes.\n" | |
| 830 "\n" | |
| 831 " This will re-generate the search indexes for a tracker.\n" | |
| 832 " This will typically happen automatically.\n" | |
| 833 "\n" | |
| 834 " You can incrementally reindex using an argument like:\n" | |
| 835 "\n" | |
| 836 " reindex issue:23-1000\n" | |
| 837 "\n" | |
| 838 " to reindex issue class items 23-1000. Missing items\n" | |
| 839 " are reported but do not stop indexing of the range.\n" | |
| 840 " " | |
| 841 msgstr "" | |
| 842 | |
| 7442 | 843 #: ../roundup/admin.py:1562 |
| 7401 | 844 #, python-format |
| 845 msgid "no such item \"%(designator)s\"" | |
| 846 msgstr "nincs ilyen elem: \"%(designator)s\"" | |
| 847 | |
| 7442 | 848 #: ../roundup/admin.py:1572 |
| 7401 | 849 #, fuzzy, python-format |
| 850 msgid "no such item \"%(class)s%(id)s\"" | |
| 851 msgstr "nincs ilyen elem: \"%(designator)s\"" | |
| 852 | |
| 7442 | 853 #: ../roundup/admin.py:1584 |
| 3781 | 854 msgid "" |
| 7401 | 855 "Usage: restore designator[,designator]*\n" |
| 856 " Restore the retired node specified by designator.\n" | |
| 3781 | 857 "\n" |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
858 " 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
|
859 " eg. bug1, user10, ...\n" |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
860 "\n" |
| 7401 | 861 " The given nodes will become available for users again.\n" |
| 3781 | 862 " " |
| 863 msgstr "" | |
| 864 | |
| 865 # ../roundup/admin.py:583 :983 :1032 :1054 | |
| 7442 | 866 #: ../roundup/admin.py:1609 |
| 7401 | 867 #, fuzzy |
| 868 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
|
869 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
|
870 |
| 7442 | 871 #: ../roundup/admin.py:1615 |
| 7401 | 872 msgid "" |
| 873 "Usage: retire designator[,designator]*\n" | |
| 874 " Retire the node specified by designator.\n" | |
| 875 "\n" | |
| 876 " A designator is a classname and a nodeid concatenated,\n" | |
| 877 " eg. bug1, user10, ...\n" | |
| 878 "\n" | |
| 879 " This action indicates that a particular node is not to be retrieved\n" | |
| 880 " by the list or find commands, and its key value may be re-used.\n" | |
| 881 " " | |
| 882 msgstr "" | |
| 883 | |
| 7442 | 884 #: ../roundup/admin.py:1643 |
| 7401 | 885 msgid "" |
| 886 "Usage: rollback\n" | |
| 887 " Undo all changes that are pending commit to the database.\n" | |
| 888 "\n" | |
| 889 " The changes made during an interactive session are not\n" | |
| 890 " automatically written to the database - they must be committed\n" | |
| 891 " manually. This command undoes all those changes, so a commit\n" | |
| 892 " immediately after would make no changes to the database.\n" | |
| 893 " " | |
| 894 msgstr "" | |
| 895 | |
| 7442 | 896 #: ../roundup/admin.py:1656 |
| 7401 | 897 msgid "" |
| 898 "Usage: security [Role name]\n" | |
| 899 "\n" | |
| 900 " Display the Permissions available to one or all Roles.\n" | |
| 901 " Also validates that any properties defined in a\n" | |
| 902 " permission are valid.\n" | |
| 903 "\n" | |
| 904 " Run this after changing your permissions to catch\n" | |
| 905 " typos.\n" | |
| 906 " " | |
| 907 msgstr "" | |
| 908 | |
| 7442 | 909 #: ../roundup/admin.py:1670 |
| 7401 | 910 #, fuzzy, python-format |
| 911 msgid "No such Role \"%(role)s\"\n" | |
| 912 msgstr "Nincs ilyen szerepkör: \"%(role)s\"" | |
| 913 | |
| 7442 | 914 #: ../roundup/admin.py:1676 |
| 7401 | 915 #, fuzzy, python-format |
| 916 msgid "New Web users get the Roles \"%(role)s\"\n" | |
| 917 msgstr "Új web felhasználók ezeket a szerepköröket kapják: \"%(role)s\"" | |
| 918 | |
| 7442 | 919 #: ../roundup/admin.py:1679 |
| 7401 | 920 #, fuzzy, python-format |
| 921 msgid "New Web users get the Role \"%(role)s\"\n" | |
| 922 msgstr "Új web felhasználók ezt a szerepkört kapják \"%(role)s\"" | |
| 923 | |
| 7442 | 924 #: ../roundup/admin.py:1683 |
| 7401 | 925 #, fuzzy, python-format |
| 926 msgid "New Email users get the Roles \"%(role)s\"\n" | |
| 927 msgstr "Új e-mail felhasználók ezeket a szerepköröket kapják: \"%(role)s\"" | |
| 928 | |
| 7442 | 929 #: ../roundup/admin.py:1685 |
| 7401 | 930 #, fuzzy, python-format |
| 931 msgid "New Email users get the Role \"%(role)s\"\n" | |
| 932 msgstr "Új e-mail felhasználók ezt a szerepkört kapják: \"%(role)s\"" | |
| 933 | |
| 7442 | 934 #: ../roundup/admin.py:1688 |
| 7401 | 935 #, fuzzy, python-format |
| 936 msgid "Role \"%(name)s\":\n" | |
| 937 msgstr "\"%(name)s\" szerepkör:" | |
| 938 | |
| 7442 | 939 #: ../roundup/admin.py:1694 |
| 7401 | 940 #, fuzzy |
| 941 msgid " %(description)s (%(name)s for \"%(klass)s\"" | |
| 942 msgstr " %(description)s (%(name)s)" | |
| 943 | |
| 7442 | 944 #: ../roundup/admin.py:1694 |
| 7401 | 945 #, fuzzy, python-format |
| 946 msgid " %(description)s (%(name)s for \"%(klass)s\": %(properties)s only)\n" | |
| 947 msgstr " %(description)s (%(name)s)" | |
| 948 | |
| 7442 | 949 #: ../roundup/admin.py:1707 |
| 3781 | 950 #, python-format |
| 951 msgid "" | |
| 7401 | 952 "\n" |
| 953 " **Invalid properties for %(class)s: %(props)s\n" | |
| 954 "\n" | |
| 955 msgstr "" | |
| 956 | |
| 7442 | 957 #: ../roundup/admin.py:1713 |
| 7401 | 958 #, fuzzy, python-format |
| 959 msgid " %(description)s (%(name)s for \"%(klass)s\" only)\n" | |
| 960 msgstr " %(description)s (%(name)s)" | |
| 961 | |
| 7442 | 962 #: ../roundup/admin.py:1716 |
| 7401 | 963 #, fuzzy, python-format |
| 964 msgid " %(description)s (%(name)s)\n" | |
| 965 msgstr " %(description)s (%(name)s)" | |
| 966 | |
| 7442 | 967 #: ../roundup/admin.py:1720 |
| 7401 | 968 msgid "" |
| 969 "Usage: set items property=value [property=value ...]\n" | |
| 3781 | 970 " Set the given properties of one or more items(s).\n" |
| 971 "\n" | |
| 972 " The items are specified as a class or as a comma-separated\n" | |
| 973 " list of item designators (ie \"designator[,designator,...]\").\n" | |
| 974 "\n" | |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
975 " 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
|
976 " eg. bug1, user10, ...\n" |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
977 "\n" |
|
6223
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6134
diff
changeset
|
978 " 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
|
979 " 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
|
980 " 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
|
981 " (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
|
982 " 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
|
983 " as comma-separated numbers (ie \"1,2,3\").\n" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6134
diff
changeset
|
984 "\n" |
| 3781 | 985 " " |
| 986 msgstr "" | |
| 987 | |
| 7442 | 988 #: ../roundup/admin.py:1788 |
| 3781 | 989 msgid "" |
| 990 "Usage: specification classname\n" | |
| 991 " Show the properties for a classname.\n" | |
| 992 "\n" | |
| 993 " This lists the properties for a given class.\n" | |
| 994 " " | |
| 995 msgstr "" | |
|
3928
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
996 "Használat: specification classname\n" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
997 " 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
|
998 "\n" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
999 " 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
|
1000 " " |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
1001 |
| 7442 | 1002 #: ../roundup/admin.py:1804 |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
1003 #, fuzzy, python-format |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
1004 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
|
1005 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
|
1006 |
| 7442 | 1007 #: ../roundup/admin.py:1807 |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
1008 #, fuzzy, python-format |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
1009 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
|
1010 msgstr "%(key)s: %(value)s" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
1011 |
| 7442 | 1012 #: ../roundup/admin.py:1810 |
| 3781 | 1013 msgid "" |
| 1014 "Usage: table classname [property[,property]*]\n" | |
| 1015 " List the instances of a class in tabular form.\n" | |
| 1016 "\n" | |
| 1017 " Lists all instances of the given class. If the properties are not\n" | |
| 1018 " specified, all properties are displayed. By default, the column\n" | |
| 1019 " widths are the width of the largest value. The width may be\n" | |
| 1020 " explicitly defined by defining the property as \"name:width\".\n" | |
| 1021 " For example::\n" | |
| 1022 "\n" | |
| 1023 " roundup> table priority id,name:10\n" | |
| 1024 " Id Name\n" | |
| 1025 " 1 fatal-bug\n" | |
| 1026 " 2 bug\n" | |
| 1027 " 3 usability\n" | |
| 1028 " 4 feature\n" | |
| 1029 "\n" | |
| 1030 " Also to make the width of the column the width of the label,\n" | |
| 1031 " leave a trailing : without a width on the property. For example::\n" | |
| 1032 "\n" | |
| 1033 " roundup> table priority id,name:\n" | |
| 1034 " Id Name\n" | |
| 1035 " 1 fata\n" | |
| 1036 " 2 bug\n" | |
| 1037 " 3 usab\n" | |
| 1038 " 4 feat\n" | |
| 1039 "\n" | |
| 1040 " will result in a the 4 character wide \"Name\" column.\n" | |
| 1041 " " | |
| 1042 msgstr "" | |
| 1043 | |
| 7442 | 1044 #: ../roundup/admin.py:1854 |
| 3781 | 1045 #, python-format |
| 1046 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
|
1047 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
|
1048 |
| 7442 | 1049 #: ../roundup/admin.py:1876 |
|
6223
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6134
diff
changeset
|
1050 #, python-format |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6134
diff
changeset
|
1051 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
|
1052 msgstr "" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6134
diff
changeset
|
1053 |
| 7442 | 1054 #: ../roundup/admin.py:1912 |
| 3781 | 1055 msgid "" |
| 7401 | 1056 "Usage: templates [trace_search]\n" |
| 1057 " List templates and their installed directories.\n" | |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
1058 "\n" |
| 7401 | 1059 " With trace_search also list all directories that are\n" |
| 1060 " searched for templates.\n" | |
| 3781 | 1061 " " |
| 1062 msgstr "" | |
| 1063 | |
| 7442 | 1064 #: ../roundup/admin.py:1940 |
|
6223
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6134
diff
changeset
|
1065 #, fuzzy |
| 3781 | 1066 msgid "" |
| 7401 | 1067 "Usage: updateconfig <filename>\n" |
| 1068 " Generate an updated tracker config file (ini style) in\n" | |
| 1069 " <filename>. Use current settings from existing roundup\n" | |
| 1070 " tracker in tracker home.\n" | |
|
3928
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
1071 " " |
| 7401 | 1072 msgstr "" |
| 1073 "Használat: genconfig <fájlnév>\n" | |
| 1074 " Új hibakövető konfigurációs fájl (ini stílusú) generálása " | |
| 1075 "alapértelmezett értékekkel\n" | |
| 1076 " a <fájlnév> fájlba.\n" | |
| 1077 " " | |
| 1078 | |
| 1079 # ../roundup/cgi/actions.py:596 :607 :778 :797 | |
| 7442 | 1080 #: ../roundup/admin.py:1948 ../roundup/cgi/actions.py:886 |
| 7401 | 1081 #: ../roundup/cgi/actions.py:897 ../roundup/cgi/actions.py:1099 |
| 1082 #: ../roundup/cgi/actions.py:1113 ../roundup/cgi/actions.py:886:897 :1099:1113 | |
| 3781 | 1083 #, python-format |
| 7401 | 1084 msgid "Error: %s" |
| 1085 msgstr "Hiba: %s" | |
| 1086 | |
| 7442 | 1087 #: ../roundup/admin.py:1976 |
| 3781 | 1088 #, python-format |
| 1089 msgid "Unknown command \"%(command)s\" (\"help commands\" for a list)" | |
| 1090 msgstr "" | |
|
3928
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
1091 "\"%(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
|
1092 "listázásához)" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
1093 |
| 7442 | 1094 #: ../roundup/admin.py:1982 |
| 3781 | 1095 #, python-format |
| 1096 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
|
1097 msgstr "" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
1098 "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
|
1099 |
| 7442 | 1100 #: ../roundup/admin.py:1998 |
| 3781 | 1101 msgid "Enter tracker home: " |
|
3928
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
1102 msgstr "Adja meg a hibakövető könyvtárát: " |
| 3781 | 1103 |
| 7442 | 1104 #: ../roundup/admin.py:2025 ../roundup/admin.py:2029 |
| 1105 #: ../roundup/admin.py:2025:2029 | |
| 3781 | 1106 #, python-format |
| 1107 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
|
1108 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
|
1109 |
| 7442 | 1110 #: ../roundup/admin.py:2062 |
| 3781 | 1111 #, python-format |
| 1112 msgid "" | |
| 1113 "Roundup %s ready for input.\n" | |
| 1114 "Type \"help\" for help." | |
| 1115 msgstr "" | |
|
3928
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
1116 "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
|
1117 "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
|
1118 |
| 7442 | 1119 #: ../roundup/admin.py:2067 |
| 3781 | 1120 msgid "Note: command history and editing not available" |
| 1121 msgstr "Megjegyzés: a parancsok története és szerkesztése nem elérhető" | |
| 1122 | |
| 7442 | 1123 #: ../roundup/admin.py:2073 |
| 3781 | 1124 msgid "exit..." |
| 1125 msgstr "kilépés..." | |
| 1126 | |
| 7442 | 1127 #: ../roundup/admin.py:2086 |
| 3781 | 1128 msgid "There are unsaved changes. Commit them (y/N)? " |
| 1129 msgstr "Vannak nem mentett változtatások. Elmenti őket (y/N)? " | |
| 1130 | |
| 7052 | 1131 #: ../roundup/backends/back_anydbm.py:215 |
|
6986
5a84ddf7aa8b
update with roundup_admin and indexer_xapian strings
John Rouillard <rouilj@ieee.org>
parents:
6942
diff
changeset
|
1132 #: ../roundup/backends/rdbms_common.py:928 |
|
6301
45ba6b71f1cf
actions.py translation. Using mapping rather than tuple for args.
John Rouillard <rouilj@ieee.org>
parents:
6223
diff
changeset
|
1133 #, python-format |
|
45ba6b71f1cf
actions.py translation. Using mapping rather than tuple for args.
John Rouillard <rouilj@ieee.org>
parents:
6223
diff
changeset
|
1134 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
|
1135 msgstr "" |
|
45ba6b71f1cf
actions.py translation. Using mapping rather than tuple for args.
John Rouillard <rouilj@ieee.org>
parents:
6223
diff
changeset
|
1136 |
| 7052 | 1137 #: ../roundup/backends/back_anydbm.py:280 |
|
6942
e09095701620
update for latest flake8 changes
John Rouillard <rouilj@ieee.org>
parents:
6777
diff
changeset
|
1138 #: ../roundup/backends/sessions_dbm.py:56 |
|
3928
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
1139 msgid "Couldn't identify database type" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
1140 msgstr "" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
1141 |
| 7052 | 1142 #: ../roundup/backends/back_anydbm.py:314 |
|
6223
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6134
diff
changeset
|
1143 #, python-format |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6134
diff
changeset
|
1144 msgid "" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6134
diff
changeset
|
1145 "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
|
1146 "available" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6134
diff
changeset
|
1147 msgstr "" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6134
diff
changeset
|
1148 |
| 7052 | 1149 #: ../roundup/backends/back_anydbm.py:318 |
|
3928
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
1150 #, python-format |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
1151 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
|
1152 msgstr "" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
1153 |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
1154 # ../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
|
1155 # ../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
|
1156 # ../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
|
1157 # :1755:1775 :1828:2436 :866:1601 |
| 7052 | 1158 #: ../roundup/backends/back_anydbm.py:871 |
| 1159 #: ../roundup/backends/back_anydbm.py:884 | |
| 1160 #: ../roundup/backends/back_anydbm.py:1158 | |
| 1161 #: ../roundup/backends/back_anydbm.py:1193 | |
| 1162 #: ../roundup/backends/back_anydbm.py:1422 | |
| 1163 #: ../roundup/backends/back_anydbm.py:1440 | |
| 1164 #: ../roundup/backends/back_anydbm.py:1487 | |
| 7401 | 1165 #: ../roundup/backends/back_anydbm.py:2113 |
| 7052 | 1166 #: ../roundup/backends/back_anydbm.py:871:884 |
| 1167 #: ../roundup/backends/rdbms_common.py:1708 | |
| 1168 #: ../roundup/backends/rdbms_common.py:1955 | |
| 1169 #: ../roundup/backends/rdbms_common.py:2194 | |
| 1170 #: ../roundup/backends/rdbms_common.py:2214 | |
| 1171 #: ../roundup/backends/rdbms_common.py:2267 | |
| 1172 #: ../roundup/backends/rdbms_common.py:3219 | |
| 1173 #: ../roundup/backends/rdbms_common.py:1708:1955 :1158:1193 :1422:1440:1487 | |
| 7401 | 1174 #: :2113 :2194:2214 :2267:3219 |
|
3928
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
1175 msgid "Database open read-only" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
1176 msgstr "" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
1177 |
|
6942
e09095701620
update for latest flake8 changes
John Rouillard <rouilj@ieee.org>
parents:
6777
diff
changeset
|
1178 #: ../roundup/backends/indexer_postgresql_fts.py:113 |
|
6607
b0bafbf4fddd
update .po files with new strings to translate
John Rouillard <rouilj@ieee.org>
parents:
6456
diff
changeset
|
1179 msgid "" |
|
b0bafbf4fddd
update .po files with new strings to translate
John Rouillard <rouilj@ieee.org>
parents:
6456
diff
changeset
|
1180 "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
|
1181 "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
|
1182 msgstr "" |
|
b0bafbf4fddd
update .po files with new strings to translate
John Rouillard <rouilj@ieee.org>
parents:
6456
diff
changeset
|
1183 |
|
6942
e09095701620
update for latest flake8 changes
John Rouillard <rouilj@ieee.org>
parents:
6777
diff
changeset
|
1184 #: ../roundup/backends/indexer_postgresql_fts.py:145 |
|
6607
b0bafbf4fddd
update .po files with new strings to translate
John Rouillard <rouilj@ieee.org>
parents:
6456
diff
changeset
|
1185 #, python-format |
|
b0bafbf4fddd
update .po files with new strings to translate
John Rouillard <rouilj@ieee.org>
parents:
6456
diff
changeset
|
1186 msgid "" |
|
b0bafbf4fddd
update .po files with new strings to translate
John Rouillard <rouilj@ieee.org>
parents:
6456
diff
changeset
|
1187 "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
|
1188 msgstr "" |
|
b0bafbf4fddd
update .po files with new strings to translate
John Rouillard <rouilj@ieee.org>
parents:
6456
diff
changeset
|
1189 |
|
6942
e09095701620
update for latest flake8 changes
John Rouillard <rouilj@ieee.org>
parents:
6777
diff
changeset
|
1190 #: ../roundup/backends/indexer_sqlite_fts.py:133 |
|
6607
b0bafbf4fddd
update .po files with new strings to translate
John Rouillard <rouilj@ieee.org>
parents:
6456
diff
changeset
|
1191 msgid "" |
|
b0bafbf4fddd
update .po files with new strings to translate
John Rouillard <rouilj@ieee.org>
parents:
6456
diff
changeset
|
1192 "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
|
1193 msgstr "" |
|
b0bafbf4fddd
update .po files with new strings to translate
John Rouillard <rouilj@ieee.org>
parents:
6456
diff
changeset
|
1194 |
|
6986
5a84ddf7aa8b
update with roundup_admin and indexer_xapian strings
John Rouillard <rouilj@ieee.org>
parents:
6942
diff
changeset
|
1195 #: ../roundup/backends/indexer_xapian.py:41 |
|
5a84ddf7aa8b
update with roundup_admin and indexer_xapian strings
John Rouillard <rouilj@ieee.org>
parents:
6942
diff
changeset
|
1196 #, python-format |
|
5a84ddf7aa8b
update with roundup_admin and indexer_xapian strings
John Rouillard <rouilj@ieee.org>
parents:
6942
diff
changeset
|
1197 msgid "Unable to get lock after 10 retries on %s." |
|
5a84ddf7aa8b
update with roundup_admin and indexer_xapian strings
John Rouillard <rouilj@ieee.org>
parents:
6942
diff
changeset
|
1198 msgstr "" |
|
5a84ddf7aa8b
update with roundup_admin and indexer_xapian strings
John Rouillard <rouilj@ieee.org>
parents:
6942
diff
changeset
|
1199 |
|
5a84ddf7aa8b
update with roundup_admin and indexer_xapian strings
John Rouillard <rouilj@ieee.org>
parents:
6942
diff
changeset
|
1200 #: ../roundup/backends/rdbms_common.py:632 |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
1201 #, python-format |
|
6134
63739dae0f7e
update translation files for translators 2.0.0 beta
John Rouillard <rouilj@ieee.org>
parents:
5951
diff
changeset
|
1202 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
|
1203 msgstr "" |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
1204 |
|
6986
5a84ddf7aa8b
update with roundup_admin and indexer_xapian strings
John Rouillard <rouilj@ieee.org>
parents:
6942
diff
changeset
|
1205 #: ../roundup/backends/rdbms_common.py:867 |
| 3781 | 1206 #, python-format |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
1207 msgid "CREATE operation disallowed: \"%s\"." |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
1208 msgstr "" |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
1209 |
|
6986
5a84ddf7aa8b
update with roundup_admin and indexer_xapian strings
John Rouillard <rouilj@ieee.org>
parents:
6942
diff
changeset
|
1210 #: ../roundup/backends/rdbms_common.py:884 |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
1211 #, python-format |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
1212 msgid "DROP operation disallowed: \"%s\"." |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
1213 msgstr "" |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
1214 |
| 7052 | 1215 #: ../roundup/backends/rdbms_common.py:1851 |
| 3781 | 1216 msgid "create" |
| 1217 msgstr "létrehozás" | |
| 1218 | |
| 7052 | 1219 #: ../roundup/backends/rdbms_common.py:2026 |
| 3781 | 1220 msgid "unlink" |
| 1221 msgstr "törlés" | |
| 1222 | |
| 7052 | 1223 #: ../roundup/backends/rdbms_common.py:2030 |
| 3781 | 1224 msgid "link" |
| 1225 msgstr "kapcsolás" | |
| 1226 | |
| 7052 | 1227 #: ../roundup/backends/rdbms_common.py:2175 |
| 3781 | 1228 msgid "set" |
| 1229 msgstr "beállítás" | |
| 1230 | |
| 7052 | 1231 #: ../roundup/backends/rdbms_common.py:2204 |
| 3781 | 1232 msgid "retired" |
| 1233 msgstr "visszavonult" | |
| 1234 | |
| 7052 | 1235 #: ../roundup/backends/rdbms_common.py:2234 |
| 3781 | 1236 msgid "restored" |
| 1237 msgstr "visszaállított" | |
| 1238 | |
|
7203
12a3cd86668f
auto update 'password_pbkdf2_default_rounds' "
John Rouillard <rouilj@ieee.org>
parents:
7069
diff
changeset
|
1239 #: ../roundup/backends/sessions_redis.py:78 |
|
12a3cd86668f
auto update 'password_pbkdf2_default_rounds' "
John Rouillard <rouilj@ieee.org>
parents:
7069
diff
changeset
|
1240 #: ../roundup/backends/sessions_redis.py:97 |
|
12a3cd86668f
auto update 'password_pbkdf2_default_rounds' "
John Rouillard <rouilj@ieee.org>
parents:
7069
diff
changeset
|
1241 #: ../roundup/backends/sessions_redis.py:78:97 |
|
6942
e09095701620
update for latest flake8 changes
John Rouillard <rouilj@ieee.org>
parents:
6777
diff
changeset
|
1242 #, python-format |
|
e09095701620
update for latest flake8 changes
John Rouillard <rouilj@ieee.org>
parents:
6777
diff
changeset
|
1243 msgid "Key %(key)s not found in %(name)s database." |
|
e09095701620
update for latest flake8 changes
John Rouillard <rouilj@ieee.org>
parents:
6777
diff
changeset
|
1244 msgstr "" |
|
e09095701620
update for latest flake8 changes
John Rouillard <rouilj@ieee.org>
parents:
6777
diff
changeset
|
1245 |
|
7203
12a3cd86668f
auto update 'password_pbkdf2_default_rounds' "
John Rouillard <rouilj@ieee.org>
parents:
7069
diff
changeset
|
1246 #: ../roundup/backends/sessions_redis.py:193 |
|
6942
e09095701620
update for latest flake8 changes
John Rouillard <rouilj@ieee.org>
parents:
6777
diff
changeset
|
1247 #, python-format |
|
e09095701620
update for latest flake8 changes
John Rouillard <rouilj@ieee.org>
parents:
6777
diff
changeset
|
1248 msgid "Key %(key)s changed in %(name)s db" |
|
e09095701620
update for latest flake8 changes
John Rouillard <rouilj@ieee.org>
parents:
6777
diff
changeset
|
1249 msgstr "" |
|
e09095701620
update for latest flake8 changes
John Rouillard <rouilj@ieee.org>
parents:
6777
diff
changeset
|
1250 |
|
7203
12a3cd86668f
auto update 'password_pbkdf2_default_rounds' "
John Rouillard <rouilj@ieee.org>
parents:
7069
diff
changeset
|
1251 #: ../roundup/backends/sessions_redis.py:203 |
|
12a3cd86668f
auto update 'password_pbkdf2_default_rounds' "
John Rouillard <rouilj@ieee.org>
parents:
7069
diff
changeset
|
1252 #, python-format |
|
12a3cd86668f
auto update 'password_pbkdf2_default_rounds' "
John Rouillard <rouilj@ieee.org>
parents:
7069
diff
changeset
|
1253 msgid "" |
|
12a3cd86668f
auto update 'password_pbkdf2_default_rounds' "
John Rouillard <rouilj@ieee.org>
parents:
7069
diff
changeset
|
1254 "Redis set failed after %(retries)d retries for user %(user)s with key %(key)s" |
|
6942
e09095701620
update for latest flake8 changes
John Rouillard <rouilj@ieee.org>
parents:
6777
diff
changeset
|
1255 msgstr "" |
|
e09095701620
update for latest flake8 changes
John Rouillard <rouilj@ieee.org>
parents:
6777
diff
changeset
|
1256 |
|
e09095701620
update for latest flake8 changes
John Rouillard <rouilj@ieee.org>
parents:
6777
diff
changeset
|
1257 #: ../roundup/cgi/actions.py:97 |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
1258 msgid "Base url not set. Check configuration." |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
1259 msgstr "" |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
1260 |
|
6942
e09095701620
update for latest flake8 changes
John Rouillard <rouilj@ieee.org>
parents:
6777
diff
changeset
|
1261 #: ../roundup/cgi/actions.py:113 |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
1262 #, python-format |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
1263 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
|
1264 msgstr "" |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
1265 |
|
6942
e09095701620
update for latest flake8 changes
John Rouillard <rouilj@ieee.org>
parents:
6777
diff
changeset
|
1266 #: ../roundup/cgi/actions.py:118 |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
1267 #, fuzzy, python-format |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
1268 msgid "Unrecognized scheme in %(url)s" |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
1269 msgstr "Ismeretlen karakterkészlet: %r" |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
1270 |
|
6942
e09095701620
update for latest flake8 changes
John Rouillard <rouilj@ieee.org>
parents:
6777
diff
changeset
|
1271 #: ../roundup/cgi/actions.py:122 |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
1272 #, python-format |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
1273 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
|
1274 msgstr "" |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
1275 |
|
6942
e09095701620
update for latest flake8 changes
John Rouillard <rouilj@ieee.org>
parents:
6777
diff
changeset
|
1276 #: ../roundup/cgi/actions.py:126 |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
1277 #, python-format |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
1278 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
|
1279 msgstr "" |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
1280 |
|
6942
e09095701620
update for latest flake8 changes
John Rouillard <rouilj@ieee.org>
parents:
6777
diff
changeset
|
1281 #: ../roundup/cgi/actions.py:140 |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
1282 #, python-format |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
1283 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
|
1284 msgstr "" |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
1285 |
|
6942
e09095701620
update for latest flake8 changes
John Rouillard <rouilj@ieee.org>
parents:
6777
diff
changeset
|
1286 #: ../roundup/cgi/actions.py:144 |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
1287 #, python-format |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
1288 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
|
1289 msgstr "" |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
1290 |
|
6942
e09095701620
update for latest flake8 changes
John Rouillard <rouilj@ieee.org>
parents:
6777
diff
changeset
|
1291 #: ../roundup/cgi/actions.py:147 |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
1292 #, python-format |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
1293 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
|
1294 msgstr "" |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
1295 |
|
6942
e09095701620
update for latest flake8 changes
John Rouillard <rouilj@ieee.org>
parents:
6777
diff
changeset
|
1296 #: ../roundup/cgi/actions.py:150 |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
1297 #, python-format |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
1298 msgid "" |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
1299 "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
|
1300 msgstr "" |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
1301 |
|
6942
e09095701620
update for latest flake8 changes
John Rouillard <rouilj@ieee.org>
parents:
6777
diff
changeset
|
1302 #: ../roundup/cgi/actions.py:172 |
| 3781 | 1303 #, python-format |
| 1304 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
|
1305 msgstr "Nincs jogosultsága %(action)s műveletre a(z) %(classname)s osztályon." |
| 3781 | 1306 |
|
6942
e09095701620
update for latest flake8 changes
John Rouillard <rouilj@ieee.org>
parents:
6777
diff
changeset
|
1307 #: ../roundup/cgi/actions.py:207 |
| 3781 | 1308 msgid "No type specified" |
| 1309 msgstr "Típus nincs megadva" | |
| 1310 | |
|
6942
e09095701620
update for latest flake8 changes
John Rouillard <rouilj@ieee.org>
parents:
6777
diff
changeset
|
1311 #: ../roundup/cgi/actions.py:209 |
| 3781 | 1312 msgid "No ID entered" |
| 1313 msgstr "Azonosító nincs megadva" | |
| 1314 | |
|
6942
e09095701620
update for latest flake8 changes
John Rouillard <rouilj@ieee.org>
parents:
6777
diff
changeset
|
1315 #: ../roundup/cgi/actions.py:215 |
| 3781 | 1316 #, python-format |
| 1317 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
|
1318 msgstr "\"%(input)s\" nem azonosító (%(classname)s azonosító szükséges)" |
| 3781 | 1319 |
|
6942
e09095701620
update for latest flake8 changes
John Rouillard <rouilj@ieee.org>
parents:
6777
diff
changeset
|
1320 #: ../roundup/cgi/actions.py:228 ../roundup/cgi/actions.py:266 |
|
e09095701620
update for latest flake8 changes
John Rouillard <rouilj@ieee.org>
parents:
6777
diff
changeset
|
1321 #: ../roundup/cgi/actions.py:493 ../roundup/cgi/actions.py:833 |
|
e09095701620
update for latest flake8 changes
John Rouillard <rouilj@ieee.org>
parents:
6777
diff
changeset
|
1322 #: ../roundup/cgi/actions.py:880 ../roundup/cgi/actions.py:1084 |
|
7063
aca710a3b687
update roundup.pot and .po locale files for fixed translations
John Rouillard <rouilj@ieee.org>
parents:
7052
diff
changeset
|
1323 #: ../roundup/cgi/actions.py:1246 ../roundup/cgi/actions.py:228:266:1246 |
|
6942
e09095701620
update for latest flake8 changes
John Rouillard <rouilj@ieee.org>
parents:
6777
diff
changeset
|
1324 #: :493:833 :880:1084 |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
1325 #, fuzzy |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
1326 msgid "Invalid request" |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
1327 msgstr "Hibás formátum" |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
1328 |
|
6942
e09095701620
update for latest flake8 changes
John Rouillard <rouilj@ieee.org>
parents:
6777
diff
changeset
|
1329 #: ../roundup/cgi/actions.py:246 ../roundup/cgi/actions.py:604 |
|
e09095701620
update for latest flake8 changes
John Rouillard <rouilj@ieee.org>
parents:
6777
diff
changeset
|
1330 #: ../roundup/cgi/actions.py:246:604 |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
1331 #, fuzzy, python-format |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
1332 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
|
1333 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
|
1334 |
|
6942
e09095701620
update for latest flake8 changes
John Rouillard <rouilj@ieee.org>
parents:
6777
diff
changeset
|
1335 #: ../roundup/cgi/actions.py:254 |
| 3781 | 1336 #, python-format |
| 1337 msgid "%(classname)s %(itemid)s has been retired" | |
| 1338 msgstr "%(classname)s %(itemid)s visszavonásra került" | |
| 1339 | |
|
6942
e09095701620
update for latest flake8 changes
John Rouillard <rouilj@ieee.org>
parents:
6777
diff
changeset
|
1340 #: ../roundup/cgi/actions.py:278 |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
1341 #, fuzzy, python-format |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
1342 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
|
1343 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
|
1344 |
|
6942
e09095701620
update for latest flake8 changes
John Rouillard <rouilj@ieee.org>
parents:
6777
diff
changeset
|
1345 #: ../roundup/cgi/actions.py:286 |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
1346 #, fuzzy, python-format |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
1347 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
|
1348 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
|
1349 |
| 3781 | 1350 # ../roundup/cgi/actions.py:174 :202 |
|
6942
e09095701620
update for latest flake8 changes
John Rouillard <rouilj@ieee.org>
parents:
6777
diff
changeset
|
1351 #: ../roundup/cgi/actions.py:329 ../roundup/cgi/actions.py:380 |
|
e09095701620
update for latest flake8 changes
John Rouillard <rouilj@ieee.org>
parents:
6777
diff
changeset
|
1352 #: ../roundup/cgi/actions.py:329:380 |
| 3781 | 1353 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
|
1354 msgstr "Nincs jogosultsága a lekérdezések szerkesztéséhez" |
| 3781 | 1355 |
| 1356 # ../roundup/cgi/actions.py:180 :209 | |
|
6942
e09095701620
update for latest flake8 changes
John Rouillard <rouilj@ieee.org>
parents:
6777
diff
changeset
|
1357 #: ../roundup/cgi/actions.py:335 ../roundup/cgi/actions.py:387 |
|
e09095701620
update for latest flake8 changes
John Rouillard <rouilj@ieee.org>
parents:
6777
diff
changeset
|
1358 #: ../roundup/cgi/actions.py:335:387 |
| 3781 | 1359 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
|
1360 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
|
1361 |
|
6942
e09095701620
update for latest flake8 changes
John Rouillard <rouilj@ieee.org>
parents:
6777
diff
changeset
|
1362 #: ../roundup/cgi/actions.py:357 |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
1363 #, python-format |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
1364 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
|
1365 msgstr "" |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
1366 |
|
6942
e09095701620
update for latest flake8 changes
John Rouillard <rouilj@ieee.org>
parents:
6777
diff
changeset
|
1367 #: ../roundup/cgi/actions.py:440 |
|
6134
63739dae0f7e
update translation files for translators 2.0.0 beta
John Rouillard <rouilj@ieee.org>
parents:
5951
diff
changeset
|
1368 #, fuzzy |
|
63739dae0f7e
update translation files for translators 2.0.0 beta
John Rouillard <rouilj@ieee.org>
parents:
5951
diff
changeset
|
1369 msgid "Invalid number: " |
|
63739dae0f7e
update translation files for translators 2.0.0 beta
John Rouillard <rouilj@ieee.org>
parents:
5951
diff
changeset
|
1370 msgstr "Hibás formátum" |
|
63739dae0f7e
update translation files for translators 2.0.0 beta
John Rouillard <rouilj@ieee.org>
parents:
5951
diff
changeset
|
1371 |
|
63739dae0f7e
update translation files for translators 2.0.0 beta
John Rouillard <rouilj@ieee.org>
parents:
5951
diff
changeset
|
1372 # ../roundup/cgi/actions.py:930 :934 |
|
6942
e09095701620
update for latest flake8 changes
John Rouillard <rouilj@ieee.org>
parents:
6777
diff
changeset
|
1373 #: ../roundup/cgi/actions.py:450 |
|
6134
63739dae0f7e
update translation files for translators 2.0.0 beta
John Rouillard <rouilj@ieee.org>
parents:
5951
diff
changeset
|
1374 #, fuzzy |
|
63739dae0f7e
update translation files for translators 2.0.0 beta
John Rouillard <rouilj@ieee.org>
parents:
5951
diff
changeset
|
1375 msgid "Invalid integer: " |
|
63739dae0f7e
update translation files for translators 2.0.0 beta
John Rouillard <rouilj@ieee.org>
parents:
5951
diff
changeset
|
1376 msgstr "Hibás bejelentkezés" |
|
63739dae0f7e
update translation files for translators 2.0.0 beta
John Rouillard <rouilj@ieee.org>
parents:
5951
diff
changeset
|
1377 |
|
6942
e09095701620
update for latest flake8 changes
John Rouillard <rouilj@ieee.org>
parents:
6777
diff
changeset
|
1378 #: ../roundup/cgi/actions.py:531 ../roundup/cgi/actions.py:735 |
|
e09095701620
update for latest flake8 changes
John Rouillard <rouilj@ieee.org>
parents:
6777
diff
changeset
|
1379 #: ../roundup/cgi/actions.py:531:735 |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
1380 #, python-format |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
1381 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
|
1382 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
|
1383 |
|
6942
e09095701620
update for latest flake8 changes
John Rouillard <rouilj@ieee.org>
parents:
6777
diff
changeset
|
1384 #: ../roundup/cgi/actions.py:544 |
| 3781 | 1385 #, python-format |
| 1386 msgid "Not enough values on line %(line)s" | |
| 1387 msgstr "Nincs elég érték a(z) %(line)s soron" | |
| 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: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
|
1390 #: ../roundup/cgi/actions.py:556:723 |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
1391 #, python-format |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
1392 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
|
1393 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
|
1394 |
|
6452
f2c6bf1c3cb0
updates for latest 2.1.0 changes. Doesn't look like new strings, just location changes.
John Rouillard <rouilj@ieee.org>
parents:
6429
diff
changeset
|
1395 #: ../roundup/cgi/actions.py:611 |
| 3781 | 1396 msgid "Items edited OK" |
| 1397 msgstr "Az elemek sikeresen szerkesztve" | |
| 1398 | |
|
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
|
1399 #: ../roundup/cgi/actions.py:671 |
| 3781 | 1400 #, python-format |
| 1401 msgid "%(class)s %(id)s %(properties)s edited ok" | |
| 1402 msgstr "%(class)s %(id)s %(properties)s sikeresen szerkesztve" | |
| 1403 | |
|
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
|
1404 #: ../roundup/cgi/actions.py:689 |
| 3781 | 1405 #, python-format |
| 1406 msgid "%(class)s %(id)s created" | |
| 1407 msgstr "%(class)s %(id)s létrehozva" | |
| 1408 | |
|
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
|
1409 #: ../roundup/cgi/actions.py:817 |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
1410 #, fuzzy, python-format |
|
3928
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
1411 msgid "" |
|
6301
45ba6b71f1cf
actions.py translation. Using mapping rather than tuple for args.
John Rouillard <rouilj@ieee.org>
parents:
6223
diff
changeset
|
1412 "Edit Error: someone else has edited this %(klass)s (%(props)s). View <a " |
|
45ba6b71f1cf
actions.py translation. Using mapping rather than tuple for args.
John Rouillard <rouilj@ieee.org>
parents:
6223
diff
changeset
|
1413 "target=\"_blank\" href=\"%(klass)s%(id)s\">their changes</a> in a new window." |
|
3928
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
1414 msgstr "" |
|
6364
e8361bce72de
update pot file and language .po files.
John Rouillard <rouilj@ieee.org>
parents:
6301
diff
changeset
|
1415 "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
|
1416 "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
|
1417 "ablakban." |
|
6301
45ba6b71f1cf
actions.py translation. Using mapping rather than tuple for args.
John Rouillard <rouilj@ieee.org>
parents:
6223
diff
changeset
|
1418 |
|
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
|
1419 #: ../roundup/cgi/actions.py:850 |
| 3781 | 1420 #, python-format |
| 1421 msgid "Edit Error: %s" | |
| 1422 msgstr "Szerkesztési hiba: %s" | |
| 1423 | |
|
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
|
1424 #: ../roundup/cgi/actions.py:931 |
| 3781 | 1425 msgid "" |
| 1426 "Invalid One Time Key!\n" | |
|
3928
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
1427 "(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
|
1428 "your email)" |
| 3781 | 1429 msgstr "" |
| 1430 | |
|
6676
b336cc98d9d2
Mark strings for password reset and registration for translation
John Rouillard <rouilj@ieee.org>
parents:
6672
diff
changeset
|
1431 #: ../roundup/cgi/actions.py:972 |
|
b336cc98d9d2
Mark strings for password reset and registration for translation
John Rouillard <rouilj@ieee.org>
parents:
6672
diff
changeset
|
1432 #, fuzzy, python-format |
|
b336cc98d9d2
Mark strings for password reset and registration for translation
John Rouillard <rouilj@ieee.org>
parents:
6672
diff
changeset
|
1433 msgid "Password reset for %s" |
|
b336cc98d9d2
Mark strings for password reset and registration for translation
John Rouillard <rouilj@ieee.org>
parents:
6672
diff
changeset
|
1434 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
|
1435 |
|
b336cc98d9d2
Mark strings for password reset and registration for translation
John Rouillard <rouilj@ieee.org>
parents:
6672
diff
changeset
|
1436 #: ../roundup/cgi/actions.py:973 |
|
b336cc98d9d2
Mark strings for password reset and registration for translation
John Rouillard <rouilj@ieee.org>
parents:
6672
diff
changeset
|
1437 #, python-format |
|
b336cc98d9d2
Mark strings for password reset and registration for translation
John Rouillard <rouilj@ieee.org>
parents:
6672
diff
changeset
|
1438 msgid "" |
|
b336cc98d9d2
Mark strings for password reset and registration for translation
John Rouillard <rouilj@ieee.org>
parents:
6672
diff
changeset
|
1439 "\n" |
|
b336cc98d9d2
Mark strings for password reset and registration for translation
John Rouillard <rouilj@ieee.org>
parents:
6672
diff
changeset
|
1440 "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
|
1441 "\n" |
|
b336cc98d9d2
Mark strings for password reset and registration for translation
John Rouillard <rouilj@ieee.org>
parents:
6672
diff
changeset
|
1442 "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
|
1443 msgstr "" |
|
b336cc98d9d2
Mark strings for password reset and registration for translation
John Rouillard <rouilj@ieee.org>
parents:
6672
diff
changeset
|
1444 |
|
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
|
1445 #: ../roundup/cgi/actions.py:982 |
| 3781 | 1446 #, python-format |
| 1447 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
|
1448 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
|
1449 |
|
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
|
1450 #: ../roundup/cgi/actions.py:991 |
| 3781 | 1451 msgid "Unknown username" |
| 1452 msgstr "Ismeretlen felhasználónév" | |
| 1453 | |
|
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
|
1454 #: ../roundup/cgi/actions.py:999 |
| 3781 | 1455 msgid "Unknown email address" |
|
3928
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
1456 msgstr "Ismeretlen e-mail cím" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
1457 |
|
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
|
1458 #: ../roundup/cgi/actions.py:1004 |
| 3781 | 1459 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
|
1460 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
|
1461 |
|
6942
e09095701620
update for latest flake8 changes
John Rouillard <rouilj@ieee.org>
parents:
6777
diff
changeset
|
1462 #: ../roundup/cgi/actions.py:1015 |
|
6676
b336cc98d9d2
Mark strings for password reset and registration for translation
John Rouillard <rouilj@ieee.org>
parents:
6672
diff
changeset
|
1463 #, fuzzy, python-format |
|
b336cc98d9d2
Mark strings for password reset and registration for translation
John Rouillard <rouilj@ieee.org>
parents:
6672
diff
changeset
|
1464 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
|
1465 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
|
1466 |
|
6942
e09095701620
update for latest flake8 changes
John Rouillard <rouilj@ieee.org>
parents:
6777
diff
changeset
|
1467 #: ../roundup/cgi/actions.py:1016 |
|
6676
b336cc98d9d2
Mark strings for password reset and registration for translation
John Rouillard <rouilj@ieee.org>
parents:
6672
diff
changeset
|
1468 #, python-format |
|
b336cc98d9d2
Mark strings for password reset and registration for translation
John Rouillard <rouilj@ieee.org>
parents:
6672
diff
changeset
|
1469 msgid "" |
|
b336cc98d9d2
Mark strings for password reset and registration for translation
John Rouillard <rouilj@ieee.org>
parents:
6672
diff
changeset
|
1470 "\n" |
|
b336cc98d9d2
Mark strings for password reset and registration for translation
John Rouillard <rouilj@ieee.org>
parents:
6672
diff
changeset
|
1471 "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
|
1472 "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
|
1473 "follow\n" |
|
b336cc98d9d2
Mark strings for password reset and registration for translation
John Rouillard <rouilj@ieee.org>
parents:
6672
diff
changeset
|
1474 "the link below:\n" |
|
b336cc98d9d2
Mark strings for password reset and registration for translation
John Rouillard <rouilj@ieee.org>
parents:
6672
diff
changeset
|
1475 "\n" |
|
b336cc98d9d2
Mark strings for password reset and registration for translation
John Rouillard <rouilj@ieee.org>
parents:
6672
diff
changeset
|
1476 " %(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
|
1477 "\n" |
|
b336cc98d9d2
Mark strings for password reset and registration for translation
John Rouillard <rouilj@ieee.org>
parents:
6672
diff
changeset
|
1478 "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
|
1479 msgstr "" |
|
b336cc98d9d2
Mark strings for password reset and registration for translation
John Rouillard <rouilj@ieee.org>
parents:
6672
diff
changeset
|
1480 |
|
6942
e09095701620
update for latest flake8 changes
John Rouillard <rouilj@ieee.org>
parents:
6777
diff
changeset
|
1481 #: ../roundup/cgi/actions.py:1029 |
| 3781 | 1482 #, python-format |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
1483 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
|
1484 msgstr "" |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
1485 |
|
6942
e09095701620
update for latest flake8 changes
John Rouillard <rouilj@ieee.org>
parents:
6777
diff
changeset
|
1486 #: ../roundup/cgi/actions.py:1031 |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
1487 #, fuzzy, python-format |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
1488 msgid "Email sent to %s." |
|
3928
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
1489 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
|
1490 |
|
6942
e09095701620
update for latest flake8 changes
John Rouillard <rouilj@ieee.org>
parents:
6777
diff
changeset
|
1491 #: ../roundup/cgi/actions.py:1046 |
| 3781 | 1492 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
|
1493 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
|
1494 |
|
6942
e09095701620
update for latest flake8 changes
John Rouillard <rouilj@ieee.org>
parents:
6777
diff
changeset
|
1495 #: ../roundup/cgi/actions.py:1139 |
|
6134
63739dae0f7e
update translation files for translators 2.0.0 beta
John Rouillard <rouilj@ieee.org>
parents:
5951
diff
changeset
|
1496 #, python-format |
|
63739dae0f7e
update translation files for translators 2.0.0 beta
John Rouillard <rouilj@ieee.org>
parents:
5951
diff
changeset
|
1497 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
|
1498 msgstr "" |
|
63739dae0f7e
update translation files for translators 2.0.0 beta
John Rouillard <rouilj@ieee.org>
parents:
5951
diff
changeset
|
1499 |
|
7063
aca710a3b687
update roundup.pot and .po locale files for fixed translations
John Rouillard <rouilj@ieee.org>
parents:
7052
diff
changeset
|
1500 #: ../roundup/cgi/actions.py:1163 |
|
6676
b336cc98d9d2
Mark strings for password reset and registration for translation
John Rouillard <rouilj@ieee.org>
parents:
6672
diff
changeset
|
1501 #, python-format |
|
7063
aca710a3b687
update roundup.pot and .po locale files for fixed translations
John Rouillard <rouilj@ieee.org>
parents:
7052
diff
changeset
|
1502 msgid "Complete your registration to %(tracker_name)s -- key %(key)s" |
|
aca710a3b687
update roundup.pot and .po locale files for fixed translations
John Rouillard <rouilj@ieee.org>
parents:
7052
diff
changeset
|
1503 msgstr "" |
|
aca710a3b687
update roundup.pot and .po locale files for fixed translations
John Rouillard <rouilj@ieee.org>
parents:
7052
diff
changeset
|
1504 |
|
aca710a3b687
update roundup.pot and .po locale files for fixed translations
John Rouillard <rouilj@ieee.org>
parents:
7052
diff
changeset
|
1505 #: ../roundup/cgi/actions.py:1167 |
|
6676
b336cc98d9d2
Mark strings for password reset and registration for translation
John Rouillard <rouilj@ieee.org>
parents:
6672
diff
changeset
|
1506 #, python-format |
|
b336cc98d9d2
Mark strings for password reset and registration for translation
John Rouillard <rouilj@ieee.org>
parents:
6672
diff
changeset
|
1507 msgid "" |
|
b336cc98d9d2
Mark strings for password reset and registration for translation
John Rouillard <rouilj@ieee.org>
parents:
6672
diff
changeset
|
1508 "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
|
1509 "%(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
|
1510 "\n" |
|
b336cc98d9d2
Mark strings for password reset and registration for translation
John Rouillard <rouilj@ieee.org>
parents:
6672
diff
changeset
|
1511 "- 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
|
1512 "(the\n" |
|
b336cc98d9d2
Mark strings for password reset and registration for translation
John Rouillard <rouilj@ieee.org>
parents:
6672
diff
changeset
|
1513 "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
|
1514 "\n" |
|
b336cc98d9d2
Mark strings for password reset and registration for translation
John Rouillard <rouilj@ieee.org>
parents:
6672
diff
changeset
|
1515 "- 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
|
1516 "\n" |
|
b336cc98d9d2
Mark strings for password reset and registration for translation
John Rouillard <rouilj@ieee.org>
parents:
6672
diff
changeset
|
1517 "%(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
|
1518 "\n" |
|
b336cc98d9d2
Mark strings for password reset and registration for translation
John Rouillard <rouilj@ieee.org>
parents:
6672
diff
changeset
|
1519 msgstr "" |
|
b336cc98d9d2
Mark strings for password reset and registration for translation
John Rouillard <rouilj@ieee.org>
parents:
6672
diff
changeset
|
1520 |
|
7063
aca710a3b687
update roundup.pot and .po locale files for fixed translations
John Rouillard <rouilj@ieee.org>
parents:
7052
diff
changeset
|
1521 #: ../roundup/cgi/actions.py:1181 |
|
6676
b336cc98d9d2
Mark strings for password reset and registration for translation
John Rouillard <rouilj@ieee.org>
parents:
6672
diff
changeset
|
1522 #, python-format |
|
b336cc98d9d2
Mark strings for password reset and registration for translation
John Rouillard <rouilj@ieee.org>
parents:
6672
diff
changeset
|
1523 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
|
1524 msgstr "" |
|
b336cc98d9d2
Mark strings for password reset and registration for translation
John Rouillard <rouilj@ieee.org>
parents:
6672
diff
changeset
|
1525 |
|
7063
aca710a3b687
update roundup.pot and .po locale files for fixed translations
John Rouillard <rouilj@ieee.org>
parents:
7052
diff
changeset
|
1526 #: ../roundup/cgi/actions.py:1182 |
|
6676
b336cc98d9d2
Mark strings for password reset and registration for translation
John Rouillard <rouilj@ieee.org>
parents:
6672
diff
changeset
|
1527 #, python-format |
|
b336cc98d9d2
Mark strings for password reset and registration for translation
John Rouillard <rouilj@ieee.org>
parents:
6672
diff
changeset
|
1528 msgid "" |
|
b336cc98d9d2
Mark strings for password reset and registration for translation
John Rouillard <rouilj@ieee.org>
parents:
6672
diff
changeset
|
1529 "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
|
1530 "%(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
|
1531 "\n" |
|
b336cc98d9d2
Mark strings for password reset and registration for translation
John Rouillard <rouilj@ieee.org>
parents:
6672
diff
changeset
|
1532 "%(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
|
1533 "\n" |
|
b336cc98d9d2
Mark strings for password reset and registration for translation
John Rouillard <rouilj@ieee.org>
parents:
6672
diff
changeset
|
1534 msgstr "" |
|
b336cc98d9d2
Mark strings for password reset and registration for translation
John Rouillard <rouilj@ieee.org>
parents:
6672
diff
changeset
|
1535 |
|
7063
aca710a3b687
update roundup.pot and .po locale files for fixed translations
John Rouillard <rouilj@ieee.org>
parents:
7052
diff
changeset
|
1536 #: ../roundup/cgi/actions.py:1206 |
| 3781 | 1537 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
|
1538 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
|
1539 |
|
7063
aca710a3b687
update roundup.pot and .po locale files for fixed translations
John Rouillard <rouilj@ieee.org>
parents:
7052
diff
changeset
|
1540 #: ../roundup/cgi/actions.py:1220 |
| 3781 | 1541 msgid "You are logged out" |
|
3928
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
1542 msgstr "Kijelentkezett" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
1543 |
|
7063
aca710a3b687
update roundup.pot and .po locale files for fixed translations
John Rouillard <rouilj@ieee.org>
parents:
7052
diff
changeset
|
1544 #: ../roundup/cgi/actions.py:1250 |
| 3781 | 1545 msgid "Username required" |
| 1546 msgstr "A felhasználónév szükséges" | |
| 1547 | |
|
7063
aca710a3b687
update roundup.pot and .po locale files for fixed translations
John Rouillard <rouilj@ieee.org>
parents:
7052
diff
changeset
|
1548 #: ../roundup/cgi/actions.py:1329 |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
1549 #, python-format |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
1550 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
|
1551 msgstr "" |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
1552 |
|
7063
aca710a3b687
update roundup.pot and .po locale files for fixed translations
John Rouillard <rouilj@ieee.org>
parents:
7052
diff
changeset
|
1553 #: ../roundup/cgi/actions.py:1362 |
|
6607
b0bafbf4fddd
update .po files with new strings to translate
John Rouillard <rouilj@ieee.org>
parents:
6456
diff
changeset
|
1554 #, python-format |
|
b0bafbf4fddd
update .po files with new strings to translate
John Rouillard <rouilj@ieee.org>
parents:
6456
diff
changeset
|
1555 msgid "Welcome %(username)s!" |
|
b0bafbf4fddd
update .po files with new strings to translate
John Rouillard <rouilj@ieee.org>
parents:
6456
diff
changeset
|
1556 msgstr "" |
|
b0bafbf4fddd
update .po files with new strings to translate
John Rouillard <rouilj@ieee.org>
parents:
6456
diff
changeset
|
1557 |
| 3781 | 1558 # ../roundup/cgi/actions.py:930 :934 |
|
7203
12a3cd86668f
auto update 'password_pbkdf2_default_rounds' "
John Rouillard <rouilj@ieee.org>
parents:
7069
diff
changeset
|
1559 #: ../roundup/cgi/actions.py:1384 ../roundup/cgi/actions.py:1388 |
|
12a3cd86668f
auto update 'password_pbkdf2_default_rounds' "
John Rouillard <rouilj@ieee.org>
parents:
7069
diff
changeset
|
1560 #: ../roundup/cgi/actions.py:1384:1388 |
| 3781 | 1561 msgid "Invalid login" |
| 1562 msgstr "Hibás bejelentkezés" | |
| 1563 | |
|
7203
12a3cd86668f
auto update 'password_pbkdf2_default_rounds' "
John Rouillard <rouilj@ieee.org>
parents:
7069
diff
changeset
|
1564 #: ../roundup/cgi/actions.py:1394 |
| 3781 | 1565 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
|
1566 msgstr "Nincs jogosultsága bejelentkezni" |
| 3781 | 1567 |
|
7203
12a3cd86668f
auto update 'password_pbkdf2_default_rounds' "
John Rouillard <rouilj@ieee.org>
parents:
7069
diff
changeset
|
1568 #: ../roundup/cgi/actions.py:1439 ../roundup/cgi/actions.py:1618 |
|
12a3cd86668f
auto update 'password_pbkdf2_default_rounds' "
John Rouillard <rouilj@ieee.org>
parents:
7069
diff
changeset
|
1569 #: ../roundup/cgi/actions.py:1439:1618 |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
1570 #, python-format |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
1571 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
|
1572 msgstr "" |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
1573 |
|
7203
12a3cd86668f
auto update 'password_pbkdf2_default_rounds' "
John Rouillard <rouilj@ieee.org>
parents:
7069
diff
changeset
|
1574 #: ../roundup/cgi/actions.py:1689 |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
1575 #, fuzzy, python-format |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
1576 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
|
1577 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
|
1578 |
|
6986
5a84ddf7aa8b
update with roundup_admin and indexer_xapian strings
John Rouillard <rouilj@ieee.org>
parents:
6942
diff
changeset
|
1579 #: ../roundup/cgi/cgitb.py:62 |
| 3781 | 1580 #, python-format |
| 1581 msgid "" | |
| 1582 "<h1>Templating Error</h1>\n" | |
| 1583 "<p><b>%(exc_type)s</b>: %(exc_value)s</p>\n" | |
| 1584 "<p class=\"help\">Debugging information follows</p>" | |
| 1585 msgstr "" | |
|
3928
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
1586 "<h1>Sablon Hiba</h1>\n" |
| 3781 | 1587 "<p><b>%(exc_type)s</b>: %(exc_value)s</p>\n" |
| 1588 "<p class=\"help\">Debug információk alább</p>" | |
| 1589 | |
|
6986
5a84ddf7aa8b
update with roundup_admin and indexer_xapian strings
John Rouillard <rouilj@ieee.org>
parents:
6942
diff
changeset
|
1590 #: ../roundup/cgi/cgitb.py:77 |
| 3781 | 1591 #, python-format |
| 1592 msgid "<li>\"%(name)s\" (%(info)s)</li>" | |
| 1593 msgstr "<li>\"%(name)s\" (%(info)s)</li>" | |
| 1594 | |
|
6986
5a84ddf7aa8b
update with roundup_admin and indexer_xapian strings
John Rouillard <rouilj@ieee.org>
parents:
6942
diff
changeset
|
1595 #: ../roundup/cgi/cgitb.py:81 |
| 3781 | 1596 #, python-format |
| 1597 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
|
1598 msgstr "<li>\"%(name)s\" keresése, aktuális elérési út:<ol>%(path)s</ol></li>" |
| 3781 | 1599 |
|
6986
5a84ddf7aa8b
update with roundup_admin and indexer_xapian strings
John Rouillard <rouilj@ieee.org>
parents:
6942
diff
changeset
|
1600 #: ../roundup/cgi/cgitb.py:85 |
| 3781 | 1601 #, python-format |
| 1602 msgid "<li>In %s</li>" | |
| 1603 msgstr "<li>%s-ban</li>" | |
| 1604 | |
|
6986
5a84ddf7aa8b
update with roundup_admin and indexer_xapian strings
John Rouillard <rouilj@ieee.org>
parents:
6942
diff
changeset
|
1605 #: ../roundup/cgi/cgitb.py:90 |
| 3781 | 1606 #, python-format |
| 1607 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
|
1608 msgstr "Probléma merült fel a(z) \"%s\" sablonnal." |
| 3781 | 1609 |
|
6986
5a84ddf7aa8b
update with roundup_admin and indexer_xapian strings
John Rouillard <rouilj@ieee.org>
parents:
6942
diff
changeset
|
1610 #: ../roundup/cgi/cgitb.py:98 |
| 3781 | 1611 #, python-format |
| 1612 msgid "" | |
| 1613 "\n" | |
| 1614 "<li>While evaluating the %(info)r expression on line %(line)d\n" | |
| 1615 "<table class=\"otherinfo\" style=\"font-size: 90%%\">\n" | |
| 1616 " <tr><th colspan=\"2\" class=\"header\">Current variables:</th></tr>\n" | |
| 1617 " %(globals)s\n" | |
| 1618 " %(locals)s\n" | |
| 1619 "</table></li>\n" | |
| 1620 msgstr "" | |
| 1621 | |
|
6986
5a84ddf7aa8b
update with roundup_admin and indexer_xapian strings
John Rouillard <rouilj@ieee.org>
parents:
6942
diff
changeset
|
1622 #: ../roundup/cgi/cgitb.py:117 |
| 3781 | 1623 msgid "Full traceback:" |
| 1624 msgstr "Teljes visszakövetés:" | |
| 1625 | |
|
6986
5a84ddf7aa8b
update with roundup_admin and indexer_xapian strings
John Rouillard <rouilj@ieee.org>
parents:
6942
diff
changeset
|
1626 #: ../roundup/cgi/cgitb.py:131 |
| 3781 | 1627 #, python-format |
| 1628 msgid "<font size=+1><strong>%(exc_type)s</strong>: %(exc_value)s</font>" | |
| 1629 msgstr "<font size=+1><strong>%(exc_type)s</strong>: %(exc_value)s</font>" | |
| 1630 | |
|
6986
5a84ddf7aa8b
update with roundup_admin and indexer_xapian strings
John Rouillard <rouilj@ieee.org>
parents:
6942
diff
changeset
|
1631 #: ../roundup/cgi/cgitb.py:135 |
|
3928
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
1632 msgid "" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
1633 "<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
|
1634 "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
|
1635 "call first. The exception attributes are:" |
| 3781 | 1636 msgstr "" |
|
3928
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
1637 "<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
|
1638 "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
|
1639 "hívás látható legelőször. A kivétel tulajdonságai:" |
| 3781 | 1640 |
|
6986
5a84ddf7aa8b
update with roundup_admin and indexer_xapian strings
John Rouillard <rouilj@ieee.org>
parents:
6942
diff
changeset
|
1641 #: ../roundup/cgi/cgitb.py:144 |
| 3781 | 1642 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
|
1643 msgstr "" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
1644 "<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
|
1645 "utasításon belül>" |
| 3781 | 1646 |
|
6986
5a84ddf7aa8b
update with roundup_admin and indexer_xapian strings
John Rouillard <rouilj@ieee.org>
parents:
6942
diff
changeset
|
1647 #: ../roundup/cgi/cgitb.py:153 |
| 3781 | 1648 #, python-format |
| 1649 msgid "in <strong>%s</strong>" | |
| 1650 msgstr "<strong>%s</strong>-ban" | |
| 1651 | |
| 1652 # ../roundup/cgi/cgitb.py:172 :178 | |
|
6986
5a84ddf7aa8b
update with roundup_admin and indexer_xapian strings
John Rouillard <rouilj@ieee.org>
parents:
6942
diff
changeset
|
1653 #: ../roundup/cgi/cgitb.py:201 ../roundup/cgi/cgitb.py:207 |
|
5a84ddf7aa8b
update with roundup_admin and indexer_xapian strings
John Rouillard <rouilj@ieee.org>
parents:
6942
diff
changeset
|
1654 #: ../roundup/cgi/cgitb.py:201:207 |
| 3781 | 1655 msgid "<em>undefined</em>" |
| 1656 msgstr "<em>nem definiált</em>" | |
| 1657 | |
|
6986
5a84ddf7aa8b
update with roundup_admin and indexer_xapian strings
John Rouillard <rouilj@ieee.org>
parents:
6942
diff
changeset
|
1658 #: ../roundup/cgi/client.py:97 |
| 3781 | 1659 msgid "" |
| 1660 "<html><head><title>An error has occurred</title></head>\n" | |
| 1661 "<body><h1>An error has occurred</h1>\n" | |
| 1662 "<p>A problem was encountered processing your request.\n" | |
| 1663 "The tracker maintainers have been notified of the problem.</p>\n" | |
| 1664 "</body></html>" | |
| 1665 msgstr "" | |
|
3928
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
1666 "<html><head><title>Hiba történt</title></head>\n" |
| 3781 | 1667 "<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
|
1668 "<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
|
1669 "A hibakövető karbantartói értesítést kaptak a problémáról.</p>\n" |
| 3781 | 1670 "</body></html>" |
| 1671 | |
| 7401 | 1672 #: ../roundup/cgi/client.py:670 ../roundup/cgi/client.py:1567 |
| 1673 #: ../roundup/cgi/client.py:670:1567 | |
|
7203
12a3cd86668f
auto update 'password_pbkdf2_default_rounds' "
John Rouillard <rouilj@ieee.org>
parents:
7069
diff
changeset
|
1674 msgid "Required Header Missing" |
|
12a3cd86668f
auto update 'password_pbkdf2_default_rounds' "
John Rouillard <rouilj@ieee.org>
parents:
7069
diff
changeset
|
1675 msgstr "" |
|
12a3cd86668f
auto update 'password_pbkdf2_default_rounds' "
John Rouillard <rouilj@ieee.org>
parents:
7069
diff
changeset
|
1676 |
|
12a3cd86668f
auto update 'password_pbkdf2_default_rounds' "
John Rouillard <rouilj@ieee.org>
parents:
7069
diff
changeset
|
1677 #: ../roundup/cgi/client.py:672 |
|
6694
51865a1ee765
Update locale for 2.2.0b1 release.
John Rouillard <rouilj@ieee.org>
parents:
6676
diff
changeset
|
1678 #, fuzzy |
|
51865a1ee765
Update locale for 2.2.0b1 release.
John Rouillard <rouilj@ieee.org>
parents:
6676
diff
changeset
|
1679 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
|
1680 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
|
1681 |
| 7401 | 1682 #: ../roundup/cgi/client.py:918 |
| 3781 | 1683 msgid "Form Error: " |
|
3928
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
1684 msgstr "Űrlap hiba: " |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
1685 |
| 7401 | 1686 #: ../roundup/cgi/client.py:1008 |
| 3781 | 1687 #, python-format |
| 1688 msgid "Unrecognized charset: %r" | |
| 1689 msgstr "Ismeretlen karakterkészlet: %r" | |
| 1690 | |
| 7401 | 1691 #: ../roundup/cgi/client.py:1261 ../roundup/cgi/client.py:2247 |
| 1692 #: ../roundup/cgi/client.py:1261:2247 | |
|
7069
c9a02c670e69
latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents:
7063
diff
changeset
|
1693 msgid "broken form: multiple @action values submitted" |
|
c9a02c670e69
latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents:
7063
diff
changeset
|
1694 msgstr "" |
|
c9a02c670e69
latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents:
7063
diff
changeset
|
1695 |
| 7401 | 1696 #: ../roundup/cgi/client.py:1276 |
| 3781 | 1697 msgid "Anonymous users are not allowed to use the web interface" |
| 1698 msgstr "Anonim felhasználók nem használhatják a webes felületet" | |
| 1699 | |
| 7401 | 1700 #: ../roundup/cgi/client.py:1427 |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
1701 msgid "Referer header not available." |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
1702 msgstr "" |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
1703 |
| 7401 | 1704 #: ../roundup/cgi/client.py:1431 |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
1705 #, python-format |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
1706 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
|
1707 msgstr "" |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
1708 |
| 7401 | 1709 #: ../roundup/cgi/client.py:1460 |
|
6942
e09095701620
update for latest flake8 changes
John Rouillard <rouilj@ieee.org>
parents:
6777
diff
changeset
|
1710 #, python-format |
|
7063
aca710a3b687
update roundup.pot and .po locale files for fixed translations
John Rouillard <rouilj@ieee.org>
parents:
7052
diff
changeset
|
1711 msgid "csrf header %(header)s required but missing for user%(userid)s." |
|
aca710a3b687
update roundup.pot and .po locale files for fixed translations
John Rouillard <rouilj@ieee.org>
parents:
7052
diff
changeset
|
1712 msgstr "" |
|
aca710a3b687
update roundup.pot and .po locale files for fixed translations
John Rouillard <rouilj@ieee.org>
parents:
7052
diff
changeset
|
1713 |
| 7401 | 1714 #: ../roundup/cgi/client.py:1464 |
|
7063
aca710a3b687
update roundup.pot and .po locale files for fixed translations
John Rouillard <rouilj@ieee.org>
parents:
7052
diff
changeset
|
1715 #, python-format |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
1716 msgid "Missing header: %s" |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
1717 msgstr "" |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
1718 |
| 7401 | 1719 #: ../roundup/cgi/client.py:1472 |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
1720 #, python-format |
|
7063
aca710a3b687
update roundup.pot and .po locale files for fixed translations
John Rouillard <rouilj@ieee.org>
parents:
7052
diff
changeset
|
1721 msgid "csrf Referer header check failed for user%(userid)s. Value=%(referer)s" |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
1722 msgstr "" |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
1723 |
|
6694
51865a1ee765
Update locale for 2.2.0b1 release.
John Rouillard <rouilj@ieee.org>
parents:
6676
diff
changeset
|
1724 # ../roundup/cgi/actions.py:930 :934 |
| 7401 | 1725 #: ../roundup/cgi/client.py:1477 |
|
6694
51865a1ee765
Update locale for 2.2.0b1 release.
John Rouillard <rouilj@ieee.org>
parents:
6676
diff
changeset
|
1726 #, fuzzy, python-format |
|
51865a1ee765
Update locale for 2.2.0b1 release.
John Rouillard <rouilj@ieee.org>
parents:
6676
diff
changeset
|
1727 msgid "Invalid Referer: %s" |
|
51865a1ee765
Update locale for 2.2.0b1 release.
John Rouillard <rouilj@ieee.org>
parents:
6676
diff
changeset
|
1728 msgstr "Hibás bejelentkezés" |
|
51865a1ee765
Update locale for 2.2.0b1 release.
John Rouillard <rouilj@ieee.org>
parents:
6676
diff
changeset
|
1729 |
| 7401 | 1730 #: ../roundup/cgi/client.py:1492 |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
1731 #, python-format |
|
7063
aca710a3b687
update roundup.pot and .po locale files for fixed translations
John Rouillard <rouilj@ieee.org>
parents:
7052
diff
changeset
|
1732 msgid "csrf Origin header check failed for user%(userid)s. Value=%(origin)s" |
|
6672
01216187a167
Testing translations in mailgw.py, update translations, i18n improved
John Rouillard <rouilj@ieee.org>
parents:
6620
diff
changeset
|
1733 msgstr "" |
|
01216187a167
Testing translations in mailgw.py, update translations, i18n improved
John Rouillard <rouilj@ieee.org>
parents:
6620
diff
changeset
|
1734 |
|
01216187a167
Testing translations in mailgw.py, update translations, i18n improved
John Rouillard <rouilj@ieee.org>
parents:
6620
diff
changeset
|
1735 # ../roundup/cgi/actions.py:930 :934 |
| 7401 | 1736 #: ../roundup/cgi/client.py:1497 |
|
6672
01216187a167
Testing translations in mailgw.py, update translations, i18n improved
John Rouillard <rouilj@ieee.org>
parents:
6620
diff
changeset
|
1737 #, fuzzy, python-format |
|
01216187a167
Testing translations in mailgw.py, update translations, i18n improved
John Rouillard <rouilj@ieee.org>
parents:
6620
diff
changeset
|
1738 msgid "Invalid Origin %s" |
|
01216187a167
Testing translations in mailgw.py, update translations, i18n improved
John Rouillard <rouilj@ieee.org>
parents:
6620
diff
changeset
|
1739 msgstr "Hibás bejelentkezés" |
|
01216187a167
Testing translations in mailgw.py, update translations, i18n improved
John Rouillard <rouilj@ieee.org>
parents:
6620
diff
changeset
|
1740 |
| 7401 | 1741 #: ../roundup/cgi/client.py:1511 |
|
6672
01216187a167
Testing translations in mailgw.py, update translations, i18n improved
John Rouillard <rouilj@ieee.org>
parents:
6620
diff
changeset
|
1742 #, python-format |
|
7063
aca710a3b687
update roundup.pot and .po locale files for fixed translations
John Rouillard <rouilj@ieee.org>
parents:
7052
diff
changeset
|
1743 msgid "" |
|
aca710a3b687
update roundup.pot and .po locale files for fixed translations
John Rouillard <rouilj@ieee.org>
parents:
7052
diff
changeset
|
1744 "csrf X-FORWARDED-HOST header check failed for user%(userid)s. Value=%(host)s" |
|
aca710a3b687
update roundup.pot and .po locale files for fixed translations
John Rouillard <rouilj@ieee.org>
parents:
7052
diff
changeset
|
1745 msgstr "" |
|
aca710a3b687
update roundup.pot and .po locale files for fixed translations
John Rouillard <rouilj@ieee.org>
parents:
7052
diff
changeset
|
1746 |
| 7401 | 1747 #: ../roundup/cgi/client.py:1517 |
|
6672
01216187a167
Testing translations in mailgw.py, update translations, i18n improved
John Rouillard <rouilj@ieee.org>
parents:
6620
diff
changeset
|
1748 #, python-format |
|
01216187a167
Testing translations in mailgw.py, update translations, i18n improved
John Rouillard <rouilj@ieee.org>
parents:
6620
diff
changeset
|
1749 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
|
1750 msgstr "" |
|
01216187a167
Testing translations in mailgw.py, update translations, i18n improved
John Rouillard <rouilj@ieee.org>
parents:
6620
diff
changeset
|
1751 |
| 7401 | 1752 #: ../roundup/cgi/client.py:1536 |
|
6672
01216187a167
Testing translations in mailgw.py, update translations, i18n improved
John Rouillard <rouilj@ieee.org>
parents:
6620
diff
changeset
|
1753 #, python-format |
|
7063
aca710a3b687
update roundup.pot and .po locale files for fixed translations
John Rouillard <rouilj@ieee.org>
parents:
7052
diff
changeset
|
1754 msgid "csrf HOST header check failed for user%(userid)s. Value=%(host)s" |
|
aca710a3b687
update roundup.pot and .po locale files for fixed translations
John Rouillard <rouilj@ieee.org>
parents:
7052
diff
changeset
|
1755 msgstr "" |
|
aca710a3b687
update roundup.pot and .po locale files for fixed translations
John Rouillard <rouilj@ieee.org>
parents:
7052
diff
changeset
|
1756 |
| 7401 | 1757 #: ../roundup/cgi/client.py:1541 |
|
7069
c9a02c670e69
latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents:
7063
diff
changeset
|
1758 #, python-format |
|
c9a02c670e69
latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents:
7063
diff
changeset
|
1759 msgid "Invalid HOST %s" |
|
c9a02c670e69
latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents:
7063
diff
changeset
|
1760 msgstr "" |
|
c9a02c670e69
latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents:
7063
diff
changeset
|
1761 |
| 7401 | 1762 #: ../roundup/cgi/client.py:1549 |
|
7069
c9a02c670e69
latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents:
7063
diff
changeset
|
1763 msgid "Csrf: unable to verify sufficient headers" |
|
c9a02c670e69
latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents:
7063
diff
changeset
|
1764 msgstr "" |
|
c9a02c670e69
latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents:
7063
diff
changeset
|
1765 |
| 7401 | 1766 #: ../roundup/cgi/client.py:1550 |
|
6607
b0bafbf4fddd
update .po files with new strings to translate
John Rouillard <rouilj@ieee.org>
parents:
6456
diff
changeset
|
1767 msgid "Unable to verify sufficient headers" |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
1768 msgstr "" |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
1769 |
| 7401 | 1770 #: ../roundup/cgi/client.py:1564 |
|
6942
e09095701620
update for latest flake8 changes
John Rouillard <rouilj@ieee.org>
parents:
6777
diff
changeset
|
1771 #, python-format |
|
e09095701620
update for latest flake8 changes
John Rouillard <rouilj@ieee.org>
parents:
6777
diff
changeset
|
1772 msgid "csrf X-REQUESTED-WITH xmlrpc required header check failed for user%s." |
|
e09095701620
update for latest flake8 changes
John Rouillard <rouilj@ieee.org>
parents:
6777
diff
changeset
|
1773 msgstr "" |
|
e09095701620
update for latest flake8 changes
John Rouillard <rouilj@ieee.org>
parents:
6777
diff
changeset
|
1774 |
| 7401 | 1775 #: ../roundup/cgi/client.py:1605 |
|
6607
b0bafbf4fddd
update .po files with new strings to translate
John Rouillard <rouilj@ieee.org>
parents:
6456
diff
changeset
|
1776 #, python-format |
|
b0bafbf4fddd
update .po files with new strings to translate
John Rouillard <rouilj@ieee.org>
parents:
6456
diff
changeset
|
1777 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
|
1778 msgstr "" |
|
b0bafbf4fddd
update .po files with new strings to translate
John Rouillard <rouilj@ieee.org>
parents:
6456
diff
changeset
|
1779 |
| 7401 | 1780 #: ../roundup/cgi/client.py:1607 ../roundup/cgi/client.py:1634 |
| 1781 #: ../roundup/cgi/client.py:1651 ../roundup/cgi/client.py:1607:1634:1651 | |
|
6607
b0bafbf4fddd
update .po files with new strings to translate
John Rouillard <rouilj@ieee.org>
parents:
6456
diff
changeset
|
1782 msgid "" |
|
b0bafbf4fddd
update .po files with new strings to translate
John Rouillard <rouilj@ieee.org>
parents:
6456
diff
changeset
|
1783 "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
|
1784 "try again." |
|
b0bafbf4fddd
update .po files with new strings to translate
John Rouillard <rouilj@ieee.org>
parents:
6456
diff
changeset
|
1785 msgstr "" |
|
b0bafbf4fddd
update .po files with new strings to translate
John Rouillard <rouilj@ieee.org>
parents:
6456
diff
changeset
|
1786 |
| 7401 | 1787 #: ../roundup/cgi/client.py:1611 |
|
6607
b0bafbf4fddd
update .po files with new strings to translate
John Rouillard <rouilj@ieee.org>
parents:
6456
diff
changeset
|
1788 #, python-format |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
1789 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
|
1790 msgstr "" |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
1791 |
| 7401 | 1792 #: ../roundup/cgi/client.py:1623 |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
1793 #, python-format |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
1794 msgid "" |
|
7063
aca710a3b687
update roundup.pot and .po locale files for fixed translations
John Rouillard <rouilj@ieee.org>
parents:
7052
diff
changeset
|
1795 "Csrf mismatch user: current user %(user)s != stored user %(stored)s, current " |
|
aca710a3b687
update roundup.pot and .po locale files for fixed translations
John Rouillard <rouilj@ieee.org>
parents:
7052
diff
changeset
|
1796 "session, stored session: %(cur_sess)s,%(stor_sess)s for key %(key)s." |
|
aca710a3b687
update roundup.pot and .po locale files for fixed translations
John Rouillard <rouilj@ieee.org>
parents:
7052
diff
changeset
|
1797 msgstr "" |
|
aca710a3b687
update roundup.pot and .po locale files for fixed translations
John Rouillard <rouilj@ieee.org>
parents:
7052
diff
changeset
|
1798 |
| 7401 | 1799 #: ../roundup/cgi/client.py:1641 |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
1800 #, python-format |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
1801 msgid "" |
|
7063
aca710a3b687
update roundup.pot and .po locale files for fixed translations
John Rouillard <rouilj@ieee.org>
parents:
7052
diff
changeset
|
1802 "Csrf mismatch user: current session %(curr_sess)s != stored session " |
|
aca710a3b687
update roundup.pot and .po locale files for fixed translations
John Rouillard <rouilj@ieee.org>
parents:
7052
diff
changeset
|
1803 "%(stor_sess)s, current user/stored user is: %(user)s for key %(key)s." |
|
aca710a3b687
update roundup.pot and .po locale files for fixed translations
John Rouillard <rouilj@ieee.org>
parents:
7052
diff
changeset
|
1804 msgstr "" |
|
aca710a3b687
update roundup.pot and .po locale files for fixed translations
John Rouillard <rouilj@ieee.org>
parents:
7052
diff
changeset
|
1805 |
| 7401 | 1806 #: ../roundup/cgi/client.py:1835 |
| 3781 | 1807 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
|
1808 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
|
1809 |
| 7401 | 1810 #: ../roundup/cgi/client.py:2124 |
| 3781 | 1811 #, python-format |
| 1812 msgid "%(starttag)sTime elapsed: %(seconds)fs%(endtag)s\n" | |
| 1813 msgstr "%(starttag)sEltelt idő: %(seconds)fs%(endtag)s\n" | |
| 1814 | |
| 7401 | 1815 #: ../roundup/cgi/client.py:2128 |
| 3781 | 1816 #, python-format |
|
3928
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
1817 msgid "" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
1818 "%(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
|
1819 "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
|
1820 msgstr "" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
1821 "%(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
|
1822 "Elemek betöltése: %(get_items)f mp. Szűrés: %(filtering)f mp.%(endtag)s\n" |
| 3781 | 1823 |
| 7401 | 1824 #: ../roundup/cgi/client.py:2666 |
|
6607
b0bafbf4fddd
update .po files with new strings to translate
John Rouillard <rouilj@ieee.org>
parents:
6456
diff
changeset
|
1825 #, python-format |
|
b0bafbf4fddd
update .po files with new strings to translate
John Rouillard <rouilj@ieee.org>
parents:
6456
diff
changeset
|
1826 msgid "" |
|
b0bafbf4fddd
update .po files with new strings to translate
John Rouillard <rouilj@ieee.org>
parents:
6456
diff
changeset
|
1827 "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
|
1828 "%(filename)s" |
|
b0bafbf4fddd
update .po files with new strings to translate
John Rouillard <rouilj@ieee.org>
parents:
6456
diff
changeset
|
1829 msgstr "" |
|
b0bafbf4fddd
update .po files with new strings to translate
John Rouillard <rouilj@ieee.org>
parents:
6456
diff
changeset
|
1830 |
|
6942
e09095701620
update for latest flake8 changes
John Rouillard <rouilj@ieee.org>
parents:
6777
diff
changeset
|
1831 #: ../roundup/cgi/form_parser.py:292 |
|
3928
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
1832 #, fuzzy, python-format |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
1833 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
|
1834 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
|
1835 |
|
6942
e09095701620
update for latest flake8 changes
John Rouillard <rouilj@ieee.org>
parents:
6777
diff
changeset
|
1836 #: ../roundup/cgi/form_parser.py:311 |
| 3781 | 1837 #, python-format |
| 1838 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
|
1839 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
|
1840 |
|
6942
e09095701620
update for latest flake8 changes
John Rouillard <rouilj@ieee.org>
parents:
6777
diff
changeset
|
1841 #: ../roundup/cgi/form_parser.py:324 |
|
3928
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
1842 #, fuzzy, python-format |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
1843 msgid "" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
1844 "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
|
1845 "exist" |
| 3781 | 1846 msgstr "" |
|
3928
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
1847 "%(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
|
1848 "nem létezik" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
1849 |
|
6942
e09095701620
update for latest flake8 changes
John Rouillard <rouilj@ieee.org>
parents:
6777
diff
changeset
|
1850 #: ../roundup/cgi/form_parser.py:347 |
| 3781 | 1851 #, python-format |
|
3928
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
1852 msgid "" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
1853 "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
|
1854 "which doesn't exist" |
| 3781 | 1855 msgstr "" |
|
3928
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
1856 "%(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
|
1857 "nem létezik" |
| 3781 | 1858 |
| 1859 # ../roundup/cgi/form_parser.py:331 :357 | |
|
6942
e09095701620
update for latest flake8 changes
John Rouillard <rouilj@ieee.org>
parents:
6777
diff
changeset
|
1860 #: ../roundup/cgi/form_parser.py:373 ../roundup/cgi/form_parser.py:402 |
|
e09095701620
update for latest flake8 changes
John Rouillard <rouilj@ieee.org>
parents:
6777
diff
changeset
|
1861 #: ../roundup/cgi/form_parser.py:373:402 |
| 3781 | 1862 #, python-format |
| 1863 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
|
1864 msgstr "Egynél több értéket adott meg a(z) %s tulajdonsághoz" |
| 3781 | 1865 |
| 1866 # ../roundup/cgi/form_parser.py:354 :360 | |
|
6942
e09095701620
update for latest flake8 changes
John Rouillard <rouilj@ieee.org>
parents:
6777
diff
changeset
|
1867 #: ../roundup/cgi/form_parser.py:398 ../roundup/cgi/form_parser.py:405 |
|
e09095701620
update for latest flake8 changes
John Rouillard <rouilj@ieee.org>
parents:
6777
diff
changeset
|
1868 #: ../roundup/cgi/form_parser.py:398:405 |
| 3781 | 1869 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
|
1870 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
|
1871 |
|
6942
e09095701620
update for latest flake8 changes
John Rouillard <rouilj@ieee.org>
parents:
6777
diff
changeset
|
1872 #: ../roundup/cgi/form_parser.py:423 |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
1873 msgid "Not a file attachment" |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
1874 msgstr "" |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
1875 |
|
6942
e09095701620
update for latest flake8 changes
John Rouillard <rouilj@ieee.org>
parents:
6777
diff
changeset
|
1876 #: ../roundup/cgi/form_parser.py:468 |
| 3781 | 1877 #, python-format |
| 1878 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
|
1879 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
|
1880 |
|
6942
e09095701620
update for latest flake8 changes
John Rouillard <rouilj@ieee.org>
parents:
6777
diff
changeset
|
1881 #: ../roundup/cgi/form_parser.py:590 |
| 3781 | 1882 #, python-format |
| 1883 msgid "Required %(class)s property %(property)s not supplied" | |
| 1884 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
|
1885 msgstr[0] "Nincs megadva a(z) %(class)s kötelező %(property)s tulajdonsága" |
| 3781 | 1886 msgstr[1] "" |
|
3928
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
1887 "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
|
1888 |
| 7052 | 1889 #: ../roundup/cgi/templating.py:240 |
| 3781 | 1890 #, python-format |
| 1891 msgid "You are not allowed to %(action)s items of class %(class)s" | |
| 1892 msgstr "" | |
|
3928
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
1893 "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
|
1894 "végrehajtani" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
1895 |
| 7052 | 1896 #: ../roundup/cgi/templating.py:869 |
| 3781 | 1897 msgid "(list)" |
|
3928
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
1898 msgstr "(lista)" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
1899 |
| 7052 | 1900 #: ../roundup/cgi/templating.py:944 |
| 3781 | 1901 msgid "Submit New Entry" |
|
3928
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
1902 msgstr "Létrehozás" |
| 3781 | 1903 |
| 1904 # ../roundup/cgi/templating.py:710 :829 :1236 :1257 :1304 :1327 :1361 :1400 | |
| 1905 # :1453 :1470 :1549 :1569 :1587 :1619 :1629 :1683 :1875 | |
| 7052 | 1906 #: ../roundup/cgi/templating.py:966 ../roundup/cgi/templating.py:1142 |
| 1907 #: ../roundup/cgi/templating.py:1777 ../roundup/cgi/templating.py:1806 | |
| 1908 #: ../roundup/cgi/templating.py:1826 ../roundup/cgi/templating.py:1839 | |
| 1909 #: ../roundup/cgi/templating.py:1877 ../roundup/cgi/templating.py:1930 | |
| 1910 #: ../roundup/cgi/templating.py:1954 ../roundup/cgi/templating.py:1961 | |
| 1911 #: ../roundup/cgi/templating.py:1998 ../roundup/cgi/templating.py:2051 | |
| 1912 #: ../roundup/cgi/templating.py:2084 ../roundup/cgi/templating.py:2179 | |
| 1913 #: ../roundup/cgi/templating.py:2200 ../roundup/cgi/templating.py:2291 | |
| 1914 #: ../roundup/cgi/templating.py:2311 ../roundup/cgi/templating.py:2333 | |
| 1915 #: ../roundup/cgi/templating.py:2376 ../roundup/cgi/templating.py:2386 | |
| 1916 #: ../roundup/cgi/templating.py:2451 ../roundup/cgi/templating.py:2754 | |
| 1917 #: ../roundup/cgi/templating.py:966:1142 :1777:1806 :1826:1839 :1877:1930 | |
| 1918 #: :1954:1961 :1998:2051 :2084:2179 :2200:2291 :2311:2333 :2376:2386 :2451:2754 | |
| 3781 | 1919 msgid "[hidden]" |
|
3928
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
1920 msgstr "[rejtett]" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
1921 |
| 7052 | 1922 #: ../roundup/cgi/templating.py:967 |
| 3781 | 1923 msgid "New node - no history" |
|
3928
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
1924 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
|
1925 |
| 7052 | 1926 #: ../roundup/cgi/templating.py:1107 |
| 3781 | 1927 msgid "Submit Changes" |
|
3928
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
1928 msgstr "Változások mentése" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
1929 |
| 7052 | 1930 #: ../roundup/cgi/templating.py:1185 |
| 3781 | 1931 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
|
1932 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
|
1933 |
| 7052 | 1934 #: ../roundup/cgi/templating.py:1221 |
| 3781 | 1935 #, python-format |
| 1936 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
|
1937 msgstr "A csatolt %(classname)s osztály már nem létezik" |
| 3781 | 1938 |
| 7052 | 1939 #: ../roundup/cgi/templating.py:1258 ../roundup/cgi/templating.py:1288 |
| 1940 #: ../roundup/cgi/templating.py:2460 ../roundup/cgi/templating.py:2763 | |
| 1941 #: ../roundup/cgi/templating.py:1258:1288 :2460:2763 | |
|
6620
b7093aa16895
issue2551196 - Unset labelprop of a Multilink can lead to Python error when using context/history
John Rouillard <rouilj@ieee.org>
parents:
6607
diff
changeset
|
1942 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
|
1943 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
|
1944 |
| 3781 | 1945 # ../roundup/cgi/templating.py:940 :964 |
| 7052 | 1946 #: ../roundup/cgi/templating.py:1262 ../roundup/cgi/templating.py:1291 |
| 1947 #: ../roundup/cgi/templating.py:1262:1291 | |
| 3781 | 1948 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
|
1949 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
|
1950 |
| 7052 | 1951 #: ../roundup/cgi/templating.py:1353 |
|
3928
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
1952 #, python-format |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
1953 msgid "%s: (no value)" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
1954 msgstr "%s: (nincs érték)" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
1955 |
| 7052 | 1956 #: ../roundup/cgi/templating.py:1369 |
|
5951
0a42163ac846
Final doc fixes and translation extraction.
John Rouillard <rouilj@ieee.org>
parents:
5943
diff
changeset
|
1957 #, fuzzy, python-format |
|
3928
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
1958 msgid "" |
|
5951
0a42163ac846
Final doc fixes and translation extraction.
John Rouillard <rouilj@ieee.org>
parents:
5943
diff
changeset
|
1959 "<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
|
1960 "strong>" |
| 3781 | 1961 msgstr "" |
|
3928
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
1962 "<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
|
1963 |
| 7052 | 1964 #: ../roundup/cgi/templating.py:1382 |
|
3928
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
1965 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
|
1966 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
|
1967 |
| 7052 | 1968 #: ../roundup/cgi/templating.py:1391 |
|
6620
b7093aa16895
issue2551196 - Unset labelprop of a Multilink can lead to Python error when using context/history
John Rouillard <rouilj@ieee.org>
parents:
6607
diff
changeset
|
1969 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
|
1970 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
|
1971 |
| 7052 | 1972 #: ../roundup/cgi/templating.py:1393 |
|
6620
b7093aa16895
issue2551196 - Unset labelprop of a Multilink can lead to Python error when using context/history
John Rouillard <rouilj@ieee.org>
parents:
6607
diff
changeset
|
1973 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
|
1974 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
|
1975 |
| 7052 | 1976 #: ../roundup/cgi/templating.py:1394 |
|
3928
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
1977 msgid "<th>User</th>" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
1978 msgstr "<th>Szerző</th>" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
1979 |
| 7052 | 1980 #: ../roundup/cgi/templating.py:1395 |
|
3928
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
1981 msgid "<th>Action</th>" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
1982 msgstr "<th>Művelet</th>" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
1983 |
| 7052 | 1984 #: ../roundup/cgi/templating.py:1396 |
|
3928
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
1985 msgid "<th>Args</th>" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
1986 msgstr "<th>Tulajdonságok</th>" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
1987 |
| 7052 | 1988 #: ../roundup/cgi/templating.py:1447 |
|
3928
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
1989 #, python-format |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
1990 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
|
1991 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
|
1992 |
| 3781 | 1993 # ../roundup/cgi/templating.py:1006 :1404 :1425 :1431 |
| 7052 | 1994 #: ../roundup/cgi/templating.py:2088 ../roundup/cgi/templating.py:2123 |
| 1995 #: ../roundup/cgi/templating.py:1335:2088:2123 | |
| 3781 | 1996 msgid "No" |
| 1997 msgstr "Nem" | |
| 1998 | |
| 1999 # ../roundup/cgi/templating.py:1006 :1404 :1423 :1428 | |
| 7052 | 2000 #: ../roundup/cgi/templating.py:2088 ../roundup/cgi/templating.py:2117 |
| 2001 #: ../roundup/cgi/templating.py:1335:2088:2117 | |
| 3781 | 2002 msgid "Yes" |
| 2003 msgstr "Igen" | |
| 2004 | |
| 7052 | 2005 #: ../roundup/cgi/templating.py:2249 |
|
3928
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
2006 msgid "" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
2007 "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
|
2008 "date representation." |
| 3781 | 2009 msgstr "" |
|
3928
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
2010 "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
|
2011 "típusú kell legyen." |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
2012 |
| 7052 | 2013 #: ../roundup/cgi/templating.py:2431 |
| 3781 | 2014 #, python-format |
| 2015 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
|
2016 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
|
2017 |
| 7052 | 2018 #: ../roundup/cgi/templating.py:2442 |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
2019 #, fuzzy, python-format |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
2020 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
|
2021 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
|
2022 |
| 7052 | 2023 #: ../roundup/cgi/templating.py:2547 |
| 3781 | 2024 #, python-format |
| 2025 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
|
2026 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
|
2027 |
| 7401 | 2028 #: ../roundup/cgi/timestamp.py:23 |
|
6134
63739dae0f7e
update translation files for translators 2.0.0 beta
John Rouillard <rouilj@ieee.org>
parents:
5951
diff
changeset
|
2029 msgid "Form is corrupted." |
|
63739dae0f7e
update translation files for translators 2.0.0 beta
John Rouillard <rouilj@ieee.org>
parents:
5951
diff
changeset
|
2030 msgstr "" |
|
63739dae0f7e
update translation files for translators 2.0.0 beta
John Rouillard <rouilj@ieee.org>
parents:
5951
diff
changeset
|
2031 |
| 7401 | 2032 #: ../roundup/cgi/timestamp.py:32 |
|
6134
63739dae0f7e
update translation files for translators 2.0.0 beta
John Rouillard <rouilj@ieee.org>
parents:
5951
diff
changeset
|
2033 #, python-format |
|
63739dae0f7e
update translation files for translators 2.0.0 beta
John Rouillard <rouilj@ieee.org>
parents:
5951
diff
changeset
|
2034 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
|
2035 msgstr "" |
|
63739dae0f7e
update translation files for translators 2.0.0 beta
John Rouillard <rouilj@ieee.org>
parents:
5951
diff
changeset
|
2036 |
| 7401 | 2037 #: ../roundup/cgi/timestamp.py:34 |
|
6134
63739dae0f7e
update translation files for translators 2.0.0 beta
John Rouillard <rouilj@ieee.org>
parents:
5951
diff
changeset
|
2038 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
|
2039 msgstr "" |
|
63739dae0f7e
update translation files for translators 2.0.0 beta
John Rouillard <rouilj@ieee.org>
parents:
5951
diff
changeset
|
2040 |
|
6607
b0bafbf4fddd
update .po files with new strings to translate
John Rouillard <rouilj@ieee.org>
parents:
6456
diff
changeset
|
2041 #: ../roundup/configuration.py:274 |
|
b0bafbf4fddd
update .po files with new strings to translate
John Rouillard <rouilj@ieee.org>
parents:
6456
diff
changeset
|
2042 #, python-format |
|
b0bafbf4fddd
update .po files with new strings to translate
John Rouillard <rouilj@ieee.org>
parents:
6456
diff
changeset
|
2043 msgid "" |
|
b0bafbf4fddd
update .po files with new strings to translate
John Rouillard <rouilj@ieee.org>
parents:
6456
diff
changeset
|
2044 "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
|
2045 "%(message)s" |
|
b0bafbf4fddd
update .po files with new strings to translate
John Rouillard <rouilj@ieee.org>
parents:
6456
diff
changeset
|
2046 msgstr "" |
|
b0bafbf4fddd
update .po files with new strings to translate
John Rouillard <rouilj@ieee.org>
parents:
6456
diff
changeset
|
2047 |
|
b0bafbf4fddd
update .po files with new strings to translate
John Rouillard <rouilj@ieee.org>
parents:
6456
diff
changeset
|
2048 #: ../roundup/configuration.py:494 |
|
6364
e8361bce72de
update pot file and language .po files.
John Rouillard <rouilj@ieee.org>
parents:
6301
diff
changeset
|
2049 #, fuzzy |
|
e8361bce72de
update pot file and language .po files.
John Rouillard <rouilj@ieee.org>
parents:
6301
diff
changeset
|
2050 msgid "Valid languages: " |
|
e8361bce72de
update pot file and language .po files.
John Rouillard <rouilj@ieee.org>
parents:
6301
diff
changeset
|
2051 msgstr "Hibás formátum" |
|
e8361bce72de
update pot file and language .po files.
John Rouillard <rouilj@ieee.org>
parents:
6301
diff
changeset
|
2052 |
|
6607
b0bafbf4fddd
update .po files with new strings to translate
John Rouillard <rouilj@ieee.org>
parents:
6456
diff
changeset
|
2053 #: ../roundup/configuration.py:504 |
|
b0bafbf4fddd
update .po files with new strings to translate
John Rouillard <rouilj@ieee.org>
parents:
6456
diff
changeset
|
2054 #, fuzzy |
|
b0bafbf4fddd
update .po files with new strings to translate
John Rouillard <rouilj@ieee.org>
parents:
6456
diff
changeset
|
2055 msgid "Expected languages: " |
|
b0bafbf4fddd
update .po files with new strings to translate
John Rouillard <rouilj@ieee.org>
parents:
6456
diff
changeset
|
2056 msgstr "Hibás formátum" |
|
b0bafbf4fddd
update .po files with new strings to translate
John Rouillard <rouilj@ieee.org>
parents:
6456
diff
changeset
|
2057 |
|
6942
e09095701620
update for latest flake8 changes
John Rouillard <rouilj@ieee.org>
parents:
6777
diff
changeset
|
2058 #: ../roundup/date.py:398 |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
2059 #, fuzzy, python-format |
|
3928
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
2060 msgid "" |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
2061 "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
|
2062 "\"yyyy-mm-dd.HH:MM:SS.SSS\")" |
| 3781 | 2063 msgstr "" |
|
3928
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
2064 "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
|
2065 "vagy \"éééé-hh-nn.ÓÓ:PP:SS.SSS\"" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
2066 |
|
6942
e09095701620
update for latest flake8 changes
John Rouillard <rouilj@ieee.org>
parents:
6777
diff
changeset
|
2067 #: ../roundup/date.py:421 |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
2068 msgid "Could not determine granularity" |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
2069 msgstr "" |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
2070 |
|
6942
e09095701620
update for latest flake8 changes
John Rouillard <rouilj@ieee.org>
parents:
6777
diff
changeset
|
2071 #: ../roundup/date.py:473 |
| 3781 | 2072 #, python-format |
|
3928
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
2073 msgid "" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
2074 "%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
|
2075 "or \"yyyy-mm-dd.HH:MM:SS.SSS\"" |
| 3781 | 2076 msgstr "" |
|
3928
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
2077 "%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
|
2078 "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
|
2079 |
|
6942
e09095701620
update for latest flake8 changes
John Rouillard <rouilj@ieee.org>
parents:
6777
diff
changeset
|
2080 #: ../roundup/date.py:845 |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
2081 #, fuzzy, python-format |
|
3928
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
2082 msgid "" |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
2083 "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
|
2084 "spec])" |
| 3781 | 2085 msgstr "" |
|
3928
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
2086 "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
|
2087 "típus]" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
2088 |
|
6942
e09095701620
update for latest flake8 changes
John Rouillard <rouilj@ieee.org>
parents:
6777
diff
changeset
|
2089 #: ../roundup/date.py:868 |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
2090 #, fuzzy, python-format |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
2091 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
|
2092 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
|
2093 |
|
6942
e09095701620
update for latest flake8 changes
John Rouillard <rouilj@ieee.org>
parents:
6777
diff
changeset
|
2094 #: ../roundup/date.py:1045 |
| 3781 | 2095 #, python-format |
| 2096 msgid "%(number)s year" | |
| 2097 msgid_plural "%(number)s years" | |
|
3928
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
2098 msgstr[0] "%(number)s éve" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
2099 msgstr[1] "%(number)s éve" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
2100 |
|
6942
e09095701620
update for latest flake8 changes
John Rouillard <rouilj@ieee.org>
parents:
6777
diff
changeset
|
2101 #: ../roundup/date.py:1049 |
| 3781 | 2102 #, python-format |
| 2103 msgid "%(number)s month" | |
| 2104 msgid_plural "%(number)s months" | |
|
3928
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
2105 msgstr[0] "%(number)s hónapja" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
2106 msgstr[1] "%(number)s hónapja" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
2107 |
|
6942
e09095701620
update for latest flake8 changes
John Rouillard <rouilj@ieee.org>
parents:
6777
diff
changeset
|
2108 #: ../roundup/date.py:1053 |
| 3781 | 2109 #, python-format |
| 2110 msgid "%(number)s week" | |
| 2111 msgid_plural "%(number)s weeks" | |
|
3928
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
2112 msgstr[0] "%(number)s hete" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
2113 msgstr[1] "%(number)s hete" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
2114 |
|
6942
e09095701620
update for latest flake8 changes
John Rouillard <rouilj@ieee.org>
parents:
6777
diff
changeset
|
2115 #: ../roundup/date.py:1057 |
| 3781 | 2116 #, python-format |
| 2117 msgid "%(number)s day" | |
| 2118 msgid_plural "%(number)s days" | |
|
3928
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
2119 msgstr[0] "%(number)s napja" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
2120 msgstr[1] "%(number)s napja" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
2121 |
|
6942
e09095701620
update for latest flake8 changes
John Rouillard <rouilj@ieee.org>
parents:
6777
diff
changeset
|
2122 #: ../roundup/date.py:1061 |
| 3781 | 2123 msgid "tomorrow" |
|
3928
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
2124 msgstr "holnap" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
2125 |
|
6942
e09095701620
update for latest flake8 changes
John Rouillard <rouilj@ieee.org>
parents:
6777
diff
changeset
|
2126 #: ../roundup/date.py:1063 |
| 3781 | 2127 msgid "yesterday" |
|
3928
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
2128 msgstr "tegnap" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
2129 |
|
6942
e09095701620
update for latest flake8 changes
John Rouillard <rouilj@ieee.org>
parents:
6777
diff
changeset
|
2130 #: ../roundup/date.py:1066 |
| 3781 | 2131 #, python-format |
| 2132 msgid "%(number)s hour" | |
| 2133 msgid_plural "%(number)s hours" | |
|
3928
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
2134 msgstr[0] "%(number)s órája" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
2135 msgstr[1] "%(number)s órája" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
2136 |
|
6942
e09095701620
update for latest flake8 changes
John Rouillard <rouilj@ieee.org>
parents:
6777
diff
changeset
|
2137 #: ../roundup/date.py:1070 |
| 3781 | 2138 msgid "an hour" |
|
3928
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
2139 msgstr "egy órája" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
2140 |
|
6942
e09095701620
update for latest flake8 changes
John Rouillard <rouilj@ieee.org>
parents:
6777
diff
changeset
|
2141 #: ../roundup/date.py:1072 |
| 3781 | 2142 msgid "1 1/2 hours" |
|
3928
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
2143 msgstr "1 1/2 órája" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
2144 |
|
6942
e09095701620
update for latest flake8 changes
John Rouillard <rouilj@ieee.org>
parents:
6777
diff
changeset
|
2145 #: ../roundup/date.py:1074 |
| 3781 | 2146 #, python-format |
| 2147 msgid "1 %(number)s/4 hours" | |
| 2148 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
|
2149 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
|
2150 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
|
2151 |
|
6942
e09095701620
update for latest flake8 changes
John Rouillard <rouilj@ieee.org>
parents:
6777
diff
changeset
|
2152 #: ../roundup/date.py:1079 |
| 3781 | 2153 msgid "in a moment" |
|
3928
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
2154 msgstr "egy pillanat" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
2155 |
|
6942
e09095701620
update for latest flake8 changes
John Rouillard <rouilj@ieee.org>
parents:
6777
diff
changeset
|
2156 #: ../roundup/date.py:1081 |
| 3781 | 2157 msgid "just now" |
|
3928
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
2158 msgstr "épp most" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
2159 |
|
6942
e09095701620
update for latest flake8 changes
John Rouillard <rouilj@ieee.org>
parents:
6777
diff
changeset
|
2160 #: ../roundup/date.py:1084 |
| 3781 | 2161 msgid "1 minute" |
|
3928
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
2162 msgstr "1 perce" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
2163 |
|
6942
e09095701620
update for latest flake8 changes
John Rouillard <rouilj@ieee.org>
parents:
6777
diff
changeset
|
2164 #: ../roundup/date.py:1087 |
| 3781 | 2165 #, python-format |
| 2166 msgid "%(number)s minute" | |
| 2167 msgid_plural "%(number)s minutes" | |
|
3928
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
2168 msgstr[0] "%(number)s perce" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
2169 msgstr[1] "%(number)s perce" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
2170 |
|
6942
e09095701620
update for latest flake8 changes
John Rouillard <rouilj@ieee.org>
parents:
6777
diff
changeset
|
2171 #: ../roundup/date.py:1090 |
| 3781 | 2172 msgid "1/2 an hour" |
|
3928
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
2173 msgstr "1/2 órája" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
2174 |
|
6942
e09095701620
update for latest flake8 changes
John Rouillard <rouilj@ieee.org>
parents:
6777
diff
changeset
|
2175 #: ../roundup/date.py:1092 |
| 3781 | 2176 #, python-format |
| 2177 msgid "%(number)s/4 hour" | |
| 2178 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
|
2179 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
|
2180 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
|
2181 |
|
6942
e09095701620
update for latest flake8 changes
John Rouillard <rouilj@ieee.org>
parents:
6777
diff
changeset
|
2182 #: ../roundup/date.py:1096 |
| 3781 | 2183 #, python-format |
| 2184 msgid "%s ago" | |
|
3928
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
2185 msgstr "%s" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
2186 |
|
6942
e09095701620
update for latest flake8 changes
John Rouillard <rouilj@ieee.org>
parents:
6777
diff
changeset
|
2187 #: ../roundup/date.py:1098 |
| 3781 | 2188 #, python-format |
| 2189 msgid "in %s" | |
|
3928
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
2190 msgstr "%s-ban" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
2191 |
| 7401 | 2192 #: ../roundup/hyperdb.py:120 |
|
3928
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
2193 #, fuzzy, python-format |
|
7063
aca710a3b687
update roundup.pot and .po locale files for fixed translations
John Rouillard <rouilj@ieee.org>
parents:
7052
diff
changeset
|
2194 msgid "property %(property)s: %(errormsg)s" |
|
3928
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
2195 msgstr "Hiba: %s: %s" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
2196 |
| 7401 | 2197 #: ../roundup/hyperdb.py:149 |
|
3928
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
2198 #, python-format |
|
7063
aca710a3b687
update roundup.pot and .po locale files for fixed translations
John Rouillard <rouilj@ieee.org>
parents:
7052
diff
changeset
|
2199 msgid "property %(property)s: %(value)r is an invalid date (%(errormsg)s)" |
|
aca710a3b687
update roundup.pot and .po locale files for fixed translations
John Rouillard <rouilj@ieee.org>
parents:
7052
diff
changeset
|
2200 msgstr "" |
|
aca710a3b687
update roundup.pot and .po locale files for fixed translations
John Rouillard <rouilj@ieee.org>
parents:
7052
diff
changeset
|
2201 |
| 7401 | 2202 #: ../roundup/hyperdb.py:172 |
|
3928
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
2203 #, python-format |
|
7063
aca710a3b687
update roundup.pot and .po locale files for fixed translations
John Rouillard <rouilj@ieee.org>
parents:
7052
diff
changeset
|
2204 msgid "" |
|
aca710a3b687
update roundup.pot and .po locale files for fixed translations
John Rouillard <rouilj@ieee.org>
parents:
7052
diff
changeset
|
2205 "property %(property)s: %(value)r is an invalid date interval (%(errormsg)s)" |
|
aca710a3b687
update roundup.pot and .po locale files for fixed translations
John Rouillard <rouilj@ieee.org>
parents:
7052
diff
changeset
|
2206 msgstr "" |
|
aca710a3b687
update roundup.pot and .po locale files for fixed translations
John Rouillard <rouilj@ieee.org>
parents:
7052
diff
changeset
|
2207 |
|
7530
ed2bc951277b
Updates for 2.3.0 release.
John Rouillard <rouilj@ieee.org>
parents:
7443
diff
changeset
|
2208 #: ../roundup/hyperdb.py:434 |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
2209 #, fuzzy, python-format |
|
7063
aca710a3b687
update roundup.pot and .po locale files for fixed translations
John Rouillard <rouilj@ieee.org>
parents:
7052
diff
changeset
|
2210 msgid "property %(property)s: %(value)r is not a number" |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
2211 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
|
2212 |
|
7530
ed2bc951277b
Updates for 2.3.0 release.
John Rouillard <rouilj@ieee.org>
parents:
7443
diff
changeset
|
2213 #: ../roundup/hyperdb.py:448 |
|
7063
aca710a3b687
update roundup.pot and .po locale files for fixed translations
John Rouillard <rouilj@ieee.org>
parents:
7052
diff
changeset
|
2214 #, fuzzy, python-format |
|
aca710a3b687
update roundup.pot and .po locale files for fixed translations
John Rouillard <rouilj@ieee.org>
parents:
7052
diff
changeset
|
2215 msgid "property %(property)s: %(value)r is not an integer" |
|
aca710a3b687
update roundup.pot and .po locale files for fixed translations
John Rouillard <rouilj@ieee.org>
parents:
7052
diff
changeset
|
2216 msgstr "\"%(propname)s\" tulajdonság: \"%(value)s\" jelenleg nincs a listában" |
|
aca710a3b687
update roundup.pot and .po locale files for fixed translations
John Rouillard <rouilj@ieee.org>
parents:
7052
diff
changeset
|
2217 |
|
7530
ed2bc951277b
Updates for 2.3.0 release.
John Rouillard <rouilj@ieee.org>
parents:
7443
diff
changeset
|
2218 #: ../roundup/hyperdb.py:470 |
|
3928
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
2219 #, python-format |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
2220 msgid "\"%s\" not a node designator" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
2221 msgstr "" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
2222 |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
2223 # ../roundup/hyperdb.py:949:957 |
|
7530
ed2bc951277b
Updates for 2.3.0 release.
John Rouillard <rouilj@ieee.org>
parents:
7443
diff
changeset
|
2224 #: ../roundup/hyperdb.py:1499 ../roundup/hyperdb.py:1507 |
|
ed2bc951277b
Updates for 2.3.0 release.
John Rouillard <rouilj@ieee.org>
parents:
7443
diff
changeset
|
2225 #: ../roundup/hyperdb.py:1499:1507 |
|
3928
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
2226 #, python-format |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
2227 msgid "Not a property name: %s" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
2228 msgstr "" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
2229 |
|
7530
ed2bc951277b
Updates for 2.3.0 release.
John Rouillard <rouilj@ieee.org>
parents:
7443
diff
changeset
|
2230 #: ../roundup/hyperdb.py:1984 |
|
7063
aca710a3b687
update roundup.pot and .po locale files for fixed translations
John Rouillard <rouilj@ieee.org>
parents:
7052
diff
changeset
|
2231 #, fuzzy, python-format |
|
aca710a3b687
update roundup.pot and .po locale files for fixed translations
John Rouillard <rouilj@ieee.org>
parents:
7052
diff
changeset
|
2232 msgid "property %(property)s: %(value)r is not a %(classname)s." |
|
aca710a3b687
update roundup.pot and .po locale files for fixed translations
John Rouillard <rouilj@ieee.org>
parents:
7052
diff
changeset
|
2233 msgstr "\"%(propname)s\" tulajdonság: \"%(value)s\" jelenleg nincs a listában" |
|
aca710a3b687
update roundup.pot and .po locale files for fixed translations
John Rouillard <rouilj@ieee.org>
parents:
7052
diff
changeset
|
2234 |
|
7530
ed2bc951277b
Updates for 2.3.0 release.
John Rouillard <rouilj@ieee.org>
parents:
7443
diff
changeset
|
2235 #: ../roundup/hyperdb.py:1990 |
|
3928
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
2236 #, python-format |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
2237 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
|
2238 msgstr "" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
2239 |
|
7530
ed2bc951277b
Updates for 2.3.0 release.
John Rouillard <rouilj@ieee.org>
parents:
7443
diff
changeset
|
2240 #: ../roundup/hyperdb.py:2025 |
|
3928
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
2241 #, python-format |
|
7063
aca710a3b687
update roundup.pot and .po locale files for fixed translations
John Rouillard <rouilj@ieee.org>
parents:
7052
diff
changeset
|
2242 msgid "%(property)r is not a property of %(classname)s" |
| 3781 | 2243 msgstr "" |
| 2244 | |
|
7203
12a3cd86668f
auto update 'password_pbkdf2_default_rounds' "
John Rouillard <rouilj@ieee.org>
parents:
7069
diff
changeset
|
2245 #: ../roundup/init.py:141 |
| 3781 | 2246 #, python-format |
| 2247 msgid "" | |
| 2248 "WARNING: directory '%s'\n" | |
| 2249 "\tcontains old-style template - ignored" | |
| 2250 msgstr "" | |
|
3928
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
2251 "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
|
2252 "\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
|
2253 |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
2254 # ../roundup/mailgw.py:199:211 |
|
7069
c9a02c670e69
latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents:
7063
diff
changeset
|
2255 #: ../roundup/mailgw.py:215 ../roundup/mailgw.py:228 |
|
c9a02c670e69
latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents:
7063
diff
changeset
|
2256 #: ../roundup/mailgw.py:215:228 |
|
3928
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
2257 #, python-format |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
2258 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
|
2259 msgstr "" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
2260 |
|
7069
c9a02c670e69
latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents:
7063
diff
changeset
|
2261 #: ../roundup/mailgw.py:218 |
|
6942
e09095701620
update for latest flake8 changes
John Rouillard <rouilj@ieee.org>
parents:
6777
diff
changeset
|
2262 #, python-format |
|
e09095701620
update for latest flake8 changes
John Rouillard <rouilj@ieee.org>
parents:
6777
diff
changeset
|
2263 msgid "Message signed with an expired key: %s" |
|
e09095701620
update for latest flake8 changes
John Rouillard <rouilj@ieee.org>
parents:
6777
diff
changeset
|
2264 msgstr "" |
|
e09095701620
update for latest flake8 changes
John Rouillard <rouilj@ieee.org>
parents:
6777
diff
changeset
|
2265 |
|
e09095701620
update for latest flake8 changes
John Rouillard <rouilj@ieee.org>
parents:
6777
diff
changeset
|
2266 #: ../roundup/mailgw.py:221 |
|
7069
c9a02c670e69
latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents:
7063
diff
changeset
|
2267 #, python-format |
|
c9a02c670e69
latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents:
7063
diff
changeset
|
2268 msgid "Message signed with a revoked key: %s" |
|
c9a02c670e69
latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents:
7063
diff
changeset
|
2269 msgstr "" |
|
c9a02c670e69
latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents:
7063
diff
changeset
|
2270 |
|
c9a02c670e69
latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents:
7063
diff
changeset
|
2271 #: ../roundup/mailgw.py:224 |
|
c9a02c670e69
latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents:
7063
diff
changeset
|
2272 msgid "Invalid PGP signature detected." |
|
c9a02c670e69
latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents:
7063
diff
changeset
|
2273 msgstr "" |
|
c9a02c670e69
latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents:
7063
diff
changeset
|
2274 |
|
c9a02c670e69
latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents:
7063
diff
changeset
|
2275 #: ../roundup/mailgw.py:231 |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
2276 #, fuzzy |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
2277 msgid "Unsigned Message" |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
2278 msgstr "Új üzenet" |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
2279 |
|
7069
c9a02c670e69
latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents:
7063
diff
changeset
|
2280 #: ../roundup/mailgw.py:481 |
|
3928
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
2281 msgid "Unknown multipart/encrypted version." |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
2282 msgstr "" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
2283 |
|
7069
c9a02c670e69
latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents:
7063
diff
changeset
|
2284 #: ../roundup/mailgw.py:490 |
|
3928
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
2285 msgid "Unable to decrypt your message." |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
2286 msgstr "" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
2287 |
|
7069
c9a02c670e69
latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents:
7063
diff
changeset
|
2288 #: ../roundup/mailgw.py:517 |
|
3928
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
2289 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
|
2290 msgstr "" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
2291 |
|
7069
c9a02c670e69
latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents:
7063
diff
changeset
|
2292 #: ../roundup/mailgw.py:599 |
| 3781 | 2293 msgid "" |
| 2294 "\n" | |
| 2295 "Emails to Roundup trackers must include a Subject: line!\n" | |
| 2296 msgstr "" | |
|
3928
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
2297 "\n" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
2298 "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
|
2299 "sort!\n" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
2300 |
|
7069
c9a02c670e69
latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents:
7063
diff
changeset
|
2301 #: ../roundup/mailgw.py:712 |
| 3781 | 2302 #, python-format |
| 2303 msgid "" | |
| 2304 "\n" | |
| 2305 "The message you sent to roundup did not contain a properly formed subject\n" | |
| 2306 "line. The subject must contain a class name or designator to indicate the\n" | |
| 2307 "'topic' of the message. For example:\n" | |
| 2308 " Subject: [issue] This is a new issue\n" | |
| 2309 " - this will create a new issue in the tracker with the title 'This is\n" | |
| 2310 " a new issue'.\n" | |
| 2311 " Subject: [issue1234] This is a followup to issue 1234\n" | |
| 2312 " - this will append the message's contents to the existing issue 1234\n" | |
| 2313 " in the tracker.\n" | |
| 2314 "\n" | |
| 2315 "Subject was: '%(subject)s'\n" | |
| 2316 msgstr "" | |
| 2317 | |
|
7069
c9a02c670e69
latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents:
7063
diff
changeset
|
2318 #: ../roundup/mailgw.py:747 |
|
3928
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
2319 #, fuzzy, python-format |
| 3781 | 2320 msgid "" |
| 2321 "\n" | |
|
3928
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
2322 "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
|
2323 "not exist in the database.\n" |
| 3781 | 2324 "\n" |
| 2325 "Valid class names are: %(validname)s\n" | |
| 2326 "Subject was: \"%(subject)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 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
|
2330 "az adatbázisban.\n" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
2331 "\n" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
2332 "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
|
2333 "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
|
2334 |
|
7069
c9a02c670e69
latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents:
7063
diff
changeset
|
2335 #: ../roundup/mailgw.py:755 |
| 3781 | 2336 #, python-format |
| 2337 msgid "" | |
| 2338 "\n" | |
|
3928
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
2339 "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
|
2340 "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
|
2341 "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
|
2342 " 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
|
2343 " - 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
|
2344 " a new issue'.\n" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
2345 " 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
|
2346 " - 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
|
2347 " in the tracker.\n" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
2348 "\n" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
2349 "Subject was: '%(subject)s'\n" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
2350 msgstr "" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
2351 |
|
7069
c9a02c670e69
latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents:
7063
diff
changeset
|
2352 #: ../roundup/mailgw.py:815 |
|
3928
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
2353 #, fuzzy, python-format |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
2354 msgid "" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
2355 "\n" |
| 3781 | 2356 "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
|
2357 "supply a full designator (with number, eg \"[issue123]\") or keep the\n" |
| 3781 | 2358 "previous subject title intact so I can match that.\n" |
| 2359 "\n" | |
| 2360 "Subject was: \"%(subject)s\"\n" | |
| 2361 msgstr "" | |
|
3928
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
2362 "\n" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
2363 "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
|
2364 "meg kell\n" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
2365 "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
|
2366 "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
|
2367 "\n" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
2368 "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
|
2369 |
|
7069
c9a02c670e69
latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents:
7063
diff
changeset
|
2370 #: ../roundup/mailgw.py:848 |
| 3781 | 2371 #, python-format |
| 2372 msgid "" | |
| 2373 "\n" | |
| 2374 "The node specified by the designator in the subject of your message\n" | |
| 2375 "(\"%(nodeid)s\") does not exist.\n" | |
| 2376 "\n" | |
| 2377 "Subject was: \"%(subject)s\"\n" | |
| 2378 msgstr "" | |
|
3928
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
2379 "\n" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
2380 "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
|
2381 "(\"%(nodeid)s\") nem létezik.\n" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
2382 "\n" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
2383 "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
|
2384 |
|
7069
c9a02c670e69
latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents:
7063
diff
changeset
|
2385 #: ../roundup/mailgw.py:893 |
|
3928
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
2386 #, fuzzy, python-format |
| 3781 | 2387 msgid "" |
| 2388 "\n" | |
|
3928
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
2389 "You are not a registered user.%(registration_info)s\n" |
| 3781 | 2390 "\n" |
| 2391 "Unknown address: %(from_address)s\n" | |
| 2392 msgstr "" | |
|
3928
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
2393 "\n" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
2394 "Ön nem bejegyzett felhasználó.\n" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
2395 "\n" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
2396 "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
|
2397 |
|
7069
c9a02c670e69
latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents:
7063
diff
changeset
|
2398 #: ../roundup/mailgw.py:901 |
| 3781 | 2399 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
|
2400 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
|
2401 |
|
7069
c9a02c670e69
latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents:
7063
diff
changeset
|
2402 #: ../roundup/mailgw.py:913 |
| 3781 | 2403 #, python-format |
| 2404 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
|
2405 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
|
2406 |
|
7069
c9a02c670e69
latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents:
7063
diff
changeset
|
2407 #: ../roundup/mailgw.py:919 |
| 3781 | 2408 #, python-format |
| 2409 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
|
2410 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
|
2411 |
|
7069
c9a02c670e69
latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents:
7063
diff
changeset
|
2412 #: ../roundup/mailgw.py:1001 |
| 3781 | 2413 #, python-format |
| 2414 msgid "" | |
| 2415 "\n" | |
| 2416 "There were problems handling your subject line argument list:\n" | |
| 2417 "- %(errors)s\n" | |
| 2418 "\n" | |
| 2419 "Subject was: \"%(subject)s\"\n" | |
| 2420 msgstr "" | |
|
3928
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
2421 "\n" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
2422 "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
|
2423 "- %(errors)s\n" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
2424 "\n" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
2425 "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
|
2426 |
|
7069
c9a02c670e69
latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents:
7063
diff
changeset
|
2427 #: ../roundup/mailgw.py:1054 |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
2428 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
|
2429 msgstr "" |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
2430 |
|
7069
c9a02c670e69
latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents:
7063
diff
changeset
|
2431 #: ../roundup/mailgw.py:1092 |
|
3928
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
2432 msgid "" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
2433 "\n" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
2434 "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
|
2435 "encrypted." |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
2436 msgstr "" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
2437 |
|
7069
c9a02c670e69
latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents:
7063
diff
changeset
|
2438 #: ../roundup/mailgw.py:1122 |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
2439 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
|
2440 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
|
2441 |
|
7069
c9a02c670e69
latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents:
7063
diff
changeset
|
2442 #: ../roundup/mailgw.py:1139 |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
2443 #, python-format |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
2444 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
|
2445 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
|
2446 |
|
7069
c9a02c670e69
latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents:
7063
diff
changeset
|
2447 #: ../roundup/mailgw.py:1170 |
| 3781 | 2448 msgid "" |
| 2449 "\n" | |
| 2450 "Roundup requires the submission to be plain text. The message parser could\n" | |
| 2451 "not find a text/plain part to use.\n" | |
| 2452 msgstr "" | |
|
3928
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
2453 "\n" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
2454 "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
|
2455 "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
|
2456 |
|
7069
c9a02c670e69
latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents:
7063
diff
changeset
|
2457 #: ../roundup/mailgw.py:1183 |
| 3781 | 2458 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
|
2459 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
|
2460 |
|
7069
c9a02c670e69
latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents:
7063
diff
changeset
|
2461 #: ../roundup/mailgw.py:1192 |
| 3781 | 2462 #, python-format |
| 2463 msgid "" | |
| 2464 "\n" | |
| 2465 "Mail message was rejected by a detector.\n" | |
| 2466 "%(error)s\n" | |
| 2467 msgstr "" | |
|
3928
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
2468 "\n" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
2469 "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
|
2470 "%(error)s\n" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
2471 |
|
7069
c9a02c670e69
latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents:
7063
diff
changeset
|
2472 #: ../roundup/mailgw.py:1203 |
| 3781 | 2473 #, python-format |
| 2474 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
|
2475 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
|
2476 |
|
7069
c9a02c670e69
latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents:
7063
diff
changeset
|
2477 #: ../roundup/mailgw.py:1226 |
| 3781 | 2478 #, python-format |
| 2479 msgid "You are not permitted to edit property %(prop)s of class %(classname)s." | |
| 2480 msgstr "" | |
|
3928
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
2481 "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
|
2482 |
|
7069
c9a02c670e69
latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents:
7063
diff
changeset
|
2483 #: ../roundup/mailgw.py:1238 |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
2484 #, fuzzy, python-format |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
2485 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
|
2486 msgstr "" |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
2487 "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
|
2488 |
|
7069
c9a02c670e69
latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents:
7063
diff
changeset
|
2489 #: ../roundup/mailgw.py:1246 |
| 3781 | 2490 #, python-format |
| 2491 msgid "" | |
| 2492 "\n" | |
| 2493 "There was a problem with the message you sent:\n" | |
| 2494 " %(message)s\n" | |
| 2495 msgstr "" | |
|
3928
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
2496 "\n" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
2497 "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
|
2498 " %(message)s\n" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
2499 |
|
7069
c9a02c670e69
latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents:
7063
diff
changeset
|
2500 #: ../roundup/mailgw.py:1366 ../roundup/mailgw.py:1835 |
|
c9a02c670e69
latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents:
7063
diff
changeset
|
2501 #: ../roundup/mailgw.py:1366:1835 |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
2502 #, python-format |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
2503 msgid "" |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
2504 "\n" |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
2505 "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
|
2506 "%(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
|
2507 " %(errors)s\n" |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
2508 msgstr "" |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
2509 "\n" |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
2510 "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
|
2511 "%(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
|
2512 " %(errors)s\n" |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
2513 |
|
7203
12a3cd86668f
auto update 'password_pbkdf2_default_rounds' "
John Rouillard <rouilj@ieee.org>
parents:
7069
diff
changeset
|
2514 #: ../roundup/mailgw.py:1821 |
|
7069
c9a02c670e69
latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents:
7063
diff
changeset
|
2515 #, fuzzy, python-format |
|
c9a02c670e69
latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents:
7063
diff
changeset
|
2516 msgid "" |
|
c9a02c670e69
latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents:
7063
diff
changeset
|
2517 "\n" |
|
c9a02c670e69
latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents:
7063
diff
changeset
|
2518 "The mail gateway is not properly set up. Please contact\n" |
|
c9a02c670e69
latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents:
7063
diff
changeset
|
2519 "%(mailadmin)s and have them fix the incorrect class specified as:\n" |
|
c9a02c670e69
latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents:
7063
diff
changeset
|
2520 " %(classname)s\n" |
|
c9a02c670e69
latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents:
7063
diff
changeset
|
2521 msgstr "" |
|
c9a02c670e69
latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents:
7063
diff
changeset
|
2522 "\n" |
|
c9a02c670e69
latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents:
7063
diff
changeset
|
2523 "A mail átjáró nincs helyesen beállítva. Vegye fel a kapcsolatot\n" |
|
c9a02c670e69
latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents:
7063
diff
changeset
|
2524 "%(mailadmin)s-nal és javíttassa ki a hibásan megadott osztályt:\n" |
|
c9a02c670e69
latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents:
7063
diff
changeset
|
2525 " %(current_class)s\n" |
|
c9a02c670e69
latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents:
7063
diff
changeset
|
2526 |
|
c9a02c670e69
latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents:
7063
diff
changeset
|
2527 #: ../roundup/mailgw.py:1856 |
| 3781 | 2528 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
|
2529 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
|
2530 |
|
6942
e09095701620
update for latest flake8 changes
John Rouillard <rouilj@ieee.org>
parents:
6777
diff
changeset
|
2531 #: ../roundup/rest.py:398 |
|
6607
b0bafbf4fddd
update .po files with new strings to translate
John Rouillard <rouilj@ieee.org>
parents:
6456
diff
changeset
|
2532 #, python-format |
|
b0bafbf4fddd
update .po files with new strings to translate
John Rouillard <rouilj@ieee.org>
parents:
6456
diff
changeset
|
2533 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
|
2534 msgstr "" |
|
b0bafbf4fddd
update .po files with new strings to translate
John Rouillard <rouilj@ieee.org>
parents:
6456
diff
changeset
|
2535 |
|
b0bafbf4fddd
update .po files with new strings to translate
John Rouillard <rouilj@ieee.org>
parents:
6456
diff
changeset
|
2536 # ../roundup/cgi/actions.py:930 :934 |
| 7401 | 2537 #: ../roundup/rest.py:1101 |
|
6607
b0bafbf4fddd
update .po files with new strings to translate
John Rouillard <rouilj@ieee.org>
parents:
6456
diff
changeset
|
2538 #, fuzzy, python-format |
|
b0bafbf4fddd
update .po files with new strings to translate
John Rouillard <rouilj@ieee.org>
parents:
6456
diff
changeset
|
2539 msgid "Invalid attribute %s" |
|
b0bafbf4fddd
update .po files with new strings to translate
John Rouillard <rouilj@ieee.org>
parents:
6456
diff
changeset
|
2540 msgstr "Hibás bejelentkezés" |
|
b0bafbf4fddd
update .po files with new strings to translate
John Rouillard <rouilj@ieee.org>
parents:
6456
diff
changeset
|
2541 |
| 7401 | 2542 #: ../roundup/rest.py:2094 |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
2543 #, python-format |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
2544 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
|
2545 msgstr "" |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
2546 |
| 7401 | 2547 #: ../roundup/rest.py:2129 |
|
6364
e8361bce72de
update pot file and language .po files.
John Rouillard <rouilj@ieee.org>
parents:
6301
diff
changeset
|
2548 #, python-format |
|
e8361bce72de
update pot file and language .po files.
John Rouillard <rouilj@ieee.org>
parents:
6301
diff
changeset
|
2549 msgid "" |
|
e8361bce72de
update pot file and language .po files.
John Rouillard <rouilj@ieee.org>
parents:
6301
diff
changeset
|
2550 "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
|
2551 "%(acceptable_types)s" |
|
e8361bce72de
update pot file and language .po files.
John Rouillard <rouilj@ieee.org>
parents:
6301
diff
changeset
|
2552 msgstr "" |
|
e8361bce72de
update pot file and language .po files.
John Rouillard <rouilj@ieee.org>
parents:
6301
diff
changeset
|
2553 |
| 7401 | 2554 #: ../roundup/rest.py:2309 |
|
6607
b0bafbf4fddd
update .po files with new strings to translate
John Rouillard <rouilj@ieee.org>
parents:
6456
diff
changeset
|
2555 #, python-format |
|
b0bafbf4fddd
update .po files with new strings to translate
John Rouillard <rouilj@ieee.org>
parents:
6456
diff
changeset
|
2556 msgid "" |
|
b0bafbf4fddd
update .po files with new strings to translate
John Rouillard <rouilj@ieee.org>
parents:
6456
diff
changeset
|
2557 "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
|
2558 "supported versions." |
|
b0bafbf4fddd
update .po files with new strings to translate
John Rouillard <rouilj@ieee.org>
parents:
6456
diff
changeset
|
2559 msgstr "" |
|
b0bafbf4fddd
update .po files with new strings to translate
John Rouillard <rouilj@ieee.org>
parents:
6456
diff
changeset
|
2560 |
| 7401 | 2561 #: ../roundup/roundupdb.py:140 |
|
6134
63739dae0f7e
update translation files for translators 2.0.0 beta
John Rouillard <rouilj@ieee.org>
parents:
5951
diff
changeset
|
2562 #, python-format |
|
63739dae0f7e
update translation files for translators 2.0.0 beta
John Rouillard <rouilj@ieee.org>
parents:
5951
diff
changeset
|
2563 msgid "Username '%s' already exists." |
|
63739dae0f7e
update translation files for translators 2.0.0 beta
John Rouillard <rouilj@ieee.org>
parents:
5951
diff
changeset
|
2564 msgstr "" |
|
63739dae0f7e
update translation files for translators 2.0.0 beta
John Rouillard <rouilj@ieee.org>
parents:
5951
diff
changeset
|
2565 |
| 7401 | 2566 #: ../roundup/roundupdb.py:224 |
| 3781 | 2567 msgid "files" |
|
3928
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
2568 msgstr "fájlok" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
2569 |
| 7401 | 2570 #: ../roundup/roundupdb.py:224 |
| 3781 | 2571 msgid "messages" |
|
3928
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
2572 msgstr "üzenetek" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
2573 |
| 7401 | 2574 #: ../roundup/roundupdb.py:224 |
| 3781 | 2575 msgid "nosy" |
|
3928
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
2576 msgstr "kíváncsi" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
2577 |
| 7401 | 2578 #: ../roundup/roundupdb.py:224 |
| 3781 | 2579 msgid "superseder" |
|
3928
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
2580 msgstr "helyettes" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
2581 |
| 7401 | 2582 #: ../roundup/roundupdb.py:224 |
| 3781 | 2583 msgid "title" |
|
3928
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
2584 msgstr "cím" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
2585 |
| 7401 | 2586 #: ../roundup/roundupdb.py:225 |
| 3781 | 2587 msgid "assignedto" |
|
3928
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
2588 msgstr "kiosztva" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
2589 |
| 7401 | 2590 #: ../roundup/roundupdb.py:225 |
|
3928
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
2591 #, fuzzy |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
2592 msgid "keyword" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
2593 msgstr "Téma" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
2594 |
| 7401 | 2595 #: ../roundup/roundupdb.py:225 |
| 3781 | 2596 msgid "priority" |
|
3928
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
2597 msgstr "prioritás" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
2598 |
| 7401 | 2599 #: ../roundup/roundupdb.py:225 |
| 3781 | 2600 msgid "status" |
|
3928
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
2601 msgstr "állapot" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
2602 |
| 7401 | 2603 #: ../roundup/roundupdb.py:228 |
| 3781 | 2604 msgid "activity" |
|
3928
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
2605 msgstr "művelet" |
| 3781 | 2606 |
| 2607 #. following properties are common for all hyperdb classes | |
| 2608 #. they are listed here to keep things in one place | |
| 7401 | 2609 #: ../roundup/roundupdb.py:228 |
| 3781 | 2610 msgid "actor" |
|
3928
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
2611 msgstr "végezte" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
2612 |
| 7401 | 2613 #: ../roundup/roundupdb.py:228 |
| 3781 | 2614 msgid "creation" |
|
3928
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
2615 msgstr "létrehozás" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
2616 |
| 7401 | 2617 #: ../roundup/roundupdb.py:228 |
| 3781 | 2618 msgid "creator" |
|
3928
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
2619 msgstr "létrehozó" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
2620 |
| 7401 | 2621 #: ../roundup/roundupdb.py:426 |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
2622 #, python-format |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
2623 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
|
2624 msgstr "" |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
2625 |
| 7401 | 2626 #: ../roundup/roundupdb.py:504 |
| 3781 | 2627 #, python-format |
| 2628 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
|
2629 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
|
2630 |
| 7401 | 2631 #: ../roundup/roundupdb.py:507 |
| 3781 | 2632 #, python-format |
| 2633 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
|
2634 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
|
2635 |
| 7401 | 2636 #: ../roundup/roundupdb.py:510 |
|
3928
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
2637 #, fuzzy, python-format |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
2638 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
|
2639 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
|
2640 |
| 7401 | 2641 #: ../roundup/roundupdb.py:529 |
|
3928
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
2642 #, python-format |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
2643 msgid "File '%(filename)s' not attached - you can download it from %(link)s." |
| 3781 | 2644 msgstr "" |
| 2645 | |
| 7401 | 2646 #: ../roundup/roundupdb.py:904 |
|
3928
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
2647 #, python-format |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
2648 msgid "" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
2649 "\n" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
2650 "Now:\n" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
2651 "%(new)s\n" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
2652 "Was:\n" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
2653 "%(old)s" |
| 3781 | 2654 msgstr "" |
| 2655 | |
| 7401 | 2656 #: ../roundup/scripts/roundup_demo.py:156 |
| 3781 | 2657 #, python-format |
| 2658 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
|
2659 msgstr "Adja meg az elérési utat a bemutató tracker [%s] létrehozásához: " |
| 3781 | 2660 |
| 7401 | 2661 #: ../roundup/scripts/roundup_demo.py:162 |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
2662 #, python-format |
|
7063
aca710a3b687
update roundup.pot and .po locale files for fixed translations
John Rouillard <rouilj@ieee.org>
parents:
7052
diff
changeset
|
2663 msgid "" |
|
aca710a3b687
update roundup.pot and .po locale files for fixed translations
John Rouillard <rouilj@ieee.org>
parents:
7052
diff
changeset
|
2664 "Enter tracker template to use (one of (%(template_list)s)) " |
|
aca710a3b687
update roundup.pot and .po locale files for fixed translations
John Rouillard <rouilj@ieee.org>
parents:
7052
diff
changeset
|
2665 "[%(default_template)s]: " |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
2666 msgstr "" |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
2667 |
|
6134
63739dae0f7e
update translation files for translators 2.0.0 beta
John Rouillard <rouilj@ieee.org>
parents:
5951
diff
changeset
|
2668 #: ../roundup/scripts/roundup_gettext.py:35 |
| 3781 | 2669 #, python-format |
| 2670 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
|
2671 msgstr "Használat: %(program)s <tracker elérési út>" |
| 3781 | 2672 |
|
6134
63739dae0f7e
update translation files for translators 2.0.0 beta
John Rouillard <rouilj@ieee.org>
parents:
5951
diff
changeset
|
2673 #: ../roundup/scripts/roundup_gettext.py:51 |
| 3781 | 2674 #, python-format |
| 2675 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
|
2676 msgstr "Nem található tracker sablon a(z) %s könyvtárban" |
| 3781 | 2677 |
|
7203
12a3cd86668f
auto update 'password_pbkdf2_default_rounds' "
John Rouillard <rouilj@ieee.org>
parents:
7069
diff
changeset
|
2678 #: ../roundup/scripts/roundup_mailgw.py:182 |
| 3781 | 2679 msgid "" |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
2680 "\n" |
|
7069
c9a02c670e69
latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents:
7063
diff
changeset
|
2681 "Error: The instance home must be specified" |
|
c9a02c670e69
latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents:
7063
diff
changeset
|
2682 msgstr "" |
|
3928
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
2683 |
|
7203
12a3cd86668f
auto update 'password_pbkdf2_default_rounds' "
John Rouillard <rouilj@ieee.org>
parents:
7069
diff
changeset
|
2684 #: ../roundup/scripts/roundup_mailgw.py:200 |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
2685 #, fuzzy |
|
3928
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
2686 msgid "" |
|
7069
c9a02c670e69
latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents:
7063
diff
changeset
|
2687 "\n" |
|
c9a02c670e69
latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents:
7063
diff
changeset
|
2688 "Error: not enough source specification information" |
|
c9a02c670e69
latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents:
7063
diff
changeset
|
2689 msgstr "Hiba: nincs elég forrás specifikációs információ" |
|
c9a02c670e69
latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents:
7063
diff
changeset
|
2690 |
|
7203
12a3cd86668f
auto update 'password_pbkdf2_default_rounds' "
John Rouillard <rouilj@ieee.org>
parents:
7069
diff
changeset
|
2691 #: ../roundup/scripts/roundup_mailgw.py:231 |
|
7069
c9a02c670e69
latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents:
7063
diff
changeset
|
2692 #, fuzzy, python-format |
|
c9a02c670e69
latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents:
7063
diff
changeset
|
2693 msgid "" |
|
c9a02c670e69
latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents:
7063
diff
changeset
|
2694 "\n" |
|
c9a02c670e69
latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents:
7063
diff
changeset
|
2695 "Error: %s specification not valid" |
|
c9a02c670e69
latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents:
7063
diff
changeset
|
2696 msgstr "Hiba: a pop specifikáció nem érvényes" |
|
c9a02c670e69
latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents:
7063
diff
changeset
|
2697 |
|
7203
12a3cd86668f
auto update 'password_pbkdf2_default_rounds' "
John Rouillard <rouilj@ieee.org>
parents:
7069
diff
changeset
|
2698 #: ../roundup/scripts/roundup_mailgw.py:254 |
|
7069
c9a02c670e69
latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents:
7063
diff
changeset
|
2699 #, fuzzy |
|
c9a02c670e69
latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents:
7063
diff
changeset
|
2700 msgid "" |
|
c9a02c670e69
latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents:
7063
diff
changeset
|
2701 "\n" |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
2702 "Error: The source must be either \"mailbox\", \"pop\", \"pops\", \"apop\", " |
|
7069
c9a02c670e69
latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents:
7063
diff
changeset
|
2703 "\"imap\", \"imaps\", \"imaps_cram\", or \"imaps_oauth\"" |
|
3928
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
2704 msgstr "" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
2705 "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
|
2706 "\", \"imap\" vagy \"imaps\"" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
2707 |
|
6986
5a84ddf7aa8b
update with roundup_admin and indexer_xapian strings
John Rouillard <rouilj@ieee.org>
parents:
6942
diff
changeset
|
2708 #: ../roundup/scripts/roundup_server.py:112 |
|
3928
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
2709 msgid "WARNING: generating temporary SSL certificate" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
2710 msgstr "" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
2711 |
|
7203
12a3cd86668f
auto update 'password_pbkdf2_default_rounds' "
John Rouillard <rouilj@ieee.org>
parents:
7069
diff
changeset
|
2712 #: ../roundup/scripts/roundup_server.py:331 |
| 3781 | 2713 msgid "" |
| 2714 "<html><head><title>Roundup trackers index</title></head>\n" | |
| 2715 "<body><h1>Roundup trackers index</h1><ol>\n" | |
| 2716 msgstr "" | |
| 2717 "<html><head><title>Roundup hibakövetők listája</title></head>\n" | |
| 2718 "<body><h1>Roundup hibakövetők listája</h1><ol>\n" | |
| 2719 | |
|
7203
12a3cd86668f
auto update 'password_pbkdf2_default_rounds' "
John Rouillard <rouilj@ieee.org>
parents:
7069
diff
changeset
|
2720 #: ../roundup/scripts/roundup_server.py:551 |
|
6134
63739dae0f7e
update translation files for translators 2.0.0 beta
John Rouillard <rouilj@ieee.org>
parents:
5951
diff
changeset
|
2721 #, fuzzy, python-format |
|
63739dae0f7e
update translation files for translators 2.0.0 beta
John Rouillard <rouilj@ieee.org>
parents:
5951
diff
changeset
|
2722 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
|
2723 msgstr "%(key)s: %(value)s" |
|
63739dae0f7e
update translation files for translators 2.0.0 beta
John Rouillard <rouilj@ieee.org>
parents:
5951
diff
changeset
|
2724 |
|
7203
12a3cd86668f
auto update 'password_pbkdf2_default_rounds' "
John Rouillard <rouilj@ieee.org>
parents:
7069
diff
changeset
|
2725 #: ../roundup/scripts/roundup_server.py:563 |
| 3781 | 2726 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
|
2727 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
|
2728 |
|
7203
12a3cd86668f
auto update 'password_pbkdf2_default_rounds' "
John Rouillard <rouilj@ieee.org>
parents:
7069
diff
changeset
|
2729 #: ../roundup/scripts/roundup_server.py:569 |
| 3781 | 2730 msgid "Can't change groups - no grp module" |
| 2731 msgstr "Nem lehet csoportot váltani - nincs meg a grp modul" | |
| 2732 | |
|
7203
12a3cd86668f
auto update 'password_pbkdf2_default_rounds' "
John Rouillard <rouilj@ieee.org>
parents:
7069
diff
changeset
|
2733 #: ../roundup/scripts/roundup_server.py:578 |
| 3781 | 2734 #, python-format |
| 2735 msgid "Group %(group)s doesn't exist" | |
| 2736 msgstr "%(group)s csoport nem létezik" | |
| 2737 | |
|
7203
12a3cd86668f
auto update 'password_pbkdf2_default_rounds' "
John Rouillard <rouilj@ieee.org>
parents:
7069
diff
changeset
|
2738 #: ../roundup/scripts/roundup_server.py:590 |
| 3781 | 2739 msgid "Can't run as root!" |
| 2740 msgstr "Nem futhat root-ként!" | |
| 2741 | |
|
7203
12a3cd86668f
auto update 'password_pbkdf2_default_rounds' "
John Rouillard <rouilj@ieee.org>
parents:
7069
diff
changeset
|
2742 #: ../roundup/scripts/roundup_server.py:593 |
| 3781 | 2743 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
|
2744 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
|
2745 |
|
7203
12a3cd86668f
auto update 'password_pbkdf2_default_rounds' "
John Rouillard <rouilj@ieee.org>
parents:
7069
diff
changeset
|
2746 #: ../roundup/scripts/roundup_server.py:599 |
| 3781 | 2747 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
|
2748 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
|
2749 |
|
7203
12a3cd86668f
auto update 'password_pbkdf2_default_rounds' "
John Rouillard <rouilj@ieee.org>
parents:
7069
diff
changeset
|
2750 #: ../roundup/scripts/roundup_server.py:608 |
| 3781 | 2751 #, python-format |
| 2752 msgid "User %(user)s doesn't exist" | |
| 2753 msgstr "A(z) %(user)s felhasználó nem létezik" | |
| 2754 | |
| 7401 | 2755 #: ../roundup/scripts/roundup_server.py:809 |
| 3781 | 2756 #, python-format |
| 2757 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
|
2758 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
|
2759 |
| 7401 | 2760 #: ../roundup/scripts/roundup_server.py:837 |
| 3781 | 2761 #, python-format |
| 2762 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
|
2763 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
|
2764 |
| 7401 | 2765 #: ../roundup/scripts/roundup_server.py:841 |
|
6744
13abb143df48
Update tranlsation strings
John Rouillard <rouilj@ieee.org>
parents:
6694
diff
changeset
|
2766 #, fuzzy, python-format |
|
13abb143df48
Update tranlsation strings
John Rouillard <rouilj@ieee.org>
parents:
6694
diff
changeset
|
2767 msgid "" |
|
13abb143df48
Update tranlsation strings
John Rouillard <rouilj@ieee.org>
parents:
6694
diff
changeset
|
2768 "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
|
2769 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
|
2770 |
| 7401 | 2771 #: ../roundup/scripts/roundup_server.py:920 |
| 3781 | 2772 msgid "" |
| 2773 " -c <Command> Windows Service options.\n" | |
| 2774 " If you want to run the server as a Windows Service, you\n" | |
| 2775 " must use configuration file to specify tracker homes.\n" | |
| 2776 " Logfile option is required to run Roundup Tracker service.\n" | |
| 2777 " Typing \"roundup-server -c help\" shows Windows Services\n" | |
| 2778 " specifics." | |
| 2779 msgstr "" | |
| 2780 | |
| 7401 | 2781 #: ../roundup/scripts/roundup_server.py:927 |
| 3781 | 2782 msgid "" |
| 2783 " -u <UID> runs the Roundup web server as this UID\n" | |
| 2784 " -g <GID> runs the Roundup web server as this GID\n" | |
| 2785 " -d <PIDfile> run the server in the background and write the server's PID\n" | |
| 2786 " to the file indicated by PIDfile. The -l option *must* be\n" | |
| 2787 " specified if -d is used." | |
| 2788 msgstr "" | |
| 2789 | |
| 7401 | 2790 #: ../roundup/scripts/roundup_server.py:934 |
| 3781 | 2791 #, python-format |
| 2792 msgid "" | |
|
6607
b0bafbf4fddd
update .po files with new strings to translate
John Rouillard <rouilj@ieee.org>
parents:
6456
diff
changeset
|
2793 "\n" |
| 3781 | 2794 "%(message)sUsage: roundup-server [options] [name=tracker home]*\n" |
| 2795 "\n" | |
| 2796 "Options:\n" | |
| 2797 " -v print the Roundup version number and exit\n" | |
| 2798 " -h print this text and exit\n" | |
| 2799 " -S create or update configuration file and exit\n" | |
| 2800 " -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
|
2801 " -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
|
2802 " 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
|
2803 " 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
|
2804 " to all network interfaces\n" |
| 3781 | 2805 " -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
|
2806 " -I <header1[,header2]*> list of headers to pass to the backend\n" |
| 3781 | 2807 " -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
|
2808 " -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
|
2809 "slower)\n" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
2810 " -i <fname> set tracker index template\n" |
| 7401 | 2811 " -m <children> maximum number of children to spawn in fork multiprocess " |
| 2812 "mode\n" | |
|
3928
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
2813 " -s enable SSL\n" |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
2814 " -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
|
2815 " -e <fname> PEM file containing SSL key and certificate\n" |
| 3781 | 2816 " -t <mode> multiprocess mode (default: %(mp_def)s).\n" |
| 2817 " 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
|
2818 " -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
|
2819 " 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
|
2820 "\n" |
| 3781 | 2821 "%(os_part)s\n" |
| 2822 "\n" | |
| 2823 "Long options:\n" | |
| 2824 " --version print the Roundup version number and exit\n" | |
| 2825 " --help print this text and exit\n" | |
| 2826 " --save-config create or update configuration file and exit\n" | |
| 2827 " --config <fname> use configuration file <fname>\n" | |
| 2828 " All settings of the [main] section of the configuration file\n" | |
| 2829 " also may be specified in form --<name>=<value>\n" | |
| 2830 "\n" | |
| 2831 "Examples:\n" | |
| 2832 "\n" | |
| 2833 " roundup-server -S -C /opt/roundup/etc/roundup-server.ini \\\n" | |
| 2834 " -n localhost -p 8917 -l /var/log/roundup.log \\\n" | |
| 2835 " support=/var/spool/roundup-trackers/support\n" | |
| 2836 "\n" | |
| 2837 " roundup-server -C /opt/roundup/etc/roundup-server.ini\n" | |
| 2838 "\n" | |
| 2839 " roundup-server support=/var/spool/roundup-trackers/support\n" | |
| 2840 "\n" | |
| 2841 " roundup-server -d /var/run/roundup.pid -l /var/log/roundup.log \\\n" | |
| 2842 " support=/var/spool/roundup-trackers/support\n" | |
| 2843 "\n" | |
| 2844 "Configuration file format:\n" | |
| 2845 " Roundup Server configuration file has common .ini file format.\n" | |
| 2846 " Configuration file created with 'roundup-server -S' contains\n" | |
| 2847 " detailed explanations for each option. Please see that file\n" | |
| 2848 " for option descriptions.\n" | |
| 2849 "\n" | |
| 2850 "How to use \"name=tracker home\":\n" | |
| 2851 " These arguments set the tracker home(s) to use. The name is how the\n" | |
| 2852 " tracker is identified in the URL (it's the first part of the URL path).\n" | |
| 2853 " The tracker home is the directory that was identified when you did\n" | |
| 2854 " \"roundup-admin init\". You may specify any number of these name=home\n" | |
| 2855 " pairs on the command-line. Make sure the name part doesn't include\n" | |
| 2856 " any url-unsafe characters like spaces, as these confuse IE.\n" | |
| 2857 msgstr "" | |
| 2858 | |
| 7401 | 2859 #: ../roundup/scripts/roundup_server.py:1111 |
| 3781 | 2860 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
|
2861 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
|
2862 |
| 7401 | 2863 #: ../roundup/scripts/roundup_server.py:1125 |
| 3781 | 2864 #, python-format |
| 2865 msgid "Configuration saved to %s" | |
|
3928
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
2866 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
|
2867 |
| 7401 | 2868 #: ../roundup/scripts/roundup_server.py:1143 |
| 3781 | 2869 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
|
2870 msgstr "" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
2871 "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
|
2872 |
| 7401 | 2873 #: ../roundup/scripts/roundup_server.py:1163 |
| 3781 | 2874 #, python-format |
| 2875 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
|
2876 msgstr "Roundup server elindítva a(z) %(HOST)s:%(PORT)s gépen" |
| 3781 | 2877 |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
2878 #: ../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
|
2879 #: ../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
|
2880 #: ../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
|
2881 #: ../share/roundup/templates/responsive/html/_generic.collision.html:4 |
| 3781 | 2882 msgid "${class} Edit Collision - ${tracker}" |
| 2883 msgstr "${class} ütközés szerkesztése - ${tracker}" | |
| 2884 | |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
2885 #: ../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
|
2886 #: ../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
|
2887 #: ../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
|
2888 #: ../share/roundup/templates/responsive/html/_generic.collision.html:7 |
| 3781 | 2889 msgid "${class} Edit Collision" |
| 2890 msgstr "${class} ütközés szerkesztése" | |
| 2891 | |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
2892 #: ../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
|
2893 #: ../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
|
2894 #: ../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
|
2895 #: ../share/roundup/templates/responsive/html/_generic.collision.html:14 |
| 3781 | 2896 msgid "" |
| 2897 "\n" | |
| 2898 " There has been a collision. Another user updated this node\n" | |
| 2900 " the node and review your edits.\n" | |
| 2901 msgstr "" | |
|
3928
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
2902 "\n" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
2903 " Ü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
|
2905 " 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
|
2906 |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
2907 #: ../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
|
2908 #: ../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
|
2909 #: ../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
|
2910 #: ../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
|
2911 #: ../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
|
2912 msgid "Please specify your search parameters!" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
2913 msgstr "" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
2914 |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
2915 #: ../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
|
2916 #: ../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
|
2917 #: ../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
|
2918 #: ../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
|
2919 #: ../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
|
2920 #: ../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
|
2921 #: ../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
|
2922 #: ../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
|
2923 #: ../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
|
2924 #: ../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
|
2925 #: ../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
|
2926 #: ../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
|
2927 #: ../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
|
2928 #: ../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
|
2929 #: ../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
|
2930 #: ../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
|
2931 #: ../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
|
2932 #: ../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
|
2933 #: ../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
|
2934 #: ../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
|
2935 #: ../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
|
2936 #: ../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
|
2937 #: ../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
|
2938 #: ../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
|
2939 #: ../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
|
2940 #: ../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
|
2941 #: ../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
|
2942 #: ../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
|
2943 #: ../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
|
2944 #: ../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
|
2945 #: ../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
|
2946 #: ../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
|
2947 #: ../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
|
2948 #: ../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
|
2949 #: ../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
|
2950 #: ../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
|
2951 #: ../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
|
2952 #: ../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
|
2953 #: ../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
|
2954 #: ../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
|
2955 #: ../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
|
2956 #: ../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
|
2957 #: ../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
|
2958 #: ../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
|
2959 #: ../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
|
2960 #: ../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
|
2961 #: ../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
|
2962 #: ../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
|
2963 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
|
2964 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
|
2965 |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
2966 #: ../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
|
2967 #: ../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
|
2968 #: ../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
|
2969 msgid "1..25 out of 50" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
2970 msgstr "" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
2971 |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
2972 #: ../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
|
2973 #: ../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
|
2974 #: ../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
|
2975 msgid "" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
2976 "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
|
2977 "implemented" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
2978 msgstr "" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
2979 |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
2980 #: ../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
|
2981 #: ../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
|
2982 #: ../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
|
2983 #: ../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
|
2984 #: ../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
|
2985 #: ../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
|
2986 #: ../share/roundup/templates/responsive/html/user.help.html:103 |
| 3781 | 2987 msgid " Cancel " |
|
3928
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
2988 msgstr " Mégsem " |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
2989 |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
2990 #: ../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
|
2991 #: ../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
|
2992 #: ../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
|
2993 #: ../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
|
2994 #: ../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
|
2995 #: ../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
|
2996 #: ../share/roundup/templates/responsive/html/user.help.html:108 |
| 3781 | 2997 msgid " Apply " |
|
3928
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
2998 msgstr " Alkalmaz " |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
2999 |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
3000 #: ../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
|
3001 #: ../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
|
3002 #: ../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
|
3003 msgid "${property} help - ${tracker}" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
3004 msgstr "${property} segítség - ${tracker}" |
| 3781 | 3005 |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
3006 #: ../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
|
3007 #: ../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
|
3008 #: ../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
|
3009 #: ../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
|
3010 #: ../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
|
3011 #: ../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
|
3012 #: ../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
|
3013 #: ../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
|
3014 #: ../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
|
3015 #: ../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
|
3016 #: ../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
|
3017 #: ../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
|
3018 #: ../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
|
3019 #: ../share/roundup/templates/responsive/html/user.index.html:77 |
| 3781 | 3020 msgid "<< previous" |
| 3021 msgstr "<< előző" | |
| 3022 | |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
3023 #: ../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
|
3024 #: ../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
|
3025 #: ../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
|
3026 #: ../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
|
3027 #: ../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
|
3028 #: ../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
|
3029 #: ../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
|
3030 #: ../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
|
3031 #: ../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
|
3032 #: ../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
|
3033 #: ../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
|
3034 #: ../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
|
3035 #: ../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
|
3036 #: ../share/roundup/templates/responsive/html/user.index.html:85 |
| 3781 | 3037 msgid "${start}..${end} out of ${total}" |
| 3038 msgstr "${start}..${end}, összesen ${total}" | |
| 3039 | |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
3040 #: ../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
|
3041 #: ../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
|
3042 #: ../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
|
3043 #: ../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
|
3044 #: ../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
|
3045 #: ../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
|
3046 #: ../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
|
3047 #: ../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
|
3048 #: ../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
|
3049 #: ../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
|
3050 #: ../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
|
3051 #: ../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
|
3052 #: ../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
|
3053 #: ../share/roundup/templates/responsive/html/user.index.html:88 |
| 3781 | 3054 msgid "next >>" |
| 3055 msgstr "következő >>" | |
| 3056 | |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
3057 #: ../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
|
3058 #: ../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
|
3059 #: ../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
|
3060 #: ../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
|
3061 #: ../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
|
3062 #: ../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
|
3063 #: ../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
|
3064 #: ../share/roundup/templates/responsive/html/_generic.item.html:4 |
| 3781 | 3065 msgid "${class} editing - ${tracker}" |
| 3066 msgstr "${class} szerkesztése - ${tracker}" | |
| 3067 | |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
3068 #: ../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
|
3069 #: ../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
|
3070 #: ../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
|
3071 #: ../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
|
3072 #: ../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
|
3073 #: ../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
|
3074 #: ../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
|
3075 #: ../share/roundup/templates/responsive/html/_generic.item.html:7 |
| 3781 | 3076 msgid "${class} editing" |
| 3077 msgstr "${class} szerkesztése" | |
| 3078 | |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
3079 #: ../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
|
3080 #: ../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
|
3081 #: ../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
|
3082 #: ../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
|
3083 #: ../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
|
3084 #: ../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
|
3085 #: ../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
|
3086 #: ../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
|
3087 #: ../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
|
3088 #: ../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
|
3089 #: ../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
|
3090 #: ../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
|
3091 #: ../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
|
3092 #: ../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
|
3093 #: ../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
|
3094 #: ../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
|
3095 #: ../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
|
3096 #: ../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
|
3097 #: ../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
|
3098 #: ../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
|
3099 #: ../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
|
3100 #: ../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
|
3101 #: ../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
|
3102 #: ../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
|
3103 #: ../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
|
3104 #: ../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
|
3105 #: ../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
|
3106 #: ../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
|
3107 #: ../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
|
3108 #: ../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
|
3109 #: ../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
|
3110 #: ../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
|
3111 #: ../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
|
3112 #: ../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
|
3113 #: ../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
|
3114 #: ../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
|
3115 #: ../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
|
3116 #: ../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
|
3117 #: ../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
|
3118 #: ../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
|
3119 #: ../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
|
3120 #: ../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
|
3121 #: ../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
|
3122 msgid "Please login with your username and password." |
| 3781 | 3123 msgstr "" |
| 3124 | |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
3125 #: ../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
|
3126 #: ../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
|
3127 msgid "" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
3128 "<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
|
3129 "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
|
3130 "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
|
3131 "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
|
3132 "(\"\"). </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
|
3133 "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
|
3134 "<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
|
3135 "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
|
3136 "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
|
3137 "the id column. </p>" |
|
3928
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
3138 msgstr "" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
3139 |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
3140 #: ../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
|
3141 #: ../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
|
3142 #: ../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
|
3143 #: ../share/roundup/templates/responsive/html/_generic.index.html:50 |
| 3781 | 3144 msgid "Edit Items" |
| 3145 msgstr "Elemek szerkesztése" | |
| 3146 | |
| 6777 | 3147 #: ../share/roundup/templates/classic/html/_generic.item.html:52 |
| 3148 #: ../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
|
3149 msgid "" |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
3150 "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
|
3151 "VERY long)" |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
3152 msgstr "" |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
3153 |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
3154 #: ../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
|
3155 #: ../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
|
3156 #: ../share/roundup/templates/responsive/html/file.index.html:3 |
| 3781 | 3157 msgid "List of files - ${tracker}" |
| 3158 msgstr "Fájlok listája - ${tracker}" | |
| 3159 | |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
3160 #: ../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
|
3161 #: ../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
|
3162 #: ../share/roundup/templates/responsive/html/file.index.html:4 |
| 3781 | 3163 msgid "List of files" |
| 3164 msgstr "Fájlok listája" | |
| 3165 | |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
3166 #: ../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
|
3167 #: ../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
|
3168 #: ../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
|
3169 #: ../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
|
3170 #: ../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
|
3171 #: ../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
|
3172 #: ../share/roundup/templates/responsive/html/patch.index.html:43 |
| 3781 | 3173 msgid "Download" |
| 3174 msgstr "Letöltés" | |
| 3175 | |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
3176 #: ../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
|
3177 #: ../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
|
3178 #: ../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
|
3179 #: ../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
|
3180 #: ../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
|
3181 #: ../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
|
3182 #: ../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
|
3183 #: ../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
|
3184 #: ../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
|
3185 #: ../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
|
3186 #: ../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
|
3187 #: ../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
|
3188 #: ../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
|
3189 #: ../share/roundup/templates/responsive/html/patch.item.html:117 |
| 3781 | 3190 msgid "Content Type" |
| 3191 msgstr "Tartalom típus" | |
| 3192 | |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
3193 #: ../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
|
3194 #: ../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
|
3195 #: ../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
|
3196 #: ../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
|
3197 #: ../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
|
3198 #: ../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
|
3199 #: ../share/roundup/templates/responsive/html/patch.index.html:46 |
| 3781 | 3200 msgid "Uploaded By" |
|
3928
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
3201 msgstr "Feltöltötte" |
| 3781 | 3202 |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
3203 #: ../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
|
3204 #: ../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
|
3205 #: ../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
|
3206 #: ../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
|
3207 #: ../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
|
3208 #: ../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
|
3209 #: ../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
|
3210 #: ../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
|
3211 #: ../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
|
3212 #: ../share/roundup/templates/responsive/html/patch.index.html:47 |
| 3781 | 3213 msgid "Date" |
| 3214 msgstr "Dátum" | |
| 3215 | |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
3216 #: ../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
|
3217 #: ../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
|
3218 #: ../share/roundup/templates/responsive/html/file.item.html:2 |
| 3781 | 3219 msgid "File display - ${tracker}" |
| 3220 msgstr "Fájl megjelenítés - ${tracker}" | |
| 3221 | |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
3222 #: ../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
|
3223 #: ../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
|
3224 #: ../share/roundup/templates/responsive/html/file.item.html:4 |
| 3781 | 3225 msgid "File display" |
| 3226 msgstr "Fájl megjelenítés" | |
| 3227 | |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
3228 #: ../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
|
3229 #: ../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
|
3230 #: ../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
|
3231 #: ../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
|
3232 #: ../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
|
3233 #: ../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
|
3234 #: ../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
|
3235 #: ../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
|
3236 #: ../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
|
3237 #: ../share/roundup/templates/responsive/html/user.register.html:25 |
| 3781 | 3238 msgid "Name" |
| 3239 msgstr "Név" | |
| 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/file.item.html:45 |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3242 #: ../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
|
3243 #: ../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
|
3244 #: ../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
|
3245 #: ../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
|
3246 #: ../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
|
3247 #: ../share/roundup/templates/responsive/html/patch.item.html:147 |
| 3781 | 3248 msgid "download" |
| 3249 msgstr "letöltés" | |
| 3250 | |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
3251 #: ../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
|
3252 #: ../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
|
3253 #: ../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
|
3254 #: ../share/roundup/templates/responsive/html/home.classlist.html:2 |
| 3781 | 3255 msgid "List of classes - ${tracker}" |
| 3256 msgstr "Osztályok listája - ${tracker}" | |
| 3257 | |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
3258 #: ../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
|
3259 #: ../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
|
3260 #: ../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
|
3261 #: ../share/roundup/templates/responsive/html/home.classlist.html:4 |
| 3781 | 3262 msgid "List of classes" |
| 3263 msgstr "Osztályok listája" | |
| 3264 | |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
3265 #: ../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
|
3266 #: ../share/roundup/templates/classic/html/issue.index.html:9 |
| 3781 | 3267 msgid "List of issues" |
| 3268 msgstr "Ügyek listája" | |
| 3269 | |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
3270 #: ../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
|
3271 #: ../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
|
3272 #: ../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
|
3273 #: ../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
|
3274 #: ../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
|
3275 #: ../share/roundup/templates/responsive/html/task.item.html:215 |
| 3781 | 3276 msgid "Priority" |
| 3277 msgstr "Prioritás" | |
| 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:27 |
|
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:27 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3281 #: ../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
|
3282 #: ../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
|
3283 #: ../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
|
3284 #: ../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
|
3285 #: ../share/roundup/templates/responsive/html/task.index.html:26 |
| 3781 | 3286 msgid "ID" |
| 3287 msgstr "Azonosító" | |
| 3288 | |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
3289 #: ../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
|
3290 #: ../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
|
3291 #: ../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
|
3292 #: ../share/roundup/templates/responsive/html/task.index.html:27 |
| 3781 | 3293 msgid "Creation" |
| 3294 msgstr "Létrehozás" | |
| 3295 | |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
3296 #: ../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
|
3297 #: ../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
|
3298 #: ../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
|
3299 #: ../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
|
3300 #: ../share/roundup/templates/responsive/html/task.index.html:28 |
| 3781 | 3301 msgid "Activity" |
| 3302 msgstr "Aktivitás" | |
| 3303 | |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
3304 #: ../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
|
3305 #: ../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
|
3306 #: ../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
|
3307 #: ../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
|
3308 #: ../share/roundup/templates/responsive/html/task.index.html:29 |
| 3781 | 3309 msgid "Actor" |
| 3310 msgstr "Hozzászóló" | |
| 3311 | |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
3312 #: ../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
|
3313 #: ../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
|
3314 #: ../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
|
3315 #: ../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
|
3316 msgid "Keyword" |
| 3781 | 3317 msgstr "Téma" |
| 3318 | |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
3319 #: ../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
|
3320 #: ../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
|
3321 #: ../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
|
3322 #: ../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
|
3323 #: ../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
|
3324 #: ../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
|
3325 #: ../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
|
3326 #: ../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
|
3327 #: ../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
|
3328 #: ../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
|
3329 #: ../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
|
3330 #: ../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
|
3331 #: ../share/roundup/templates/responsive/html/task.item.html:62 |
| 3781 | 3332 msgid "Title" |
| 3333 msgstr "Cím" | |
| 3334 | |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
3335 #: ../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
|
3336 #: ../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
|
3337 #: ../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
|
3338 #: ../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
|
3339 #: ../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
|
3340 #: ../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
|
3341 #: ../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
|
3342 #: ../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
|
3343 #: ../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
|
3344 #: ../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
|
3345 #: ../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
|
3346 #: ../share/roundup/templates/responsive/html/task.item.html:133 |
| 3781 | 3347 msgid "Status" |
|
3928
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
3348 msgstr "Állapot" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
3349 |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
3350 #: ../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
|
3351 #: ../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
|
3352 #: ../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
|
3353 #: ../share/roundup/templates/responsive/html/bug.index.html:35 |
| 3781 | 3354 msgid "Creator" |
|
3928
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
3355 msgstr "Létrehozó" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
3356 |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
3357 #: ../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
|
3358 #: ../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
|
3359 #: ../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
|
3360 #: ../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
|
3361 #: ../share/roundup/templates/responsive/html/task.index.html:34 |
| 3781 | 3362 msgid "Assigned To" |
|
3928
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
3363 msgstr "Kiosztva" |
| 3781 | 3364 |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
3365 #: ../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
|
3366 msgid "Download as CSV" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
3367 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
|
3368 |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
3369 #: ../share/roundup/templates/classic/html/issue.index.html:114 |
| 3781 | 3370 msgid "Sort on:" |
| 3371 msgstr "Rendezés:" | |
| 3372 | |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
3373 #: ../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
|
3374 #: ../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
|
3375 #: ../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
|
3376 #: ../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
|
3377 #: ../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
|
3378 #: ../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
|
3379 #: ../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
|
3380 #: ../share/roundup/templates/responsive/html/task.index.html:138 |
| 3781 | 3381 msgid "- nothing -" |
| 3382 msgstr "- semmi -" | |
| 3383 | |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
3384 #: ../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
|
3385 #: ../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
|
3386 #: ../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
|
3387 #: ../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
|
3388 #: ../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
|
3389 #: ../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
|
3390 #: ../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
|
3391 #: ../share/roundup/templates/responsive/html/task.index.html:146 |
| 3781 | 3392 msgid "Descending:" |
|
3928
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
3393 msgstr "Csökkenő:" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
3394 |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
3395 #: ../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
|
3396 #: ../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
|
3397 #: ../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
|
3398 #: ../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
|
3399 #: ../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
|
3400 #: ../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
|
3401 #: ../share/roundup/templates/responsive/html/task.index.html:134 |
| 3781 | 3402 msgid "Group on:" |
| 3403 msgstr "Csoportosítás:" | |
| 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.index.html:154 |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3406 #: ../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
|
3407 #: ../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
|
3408 #: ../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
|
3409 #: ../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
|
3410 #: ../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
|
3411 #: ../share/roundup/templates/responsive/html/task.index.html:153 |
| 3781 | 3412 msgid "Redisplay" |
| 3413 msgstr "Megjelenítés újra" | |
| 3414 | |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
3415 #: ../share/roundup/templates/classic/html/issue.item.html:7 |
| 3781 | 3416 msgid "Issue ${id}: ${title} - ${tracker}" |
| 3417 msgstr "${id}. ügy: ${title} - ${tracker}" | |
| 3418 | |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
3419 #: ../share/roundup/templates/classic/html/issue.item.html:10 |
| 3781 | 3420 msgid "New Issue - ${tracker}" |
|
3928
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
3421 msgstr "Új ügy - ${tracker}" |
| 3781 | 3422 |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
3423 #: ../share/roundup/templates/classic/html/issue.item.html:14 |
| 3781 | 3424 msgid "New Issue" |
|
3928
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
3425 msgstr "Új ügy" |
| 3781 | 3426 |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
3427 #: ../share/roundup/templates/classic/html/issue.item.html:16 |
| 3781 | 3428 msgid "New Issue Editing" |
|
3928
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
3429 msgstr "Új ügy szerkesztése" |
| 3781 | 3430 |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
3431 #: ../share/roundup/templates/classic/html/issue.item.html:19 |
| 3781 | 3432 msgid "Issue${id}" |
| 3433 msgstr "${id}. ügy" | |
| 3434 | |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
3435 #: ../share/roundup/templates/classic/html/issue.item.html:22 |
| 3781 | 3436 msgid "Issue${id} Editing" |
| 3437 msgstr "${id}. ügy szerkesztése" | |
| 3438 | |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
3439 #: ../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
|
3440 #: ../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
|
3441 #: ../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
|
3442 #: ../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
|
3443 #: ../share/roundup/templates/responsive/html/task.item.html:110 |
| 3781 | 3444 msgid "Superseder" |
| 3445 msgstr "Helyettesítő" | |
| 3446 | |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
3447 #: ../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
|
3448 msgid "View:" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
3449 msgstr "" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
3450 |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
3451 #: ../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
|
3452 #: ../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
|
3453 #: ../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
|
3454 #: ../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
|
3455 #: ../share/roundup/templates/responsive/html/task.item.html:198 |
| 3781 | 3456 msgid "Nosy List" |
| 3457 msgstr "Kíváncsiak listája" | |
| 3458 | |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
3459 #: ../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
|
3460 #: ../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
|
3461 #: ../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
|
3462 #: ../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
|
3463 #: ../share/roundup/templates/responsive/html/task.item.html:190 |
| 3781 | 3464 msgid "Assigned To" |
| 3465 msgstr "Kiosztva" | |
| 3466 | |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
3467 #: ../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
|
3468 #: ../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
|
3469 #: ../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
|
3470 #: ../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
|
3471 #: ../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
|
3472 #: ../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
|
3473 msgid "Keywords" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
3474 msgstr "Témák" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
3475 |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
3476 #: ../share/roundup/templates/classic/html/issue.item.html:86 |
| 3781 | 3477 msgid "Change Note" |
| 3478 msgstr "Megjegyzés módosítása" | |
| 3479 | |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
3480 #: ../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
|
3481 #: ../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
|
3482 #: ../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
|
3483 #: ../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
|
3484 #: ../share/roundup/templates/responsive/html/task.item.html:241 |
| 3781 | 3485 msgid "File" |
| 3486 msgstr "Fájl" | |
| 3487 | |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
3488 #: ../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
|
3489 #: ../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
|
3490 #: ../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
|
3491 #: ../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
|
3492 #: ../share/roundup/templates/responsive/html/task.item.html:268 |
| 3781 | 3493 msgid "Make a copy" |
| 3494 msgstr "Másolat készítése" | |
| 3495 | |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
3496 #: ../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
|
3497 #: ../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
|
3498 #: ../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
|
3499 #: ../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
|
3500 #: ../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
|
3501 #: ../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
|
3502 #: ../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
|
3503 #: ../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
|
3504 msgid "" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
3505 "<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
|
3506 "\">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
|
3507 msgstr "" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
3508 "<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
|
3509 "\">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
|
3510 |
|
5943
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:128 |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
3512 #, fuzzy |
|
3928
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
3513 msgid "" |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
3514 "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
|
3515 msgstr "" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
3516 "<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
|
3517 "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
|
3518 |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
3519 #: ../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
|
3520 #: ../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
|
3521 #: ../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
|
3522 #: ../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
|
3523 #: ../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
|
3524 #: ../share/roundup/templates/responsive/html/msg.item.html:56 |
| 3781 | 3525 msgid "Files" |
| 3526 msgstr "Fájlok" | |
| 3527 | |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
3528 #: ../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
|
3529 #: ../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
|
3530 #: ../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
|
3531 #: ../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
|
3532 #: ../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
|
3533 #: ../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
|
3534 #: ../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
|
3535 #: ../share/roundup/templates/responsive/html/task.item.html:283 |
| 3781 | 3536 msgid "File name" |
|
3928
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
3537 msgstr "Fájlnév" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
3538 |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
3539 #: ../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
|
3540 #: ../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
|
3541 #: ../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
|
3542 #: ../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
|
3543 #: ../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
|
3544 #: ../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
|
3545 #: ../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
|
3546 #: ../share/roundup/templates/responsive/html/task.item.html:284 |
| 3781 | 3547 msgid "Uploaded" |
| 3548 msgstr "Feltöltve" | |
| 3549 | |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
3550 #: ../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
|
3551 #: ../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
|
3552 #: ../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
|
3553 #: ../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
|
3554 #: ../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
|
3555 #: ../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
|
3556 #: ../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
|
3557 #: ../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
|
3558 #: ../share/roundup/templates/responsive/html/task.item.html:76 |
| 3781 | 3559 msgid "Type" |
| 3560 msgstr "Típus" | |
| 3561 | |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
3562 #: ../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
|
3563 #: ../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
|
3564 #: ../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
|
3565 #: ../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
|
3566 #: ../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
|
3567 #: ../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
|
3568 #: ../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
|
3569 #: ../share/roundup/templates/responsive/html/task.item.html:286 |
| 3781 | 3570 msgid "Edit" |
| 3571 msgstr "Szerkesztés" | |
| 3572 | |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
3573 #: ../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
|
3574 #: ../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
|
3575 #: ../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
|
3576 #: ../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
|
3577 #: ../share/roundup/templates/responsive/html/task.item.html:287 |
| 3781 | 3578 msgid "Remove" |
|
3928
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
3579 msgstr "Törlés" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
3580 |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
3581 #: ../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
|
3582 #: ../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
|
3583 #: ../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
|
3584 #: ../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
|
3585 #: ../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
|
3586 #: ../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
|
3587 #: ../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
|
3588 #: ../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
|
3589 #: ../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
|
3590 #: ../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
|
3591 #: ../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
|
3592 #: ../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
|
3593 #: ../share/roundup/templates/responsive/html/task.item.html:334 |
| 3781 | 3594 msgid "remove" |
|
3928
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
3595 msgstr "Törlés" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
3596 |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
3597 #: ../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
|
3598 #: ../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
|
3599 #: ../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
|
3600 #: ../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
|
3601 #: ../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
|
3602 #: ../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
|
3603 #: ../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
|
3604 #: ../share/roundup/templates/responsive/html/task.item.html:316 |
| 3781 | 3605 msgid "Messages" |
| 3606 msgstr "Üzenetek" | |
| 3607 | |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
3608 #: ../share/roundup/templates/classic/html/issue.item.html:171 |
| 3781 | 3609 msgid "msg${id} (view)" |
|
3928
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
3610 msgstr "${id}. üzenet" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
3611 |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
3612 #: ../share/roundup/templates/classic/html/issue.item.html:172 |
| 3781 | 3613 msgid "Author: ${author}" |
| 3614 msgstr "Szerző: ${author}" | |
| 3615 | |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
3616 #: ../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
|
3617 #: ../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
|
3618 #: ../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
|
3619 #: ../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
|
3620 #: ../share/roundup/templates/responsive/html/task.item.html:326 |
| 3781 | 3621 msgid "Date: ${date}" |
| 3622 msgstr "Dátum: ${date}" | |
| 3623 | |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
3624 #: ../share/roundup/templates/classic/html/issue.search.html:2 |
| 3781 | 3625 msgid "Issue searching - ${tracker}" |
|
3928
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
3626 msgstr "Ügy keresése - ${tracker}" |
| 3781 | 3627 |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
3628 #: ../share/roundup/templates/classic/html/issue.search.html:4 |
| 3781 | 3629 msgid "Issue searching" |
|
3928
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
3630 msgstr "Ügy keresése" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
3631 |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
3632 #: ../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
|
3633 #: ../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
|
3634 #: ../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
|
3635 #: ../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
|
3636 #: ../share/roundup/templates/responsive/html/task.search.html:32 |
| 3781 | 3637 msgid "Filter on" |
| 3638 msgstr "Szűrés" | |
| 3639 | |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
3640 #: ../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
|
3641 #: ../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
|
3642 #: ../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
|
3643 #: ../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
|
3644 #: ../share/roundup/templates/responsive/html/task.search.html:33 |
| 3781 | 3645 msgid "Display" |
| 3646 msgstr "Megjelenítés" | |
| 3647 | |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
3648 #: ../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
|
3649 #: ../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
|
3650 #: ../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
|
3651 #: ../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
|
3652 #: ../share/roundup/templates/responsive/html/task.search.html:34 |
| 3781 | 3653 msgid "Sort on" |
| 3654 msgstr "Rendezés" | |
| 3655 | |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
3656 #: ../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
|
3657 #: ../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
|
3658 #: ../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
|
3659 #: ../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
|
3660 #: ../share/roundup/templates/responsive/html/task.search.html:35 |
| 3781 | 3661 msgid "Group on" |
| 3662 msgstr "Csoportosítás" | |
| 3663 | |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
3664 #: ../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
|
3665 #: ../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
|
3666 #: ../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
|
3667 #: ../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
|
3668 #: ../share/roundup/templates/responsive/html/task.search.html:39 |
| 3781 | 3669 msgid "All text*:" |
| 3670 msgstr "Minden szöveg*:" | |
| 3671 | |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
3672 #: ../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
|
3673 #: ../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
|
3674 #: ../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
|
3675 #: ../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
|
3676 #: ../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
|
3677 #: ../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
|
3678 #: ../share/roundup/templates/responsive/html/task.search.html:47 |
| 3781 | 3679 msgid "Title:" |
| 3680 msgstr "Cím:" | |
| 3681 | |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
3682 #: ../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
|
3683 #: ../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
|
3684 #: ../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
|
3685 #: ../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
|
3686 #: ../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
|
3687 #: ../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
|
3688 #, fuzzy |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
3689 msgid "Keyword:" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
3690 msgstr "Téma" |
| 3781 | 3691 |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
3692 #: ../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
|
3693 #: ../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
|
3694 #: ../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
|
3695 #: ../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
|
3696 #: ../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
|
3697 #: ../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
|
3698 #: ../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
|
3699 #: ../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
|
3700 #: ../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
|
3701 #: ../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
|
3702 #: ../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
|
3703 #: ../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
|
3704 #: ../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
|
3705 #: ../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
|
3706 #: ../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
|
3707 #: ../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
|
3708 #: ../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
|
3709 #: ../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
|
3710 #: ../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
|
3711 #: ../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
|
3712 #: ../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
|
3713 #: ../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
|
3714 msgid "not selected" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
3715 msgstr "nem kijelölt" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
3716 |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
3717 #: ../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
|
3718 #: ../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
|
3719 #: ../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
|
3720 #: ../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
|
3721 #: ../share/roundup/templates/responsive/html/task.search.html:55 |
| 3781 | 3722 msgid "ID:" |
| 3723 msgstr "Azonosító:" | |
| 3724 | |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
3725 #: ../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
|
3726 #: ../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
|
3727 #: ../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
|
3728 #: ../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
|
3729 #: ../share/roundup/templates/responsive/html/task.search.html:63 |
| 3781 | 3730 msgid "Creation Date:" |
|
3928
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
3731 msgstr "Létrehozás dátuma:" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
3732 |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
3733 #: ../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
|
3734 #: ../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
|
3735 #: ../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
|
3736 #: ../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
|
3737 #: ../share/roundup/templates/responsive/html/task.search.html:73 |
| 3781 | 3738 msgid "Creator:" |
|
3928
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
3739 msgstr "Létrehozó:" |
| 3781 | 3740 |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
3741 #: ../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
|
3742 #: ../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
|
3743 #: ../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
|
3744 #: ../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
|
3745 #: ../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
|
3746 msgid "created by me" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
3747 msgstr "én készítettem" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
3748 |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
3749 #: ../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
|
3750 #: ../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
|
3751 #: ../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
|
3752 #: ../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
|
3753 #: ../share/roundup/templates/responsive/html/task.search.html:84 |
| 3781 | 3754 msgid "Activity:" |
|
3928
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
3755 msgstr "Művelet:" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
3756 |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
3757 #: ../share/roundup/templates/classic/html/issue.search.html:109 |
| 3781 | 3758 msgid "Actor:" |
| 3759 msgstr "Hozzászóló:" | |
| 3760 | |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
3761 #: ../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
|
3762 #: ../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
|
3763 #: ../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
|
3764 #: ../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
|
3765 #: ../share/roundup/templates/responsive/html/task.search.html:96 |
| 3781 | 3766 msgid "done by me" |
|
3928
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
3767 msgstr "saját magam" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
3768 |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
3769 #: ../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
|
3770 #: ../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
|
3771 #: ../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
|
3772 #: ../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
|
3773 #: ../share/roundup/templates/responsive/html/task.search.html:168 |
| 3781 | 3774 msgid "Priority:" |
| 3775 msgstr "Prioritás:" | |
| 3776 | |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
3777 #: ../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
|
3778 #: ../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
|
3779 #: ../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
|
3780 #: ../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
|
3781 #: ../share/roundup/templates/responsive/html/task.search.html:181 |
| 3781 | 3782 msgid "Status:" |
| 3783 msgstr "Állapot:" | |
| 3784 | |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
3785 #: ../share/roundup/templates/classic/html/issue.search.html:138 |
| 3781 | 3786 msgid "not resolved" |
| 3787 msgstr "nem megoldott" | |
| 3788 | |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
3789 #: ../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
|
3790 #: ../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
|
3791 #: ../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
|
3792 #: ../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
|
3793 #: ../share/roundup/templates/responsive/html/task.search.html:151 |
| 3781 | 3794 msgid "Assigned to:" |
| 3795 msgstr "Kiadva:" | |
| 3796 | |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
3797 #: ../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
|
3798 #: ../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
|
3799 #: ../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
|
3800 #: ../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
|
3801 #: ../share/roundup/templates/responsive/html/task.search.html:154 |
| 3781 | 3802 msgid "assigned to me" |
| 3803 msgstr "nekem adva" | |
| 3804 | |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
3805 #: ../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
|
3806 #: ../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
|
3807 #: ../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
|
3808 #: ../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
|
3809 #: ../share/roundup/templates/responsive/html/task.search.html:156 |
| 3781 | 3810 msgid "unassigned" |
| 3811 msgstr "gazdátlan" | |
| 3812 | |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
3813 #: ../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
|
3814 #: ../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
|
3815 #: ../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
|
3816 #: ../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
|
3817 #: ../share/roundup/templates/responsive/html/task.search.html:206 |
| 3781 | 3818 msgid "No Sort or group:" |
|
3928
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
3819 msgstr "Ne rendezze vagy csoportosítsa:" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
3820 |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
3821 #: ../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
|
3822 #: ../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
|
3823 #: ../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
|
3824 #: ../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
|
3825 #: ../share/roundup/templates/responsive/html/task.search.html:214 |
| 3781 | 3826 msgid "Pagesize:" |
| 3827 msgstr "Oldalméret:" | |
| 3828 | |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
3829 #: ../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
|
3830 #: ../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
|
3831 #: ../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
|
3832 #: ../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
|
3833 #: ../share/roundup/templates/responsive/html/task.search.html:220 |
| 3781 | 3834 msgid "Start With:" |
| 3835 msgstr "Kezdés:" | |
| 3836 | |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
3837 #: ../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
|
3838 #: ../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
|
3839 #: ../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
|
3840 #: ../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
|
3841 #: ../share/roundup/templates/responsive/html/task.search.html:226 |
| 3781 | 3842 msgid "Sort Descending:" |
|
3928
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
3843 msgstr "Csökkenő rendezés:" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
3844 |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
3845 #: ../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
|
3846 #: ../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
|
3847 #: ../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
|
3848 #: ../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
|
3849 #: ../share/roundup/templates/responsive/html/task.search.html:233 |
| 3781 | 3850 msgid "Group Descending:" |
|
3928
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
3851 msgstr "Csökkenő csoportosítás:" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
3852 |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
3853 #: ../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
|
3854 #: ../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
|
3855 #: ../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
|
3856 #: ../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
|
3857 #: ../share/roundup/templates/responsive/html/task.search.html:240 |
| 3781 | 3858 msgid "Query name**:" |
| 3859 msgstr "Lekérdezés neve**:" | |
| 3860 | |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
3861 #: ../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
|
3862 #: ../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
|
3863 #: ../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
|
3864 #: ../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
|
3865 #: ../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
|
3866 #: ../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
|
3867 #: ../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
|
3868 #: ../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
|
3869 #: ../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
|
3870 #: ../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
|
3871 #: ../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
|
3872 #: ../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
|
3873 #: ../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
|
3874 #: ../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
|
3875 #: ../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
|
3876 #: ../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
|
3877 #: ../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
|
3878 #: ../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
|
3879 #: ../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
|
3880 #: ../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
|
3881 #: ../share/roundup/templates/responsive/html/user.index.html:39 |
| 3781 | 3882 msgid "Search" |
| 3883 msgstr "Keresés" | |
| 3884 | |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
3885 #: ../share/roundup/templates/classic/html/issue.search.html:220 |
| 3781 | 3886 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
|
3887 msgstr "" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
3888 "*: 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
|
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/issue.search.html:223 |
|
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/bug.search.html:300 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3892 #: ../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
|
3893 #: ../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
|
3894 #: ../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
|
3895 msgid "" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
3896 "**: 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
|
3897 "link in the sidebar" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
3898 msgstr "" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
3899 "**: 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
|
3900 "elérhető lesz" |
| 3781 | 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/keyword.item.html:3 |
| 3781 | 3903 msgid "Keyword editing - ${tracker}" |
|
3928
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
3904 msgstr "Témák szerkesztése - ${tracker}" |
| 3781 | 3905 |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
3906 #: ../share/roundup/templates/classic/html/keyword.item.html:5 |
| 3781 | 3907 msgid "Keyword editing" |
|
3928
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
3908 msgstr "Téma szerkesztése" |
| 3781 | 3909 |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
3910 #: ../share/roundup/templates/classic/html/keyword.item.html:11 |
| 3781 | 3911 msgid "Existing Keywords" |
|
3928
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
3912 msgstr "Létező témák" |
| 3781 | 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/keyword.item.html:20 |
|
3928
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
3915 msgid "" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
3916 "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
|
3917 "entry above." |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
3918 msgstr "" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
3919 "Meglévő téma szerkesztéséhez (helyesírási hibák) kattintson a fenti elemre." |
| 3781 | 3920 |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
3921 #: ../share/roundup/templates/classic/html/keyword.item.html:27 |
| 3781 | 3922 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
|
3923 msgstr "" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
3924 "Ú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
|
3925 "gombra." |
| 3781 | 3926 |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
3927 #: ../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
|
3928 msgid "Continue adding keywords." |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
3929 msgstr "" |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
3930 |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
3931 #: ../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
|
3932 #: ../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
|
3933 #: ../share/roundup/templates/responsive/html/msg.index.html:3 |
| 3781 | 3934 msgid "List of messages - ${tracker}" |
| 3935 msgstr "Üzenetek listája - ${tracker}" | |
| 3936 | |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
3937 #: ../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
|
3938 #: ../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
|
3939 #: ../share/roundup/templates/responsive/html/msg.index.html:5 |
| 3781 | 3940 msgid "Message listing" |
|
3928
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
3941 msgstr "Üzenetek listája" |
| 3781 | 3942 |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
3943 #: ../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
|
3944 #: ../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
|
3945 #: ../share/roundup/templates/responsive/html/msg.item.html:5 |
| 3781 | 3946 msgid "Message ${id} - ${tracker}" |
| 3947 msgstr "${id}. üzenet - ${tracker}" | |
| 3948 | |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
3949 #: ../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
|
3950 #: ../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
|
3951 #: ../share/roundup/templates/responsive/html/msg.item.html:8 |
| 3781 | 3952 msgid "New Message - ${tracker}" |
| 3953 msgstr "Új üzenet - ${tracker}" | |
| 3954 | |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
3955 #: ../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
|
3956 #: ../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
|
3957 #: ../share/roundup/templates/responsive/html/msg.item.html:12 |
| 3781 | 3958 msgid "New Message" |
| 3959 msgstr "Új üzenet" | |
| 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/msg.item.html:15 |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3962 #: ../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
|
3963 #: ../share/roundup/templates/responsive/html/msg.item.html:14 |
| 3781 | 3964 msgid "New Message Editing" |
| 3965 msgstr "Új üzenet szerkesztése" | |
| 3966 | |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
3967 #: ../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
|
3968 #: ../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
|
3969 #: ../share/roundup/templates/responsive/html/msg.item.html:17 |
| 3781 | 3970 msgid "Message${id}" |
| 3971 msgstr "${id}. üzenet" | |
| 3972 | |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
3973 #: ../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
|
3974 #: ../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
|
3975 #: ../share/roundup/templates/responsive/html/msg.item.html:20 |
| 3781 | 3976 msgid "Message${id} Editing" |
| 3977 msgstr "${id}. üzenet szerkesztése" | |
| 3978 | |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
3979 #: ../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
|
3980 #: ../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
|
3981 #: ../share/roundup/templates/responsive/html/msg.item.html:36 |
| 3781 | 3982 msgid "Author" |
| 3983 msgstr "Szerző" | |
| 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/msg.item.html:43 |
|
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/msg.item.html:42 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
3987 #: ../share/roundup/templates/responsive/html/msg.item.html:38 |
| 3781 | 3988 msgid "Recipients" |
| 3989 msgstr "Címzettek" | |
| 3990 | |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
3991 #: ../share/roundup/templates/classic/html/msg.item.html:54 |
| 3781 | 3992 msgid "Content" |
| 3993 msgstr "Tartalom" | |
| 3994 | |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
3995 #: ../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
|
3996 #: ../share/roundup/templates/minimal/html/page.html:54 |
| 3781 | 3997 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
|
3998 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
|
3999 |
|
5943
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:65 |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
4001 #: ../share/roundup/templates/minimal/html/page.html:65 |
| 3781 | 4002 msgid "Issues" |
|
3928
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
4003 msgstr "Ügyek" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
4004 |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
4005 #: ../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
|
4006 #: ../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
|
4007 #: ../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
|
4008 #: ../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
|
4009 #: ../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
|
4010 #: ../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
|
4011 #: ../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
|
4012 #: ../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
|
4013 #: ../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
|
4014 #: ../share/roundup/templates/responsive/html/page.html:161 |
| 3781 | 4015 msgid "Create New" |
| 4016 msgstr "Új létrehozása" | |
| 4017 | |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
4018 #: ../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
|
4019 #: ../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
|
4020 #: ../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
|
4021 #: ../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
|
4022 #: ../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
|
4023 #: ../share/roundup/templates/responsive/html/page.html:129 |
| 3781 | 4024 msgid "Show Unassigned" |
| 4025 msgstr "Gazdátlanok mutatása" | |
| 4026 | |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
4027 #: ../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
|
4028 #: ../share/roundup/templates/minimal/html/page.html:81 |
| 3781 | 4029 msgid "Show All" |
| 4030 msgstr "Mutasd mind" | |
| 4031 | |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
4032 #: ../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
|
4033 #: ../share/roundup/templates/minimal/html/page.html:93 |
| 3781 | 4034 msgid "Show issue:" |
|
3928
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
4035 msgstr "Ügy mutatása:" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
4036 |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
4037 #: ../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
|
4038 #: ../share/roundup/templates/minimal/html/page.html:110 |
| 3781 | 4039 msgid "Edit Existing" |
| 4040 msgstr "Meglévők szerkesztése" | |
| 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:116 |
|
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:224 |
|
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:116 |
|
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:241 |
| 3781 | 4046 msgid "Administration" |
| 4047 msgstr "Adminisztráció" | |
| 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:118 |
|
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:227 |
|
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:118 |
|
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:244 |
| 3781 | 4053 msgid "Class List" |
|
3928
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
4054 msgstr "Osztályok listája" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
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:122 |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4057 #: ../share/roundup/templates/devel/html/page.html:231 |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
4058 #: ../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
|
4059 #: ../share/roundup/templates/responsive/html/page.html:248 |
| 3781 | 4060 msgid "User List" |
| 4061 msgstr "Felhasználók listája" | |
| 4062 | |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
4063 #: ../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
|
4064 #: ../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
|
4065 #: ../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
|
4066 #: ../share/roundup/templates/responsive/html/page.html:251 |
| 3781 | 4067 msgid "Add User" |
| 4068 msgstr "Felhasználó hozzáadása" | |
| 4069 | |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
4070 #: ../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
|
4071 #: ../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
|
4072 #: ../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
|
4073 #: ../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
|
4074 #: ../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
|
4075 #: ../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
|
4076 #: ../share/roundup/templates/responsive/html/page.html:188 |
| 3781 | 4077 msgid "Login" |
| 4078 msgstr "Bejelentkezés" | |
| 4079 | |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
4080 #: ../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
|
4081 #: ../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
|
4082 #: ../share/roundup/templates/minimal/html/page.html:138 |
| 3781 | 4083 msgid "Remember me?" |
|
3928
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
4084 msgstr "Emlékezzen?" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
4085 |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
4086 #: ../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
|
4087 #: ../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
|
4088 #: ../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
|
4089 #: ../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
|
4090 #: ../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
|
4091 #: ../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
|
4092 #: ../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
|
4093 #: ../share/roundup/templates/responsive/html/user.register.html:74 |
| 3781 | 4094 msgid "Register" |
|
3928
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
4095 msgstr "Regisztráció" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
4096 |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
4097 #: ../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
|
4098 #: ../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
|
4099 #: ../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
|
4100 #: ../share/roundup/templates/responsive/html/page.html:205 |
| 3781 | 4101 msgid "Lost your login?" |
|
3928
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
4102 msgstr "Elveszett a jelszava?" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
4103 |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
4104 #: ../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
|
4105 #: ../share/roundup/templates/minimal/html/page.html:155 |
| 3781 | 4106 msgid "Hello, ${user}" |
| 4107 msgstr "Helló, ${user}" | |
| 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:157 |
| 3781 | 4110 msgid "Your Issues" |
|
3928
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
4111 msgstr "Saját ügyek" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
4112 |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
4113 #: ../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
|
4114 #: ../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
|
4115 #: ../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
|
4116 #: ../share/roundup/templates/responsive/html/page.html:226 |
| 3781 | 4117 msgid "Your Details" |
|
3928
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
4118 msgstr "Saját adatok" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
4119 |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
4120 #: ../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
|
4121 #: ../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
|
4122 #: ../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
|
4123 #: ../share/roundup/templates/responsive/html/page.html:229 |
| 3781 | 4124 msgid "Logout" |
| 4125 msgstr "Kijelentkezés" | |
| 4126 | |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
4127 #: ../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
|
4128 #: ../share/roundup/templates/minimal/html/page.html:163 |
| 3781 | 4129 msgid "Help" |
| 4130 msgstr "Segítség" | |
| 4131 | |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
4132 #: ../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
|
4133 #: ../share/roundup/templates/minimal/html/page.html:164 |
| 3781 | 4134 msgid "Roundup docs" |
| 4135 msgstr "Roundup dokumentáció" | |
| 4136 | |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
4137 #: ../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
|
4138 #: ../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
|
4139 #: ../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
|
4140 #: ../share/roundup/templates/responsive/html/page.html:269 |
| 3781 | 4141 msgid "clear this message" |
| 4142 msgstr "üzenet törlése" | |
| 4143 | |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
4144 #: ../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
|
4145 #: ../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
|
4146 #: ../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
|
4147 #: ../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
|
4148 #: ../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
|
4149 #: ../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
|
4150 #: ../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
|
4151 #: ../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
|
4152 #: ../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
|
4153 #: ../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
|
4154 #: ../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
|
4155 #: ../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
|
4156 #: ../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
|
4157 #: ../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
|
4158 #: ../share/roundup/templates/responsive/html/page.html:376 |
| 3781 | 4159 msgid "don't care" |
|
3928
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
4160 msgstr "mindegy" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
4161 |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
4162 #: ../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
|
4163 #: ../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
|
4164 #: ../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
|
4165 #: ../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
|
4166 #: ../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
|
4167 #: ../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
|
4168 #: ../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
|
4169 #: ../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
|
4170 #: ../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
|
4171 #: ../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
|
4172 #: ../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
|
4173 #: ../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
|
4174 #: ../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
|
4175 #: ../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
|
4176 #: ../share/roundup/templates/responsive/html/page.html:377 |
| 3781 | 4177 msgid "------------" |
| 4178 msgstr "------------" | |
| 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/page.html:325 |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4181 #: ../share/roundup/templates/devel/html/page.html:390 |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
4182 #: ../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
|
4183 #: ../share/roundup/templates/responsive/html/page.html:405 |
| 3781 | 4184 msgid "no value" |
| 4185 msgstr "nincs érték" | |
| 4186 | |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
4187 #: ../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
|
4188 #: ../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
|
4189 #: ../share/roundup/templates/responsive/html/query.edit.html:3 |
| 3781 | 4190 msgid "\"Your Queries\" Editing - ${tracker}" |
|
3928
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
4191 msgstr "\"Saját lekérdezések\" szerkesztése - ${tracker}" |
| 3781 | 4192 |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
4193 #: ../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
|
4194 #: ../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
|
4195 #: ../share/roundup/templates/responsive/html/query.edit.html:5 |
| 3781 | 4196 msgid "\"Your Queries\" Editing" |
|
3928
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
4197 msgstr "\"Saját lekérdezések\" szerkesztése" |
| 3781 | 4198 |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
4199 #: ../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
|
4200 #: ../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
|
4201 #: ../share/roundup/templates/responsive/html/query.edit.html:11 |
| 3781 | 4202 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
|
4203 msgstr "Nincs jogosultsága lekérdezések szerkesztéséhez." |
| 3781 | 4204 |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
4205 #: ../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
|
4206 #: ../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
|
4207 #: ../share/roundup/templates/responsive/html/query.edit.html:60 |
| 3781 | 4208 msgid "Query" |
| 4209 msgstr "Lekérdezés" | |
| 4210 | |
|
5943
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:59 |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4212 #: ../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
|
4213 #: ../share/roundup/templates/responsive/html/query.edit.html:61 |
| 3781 | 4214 msgid "Include in \"Your Queries\"" |
|
3928
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
4215 msgstr "Hozzáadás a \"Saját lekérdezések\"-hez" |
| 3781 | 4216 |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
4217 #: ../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
|
4218 #: ../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
|
4219 #: ../share/roundup/templates/responsive/html/query.edit.html:63 |
| 3781 | 4220 msgid "Private to you?" |
|
3928
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
4221 msgstr "Csak saját használatra?" |
| 3781 | 4222 |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
4223 #: ../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
|
4224 #: ../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
|
4225 #: ../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
|
4226 msgid "delete/restore<br> (javascript<br>required)" |
|
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:65 |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
4230 msgid "Queries I created" |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
4231 msgstr "" |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
4232 |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
4233 #: ../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
|
4234 #: ../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
|
4235 #: ../share/roundup/templates/responsive/html/query.edit.html:76 |
| 3781 | 4236 msgid "leave out" |
| 4237 msgstr "kihagy" | |
| 4238 | |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
4239 #: ../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
|
4240 #: ../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
|
4241 #: ../share/roundup/templates/responsive/html/query.edit.html:77 |
| 3781 | 4242 msgid "include" |
| 4243 msgstr "bevesz" | |
| 4244 | |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
4245 #: ../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
|
4246 #: ../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
|
4247 #: ../share/roundup/templates/responsive/html/query.edit.html:81 |
| 3781 | 4248 msgid "leave in" |
| 4249 msgstr "bent hagy" | |
| 4250 | |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
4251 #: ../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
|
4252 #: ../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
|
4253 #: ../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
|
4254 #: ../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
|
4255 #: ../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
|
4256 #: ../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
|
4257 msgid "edit" |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
4258 msgstr "szerkesztés" |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
4259 |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
4260 #: ../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
|
4261 #: ../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
|
4262 #: ../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
|
4263 msgid "yes" |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
4264 msgstr "igen" |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
4265 |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
4266 #: ../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
|
4267 #: ../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
|
4268 #: ../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
|
4269 msgid "no" |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
4270 msgstr "nem" |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
4271 |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
4272 #: ../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
|
4273 #: ../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
|
4274 #: ../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
|
4275 msgid "Delete" |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
4276 msgstr "Törlés" |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
4277 |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
4278 #: ../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
|
4279 msgid "Queries others created" |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
4280 msgstr "" |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
4281 |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
4282 #: ../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
|
4283 msgid "Owner" |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
4284 msgstr "" |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
4285 |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
4286 #: ../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
|
4287 #: ../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
|
4288 #: ../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
|
4289 msgid "[not yours to edit]" |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
4290 msgstr "[nem saját szerkesztésű]" |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
4291 |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
4292 #: ../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
|
4293 msgid "<a href=\"\">x</a>" |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
4294 msgstr "" |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
4295 |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
4296 #: ../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
|
4297 msgid "Active retired/private queries" |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
4298 msgstr "" |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
4299 |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
4300 #: ../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
|
4301 #: ../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
|
4302 #: ../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
|
4303 #: ../share/roundup/templates/responsive/html/query.edit.html:86 |
| 3781 | 4304 msgid "[query is retired]" |
| 4305 msgstr "[lekérdezés visszavonva]" | |
| 4306 | |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
4307 #: ../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
|
4308 #: ../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
|
4309 #, fuzzy |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
4310 msgid "Restore" |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
4311 msgstr "visszaállított" |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
4312 |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
4313 #: ../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
|
4314 #, fuzzy |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
4315 msgid "[query is private]" |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
4316 msgstr "[lekérdezés visszavonva]" |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
4317 |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
4318 #: ../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
|
4319 #: ../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
|
4320 #: ../share/roundup/templates/responsive/html/query.edit.html:136 |
| 3781 | 4321 msgid "Save Selection" |
| 4322 msgstr "Kijelölés mentése" | |
| 4323 | |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
4324 #: ../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
|
4325 #: ../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
|
4326 #: ../share/roundup/templates/responsive/html/user.forgotten.html:2 |
| 3781 | 4327 msgid "Password reset request - ${tracker}" |
| 4328 msgstr "Jelszó törlés kérése - ${tracker}" | |
| 4329 | |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
4330 #: ../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
|
4331 #: ../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
|
4332 #: ../share/roundup/templates/responsive/html/user.forgotten.html:4 |
| 3781 | 4333 msgid "Password reset request" |
| 4334 msgstr "Jelszó törlés kérése" | |
| 4335 | |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
4336 #: ../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
|
4337 #: ../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
|
4338 #: ../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
|
4339 msgid "" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
4340 "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
|
4341 "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
|
4342 msgstr "" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
4343 "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
|
4344 "mail címét, adja meg alább." |
| 3781 | 4345 |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
4346 #: ../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
|
4347 #: ../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
|
4348 #: ../share/roundup/templates/responsive/html/user.forgotten.html:22 |
| 3781 | 4349 msgid "Email Address:" |
|
3928
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
4350 msgstr "E-mail cím:" |
| 3781 | 4351 |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
4352 #: ../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
|
4353 #: ../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
|
4354 #: ../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
|
4355 #: ../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
|
4356 #: ../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
|
4357 #: ../share/roundup/templates/responsive/html/user.forgotten.html:46 |
| 3781 | 4358 msgid "Request password reset" |
|
3928
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
4359 msgstr "Kérjen jelszó törlést" |
| 3781 | 4360 |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
4361 #: ../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
|
4362 #: ../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
|
4363 #: ../share/roundup/templates/responsive/html/user.forgotten.html:38 |
| 3781 | 4364 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
|
4365 msgstr "Vagy, ha ismeri a felhasználónevet, adja meg alább." |
| 3781 | 4366 |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
4367 #: ../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
|
4368 #: ../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
|
4369 #: ../share/roundup/templates/responsive/html/user.forgotten.html:45 |
| 3781 | 4370 msgid "Username:" |
|
3928
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
4371 msgstr "Felhasználónév:" |
| 3781 | 4372 |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
4373 #: ../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
|
4374 #: ../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
|
4375 #: ../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
|
4376 msgid "" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
4377 "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
|
4378 "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
|
4379 msgstr "" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
4380 "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
|
4381 "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
|
4382 |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
4383 #: ../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
|
4384 #: ../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
|
4385 #: ../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
|
4386 #: ../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
|
4387 #: ../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
|
4388 #, fuzzy |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
4389 msgid "Pagesize" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
4390 msgstr "Oldalméret:" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
4391 |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
4392 #: ../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
|
4393 msgid "" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
4394 "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
|
4395 "immediately, or visit ${link}." |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
4396 msgstr "" |
| 3781 | 4397 |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
4398 #: ../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
|
4399 #: ../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
|
4400 #: ../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
|
4401 #: ../share/roundup/templates/responsive/html/user.index.html:2 |
| 3781 | 4402 msgid "User listing - ${tracker}" |
| 4403 msgstr "Felhasználók listája - ${tracker}" | |
| 4404 | |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
4405 #: ../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
|
4406 #: ../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
|
4407 #: ../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
|
4408 #: ../share/roundup/templates/responsive/html/user.index.html:4 |
| 3781 | 4409 msgid "User listing" |
| 4410 msgstr "Felhasználók listája" | |
| 4411 | |
|
6607
b0bafbf4fddd
update .po files with new strings to translate
John Rouillard <rouilj@ieee.org>
parents:
6456
diff
changeset
|
4412 #: ../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
|
4413 #: ../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
|
4414 #: ../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
|
4415 #: ../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
|
4416 #: ../share/roundup/templates/responsive/html/user.index.html:49 |
| 3781 | 4417 msgid "Username" |
| 4418 msgstr "Felhasználónév" | |
| 4419 | |
|
6607
b0bafbf4fddd
update .po files with new strings to translate
John Rouillard <rouilj@ieee.org>
parents:
6456
diff
changeset
|
4420 #: ../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
|
4421 #: ../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
|
4422 #: ../share/roundup/templates/responsive/html/user.index.html:50 |
| 3781 | 4423 msgid "Real name" |
| 4424 msgstr "Valódi név" | |
| 4425 | |
|
6607
b0bafbf4fddd
update .po files with new strings to translate
John Rouillard <rouilj@ieee.org>
parents:
6456
diff
changeset
|
4426 #: ../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
|
4427 #: ../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
|
4428 #: ../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
|
4429 #: ../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
|
4430 #: ../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
|
4431 #: ../share/roundup/templates/responsive/html/user.register.html:53 |
| 3781 | 4432 msgid "Organisation" |
| 4433 msgstr "Szervezet" | |
| 4434 | |
|
6607
b0bafbf4fddd
update .po files with new strings to translate
John Rouillard <rouilj@ieee.org>
parents:
6456
diff
changeset
|
4435 #: ../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
|
4436 #: ../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
|
4437 #: ../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
|
4438 #: ../share/roundup/templates/responsive/html/user.index.html:52 |
| 3781 | 4439 msgid "Email address" |
|
3928
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
4440 msgstr "E-mail cím" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
4441 |
|
6607
b0bafbf4fddd
update .po files with new strings to translate
John Rouillard <rouilj@ieee.org>
parents:
6456
diff
changeset
|
4442 #: ../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
|
4443 #: ../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
|
4444 #: ../share/roundup/templates/responsive/html/user.index.html:53 |
| 3781 | 4445 msgid "Phone number" |
| 4446 msgstr "Telefonszám" | |
| 4447 | |
|
6607
b0bafbf4fddd
update .po files with new strings to translate
John Rouillard <rouilj@ieee.org>
parents:
6456
diff
changeset
|
4448 #: ../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
|
4449 #: ../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
|
4450 #: ../share/roundup/templates/responsive/html/user.index.html:54 |
| 3781 | 4451 msgid "Retire" |
| 4452 msgstr "Visszavonulás" | |
| 4453 | |
|
6607
b0bafbf4fddd
update .po files with new strings to translate
John Rouillard <rouilj@ieee.org>
parents:
6456
diff
changeset
|
4454 #: ../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
|
4455 #: ../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
|
4456 #: ../share/roundup/templates/responsive/html/user.index.html:67 |
| 3781 | 4457 msgid "retire" |
| 4458 msgstr "visszavonulás" | |
| 4459 | |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
4460 #: ../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
|
4461 #: ../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
|
4462 #: ../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
|
4463 #: ../share/roundup/templates/responsive/html/user.item.html:8 |
| 3781 | 4464 msgid "User ${id}: ${title} - ${tracker}" |
| 4465 msgstr "${id}. felhasználó: ${title} - ${tracker}" | |
| 4466 | |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
4467 #: ../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
|
4468 #: ../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
|
4469 #: ../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
|
4470 #: ../share/roundup/templates/responsive/html/user.item.html:11 |
| 3781 | 4471 msgid "New User - ${tracker}" |
| 4472 msgstr "Új felhasználó - ${tracker}" | |
| 4473 | |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
4474 #: ../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
|
4475 #: ../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
|
4476 #: ../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
|
4477 #: ../share/roundup/templates/responsive/html/user.item.html:20 |
| 3781 | 4478 msgid "New User" |
| 4479 msgstr "Új felhasználó" | |
| 4480 | |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
4481 #: ../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
|
4482 #: ../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
|
4483 #: ../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
|
4484 #: ../share/roundup/templates/responsive/html/user.item.html:22 |
| 3781 | 4485 msgid "New User Editing" |
| 4486 msgstr "Új felhasználó szerkesztése" | |
| 4487 | |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
4488 #: ../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
|
4489 #: ../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
|
4490 #: ../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
|
4491 #: ../share/roundup/templates/responsive/html/user.item.html:25 |
| 3781 | 4492 msgid "User${id}" |
| 4493 msgstr "${id}. felhasználó" | |
| 4494 | |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
4495 #: ../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
|
4496 #: ../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
|
4497 #: ../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
|
4498 #: ../share/roundup/templates/responsive/html/user.item.html:28 |
| 3781 | 4499 msgid "User${id} Editing" |
| 4500 msgstr "${id}. felhasználó szerkesztése" | |
| 4501 | |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
4502 #: ../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
|
4503 #: ../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
|
4504 #: ../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
|
4505 #: ../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
|
4506 #: ../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
|
4507 #: ../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
|
4508 #: ../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
|
4509 #: ../share/roundup/templates/responsive/html/user.register.html:41 |
| 3781 | 4510 msgid "Roles" |
| 4511 msgstr "Szerepkörök" | |
| 4512 | |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
4513 #: ../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
|
4514 #: ../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
|
4515 #: ../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
|
4516 #: ../share/roundup/templates/responsive/html/user.item.html:86 |
| 3781 | 4517 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
|
4518 msgstr "" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
4519 "(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
|
4520 |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
4521 #: ../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
|
4522 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
|
4523 msgstr "(${zone} az alapértelmezett)" |
| 3781 | 4524 |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
4525 #: ../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
|
4526 #: ../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
|
4527 #: ../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
|
4528 #: ../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
|
4529 #: ../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
|
4530 #: ../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
|
4531 #: ../share/roundup/templates/responsive/html/user.register.html:61 |
| 3781 | 4532 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
|
4533 msgstr "Alternatív e-mail címek <br>soronként egy cím" |
| 3781 | 4534 |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
4535 #: ../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
|
4536 #: ../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
|
4537 #: ../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
|
4538 #: ../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
|
4539 #: ../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
|
4540 #: ../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
|
4541 #: ../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
|
4542 #: ../share/roundup/templates/responsive/html/user.register.html:6 |
| 3781 | 4543 msgid "Registering with ${tracker}" |
| 4544 msgstr "Regisztrálás a következőnél: ${tracker}" | |
| 4545 | |
|
6134
63739dae0f7e
update translation files for translators 2.0.0 beta
John Rouillard <rouilj@ieee.org>
parents:
5951
diff
changeset
|
4546 #: ../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
|
4547 #: ../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
|
4548 #: ../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
|
4549 #: ../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
|
4550 msgid "Login Name" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
4551 msgstr "Bejelentkezési név" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
4552 |
|
6134
63739dae0f7e
update translation files for translators 2.0.0 beta
John Rouillard <rouilj@ieee.org>
parents:
5951
diff
changeset
|
4553 #: ../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
|
4554 #: ../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
|
4555 #: ../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
|
4556 #: ../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
|
4557 msgid "Login Password" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
4558 msgstr "Bejelentkezési jelszó" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
4559 |
|
6134
63739dae0f7e
update translation files for translators 2.0.0 beta
John Rouillard <rouilj@ieee.org>
parents:
5951
diff
changeset
|
4560 #: ../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
|
4561 #: ../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
|
4562 #: ../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
|
4563 #: ../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
|
4564 msgid "Confirm Password" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
4565 msgstr "Jelszó megerősítése" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
4566 |
|
6134
63739dae0f7e
update translation files for translators 2.0.0 beta
John Rouillard <rouilj@ieee.org>
parents:
5951
diff
changeset
|
4567 #: ../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
|
4568 #: ../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
|
4569 #: ../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
|
4570 msgid "Phone" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
4571 msgstr "Telefon" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
4572 |
|
6134
63739dae0f7e
update translation files for translators 2.0.0 beta
John Rouillard <rouilj@ieee.org>
parents:
5951
diff
changeset
|
4573 #: ../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
|
4574 #: ../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
|
4575 #: ../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
|
4576 #: ../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
|
4577 msgid "E-mail address" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
4578 msgstr "E-mail címek" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
4579 |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
4580 #: ../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
|
4581 #: ../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
|
4582 #: ../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
|
4583 #: ../share/roundup/templates/responsive/html/user.rego_progress.html:3 |
| 3781 | 4584 msgid "Registration in progress - ${tracker}" |
| 4585 msgstr "Regisztráció folyamatban - ${tracker}" | |
| 4586 | |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
4587 #: ../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
|
4588 #: ../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
|
4589 #: ../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
|
4590 #: ../share/roundup/templates/responsive/html/user.rego_progress.html:5 |
| 3781 | 4591 msgid "Registration in progress..." |
| 4592 msgstr "Regisztráció folyamatban..." | |
| 4593 | |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
4594 #: ../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
|
4595 #: ../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
|
4596 #: ../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
|
4597 #: ../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
|
4598 msgid "" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
4599 "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
|
4600 "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
|
4601 msgstr "" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
4602 "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
|
4603 "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
|
4604 |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
4605 # priority translations: |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
4606 #: ../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
|
4607 #: ../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
|
4608 msgid "critical" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
4609 msgstr "kritikus" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
4610 |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
4611 #: ../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
|
4612 #: ../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
|
4613 msgid "urgent" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
4614 msgstr "sürgős" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
4615 |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
4616 #: ../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
|
4617 #: ../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
|
4618 msgid "bug" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
4619 msgstr "hiba" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
4620 |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
4621 #: ../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
|
4622 #: ../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
|
4623 msgid "feature" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
4624 msgstr "szolgáltatás" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
4625 |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
4626 #: ../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
|
4627 #: ../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
|
4628 msgid "wish" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
4629 msgstr "óhaj" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
4630 |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
4631 # status translations: |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
4632 #: ../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
|
4633 #: ../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
|
4634 msgid "unread" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
4635 msgstr "nem olvasott" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
4636 |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
4637 #: ../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
|
4638 #: ../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
|
4639 msgid "deferred" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
4640 msgstr "elutasítva" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
4641 |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
4642 #: ../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
|
4643 #: ../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
|
4644 msgid "chatting" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
4645 msgstr "megbeszélés" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
4646 |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
4647 #: ../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
|
4648 #: ../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
|
4649 msgid "need-eg" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
4650 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
|
4651 |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
4652 #: ../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
|
4653 #: ../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
|
4654 msgid "in-progress" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
4655 msgstr "folyamatban" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
4656 |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
4657 #: ../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
|
4658 #: ../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
|
4659 msgid "testing" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
4660 msgstr "tesztelés" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
4661 |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
4662 #: ../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
|
4663 #: ../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
|
4664 msgid "done-cbb" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
4665 msgstr "elkészült-lehetne jobb" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
4666 |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
4667 #: ../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
|
4668 #: ../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
|
4669 msgid "resolved" |
|
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
4670 msgstr "megoldva" |
| 3781 | 4671 |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
4672 #: ../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
|
4673 #: ../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
|
4674 #, fuzzy |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
4675 msgid "Message classified as" |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
4676 msgstr "Üzenetek listája" |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
4677 |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
4678 #: ../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
|
4679 #: ../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
|
4680 msgid "Unable to classify message, got error:" |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
4681 msgstr "" |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
4682 |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4683 #: ../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
|
4684 #: ../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
|
4685 msgid "" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4686 "<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
|
4687 "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
|
4688 "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
|
4689 "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
|
4690 "(\"\"). </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
|
4691 "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
|
4692 "<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
|
4693 "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
|
4694 msgstr "" |
|
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.index.html:3 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4697 #: ../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
|
4698 #: ../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
|
4699 #: ../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
|
4700 #, fuzzy |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4701 msgid "List of bugs" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4702 msgstr "Ügyek listája" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4703 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4704 #: ../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
|
4705 #: ../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
|
4706 #: ../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
|
4707 #: ../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
|
4708 msgid "Severity" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4709 msgstr "" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4710 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4711 #: ../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
|
4712 #: ../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
|
4713 #: ../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
|
4714 #: ../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
|
4715 #: ../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
|
4716 #: ../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
|
4717 msgid "Components" |
|
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.index.html:33 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4721 #: ../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
|
4722 #: ../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
|
4723 #: ../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
|
4724 msgid "Versions" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4725 msgstr "" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4726 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4727 #: ../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
|
4728 #: ../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
|
4729 #: ../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
|
4730 #: ../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
|
4731 #: ../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
|
4732 #: ../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
|
4733 #: ../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
|
4734 #: ../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
|
4735 msgid "Resolution" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4736 msgstr "" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4737 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4738 #: ../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
|
4739 #: ../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
|
4740 msgid "Depends On" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4741 msgstr "" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4742 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4743 #: ../share/roundup/templates/devel/html/bug.item.html:6 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4744 #: ../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
|
4745 #, fuzzy |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4746 msgid "Bug ${id}: ${title} - ${tracker}" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4747 msgstr "${id}. ügy: ${title} - ${tracker}" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4748 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4749 #: ../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
|
4750 #: ../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
|
4751 #, fuzzy |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4752 msgid "New Bug report - ${tracker}" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4753 msgstr "Új felhasználó - ${tracker}" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4754 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4755 #: ../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
|
4756 #: ../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
|
4757 #, fuzzy |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4758 msgid "New Bug" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4759 msgstr "Új ügy" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4760 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4761 #: ../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
|
4762 #: ../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
|
4763 #, fuzzy |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4764 msgid "New Bug Editing" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4765 msgstr "Új ügy szerkesztése" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4766 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4767 #: ../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
|
4768 #: ../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
|
4769 #, fuzzy |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4770 msgid "Bug ${id}" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4771 msgstr "${id}. ügy" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4772 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4773 #: ../share/roundup/templates/devel/html/bug.item.html:21 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4774 #: ../share/roundup/templates/responsive/html/bug.item.html:21 |
|
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 "Bug ${id} Editing" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4777 msgstr "${id}. ügy szerkesztése" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4778 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4779 #: ../share/roundup/templates/devel/html/bug.item.html:57 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4780 msgid "<span>Type</span>:" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4781 msgstr "" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4782 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4783 #: ../share/roundup/templates/devel/html/bug.item.html:63 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4784 msgid "<span>Severity</span>:" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4785 msgstr "" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4786 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4787 #: ../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
|
4788 msgid "<span>Components</span>:" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4789 msgstr "" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4790 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4791 #: ../share/roundup/templates/devel/html/bug.item.html:78 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4792 msgid "<span>Versions</span>:" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4793 msgstr "" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4794 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4795 #: ../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
|
4796 msgid "<span>Status</span>:" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4797 msgstr "" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4798 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4799 #: ../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
|
4800 msgid "<span>Resolution</span>:" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4801 msgstr "" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4802 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4803 #: ../share/roundup/templates/devel/html/bug.item.html:104 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4804 #: ../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
|
4805 #: ../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
|
4806 #: ../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
|
4807 #: ../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
|
4808 #: ../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
|
4809 msgid "Dependencies" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4810 msgstr "" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4811 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4812 #: ../share/roundup/templates/devel/html/bug.item.html:116 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4813 #: ../share/roundup/templates/devel/html/task.item.html:91 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4814 msgid "x:" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4815 msgstr "" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4816 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4817 #: ../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
|
4818 #: ../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
|
4819 #: ../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
|
4820 #: ../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
|
4821 msgid "View" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4822 msgstr "" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4823 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4824 #: ../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
|
4825 #: ../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
|
4826 #, fuzzy |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4827 msgid "Keywords:" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4828 msgstr "Témák" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4829 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4830 #: ../share/roundup/templates/devel/html/bug.item.html:156 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4831 #: ../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
|
4832 msgid "Comment" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4833 msgstr "" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4834 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4835 #: ../share/roundup/templates/devel/html/bug.item.html:171 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4836 #: ../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
|
4837 #: ../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
|
4838 #: ../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
|
4839 msgid "File Description" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4840 msgstr "" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4841 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4842 #: ../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
|
4843 #: ../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
|
4844 #: ../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
|
4845 #: ../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
|
4846 #, fuzzy |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4847 msgid "" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4848 "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
|
4849 "${activity}</b> by <b>${actor}</b>." |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4850 msgstr "" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4851 "<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
|
4852 "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
|
4853 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4854 #: ../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
|
4855 #: ../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
|
4856 #: ../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
|
4857 #: ../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
|
4858 #: ../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
|
4859 #: ../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
|
4860 #: ../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
|
4861 #: ../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
|
4862 #: ../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
|
4863 #: ../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
|
4864 #: ../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
|
4865 #: ../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
|
4866 #: ../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
|
4867 #: ../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
|
4868 #: ../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
|
4869 #: ../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
|
4870 #: ../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
|
4871 #: ../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
|
4872 #, fuzzy |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4873 msgid "Description" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4874 msgstr "létrehozás" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4875 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4876 #: ../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
|
4877 #: ../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
|
4878 #: ../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
|
4879 #: ../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
|
4880 #, fuzzy |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4881 msgid "msg${id}" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4882 msgstr "${id}. felhasználó" |
|
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.item.html:297 |
|
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.item.html:210 |
|
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.item.html:356 |
|
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.item.html:325 |
|
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 "Author: ${author} ()" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4890 msgstr "Szerző: ${author}" |
|
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:2 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4893 #: ../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
|
4894 #, fuzzy |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4895 msgid "Bug searching - ${tracker}" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4896 msgstr "Ügy keresése - ${tracker}" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4897 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4898 #: ../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
|
4899 #: ../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
|
4900 #, fuzzy |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4901 msgid "Bug searching" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4902 msgstr "Ügy keresése" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4903 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4904 #: ../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
|
4905 #: ../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
|
4906 #: ../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
|
4907 #: ../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
|
4908 #, fuzzy |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4909 msgid "Last actor:" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4910 msgstr "végezte" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4911 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4912 #: ../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
|
4913 #: ../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
|
4914 #: ../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
|
4915 #: ../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
|
4916 #, fuzzy |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4917 msgid "Nosy list member:" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4918 msgstr "Kíváncsiak listája" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4919 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4920 #: ../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
|
4921 #: ../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
|
4922 #: ../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
|
4923 #: ../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
|
4924 #, fuzzy |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4925 msgid "Type:" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4926 msgstr "Típus" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4927 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4928 #: ../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
|
4929 #: ../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
|
4930 #: ../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
|
4931 #: ../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
|
4932 msgid "Components:" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4933 msgstr "" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4934 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4935 #: ../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
|
4936 #: ../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
|
4937 #: ../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
|
4938 msgid "Versions:" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4939 msgstr "" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4940 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4941 #: ../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
|
4942 #: ../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
|
4943 #: ../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
|
4944 #: ../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
|
4945 msgid "Depends on:" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4946 msgstr "" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4947 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4948 #: ../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
|
4949 #: ../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
|
4950 #: ../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
|
4951 #, fuzzy |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4952 msgid "not set" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4953 msgstr "nem kijelölt" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4954 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4955 #: ../share/roundup/templates/devel/html/bug.search.html:223 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4956 #: ../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
|
4957 #: ../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
|
4958 #: ../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
|
4959 #, fuzzy |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4960 msgid "not closed" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4961 msgstr "nem kijelölt" |
|
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/bug.search.html:237 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4964 #: ../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
|
4965 #: ../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
|
4966 #: ../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
|
4967 #: ../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
|
4968 msgid "Resolution:" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4969 msgstr "" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4970 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4971 #: ../share/roundup/templates/devel/html/bug.search.html:297 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4972 #: ../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
|
4973 #, fuzzy |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4974 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
|
4975 msgstr "" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4976 "*: 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
|
4977 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4978 #: ../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
|
4979 #: ../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
|
4980 #, fuzzy |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4981 msgid "${what} help - ${tracker}" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4982 msgstr "${property} segítség - ${tracker}" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4983 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4984 #: ../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
|
4985 #: ../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
|
4986 #: ../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
|
4987 #: ../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
|
4988 #, fuzzy |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4989 msgid "List of keywords" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4990 msgstr "Fájlok listája" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4991 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4992 #: ../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
|
4993 #: ../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
|
4994 #, fuzzy |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4995 msgid "Keyword ${id}: ${title} - ${tracker}" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4996 msgstr "${id}. felhasználó: ${title} - ${tracker}" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4997 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4998 #: ../share/roundup/templates/devel/html/keyword.item.html:11 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
4999 #: ../share/roundup/templates/responsive/html/keyword.item.html:11 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5000 #, fuzzy |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5001 msgid "New Keyword - ${tracker}" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5002 msgstr "Új felhasználó - ${tracker}" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5003 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5004 #: ../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
|
5005 #: ../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
|
5006 #, fuzzy |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5007 msgid "New Keyword" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5008 msgstr "Téma" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5009 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5010 #: ../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
|
5011 #: ../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
|
5012 #, fuzzy |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5013 msgid "New Keyword Editing" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5014 msgstr "Téma szerkesztése" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5015 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5016 #: ../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
|
5017 #: ../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
|
5018 #, fuzzy |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5019 msgid "Keyword${id}" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5020 msgstr "Téma" |
|
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/keyword.item.html:27 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5023 #: ../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
|
5024 #, fuzzy |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5025 msgid "Keyword${id} Editing" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5026 msgstr "${id}. felhasználó szerkesztése" |
|
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/keyword.item.html:57 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5029 #: ../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
|
5030 #, fuzzy |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5031 msgid "Description:" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5032 msgstr "Csökkenő:" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5033 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5034 #: ../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
|
5035 #: ../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
|
5036 #: ../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
|
5037 #: ../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
|
5038 #, fuzzy |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5039 msgid "List of milestones" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5040 msgstr "Fájlok listája" |
|
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/msg.item.html:52 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5043 #: ../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
|
5044 #, fuzzy |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5045 msgid "Message-id" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5046 msgstr "${id}. üzenet" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5047 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5048 #: ../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
|
5049 #: ../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
|
5050 msgid "In-reply-to" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5051 msgstr "" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5052 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5053 #: ../share/roundup/templates/devel/html/page.html:45 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5054 #: ../share/roundup/templates/responsive/html/page.html:61 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5055 msgid "Bugs" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5056 msgstr "" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5057 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5058 #: ../share/roundup/templates/devel/html/page.html:51 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5059 #: ../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
|
5060 #: ../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
|
5061 #: ../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
|
5062 #: ../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
|
5063 #: ../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
|
5064 #, fuzzy |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5065 msgid "Show Open" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5066 msgstr "Ügy mutatása:" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5067 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5068 #: ../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
|
5069 #, fuzzy |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5070 msgid "Show bug:" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5071 msgstr "Ügy mutatása:" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5072 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5073 #: ../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
|
5074 #: ../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
|
5075 msgid "Tasks" |
|
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/page.html:130 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5079 #, fuzzy |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5080 msgid "Show task:" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5081 msgstr "Ügy mutatása:" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5082 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5083 #: ../share/roundup/templates/devel/html/page.html:140 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5084 #: ../share/roundup/templates/responsive/html/page.html:159 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5085 msgid "Milestones" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5086 msgstr "" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5087 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5088 #: ../share/roundup/templates/devel/html/page.html:160 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5089 #, fuzzy |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5090 msgid "User" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5091 msgstr "Felhasználó hozzáadása" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5092 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5093 #: ../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
|
5094 #: ../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
|
5095 #, fuzzy |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5096 msgid "Bugs assigned to you" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5097 msgstr "nekem adva" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5098 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5099 #: ../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
|
5100 #: ../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
|
5101 #, fuzzy |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5102 msgid "" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5103 "<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
|
5104 "\">edit</a>)" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5105 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
|
5106 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5107 #: ../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
|
5108 #: ../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
|
5109 #, fuzzy |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5110 msgid "Edit Keywords" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5111 msgstr "Létező témák" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5112 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5113 #: ../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
|
5114 #: ../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
|
5115 #: ../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
|
5116 #: ../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
|
5117 #, fuzzy |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5118 msgid "List of patches - ${tracker}" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5119 msgstr "Osztályok listája - ${tracker}" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5120 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5121 #: ../share/roundup/templates/devel/html/patch.index.html:5 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5122 #: ../share/roundup/templates/devel/html/patch.index.html:38 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5123 #: ../share/roundup/templates/responsive/html/patch.index.html:5 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5124 #: ../share/roundup/templates/responsive/html/patch.index.html:38 |
|
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 "List of patches" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5127 msgstr "Osztályok listája" |
|
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/patch.item.html:2 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5130 #: ../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
|
5131 #: ../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
|
5132 #: ../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
|
5133 #, fuzzy |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5134 msgid "Patch display - ${tracker}" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5135 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
|
5136 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5137 #: ../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
|
5138 #: ../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
|
5139 msgid "Modify patch" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5140 msgstr "" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5141 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5142 #: ../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
|
5143 #: ../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
|
5144 #: ../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
|
5145 #: ../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
|
5146 msgid "Repository" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5147 msgstr "" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5148 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5149 #: ../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
|
5150 #: ../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
|
5151 #: ../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
|
5152 #: ../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
|
5153 msgid "Repository revision" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5154 msgstr "" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5155 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5156 #: ../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
|
5157 #: ../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
|
5158 #, fuzzy |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5159 msgid "Patch display" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5160 msgstr "Fájl megjelenítés" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5161 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5162 #: ../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
|
5163 #: ../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
|
5164 #, fuzzy |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5165 msgid "${start}.. ${end} out of ${total}" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5166 msgstr "${start}..${end}, összesen ${total}" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5167 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5168 #: ../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
|
5169 #: ../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
|
5170 #: ../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
|
5171 #: ../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
|
5172 #, fuzzy |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5173 msgid "List of tasks" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5174 msgstr "Osztályok listája" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5175 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5176 #: ../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
|
5177 #: ../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
|
5178 #, fuzzy |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5179 msgid "Task ${id}: ${title} - ${tracker}" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5180 msgstr "${id}. felhasználó: ${title} - ${tracker}" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5181 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5182 #: ../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
|
5183 #: ../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
|
5184 #, fuzzy |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5185 msgid "New Task - ${tracker}" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5186 msgstr "Új felhasználó - ${tracker}" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5187 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5188 #: ../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
|
5189 #: ../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
|
5190 #, fuzzy |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5191 msgid "New Task" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5192 msgstr "Új felhasználó" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5193 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5194 #: ../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
|
5195 #: ../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
|
5196 #, fuzzy |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5197 msgid "New Task Editing" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5198 msgstr "Új felhasználó szerkesztése" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5199 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5200 #: ../share/roundup/templates/devel/html/task.item.html:18 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5201 #: ../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
|
5202 #, fuzzy |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5203 msgid "Task ${id}" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5204 msgstr "${id}. felhasználó" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5205 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5206 #: ../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
|
5207 #: ../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
|
5208 #, fuzzy |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5209 msgid "Task${id} Editing" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5210 msgstr "${id}. felhasználó szerkesztése" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5211 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5212 #: ../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
|
5213 #: ../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
|
5214 #: ../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
|
5215 msgid ":" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5216 msgstr "" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5217 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5218 #: ../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
|
5219 #: ../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
|
5220 #, fuzzy |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5221 msgid "Task searching - ${tracker}" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5222 msgstr "Ügy keresése - ${tracker}" |
|
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/devel/html/task.search.html:4 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5225 #: ../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
|
5226 #, fuzzy |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5227 msgid "Task searching" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5228 msgstr "Ügy keresése" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5229 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5230 #: ../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
|
5231 #: ../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
|
5232 #, fuzzy |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5233 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
|
5234 msgstr "" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5235 "*: 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
|
5236 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5237 #: ../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
|
5238 #: ../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
|
5239 msgid "" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5240 "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
|
5241 "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
|
5242 "@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
|
5243 "changed after login." |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5244 msgstr "" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5245 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5246 #: ../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
|
5247 #: ../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
|
5248 msgid "" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5249 "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
|
5250 "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
|
5251 "sourceforge username." |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5252 msgstr "" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5253 |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
5254 #: ../share/roundup/templates/minimal/html/home.html:2 |
| 3781 | 5255 msgid "Tracker home - ${tracker}" |
| 5256 msgstr "Hibakövető - ${tracker}" | |
| 5257 | |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
5258 #: ../share/roundup/templates/minimal/html/home.html:4 |
| 3781 | 5259 msgid "Tracker home" |
|
3928
24440a420f53
translations revised by kilo aka Gabor Kmetyko
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
3781
diff
changeset
|
5260 msgstr "Hibakövető" |
| 3781 | 5261 |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
5262 #: ../share/roundup/templates/minimal/html/home.html:16 |
| 3781 | 5263 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
|
5264 msgstr "Kérem válasszon a bal oldali menüből." |
| 3781 | 5265 |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
5266 #: ../share/roundup/templates/minimal/html/home.html:19 |
| 3781 | 5267 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
|
5268 msgstr "Jelentkezzen be vagy regisztráljon." |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
5269 |
|
6405
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5270 #: ../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
|
5271 #: ../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
|
5272 #: ../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
|
5273 #: ../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
|
5274 #: ../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
|
5275 #: ../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
|
5276 msgid "Previous" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5277 msgstr "" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5278 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5279 #: ../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
|
5280 #: ../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
|
5281 #: ../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
|
5282 #, fuzzy |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5283 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
|
5284 msgstr "${start}..${end}, összesen ${total}" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5285 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5286 #: ../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
|
5287 #: ../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
|
5288 #: ../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
|
5289 #: ../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
|
5290 #: ../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
|
5291 #: ../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
|
5292 msgid "Next" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5293 msgstr "" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5294 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5295 #: ../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
|
5296 msgid "Version" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5297 msgstr "" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5298 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5299 #: ../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
|
5300 #: ../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
|
5301 msgid "component" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5302 msgstr "" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5303 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5304 #: ../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
|
5305 #: ../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
|
5306 #, fuzzy |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5307 msgid "Assigned to" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5308 msgstr "Kiadva:" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5309 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5310 #: ../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
|
5311 #: ../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
|
5312 #, fuzzy |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5313 msgid "Nosy list" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5314 msgstr "Kíváncsiak listája" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5315 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5316 #: ../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
|
5317 #: ../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
|
5318 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
|
5319 msgstr "" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5320 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5321 #: ../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
|
5322 #, fuzzy |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5323 msgid "Show bug" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5324 msgstr "Ügy mutatása:" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5325 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5326 #: ../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
|
5327 #, fuzzy |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5328 msgid "Show task" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5329 msgstr "Ügy mutatása:" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5330 |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5331 #: ../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
|
5332 #, fuzzy |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5333 msgid "Password" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5334 msgstr "Bejelentkezési jelszó" |
|
a21b574554c3
extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents:
6364
diff
changeset
|
5335 |
|
7209
c1227f883177
Implement password hash testing using new roundup-admin perftest.
John Rouillard <rouilj@ieee.org>
parents:
7204
diff
changeset
|
5336 #, fuzzy |
| 7401 | 5337 #~ msgid "" |
| 5338 #~ "Usage: security [Role name]\n" | |
| 5339 #~ "\n" | |
| 5340 #~ " Display the Permissions available to one or all Roles.\n" | |
| 5341 #~ " " | |
| 5342 #~ msgstr "" | |
| 5343 #~ "Használat: security [szerepkör]\n" | |
| 5344 #~ " Megjeleníti a megadott vagy az összes szerepkör jogosultságait.\n" | |
| 5345 #~ " " | |
| 5346 | |
| 5347 # ../roundup/admin.py:1335 :1341 :1361 | |
| 5348 #~ msgid "Error: %(message)s" | |
| 5349 #~ msgstr "Hiba: %(message)s" | |
| 5350 | |
| 5351 #, fuzzy | |
|
7209
c1227f883177
Implement password hash testing using new roundup-admin perftest.
John Rouillard <rouilj@ieee.org>
parents:
7204
diff
changeset
|
5352 #~ msgid "Tracker updated" |
|
c1227f883177
Implement password hash testing using new roundup-admin perftest.
John Rouillard <rouilj@ieee.org>
parents:
7204
diff
changeset
|
5353 #~ msgstr "Hibakövető" |
|
c1227f883177
Implement password hash testing using new roundup-admin perftest.
John Rouillard <rouilj@ieee.org>
parents:
7204
diff
changeset
|
5354 |
|
7203
12a3cd86668f
auto update 'password_pbkdf2_default_rounds' "
John Rouillard <rouilj@ieee.org>
parents:
7069
diff
changeset
|
5355 #~ msgid "roundup> " |
|
12a3cd86668f
auto update 'password_pbkdf2_default_rounds' "
John Rouillard <rouilj@ieee.org>
parents:
7069
diff
changeset
|
5356 #~ msgstr "roundup> " |
|
12a3cd86668f
auto update 'password_pbkdf2_default_rounds' "
John Rouillard <rouilj@ieee.org>
parents:
7069
diff
changeset
|
5357 |
|
7063
aca710a3b687
update roundup.pot and .po locale files for fixed translations
John Rouillard <rouilj@ieee.org>
parents:
7052
diff
changeset
|
5358 #~ msgid "<em>%s: %s</em>\n" |
|
aca710a3b687
update roundup.pot and .po locale files for fixed translations
John Rouillard <rouilj@ieee.org>
parents:
7052
diff
changeset
|
5359 #~ msgstr "<em>%s: %s</em>\n" |
|
aca710a3b687
update roundup.pot and .po locale files for fixed translations
John Rouillard <rouilj@ieee.org>
parents:
7052
diff
changeset
|
5360 |
|
6223
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6134
diff
changeset
|
5361 #, fuzzy |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6134
diff
changeset
|
5362 #~ msgid " %(description)s (%(name)s for \"%(klass)s\" " |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6134
diff
changeset
|
5363 #~ msgstr " %(description)s (%(name)s)" |
|
85f3f54f9e79
2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents:
6134
diff
changeset
|
5364 |
|
6134
63739dae0f7e
update translation files for translators 2.0.0 beta
John Rouillard <rouilj@ieee.org>
parents:
5951
diff
changeset
|
5365 #~ msgid "Error: %s: %s" |
|
63739dae0f7e
update translation files for translators 2.0.0 beta
John Rouillard <rouilj@ieee.org>
parents:
5951
diff
changeset
|
5366 #~ msgstr "Hiba: %s: %s" |
|
63739dae0f7e
update translation files for translators 2.0.0 beta
John Rouillard <rouilj@ieee.org>
parents:
5951
diff
changeset
|
5367 |
|
5943
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
5368 #~ msgid "WARNING: invalid date tuple %r" |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
5369 #~ 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
|
5370 |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
5371 #~ msgid "%(class)s %(id)s - nothing changed" |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
5372 #~ 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
|
5373 |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
5374 #~ 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
|
5375 #~ 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
|
5376 |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
5377 #~ msgid "File is empty" |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
5378 #~ msgstr "A fájl üres" |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
5379 |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
5380 #~ msgid "*encrypted*" |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
5381 #~ msgstr "*titkosítva*" |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
5382 |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
5383 #~ msgid "Error: apop specification not valid" |
|
52bf078368e8
update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
4843
diff
changeset
|
5384 #~ msgstr "Hiba: az apop specifikáció nem érvényes" |
