aa-intel-tool 1.1.3__py3-none-any.whl → 2.0.0b1__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 (84) hide show
  1. aa_intel_tool/__init__.py +1 -6
  2. aa_intel_tool/app_settings.py +32 -1
  3. aa_intel_tool/auth_hooks.py +1 -1
  4. aa_intel_tool/constants.py +0 -13
  5. aa_intel_tool/locale/de/LC_MESSAGES/django.po +141 -139
  6. aa_intel_tool/locale/django.pot +140 -138
  7. aa_intel_tool/locale/es/LC_MESSAGES/django.mo +0 -0
  8. aa_intel_tool/locale/es/LC_MESSAGES/django.po +148 -144
  9. aa_intel_tool/locale/fr_FR/LC_MESSAGES/django.mo +0 -0
  10. aa_intel_tool/locale/fr_FR/LC_MESSAGES/django.po +149 -145
  11. aa_intel_tool/locale/it_IT/LC_MESSAGES/django.po +141 -139
  12. aa_intel_tool/locale/ja/LC_MESSAGES/django.po +141 -139
  13. aa_intel_tool/locale/ko_KR/LC_MESSAGES/django.po +142 -140
  14. aa_intel_tool/locale/ru/LC_MESSAGES/django.mo +0 -0
  15. aa_intel_tool/locale/ru/LC_MESSAGES/django.po +144 -151
  16. aa_intel_tool/locale/uk/LC_MESSAGES/django.po +141 -139
  17. aa_intel_tool/locale/zh_Hans/LC_MESSAGES/django.mo +0 -0
  18. aa_intel_tool/locale/zh_Hans/LC_MESSAGES/django.po +149 -147
  19. aa_intel_tool/management/commands/aa_intel_tool_load_eve_types.py +1 -1
  20. aa_intel_tool/parser/module/chatlist.py +17 -7
  21. aa_intel_tool/parser/module/dscan.py +36 -33
  22. aa_intel_tool/parser/module/fleetcomp.py +11 -5
  23. aa_intel_tool/static/aa_intel_tool/css/aa-intel-tool.css +7 -147
  24. aa_intel_tool/static/aa_intel_tool/css/aa-intel-tool.min.css +1 -1
  25. aa_intel_tool/static/aa_intel_tool/css/aa-intel-tool.min.css.map +1 -1
  26. aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-chatscan-highlight.js +11 -11
  27. aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-chatscan.js +24 -24
  28. aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-chatscan.min.js +1 -1
  29. aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-chatscan.min.js.map +1 -1
  30. aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-dscan-highlight.js +12 -12
  31. aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-dscan.js +49 -49
  32. aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-dscan.min.js +1 -1
  33. aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-dscan.min.js.map +1 -1
  34. aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-fleetcomposition-highlight.js +12 -12
  35. aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-fleetcomposition.js +18 -18
  36. aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-fleetcomposition.min.js +1 -1
  37. aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-fleetcomposition.min.js.map +1 -1
  38. aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-scan-result-common.js +85 -170
  39. aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-scan-result-common.min.js +1 -1
  40. aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-scan-result-common.min.js.map +1 -1
  41. aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool.js +1 -1
  42. aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool.min.js +1 -1
  43. aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool.min.js.map +1 -1
  44. aa_intel_tool/templates/aa_intel_tool/base.html +9 -4
  45. aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-chatscan-js.html +1 -1
  46. aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-css.html +1 -2
  47. aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-dscan-js.html +1 -1
  48. aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-fleetcomp-js.html +1 -1
  49. aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js.html +1 -1
  50. aa_intel_tool/templates/aa_intel_tool/partials/body/scan-retention-note.html +1 -1
  51. aa_intel_tool/templates/aa_intel_tool/partials/footer/app-translation-footer.html +1 -1
  52. aa_intel_tool/templates/aa_intel_tool/partials/index/form.html +21 -22
  53. aa_intel_tool/templates/aa_intel_tool/partials/scan/buttons.html +6 -5
  54. aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/alliances.html +7 -7
  55. aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/corporations.html +7 -7
  56. aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/pilots.html +7 -7
  57. aa_intel_tool/templates/aa_intel_tool/partials/scan/dscan/interesting-on-grid/items.html +7 -7
  58. aa_intel_tool/templates/aa_intel_tool/partials/scan/dscan/interesting-on-grid.html +2 -2
  59. aa_intel_tool/templates/aa_intel_tool/partials/scan/dscan/ships-breakdown/ship-classes.html +7 -7
  60. aa_intel_tool/templates/aa_intel_tool/partials/scan/dscan/ships-breakdown/ship-types.html +7 -7
  61. aa_intel_tool/templates/aa_intel_tool/partials/scan/dscan/ships-breakdown.html +1 -1
  62. aa_intel_tool/templates/aa_intel_tool/partials/scan/dscan/system-information.html +2 -2
  63. aa_intel_tool/templates/aa_intel_tool/partials/scan/evetime.html +1 -1
  64. aa_intel_tool/templates/aa_intel_tool/partials/scan/fleetcomp/fleet-details/pilots.html +6 -6
  65. aa_intel_tool/templates/aa_intel_tool/partials/scan/fleetcomp/fleet-details.html +1 -1
  66. aa_intel_tool/templates/aa_intel_tool/partials/scan/fleetcomp/participation.html +1 -1
  67. aa_intel_tool/templates/aa_intel_tool/views/index.html +4 -9
  68. aa_intel_tool/templates/aa_intel_tool/views/scan/chatlist.html +2 -2
  69. aa_intel_tool/templates/aa_intel_tool/views/scan/dscan.html +2 -2
  70. aa_intel_tool/templates/aa_intel_tool/views/scan/fleetcomp.html +2 -2
  71. aa_intel_tool/tests/test_access.py +24 -13
  72. aa_intel_tool/tests/test_auth_hooks.py +18 -12
  73. aa_intel_tool/tests/test_parser.py +1 -1
  74. aa_intel_tool/tests/test_templatetags.py +2 -3
  75. aa_intel_tool/tests/utils.py +14 -0
  76. aa_intel_tool/views/general.py +3 -1
  77. {aa_intel_tool-1.1.3.dist-info → aa_intel_tool-2.0.0b1.dist-info}/METADATA +31 -33
  78. {aa_intel_tool-1.1.3.dist-info → aa_intel_tool-2.0.0b1.dist-info}/RECORD +81 -84
  79. {aa_intel_tool-1.1.3.dist-info → aa_intel_tool-2.0.0b1.dist-info}/WHEEL +1 -1
  80. aa_intel_tool/static/aa_intel_tool/css/aa-bootstrap-fix.css +0 -13
  81. aa_intel_tool/static/aa_intel_tool/css/aa-bootstrap-fix.min.css +0 -2
  82. aa_intel_tool/static/aa_intel_tool/css/aa-bootstrap-fix.min.css.map +0 -1
  83. /aa_intel_tool/templatetags/{inteltool_versioned_static.py → aa_intel_tool.py} +0 -0
  84. {aa_intel_tool-1.1.3.dist-info → aa_intel_tool-2.0.0b1.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-09-22 23:38+0200\n"
11
+ "POT-Creation-Date: 2023-10-04 17:44+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"
@@ -18,164 +18,166 @@ msgstr ""
18
18
  "Content-Transfer-Encoding: 8bit\n"
19
19
  "Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
20
20
 
21
- #: __init__.py:12 templates/aa_intel_tool/base.html:6
22
- #: templates/aa_intel_tool/views/index.html:6
23
- #: templates/aa_intel_tool/views/index.html:10
24
- #: templates/aa_intel_tool/views/scan/chatlist.html:5
25
- #: templates/aa_intel_tool/views/scan/dscan.html:5
26
- #: templates/aa_intel_tool/views/scan/fleetcomp.html:5
21
+ #: aa_intel_tool/__init__.py:12
22
+ #: aa_intel_tool/templates/aa_intel_tool/base.html:6
23
+ #: aa_intel_tool/templates/aa_intel_tool/views/index.html:6
24
+ #: aa_intel_tool/templates/aa_intel_tool/views/index.html:10
25
+ #: aa_intel_tool/templates/aa_intel_tool/views/scan/chatlist.html:5
26
+ #: aa_intel_tool/templates/aa_intel_tool/views/scan/dscan.html:5
27
+ #: aa_intel_tool/templates/aa_intel_tool/views/scan/fleetcomp.html:5
27
28
  msgid "Intel Parser"
28
29
  msgstr ""
29
30
 
30
- #: admin.py:79 models.py:46
31
+ #: aa_intel_tool/admin.py:79 aa_intel_tool/models.py:46
31
32
  msgid "Scan type"
32
33
  msgstr ""
33
34
 
34
- #: admin.py:94
35
+ #: aa_intel_tool/admin.py:94
35
36
  msgid "Open in a new browser tab"
36
37
  msgstr ""
37
38
 
38
- #: admin.py:100
39
+ #: aa_intel_tool/admin.py:100
39
40
  msgid "Raw data"
40
41
  msgstr ""
41
42
 
42
43
  #. Translators: This is the app name and version, which will appear in the Django Backend
43
- #: apps.py:21
44
+ #: aa_intel_tool/apps.py:21
44
45
  #, python-brace-format
45
46
  msgid "Intel Parser v{__version__}"
46
47
  msgstr ""
47
48
 
48
- #: constants.py:71 models.py:24
49
+ #: aa_intel_tool/constants.py:71 aa_intel_tool/models.py:24
49
50
  msgid "Chat list"
50
51
  msgstr ""
51
52
 
52
- #: constants.py:77 models.py:22
53
- #: templates/aa_intel_tool/partials/index/form.html:28
53
+ #: aa_intel_tool/constants.py:77 aa_intel_tool/models.py:22
54
+ #: aa_intel_tool/templates/aa_intel_tool/partials/index/form.html:28
54
55
  msgid "D-Scan"
55
56
  msgstr ""
56
57
 
57
- #: constants.py:83 models.py:23 models.py:123
58
- #: templates/aa_intel_tool/partials/index/form.html:33
58
+ #: aa_intel_tool/constants.py:83 aa_intel_tool/models.py:23
59
+ #: aa_intel_tool/models.py:123
60
+ #: aa_intel_tool/templates/aa_intel_tool/partials/index/form.html:33
59
61
  msgid "Fleet composition"
60
62
  msgstr ""
61
63
 
62
- #: exceptions.py:34
64
+ #: aa_intel_tool/exceptions.py:34
63
65
  #, python-brace-format
64
66
  msgid "A parser error occurred » {message}"
65
67
  msgstr ""
66
68
 
67
- #: form.py:20
69
+ #: aa_intel_tool/form.py:20
68
70
  msgid "Paste here …"
69
71
  msgstr ""
70
72
 
71
- #: models.py:21 models.py:110
73
+ #: aa_intel_tool/models.py:21 aa_intel_tool/models.py:110
72
74
  msgid "Invalid scan data"
73
75
  msgstr ""
74
76
 
75
- #: models.py:31
77
+ #: aa_intel_tool/models.py:31
76
78
  msgid "Scan hash"
77
79
  msgstr ""
78
80
 
79
- #: models.py:37
81
+ #: aa_intel_tool/models.py:37
80
82
  msgid "Creation date/time"
81
83
  msgstr ""
82
84
 
83
- #: models.py:40
85
+ #: aa_intel_tool/models.py:40
84
86
  msgid "Scan raw data"
85
87
  msgstr ""
86
88
 
87
- #: models.py:55 models.py:132
89
+ #: aa_intel_tool/models.py:55 aa_intel_tool/models.py:132
88
90
  msgid "Scan"
89
91
  msgstr ""
90
92
 
91
- #: models.py:56
93
+ #: aa_intel_tool/models.py:56
92
94
  msgid "Scans"
93
95
  msgstr ""
94
96
 
95
- #: models.py:111
97
+ #: aa_intel_tool/models.py:111
96
98
  msgid "Pilot list"
97
99
  msgstr ""
98
100
 
99
- #: models.py:112
101
+ #: aa_intel_tool/models.py:112
100
102
  msgid "Corporation list"
101
103
  msgstr ""
102
104
 
103
- #: models.py:113
105
+ #: aa_intel_tool/models.py:113
104
106
  msgid "Alliance list"
105
107
  msgstr ""
106
108
 
107
- #: models.py:114
108
- #: templates/aa_intel_tool/partials/scan/dscan/ships-breakdown/ship-types.html:6
109
+ #: aa_intel_tool/models.py:114
110
+ #: aa_intel_tool/templates/aa_intel_tool/partials/scan/dscan/ships-breakdown/ship-types.html:6
109
111
  msgid "Ship types"
110
112
  msgstr ""
111
113
 
112
- #: models.py:115
114
+ #: aa_intel_tool/models.py:115
113
115
  msgid "Ship list"
114
116
  msgstr ""
115
117
 
116
- #: models.py:116
118
+ #: aa_intel_tool/models.py:116
117
119
  msgid "Ship list (on grid)"
118
120
  msgstr ""
119
121
 
120
- #: models.py:117
122
+ #: aa_intel_tool/models.py:117
121
123
  msgid "Ship list (off grid)"
122
124
  msgstr ""
123
125
 
124
- #: models.py:118
126
+ #: aa_intel_tool/models.py:118
125
127
  msgid "Structures (on grid)"
126
128
  msgstr ""
127
129
 
128
- #: models.py:119
130
+ #: aa_intel_tool/models.py:119
129
131
  msgid "Starbases (on grid)"
130
132
  msgstr ""
131
133
 
132
- #: models.py:120
134
+ #: aa_intel_tool/models.py:120
133
135
  msgid "Deployables (on grid)"
134
136
  msgstr ""
135
137
 
136
- #: models.py:121
138
+ #: aa_intel_tool/models.py:121
137
139
  msgid "Miscellaneous (on grid)"
138
140
  msgstr ""
139
141
 
140
- #: models.py:122
141
- #: templates/aa_intel_tool/partials/scan/dscan/system-information.html:8
142
+ #: aa_intel_tool/models.py:122
143
+ #: aa_intel_tool/templates/aa_intel_tool/partials/scan/dscan/system-information.html:8
142
144
  msgid "System information"
143
145
  msgstr ""
144
146
 
145
- #: models.py:139
147
+ #: aa_intel_tool/models.py:139
146
148
  msgid "Scan section"
147
149
  msgstr ""
148
150
 
149
- #: models.py:143
151
+ #: aa_intel_tool/models.py:143
150
152
  msgid "Processed scan data"
151
153
  msgstr ""
152
154
 
153
- #: models.py:152 models.py:153
155
+ #: aa_intel_tool/models.py:152 aa_intel_tool/models.py:153
154
156
  msgid "Scan data"
155
157
  msgstr ""
156
158
 
157
- #: parser/general.py:46
159
+ #: aa_intel_tool/parser/general.py:46
158
160
  msgid ""
159
161
  "No suitable parser found. Input is not a supported intel type or malformed …"
160
162
  msgstr ""
161
163
 
162
- #: parser/general.py:80
164
+ #: aa_intel_tool/parser/general.py:80
163
165
  msgid "No data to parse …"
164
166
  msgstr ""
165
167
 
166
- #: parser/module/chatlist.py:66
168
+ #: aa_intel_tool/parser/module/chatlist.py:66
167
169
  msgid "Something went wrong while fetching the character information from ESI."
168
170
  msgstr ""
169
171
 
170
- #: parser/module/chatlist.py:77
172
+ #: aa_intel_tool/parser/module/chatlist.py:77
171
173
  msgid "Character unknown to ESI."
172
174
  msgstr ""
173
175
 
174
- #: parser/module/chatlist.py:274
176
+ #: aa_intel_tool/parser/module/chatlist.py:274
175
177
  msgid "The chat list module is currently disabled."
176
178
  msgstr ""
177
179
 
178
- #: parser/module/chatlist.py:292
180
+ #: aa_intel_tool/parser/module/chatlist.py:292
179
181
  #, python-brace-format
180
182
  msgid ""
181
183
  "Chat scans are currently limited to a maximum of {max_allowed_pilots} pilot "
@@ -186,318 +188,318 @@ msgid_plural ""
186
188
  msgstr[0] ""
187
189
  msgstr[1] ""
188
190
 
189
- #: parser/module/dscan.py:322
191
+ #: aa_intel_tool/parser/module/dscan.py:322
190
192
  msgid "The D-Scan module is currently disabled."
191
193
  msgstr ""
192
194
 
193
- #: parser/module/fleetcomp.py:103
195
+ #: aa_intel_tool/parser/module/fleetcomp.py:103
194
196
  msgid "The fleet composition module is currently disabled."
195
197
  msgstr ""
196
198
 
197
- #: templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:8
199
+ #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:8
198
200
  msgid "Permalink successfully copied"
199
201
  msgstr ""
200
202
 
201
- #: templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:9
203
+ #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:9
202
204
  msgid ""
203
205
  "Something went wrong. Nothing copied. Maybe your browser does not support "
204
206
  "this function."
205
207
  msgstr ""
206
208
 
207
- #: templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:14
208
- #: templates/aa_intel_tool/partials/scan/chatlist/alliances.html:4
209
- #: templates/aa_intel_tool/partials/scan/chatlist/corporations.html:4
210
- #: templates/aa_intel_tool/partials/scan/chatlist/pilots.html:3
209
+ #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:14
210
+ #: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/alliances.html:4
211
+ #: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/corporations.html:4
212
+ #: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/pilots.html:3
211
213
  msgid "Unaffiliated / No Alliance"
212
214
  msgstr ""
213
215
 
214
- #: templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:15
216
+ #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:15
215
217
  msgid "NPC Corp"
216
218
  msgstr ""
217
219
 
218
- #: templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:19
220
+ #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:19
219
221
  msgctxt "Decimal separator"
220
222
  msgid "."
221
223
  msgstr ""
222
224
 
223
- #: templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:20
225
+ #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:20
224
226
  msgctxt "Thousands separator"
225
227
  msgid ","
226
228
  msgstr ""
227
229
 
228
- #: templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:21
230
+ #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:21
229
231
  msgid "No data available in this table"
230
232
  msgstr ""
231
233
 
232
- #: templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:22
234
+ #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:22
233
235
  msgctxt "Keep _END_ as it is. It will be replaced by a number."
234
236
  msgid "Showing _END_ entries"
235
237
  msgstr ""
236
238
 
237
- #: templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:23
239
+ #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:23
238
240
  msgctxt "Keep _MAX_ as it is. It will be replaced by a number."
239
241
  msgid "(filtered from _MAX_ total entries)"
240
242
  msgstr ""
241
243
 
242
- #: templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:24
244
+ #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:24
243
245
  msgid "No records available"
244
246
  msgstr ""
245
247
 
246
- #: templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:26
248
+ #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:26
247
249
  msgctxt "Keep _MENU_ as it is. It will be replaced by an HTML construct."
248
250
  msgid "Show _MENU_"
249
251
  msgstr ""
250
252
 
251
- #: templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:27
253
+ #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:27
252
254
  msgid "Loading …"
253
255
  msgstr ""
254
256
 
255
- #: templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:28
257
+ #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:28
256
258
  msgid "Processing …"
257
259
  msgstr ""
258
260
 
259
- #: templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:29
261
+ #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:29
260
262
  msgid "Nothing found, sorry …"
261
263
  msgstr ""
262
264
 
263
- #: templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:31
265
+ #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:31
264
266
  msgid "Search …"
265
267
  msgstr ""
266
268
 
267
- #: templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:33
269
+ #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:33
268
270
  msgid "First"
269
271
  msgstr ""
270
272
 
271
- #: templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:34
273
+ #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:34
272
274
  msgid "Last"
273
275
  msgstr ""
274
276
 
275
- #: templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:35
277
+ #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:35
276
278
  msgid "Next"
277
279
  msgstr ""
278
280
 
279
- #: templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:36
281
+ #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:36
280
282
  msgid "Previous"
281
283
  msgstr ""
282
284
 
283
- #: templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:39
285
+ #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:39
284
286
  msgid ": activate to sort column ascending"
285
287
  msgstr ""
286
288
 
287
- #: templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:40
289
+ #: aa_intel_tool/templates/aa_intel_tool/bundles/aa-intel-tool-js-l10n.html:40
288
290
  msgid ": activate to sort column descending"
289
291
  msgstr ""
290
292
 
291
- #: templates/aa_intel_tool/partials/body/scan-retention-note.html:5
293
+ #: aa_intel_tool/templates/aa_intel_tool/partials/body/scan-retention-note.html:5
292
294
  #, python-format
293
295
  msgid "Scans will be deleted after %(scan_retention_time)s day."
294
296
  msgid_plural "Scans will be deleted after %(scan_retention_time)s days."
295
297
  msgstr[0] ""
296
298
  msgstr[1] ""
297
299
 
298
- #: templates/aa_intel_tool/partials/footer/app-translation-footer.html:5
300
+ #: aa_intel_tool/templates/aa_intel_tool/partials/footer/app-translation-footer.html:5
299
301
  msgid ""
300
302
  "Do you want to help translate this app into your language or improve the "
301
303
  "existing translation?"
302
304
  msgstr ""
303
305
 
304
- #: templates/aa_intel_tool/partials/footer/app-translation-footer.html:8
306
+ #: aa_intel_tool/templates/aa_intel_tool/partials/footer/app-translation-footer.html:8
305
307
  msgid "Join our team of translators!"
306
308
  msgstr ""
307
309
 
308
- #: templates/aa_intel_tool/partials/index/form.html:10
310
+ #: aa_intel_tool/templates/aa_intel_tool/partials/index/form.html:10
309
311
  msgid "What can I paste?"
310
312
  msgstr ""
311
313
 
312
- #: templates/aa_intel_tool/partials/index/form.html:16
314
+ #: aa_intel_tool/templates/aa_intel_tool/partials/index/form.html:16
313
315
  msgid "Chat member list"
314
316
  msgstr ""
315
317
 
316
- #: templates/aa_intel_tool/partials/index/form.html:21
318
+ #: aa_intel_tool/templates/aa_intel_tool/partials/index/form.html:21
317
319
  #, python-format
318
320
  msgid "Limited to a maximum of %(max_pilots)s pilot per scan."
319
321
  msgid_plural "Limited to a maximum of %(max_pilots)s pilots per scan."
320
322
  msgstr[0] ""
321
323
  msgstr[1] ""
322
324
 
323
- #: templates/aa_intel_tool/partials/index/form.html:50
325
+ #: aa_intel_tool/templates/aa_intel_tool/partials/index/form.html:50
324
326
  msgid "Submit"
325
327
  msgstr ""
326
328
 
327
- #: templates/aa_intel_tool/partials/index/form.html:56
329
+ #: aa_intel_tool/templates/aa_intel_tool/partials/index/form.html:56
328
330
  msgid "Working on it, please be patient …"
329
331
  msgstr ""
330
332
 
331
- #: templates/aa_intel_tool/partials/index/form.html:58
333
+ #: aa_intel_tool/templates/aa_intel_tool/partials/index/form.html:58
332
334
  msgid "Detecting the intel type"
333
335
  msgstr ""
334
336
 
335
- #: templates/aa_intel_tool/partials/index/form.html:59
337
+ #: aa_intel_tool/templates/aa_intel_tool/partials/index/form.html:59
336
338
  msgid ""
337
339
  "Fetching potentially missing information from ESI (this might take a moment)"
338
340
  msgstr ""
339
341
 
340
- #: templates/aa_intel_tool/partials/index/form.html:60
342
+ #: aa_intel_tool/templates/aa_intel_tool/partials/index/form.html:60
341
343
  msgid "Parsing data"
342
344
  msgstr ""
343
345
 
344
- #: templates/aa_intel_tool/partials/scan/buttons.html:8
346
+ #: aa_intel_tool/templates/aa_intel_tool/partials/scan/buttons.html:8
345
347
  msgid "New scan"
346
348
  msgstr ""
347
349
 
348
- #: templates/aa_intel_tool/partials/scan/buttons.html:15
350
+ #: aa_intel_tool/templates/aa_intel_tool/partials/scan/buttons.html:15
349
351
  msgid "Copy permalink"
350
352
  msgstr ""
351
353
 
352
- #: templates/aa_intel_tool/partials/scan/chatlist/alliances.html:9
354
+ #: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/alliances.html:9
353
355
  msgid "Alliances breakdown"
354
356
  msgstr ""
355
357
 
356
- #: templates/aa_intel_tool/partials/scan/chatlist/alliances.html:20
357
- #: templates/aa_intel_tool/partials/scan/chatlist/pilots.html:20
358
+ #: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/alliances.html:20
359
+ #: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/pilots.html:20
358
360
  msgid "Alliance"
359
361
  msgstr ""
360
362
 
361
- #: templates/aa_intel_tool/partials/scan/chatlist/alliances.html:21
362
- #: templates/aa_intel_tool/partials/scan/chatlist/corporations.html:21
363
- #: templates/aa_intel_tool/partials/scan/dscan/interesting-on-grid/items.html:18
364
- #: templates/aa_intel_tool/partials/scan/dscan/ships-breakdown/ship-classes.html:24
365
- #: templates/aa_intel_tool/partials/scan/dscan/ships-breakdown/ship-types.html:21
363
+ #: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/alliances.html:21
364
+ #: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/corporations.html:21
365
+ #: aa_intel_tool/templates/aa_intel_tool/partials/scan/dscan/interesting-on-grid/items.html:18
366
+ #: aa_intel_tool/templates/aa_intel_tool/partials/scan/dscan/ships-breakdown/ship-classes.html:24
367
+ #: aa_intel_tool/templates/aa_intel_tool/partials/scan/dscan/ships-breakdown/ship-types.html:21
366
368
  msgid "Count"
367
369
  msgstr ""
368
370
 
369
- #: templates/aa_intel_tool/partials/scan/chatlist/alliances.html:29
370
- #: templates/aa_intel_tool/partials/scan/chatlist/corporations.html:29
371
- #: templates/aa_intel_tool/partials/scan/chatlist/pilots.html:29
372
- #: templates/aa_intel_tool/partials/scan/dscan/interesting-on-grid/items.html:25
373
- #: templates/aa_intel_tool/partials/scan/dscan/ships-breakdown/ship-classes.html:32
374
- #: templates/aa_intel_tool/partials/scan/dscan/ships-breakdown/ship-types.html:30
375
- #: templates/aa_intel_tool/partials/scan/fleetcomp/fleet-details/pilots.html:29
371
+ #: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/alliances.html:29
372
+ #: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/corporations.html:29
373
+ #: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/pilots.html:29
374
+ #: aa_intel_tool/templates/aa_intel_tool/partials/scan/dscan/interesting-on-grid/items.html:25
375
+ #: aa_intel_tool/templates/aa_intel_tool/partials/scan/dscan/ships-breakdown/ship-classes.html:32
376
+ #: aa_intel_tool/templates/aa_intel_tool/partials/scan/dscan/ships-breakdown/ship-types.html:30
377
+ #: aa_intel_tool/templates/aa_intel_tool/partials/scan/fleetcomp/fleet-details/pilots.html:29
376
378
  msgid "Loading data …"
377
379
  msgstr ""
378
380
 
379
- #: templates/aa_intel_tool/partials/scan/chatlist/alliances.html:35
380
- #: templates/aa_intel_tool/partials/scan/chatlist/corporations.html:35
381
- #: templates/aa_intel_tool/partials/scan/chatlist/pilots.html:35
382
- #: templates/aa_intel_tool/partials/scan/dscan/interesting-on-grid/items.html:31
383
- #: templates/aa_intel_tool/partials/scan/dscan/ships-breakdown/ship-classes.html:38
384
- #: templates/aa_intel_tool/partials/scan/fleetcomp/fleet-details/pilots.html:35
381
+ #: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/alliances.html:35
382
+ #: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/corporations.html:35
383
+ #: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/pilots.html:35
384
+ #: aa_intel_tool/templates/aa_intel_tool/partials/scan/dscan/interesting-on-grid/items.html:31
385
+ #: aa_intel_tool/templates/aa_intel_tool/partials/scan/dscan/ships-breakdown/ship-classes.html:38
386
+ #: aa_intel_tool/templates/aa_intel_tool/partials/scan/fleetcomp/fleet-details/pilots.html:35
385
387
  msgid "No data …"
386
388
  msgstr ""
387
389
 
388
- #: templates/aa_intel_tool/partials/scan/chatlist/corporations.html:9
390
+ #: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/corporations.html:9
389
391
  msgid "Corporations breakdown"
390
392
  msgstr ""
391
393
 
392
- #: templates/aa_intel_tool/partials/scan/chatlist/corporations.html:20
393
- #: templates/aa_intel_tool/partials/scan/chatlist/pilots.html:21
394
+ #: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/corporations.html:20
395
+ #: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/pilots.html:21
394
396
  msgid "Corporation"
395
397
  msgstr ""
396
398
 
397
- #: templates/aa_intel_tool/partials/scan/chatlist/pilots.html:8
399
+ #: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/pilots.html:8
398
400
  msgid "Pilots breakdown"
399
401
  msgstr ""
400
402
 
401
- #: templates/aa_intel_tool/partials/scan/chatlist/pilots.html:19
402
- #: templates/aa_intel_tool/partials/scan/fleetcomp/fleet-details/pilots.html:17
403
+ #: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/pilots.html:19
404
+ #: aa_intel_tool/templates/aa_intel_tool/partials/scan/fleetcomp/fleet-details/pilots.html:17
403
405
  msgid "Pilot"
404
406
  msgstr ""
405
407
 
406
- #: templates/aa_intel_tool/partials/scan/dscan/interesting-on-grid.html:8
408
+ #: aa_intel_tool/templates/aa_intel_tool/partials/scan/dscan/interesting-on-grid.html:8
407
409
  msgid "Interesting on grid"
408
410
  msgstr ""
409
411
 
410
- #: templates/aa_intel_tool/partials/scan/dscan/interesting-on-grid.html:15
412
+ #: aa_intel_tool/templates/aa_intel_tool/partials/scan/dscan/interesting-on-grid.html:15
411
413
  msgid "Upwell structures"
412
414
  msgstr ""
413
415
 
414
- #: templates/aa_intel_tool/partials/scan/dscan/interesting-on-grid.html:16
416
+ #: aa_intel_tool/templates/aa_intel_tool/partials/scan/dscan/interesting-on-grid.html:16
415
417
  msgid "Deployables"
416
418
  msgstr ""
417
419
 
418
- #: templates/aa_intel_tool/partials/scan/dscan/interesting-on-grid.html:17
420
+ #: aa_intel_tool/templates/aa_intel_tool/partials/scan/dscan/interesting-on-grid.html:17
419
421
  msgid "POS / POS modules"
420
422
  msgstr ""
421
423
 
422
- #: templates/aa_intel_tool/partials/scan/dscan/interesting-on-grid.html:18
424
+ #: aa_intel_tool/templates/aa_intel_tool/partials/scan/dscan/interesting-on-grid.html:18
423
425
  msgid "Miscellaneous"
424
426
  msgstr ""
425
427
 
426
- #: templates/aa_intel_tool/partials/scan/dscan/interesting-on-grid/items.html:17
428
+ #: aa_intel_tool/templates/aa_intel_tool/partials/scan/dscan/interesting-on-grid/items.html:17
427
429
  msgid "Type"
428
430
  msgstr ""
429
431
 
430
- #: templates/aa_intel_tool/partials/scan/dscan/ships-breakdown.html:8
432
+ #: aa_intel_tool/templates/aa_intel_tool/partials/scan/dscan/ships-breakdown.html:8
431
433
  msgid "Ships on scan"
432
434
  msgstr ""
433
435
 
434
- #: templates/aa_intel_tool/partials/scan/dscan/ships-breakdown.html:15
436
+ #: aa_intel_tool/templates/aa_intel_tool/partials/scan/dscan/ships-breakdown.html:15
435
437
  msgid "All ships"
436
438
  msgstr ""
437
439
 
438
- #: templates/aa_intel_tool/partials/scan/dscan/ships-breakdown.html:16
440
+ #: aa_intel_tool/templates/aa_intel_tool/partials/scan/dscan/ships-breakdown.html:16
439
441
  msgid "On grid"
440
442
  msgstr ""
441
443
 
442
- #: templates/aa_intel_tool/partials/scan/dscan/ships-breakdown.html:17
444
+ #: aa_intel_tool/templates/aa_intel_tool/partials/scan/dscan/ships-breakdown.html:17
443
445
  msgid "Off grid"
444
446
  msgstr ""
445
447
 
446
- #: templates/aa_intel_tool/partials/scan/dscan/ships-breakdown/ship-classes.html:21
447
- #: templates/aa_intel_tool/partials/scan/fleetcomp/fleet-details/pilots.html:19
448
+ #: aa_intel_tool/templates/aa_intel_tool/partials/scan/dscan/ships-breakdown/ship-classes.html:21
449
+ #: aa_intel_tool/templates/aa_intel_tool/partials/scan/fleetcomp/fleet-details/pilots.html:19
448
450
  msgid "Ship class"
449
451
  msgstr ""
450
452
 
451
- #: templates/aa_intel_tool/partials/scan/dscan/ships-breakdown/ship-types.html:18
453
+ #: aa_intel_tool/templates/aa_intel_tool/partials/scan/dscan/ships-breakdown/ship-types.html:18
452
454
  msgid "Ship type"
453
455
  msgstr ""
454
456
 
455
- #: templates/aa_intel_tool/partials/scan/dscan/ships-breakdown/ship-types.html:36
457
+ #: aa_intel_tool/templates/aa_intel_tool/partials/scan/dscan/ships-breakdown/ship-types.html:36
456
458
  msgid "No data."
457
459
  msgstr ""
458
460
 
459
- #: templates/aa_intel_tool/partials/scan/evetime.html:5
461
+ #: aa_intel_tool/templates/aa_intel_tool/partials/scan/evetime.html:5
460
462
  msgid "Scan taken at (Eve time)"
461
463
  msgstr ""
462
464
 
463
- #: templates/aa_intel_tool/partials/scan/fleetcomp/fleet-details.html:8
465
+ #: aa_intel_tool/templates/aa_intel_tool/partials/scan/fleetcomp/fleet-details.html:8
464
466
  msgid "Fleet details"
465
467
  msgstr ""
466
468
 
467
- #: templates/aa_intel_tool/partials/scan/fleetcomp/fleet-details.html:12
469
+ #: aa_intel_tool/templates/aa_intel_tool/partials/scan/fleetcomp/fleet-details.html:12
468
470
  msgid "Pilots in fleet"
469
471
  msgstr ""
470
472
 
471
- #: templates/aa_intel_tool/partials/scan/fleetcomp/fleet-details.html:19
473
+ #: aa_intel_tool/templates/aa_intel_tool/partials/scan/fleetcomp/fleet-details.html:19
472
474
  msgid "Ship classes"
473
475
  msgstr ""
474
476
 
475
- #: templates/aa_intel_tool/partials/scan/fleetcomp/fleet-details/pilots.html:6
477
+ #: aa_intel_tool/templates/aa_intel_tool/partials/scan/fleetcomp/fleet-details/pilots.html:6
476
478
  msgid "Who is flying what"
477
479
  msgstr ""
478
480
 
479
- #: templates/aa_intel_tool/partials/scan/fleetcomp/fleet-details/pilots.html:22
481
+ #: aa_intel_tool/templates/aa_intel_tool/partials/scan/fleetcomp/fleet-details/pilots.html:22
480
482
  msgid "System"
481
483
  msgstr ""
482
484
 
483
- #: templates/aa_intel_tool/partials/scan/fleetcomp/participation.html:8
485
+ #: aa_intel_tool/templates/aa_intel_tool/partials/scan/fleetcomp/participation.html:8
484
486
  msgid "Participation details"
485
487
  msgstr ""
486
488
 
487
- #: templates/aa_intel_tool/views/index.html:14
489
+ #: aa_intel_tool/templates/aa_intel_tool/views/index.html:14
488
490
  msgid ""
489
491
  "Please keep in mind, parsing large amounts of data can take some time. Be "
490
492
  "patient, CCP's API is not the fastest to answer …"
491
493
  msgstr ""
492
494
 
493
- #: views/general.py:53
495
+ #: aa_intel_tool/views/general.py:53
494
496
  msgid "The provided data could not be parsed."
495
497
  msgstr ""
496
498
 
497
- #: views/general.py:60
499
+ #: aa_intel_tool/views/general.py:60
498
500
  msgid "(System Error) Something unexpected happened."
499
501
  msgstr ""
500
502
 
501
- #: views/general.py:99 views/general.py:129
503
+ #: aa_intel_tool/views/general.py:99 aa_intel_tool/views/general.py:129
502
504
  msgid "The scan you were looking for could not be found."
503
505
  msgstr ""