aa-bulletin-board 2.0.0b1__py3-none-any.whl → 2.0.1__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (41) hide show
  1. aa_bulletin_board/__init__.py +1 -1
  2. aa_bulletin_board/auth_hooks.py +1 -1
  3. aa_bulletin_board/locale/cs/LC_MESSAGES/django.mo +0 -0
  4. aa_bulletin_board/locale/cs/LC_MESSAGES/django.po +178 -0
  5. aa_bulletin_board/locale/de/LC_MESSAGES/django.mo +0 -0
  6. aa_bulletin_board/locale/de/LC_MESSAGES/django.po +44 -36
  7. aa_bulletin_board/locale/django.pot +39 -31
  8. aa_bulletin_board/locale/es/LC_MESSAGES/django.mo +0 -0
  9. aa_bulletin_board/locale/es/LC_MESSAGES/django.po +47 -39
  10. aa_bulletin_board/locale/fr_FR/LC_MESSAGES/django.mo +0 -0
  11. aa_bulletin_board/locale/fr_FR/LC_MESSAGES/django.po +42 -34
  12. aa_bulletin_board/locale/it_IT/LC_MESSAGES/django.mo +0 -0
  13. aa_bulletin_board/locale/it_IT/LC_MESSAGES/django.po +43 -35
  14. aa_bulletin_board/locale/ja/LC_MESSAGES/django.mo +0 -0
  15. aa_bulletin_board/locale/ja/LC_MESSAGES/django.po +43 -35
  16. aa_bulletin_board/locale/ko_KR/LC_MESSAGES/django.mo +0 -0
  17. aa_bulletin_board/locale/ko_KR/LC_MESSAGES/django.po +50 -38
  18. aa_bulletin_board/locale/nl/LC_MESSAGES/django.mo +0 -0
  19. aa_bulletin_board/locale/nl/LC_MESSAGES/django.po +175 -0
  20. aa_bulletin_board/locale/pl_PL/LC_MESSAGES/django.mo +0 -0
  21. aa_bulletin_board/locale/pl_PL/LC_MESSAGES/django.po +178 -0
  22. aa_bulletin_board/locale/ru/LC_MESSAGES/django.mo +0 -0
  23. aa_bulletin_board/locale/ru/LC_MESSAGES/django.po +47 -37
  24. aa_bulletin_board/locale/sk/LC_MESSAGES/django.mo +0 -0
  25. aa_bulletin_board/locale/sk/LC_MESSAGES/django.po +178 -0
  26. aa_bulletin_board/locale/uk/LC_MESSAGES/django.mo +0 -0
  27. aa_bulletin_board/locale/uk/LC_MESSAGES/django.po +48 -38
  28. aa_bulletin_board/locale/zh_Hans/LC_MESSAGES/django.mo +0 -0
  29. aa_bulletin_board/locale/zh_Hans/LC_MESSAGES/django.po +70 -59
  30. aa_bulletin_board/static/aa_bulletin_board/css/aa-bulletin-board.css +1 -2
  31. aa_bulletin_board/static/aa_bulletin_board/css/aa-bulletin-board.min.css +1 -1
  32. aa_bulletin_board/static/aa_bulletin_board/css/aa-bulletin-board.min.css.map +1 -1
  33. aa_bulletin_board/static/aa_bulletin_board/javascript/aa-bulletin-board-oembed.js +35 -37
  34. aa_bulletin_board/static/aa_bulletin_board/javascript/aa-bulletin-board-oembed.min.js +1 -1
  35. aa_bulletin_board/static/aa_bulletin_board/javascript/aa-bulletin-board-oembed.min.js.map +1 -1
  36. aa_bulletin_board/templates/aa_bulletin_board/dashboard.html +1 -1
  37. aa_bulletin_board/tests/test_auth_hooks.py +1 -1
  38. {aa_bulletin_board-2.0.0b1.dist-info → aa_bulletin_board-2.0.1.dist-info}/METADATA +13 -10
  39. {aa_bulletin_board-2.0.0b1.dist-info → aa_bulletin_board-2.0.1.dist-info}/RECORD +41 -33
  40. {aa_bulletin_board-2.0.0b1.dist-info → aa_bulletin_board-2.0.1.dist-info}/WHEEL +1 -1
  41. {aa_bulletin_board-2.0.0b1.dist-info → aa_bulletin_board-2.0.1.dist-info}/licenses/LICENSE +0 -0
@@ -5,5 +5,5 @@ App init
5
5
  # Django
6
6
  from django.utils.translation import gettext_lazy as _
7
7
 
8
- __version__ = "2.0.0-beta.1"
8
+ __version__ = "2.0.1"
9
9
  __title__ = _("Bulletin Board")
@@ -23,7 +23,7 @@ class AaBulletinBoardMenuItem(MenuItemHook): # pylint: disable=too-few-public-m
23
23
  MenuItemHook.__init__(
24
24
  self,
25
25
  text=__title__,
26
- classes="fas fa-clipboard-list",
26
+ classes="fa-solid fa-clipboard-list",
27
27
  url_name="aa_bulletin_board:dashboard",
28
28
  navactive=["aa_bulletin_board:"],
29
29
  )
@@ -0,0 +1,178 @@
1
+ # SOME DESCRIPTIVE TITLE.
2
+ # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
3
+ # This file is distributed under the same license as the PACKAGE package.
4
+ # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
5
+ #
6
+ msgid ""
7
+ msgstr ""
8
+ "Project-Id-Version: PACKAGE VERSION\n"
9
+ "Report-Msgid-Bugs-To: \n"
10
+ "POT-Creation-Date: 2024-03-20 17:29+0100\n"
11
+ "PO-Revision-Date: 2024-05-10 13:57+0000\n"
12
+ "Last-Translator: Anonymous <noreply@weblate.org>\n"
13
+ "Language-Team: Czech <https://weblate.ppfeufer.de/projects/"
14
+ "alliance-auth-apps/aa-bulletin-board/cs/>\n"
15
+ "Language: cs\n"
16
+ "MIME-Version: 1.0\n"
17
+ "Content-Type: text/plain; charset=UTF-8\n"
18
+ "Content-Transfer-Encoding: 8bit\n"
19
+ "Plural-Forms: nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n >= 2 && n "
20
+ "<= 4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3;\n"
21
+ "X-Generator: Weblate 5.5.3\n"
22
+
23
+ #: aa_bulletin_board/__init__.py:9 aa_bulletin_board/models.py:67
24
+ #: aa_bulletin_board/templates/aa_bulletin_board/base.html:6
25
+ #: aa_bulletin_board/templates/aa_bulletin_board/base.html:10
26
+ #: aa_bulletin_board/templates/aa_bulletin_board/bulletin.html:5
27
+ #: aa_bulletin_board/templates/aa_bulletin_board/edit-bulletin.html:8
28
+ msgid "Bulletin Board"
29
+ msgstr ""
30
+
31
+ #. Translators: This is the app name and version, which will appear in the Django Backend
32
+ #: aa_bulletin_board/apps.py:21
33
+ #, python-brace-format
34
+ msgid "Bulletin Board v{__version__}"
35
+ msgstr ""
36
+
37
+ #: aa_bulletin_board/forms.py:65
38
+ msgid ""
39
+ "Restrict this bulletin to certain groups. If no group restrictions are in "
40
+ "place, everyone who has access to this module can read this bulletin."
41
+ msgstr ""
42
+
43
+ #: aa_bulletin_board/forms.py:112
44
+ msgid "You have forgotten the content!"
45
+ msgstr ""
46
+
47
+ #: aa_bulletin_board/models.py:71
48
+ msgid "Can access this app"
49
+ msgstr ""
50
+
51
+ #: aa_bulletin_board/models.py:72
52
+ msgid "Can manage (add/change/remove) bulletins"
53
+ msgstr ""
54
+
55
+ #: aa_bulletin_board/models.py:81
56
+ msgid "Title"
57
+ msgstr ""
58
+
59
+ #: aa_bulletin_board/models.py:84
60
+ msgid "Content"
61
+ msgstr ""
62
+
63
+ #. Translators: This is the date and time the bulletin has been created
64
+ #: aa_bulletin_board/models.py:90
65
+ msgid "Created"
66
+ msgstr ""
67
+
68
+ #. Translators: This is the date and time the bulletin has been updated
69
+ #: aa_bulletin_board/models.py:96
70
+ msgid "Updated"
71
+ msgstr ""
72
+
73
+ #: aa_bulletin_board/models.py:105
74
+ msgid "User"
75
+ msgstr ""
76
+
77
+ #: aa_bulletin_board/models.py:111
78
+ msgid "Group restrictions"
79
+ msgstr ""
80
+
81
+ #: aa_bulletin_board/models.py:122
82
+ msgid "Bulletin"
83
+ msgstr ""
84
+
85
+ #: aa_bulletin_board/models.py:123
86
+ msgid "Bulletins"
87
+ msgstr ""
88
+
89
+ #: aa_bulletin_board/templates/aa_bulletin_board/bulletin.html:16
90
+ #: aa_bulletin_board/templates/aa_bulletin_board/edit-bulletin.html:34
91
+ msgid "Back"
92
+ msgstr ""
93
+
94
+ #: aa_bulletin_board/templates/aa_bulletin_board/bulletin.html:19
95
+ #: aa_bulletin_board/templates/aa_bulletin_board/dashboard.html:36
96
+ msgid "Edit"
97
+ msgstr ""
98
+
99
+ #: aa_bulletin_board/templates/aa_bulletin_board/bulletin.html:20
100
+ #: aa_bulletin_board/templates/aa_bulletin_board/dashboard.html:37
101
+ msgid "Delete"
102
+ msgstr ""
103
+
104
+ #: aa_bulletin_board/templates/aa_bulletin_board/dashboard.html:17
105
+ msgid "This bulletin is restricted to the following group:"
106
+ msgid_plural "This bulletin is restricted to the following groups:"
107
+ msgstr[0] ""
108
+ msgstr[1] ""
109
+ msgstr[2] ""
110
+ msgstr[3] ""
111
+
112
+ #: aa_bulletin_board/templates/aa_bulletin_board/dashboard.html:33
113
+ msgid "Read more"
114
+ msgstr ""
115
+
116
+ #: aa_bulletin_board/templates/aa_bulletin_board/dashboard.html:47
117
+ msgid "No bulletins found."
118
+ msgstr ""
119
+
120
+ #: aa_bulletin_board/templates/aa_bulletin_board/edit-bulletin.html:11
121
+ msgid "Edit bulletin"
122
+ msgstr ""
123
+
124
+ #: aa_bulletin_board/templates/aa_bulletin_board/edit-bulletin.html:14
125
+ #: aa_bulletin_board/templates/aa_bulletin_board/edit-bulletin.html:25
126
+ msgid "Create new bulletin"
127
+ msgstr ""
128
+
129
+ #: aa_bulletin_board/templates/aa_bulletin_board/edit-bulletin.html:45
130
+ msgid "Update bulletin"
131
+ msgstr ""
132
+
133
+ #: aa_bulletin_board/templates/aa_bulletin_board/edit-bulletin.html:47
134
+ msgid "Create bulletin"
135
+ msgstr ""
136
+
137
+ #: aa_bulletin_board/templates/aa_bulletin_board/partials/common/bulletin-board-management.html:7
138
+ msgid "Add bulletin"
139
+ msgstr ""
140
+
141
+ #: aa_bulletin_board/templates/aa_bulletin_board/partials/footer/app-translation-footer.html:5
142
+ msgid ""
143
+ "Do you want to help translate this app into your language or improve the "
144
+ "existing translation?"
145
+ msgstr ""
146
+
147
+ #: aa_bulletin_board/templates/aa_bulletin_board/partials/footer/app-translation-footer.html:8
148
+ msgid "Join our team of translators!"
149
+ msgstr ""
150
+
151
+ #: aa_bulletin_board/views.py:98
152
+ #, python-brace-format
153
+ msgid "Bulletin \"{bulletin__title}\" created."
154
+ msgstr ""
155
+
156
+ #: aa_bulletin_board/views.py:141
157
+ msgid ""
158
+ "The bulletin you are looking for does either not exist, or you don't have "
159
+ "access to it."
160
+ msgstr ""
161
+
162
+ #: aa_bulletin_board/views.py:168
163
+ msgid "The bulletin you are trying to edit does not exist."
164
+ msgstr ""
165
+
166
+ #: aa_bulletin_board/views.py:195
167
+ #, python-brace-format
168
+ msgid "Bulletin \"{bulletin__title}\" updated."
169
+ msgstr ""
170
+
171
+ #: aa_bulletin_board/views.py:227
172
+ #, python-brace-format
173
+ msgid "Bulletin \"{bulletin.title}\" deleted."
174
+ msgstr ""
175
+
176
+ #: aa_bulletin_board/views.py:234
177
+ msgid "The bulletin you are trying to delete does not exist."
178
+ msgstr ""
@@ -1,27 +1,27 @@
1
1
  # SOME DESCRIPTIVE TITLE.
2
2
  # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
3
3
  # This file is distributed under the same license as the PACKAGE package.
4
- # "H. Peter Pfeufer" <info@ppfeufer.de>, 2023.
4
+ # "H. Peter Pfeufer" <info@ppfeufer.de>, 2023, 2024.
5
5
  msgid ""
6
6
  msgstr ""
7
7
  "Project-Id-Version: PACKAGE VERSION\n"
8
8
  "Report-Msgid-Bugs-To: \n"
9
- "POT-Creation-Date: 2023-10-01 13:56+0200\n"
10
- "PO-Revision-Date: 2023-10-01 11:43+0000\n"
9
+ "POT-Creation-Date: 2024-03-15 18:14+0100\n"
10
+ "PO-Revision-Date: 2024-05-10 13:57+0000\n"
11
11
  "Last-Translator: Peter Pfeufer <info@ppfeufer.de>\n"
12
- "Language-Team: German <https://weblate.ppfeufer.de/projects/alliance-auth-"
13
- "apps/aa-bulletin-board/de/>\n"
12
+ "Language-Team: German <https://weblate.ppfeufer.de/projects/"
13
+ "alliance-auth-apps/aa-bulletin-board/de/>\n"
14
14
  "Language: de\n"
15
15
  "MIME-Version: 1.0\n"
16
16
  "Content-Type: text/plain; charset=UTF-8\n"
17
17
  "Content-Transfer-Encoding: 8bit\n"
18
18
  "Plural-Forms: nplurals=2; plural=n != 1;\n"
19
- "X-Generator: Weblate 5.0.2\n"
19
+ "X-Generator: Weblate 5.5.3\n"
20
20
 
21
- #: aa_bulletin_board/__init__.py:12 aa_bulletin_board/models.py:67
22
- #: aa_bulletin_board/templates/aa_bulletin_board/base.html:5
21
+ #: aa_bulletin_board/__init__.py:9 aa_bulletin_board/models.py:67
22
+ #: aa_bulletin_board/templates/aa_bulletin_board/base.html:6
23
+ #: aa_bulletin_board/templates/aa_bulletin_board/base.html:10
23
24
  #: aa_bulletin_board/templates/aa_bulletin_board/bulletin.html:5
24
- #: aa_bulletin_board/templates/aa_bulletin_board/dashboard.html:6
25
25
  #: aa_bulletin_board/templates/aa_bulletin_board/edit-bulletin.html:8
26
26
  msgid "Bulletin Board"
27
27
  msgstr "Bulletin Board"
@@ -32,7 +32,7 @@ msgstr "Bulletin Board"
32
32
  msgid "Bulletin Board v{__version__}"
33
33
  msgstr "Bulletin Board v{__version__}"
34
34
 
35
- #: aa_bulletin_board/forms.py:71
35
+ #: aa_bulletin_board/forms.py:65
36
36
  msgid ""
37
37
  "Restrict this bulletin to certain groups. If no group restrictions are in "
38
38
  "place, everyone who has access to this module can read this bulletin."
@@ -41,6 +41,10 @@ msgstr ""
41
41
  "Gruppenbeschränkungen bestehen, kann jeder der Zugriff auf dieses Modul hat, "
42
42
  "dieses Bulletin lesen."
43
43
 
44
+ #: aa_bulletin_board/forms.py:112
45
+ msgid "You have forgotten the content!"
46
+ msgstr "Du hast den Inhalt vergessen!"
47
+
44
48
  #: aa_bulletin_board/models.py:71
45
49
  msgid "Can access this app"
46
50
  msgstr "Kann auf diese App zugreifen"
@@ -53,61 +57,65 @@ msgstr "Kann Bulletins verwalten (hinzufügen/ändern/entfernen)"
53
57
  msgid "Title"
54
58
  msgstr "Titel"
55
59
 
56
- #: aa_bulletin_board/models.py:83
60
+ #: aa_bulletin_board/models.py:84
57
61
  msgid "Content"
58
62
  msgstr "Inhalt"
59
63
 
60
64
  #. Translators: This is the date and time the bulletin has been created
61
- #: aa_bulletin_board/models.py:88
65
+ #: aa_bulletin_board/models.py:90
62
66
  msgid "Created"
63
67
  msgstr "Erstellt"
64
68
 
65
69
  #. Translators: This is the date and time the bulletin has been updated
66
- #: aa_bulletin_board/models.py:94
70
+ #: aa_bulletin_board/models.py:96
67
71
  msgid "Updated"
68
72
  msgstr "Aktualisiert"
69
73
 
70
- #: aa_bulletin_board/models.py:103
74
+ #: aa_bulletin_board/models.py:105
71
75
  msgid "User"
72
76
  msgstr "Nutzer"
73
77
 
74
- #: aa_bulletin_board/models.py:109
78
+ #: aa_bulletin_board/models.py:111
75
79
  msgid "Group restrictions"
76
80
  msgstr "Gruppenbeschränkungen"
77
81
 
78
- #: aa_bulletin_board/models.py:120
82
+ #: aa_bulletin_board/models.py:122
79
83
  msgid "Bulletin"
80
84
  msgstr "Bulletin"
81
85
 
82
- #: aa_bulletin_board/models.py:121
86
+ #: aa_bulletin_board/models.py:123
83
87
  msgid "Bulletins"
84
88
  msgstr "Bulletins"
85
89
 
86
- #: aa_bulletin_board/templates/aa_bulletin_board/bulletin.html:18
90
+ #: aa_bulletin_board/templates/aa_bulletin_board/bulletin.html:16
87
91
  #: aa_bulletin_board/templates/aa_bulletin_board/edit-bulletin.html:34
88
92
  msgid "Back"
89
93
  msgstr "Zurück"
90
94
 
91
- #: aa_bulletin_board/templates/aa_bulletin_board/bulletin.html:21
92
- #: aa_bulletin_board/templates/aa_bulletin_board/dashboard.html:39
95
+ #: aa_bulletin_board/templates/aa_bulletin_board/bulletin.html:19
96
+ #: aa_bulletin_board/templates/aa_bulletin_board/dashboard.html:36
93
97
  msgid "Edit"
94
98
  msgstr "Bearbeiten"
95
99
 
96
- #: aa_bulletin_board/templates/aa_bulletin_board/bulletin.html:22
97
- #: aa_bulletin_board/templates/aa_bulletin_board/dashboard.html:40
100
+ #: aa_bulletin_board/templates/aa_bulletin_board/bulletin.html:20
101
+ #: aa_bulletin_board/templates/aa_bulletin_board/dashboard.html:37
98
102
  msgid "Delete"
99
103
  msgstr "Löschen"
100
104
 
101
- #: aa_bulletin_board/templates/aa_bulletin_board/dashboard.html:24
105
+ #: aa_bulletin_board/templates/aa_bulletin_board/dashboard.html:17
102
106
  msgid "This bulletin is restricted to the following group:"
103
107
  msgid_plural "This bulletin is restricted to the following groups:"
104
108
  msgstr[0] "Dieses Bulletin ist auf die folgende Gruppe beschränkt:"
105
109
  msgstr[1] "Dieses Bulletin ist auf die folgenden Gruppen beschränkt:"
106
110
 
107
- #: aa_bulletin_board/templates/aa_bulletin_board/dashboard.html:36
111
+ #: aa_bulletin_board/templates/aa_bulletin_board/dashboard.html:33
108
112
  msgid "Read more"
109
113
  msgstr "Weiter lesen"
110
114
 
115
+ #: aa_bulletin_board/templates/aa_bulletin_board/dashboard.html:47
116
+ msgid "No bulletins found."
117
+ msgstr "Keine Bulletins gefunden."
118
+
111
119
  #: aa_bulletin_board/templates/aa_bulletin_board/edit-bulletin.html:11
112
120
  msgid "Edit bulletin"
113
121
  msgstr "Bulletin bearbeiten"
@@ -117,15 +125,15 @@ msgstr "Bulletin bearbeiten"
117
125
  msgid "Create new bulletin"
118
126
  msgstr "Neuen Bulletin erstellen"
119
127
 
120
- #: aa_bulletin_board/templates/aa_bulletin_board/edit-bulletin.html:47
128
+ #: aa_bulletin_board/templates/aa_bulletin_board/edit-bulletin.html:45
121
129
  msgid "Update bulletin"
122
130
  msgstr "Bulletin aktualisieren"
123
131
 
124
- #: aa_bulletin_board/templates/aa_bulletin_board/edit-bulletin.html:49
132
+ #: aa_bulletin_board/templates/aa_bulletin_board/edit-bulletin.html:47
125
133
  msgid "Create bulletin"
126
134
  msgstr "Bulletin erstellen"
127
135
 
128
- #: aa_bulletin_board/templates/aa_bulletin_board/partials/common/bulletin-board-management.html:6
136
+ #: aa_bulletin_board/templates/aa_bulletin_board/partials/common/bulletin-board-management.html:7
129
137
  msgid "Add bulletin"
130
138
  msgstr "Bulletin hinzufügen"
131
139
 
@@ -141,32 +149,32 @@ msgstr ""
141
149
  msgid "Join our team of translators!"
142
150
  msgstr "Tritt unserm Team von Übersetzern bei!"
143
151
 
144
- #: aa_bulletin_board/views.py:82
152
+ #: aa_bulletin_board/views.py:98
145
153
  #, python-brace-format
146
154
  msgid "Bulletin \"{bulletin__title}\" created."
147
155
  msgstr "Bulletin „{bulletin__title}“ erstellt."
148
156
 
149
- #: aa_bulletin_board/views.py:125
157
+ #: aa_bulletin_board/views.py:141
150
158
  msgid ""
151
159
  "The bulletin you are looking for does either not exist, or you don't have "
152
160
  "access to it."
153
161
  msgstr ""
154
162
  "Dieses Bulletin existiert entweder nicht oder Du hast keinen Zugriff darauf."
155
163
 
156
- #: aa_bulletin_board/views.py:167
164
+ #: aa_bulletin_board/views.py:168
165
+ msgid "The bulletin you are trying to edit does not exist."
166
+ msgstr "Das Bulletin das Du bearbeiten möchtest scheint nicht zu existieren."
167
+
168
+ #: aa_bulletin_board/views.py:195
157
169
  #, python-brace-format
158
170
  msgid "Bulletin \"{bulletin__title}\" updated."
159
171
  msgstr "Bulletin „{bulletin__title}“ aktualisiert."
160
172
 
161
- #: aa_bulletin_board/views.py:186
162
- msgid "The bulletin you are trying to edit does not exist."
163
- msgstr "Das Bulletin das Du bearbeiten möchtest scheint nicht zu existieren."
164
-
165
- #: aa_bulletin_board/views.py:210
173
+ #: aa_bulletin_board/views.py:227
166
174
  #, python-brace-format
167
175
  msgid "Bulletin \"{bulletin.title}\" deleted."
168
176
  msgstr "Bulletin „{bulletin.title}“ gelöscht."
169
177
 
170
- #: aa_bulletin_board/views.py:217
178
+ #: aa_bulletin_board/views.py:234
171
179
  msgid "The bulletin you are trying to delete does not exist."
172
180
  msgstr "Das Bulletin das Du versuchst zu löschen scheint nicht zu existieren."
@@ -8,7 +8,7 @@ msgid ""
8
8
  msgstr ""
9
9
  "Project-Id-Version: PACKAGE VERSION\n"
10
10
  "Report-Msgid-Bugs-To: \n"
11
- "POT-Creation-Date: 2023-10-01 13:56+0200\n"
11
+ "POT-Creation-Date: 2024-03-20 17:29+0100\n"
12
12
  "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
13
13
  "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
14
14
  "Language-Team: LANGUAGE <LL@li.org>\n"
@@ -18,10 +18,10 @@ msgstr ""
18
18
  "Content-Transfer-Encoding: 8bit\n"
19
19
  "Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
20
20
 
21
- #: aa_bulletin_board/__init__.py:12 aa_bulletin_board/models.py:67
22
- #: aa_bulletin_board/templates/aa_bulletin_board/base.html:5
21
+ #: aa_bulletin_board/__init__.py:9 aa_bulletin_board/models.py:67
22
+ #: aa_bulletin_board/templates/aa_bulletin_board/base.html:6
23
+ #: aa_bulletin_board/templates/aa_bulletin_board/base.html:10
23
24
  #: aa_bulletin_board/templates/aa_bulletin_board/bulletin.html:5
24
- #: aa_bulletin_board/templates/aa_bulletin_board/dashboard.html:6
25
25
  #: aa_bulletin_board/templates/aa_bulletin_board/edit-bulletin.html:8
26
26
  msgid "Bulletin Board"
27
27
  msgstr ""
@@ -32,12 +32,16 @@ msgstr ""
32
32
  msgid "Bulletin Board v{__version__}"
33
33
  msgstr ""
34
34
 
35
- #: aa_bulletin_board/forms.py:71
35
+ #: aa_bulletin_board/forms.py:65
36
36
  msgid ""
37
37
  "Restrict this bulletin to certain groups. If no group restrictions are in "
38
38
  "place, everyone who has access to this module can read this bulletin."
39
39
  msgstr ""
40
40
 
41
+ #: aa_bulletin_board/forms.py:112
42
+ msgid "You have forgotten the content!"
43
+ msgstr ""
44
+
41
45
  #: aa_bulletin_board/models.py:71
42
46
  msgid "Can access this app"
43
47
  msgstr ""
@@ -50,61 +54,65 @@ msgstr ""
50
54
  msgid "Title"
51
55
  msgstr ""
52
56
 
53
- #: aa_bulletin_board/models.py:83
57
+ #: aa_bulletin_board/models.py:84
54
58
  msgid "Content"
55
59
  msgstr ""
56
60
 
57
61
  #. Translators: This is the date and time the bulletin has been created
58
- #: aa_bulletin_board/models.py:88
62
+ #: aa_bulletin_board/models.py:90
59
63
  msgid "Created"
60
64
  msgstr ""
61
65
 
62
66
  #. Translators: This is the date and time the bulletin has been updated
63
- #: aa_bulletin_board/models.py:94
67
+ #: aa_bulletin_board/models.py:96
64
68
  msgid "Updated"
65
69
  msgstr ""
66
70
 
67
- #: aa_bulletin_board/models.py:103
71
+ #: aa_bulletin_board/models.py:105
68
72
  msgid "User"
69
73
  msgstr ""
70
74
 
71
- #: aa_bulletin_board/models.py:109
75
+ #: aa_bulletin_board/models.py:111
72
76
  msgid "Group restrictions"
73
77
  msgstr ""
74
78
 
75
- #: aa_bulletin_board/models.py:120
79
+ #: aa_bulletin_board/models.py:122
76
80
  msgid "Bulletin"
77
81
  msgstr ""
78
82
 
79
- #: aa_bulletin_board/models.py:121
83
+ #: aa_bulletin_board/models.py:123
80
84
  msgid "Bulletins"
81
85
  msgstr ""
82
86
 
83
- #: aa_bulletin_board/templates/aa_bulletin_board/bulletin.html:18
87
+ #: aa_bulletin_board/templates/aa_bulletin_board/bulletin.html:16
84
88
  #: aa_bulletin_board/templates/aa_bulletin_board/edit-bulletin.html:34
85
89
  msgid "Back"
86
90
  msgstr ""
87
91
 
88
- #: aa_bulletin_board/templates/aa_bulletin_board/bulletin.html:21
89
- #: aa_bulletin_board/templates/aa_bulletin_board/dashboard.html:39
92
+ #: aa_bulletin_board/templates/aa_bulletin_board/bulletin.html:19
93
+ #: aa_bulletin_board/templates/aa_bulletin_board/dashboard.html:36
90
94
  msgid "Edit"
91
95
  msgstr ""
92
96
 
93
- #: aa_bulletin_board/templates/aa_bulletin_board/bulletin.html:22
94
- #: aa_bulletin_board/templates/aa_bulletin_board/dashboard.html:40
97
+ #: aa_bulletin_board/templates/aa_bulletin_board/bulletin.html:20
98
+ #: aa_bulletin_board/templates/aa_bulletin_board/dashboard.html:37
95
99
  msgid "Delete"
96
100
  msgstr ""
97
101
 
98
- #: aa_bulletin_board/templates/aa_bulletin_board/dashboard.html:24
102
+ #: aa_bulletin_board/templates/aa_bulletin_board/dashboard.html:17
99
103
  msgid "This bulletin is restricted to the following group:"
100
104
  msgid_plural "This bulletin is restricted to the following groups:"
101
105
  msgstr[0] ""
102
106
  msgstr[1] ""
103
107
 
104
- #: aa_bulletin_board/templates/aa_bulletin_board/dashboard.html:36
108
+ #: aa_bulletin_board/templates/aa_bulletin_board/dashboard.html:33
105
109
  msgid "Read more"
106
110
  msgstr ""
107
111
 
112
+ #: aa_bulletin_board/templates/aa_bulletin_board/dashboard.html:47
113
+ msgid "No bulletins found."
114
+ msgstr ""
115
+
108
116
  #: aa_bulletin_board/templates/aa_bulletin_board/edit-bulletin.html:11
109
117
  msgid "Edit bulletin"
110
118
  msgstr ""
@@ -114,15 +122,15 @@ msgstr ""
114
122
  msgid "Create new bulletin"
115
123
  msgstr ""
116
124
 
117
- #: aa_bulletin_board/templates/aa_bulletin_board/edit-bulletin.html:47
125
+ #: aa_bulletin_board/templates/aa_bulletin_board/edit-bulletin.html:45
118
126
  msgid "Update bulletin"
119
127
  msgstr ""
120
128
 
121
- #: aa_bulletin_board/templates/aa_bulletin_board/edit-bulletin.html:49
129
+ #: aa_bulletin_board/templates/aa_bulletin_board/edit-bulletin.html:47
122
130
  msgid "Create bulletin"
123
131
  msgstr ""
124
132
 
125
- #: aa_bulletin_board/templates/aa_bulletin_board/partials/common/bulletin-board-management.html:6
133
+ #: aa_bulletin_board/templates/aa_bulletin_board/partials/common/bulletin-board-management.html:7
126
134
  msgid "Add bulletin"
127
135
  msgstr ""
128
136
 
@@ -136,31 +144,31 @@ msgstr ""
136
144
  msgid "Join our team of translators!"
137
145
  msgstr ""
138
146
 
139
- #: aa_bulletin_board/views.py:82
147
+ #: aa_bulletin_board/views.py:98
140
148
  #, python-brace-format
141
149
  msgid "Bulletin \"{bulletin__title}\" created."
142
150
  msgstr ""
143
151
 
144
- #: aa_bulletin_board/views.py:125
152
+ #: aa_bulletin_board/views.py:141
145
153
  msgid ""
146
154
  "The bulletin you are looking for does either not exist, or you don't have "
147
155
  "access to it."
148
156
  msgstr ""
149
157
 
150
- #: aa_bulletin_board/views.py:167
151
- #, python-brace-format
152
- msgid "Bulletin \"{bulletin__title}\" updated."
158
+ #: aa_bulletin_board/views.py:168
159
+ msgid "The bulletin you are trying to edit does not exist."
153
160
  msgstr ""
154
161
 
155
- #: aa_bulletin_board/views.py:186
156
- msgid "The bulletin you are trying to edit does not exist."
162
+ #: aa_bulletin_board/views.py:195
163
+ #, python-brace-format
164
+ msgid "Bulletin \"{bulletin__title}\" updated."
157
165
  msgstr ""
158
166
 
159
- #: aa_bulletin_board/views.py:210
167
+ #: aa_bulletin_board/views.py:227
160
168
  #, python-brace-format
161
169
  msgid "Bulletin \"{bulletin.title}\" deleted."
162
170
  msgstr ""
163
171
 
164
- #: aa_bulletin_board/views.py:217
172
+ #: aa_bulletin_board/views.py:234
165
173
  msgid "The bulletin you are trying to delete does not exist."
166
174
  msgstr ""