~ubuntu-branches/debian/sid/python-django/sid

« back to all changes in this revision

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

  • Committer: Package Import Robot
  • Author(s): Raphaël Hertzog
  • Date: 2014-09-17 14:15:11 UTC
  • mfrom: (1.3.17) (6.2.18 experimental)
  • Revision ID: package-import@ubuntu.com-20140917141511-icneokthe9ww5sk4
Tags: 1.7-2
* Release to unstable.
* Add a migrate-south sample script to help users apply their South
  migrations. Thanks to Brian May.

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
 
# claudep <claude@2xlibre.net>, 2013
 
4
# Claude Paroz <claude@2xlibre.net>, 2013
5
5
# Jannis Leidel <jannis@leidel.info>, 2011
6
 
# jannolii <jannolii@gmail.com>, 2013
 
6
# Janno Liivak <jannolii@gmail.com>, 2013
 
7
# Marti Raudsepp <marti@juffo.org>, 2014
7
8
msgid ""
8
9
msgstr ""
9
 
"Project-Id-Version: django-core\n"
 
10
"Project-Id-Version: django\n"
10
11
"Report-Msgid-Bugs-To: \n"
11
 
"POT-Creation-Date: 2013-11-15 15:36+0100\n"
12
 
"PO-Revision-Date: 2013-11-16 16:55+0000\n"
13
 
"Last-Translator: claudep <claude@2xlibre.net>\n"
 
12
"POT-Creation-Date: 2014-05-19 15:12+0200\n"
 
13
"PO-Revision-Date: 2014-08-14 20:02+0000\n"
 
14
"Last-Translator: Marti Raudsepp <marti@juffo.org>\n"
14
15
"Language-Team: Estonian (http://www.transifex.com/projects/p/django/language/"
15
16
"et/)\n"
16
17
"MIME-Version: 1.0\n"
19
20
"Language: et\n"
20
21
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
21
22
 
22
 
#: tests.py:135 templatetags/humanize.py:168
23
 
msgid "today"
24
 
msgstr "täna"
25
 
 
26
 
#: tests.py:135 templatetags/humanize.py:172
27
 
msgid "yesterday"
28
 
msgstr "eile"
29
 
 
30
 
#: tests.py:135 templatetags/humanize.py:170
31
 
msgid "tomorrow"
32
 
msgstr "homme"
33
 
 
34
 
#: templatetags/humanize.py:26
 
23
#: contrib/humanize/apps.py:8
 
24
msgid "Humanize"
 
25
msgstr "Inimlikustamine"
 
26
 
 
27
#: contrib/humanize/templatetags/humanize.py:30
35
28
msgid "th"
36
29
msgstr "."
37
30
 
38
 
#: templatetags/humanize.py:26
 
31
#: contrib/humanize/templatetags/humanize.py:30
39
32
msgid "st"
40
33
msgstr "."
41
34
 
42
 
#: templatetags/humanize.py:26
 
35
#: contrib/humanize/templatetags/humanize.py:30
43
36
msgid "nd"
44
37
msgstr "."
45
38
 
46
 
#: templatetags/humanize.py:26
 
39
#: contrib/humanize/templatetags/humanize.py:30
47
40
msgid "rd"
48
41
msgstr "."
49
42
 
50
 
#: templatetags/humanize.py:55
 
43
#: contrib/humanize/templatetags/humanize.py:61
51
44
#, python-format
52
45
msgid "%(value).1f million"
53
46
msgid_plural "%(value).1f million"
54
47
msgstr[0] "%(value).1f miljonit"
55
48
msgstr[1] "%(value).1f miljonit"
56
49
 
57
 
#: templatetags/humanize.py:56
 
50
#: contrib/humanize/templatetags/humanize.py:62
58
51
#, python-format
59
52
msgid "%(value)s million"
60
53
msgid_plural "%(value)s million"
61
54
msgstr[0] "%(value)s miljon"
62
55
msgstr[1] "%(value)s miljonit"
63
56
 
64
 
#: templatetags/humanize.py:59
 
57
#: contrib/humanize/templatetags/humanize.py:65
65
58
#, python-format
66
59
msgid "%(value).1f billion"
67
60
msgid_plural "%(value).1f billion"
68
61
msgstr[0] "%(value).1f miljardit"
69
62
msgstr[1] "%(value).1f miljardit"
70
63
 
71
 
#: templatetags/humanize.py:60
 
64
#: contrib/humanize/templatetags/humanize.py:66
72
65
#, python-format
73
66
msgid "%(value)s billion"
74
67
msgid_plural "%(value)s billion"
75
68
msgstr[0] "%(value)s miljard"
76
69
msgstr[1] "%(value)s miljardit"
77
70
 
78
 
#: templatetags/humanize.py:63
 
71
#: contrib/humanize/templatetags/humanize.py:69
79
72
#, python-format
80
73
msgid "%(value).1f trillion"
81
74
msgid_plural "%(value).1f trillion"
82
75
msgstr[0] "%(value).1f triljonit"
83
76
msgstr[1] "%(value).1f triljonit"
84
77
 
85
 
#: templatetags/humanize.py:64
 
78
#: contrib/humanize/templatetags/humanize.py:70
86
79
#, python-format
87
80
msgid "%(value)s trillion"
88
81
msgid_plural "%(value)s trillion"
89
82
msgstr[0] "%(value)s triljon"
90
83
msgstr[1] "%(value)s triljonit"
91
84
 
92
 
#: templatetags/humanize.py:67
 
85
#: contrib/humanize/templatetags/humanize.py:73
93
86
#, python-format
94
87
msgid "%(value).1f quadrillion"
95
88
msgid_plural "%(value).1f quadrillion"
96
89
msgstr[0] "%(value).1f kvadriljonit"
97
90
msgstr[1] "%(value).1f kvadriljonit"
98
91
 
99
 
#: templatetags/humanize.py:68
 
92
#: contrib/humanize/templatetags/humanize.py:74
100
93
#, python-format
101
94
msgid "%(value)s quadrillion"
102
95
msgid_plural "%(value)s quadrillion"
103
96
msgstr[0] "%(value)s kvadriljon"
104
97
msgstr[1] "%(value)s kvadriljonit"
105
98
 
106
 
#: templatetags/humanize.py:71
 
99
#: contrib/humanize/templatetags/humanize.py:77
107
100
#, python-format
108
101
msgid "%(value).1f quintillion"
109
102
msgid_plural "%(value).1f quintillion"
110
103
msgstr[0] "%(value).1f kvintiljonit"
111
104
msgstr[1] "%(value).1f kvintiljonit"
112
105
 
113
 
#: templatetags/humanize.py:72
 
106
#: contrib/humanize/templatetags/humanize.py:78
114
107
#, python-format
115
108
msgid "%(value)s quintillion"
116
109
msgid_plural "%(value)s quintillion"
117
110
msgstr[0] "%(value)s kvintiljon"
118
111
msgstr[1] "%(value)s kvintiljonit"
119
112
 
120
 
#: templatetags/humanize.py:75
 
113
#: contrib/humanize/templatetags/humanize.py:81
121
114
#, python-format
122
115
msgid "%(value).1f sextillion"
123
116
msgid_plural "%(value).1f sextillion"
124
117
msgstr[0] "%(value).1f sekstiljonit"
125
118
msgstr[1] "%(value).1f sekstiljonit"
126
119
 
127
 
#: templatetags/humanize.py:76
 
120
#: contrib/humanize/templatetags/humanize.py:82
128
121
#, python-format
129
122
msgid "%(value)s sextillion"
130
123
msgid_plural "%(value)s sextillion"
131
124
msgstr[0] "%(value)s sekstiljon"
132
125
msgstr[1] "%(value)s sekstiljonit"
133
126
 
134
 
#: templatetags/humanize.py:79
 
127
#: contrib/humanize/templatetags/humanize.py:85
135
128
#, python-format
136
129
msgid "%(value).1f septillion"
137
130
msgid_plural "%(value).1f septillion"
138
131
msgstr[0] "%(value).1f septiljonit"
139
132
msgstr[1] "%(value).1f septiljonit"
140
133
 
141
 
#: templatetags/humanize.py:80
 
134
#: contrib/humanize/templatetags/humanize.py:86
142
135
#, python-format
143
136
msgid "%(value)s septillion"
144
137
msgid_plural "%(value)s septillion"
145
138
msgstr[0] "%(value)s septiljon"
146
139
msgstr[1] "%(value)s septiljonit"
147
140
 
148
 
#: templatetags/humanize.py:83
 
141
#: contrib/humanize/templatetags/humanize.py:89
149
142
#, python-format
150
143
msgid "%(value).1f octillion"
151
144
msgid_plural "%(value).1f octillion"
152
145
msgstr[0] "%(value).1f oktiljonit"
153
146
msgstr[1] "%(value).1f oktiljonit"
154
147
 
155
 
#: templatetags/humanize.py:84
 
148
#: contrib/humanize/templatetags/humanize.py:90
156
149
#, python-format
157
150
msgid "%(value)s octillion"
158
151
msgid_plural "%(value)s octillion"
159
152
msgstr[0] "%(value)s oktiljon"
160
153
msgstr[1] "%(value)s oktiljonit"
161
154
 
162
 
#: templatetags/humanize.py:87
 
155
#: contrib/humanize/templatetags/humanize.py:93
163
156
#, python-format
164
157
msgid "%(value).1f nonillion"
165
158
msgid_plural "%(value).1f nonillion"
166
159
msgstr[0] "%(value).1f noniljonit"
167
160
msgstr[1] "%(value).1f noniljonit"
168
161
 
169
 
#: templatetags/humanize.py:88
 
162
#: contrib/humanize/templatetags/humanize.py:94
170
163
#, python-format
171
164
msgid "%(value)s nonillion"
172
165
msgid_plural "%(value)s nonillion"
173
166
msgstr[0] "%(value)s noniljon"
174
167
msgstr[1] "%(value)s noniljonit"
175
168
 
176
 
#: templatetags/humanize.py:91
 
169
#: contrib/humanize/templatetags/humanize.py:97
177
170
#, python-format
178
171
msgid "%(value).1f decillion"
179
172
msgid_plural "%(value).1f decillion"
180
173
msgstr[0] "%(value).1f detsiljonit"
181
174
msgstr[1] "%(value).1f detsiljonit"
182
175
 
183
 
#: templatetags/humanize.py:92
 
176
#: contrib/humanize/templatetags/humanize.py:98
184
177
#, python-format
185
178
msgid "%(value)s decillion"
186
179
msgid_plural "%(value)s decillion"
187
180
msgstr[0] "%(value)s detsiljon"
188
181
msgstr[1] "%(value)s detsiljonit"
189
182
 
190
 
#: templatetags/humanize.py:95
 
183
#: contrib/humanize/templatetags/humanize.py:101
191
184
#, python-format
192
185
msgid "%(value).1f googol"
193
186
msgid_plural "%(value).1f googol"
194
187
msgstr[0] "%(value).1f googolit"
195
188
msgstr[1] "%(value).1f googolit"
196
189
 
197
 
#: templatetags/humanize.py:96
 
190
#: contrib/humanize/templatetags/humanize.py:102
198
191
#, python-format
199
192
msgid "%(value)s googol"
200
193
msgid_plural "%(value)s googol"
201
194
msgstr[0] "%(value)s googol"
202
195
msgstr[1] "%(value)s googolit"
203
196
 
204
 
#: templatetags/humanize.py:145
 
197
#: contrib/humanize/templatetags/humanize.py:153
205
198
msgid "one"
206
199
msgstr "üks"
207
200
 
208
 
#: templatetags/humanize.py:145
 
201
#: contrib/humanize/templatetags/humanize.py:153
209
202
msgid "two"
210
203
msgstr "kaks"
211
204
 
212
 
#: templatetags/humanize.py:145
 
205
#: contrib/humanize/templatetags/humanize.py:153
213
206
msgid "three"
214
207
msgstr "kolm"
215
208
 
216
 
#: templatetags/humanize.py:145
 
209
#: contrib/humanize/templatetags/humanize.py:153
217
210
msgid "four"
218
211
msgstr "neli"
219
212
 
220
 
#: templatetags/humanize.py:145
 
213
#: contrib/humanize/templatetags/humanize.py:153
221
214
msgid "five"
222
215
msgstr "viis"
223
216
 
224
 
#: templatetags/humanize.py:145
 
217
#: contrib/humanize/templatetags/humanize.py:153
225
218
msgid "six"
226
219
msgstr "kuus"
227
220
 
228
 
#: templatetags/humanize.py:145
 
221
#: contrib/humanize/templatetags/humanize.py:153
229
222
msgid "seven"
230
223
msgstr "seitse"
231
224
 
232
 
#: templatetags/humanize.py:145
 
225
#: contrib/humanize/templatetags/humanize.py:153
233
226
msgid "eight"
234
227
msgstr "kaheksa"
235
228
 
236
 
#: templatetags/humanize.py:145
 
229
#: contrib/humanize/templatetags/humanize.py:153
237
230
msgid "nine"
238
231
msgstr "üheksa"
239
232
 
240
 
#: templatetags/humanize.py:191
 
233
#: contrib/humanize/templatetags/humanize.py:177 contrib/humanize/tests.py:145
 
234
msgid "today"
 
235
msgstr "täna"
 
236
 
 
237
#: contrib/humanize/templatetags/humanize.py:179 contrib/humanize/tests.py:145
 
238
msgid "tomorrow"
 
239
msgstr "homme"
 
240
 
 
241
#: contrib/humanize/templatetags/humanize.py:181 contrib/humanize/tests.py:145
 
242
msgid "yesterday"
 
243
msgstr "eile"
 
244
 
 
245
#: contrib/humanize/templatetags/humanize.py:201
241
246
#, python-format
242
247
msgctxt "naturaltime"
243
248
msgid "%(delta)s ago"
244
249
msgstr "%(delta)s tagasi"
245
250
 
246
 
#: templatetags/humanize.py:194 templatetags/humanize.py:219
 
251
#: contrib/humanize/templatetags/humanize.py:204
 
252
#: contrib/humanize/templatetags/humanize.py:232
247
253
msgid "now"
248
254
msgstr "praegu"
249
255
 
250
256
#. Translators: please keep a non-breaking space (U+00A0)
251
257
#. between count and time unit.
252
 
#: templatetags/humanize.py:201
 
258
#: contrib/humanize/templatetags/humanize.py:209
253
259
#, python-format
254
260
msgid "a second ago"
255
261
msgid_plural "%(count)s seconds ago"
258
264
 
259
265
#. Translators: please keep a non-breaking space (U+00A0)
260
266
#. between count and time unit.
261
 
#: templatetags/humanize.py:208
 
267
#: contrib/humanize/templatetags/humanize.py:216
262
268
#, python-format
263
269
msgid "a minute ago"
264
270
msgid_plural "%(count)s minutes ago"
267
273
 
268
274
#. Translators: please keep a non-breaking space (U+00A0)
269
275
#. between count and time unit.
270
 
#: templatetags/humanize.py:215
 
276
#: contrib/humanize/templatetags/humanize.py:223
271
277
#, python-format
272
278
msgid "an hour ago"
273
279
msgid_plural "%(count)s hours ago"
274
280
msgstr[0] "tund tagasi"
275
281
msgstr[1] "%(count)s tundi tagasi"
276
282
 
277
 
#: templatetags/humanize.py:216
 
283
#: contrib/humanize/templatetags/humanize.py:229
278
284
#, python-format
279
285
msgctxt "naturaltime"
280
286
msgid "%(delta)s from now"
282
288
 
283
289
#. Translators: please keep a non-breaking space (U+00A0)
284
290
#. between count and time unit.
285
 
#: templatetags/humanize.py:229
 
291
#: contrib/humanize/templatetags/humanize.py:237
286
292
#, python-format
287
293
msgid "a second from now"
288
294
msgid_plural "%(count)s seconds from now"
291
297
 
292
298
#. Translators: please keep a non-breaking space (U+00A0)
293
299
#. between count and time unit.
294
 
#: templatetags/humanize.py:236
 
300
#: contrib/humanize/templatetags/humanize.py:244
295
301
#, python-format
296
302
msgid "a minute from now"
297
303
msgid_plural "%(count)s minutes from now"
300
306
 
301
307
#. Translators: please keep a non-breaking space (U+00A0)
302
308
#. between count and time unit.
303
 
#: templatetags/humanize.py:243
 
309
#: contrib/humanize/templatetags/humanize.py:251
304
310
#, python-format
305
311
msgid "an hour from now"
306
312
msgid_plural "%(count)s hours from now"