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

« back to all changes in this revision

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

  • Committer: Package Import Robot
  • Author(s): Luke Faraone
  • Date: 2013-11-07 15:33:49 UTC
  • mfrom: (1.3.12)
  • Revision ID: package-import@ubuntu.com-20131107153349-e31sc149l2szs3jb
Tags: 1.6-1
* New upstream version. Closes: #557474, #724637.
* python-django now also suggests the installation of ipython,
  bpython, python-django-doc, and libgdal1.
  Closes: #636511, #686333, #704203
* Set package maintainer to Debian Python Modules Team.
* Bump standards version to 3.9.5, no changes needed.

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
 
# Antti Kaihola <akaihol+transifex@ambitone.com>, 2011.
5
 
# Jannis Leidel <jannis@leidel.info>, 2011.
 
4
# Antti Kaihola <antti-2013@ambitone.com>, 2011
 
5
# Jannis Leidel <jannis@leidel.info>, 2011
6
6
msgid ""
7
7
msgstr ""
8
 
"Project-Id-Version: Django\n"
 
8
"Project-Id-Version: django-core\n"
9
9
"Report-Msgid-Bugs-To: \n"
10
 
"POT-Creation-Date: 2012-10-15 10:57+0200\n"
11
 
"PO-Revision-Date: 2012-02-14 13:08+0000\n"
12
 
"Last-Translator: Antti Kaihola <akaihol+transifex@ambitone.com>\n"
 
10
"POT-Creation-Date: 2013-05-18 23:10+0200\n"
 
11
"PO-Revision-Date: 2013-05-19 08:23+0000\n"
 
12
"Last-Translator: claudep <claude@2xlibre.net>\n"
13
13
"Language-Team: Finnish (http://www.transifex.com/projects/p/django/language/"
14
14
"fi/)\n"
15
15
"MIME-Version: 1.0\n"
18
18
"Language: fi\n"
19
19
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
20
20
 
21
 
#: tests.py:125 templatetags/humanize.py:167
 
21
#: tests.py:135 templatetags/humanize.py:168
22
22
msgid "today"
23
23
msgstr "tänään"
24
24
 
25
 
#: tests.py:125 templatetags/humanize.py:171
 
25
#: tests.py:135 templatetags/humanize.py:172
26
26
msgid "yesterday"
27
27
msgstr "eilen"
28
28
 
29
 
#: tests.py:125 templatetags/humanize.py:169
 
29
#: tests.py:135 templatetags/humanize.py:170
30
30
msgid "tomorrow"
31
31
msgstr "huomenna"
32
32
 
33
 
#: templatetags/humanize.py:25
 
33
#: templatetags/humanize.py:26
34
34
msgid "th"
35
35
msgstr "."
36
36
 
37
 
#: templatetags/humanize.py:25
 
37
#: templatetags/humanize.py:26
38
38
msgid "st"
39
39
msgstr "."
40
40
 
41
 
#: templatetags/humanize.py:25
 
41
#: templatetags/humanize.py:26
42
42
msgid "nd"
43
43
msgstr "."
44
44
 
45
 
#: templatetags/humanize.py:25
 
45
#: templatetags/humanize.py:26
46
46
msgid "rd"
47
47
msgstr "."
48
48
 
49
 
#: templatetags/humanize.py:54
 
49
#: templatetags/humanize.py:55
50
50
#, python-format
51
51
msgid "%(value).1f million"
52
52
msgid_plural "%(value).1f million"
53
53
msgstr[0] "%(value).1f miljoona"
54
54
msgstr[1] "%(value).1f miljoonaa"
55
55
 
56
 
#: templatetags/humanize.py:55
 
56
#: templatetags/humanize.py:56
57
57
#, python-format
58
58
msgid "%(value)s million"
59
59
msgid_plural "%(value)s million"
60
60
msgstr[0] "%(value)s miljoona"
61
61
msgstr[1] "%(value)s miljoonaa"
62
62
 
63
 
#: templatetags/humanize.py:58
 
63
#: templatetags/humanize.py:59
64
64
#, python-format
65
65
msgid "%(value).1f billion"
66
66
msgid_plural "%(value).1f billion"
67
67
msgstr[0] "%(value).1f miljardi"
68
68
msgstr[1] "%(value).1f miljardia"
69
69
 
70
 
#: templatetags/humanize.py:59
 
70
#: templatetags/humanize.py:60
71
71
#, python-format
72
72
msgid "%(value)s billion"
73
73
msgid_plural "%(value)s billion"
74
74
msgstr[0] "%(value)s miljardi"
75
75
msgstr[1] "%(value)s miljardia"
76
76
 
77
 
#: templatetags/humanize.py:62
 
77
#: templatetags/humanize.py:63
78
78
#, python-format
79
79
msgid "%(value).1f trillion"
80
80
msgid_plural "%(value).1f trillion"
81
81
msgstr[0] "%(value).1f biljoona"
82
82
msgstr[1] "%(value).1f biljoonaa"
83
83
 
84
 
#: templatetags/humanize.py:63
 
84
#: templatetags/humanize.py:64
85
85
#, python-format
86
86
msgid "%(value)s trillion"
87
87
msgid_plural "%(value)s trillion"
88
88
msgstr[0] "%(value)s biljoona"
89
89
msgstr[1] "%(value)s biljoonaa"
90
90
 
91
 
#: templatetags/humanize.py:66
 
91
#: templatetags/humanize.py:67
92
92
#, python-format
93
93
msgid "%(value).1f quadrillion"
94
94
msgid_plural "%(value).1f quadrillion"
95
95
msgstr[0] ""
96
96
msgstr[1] ""
97
97
 
98
 
#: templatetags/humanize.py:67
 
98
#: templatetags/humanize.py:68
99
99
#, python-format
100
100
msgid "%(value)s quadrillion"
101
101
msgid_plural "%(value)s quadrillion"
102
102
msgstr[0] ""
103
103
msgstr[1] ""
104
104
 
105
 
#: templatetags/humanize.py:70
 
105
#: templatetags/humanize.py:71
106
106
#, python-format
107
107
msgid "%(value).1f quintillion"
108
108
msgid_plural "%(value).1f quintillion"
109
109
msgstr[0] ""
110
110
msgstr[1] ""
111
111
 
112
 
#: templatetags/humanize.py:71
 
112
#: templatetags/humanize.py:72
113
113
#, python-format
114
114
msgid "%(value)s quintillion"
115
115
msgid_plural "%(value)s quintillion"
116
116
msgstr[0] ""
117
117
msgstr[1] ""
118
118
 
119
 
#: templatetags/humanize.py:74
 
119
#: templatetags/humanize.py:75
120
120
#, python-format
121
121
msgid "%(value).1f sextillion"
122
122
msgid_plural "%(value).1f sextillion"
123
123
msgstr[0] ""
124
124
msgstr[1] ""
125
125
 
126
 
#: templatetags/humanize.py:75
 
126
#: templatetags/humanize.py:76
127
127
#, python-format
128
128
msgid "%(value)s sextillion"
129
129
msgid_plural "%(value)s sextillion"
130
130
msgstr[0] ""
131
131
msgstr[1] ""
132
132
 
133
 
#: templatetags/humanize.py:78
 
133
#: templatetags/humanize.py:79
134
134
#, python-format
135
135
msgid "%(value).1f septillion"
136
136
msgid_plural "%(value).1f septillion"
137
137
msgstr[0] ""
138
138
msgstr[1] ""
139
139
 
140
 
#: templatetags/humanize.py:79
 
140
#: templatetags/humanize.py:80
141
141
#, python-format
142
142
msgid "%(value)s septillion"
143
143
msgid_plural "%(value)s septillion"
144
144
msgstr[0] ""
145
145
msgstr[1] ""
146
146
 
147
 
#: templatetags/humanize.py:82
 
147
#: templatetags/humanize.py:83
148
148
#, python-format
149
149
msgid "%(value).1f octillion"
150
150
msgid_plural "%(value).1f octillion"
151
151
msgstr[0] ""
152
152
msgstr[1] ""
153
153
 
154
 
#: templatetags/humanize.py:83
 
154
#: templatetags/humanize.py:84
155
155
#, python-format
156
156
msgid "%(value)s octillion"
157
157
msgid_plural "%(value)s octillion"
158
158
msgstr[0] ""
159
159
msgstr[1] ""
160
160
 
161
 
#: templatetags/humanize.py:86
 
161
#: templatetags/humanize.py:87
162
162
#, python-format
163
163
msgid "%(value).1f nonillion"
164
164
msgid_plural "%(value).1f nonillion"
165
165
msgstr[0] ""
166
166
msgstr[1] ""
167
167
 
168
 
#: templatetags/humanize.py:87
 
168
#: templatetags/humanize.py:88
169
169
#, python-format
170
170
msgid "%(value)s nonillion"
171
171
msgid_plural "%(value)s nonillion"
172
172
msgstr[0] ""
173
173
msgstr[1] ""
174
174
 
175
 
#: templatetags/humanize.py:90
 
175
#: templatetags/humanize.py:91
176
176
#, python-format
177
177
msgid "%(value).1f decillion"
178
178
msgid_plural "%(value).1f decillion"
179
179
msgstr[0] ""
180
180
msgstr[1] ""
181
181
 
182
 
#: templatetags/humanize.py:91
 
182
#: templatetags/humanize.py:92
183
183
#, python-format
184
184
msgid "%(value)s decillion"
185
185
msgid_plural "%(value)s decillion"
186
186
msgstr[0] ""
187
187
msgstr[1] ""
188
188
 
189
 
#: templatetags/humanize.py:94
 
189
#: templatetags/humanize.py:95
190
190
#, python-format
191
191
msgid "%(value).1f googol"
192
192
msgid_plural "%(value).1f googol"
193
193
msgstr[0] ""
194
194
msgstr[1] ""
195
195
 
196
 
#: templatetags/humanize.py:95
 
196
#: templatetags/humanize.py:96
197
197
#, python-format
198
198
msgid "%(value)s googol"
199
199
msgid_plural "%(value)s googol"
200
200
msgstr[0] ""
201
201
msgstr[1] ""
202
202
 
203
 
#: templatetags/humanize.py:144
 
203
#: templatetags/humanize.py:145
204
204
msgid "one"
205
205
msgstr "yksi"
206
206
 
207
 
#: templatetags/humanize.py:144
 
207
#: templatetags/humanize.py:145
208
208
msgid "two"
209
209
msgstr "kaksi"
210
210
 
211
 
#: templatetags/humanize.py:144
 
211
#: templatetags/humanize.py:145
212
212
msgid "three"
213
213
msgstr "kolme"
214
214
 
215
 
#: templatetags/humanize.py:144
 
215
#: templatetags/humanize.py:145
216
216
msgid "four"
217
217
msgstr "neljä"
218
218
 
219
 
#: templatetags/humanize.py:144
 
219
#: templatetags/humanize.py:145
220
220
msgid "five"
221
221
msgstr "viisi"
222
222
 
223
 
#: templatetags/humanize.py:144
 
223
#: templatetags/humanize.py:145
224
224
msgid "six"
225
225
msgstr "kuusi"
226
226
 
227
 
#: templatetags/humanize.py:144
 
227
#: templatetags/humanize.py:145
228
228
msgid "seven"
229
229
msgstr "seitsemän"
230
230
 
231
 
#: templatetags/humanize.py:144
 
231
#: templatetags/humanize.py:145
232
232
msgid "eight"
233
233
msgstr "kahdeksan"
234
234
 
235
 
#: templatetags/humanize.py:144
 
235
#: templatetags/humanize.py:145
236
236
msgid "nine"
237
237
msgstr "yhdeksän"
238
238
 
239
 
#: templatetags/humanize.py:190
 
239
#: templatetags/humanize.py:191
240
240
#, python-format
241
241
msgctxt "naturaltime"
242
242
msgid "%(delta)s ago"
243
243
msgstr "%(delta)s sitten"
244
244
 
245
 
#: templatetags/humanize.py:193 templatetags/humanize.py:215
 
245
#: templatetags/humanize.py:194 templatetags/humanize.py:219
246
246
msgid "now"
247
247
msgstr "nyt"
248
248
 
249
 
#: templatetags/humanize.py:196
 
249
#. Translators: \\u00a0 is non-breaking space
 
250
#: templatetags/humanize.py:198
250
251
#, python-format
251
252
msgid "a second ago"
252
 
msgid_plural "%(count)s seconds ago"
 
253
msgid_plural "%(count)s\\u00a0seconds ago"
253
254
msgstr[0] "sekunti sitten"
254
255
msgstr[1] "%(count)s sekuntia sitten"
255
256
 
256
 
#: templatetags/humanize.py:201
 
257
#. Translators: \\u00a0 is non-breaking space
 
258
#: templatetags/humanize.py:204
257
259
#, python-format
258
260
msgid "a minute ago"
259
 
msgid_plural "%(count)s minutes ago"
 
261
msgid_plural "%(count)s\\u00a0minutes ago"
260
262
msgstr[0] "minuutti sitten"
261
263
msgstr[1] "%(count)s minuuttia sitten"
262
264
 
263
 
#: templatetags/humanize.py:206
 
265
#. Translators: \\u00a0 is non-breaking space
 
266
#: templatetags/humanize.py:210
264
267
#, python-format
265
268
msgid "an hour ago"
266
 
msgid_plural "%(count)s hours ago"
 
269
msgid_plural "%(count)s\\u00a0hours ago"
267
270
msgstr[0] "tunti sitten"
268
271
msgstr[1] "%(count)s tuntia sitten"
269
272
 
270
 
#: templatetags/humanize.py:212
 
273
#: templatetags/humanize.py:216
271
274
#, python-format
272
275
msgctxt "naturaltime"
273
276
msgid "%(delta)s from now"
274
277
msgstr "%(delta)s tästä hetkestä"
275
278
 
276
 
#: templatetags/humanize.py:218
 
279
#. Translators: \\u00a0 is non-breaking space
 
280
#: templatetags/humanize.py:223
277
281
#, python-format
278
282
msgid "a second from now"
279
 
msgid_plural "%(count)s seconds from now"
 
283
msgid_plural "%(count)s\\u00a0seconds from now"
280
284
msgstr[0] "sekunnin kuluttua"
281
285
msgstr[1] "%(count)s sekunnin kuluttua"
282
286
 
283
 
#: templatetags/humanize.py:223
 
287
#. Translators: \\u00a0 is non-breaking space
 
288
#: templatetags/humanize.py:229
284
289
#, python-format
285
290
msgid "a minute from now"
286
 
msgid_plural "%(count)s minutes from now"
 
291
msgid_plural "%(count)s\\u00a0minutes from now"
287
292
msgstr[0] "minuutin kuluttua"
288
293
msgstr[1] "%(count)s minuutin kuluttua"
289
294
 
290
 
#: templatetags/humanize.py:228
 
295
#. Translators: \\u00a0 is non-breaking space
 
296
#: templatetags/humanize.py:235
291
297
#, python-format
292
298
msgid "an hour from now"
293
 
msgid_plural "%(count)s hours from now"
 
299
msgid_plural "%(count)s\\u00a0hours from now"
294
300
msgstr[0] "tunnin kuluttua"
295
301
msgstr[1] "%(count)s tunnin kuluttua"