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

« back to all changes in this revision

Viewing changes to django/contrib/humanize/locale/eo/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
# Baptiste Darthenay <baptiste+transifex@darthenay.fr>, 2014
4
5
msgid ""
5
6
msgstr ""
6
 
"Project-Id-Version: django-core\n"
 
7
"Project-Id-Version: django\n"
7
8
"Report-Msgid-Bugs-To: \n"
8
 
"POT-Creation-Date: 2013-11-15 15:36+0100\n"
9
 
"PO-Revision-Date: 2013-11-16 09:36+0000\n"
10
 
"Last-Translator: Jannis Leidel <jannis@leidel.info>\n"
 
9
"POT-Creation-Date: 2014-05-19 15:12+0200\n"
 
10
"PO-Revision-Date: 2014-05-21 14:01+0000\n"
 
11
"Last-Translator: Baptiste Darthenay <baptiste+transifex@darthenay.fr>\n"
11
12
"Language-Team: Esperanto (http://www.transifex.com/projects/p/django/"
12
13
"language/eo/)\n"
13
14
"MIME-Version: 1.0\n"
16
17
"Language: eo\n"
17
18
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
18
19
 
19
 
#: tests.py:135 templatetags/humanize.py:168
20
 
msgid "today"
21
 
msgstr "hodiaŭ"
22
 
 
23
 
#: tests.py:135 templatetags/humanize.py:172
24
 
msgid "yesterday"
25
 
msgstr "hieraŭ"
26
 
 
27
 
#: tests.py:135 templatetags/humanize.py:170
28
 
msgid "tomorrow"
29
 
msgstr "morgaŭ"
30
 
 
31
 
#: templatetags/humanize.py:26
 
20
#: contrib/humanize/apps.py:8
 
21
msgid "Humanize"
 
22
msgstr "Homigumi"
 
23
 
 
24
#: contrib/humanize/templatetags/humanize.py:30
32
25
msgid "th"
33
26
msgstr "a"
34
27
 
35
 
#: templatetags/humanize.py:26
 
28
#: contrib/humanize/templatetags/humanize.py:30
36
29
msgid "st"
37
30
msgstr "a"
38
31
 
39
 
#: templatetags/humanize.py:26
 
32
#: contrib/humanize/templatetags/humanize.py:30
40
33
msgid "nd"
41
34
msgstr "a"
42
35
 
43
 
#: templatetags/humanize.py:26
 
36
#: contrib/humanize/templatetags/humanize.py:30
44
37
msgid "rd"
45
38
msgstr "a"
46
39
 
47
 
#: templatetags/humanize.py:55
 
40
#: contrib/humanize/templatetags/humanize.py:61
48
41
#, python-format
49
42
msgid "%(value).1f million"
50
43
msgid_plural "%(value).1f million"
51
44
msgstr[0] "%(value).1f milionoj"
52
45
msgstr[1] "%(value).1f milionoj"
53
46
 
54
 
#: templatetags/humanize.py:56
 
47
#: contrib/humanize/templatetags/humanize.py:62
55
48
#, python-format
56
49
msgid "%(value)s million"
57
50
msgid_plural "%(value)s million"
58
51
msgstr[0] "%(value)s milionoj"
59
52
msgstr[1] "%(value)s milionoj"
60
53
 
61
 
#: templatetags/humanize.py:59
 
54
#: contrib/humanize/templatetags/humanize.py:65
62
55
#, python-format
63
56
msgid "%(value).1f billion"
64
57
msgid_plural "%(value).1f billion"
65
58
msgstr[0] "%(value).1f miliardoj"
66
59
msgstr[1] "%(value).1f miliardoj"
67
60
 
68
 
#: templatetags/humanize.py:60
 
61
#: contrib/humanize/templatetags/humanize.py:66
69
62
#, python-format
70
63
msgid "%(value)s billion"
71
64
msgid_plural "%(value)s billion"
72
65
msgstr[0] "%(value)s miliardoj"
73
66
msgstr[1] "%(value)s miliardoj"
74
67
 
75
 
#: templatetags/humanize.py:63
 
68
#: contrib/humanize/templatetags/humanize.py:69
76
69
#, python-format
77
70
msgid "%(value).1f trillion"
78
71
msgid_plural "%(value).1f trillion"
79
72
msgstr[0] "%(value).1f triiliono"
80
73
msgstr[1] "%(value).1f triiliono"
81
74
 
82
 
#: templatetags/humanize.py:64
 
75
#: contrib/humanize/templatetags/humanize.py:70
83
76
#, python-format
84
77
msgid "%(value)s trillion"
85
78
msgid_plural "%(value)s trillion"
86
79
msgstr[0] "%(value)s triilionoj"
87
80
msgstr[1] "%(value)s triilionoj"
88
81
 
89
 
#: templatetags/humanize.py:67
 
82
#: contrib/humanize/templatetags/humanize.py:73
90
83
#, python-format
91
84
msgid "%(value).1f quadrillion"
92
85
msgid_plural "%(value).1f quadrillion"
93
86
msgstr[0] "%(value).1f kvariliono"
94
87
msgstr[1] "%(value).1f kvariliono"
95
88
 
96
 
#: templatetags/humanize.py:68
 
89
#: contrib/humanize/templatetags/humanize.py:74
97
90
#, python-format
98
91
msgid "%(value)s quadrillion"
99
92
msgid_plural "%(value)s quadrillion"
100
93
msgstr[0] "%(value)s kvarilionoj"
101
94
msgstr[1] "%(value)s kvarilionoj"
102
95
 
103
 
#: templatetags/humanize.py:71
 
96
#: contrib/humanize/templatetags/humanize.py:77
104
97
#, python-format
105
98
msgid "%(value).1f quintillion"
106
99
msgid_plural "%(value).1f quintillion"
107
100
msgstr[0] "%(value).1f kvinilionoj"
108
101
msgstr[1] "%(value).1f kvinilionoj"
109
102
 
110
 
#: templatetags/humanize.py:72
 
103
#: contrib/humanize/templatetags/humanize.py:78
111
104
#, python-format
112
105
msgid "%(value)s quintillion"
113
106
msgid_plural "%(value)s quintillion"
114
107
msgstr[0] "%(value)s kvinilionoj"
115
108
msgstr[1] "%(value)s kvinilionoj"
116
109
 
117
 
#: templatetags/humanize.py:75
 
110
#: contrib/humanize/templatetags/humanize.py:81
118
111
#, python-format
119
112
msgid "%(value).1f sextillion"
120
113
msgid_plural "%(value).1f sextillion"
121
114
msgstr[0] "%(value).1f sesilionoj"
122
115
msgstr[1] "%(value).1f sesilionoj"
123
116
 
124
 
#: templatetags/humanize.py:76
 
117
#: contrib/humanize/templatetags/humanize.py:82
125
118
#, python-format
126
119
msgid "%(value)s sextillion"
127
120
msgid_plural "%(value)s sextillion"
128
121
msgstr[0] "%(value)s sesilionoj"
129
122
msgstr[1] "%(value)s sesilionoj"
130
123
 
131
 
#: templatetags/humanize.py:79
 
124
#: contrib/humanize/templatetags/humanize.py:85
132
125
#, python-format
133
126
msgid "%(value).1f septillion"
134
127
msgid_plural "%(value).1f septillion"
135
128
msgstr[0] "%(value).1f sepilionoj"
136
129
msgstr[1] "%(value).1f sepilionoj"
137
130
 
138
 
#: templatetags/humanize.py:80
 
131
#: contrib/humanize/templatetags/humanize.py:86
139
132
#, python-format
140
133
msgid "%(value)s septillion"
141
134
msgid_plural "%(value)s septillion"
142
135
msgstr[0] "%(value)s sepilionoj"
143
136
msgstr[1] "%(value)s sepilionoj"
144
137
 
145
 
#: templatetags/humanize.py:83
 
138
#: contrib/humanize/templatetags/humanize.py:89
146
139
#, python-format
147
140
msgid "%(value).1f octillion"
148
141
msgid_plural "%(value).1f octillion"
149
142
msgstr[0] "%(value).1f okilionoj"
150
143
msgstr[1] "%(value).1f okilionoj"
151
144
 
152
 
#: templatetags/humanize.py:84
 
145
#: contrib/humanize/templatetags/humanize.py:90
153
146
#, python-format
154
147
msgid "%(value)s octillion"
155
148
msgid_plural "%(value)s octillion"
156
149
msgstr[0] "%(value)s okilionoj"
157
150
msgstr[1] "%(value)s okilionoj"
158
151
 
159
 
#: templatetags/humanize.py:87
 
152
#: contrib/humanize/templatetags/humanize.py:93
160
153
#, python-format
161
154
msgid "%(value).1f nonillion"
162
155
msgid_plural "%(value).1f nonillion"
163
156
msgstr[0] "%(value).1f naŭilionoj"
164
157
msgstr[1] "%(value).1f naŭilionoj"
165
158
 
166
 
#: templatetags/humanize.py:88
 
159
#: contrib/humanize/templatetags/humanize.py:94
167
160
#, python-format
168
161
msgid "%(value)s nonillion"
169
162
msgid_plural "%(value)s nonillion"
170
163
msgstr[0] "%(value)s naŭilionoj"
171
164
msgstr[1] "%(value)s naŭilionoj"
172
165
 
173
 
#: templatetags/humanize.py:91
 
166
#: contrib/humanize/templatetags/humanize.py:97
174
167
#, python-format
175
168
msgid "%(value).1f decillion"
176
169
msgid_plural "%(value).1f decillion"
177
170
msgstr[0] "%(value).1f dekilionoj"
178
171
msgstr[1] "%(value).1f dekilionoj"
179
172
 
180
 
#: templatetags/humanize.py:92
 
173
#: contrib/humanize/templatetags/humanize.py:98
181
174
#, python-format
182
175
msgid "%(value)s decillion"
183
176
msgid_plural "%(value)s decillion"
184
177
msgstr[0] "%(value)s dekilionoj"
185
178
msgstr[1] "%(value)s dekilionoj"
186
179
 
187
 
#: templatetags/humanize.py:95
 
180
#: contrib/humanize/templatetags/humanize.py:101
188
181
#, python-format
189
182
msgid "%(value).1f googol"
190
183
msgid_plural "%(value).1f googol"
191
184
msgstr[0] "%(value).1f guglo"
192
185
msgstr[1] "%(value).1f guglo"
193
186
 
194
 
#: templatetags/humanize.py:96
 
187
#: contrib/humanize/templatetags/humanize.py:102
195
188
#, python-format
196
189
msgid "%(value)s googol"
197
190
msgid_plural "%(value)s googol"
198
191
msgstr[0] "%(value)s gugloj"
199
192
msgstr[1] "%(value)s gugloj"
200
193
 
201
 
#: templatetags/humanize.py:145
 
194
#: contrib/humanize/templatetags/humanize.py:153
202
195
msgid "one"
203
196
msgstr "unu"
204
197
 
205
 
#: templatetags/humanize.py:145
 
198
#: contrib/humanize/templatetags/humanize.py:153
206
199
msgid "two"
207
200
msgstr "du"
208
201
 
209
 
#: templatetags/humanize.py:145
 
202
#: contrib/humanize/templatetags/humanize.py:153
210
203
msgid "three"
211
204
msgstr "tri"
212
205
 
213
 
#: templatetags/humanize.py:145
 
206
#: contrib/humanize/templatetags/humanize.py:153
214
207
msgid "four"
215
208
msgstr "kvar"
216
209
 
217
 
#: templatetags/humanize.py:145
 
210
#: contrib/humanize/templatetags/humanize.py:153
218
211
msgid "five"
219
212
msgstr "kvin"
220
213
 
221
 
#: templatetags/humanize.py:145
 
214
#: contrib/humanize/templatetags/humanize.py:153
222
215
msgid "six"
223
216
msgstr "ses"
224
217
 
225
 
#: templatetags/humanize.py:145
 
218
#: contrib/humanize/templatetags/humanize.py:153
226
219
msgid "seven"
227
220
msgstr "sep"
228
221
 
229
 
#: templatetags/humanize.py:145
 
222
#: contrib/humanize/templatetags/humanize.py:153
230
223
msgid "eight"
231
224
msgstr "ok"
232
225
 
233
 
#: templatetags/humanize.py:145
 
226
#: contrib/humanize/templatetags/humanize.py:153
234
227
msgid "nine"
235
228
msgstr "naŭ"
236
229
 
237
 
#: templatetags/humanize.py:191
 
230
#: contrib/humanize/templatetags/humanize.py:177 contrib/humanize/tests.py:145
 
231
msgid "today"
 
232
msgstr "hodiaŭ"
 
233
 
 
234
#: contrib/humanize/templatetags/humanize.py:179 contrib/humanize/tests.py:145
 
235
msgid "tomorrow"
 
236
msgstr "morgaŭ"
 
237
 
 
238
#: contrib/humanize/templatetags/humanize.py:181 contrib/humanize/tests.py:145
 
239
msgid "yesterday"
 
240
msgstr "hieraŭ"
 
241
 
 
242
#: contrib/humanize/templatetags/humanize.py:201
238
243
#, python-format
239
244
msgctxt "naturaltime"
240
245
msgid "%(delta)s ago"
241
246
msgstr "%(delta)s antaŭe"
242
247
 
243
 
#: templatetags/humanize.py:194 templatetags/humanize.py:219
 
248
#: contrib/humanize/templatetags/humanize.py:204
 
249
#: contrib/humanize/templatetags/humanize.py:232
244
250
msgid "now"
245
251
msgstr "nun"
246
252
 
247
253
#. Translators: please keep a non-breaking space (U+00A0)
248
254
#. between count and time unit.
249
 
#: templatetags/humanize.py:201
 
255
#: contrib/humanize/templatetags/humanize.py:209
250
256
#, python-format
251
257
msgid "a second ago"
252
258
msgid_plural "%(count)s seconds ago"
253
 
msgstr[0] "unu sekundo antaŭe"
 
259
msgstr[0] "sekondo antaŭe"
254
260
msgstr[1] "%(count)s sekundoj antaŭe"
255
261
 
256
262
#. Translators: please keep a non-breaking space (U+00A0)
257
263
#. between count and time unit.
258
 
#: templatetags/humanize.py:208
 
264
#: contrib/humanize/templatetags/humanize.py:216
259
265
#, python-format
260
266
msgid "a minute ago"
261
267
msgid_plural "%(count)s minutes ago"
262
 
msgstr[0] "unu minuto antaŭe"
 
268
msgstr[0] "minuto antaŭe"
263
269
msgstr[1] "%(count)s minutoj antaŭe"
264
270
 
265
271
#. Translators: please keep a non-breaking space (U+00A0)
266
272
#. between count and time unit.
267
 
#: templatetags/humanize.py:215
 
273
#: contrib/humanize/templatetags/humanize.py:223
268
274
#, python-format
269
275
msgid "an hour ago"
270
276
msgid_plural "%(count)s hours ago"
271
 
msgstr[0] "unu horo antaŭe"
 
277
msgstr[0] "horo antaŭe"
272
278
msgstr[1] "%(count)s horoj antaŭe"
273
279
 
274
 
#: templatetags/humanize.py:216
 
280
#: contrib/humanize/templatetags/humanize.py:229
275
281
#, python-format
276
282
msgctxt "naturaltime"
277
283
msgid "%(delta)s from now"
279
285
 
280
286
#. Translators: please keep a non-breaking space (U+00A0)
281
287
#. between count and time unit.
282
 
#: templatetags/humanize.py:229
 
288
#: contrib/humanize/templatetags/humanize.py:237
283
289
#, python-format
284
290
msgid "a second from now"
285
291
msgid_plural "%(count)s seconds from now"
286
 
msgstr[0] "unu sekundo ekde nun"
 
292
msgstr[0] "sekundo ekde nun"
287
293
msgstr[1] "%(count)s sekundoj ekde nun"
288
294
 
289
295
#. Translators: please keep a non-breaking space (U+00A0)
290
296
#. between count and time unit.
291
 
#: templatetags/humanize.py:236
 
297
#: contrib/humanize/templatetags/humanize.py:244
292
298
#, python-format
293
299
msgid "a minute from now"
294
300
msgid_plural "%(count)s minutes from now"
295
 
msgstr[0] "unu minuto ekde nun"
 
301
msgstr[0] "minuto ekde nun"
296
302
msgstr[1] "%(count)s minutoj ekde nun"
297
303
 
298
304
#. Translators: please keep a non-breaking space (U+00A0)
299
305
#. between count and time unit.
300
 
#: templatetags/humanize.py:243
 
306
#: contrib/humanize/templatetags/humanize.py:251
301
307
#, python-format
302
308
msgid "an hour from now"
303
309
msgid_plural "%(count)s hours from now"
304
 
msgstr[0] "unu horo ekde nun"
 
310
msgstr[0] "horo ekde nun"
305
311
msgstr[1] "%(count)s horoj ekde nun"