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

« back to all changes in this revision

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