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

« back to all changes in this revision

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