My favorites | Sign in
Project Home Wiki Issues Source
READ-ONLY: This project has been archived. For more information see this post.
Search
for
  Advanced search   Search tips   Subscriptions

Issue 61 attachment: forum_danish_and_1.1_correction.patch (6.4 KB)

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
Index: locale/da/LC_MESSAGES/django.po
===================================================================
--- locale/da/LC_MESSAGES/django.po (revision 0)
+++ locale/da/LC_MESSAGES/django.po (revision 0)
@@ -0,0 +1,184 @@
+# SOME DESCRIPTIVE TITLE.
+# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
+# This file is distributed under the same license as the PACKAGE package.
+# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
+#
+#, fuzzy
+msgid ""
+msgstr ""
+"Project-Id-Version: PACKAGE VERSION\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2009-04-19 16:55+0200\n"
+"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
+"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
+"Language-Team: LANGUAGE <LL@li.org>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+#: feeds.py:28
+#, python-format
+msgid "%(title)s's Forum: %(forum)s"
+msgstr "%(title)s's Fora: %(forum)s"
+
+#: feeds.py:32
+#, python-format
+msgid "%(title)s's Forum"
+msgstr "%(title)s's Fora"
+
+#: feeds.py:38
+msgid "Latest forum posts"
+msgstr "Senest forumindlæg"
+
+#: forms.py:5 models.py:26 models.py:154
+msgid "Title"
+msgstr "Titel"
+
+#: forms.py:6 forms.py:10 models.py:204
+msgid "Body"
+msgstr "Indhold"
+
+#: forms.py:7 forms.py:11
+msgid "Subscribe via email"
+msgstr "Modtag e-mail notifikationer"
+
+#: models.py:27
+msgid "Slug"
+msgstr "'Slug'"
+
+#: models.py:29
+msgid "Description"
+msgstr "Beskrivelse"
+
+#: models.py:30 models.py:175
+msgid "Threads"
+msgstr "Emner"
+
+#: models.py:31 models.py:157
+msgid "Posts"
+msgstr "Indlæg"
+
+#: models.py:82
+msgid "Forum parents"
+msgstr "Øvre forumkategorier"
+
+#: models.py:112 templates/forum/forum_list.html:8
+msgid "Forum"
+msgstr ""
+
+#: models.py:113 templates/forum_base.html:85
+#: templates/forum/forum_list.html:3
+msgid "Forums"
+msgstr "Fora"
+
+#: models.py:118
+msgid "You must not save a forum in itself!"
+msgstr "Du kan ikke gemme et forum"
+
+#: models.py:155
+msgid "Sticky?"
+msgstr "Placér i top?"
+
+#: models.py:156
+msgid "Closed?"
+msgstr "Lukket?"
+
+#: models.py:158
+msgid "Views"
+msgstr "Visninger"
+
+#: models.py:159
+msgid "Latest Post Time"
+msgstr "Seneste indlæg"
+
+#: models.py:174
+msgid "Thread"
+msgstr "Emne"
+
+#: models.py:205
+msgid "Time"
+msgstr "Tid"
+
+#: models.py:260
+msgid "Subscription"
+msgstr "Notifikation"
+
+#: models.py:261
+msgid "Subscriptions"
+msgstr "Notifikationer"
+
+#: views.py:242
+msgid "Sorry, you need to login."
+msgstr "Beklager, men du skal være logget ind"
+
+#: templates/forum_base.html:85
+msgid "Home"
+msgstr "Hjem"
+
+#: templates/forum/forum_list.html:9
+msgid "Last Post"
+msgstr "Seneste indlæg"
+
+#: templates/forum/forum_list.html:14
+#, python-format
+msgid "%(thread_count)s threads, %(post_count)s posts"
+msgstr "%(thread_count)s tråde, %(post_count)s indlæg"
+
+#: templates/forum/forum_list.html:17
+msgid "ago by"
+msgstr "siden, af"
+
+#: templates/forum/forum_list.html:17
+msgid "view"
+msgstr "vis"
+
+#: templates/forum/forum_list.html:17
+msgid "No Posts"
+msgstr "Ingen indlæg"
+
+#: templates/forum/forum_list.html:22 templates/forum/thread.html:34
+msgid "Update Subscriptions"
+msgstr "Opdatér notifikationer"
+
+#: templates/forum/newthread.html:4 templates/forum/newthread.html.py:11
+#, python-format
+msgid "New Thread in %(title)s"
+msgstr "Nye emner i %(title)s"
+
+#: templates/forum/newthread.html:13
+msgid "New Thread"
+msgstr "Nyt emne"
+
+#: templates/forum/newthread.html:18
+msgid "Create a Thread"
+msgstr "Opret nyt emne"
+
+#: templates/forum/newthread.html:21 templates/forum/reply.html:16
+msgid "Posting As"
+msgstr "Skribent"
+
+#: templates/forum/newthread.html:23 templates/forum/reply.html:18
+msgid "Post"
+msgstr "Indlæg"
+
+#: templates/forum/reply.html:4
+#, python-format
+msgid "Reply to thread \"%(title)s\""
+msgstr "Svar på emne \"%(title)s\""
+
+#: templates/forum/reply.html:6
+#, python-format
+msgid "Reply to Thread \"%(title)s\""
+msgstr "Svar på emne \"%(title)s\""
+
+#: templates/forum/reply.html:13
+msgid "Reply to Thread"
+msgstr "Besvar emne"
+
+#: templates/forum/thread.html:26 templates/forum/thread_list.html:61
+msgid "First"
+msgstr "Første"
+
+#: templates/forum/thread.html:30 templates/forum/thread_list.html:65
+msgid "Last"
+msgstr "Sidste"
Index: locale/da/LC_MESSAGES/django.mo
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream

Property changes on: locale/da/LC_MESSAGES/django.mo
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream

Index: models.py
===================================================================
--- models.py (revision 40)
+++ models.py (working copy)
@@ -152,8 +152,8 @@
"""
forum = models.ForeignKey(Forum)
title = models.CharField(_("Title"), max_length=100)
- sticky = models.BooleanField(_("Sticky?"), blank=True, null=True)
- closed = models.BooleanField(_("Closed?"), blank=True, null=True)
+ sticky = models.NullBooleanField(_("Sticky?"), blank=True, null=True)
+ closed = models.NullBooleanField(_("Closed?"), blank=True, null=True)
posts = models.IntegerField(_("Posts"), default=0)
views = models.IntegerField(_("Views"), default=0)
latest_post_time = models.DateTimeField(_("Latest Post Time"), blank=True, null=True)
Index: templates/forum/forum_list.html
===================================================================
--- templates/forum/forum_list.html (revision 40)
+++ templates/forum/forum_list.html (working copy)
@@ -14,7 +14,7 @@
<td class='djangoForumListDetails'><p><strong><a href='{{ forum.get_absolute_url }}'>{{ forum.title }}</a></strong><br /><span class='djangoForumStats'>{% blocktrans with forum.threads as thread_count and forum.posts as post_count %}{{ thread_count }} threads, {{ post_count }} posts{% endblocktrans %}</span></p>
<p>{{ forum.description }}</p></td>
{% with forum.forum_latest_post as latest_post %}
-<td class='djangoForumListLastPost'>{% if latest_post %}{{ latest_post.time|timesince }} ago by {{ latest_post.author }} (<a href='{{ latest_post.get_absolute_url }}'>{% trans "view" %}</a>){% else %}{% trans "No Posts" %}{% endif %}</td>
+<td class='djangoForumListLastPost'>{% if latest_post %}{{ latest_post.time|timesince }} {% trans "ago by" %} {{ latest_post.author }} (<a href='{{ latest_post.get_absolute_url }}'>{% trans "view" %}</a>){% else %}{% trans "No Posts" %}{% endif %}</td>
{% endwith %}
</tr>
{% endfor %}
Powered by Google Project Hosting