aa-bulletin-board 1.10.1__py3-none-any.whl → 1.11.0__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 (36) hide show
  1. aa_bulletin_board/__init__.py +1 -1
  2. aa_bulletin_board/auth_hooks.py +15 -6
  3. aa_bulletin_board/forms.py +6 -4
  4. aa_bulletin_board/helpers.py +15 -6
  5. aa_bulletin_board/locale/de/LC_MESSAGES/django.mo +0 -0
  6. aa_bulletin_board/locale/de/LC_MESSAGES/django.po +25 -30
  7. aa_bulletin_board/locale/django.pot +21 -24
  8. aa_bulletin_board/locale/es/LC_MESSAGES/django.po +21 -24
  9. aa_bulletin_board/locale/fr_FR/LC_MESSAGES/django.po +21 -24
  10. aa_bulletin_board/locale/it_IT/LC_MESSAGES/django.po +21 -24
  11. aa_bulletin_board/locale/ja/LC_MESSAGES/django.po +21 -24
  12. aa_bulletin_board/locale/ko_KR/LC_MESSAGES/django.po +21 -24
  13. aa_bulletin_board/locale/ru/LC_MESSAGES/django.mo +0 -0
  14. aa_bulletin_board/locale/ru/LC_MESSAGES/django.po +28 -33
  15. aa_bulletin_board/locale/uk/LC_MESSAGES/django.po +21 -24
  16. aa_bulletin_board/locale/zh_Hans/LC_MESSAGES/django.po +21 -24
  17. aa_bulletin_board/managers.py +7 -2
  18. aa_bulletin_board/models.py +17 -3
  19. aa_bulletin_board/static/aa_bulletin_board/css/aa-bootstrap-fix.css +5 -5
  20. aa_bulletin_board/static/aa_bulletin_board/css/aa-bootstrap-fix.min.css +1 -1
  21. aa_bulletin_board/templates/aa_bulletin_board/base.html +1 -1
  22. aa_bulletin_board/templates/aa_bulletin_board/partials/footer/app-translation-footer.html +11 -0
  23. aa_bulletin_board/templatetags/aa_bulletin_board_versioned_static.py +2 -1
  24. aa_bulletin_board/tests/test_access.py +61 -37
  25. aa_bulletin_board/tests/test_auth_hooks.py +18 -9
  26. aa_bulletin_board/tests/test_bulletins.py +80 -47
  27. aa_bulletin_board/tests/test_templatetags.py +9 -6
  28. aa_bulletin_board/tests/test_user_interface.py +85 -43
  29. aa_bulletin_board/tests/utils.py +24 -3
  30. aa_bulletin_board/urls.py +7 -5
  31. aa_bulletin_board/views.py +86 -33
  32. {aa_bulletin_board-1.10.1.dist-info → aa_bulletin_board-1.11.0.dist-info}/METADATA +1 -1
  33. {aa_bulletin_board-1.10.1.dist-info → aa_bulletin_board-1.11.0.dist-info}/RECORD +35 -35
  34. aa_bulletin_board/templates/aa_bulletin_board/partials/app-translation-footer.html +0 -11
  35. {aa_bulletin_board-1.10.1.dist-info → aa_bulletin_board-1.11.0.dist-info}/WHEEL +0 -0
  36. {aa_bulletin_board-1.10.1.dist-info → aa_bulletin_board-1.11.0.dist-info}/licenses/LICENSE +0 -0
@@ -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-07-27 22:06+0200\n"
11
+ "POT-Creation-Date: 2023-08-02 15:50+0200\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"
@@ -37,37 +37,37 @@ msgid ""
37
37
  "place, everyone who has access to this module can read this bulletin."
38
38
  msgstr ""
39
39
 
40
- #: models.py:74
40
+ #: models.py:81
41
41
  msgid "Title"
42
42
  msgstr ""
43
43
 
44
- #: models.py:76
44
+ #: models.py:83
45
45
  msgid "Content"
46
46
  msgstr ""
47
47
 
48
48
  #. Translators: This is the date and time the bulletin has been created
49
- #: models.py:81
49
+ #: models.py:88
50
50
  msgid "Created"
51
51
  msgstr ""
52
52
 
53
53
  #. Translators: This is the date and time the bulletin has been updated
54
- #: models.py:87
54
+ #: models.py:94
55
55
  msgid "Updated"
56
56
  msgstr ""
57
57
 
58
- #: models.py:96
58
+ #: models.py:103
59
59
  msgid "User"
60
60
  msgstr ""
61
61
 
62
- #: models.py:102
62
+ #: models.py:109
63
63
  msgid "Group restrictions"
64
64
  msgstr ""
65
65
 
66
- #: models.py:113
66
+ #: models.py:120
67
67
  msgid "Bulletin"
68
68
  msgstr ""
69
69
 
70
- #: models.py:114
70
+ #: models.py:121
71
71
  msgid "Bulletins"
72
72
  msgstr ""
73
73
 
@@ -115,44 +115,41 @@ msgstr ""
115
115
  msgid "Create Bulletin"
116
116
  msgstr ""
117
117
 
118
- #: templates/aa_bulletin_board/partials/app-translation-footer.html:4
119
- msgid "Join our team of translators!"
118
+ #: templates/aa_bulletin_board/partials/footer/app-translation-footer.html:5
119
+ msgid ""
120
+ "Do you want to help translate this app into your language or improve the "
121
+ "existing translation?"
120
122
  msgstr ""
121
123
 
122
- #: templates/aa_bulletin_board/partials/app-translation-footer.html:7
123
- #, python-format
124
- msgid ""
125
- "\n"
126
- " Do you want to help translate this app into your language or "
127
- "improve the existing translation? - %(weblate_link)s\n"
128
- " "
124
+ #: templates/aa_bulletin_board/partials/footer/app-translation-footer.html:8
125
+ msgid "Join our team of translators!"
129
126
  msgstr ""
130
127
 
131
- #: views.py:65
128
+ #: views.py:80
132
129
  #, python-brace-format
133
130
  msgid "Bulletin \"{bulletin__title}\" created."
134
131
  msgstr ""
135
132
 
136
- #: views.py:92
133
+ #: views.py:123
137
134
  msgid ""
138
135
  "The bulletin you are looking for does not exist, or you don't have access to "
139
136
  "it."
140
137
  msgstr ""
141
138
 
142
- #: views.py:129
139
+ #: views.py:165
143
140
  #, python-brace-format
144
141
  msgid "Bulletin \"{bulletin__title}\" updated."
145
142
  msgstr ""
146
143
 
147
- #: views.py:140
144
+ #: views.py:184
148
145
  msgid "The bulletin you are trying to edit does not exist."
149
146
  msgstr ""
150
147
 
151
- #: views.py:159
148
+ #: views.py:208
152
149
  #, python-brace-format
153
150
  msgid "Bulletin \"{bulletin.title}\" deleted."
154
151
  msgstr ""
155
152
 
156
- #: views.py:164
153
+ #: views.py:215
157
154
  msgid "The bulletin you are trying to delete does not exist."
158
155
  msgstr ""
@@ -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-07-27 22:06+0200\n"
11
+ "POT-Creation-Date: 2023-08-02 15:50+0200\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"
@@ -38,37 +38,37 @@ msgid ""
38
38
  "place, everyone who has access to this module can read this bulletin."
39
39
  msgstr ""
40
40
 
41
- #: models.py:74
41
+ #: models.py:81
42
42
  msgid "Title"
43
43
  msgstr ""
44
44
 
45
- #: models.py:76
45
+ #: models.py:83
46
46
  msgid "Content"
47
47
  msgstr ""
48
48
 
49
49
  #. Translators: This is the date and time the bulletin has been created
50
- #: models.py:81
50
+ #: models.py:88
51
51
  msgid "Created"
52
52
  msgstr ""
53
53
 
54
54
  #. Translators: This is the date and time the bulletin has been updated
55
- #: models.py:87
55
+ #: models.py:94
56
56
  msgid "Updated"
57
57
  msgstr ""
58
58
 
59
- #: models.py:96
59
+ #: models.py:103
60
60
  msgid "User"
61
61
  msgstr ""
62
62
 
63
- #: models.py:102
63
+ #: models.py:109
64
64
  msgid "Group restrictions"
65
65
  msgstr ""
66
66
 
67
- #: models.py:113
67
+ #: models.py:120
68
68
  msgid "Bulletin"
69
69
  msgstr ""
70
70
 
71
- #: models.py:114
71
+ #: models.py:121
72
72
  msgid "Bulletins"
73
73
  msgstr ""
74
74
 
@@ -116,44 +116,41 @@ msgstr ""
116
116
  msgid "Create Bulletin"
117
117
  msgstr ""
118
118
 
119
- #: templates/aa_bulletin_board/partials/app-translation-footer.html:4
120
- msgid "Join our team of translators!"
119
+ #: templates/aa_bulletin_board/partials/footer/app-translation-footer.html:5
120
+ msgid ""
121
+ "Do you want to help translate this app into your language or improve the "
122
+ "existing translation?"
121
123
  msgstr ""
122
124
 
123
- #: templates/aa_bulletin_board/partials/app-translation-footer.html:7
124
- #, python-format
125
- msgid ""
126
- "\n"
127
- " Do you want to help translate this app into your language or "
128
- "improve the existing translation? - %(weblate_link)s\n"
129
- " "
125
+ #: templates/aa_bulletin_board/partials/footer/app-translation-footer.html:8
126
+ msgid "Join our team of translators!"
130
127
  msgstr ""
131
128
 
132
- #: views.py:65
129
+ #: views.py:80
133
130
  #, python-brace-format
134
131
  msgid "Bulletin \"{bulletin__title}\" created."
135
132
  msgstr ""
136
133
 
137
- #: views.py:92
134
+ #: views.py:123
138
135
  msgid ""
139
136
  "The bulletin you are looking for does not exist, or you don't have access to "
140
137
  "it."
141
138
  msgstr ""
142
139
 
143
- #: views.py:129
140
+ #: views.py:165
144
141
  #, python-brace-format
145
142
  msgid "Bulletin \"{bulletin__title}\" updated."
146
143
  msgstr ""
147
144
 
148
- #: views.py:140
145
+ #: views.py:184
149
146
  msgid "The bulletin you are trying to edit does not exist."
150
147
  msgstr ""
151
148
 
152
- #: views.py:159
149
+ #: views.py:208
153
150
  #, python-brace-format
154
151
  msgid "Bulletin \"{bulletin.title}\" deleted."
155
152
  msgstr ""
156
153
 
157
- #: views.py:164
154
+ #: views.py:215
158
155
  msgid "The bulletin you are trying to delete does not exist."
159
156
  msgstr ""
@@ -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-07-27 22:06+0200\n"
11
+ "POT-Creation-Date: 2023-08-02 15:50+0200\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"
@@ -37,37 +37,37 @@ msgid ""
37
37
  "place, everyone who has access to this module can read this bulletin."
38
38
  msgstr ""
39
39
 
40
- #: models.py:74
40
+ #: models.py:81
41
41
  msgid "Title"
42
42
  msgstr ""
43
43
 
44
- #: models.py:76
44
+ #: models.py:83
45
45
  msgid "Content"
46
46
  msgstr ""
47
47
 
48
48
  #. Translators: This is the date and time the bulletin has been created
49
- #: models.py:81
49
+ #: models.py:88
50
50
  msgid "Created"
51
51
  msgstr ""
52
52
 
53
53
  #. Translators: This is the date and time the bulletin has been updated
54
- #: models.py:87
54
+ #: models.py:94
55
55
  msgid "Updated"
56
56
  msgstr ""
57
57
 
58
- #: models.py:96
58
+ #: models.py:103
59
59
  msgid "User"
60
60
  msgstr ""
61
61
 
62
- #: models.py:102
62
+ #: models.py:109
63
63
  msgid "Group restrictions"
64
64
  msgstr ""
65
65
 
66
- #: models.py:113
66
+ #: models.py:120
67
67
  msgid "Bulletin"
68
68
  msgstr ""
69
69
 
70
- #: models.py:114
70
+ #: models.py:121
71
71
  msgid "Bulletins"
72
72
  msgstr ""
73
73
 
@@ -115,44 +115,41 @@ msgstr ""
115
115
  msgid "Create Bulletin"
116
116
  msgstr ""
117
117
 
118
- #: templates/aa_bulletin_board/partials/app-translation-footer.html:4
119
- msgid "Join our team of translators!"
118
+ #: templates/aa_bulletin_board/partials/footer/app-translation-footer.html:5
119
+ msgid ""
120
+ "Do you want to help translate this app into your language or improve the "
121
+ "existing translation?"
120
122
  msgstr ""
121
123
 
122
- #: templates/aa_bulletin_board/partials/app-translation-footer.html:7
123
- #, python-format
124
- msgid ""
125
- "\n"
126
- " Do you want to help translate this app into your language or "
127
- "improve the existing translation? - %(weblate_link)s\n"
128
- " "
124
+ #: templates/aa_bulletin_board/partials/footer/app-translation-footer.html:8
125
+ msgid "Join our team of translators!"
129
126
  msgstr ""
130
127
 
131
- #: views.py:65
128
+ #: views.py:80
132
129
  #, python-brace-format
133
130
  msgid "Bulletin \"{bulletin__title}\" created."
134
131
  msgstr ""
135
132
 
136
- #: views.py:92
133
+ #: views.py:123
137
134
  msgid ""
138
135
  "The bulletin you are looking for does not exist, or you don't have access to "
139
136
  "it."
140
137
  msgstr ""
141
138
 
142
- #: views.py:129
139
+ #: views.py:165
143
140
  #, python-brace-format
144
141
  msgid "Bulletin \"{bulletin__title}\" updated."
145
142
  msgstr ""
146
143
 
147
- #: views.py:140
144
+ #: views.py:184
148
145
  msgid "The bulletin you are trying to edit does not exist."
149
146
  msgstr ""
150
147
 
151
- #: views.py:159
148
+ #: views.py:208
152
149
  #, python-brace-format
153
150
  msgid "Bulletin \"{bulletin.title}\" deleted."
154
151
  msgstr ""
155
152
 
156
- #: views.py:164
153
+ #: views.py:215
157
154
  msgid "The bulletin you are trying to delete does not exist."
158
155
  msgstr ""
@@ -7,11 +7,11 @@ msgid ""
7
7
  msgstr ""
8
8
  "Project-Id-Version: PACKAGE VERSION\n"
9
9
  "Report-Msgid-Bugs-To: \n"
10
- "POT-Creation-Date: 2023-07-27 22:06+0200\n"
11
- "PO-Revision-Date: 2023-07-29 23:45+0000\n"
12
- "Last-Translator: Nikolay <nick.postnikov@gmail.com>\n"
13
- "Language-Team: Russian <https://weblate.ppfeufer.de/projects/"
14
- "alliance-auth-apps/aa-bulletin-board/ru/>\n"
10
+ "POT-Creation-Date: 2023-08-02 15:50+0200\n"
11
+ "PO-Revision-Date: 2023-07-31 17:39+0000\n"
12
+ "Last-Translator: Peter Pfeufer <info@ppfeufer.de>\n"
13
+ "Language-Team: Russian <https://weblate.ppfeufer.de/projects/alliance-auth-"
14
+ "apps/aa-bulletin-board/ru/>\n"
15
15
  "Language: ru\n"
16
16
  "MIME-Version: 1.0\n"
17
17
  "Content-Type: text/plain; charset=UTF-8\n"
@@ -42,37 +42,37 @@ msgstr ""
42
42
  "Ограничить доступ к бюллетеню для конкретных групп. Если ограничение не "
43
43
  "задано, у всех пользователей модуля есть доступ к бюллетеню."
44
44
 
45
- #: models.py:74
45
+ #: models.py:81
46
46
  msgid "Title"
47
47
  msgstr "Заглавие"
48
48
 
49
- #: models.py:76
49
+ #: models.py:83
50
50
  msgid "Content"
51
51
  msgstr "Содержимое"
52
52
 
53
53
  #. Translators: This is the date and time the bulletin has been created
54
- #: models.py:81
54
+ #: models.py:88
55
55
  msgid "Created"
56
56
  msgstr "Создан"
57
57
 
58
58
  #. Translators: This is the date and time the bulletin has been updated
59
- #: models.py:87
59
+ #: models.py:94
60
60
  msgid "Updated"
61
61
  msgstr "Обновлен"
62
62
 
63
- #: models.py:96
63
+ #: models.py:103
64
64
  msgid "User"
65
65
  msgstr "Пользователь"
66
66
 
67
- #: models.py:102
67
+ #: models.py:109
68
68
  msgid "Group restrictions"
69
69
  msgstr "Ограничения групп"
70
70
 
71
- #: models.py:113
71
+ #: models.py:120
72
72
  msgid "Bulletin"
73
73
  msgstr "Бюллетень"
74
74
 
75
- #: models.py:114
75
+ #: models.py:121
76
76
  msgid "Bulletins"
77
77
  msgstr "Бюллетени"
78
78
 
@@ -120,48 +120,43 @@ msgstr "Обновить бюллетень"
120
120
  msgid "Create Bulletin"
121
121
  msgstr "Создать бюллетень"
122
122
 
123
- #: templates/aa_bulletin_board/partials/app-translation-footer.html:4
124
- msgid "Join our team of translators!"
125
- msgstr "Присоединяйтесь к нашей команде переводчиков!"
126
-
127
- #: templates/aa_bulletin_board/partials/app-translation-footer.html:7
128
- #, python-format
123
+ #: templates/aa_bulletin_board/partials/footer/app-translation-footer.html:5
129
124
  msgid ""
130
- "\n"
131
- " Do you want to help translate this app into your language or "
132
- "improve the existing translation? - %(weblate_link)s\n"
133
- " "
125
+ "Do you want to help translate this app into your language or improve the "
126
+ "existing translation?"
134
127
  msgstr ""
135
- "\n"
136
- " Вы хотите помочь перевести это приложение на ваш язык или "
137
- "улучшить текущий перевод? - %(weblate_link)s\n"
138
- " "
128
+ "Вы хотите помочь перевести это приложение на ваш язык или улучшить текущий "
129
+ "перевод?"
130
+
131
+ #: templates/aa_bulletin_board/partials/footer/app-translation-footer.html:8
132
+ msgid "Join our team of translators!"
133
+ msgstr "Присоединяйтесь к нашей команде переводчиков!"
139
134
 
140
- #: views.py:65
135
+ #: views.py:80
141
136
  #, python-brace-format
142
137
  msgid "Bulletin \"{bulletin__title}\" created."
143
138
  msgstr "Бюллетень \"{bulletin__title}\" создан."
144
139
 
145
- #: views.py:92
140
+ #: views.py:123
146
141
  msgid ""
147
142
  "The bulletin you are looking for does not exist, or you don't have access to "
148
143
  "it."
149
144
  msgstr "Запрошенный бюллетень не существует или у Вас нет доступа."
150
145
 
151
- #: views.py:129
146
+ #: views.py:165
152
147
  #, python-brace-format
153
148
  msgid "Bulletin \"{bulletin__title}\" updated."
154
149
  msgstr "Бюллетень \"{bulletin__title}\" обновлен."
155
150
 
156
- #: views.py:140
151
+ #: views.py:184
157
152
  msgid "The bulletin you are trying to edit does not exist."
158
153
  msgstr "Бюллетень, который вы пытаетесь отредактировать, не существует."
159
154
 
160
- #: views.py:159
155
+ #: views.py:208
161
156
  #, python-brace-format
162
157
  msgid "Bulletin \"{bulletin.title}\" deleted."
163
158
  msgstr "Бюллетень \"{bulletin.title}\" удален."
164
159
 
165
- #: views.py:164
160
+ #: views.py:215
166
161
  msgid "The bulletin you are trying to delete does not exist."
167
162
  msgstr "Бюллетень, который вы пытаетесь удалить, не существует."
@@ -7,7 +7,7 @@ msgid ""
7
7
  msgstr ""
8
8
  "Project-Id-Version: PACKAGE VERSION\n"
9
9
  "Report-Msgid-Bugs-To: \n"
10
- "POT-Creation-Date: 2023-07-27 22:06+0200\n"
10
+ "POT-Creation-Date: 2023-08-02 15:50+0200\n"
11
11
  "PO-Revision-Date: 2023-07-26 13:02+0000\n"
12
12
  "Last-Translator: \"Andrii M.\" <elfleg0las88@gmail.com>\n"
13
13
  "Language-Team: Ukrainian <https://weblate.ppfeufer.de/projects/alliance-auth-"
@@ -43,37 +43,37 @@ msgstr ""
43
43
  "групових обмежень, кожен, хто має доступ до цього модуля, зможе прочитати "
44
44
  "цей бюлетень."
45
45
 
46
- #: models.py:74
46
+ #: models.py:81
47
47
  msgid "Title"
48
48
  msgstr "Заголовок"
49
49
 
50
- #: models.py:76
50
+ #: models.py:83
51
51
  msgid "Content"
52
52
  msgstr "Вміст"
53
53
 
54
54
  #. Translators: This is the date and time the bulletin has been created
55
- #: models.py:81
55
+ #: models.py:88
56
56
  msgid "Created"
57
57
  msgstr "Створено"
58
58
 
59
59
  #. Translators: This is the date and time the bulletin has been updated
60
- #: models.py:87
60
+ #: models.py:94
61
61
  msgid "Updated"
62
62
  msgstr ""
63
63
 
64
- #: models.py:96
64
+ #: models.py:103
65
65
  msgid "User"
66
66
  msgstr ""
67
67
 
68
- #: models.py:102
68
+ #: models.py:109
69
69
  msgid "Group restrictions"
70
70
  msgstr "Групові обмеження"
71
71
 
72
- #: models.py:113
72
+ #: models.py:120
73
73
  msgid "Bulletin"
74
74
  msgstr "Інформаційний бюлетень"
75
75
 
76
- #: models.py:114
76
+ #: models.py:121
77
77
  msgid "Bulletins"
78
78
  msgstr "Інформаційні бюлетені"
79
79
 
@@ -121,47 +121,44 @@ msgstr "Бюлетень оновлень"
121
121
  msgid "Create Bulletin"
122
122
  msgstr "Створити бюлетень"
123
123
 
124
- #: templates/aa_bulletin_board/partials/app-translation-footer.html:4
125
- msgid "Join our team of translators!"
124
+ #: templates/aa_bulletin_board/partials/footer/app-translation-footer.html:5
125
+ msgid ""
126
+ "Do you want to help translate this app into your language or improve the "
127
+ "existing translation?"
126
128
  msgstr ""
127
129
 
128
- #: templates/aa_bulletin_board/partials/app-translation-footer.html:7
129
- #, python-format
130
- msgid ""
131
- "\n"
132
- " Do you want to help translate this app into your language or "
133
- "improve the existing translation? - %(weblate_link)s\n"
134
- " "
130
+ #: templates/aa_bulletin_board/partials/footer/app-translation-footer.html:8
131
+ msgid "Join our team of translators!"
135
132
  msgstr ""
136
133
 
137
- #: views.py:65
134
+ #: views.py:80
138
135
  #, python-brace-format
139
136
  msgid "Bulletin \"{bulletin__title}\" created."
140
137
  msgstr "Створено бюлетень \"{bulletin__title}\"."
141
138
 
142
- #: views.py:92
139
+ #: views.py:123
143
140
  msgid ""
144
141
  "The bulletin you are looking for does not exist, or you don't have access to "
145
142
  "it."
146
143
  msgstr "Бюлетень, який ви шукаєте, не існує, або у вас немає до нього доступу."
147
144
 
148
- #: views.py:129
145
+ #: views.py:165
149
146
  #, python-brace-format
150
147
  msgid "Bulletin \"{bulletin__title}\" updated."
151
148
  msgstr "Оновлено бюлетень \"{bulletin__title}\"."
152
149
 
153
- #: views.py:140
150
+ #: views.py:184
154
151
  #, fuzzy
155
152
  #| msgid "The bulletin you are trying to edit for does not exist."
156
153
  msgid "The bulletin you are trying to edit does not exist."
157
154
  msgstr "Бюлетень, який ви намагаєтеся відредагувати, не існує."
158
155
 
159
- #: views.py:159
156
+ #: views.py:208
160
157
  #, python-brace-format
161
158
  msgid "Bulletin \"{bulletin.title}\" deleted."
162
159
  msgstr "Бюлетень \"{bulletin.title}\" вилучено."
163
160
 
164
- #: views.py:164
161
+ #: views.py:215
165
162
  #, fuzzy
166
163
  #| msgid "The bulletin you are trying to delete for does not exist."
167
164
  msgid "The bulletin you are trying to delete does not exist."