~ubuntuone-pqm-team/django/stable

« back to all changes in this revision

Viewing changes to django/contrib/humanize/locale/hu/LC_MESSAGES/django.po

  • Committer: Matias Bordese
  • Date: 2014-08-21 21:22:40 UTC
  • Revision ID: matias.bordese@canonical.com-20140821212240-tij4ms6qzjbdiioz
Tags: 1.5.9
Imported Django 1.5.9 from released tarball.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
# This file is distributed under the same license as the Django package.
2
2
#
3
3
# Translators:
4
 
# Attila Nagy <>, 2012
5
 
# Jannis Leidel <jannis@leidel.info>, 2011
6
 
# János Péter Ronkay <transifex@hangya.net>, 2012
 
4
# Attila Nagy <>, 2012.
 
5
# Jannis Leidel <jannis@leidel.info>, 2011.
 
6
# János Péter Ronkay <transifex@hangya.net>, 2012.
7
7
msgid ""
8
8
msgstr ""
9
 
"Project-Id-Version: django-core\n"
 
9
"Project-Id-Version: Django\n"
10
10
"Report-Msgid-Bugs-To: \n"
11
 
"POT-Creation-Date: 2013-11-15 15:36+0100\n"
12
 
"PO-Revision-Date: 2013-11-16 09:37+0000\n"
13
 
"Last-Translator: Jannis Leidel <jannis@leidel.info>\n"
 
11
"POT-Creation-Date: 2012-10-15 10:57+0200\n"
 
12
"PO-Revision-Date: 2012-03-19 20:34+0000\n"
 
13
"Last-Translator: istvanf <istvan.farkas@gmail.com>\n"
14
14
"Language-Team: Hungarian (http://www.transifex.com/projects/p/django/"
15
15
"language/hu/)\n"
16
16
"MIME-Version: 1.0\n"
19
19
"Language: hu\n"
20
20
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
21
21
 
22
 
#: tests.py:135 templatetags/humanize.py:168
 
22
#: tests.py:125 templatetags/humanize.py:167
23
23
msgid "today"
24
24
msgstr "ma"
25
25
 
26
 
#: tests.py:135 templatetags/humanize.py:172
 
26
#: tests.py:125 templatetags/humanize.py:171
27
27
msgid "yesterday"
28
28
msgstr "tegnap"
29
29
 
30
 
#: tests.py:135 templatetags/humanize.py:170
 
30
#: tests.py:125 templatetags/humanize.py:169
31
31
msgid "tomorrow"
32
32
msgstr "holnap"
33
33
 
34
 
#: templatetags/humanize.py:26
 
34
#: templatetags/humanize.py:25
35
35
msgid "th"
36
36
msgstr "."
37
37
 
38
 
#: templatetags/humanize.py:26
 
38
#: templatetags/humanize.py:25
39
39
msgid "st"
40
40
msgstr "."
41
41
 
42
 
#: templatetags/humanize.py:26
 
42
#: templatetags/humanize.py:25
43
43
msgid "nd"
44
44
msgstr "."
45
45
 
46
 
#: templatetags/humanize.py:26
 
46
#: templatetags/humanize.py:25
47
47
msgid "rd"
48
48
msgstr "."
49
49
 
50
 
#: templatetags/humanize.py:55
 
50
#: templatetags/humanize.py:54
51
51
#, python-format
52
52
msgid "%(value).1f million"
53
53
msgid_plural "%(value).1f million"
54
54
msgstr[0] "%(value)1f millió"
55
55
msgstr[1] "%(value)1f millió"
56
56
 
57
 
#: templatetags/humanize.py:56
 
57
#: templatetags/humanize.py:55
58
58
#, python-format
59
59
msgid "%(value)s million"
60
60
msgid_plural "%(value)s million"
61
61
msgstr[0] "%(value)s millió"
62
62
msgstr[1] "%(value)s millió"
63
63
 
64
 
#: templatetags/humanize.py:59
 
64
#: templatetags/humanize.py:58
65
65
#, python-format
66
66
msgid "%(value).1f billion"
67
67
msgid_plural "%(value).1f billion"
68
68
msgstr[0] "%(value)1f milliárd"
69
69
msgstr[1] "%(value)1f milliárd"
70
70
 
71
 
#: templatetags/humanize.py:60
 
71
#: templatetags/humanize.py:59
72
72
#, python-format
73
73
msgid "%(value)s billion"
74
74
msgid_plural "%(value)s billion"
75
75
msgstr[0] " %(value)s milliárd"
76
76
msgstr[1] " %(value)s milliárd"
77
77
 
78
 
#: templatetags/humanize.py:63
 
78
#: templatetags/humanize.py:62
79
79
#, python-format
80
80
msgid "%(value).1f trillion"
81
81
msgid_plural "%(value).1f trillion"
82
82
msgstr[0] "%(value)1f trilliárd"
83
83
msgstr[1] "%(value)1f trilliárd"
84
84
 
85
 
#: templatetags/humanize.py:64
 
85
#: templatetags/humanize.py:63
86
86
#, python-format
87
87
msgid "%(value)s trillion"
88
88
msgid_plural "%(value)s trillion"
89
89
msgstr[0] "%(value)s billió"
90
90
msgstr[1] "%(value)s billió"
91
91
 
92
 
#: templatetags/humanize.py:67
 
92
#: templatetags/humanize.py:66
93
93
#, python-format
94
94
msgid "%(value).1f quadrillion"
95
95
msgid_plural "%(value).1f quadrillion"
96
96
msgstr[0] "%(value).1f billiárd"
97
97
msgstr[1] "%(value).1f billiárd"
98
98
 
99
 
#: templatetags/humanize.py:68
 
99
#: templatetags/humanize.py:67
100
100
#, python-format
101
101
msgid "%(value)s quadrillion"
102
102
msgid_plural "%(value)s quadrillion"
103
103
msgstr[0] "%(value)s billiárd"
104
104
msgstr[1] "%(value)s billiárd"
105
105
 
106
 
#: templatetags/humanize.py:71
 
106
#: templatetags/humanize.py:70
107
107
#, python-format
108
108
msgid "%(value).1f quintillion"
109
109
msgid_plural "%(value).1f quintillion"
110
110
msgstr[0] "%(value).1f trillió"
111
111
msgstr[1] "%(value).1f trillió"
112
112
 
113
 
#: templatetags/humanize.py:72
 
113
#: templatetags/humanize.py:71
114
114
#, python-format
115
115
msgid "%(value)s quintillion"
116
116
msgid_plural "%(value)s quintillion"
117
117
msgstr[0] "%(value)s trillió"
118
118
msgstr[1] "%(value)s trillió"
119
119
 
120
 
#: templatetags/humanize.py:75
 
120
#: templatetags/humanize.py:74
121
121
#, python-format
122
122
msgid "%(value).1f sextillion"
123
123
msgid_plural "%(value).1f sextillion"
124
124
msgstr[0] "%(value).1f trilliárd"
125
125
msgstr[1] "%(value).1f trilliárd"
126
126
 
127
 
#: templatetags/humanize.py:76
 
127
#: templatetags/humanize.py:75
128
128
#, python-format
129
129
msgid "%(value)s sextillion"
130
130
msgid_plural "%(value)s sextillion"
131
131
msgstr[0] "%(value)s trilliárd"
132
132
msgstr[1] "%(value)s trilliárd"
133
133
 
134
 
#: templatetags/humanize.py:79
 
134
#: templatetags/humanize.py:78
135
135
#, python-format
136
136
msgid "%(value).1f septillion"
137
137
msgid_plural "%(value).1f septillion"
138
138
msgstr[0] "%(value).1f kvadrillió"
139
139
msgstr[1] "%(value).1f kvadrillió"
140
140
 
141
 
#: templatetags/humanize.py:80
 
141
#: templatetags/humanize.py:79
142
142
#, python-format
143
143
msgid "%(value)s septillion"
144
144
msgid_plural "%(value)s septillion"
145
145
msgstr[0] "%(value)s kvadrillió"
146
146
msgstr[1] "%(value)s kvadrillió"
147
147
 
148
 
#: templatetags/humanize.py:83
 
148
#: templatetags/humanize.py:82
149
149
#, python-format
150
150
msgid "%(value).1f octillion"
151
151
msgid_plural "%(value).1f octillion"
152
152
msgstr[0] "%(value).1f kvadrilliárd"
153
153
msgstr[1] "%(value).1f kvadrilliárd"
154
154
 
155
 
#: templatetags/humanize.py:84
 
155
#: templatetags/humanize.py:83
156
156
#, python-format
157
157
msgid "%(value)s octillion"
158
158
msgid_plural "%(value)s octillion"
159
159
msgstr[0] "%(value)s kvadrilliárd"
160
160
msgstr[1] "%(value)s kvadrilliárd"
161
161
 
162
 
#: templatetags/humanize.py:87
 
162
#: templatetags/humanize.py:86
163
163
#, python-format
164
164
msgid "%(value).1f nonillion"
165
165
msgid_plural "%(value).1f nonillion"
166
166
msgstr[0] "%(value).1f kvintillió"
167
167
msgstr[1] "%(value).1f kvintillió"
168
168
 
169
 
#: templatetags/humanize.py:88
 
169
#: templatetags/humanize.py:87
170
170
#, python-format
171
171
msgid "%(value)s nonillion"
172
172
msgid_plural "%(value)s nonillion"
173
173
msgstr[0] "%(value)s kvintillió"
174
174
msgstr[1] "%(value)s kvintillió"
175
175
 
176
 
#: templatetags/humanize.py:91
 
176
#: templatetags/humanize.py:90
177
177
#, python-format
178
178
msgid "%(value).1f decillion"
179
179
msgid_plural "%(value).1f decillion"
180
180
msgstr[0] "%(value).1f kvintilliárd"
181
181
msgstr[1] "%(value).1f kvintilliárd"
182
182
 
183
 
#: templatetags/humanize.py:92
 
183
#: templatetags/humanize.py:91
184
184
#, python-format
185
185
msgid "%(value)s decillion"
186
186
msgid_plural "%(value)s decillion"
187
187
msgstr[0] "%(value)s kvintilliárd"
188
188
msgstr[1] "%(value)s kvintilliárd"
189
189
 
190
 
#: templatetags/humanize.py:95
 
190
#: templatetags/humanize.py:94
191
191
#, python-format
192
192
msgid "%(value).1f googol"
193
193
msgid_plural "%(value).1f googol"
194
194
msgstr[0] "%(value).1f googol"
195
195
msgstr[1] "%(value).1f googol"
196
196
 
197
 
#: templatetags/humanize.py:96
 
197
#: templatetags/humanize.py:95
198
198
#, python-format
199
199
msgid "%(value)s googol"
200
200
msgid_plural "%(value)s googol"
201
201
msgstr[0] "%(value)s googol"
202
202
msgstr[1] "%(value)s googol"
203
203
 
204
 
#: templatetags/humanize.py:145
 
204
#: templatetags/humanize.py:144
205
205
msgid "one"
206
206
msgstr "egy"
207
207
 
208
 
#: templatetags/humanize.py:145
 
208
#: templatetags/humanize.py:144
209
209
msgid "two"
210
210
msgstr "kettő"
211
211
 
212
 
#: templatetags/humanize.py:145
 
212
#: templatetags/humanize.py:144
213
213
msgid "three"
214
214
msgstr "három"
215
215
 
216
 
#: templatetags/humanize.py:145
 
216
#: templatetags/humanize.py:144
217
217
msgid "four"
218
218
msgstr "négy"
219
219
 
220
 
#: templatetags/humanize.py:145
 
220
#: templatetags/humanize.py:144
221
221
msgid "five"
222
222
msgstr "öt"
223
223
 
224
 
#: templatetags/humanize.py:145
 
224
#: templatetags/humanize.py:144
225
225
msgid "six"
226
226
msgstr "hat"
227
227
 
228
 
#: templatetags/humanize.py:145
 
228
#: templatetags/humanize.py:144
229
229
msgid "seven"
230
230
msgstr "hét"
231
231
 
232
 
#: templatetags/humanize.py:145
 
232
#: templatetags/humanize.py:144
233
233
msgid "eight"
234
234
msgstr "nyolc"
235
235
 
236
 
#: templatetags/humanize.py:145
 
236
#: templatetags/humanize.py:144
237
237
msgid "nine"
238
238
msgstr "kilenc"
239
239
 
240
 
#: templatetags/humanize.py:191
 
240
#: templatetags/humanize.py:190
241
241
#, python-format
242
242
msgctxt "naturaltime"
243
243
msgid "%(delta)s ago"
244
244
msgstr " %(delta)s ezelőtt"
245
245
 
246
 
#: templatetags/humanize.py:194 templatetags/humanize.py:219
 
246
#: templatetags/humanize.py:193 templatetags/humanize.py:215
247
247
msgid "now"
248
248
msgstr "most"
249
249
 
250
 
#. Translators: please keep a non-breaking space (U+00A0)
251
 
#. between count and time unit.
252
 
#: templatetags/humanize.py:201
 
250
#: templatetags/humanize.py:196
253
251
#, python-format
254
252
msgid "a second ago"
255
 
msgid_plural "%(count)s seconds ago"
 
253
msgid_plural "%(count)s seconds ago"
256
254
msgstr[0] "egy másodperccel ezelőtt"
257
255
msgstr[1] "%(count)s másodperccel ezelőtt"
258
256
 
259
 
#. Translators: please keep a non-breaking space (U+00A0)
260
 
#. between count and time unit.
261
 
#: templatetags/humanize.py:208
 
257
#: templatetags/humanize.py:201
262
258
#, python-format
263
259
msgid "a minute ago"
264
 
msgid_plural "%(count)s minutes ago"
 
260
msgid_plural "%(count)s minutes ago"
265
261
msgstr[0] "egy perccel ezelőtt"
266
262
msgstr[1] "%(count)s perccel ezelőtt"
267
263
 
268
 
#. Translators: please keep a non-breaking space (U+00A0)
269
 
#. between count and time unit.
270
 
#: templatetags/humanize.py:215
 
264
#: templatetags/humanize.py:206
271
265
#, python-format
272
266
msgid "an hour ago"
273
 
msgid_plural "%(count)s hours ago"
 
267
msgid_plural "%(count)s hours ago"
274
268
msgstr[0] "egy órával ezelőtt"
275
269
msgstr[1] "%(count)s órával ezelőtt"
276
270
 
277
 
#: templatetags/humanize.py:216
 
271
#: templatetags/humanize.py:212
278
272
#, python-format
279
273
msgctxt "naturaltime"
280
274
msgid "%(delta)s from now"
281
275
msgstr "%(delta)s mostantól"
282
276
 
283
 
#. Translators: please keep a non-breaking space (U+00A0)
284
 
#. between count and time unit.
285
 
#: templatetags/humanize.py:229
 
277
#: templatetags/humanize.py:218
286
278
#, python-format
287
279
msgid "a second from now"
288
 
msgid_plural "%(count)s seconds from now"
 
280
msgid_plural "%(count)s seconds from now"
289
281
msgstr[0] "egy másodperccel ezután"
290
282
msgstr[1] "%(count)s másodperccel ezután"
291
283
 
292
 
#. Translators: please keep a non-breaking space (U+00A0)
293
 
#. between count and time unit.
294
 
#: templatetags/humanize.py:236
 
284
#: templatetags/humanize.py:223
295
285
#, python-format
296
286
msgid "a minute from now"
297
 
msgid_plural "%(count)s minutes from now"
 
287
msgid_plural "%(count)s minutes from now"
298
288
msgstr[0] "egy perccel ezután"
299
289
msgstr[1] "%(count)s perccel ezután"
300
290
 
301
 
#. Translators: please keep a non-breaking space (U+00A0)
302
 
#. between count and time unit.
303
 
#: templatetags/humanize.py:243
 
291
#: templatetags/humanize.py:228
304
292
#, python-format
305
293
msgid "an hour from now"
306
 
msgid_plural "%(count)s hours from now"
 
294
msgid_plural "%(count)s hours from now"
307
295
msgstr[0] "egy órával ezután"
308
296
msgstr[1] "%(count)s órával ezután"