aa-fleetfinder 1.0.0b1__py3-none-any.whl → 1.1.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.

Potentially problematic release.


This version of aa-fleetfinder might be problematic. Click here for more details.

@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: aa-fleetfinder
3
- Version: 1.0.0b1
3
+ Version: 1.1.0
4
4
  Summary: Fleet finder plugin for Alliance Auth
5
5
  Home-page: https://github.com/ppfeufer/aa-fleetfinder
6
6
  Author: Peter Pfeufer
@@ -46,4 +46,69 @@ Requires-Dist: allianceauth-app-utils (>=1.14.2)
46
46
 
47
47
  [![ko-fi](https://ko-fi.com/img/githubbutton_sm.svg)](https://ko-fi.com/N4N8CL1BY)
48
48
 
49
- ## Not yet publicly available
49
+ Control access to your fleets through Alliance Auth.
50
+
51
+
52
+ <!-- TOC -->
53
+ * [AA Fleet Finder](#aa-fleet-finder)
54
+ * [Installation](#installation)
55
+ * [Step 1: Install the Package](#step-1-install-the-package)
56
+ * [Step 2: Configure Alliance Auth](#step-2-configure-alliance-auth)
57
+ * [Step 3: Finalizing the Installation](#step-3-finalizing-the-installation)
58
+ * [Step 4: Setup Permissions](#step-4-setup-permissions)
59
+ * [Changelog](#changelog)
60
+ * [Contributing](#contributing)
61
+ <!-- TOC -->
62
+
63
+
64
+ ## Installation
65
+
66
+ ### Step 1: Install the Package
67
+
68
+ Make sure you're in the virtual environment (venv) of your Alliance Auth installation Then install the latest release directly from PyPi.
69
+
70
+ ```shell
71
+ pip install aa-fleetfinder
72
+ ```
73
+
74
+
75
+ ### Step 2: Configure Alliance Auth
76
+
77
+ This is fairly simple, just add the following to the `INSTALLED_APPS` of your `local.py`
78
+
79
+ Configure your AA settings (`local.py`) as follows:
80
+
81
+ - Add `"fleetfinder",` to `INSTALLED_APPS`
82
+
83
+
84
+ ### Step 3: Finalizing the Installation
85
+
86
+ Run static files collection and migrations
87
+
88
+ ```shell
89
+ python manage.py collectstatic
90
+ python manage.py migrate
91
+ ```
92
+
93
+
94
+ ### Step 4: Setup Permissions
95
+
96
+ Now it's time to set up access permissions for your new Fleetfinder module.
97
+
98
+ | ID | Description | Notes |
99
+ |:----------------------|:-----------------------------------|:-------------------------------------------------------------------------------------------------------------|
100
+ | `access_fleetfinder` | Can access the Fleetfinder module | Your line members should have this permission, together with everyone you want to have access to he module. |
101
+ | `manage_fleets` | Can manage fleets | Everyone with this permission can open and edit fleets |
102
+
103
+
104
+ ## Changelog
105
+
106
+ See [CHANGELOG.md](https://github.com/ppfeufer/aa-fleetfinder/blob/master/CHANGELOG.md)
107
+
108
+
109
+ ## Contributing
110
+
111
+ You want to contribute to this project? That's cool!
112
+
113
+ Please make sure to read the [Contribution Guidelines](https://github.com/ppfeufer/aa-fleetfinder/blob/master/CONTRIBUTING.md) (I promise, it's not much,
114
+ just some basics)
@@ -1,4 +1,4 @@
1
- fleetfinder/__init__.py,sha256=tVKyLmbedPzV3vOlKvOsT5udFQgNxbE8rZOt6xyhYKg,137
1
+ fleetfinder/__init__.py,sha256=C8nvsAt4ztyuaYrBoPZTrvjFWHxPJwUsQ9cWIPMiDHM,130
2
2
  fleetfinder/apps.py,sha256=nOQ_x7U8w-VEJkbkVb4vSOdZSxwJ4ncUwM9uwXQmRPY,226
3
3
  fleetfinder/auth_hooks.py,sha256=btclsnonPtacr05BiBRS1W7TKwD9TRsDc9vyI8fhSo8,1243
4
4
  fleetfinder/constants.py,sha256=Xp7kI5K3Pm-RgqXC2ZmG___Zj6Iy-WX4AVQlQKSR5bY,1052
@@ -7,6 +7,16 @@ fleetfinder/providers.py,sha256=gsoCpTfMV8LjX9mmIbjN2dIJb8ZDhky7KcRZEM92H-Q,192
7
7
  fleetfinder/tasks.py,sha256=cnluCRrGAXdcrVbTGET909s9q0Ktketr9TZ60J2PM2E,10216
8
8
  fleetfinder/urls.py,sha256=WwTfS5nYb1MFRc3ilQBvb7bLO3alBW2997MU9ydos7A,1075
9
9
  fleetfinder/views.py,sha256=uOf9e1tq2Z0J1R-Rv3zq-SZPdH_cgzI6S35OPkRklM8,9365
10
+ fleetfinder/locale/de/LC_MESSAGES/django.mo,sha256=ReLdgRZ9lMnbJb13dxL8st2FeMlZWhr29tVZxzvNiY8,2429
11
+ fleetfinder/locale/de/LC_MESSAGES/django.po,sha256=Irx675BlMf_wYJtfPVphUJ08elr3aAvKfPniOF_fXgc,4415
12
+ fleetfinder/locale/es/LC_MESSAGES/django.po,sha256=10RO_1MBMMiJJAxvzD__54IPtjez000mNzxnDE-GWVE,3673
13
+ fleetfinder/locale/fr_FR/LC_MESSAGES/django.po,sha256=maoLup1ibkzWULG3axE09isqKwKnEYO0hJo7_TAHc3U,3626
14
+ fleetfinder/locale/it_IT/LC_MESSAGES/django.po,sha256=maoLup1ibkzWULG3axE09isqKwKnEYO0hJo7_TAHc3U,3626
15
+ fleetfinder/locale/ja/LC_MESSAGES/django.po,sha256=HkijR4ZlGQfoAiZjdCCN9OonbUrn01lIYbruTzjekjc,3666
16
+ fleetfinder/locale/ko_KR/LC_MESSAGES/django.po,sha256=maoLup1ibkzWULG3axE09isqKwKnEYO0hJo7_TAHc3U,3626
17
+ fleetfinder/locale/ru/LC_MESSAGES/django.mo,sha256=5DQ-bBwM8_sLMZ87Im8xwfBSKUC2-8CP7MiqXIZgLmE,2987
18
+ fleetfinder/locale/ru/LC_MESSAGES/django.po,sha256=G9u8rZtK35lwE7ry887oit87JtSGdKLslm61GHRoLw8,5079
19
+ fleetfinder/locale/zh_Hans/LC_MESSAGES/django.po,sha256=HkijR4ZlGQfoAiZjdCCN9OonbUrn01lIYbruTzjekjc,3666
10
20
  fleetfinder/migrations/0001_initial.py,sha256=UZw3jM_GgRt6x4BWfuuZNTIBCzBK1UDGEcoE6U1rqJ0,2446
11
21
  fleetfinder/migrations/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
12
22
  fleetfinder/static/fleetfinder/css/aa-bootstrap-fix.css,sha256=v81_HAvwM-ZxfKl8W5Crymst9wwbNBnsIwCvcS3ISaY,309
@@ -19,7 +29,7 @@ fleetfinder/static/fleetfinder/libs/multi-select/0.9.12/css/multi-select.min.css
19
29
  fleetfinder/static/fleetfinder/libs/slim-select/1.26.0/css/slimselect.min.css,sha256=fjaMnZxBi0Bi6tOCMWI075UKc2OmeSeusiP0PBSdATM,6241
20
30
  fleetfinder/static/fleetfinder/libs/slim-select/1.26.0/js/slimselect.min.js,sha256=AquAs16bW4122p2gR2ObkymLBCr5sS0sGyyGpZCTu4g,35554
21
31
  fleetfinder/templates/fleetfinder/base.html,sha256=xpcJHS_8NkMAUlgd8yLwo8MVONcpXfBDUGNYQNjRZgg,332
22
- fleetfinder/templates/fleetfinder/create-fleet.html,sha256=Q7M9OGUdTeE2lHQEs3CZ_tfPgD6Shg4hLCsWS7nw-mw,4653
32
+ fleetfinder/templates/fleetfinder/create-fleet.html,sha256=ZPRkrmODJakYLCONOwv9O002--cmJMgSOG3-qcPzN84,4653
23
33
  fleetfinder/templates/fleetfinder/dashboard.html,sha256=FkhA4c24Hd0aXJ3MqUuLWoSngGw9z6_sR-vvWw3DOQM,4544
24
34
  fleetfinder/templates/fleetfinder/edit-fleet.html,sha256=ENh-yhqD2VJJQL6_qOGQkLGaqKljU3XlGH1tgWH7qlk,4247
25
35
  fleetfinder/templates/fleetfinder/fleet-details.html,sha256=sSwJmnLgHvHvZ3I1--uP4m7-_w6DGgRIbZNWCjdoioY,3879
@@ -37,8 +47,8 @@ fleetfinder/tests/test_access.py,sha256=6SoNbRRV53xZGpUaTpwqmJFM-ibXOUKmQqvBmfWd
37
47
  fleetfinder/tests/test_auth_hooks.py,sha256=5ugWY-jvgSqAG9m5ycJ7A1kJY_SCP0zeTFBuGsa4GW4,1824
38
48
  fleetfinder/tests/test_templatetags.py,sha256=Qn3MRQslly6iHnjCE1SUJb2WigWNjLTcjRQzPz-4ztc,881
39
49
  fleetfinder/tests/utils.py,sha256=cPjPqfTNCZn4qrj8PqEg8Larzw66-O69FmP-2832cPQ,1419
40
- aa_fleetfinder-1.0.0b1.dist-info/LICENSE,sha256=OXLcl0T2SZ8Pmy2_dmlvKuetivmyPd5m1q-Gyd-zaYY,35149
41
- aa_fleetfinder-1.0.0b1.dist-info/METADATA,sha256=KSa2j-TDaRoYa7CPoQHwbzcJGMnPnPVjRaPeUjlFqtM,2841
42
- aa_fleetfinder-1.0.0b1.dist-info/WHEEL,sha256=2wepM1nk4DS4eFpYrW1TTqPcoGNfHhhO_i5m4cOimbo,92
43
- aa_fleetfinder-1.0.0b1.dist-info/top_level.txt,sha256=sb_TRFEGxoaJZCmPErp4OQlebQjCe8FpFgqYnYTZQUA,12
44
- aa_fleetfinder-1.0.0b1.dist-info/RECORD,,
50
+ aa_fleetfinder-1.1.0.dist-info/LICENSE,sha256=OXLcl0T2SZ8Pmy2_dmlvKuetivmyPd5m1q-Gyd-zaYY,35149
51
+ aa_fleetfinder-1.1.0.dist-info/METADATA,sha256=tZX734UmYHy97Y6xPlaZhuc5rL71E-39jNg0UQr3vV8,5071
52
+ aa_fleetfinder-1.1.0.dist-info/WHEEL,sha256=pkctZYzUS4AYVn6dJ-7367OJZivF2e8RA9b_ZBjif18,92
53
+ aa_fleetfinder-1.1.0.dist-info/top_level.txt,sha256=sb_TRFEGxoaJZCmPErp4OQlebQjCe8FpFgqYnYTZQUA,12
54
+ aa_fleetfinder-1.1.0.dist-info/RECORD,,
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: bdist_wheel (0.38.4)
2
+ Generator: bdist_wheel (0.40.0)
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any
5
5
 
fleetfinder/__init__.py CHANGED
@@ -3,6 +3,6 @@ Initialize the app
3
3
  """
4
4
 
5
5
  __title__ = "Fleet Finder"
6
- __version__ = "1.0.0-beta.1"
6
+ __version__ = "1.1.0"
7
7
 
8
8
  __verbose_name__ = "Fleet Finder for Alliance Auth"
@@ -0,0 +1,158 @@
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
+ # "H. Peter Pfeufer" <info@ppfeufer.de>, 2023.
5
+ msgid ""
6
+ msgstr ""
7
+ "Project-Id-Version: PACKAGE VERSION\n"
8
+ "Report-Msgid-Bugs-To: \n"
9
+ "POT-Creation-Date: 2023-04-12 08:35+0200\n"
10
+ "PO-Revision-Date: 2023-04-12 09:55+0000\n"
11
+ "Last-Translator: \"H. Peter Pfeufer\" <info@ppfeufer.de>\n"
12
+ "Language-Team: German <https://weblate.ppfeufer.de/projects/"
13
+ "alliance-auth-apps/aa-fleetfinder/de/>\n"
14
+ "Language: de\n"
15
+ "MIME-Version: 1.0\n"
16
+ "Content-Type: text/plain; charset=UTF-8\n"
17
+ "Content-Transfer-Encoding: 8bit\n"
18
+ "Plural-Forms: nplurals=2; plural=n != 1;\n"
19
+ "X-Generator: Weblate 4.16.4\n"
20
+
21
+ #: auth_hooks.py:25 templates/fleetfinder/base.html:5
22
+ msgid "Fleet Finder"
23
+ msgstr "Flottenfinder"
24
+
25
+ #: templates/fleetfinder/create-fleet.html:14
26
+ #: templates/fleetfinder/partials/header/header-navigation.html:18
27
+ #: templates/fleetfinder/create-fleet.html:5
28
+ msgid "Create Fleet"
29
+ msgstr "Flotte erstellen"
30
+
31
+ #: templates/fleetfinder/create-fleet.html:29
32
+ #: templates/fleetfinder/edit-fleet.html:27
33
+ msgid "Fleet Name"
34
+ msgstr "Flottenname"
35
+
36
+ #: templates/fleetfinder/create-fleet.html:38
37
+ #: templates/fleetfinder/edit-fleet.html:36
38
+ msgid "Select Groups"
39
+ msgstr "Gruppenauswahl"
40
+
41
+ #: templates/fleetfinder/create-fleet.html:40
42
+ #: templates/fleetfinder/edit-fleet.html:39
43
+ msgid ""
44
+ "Only selected groups will have access to the fleet. If no groups are "
45
+ "selected the fleet will be available to all of the authed groups."
46
+ msgstr ""
47
+ "Nur die ausgewählten Gruppen haben Zugriff zu dieser Flotte, Wenn keine "
48
+ "Gruppen ausgewählt sind ist die Flotte für alle verfügbar."
49
+
50
+ #: templates/fleetfinder/create-fleet.html:63
51
+ #: templates/fleetfinder/edit-fleet.html:58
52
+ msgid "Fleet MOTD"
53
+ msgstr "Flotten MOTD"
54
+
55
+ #: templates/fleetfinder/create-fleet.html:73
56
+ #: templates/fleetfinder/edit-fleet.html:68
57
+ msgid "Enable Free Move"
58
+ msgstr "Freie Bewegung aktiv"
59
+
60
+ #: templates/fleetfinder/create-fleet.html:75
61
+ #: templates/fleetfinder/edit-fleet.html:70
62
+ msgid "Submit"
63
+ msgstr "Absenden"
64
+
65
+ #: templates/fleetfinder/dashboard.html:9
66
+ #: templates/fleetfinder/partials/header/header-navigation.html:13
67
+ msgid "Available Fleets"
68
+ msgstr "Verfügbare Flotten"
69
+
70
+ #: templates/fleetfinder/dashboard.html:17
71
+ msgid "Fleet Commander"
72
+ msgstr "Flottenkommandant"
73
+
74
+ #: templates/fleetfinder/dashboard.html:18
75
+ #: templates/fleetfinder/fleet-details.html:44
76
+ msgid "Name"
77
+ msgstr "Name"
78
+
79
+ #: templates/fleetfinder/dashboard.html:19
80
+ msgid "Created At"
81
+ msgstr "Erstellt um"
82
+
83
+ #: templates/fleetfinder/dashboard.html:20
84
+ msgid "Join"
85
+ msgstr "Beitreten"
86
+
87
+ #: templates/fleetfinder/dashboard.html:23
88
+ msgid "Details"
89
+ msgstr "Details"
90
+
91
+ #: templates/fleetfinder/dashboard.html:24
92
+ msgid "Edit"
93
+ msgstr "Bearbeiten"
94
+
95
+ #: templates/fleetfinder/edit-fleet.html:5
96
+ #: templates/fleetfinder/edit-fleet.html:11
97
+ msgid "Edit Fleet"
98
+ msgstr "Flotte bearbeiten"
99
+
100
+ #: templates/fleetfinder/fleet-details.html:5
101
+ msgid "Fleet Details"
102
+ msgstr "Flottendetails"
103
+
104
+ #: templates/fleetfinder/fleet-details.html:13
105
+ msgid "Fleet Composition"
106
+ msgstr "Flottenzusammansetzung"
107
+
108
+ #: templates/fleetfinder/fleet-details.html:21
109
+ msgid "Ship Name"
110
+ msgstr "Schiffsname"
111
+
112
+ #: templates/fleetfinder/fleet-details.html:22
113
+ msgid "Quantity"
114
+ msgstr "Anzahl"
115
+
116
+ #: templates/fleetfinder/fleet-details.html:36
117
+ msgid "Fleet Members"
118
+ msgstr "Flottenmitglieder"
119
+
120
+ #: templates/fleetfinder/fleet-details.html:45
121
+ msgid "Ship type"
122
+ msgstr "Schiffstyp"
123
+
124
+ #: templates/fleetfinder/fleet-details.html:46
125
+ msgid "System"
126
+ msgstr "System"
127
+
128
+ #: templates/fleetfinder/join-fleet.html:5 views.py:79
129
+ msgid "Join Fleet"
130
+ msgstr "Flotte beitreten"
131
+
132
+ #: templates/fleetfinder/join-fleet.html:11
133
+ msgid "Fleet Invitation"
134
+ msgstr "Flotteneinladung"
135
+
136
+ #: templates/fleetfinder/join-fleet.html:21
137
+ msgid "Select the characters to invite"
138
+ msgstr "Wähle einzuladende Charaktere"
139
+
140
+ #: templates/fleetfinder/join-fleet.html:29
141
+ msgid "Send fleet invite(s)"
142
+ msgstr "Flotteneinladung(en) senden"
143
+
144
+ #: templates/fleetfinder/partials/header/header-navigation.html:7
145
+ msgid "Toggle navigation"
146
+ msgstr "Navigation umschalten"
147
+
148
+ #: views.py:92
149
+ msgid "View Fleet Details"
150
+ msgstr "Flottendetails anzeigen"
151
+
152
+ #: views.py:99
153
+ msgid "Edit Fleet Advert"
154
+ msgstr "Flottenanzeige bearbeiten"
155
+
156
+ #: views.py:248
157
+ msgid "<h4>Error!</h4><p>Fleet advert is no longer valid</p>"
158
+ msgstr "<h4>Fehler!</h4><p>Flottenanzeige ist nicht mehr gültig</p>"
@@ -0,0 +1,156 @@
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
+ #, fuzzy
7
+ msgid ""
8
+ msgstr ""
9
+ "Project-Id-Version: PACKAGE VERSION\n"
10
+ "Report-Msgid-Bugs-To: \n"
11
+ "POT-Creation-Date: 2023-04-12 11:15+0200\n"
12
+ "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
13
+ "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
14
+ "Language-Team: LANGUAGE <LL@li.org>\n"
15
+ "Language: \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=2; plural=(n != 1);\n"
20
+
21
+ #: auth_hooks.py:25 templates/fleetfinder/base.html:5
22
+ msgid "Fleet Finder"
23
+ msgstr ""
24
+
25
+ #: templates/fleetfinder/create-fleet.html:5
26
+ #: templates/fleetfinder/create-fleet.html:14
27
+ #: templates/fleetfinder/partials/header/header-navigation.html:18
28
+ msgid "Create Fleet"
29
+ msgstr ""
30
+
31
+ #: templates/fleetfinder/create-fleet.html:29
32
+ #: templates/fleetfinder/edit-fleet.html:27
33
+ msgid "Fleet Name"
34
+ msgstr ""
35
+
36
+ #: templates/fleetfinder/create-fleet.html:38
37
+ #: templates/fleetfinder/edit-fleet.html:36
38
+ msgid "Select Groups"
39
+ msgstr ""
40
+
41
+ #: templates/fleetfinder/create-fleet.html:40
42
+ #: templates/fleetfinder/edit-fleet.html:39
43
+ msgid ""
44
+ "Only selected groups will have access to the fleet. If no groups are "
45
+ "selected the fleet will be available to all of the authed groups."
46
+ msgstr ""
47
+
48
+ #: templates/fleetfinder/create-fleet.html:63
49
+ #: templates/fleetfinder/edit-fleet.html:58
50
+ msgid "Fleet MOTD"
51
+ msgstr ""
52
+
53
+ #: templates/fleetfinder/create-fleet.html:73
54
+ #: templates/fleetfinder/edit-fleet.html:68
55
+ msgid "Enable Free Move"
56
+ msgstr ""
57
+
58
+ #: templates/fleetfinder/create-fleet.html:75
59
+ #: templates/fleetfinder/edit-fleet.html:70
60
+ msgid "Submit"
61
+ msgstr ""
62
+
63
+ #: templates/fleetfinder/dashboard.html:9
64
+ #: templates/fleetfinder/partials/header/header-navigation.html:13
65
+ msgid "Available Fleets"
66
+ msgstr ""
67
+
68
+ #: templates/fleetfinder/dashboard.html:17
69
+ msgid "Fleet Commander"
70
+ msgstr ""
71
+
72
+ #: templates/fleetfinder/dashboard.html:18
73
+ #: templates/fleetfinder/fleet-details.html:44
74
+ msgid "Name"
75
+ msgstr ""
76
+
77
+ #: templates/fleetfinder/dashboard.html:19
78
+ msgid "Created At"
79
+ msgstr ""
80
+
81
+ #: templates/fleetfinder/dashboard.html:20
82
+ msgid "Join"
83
+ msgstr ""
84
+
85
+ #: templates/fleetfinder/dashboard.html:23
86
+ msgid "Details"
87
+ msgstr ""
88
+
89
+ #: templates/fleetfinder/dashboard.html:24
90
+ msgid "Edit"
91
+ msgstr ""
92
+
93
+ #: templates/fleetfinder/edit-fleet.html:5
94
+ #: templates/fleetfinder/edit-fleet.html:11
95
+ msgid "Edit Fleet"
96
+ msgstr ""
97
+
98
+ #: templates/fleetfinder/fleet-details.html:5
99
+ msgid "Fleet Details"
100
+ msgstr ""
101
+
102
+ #: templates/fleetfinder/fleet-details.html:13
103
+ msgid "Fleet Composition"
104
+ msgstr ""
105
+
106
+ #: templates/fleetfinder/fleet-details.html:21
107
+ msgid "Ship Name"
108
+ msgstr ""
109
+
110
+ #: templates/fleetfinder/fleet-details.html:22
111
+ msgid "Quantity"
112
+ msgstr ""
113
+
114
+ #: templates/fleetfinder/fleet-details.html:36
115
+ msgid "Fleet Members"
116
+ msgstr ""
117
+
118
+ #: templates/fleetfinder/fleet-details.html:45
119
+ msgid "Ship type"
120
+ msgstr ""
121
+
122
+ #: templates/fleetfinder/fleet-details.html:46
123
+ msgid "System"
124
+ msgstr ""
125
+
126
+ #: templates/fleetfinder/join-fleet.html:5 views.py:79
127
+ msgid "Join Fleet"
128
+ msgstr ""
129
+
130
+ #: templates/fleetfinder/join-fleet.html:11
131
+ msgid "Fleet Invitation"
132
+ msgstr ""
133
+
134
+ #: templates/fleetfinder/join-fleet.html:21
135
+ msgid "Select the characters to invite"
136
+ msgstr ""
137
+
138
+ #: templates/fleetfinder/join-fleet.html:29
139
+ msgid "Send fleet invite(s)"
140
+ msgstr ""
141
+
142
+ #: templates/fleetfinder/partials/header/header-navigation.html:7
143
+ msgid "Toggle navigation"
144
+ msgstr ""
145
+
146
+ #: views.py:92
147
+ msgid "View Fleet Details"
148
+ msgstr ""
149
+
150
+ #: views.py:99
151
+ msgid "Edit Fleet Advert"
152
+ msgstr ""
153
+
154
+ #: views.py:248
155
+ msgid "<h4>Error!</h4><p>Fleet advert is no longer valid</p>"
156
+ msgstr ""
@@ -0,0 +1,155 @@
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
+ #, fuzzy
7
+ msgid ""
8
+ msgstr ""
9
+ "Project-Id-Version: PACKAGE VERSION\n"
10
+ "Report-Msgid-Bugs-To: \n"
11
+ "POT-Creation-Date: 2023-04-12 11:15+0200\n"
12
+ "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
13
+ "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
14
+ "Language-Team: LANGUAGE <LL@li.org>\n"
15
+ "Language: \n"
16
+ "MIME-Version: 1.0\n"
17
+ "Content-Type: text/plain; charset=UTF-8\n"
18
+ "Content-Transfer-Encoding: 8bit\n"
19
+
20
+ #: auth_hooks.py:25 templates/fleetfinder/base.html:5
21
+ msgid "Fleet Finder"
22
+ msgstr ""
23
+
24
+ #: templates/fleetfinder/create-fleet.html:5
25
+ #: templates/fleetfinder/create-fleet.html:14
26
+ #: templates/fleetfinder/partials/header/header-navigation.html:18
27
+ msgid "Create Fleet"
28
+ msgstr ""
29
+
30
+ #: templates/fleetfinder/create-fleet.html:29
31
+ #: templates/fleetfinder/edit-fleet.html:27
32
+ msgid "Fleet Name"
33
+ msgstr ""
34
+
35
+ #: templates/fleetfinder/create-fleet.html:38
36
+ #: templates/fleetfinder/edit-fleet.html:36
37
+ msgid "Select Groups"
38
+ msgstr ""
39
+
40
+ #: templates/fleetfinder/create-fleet.html:40
41
+ #: templates/fleetfinder/edit-fleet.html:39
42
+ msgid ""
43
+ "Only selected groups will have access to the fleet. If no groups are "
44
+ "selected the fleet will be available to all of the authed groups."
45
+ msgstr ""
46
+
47
+ #: templates/fleetfinder/create-fleet.html:63
48
+ #: templates/fleetfinder/edit-fleet.html:58
49
+ msgid "Fleet MOTD"
50
+ msgstr ""
51
+
52
+ #: templates/fleetfinder/create-fleet.html:73
53
+ #: templates/fleetfinder/edit-fleet.html:68
54
+ msgid "Enable Free Move"
55
+ msgstr ""
56
+
57
+ #: templates/fleetfinder/create-fleet.html:75
58
+ #: templates/fleetfinder/edit-fleet.html:70
59
+ msgid "Submit"
60
+ msgstr ""
61
+
62
+ #: templates/fleetfinder/dashboard.html:9
63
+ #: templates/fleetfinder/partials/header/header-navigation.html:13
64
+ msgid "Available Fleets"
65
+ msgstr ""
66
+
67
+ #: templates/fleetfinder/dashboard.html:17
68
+ msgid "Fleet Commander"
69
+ msgstr ""
70
+
71
+ #: templates/fleetfinder/dashboard.html:18
72
+ #: templates/fleetfinder/fleet-details.html:44
73
+ msgid "Name"
74
+ msgstr ""
75
+
76
+ #: templates/fleetfinder/dashboard.html:19
77
+ msgid "Created At"
78
+ msgstr ""
79
+
80
+ #: templates/fleetfinder/dashboard.html:20
81
+ msgid "Join"
82
+ msgstr ""
83
+
84
+ #: templates/fleetfinder/dashboard.html:23
85
+ msgid "Details"
86
+ msgstr ""
87
+
88
+ #: templates/fleetfinder/dashboard.html:24
89
+ msgid "Edit"
90
+ msgstr ""
91
+
92
+ #: templates/fleetfinder/edit-fleet.html:5
93
+ #: templates/fleetfinder/edit-fleet.html:11
94
+ msgid "Edit Fleet"
95
+ msgstr ""
96
+
97
+ #: templates/fleetfinder/fleet-details.html:5
98
+ msgid "Fleet Details"
99
+ msgstr ""
100
+
101
+ #: templates/fleetfinder/fleet-details.html:13
102
+ msgid "Fleet Composition"
103
+ msgstr ""
104
+
105
+ #: templates/fleetfinder/fleet-details.html:21
106
+ msgid "Ship Name"
107
+ msgstr ""
108
+
109
+ #: templates/fleetfinder/fleet-details.html:22
110
+ msgid "Quantity"
111
+ msgstr ""
112
+
113
+ #: templates/fleetfinder/fleet-details.html:36
114
+ msgid "Fleet Members"
115
+ msgstr ""
116
+
117
+ #: templates/fleetfinder/fleet-details.html:45
118
+ msgid "Ship type"
119
+ msgstr ""
120
+
121
+ #: templates/fleetfinder/fleet-details.html:46
122
+ msgid "System"
123
+ msgstr ""
124
+
125
+ #: templates/fleetfinder/join-fleet.html:5 views.py:79
126
+ msgid "Join Fleet"
127
+ msgstr ""
128
+
129
+ #: templates/fleetfinder/join-fleet.html:11
130
+ msgid "Fleet Invitation"
131
+ msgstr ""
132
+
133
+ #: templates/fleetfinder/join-fleet.html:21
134
+ msgid "Select the characters to invite"
135
+ msgstr ""
136
+
137
+ #: templates/fleetfinder/join-fleet.html:29
138
+ msgid "Send fleet invite(s)"
139
+ msgstr ""
140
+
141
+ #: templates/fleetfinder/partials/header/header-navigation.html:7
142
+ msgid "Toggle navigation"
143
+ msgstr ""
144
+
145
+ #: views.py:92
146
+ msgid "View Fleet Details"
147
+ msgstr ""
148
+
149
+ #: views.py:99
150
+ msgid "Edit Fleet Advert"
151
+ msgstr ""
152
+
153
+ #: views.py:248
154
+ msgid "<h4>Error!</h4><p>Fleet advert is no longer valid</p>"
155
+ msgstr ""