~ubuntu-branches/ubuntu/saucy/python-django/saucy-updates

« back to all changes in this revision

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

  • Committer: Package Import Robot
  • Author(s): Luke Faraone, Jakub Wilk, Luke Faraone
  • Date: 2013-05-09 15:10:47 UTC
  • mfrom: (1.1.21) (4.4.27 sid)
  • Revision ID: package-import@ubuntu.com-20130509151047-aqv8d71oj9wvcv8c
Tags: 1.5.1-2
[ Jakub Wilk ]
* Use canonical URIs for Vcs-* fields.

[ Luke Faraone ]
* Upload to unstable.

Show diffs side-by-side

added added

removed removed

Lines of Context:
8
8
msgstr ""
9
9
"Project-Id-Version: Django\n"
10
10
"Report-Msgid-Bugs-To: \n"
11
 
"POT-Creation-Date: 2012-03-23 02:41+0100\n"
 
11
"POT-Creation-Date: 2012-10-15 10:57+0200\n"
12
12
"PO-Revision-Date: 2012-03-11 17:52+0000\n"
13
13
"Last-Translator: Sergey Lysach <sergikoff88@gmail.com>\n"
14
 
"Language-Team: Ukrainian (http://www.transifex.net/projects/p/django/"
 
14
"Language-Team: Ukrainian (http://www.transifex.com/projects/p/django/"
15
15
"language/uk/)\n"
16
 
"Language: uk\n"
17
16
"MIME-Version: 1.0\n"
18
17
"Content-Type: text/plain; charset=UTF-8\n"
19
18
"Content-Transfer-Encoding: 8bit\n"
 
19
"Language: uk\n"
20
20
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n"
21
 
"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2)\n"
 
21
"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
22
22
 
23
 
#: tests.py:108 templatetags/humanize.py:164
 
23
#: tests.py:125 templatetags/humanize.py:167
24
24
msgid "today"
25
25
msgstr "сьогодні"
26
26
 
27
 
#: tests.py:108 templatetags/humanize.py:168
 
27
#: tests.py:125 templatetags/humanize.py:171
28
28
msgid "yesterday"
29
29
msgstr "вчора"
30
30
 
31
 
#: tests.py:108 templatetags/humanize.py:166
 
31
#: tests.py:125 templatetags/humanize.py:169
32
32
msgid "tomorrow"
33
33
msgstr "завтра"
34
34
 
35
 
#: templatetags/humanize.py:24
 
35
#: templatetags/humanize.py:25
36
36
msgid "th"
37
37
msgstr "ий"
38
38
 
39
 
#: templatetags/humanize.py:24
 
39
#: templatetags/humanize.py:25
40
40
msgid "st"
41
41
msgstr "ий"
42
42
 
43
 
#: templatetags/humanize.py:24
 
43
#: templatetags/humanize.py:25
44
44
msgid "nd"
45
45
msgstr "ій"
46
46
 
47
 
#: templatetags/humanize.py:24
 
47
#: templatetags/humanize.py:25
48
48
msgid "rd"
49
49
msgstr "ий"
50
50
 
51
 
#: templatetags/humanize.py:53
 
51
#: templatetags/humanize.py:54
52
52
#, python-format
53
53
msgid "%(value).1f million"
54
54
msgid_plural "%(value).1f million"
56
56
msgstr[1] "%(value).1f мільйони"
57
57
msgstr[2] "%(value).1f мільйонів"
58
58
 
59
 
#: templatetags/humanize.py:54
 
59
#: templatetags/humanize.py:55
60
60
#, python-format
61
61
msgid "%(value)s million"
62
62
msgid_plural "%(value)s million"
64
64
msgstr[1] "%(value)s мільйони"
65
65
msgstr[2] "%(value)s мільйонів"
66
66
 
67
 
#: templatetags/humanize.py:57
 
67
#: templatetags/humanize.py:58
68
68
#, python-format
69
69
msgid "%(value).1f billion"
70
70
msgid_plural "%(value).1f billion"
72
72
msgstr[1] "%(value).1f мільярди"
73
73
msgstr[2] "%(value).1f мільярдів"
74
74
 
75
 
#: templatetags/humanize.py:58
 
75
#: templatetags/humanize.py:59
76
76
#, python-format
77
77
msgid "%(value)s billion"
78
78
msgid_plural "%(value)s billion"
80
80
msgstr[1] "%(value)s мільярди"
81
81
msgstr[2] "%(value)s мільярдів"
82
82
 
83
 
#: templatetags/humanize.py:61
 
83
#: templatetags/humanize.py:62
84
84
#, python-format
85
85
msgid "%(value).1f trillion"
86
86
msgid_plural "%(value).1f trillion"
88
88
msgstr[1] "%(value).1f трильйони"
89
89
msgstr[2] "%(value).1f трильйонів"
90
90
 
91
 
#: templatetags/humanize.py:62
 
91
#: templatetags/humanize.py:63
92
92
#, python-format
93
93
msgid "%(value)s trillion"
94
94
msgid_plural "%(value)s trillion"
96
96
msgstr[1] "%(value)s трильйони"
97
97
msgstr[2] "%(value)s трильйонів"
98
98
 
99
 
#: templatetags/humanize.py:65
 
99
#: templatetags/humanize.py:66
100
100
#, python-format
101
101
msgid "%(value).1f quadrillion"
102
102
msgid_plural "%(value).1f quadrillion"
104
104
msgstr[1] "%(value).1f квадрильйони"
105
105
msgstr[2] "%(value).1f квадрильйонів"
106
106
 
107
 
#: templatetags/humanize.py:66
 
107
#: templatetags/humanize.py:67
108
108
#, python-format
109
109
msgid "%(value)s quadrillion"
110
110
msgid_plural "%(value)s quadrillion"
112
112
msgstr[1] "%(value)s квадрильйони"
113
113
msgstr[2] "%(value)s квадрильйонів"
114
114
 
115
 
#: templatetags/humanize.py:69
 
115
#: templatetags/humanize.py:70
116
116
#, python-format
117
117
msgid "%(value).1f quintillion"
118
118
msgid_plural "%(value).1f quintillion"
120
120
msgstr[1] "%(value).1f квінтильйона"
121
121
msgstr[2] "%(value).1f квінтильйонів"
122
122
 
123
 
#: templatetags/humanize.py:70
 
123
#: templatetags/humanize.py:71
124
124
#, python-format
125
125
msgid "%(value)s quintillion"
126
126
msgid_plural "%(value)s quintillion"
128
128
msgstr[1] "%(value)s квінтильйона"
129
129
msgstr[2] "%(value)s квінтильйонів"
130
130
 
131
 
#: templatetags/humanize.py:73
 
131
#: templatetags/humanize.py:74
132
132
#, python-format
133
133
msgid "%(value).1f sextillion"
134
134
msgid_plural "%(value).1f sextillion"
136
136
msgstr[1] "%(value).1f секстильйона"
137
137
msgstr[2] "%(value).1f секстильйонів"
138
138
 
139
 
#: templatetags/humanize.py:74
 
139
#: templatetags/humanize.py:75
140
140
#, python-format
141
141
msgid "%(value)s sextillion"
142
142
msgid_plural "%(value)s sextillion"
144
144
msgstr[1] "%(value)s секстильйона"
145
145
msgstr[2] "%(value)s секстильйонів"
146
146
 
147
 
#: templatetags/humanize.py:77
 
147
#: templatetags/humanize.py:78
148
148
#, python-format
149
149
msgid "%(value).1f septillion"
150
150
msgid_plural "%(value).1f septillion"
152
152
msgstr[1] "%(value).1f септильйона"
153
153
msgstr[2] "%(value).1f септильйонів"
154
154
 
155
 
#: templatetags/humanize.py:78
 
155
#: templatetags/humanize.py:79
156
156
#, python-format
157
157
msgid "%(value)s septillion"
158
158
msgid_plural "%(value)s septillion"
160
160
msgstr[1] "%(value)s септильйона"
161
161
msgstr[2] "%(value)s септильйонів"
162
162
 
163
 
#: templatetags/humanize.py:81
 
163
#: templatetags/humanize.py:82
164
164
#, python-format
165
165
msgid "%(value).1f octillion"
166
166
msgid_plural "%(value).1f octillion"
168
168
msgstr[1] "%(value).1f октильйони"
169
169
msgstr[2] "%(value).1f октильйонів"
170
170
 
171
 
#: templatetags/humanize.py:82
 
171
#: templatetags/humanize.py:83
172
172
#, python-format
173
173
msgid "%(value)s octillion"
174
174
msgid_plural "%(value)s octillion"
176
176
msgstr[1] "%(value)s октильйони"
177
177
msgstr[2] "%(value)s октильйонів"
178
178
 
179
 
#: templatetags/humanize.py:85
 
179
#: templatetags/humanize.py:86
180
180
#, python-format
181
181
msgid "%(value).1f nonillion"
182
182
msgid_plural "%(value).1f nonillion"
184
184
msgstr[1] "%(value).1f нонільйони"
185
185
msgstr[2] "%(value).1f нонільйонів"
186
186
 
187
 
#: templatetags/humanize.py:86
 
187
#: templatetags/humanize.py:87
188
188
#, python-format
189
189
msgid "%(value)s nonillion"
190
190
msgid_plural "%(value)s nonillion"
192
192
msgstr[1] "%(value)s нонільйони"
193
193
msgstr[2] "%(value)s нонільйонів"
194
194
 
195
 
#: templatetags/humanize.py:89
 
195
#: templatetags/humanize.py:90
196
196
#, python-format
197
197
msgid "%(value).1f decillion"
198
198
msgid_plural "%(value).1f decillion"
200
200
msgstr[1] "%(value).1f децильйони"
201
201
msgstr[2] "%(value).1f децильйонів"
202
202
 
203
 
#: templatetags/humanize.py:90
 
203
#: templatetags/humanize.py:91
204
204
#, python-format
205
205
msgid "%(value)s decillion"
206
206
msgid_plural "%(value)s decillion"
208
208
msgstr[1] "%(value)s децильйони"
209
209
msgstr[2] "%(value)s децильйонів"
210
210
 
211
 
#: templatetags/humanize.py:93
 
211
#: templatetags/humanize.py:94
212
212
#, python-format
213
213
msgid "%(value).1f googol"
214
214
msgid_plural "%(value).1f googol"
216
216
msgstr[1] "%(value).1f гуголі"
217
217
msgstr[2] "%(value).1f гуголів"
218
218
 
219
 
#: templatetags/humanize.py:94
 
219
#: templatetags/humanize.py:95
220
220
#, python-format
221
221
msgid "%(value)s googol"
222
222
msgid_plural "%(value)s googol"
224
224
msgstr[1] "%(value)s гуголі"
225
225
msgstr[2] "%(value)s гуголів"
226
226
 
227
 
#: templatetags/humanize.py:143
 
227
#: templatetags/humanize.py:144
228
228
msgid "one"
229
229
msgstr "один"
230
230
 
231
 
#: templatetags/humanize.py:143
 
231
#: templatetags/humanize.py:144
232
232
msgid "two"
233
233
msgstr "два"
234
234
 
235
 
#: templatetags/humanize.py:143
 
235
#: templatetags/humanize.py:144
236
236
msgid "three"
237
237
msgstr "три"
238
238
 
239
 
#: templatetags/humanize.py:143
 
239
#: templatetags/humanize.py:144
240
240
msgid "four"
241
241
msgstr "чотири"
242
242
 
243
 
#: templatetags/humanize.py:143
 
243
#: templatetags/humanize.py:144
244
244
msgid "five"
245
245
msgstr "п'ять"
246
246
 
247
 
#: templatetags/humanize.py:143
 
247
#: templatetags/humanize.py:144
248
248
msgid "six"
249
249
msgstr "шість"
250
250
 
251
 
#: templatetags/humanize.py:143
 
251
#: templatetags/humanize.py:144
252
252
msgid "seven"
253
253
msgstr "сім"
254
254
 
255
 
#: templatetags/humanize.py:143
 
255
#: templatetags/humanize.py:144
256
256
msgid "eight"
257
257
msgstr "вісім"
258
258
 
259
 
#: templatetags/humanize.py:143
 
259
#: templatetags/humanize.py:144
260
260
msgid "nine"
261
261
msgstr "дев'ять"
262
262
 
263
 
#: templatetags/humanize.py:185
 
263
#: templatetags/humanize.py:190
264
264
#, python-format
265
265
msgctxt "naturaltime"
266
266
msgid "%(delta)s ago"
267
267
msgstr "%(delta)s тому"
268
268
 
269
 
#: templatetags/humanize.py:188 templatetags/humanize.py:210
 
269
#: templatetags/humanize.py:193 templatetags/humanize.py:215
270
270
msgid "now"
271
271
msgstr "зараз"
272
272
 
273
 
#: templatetags/humanize.py:191
 
273
#: templatetags/humanize.py:196
274
274
#, python-format
275
275
msgid "a second ago"
276
276
msgid_plural "%(count)s seconds ago"
278
278
msgstr[1] "%(count)s секунди тому"
279
279
msgstr[2] "%(count)s секунд тому"
280
280
 
281
 
#: templatetags/humanize.py:196
 
281
#: templatetags/humanize.py:201
282
282
#, python-format
283
283
msgid "a minute ago"
284
284
msgid_plural "%(count)s minutes ago"
286
286
msgstr[1] "%(count)s хвилини тому"
287
287
msgstr[2] "%(count)s хвилин тому"
288
288
 
289
 
#: templatetags/humanize.py:201
 
289
#: templatetags/humanize.py:206
290
290
#, python-format
291
291
msgid "an hour ago"
292
292
msgid_plural "%(count)s hours ago"
294
294
msgstr[1] "%(count)s години тому"
295
295
msgstr[2] "%(count)s годин тому"
296
296
 
297
 
#: templatetags/humanize.py:207
 
297
#: templatetags/humanize.py:212
298
298
#, python-format
299
299
msgctxt "naturaltime"
300
300
msgid "%(delta)s from now"
301
301
msgstr "через %(delta)s"
302
302
 
303
 
#: templatetags/humanize.py:213
 
303
#: templatetags/humanize.py:218
304
304
#, python-format
305
305
msgid "a second from now"
306
306
msgid_plural "%(count)s seconds from now"
308
308
msgstr[1] "через %(count)s секунди"
309
309
msgstr[2] "через %(count)s секунд"
310
310
 
311
 
#: templatetags/humanize.py:218
 
311
#: templatetags/humanize.py:223
312
312
#, python-format
313
313
msgid "a minute from now"
314
314
msgid_plural "%(count)s minutes from now"
316
316
msgstr[1] "через %(count)s хвилини"
317
317
msgstr[2] "через %(count)s хвилин"
318
318
 
319
 
#: templatetags/humanize.py:223
 
319
#: templatetags/humanize.py:228
320
320
#, python-format
321
321
msgid "an hour from now"
322
322
msgid_plural "%(count)s hours from now"