aa-fleetfinder 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.

Potentially problematic release.


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

Files changed (34) hide show
  1. {aa_fleetfinder-2.0.0b1.dist-info → aa_fleetfinder-2.0.1.dist-info}/METADATA +6 -4
  2. {aa_fleetfinder-2.0.0b1.dist-info → aa_fleetfinder-2.0.1.dist-info}/RECORD +34 -26
  3. {aa_fleetfinder-2.0.0b1.dist-info → aa_fleetfinder-2.0.1.dist-info}/WHEEL +1 -1
  4. fleetfinder/__init__.py +1 -1
  5. fleetfinder/auth_hooks.py +1 -1
  6. fleetfinder/locale/cs/LC_MESSAGES/django.mo +0 -0
  7. fleetfinder/locale/cs/LC_MESSAGES/django.po +223 -0
  8. fleetfinder/locale/de/LC_MESSAGES/django.mo +0 -0
  9. fleetfinder/locale/de/LC_MESSAGES/django.po +79 -74
  10. fleetfinder/locale/django.pot +72 -67
  11. fleetfinder/locale/es/LC_MESSAGES/django.mo +0 -0
  12. fleetfinder/locale/es/LC_MESSAGES/django.po +84 -79
  13. fleetfinder/locale/fr_FR/LC_MESSAGES/django.mo +0 -0
  14. fleetfinder/locale/fr_FR/LC_MESSAGES/django.po +84 -78
  15. fleetfinder/locale/it_IT/LC_MESSAGES/django.mo +0 -0
  16. fleetfinder/locale/it_IT/LC_MESSAGES/django.po +77 -72
  17. fleetfinder/locale/ja/LC_MESSAGES/django.mo +0 -0
  18. fleetfinder/locale/ja/LC_MESSAGES/django.po +77 -72
  19. fleetfinder/locale/ko_KR/LC_MESSAGES/django.mo +0 -0
  20. fleetfinder/locale/ko_KR/LC_MESSAGES/django.po +90 -91
  21. fleetfinder/locale/nl/LC_MESSAGES/django.mo +0 -0
  22. fleetfinder/locale/nl/LC_MESSAGES/django.po +222 -0
  23. fleetfinder/locale/pl_PL/LC_MESSAGES/django.mo +0 -0
  24. fleetfinder/locale/pl_PL/LC_MESSAGES/django.po +224 -0
  25. fleetfinder/locale/ru/LC_MESSAGES/django.mo +0 -0
  26. fleetfinder/locale/ru/LC_MESSAGES/django.po +81 -77
  27. fleetfinder/locale/sk/LC_MESSAGES/django.mo +0 -0
  28. fleetfinder/locale/sk/LC_MESSAGES/django.po +223 -0
  29. fleetfinder/locale/uk/LC_MESSAGES/django.mo +0 -0
  30. fleetfinder/locale/uk/LC_MESSAGES/django.po +83 -78
  31. fleetfinder/locale/zh_Hans/LC_MESSAGES/django.mo +0 -0
  32. fleetfinder/locale/zh_Hans/LC_MESSAGES/django.po +115 -108
  33. fleetfinder/tests/test_auth_hooks.py +1 -1
  34. {aa_fleetfinder-2.0.0b1.dist-info → aa_fleetfinder-2.0.1.dist-info}/licenses/LICENSE +0 -0
@@ -1,6 +1,6 @@
1
- Metadata-Version: 2.1
1
+ Metadata-Version: 2.3
2
2
  Name: aa-fleetfinder
3
- Version: 2.0.0b1
3
+ Version: 2.0.1
4
4
  Summary: Fleet finder plugin for Alliance Auth
5
5
  Project-URL: Changelog, https://github.com/ppfeufer/aa-fleetfinder/blob/master/CHANGELOG.md
6
6
  Project-URL: Documentation, https://github.com/ppfeufer/aa-fleetfinder/blob/master/README.md
@@ -702,7 +702,7 @@ Classifier: Topic :: Internet :: WWW/HTTP
702
702
  Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
703
703
  Requires-Python: >=3.8
704
704
  Requires-Dist: allianceauth-app-utils>=1.14.2
705
- Requires-Dist: allianceauth>=4.0.0b1
705
+ Requires-Dist: allianceauth<5.0.0,>=4
706
706
  Provides-Extra: tests-allianceauth-latest
707
707
  Requires-Dist: coverage; extra == 'tests-allianceauth-latest'
708
708
  Requires-Dist: django-webtest; extra == 'tests-allianceauth-latest'
@@ -750,11 +750,13 @@ ______________________________________________________________________
750
750
 
751
751
  > \[!NOTE\]
752
752
  >
753
- > **AA Fleet Finder needs at least Alliance Auth v4.0.0!**
753
+ > **AA Fleet Finder >= 2.0.0 needs at least Alliance Auth v4.0.0!**
754
754
  >
755
755
  > Please make sure to update your Alliance Auth instance _before_ you install this
756
756
  > module or update to the latest version, otherwise an update to Alliance Auth will
757
757
  > be pulled in unsupervised.
758
+ >
759
+ > The last version compatible with Alliance Auth v3 is `1.5.2`.
758
760
 
759
761
  ### Step 1: Install the Package<a name="step-1-install-the-package"></a>
760
762
 
@@ -1,31 +1,39 @@
1
- fleetfinder/__init__.py,sha256=urVSKIWY29Qm-mMrJ7rK5YartSP9zVfahs_npHIj89Y,204
1
+ fleetfinder/__init__.py,sha256=hOKKmBu4oDYubUcjQ5ZDvuZDwlklfKqcDycL6j9htFg,197
2
2
  fleetfinder/apps.py,sha256=5t6R6HS_2cK3oCtTomvOM0dagt4sQkbnIWBhxT8dHrw,448
3
- fleetfinder/auth_hooks.py,sha256=f2OApIBUV1c3uNPurSC7thyX7LwS5User9tqUXvlMy0,1229
3
+ fleetfinder/auth_hooks.py,sha256=_oHqIEfTFDB1lsVAOrEGCc6aLiLpRtjcPw7CdLNSdKw,1234
4
4
  fleetfinder/constants.py,sha256=aTHTWNmAFH0KMa-6n4nzuBPvslfWMbu-WDvAekk3sKU,372
5
5
  fleetfinder/models.py,sha256=MEqsa-gRzFlCoU5awPwlLUzJ_2A2sNo9cPtfT-hVCNU,2805
6
6
  fleetfinder/providers.py,sha256=R6cy9MAxPw8AcZuIQwpQ1Knv13ItWCBCAspnJ_G30_U,205
7
7
  fleetfinder/tasks.py,sha256=pqDMPHFMXej4dPrf8fxucuYKtj9JPlActiNPIc4eAAQ,10969
8
8
  fleetfinder/urls.py,sha256=WwTfS5nYb1MFRc3ilQBvb7bLO3alBW2997MU9ydos7A,1075
9
9
  fleetfinder/views.py,sha256=je1MDljZGtlJSmIbwZDcF8BYuH439stZAxHuAehvy5k,10061
10
- fleetfinder/locale/django.pot,sha256=S3rWs3yinjcTl8OQTgWXSkftYQi6QdNC8zpE0hdkLuU,4909
11
- fleetfinder/locale/de/LC_MESSAGES/django.mo,sha256=3AeKV2NuMdyoUuGviVK7kjJ-Waco6BqPDxUCZXoOo6c,3795
12
- fleetfinder/locale/de/LC_MESSAGES/django.po,sha256=Ik8ncHQ58a6ue9NBDmUCcEhj8LwBeltijMdisBNUpu8,6354
13
- fleetfinder/locale/es/LC_MESSAGES/django.mo,sha256=5NBl5W4QCH1Oxu3Xc5auniYbJTtrnmPhe5x6OriXTHE,2879
14
- fleetfinder/locale/es/LC_MESSAGES/django.po,sha256=8hM6QCVmPIYCEsmxQft6a2diB5Lfk1Kj26JFTxy8754,6814
15
- fleetfinder/locale/fr_FR/LC_MESSAGES/django.mo,sha256=Q-lK_UhcJp6vwmwf4_D7CyLMLrBVJ0HJZATSFJ3elPg,797
16
- fleetfinder/locale/fr_FR/LC_MESSAGES/django.po,sha256=4yyaVOYTHTum8oZ-PeZYm24jQJbzr2Qix6k6JiU6hWA,5253
17
- fleetfinder/locale/it_IT/LC_MESSAGES/django.mo,sha256=t8mEhARLb4mm0zkoOjKEVwJJjbYnfdaEJL_Dl9QSB9A,484
18
- fleetfinder/locale/it_IT/LC_MESSAGES/django.po,sha256=KZIt9UokjH9tRRWCM9Du_S_k8jFznZ_K-MgpkOiXDF4,5054
19
- fleetfinder/locale/ja/LC_MESSAGES/django.mo,sha256=1QWxaAu7TO09PwKIOxgYDjTgaNk0od0G7hlTdprEYg4,481
20
- fleetfinder/locale/ja/LC_MESSAGES/django.po,sha256=v4ZupjdEzHG2kAyNVPZ6gcbqFbx3MSlTL_ag_xTt1oM,5047
21
- fleetfinder/locale/ko_KR/LC_MESSAGES/django.mo,sha256=2xR2Xwuf7giAGgUGNoPpOxf1utYaMjLoVoNLIBcN4sY,3100
22
- fleetfinder/locale/ko_KR/LC_MESSAGES/django.po,sha256=ge_IanR-e9CdwbzjjyHRxuY8eK6_ZXX3XaZth9WamJ4,6722
23
- fleetfinder/locale/ru/LC_MESSAGES/django.mo,sha256=D2DRWf_6QXtScDVir6eMzB41zsjxvC7TJt3ZCOY1tgM,4639
24
- fleetfinder/locale/ru/LC_MESSAGES/django.po,sha256=r518GjsfBlxq-9WspYGLgA8484HZXX7NLmssbj0U7vE,7252
25
- fleetfinder/locale/uk/LC_MESSAGES/django.mo,sha256=D_kg0aiPkDpWXc2lw0rho8TJq3CWdqqXoRKJWekqcHw,1637
26
- fleetfinder/locale/uk/LC_MESSAGES/django.po,sha256=K-CV9VrtZWZ24B7bYERXiJj81wOFpLs2k_-kQtYzc0Q,6358
27
- fleetfinder/locale/zh_Hans/LC_MESSAGES/django.mo,sha256=infLFeje39rBYqtb7Xb9wMW5qT3rMvKO7tRdlkbkBCM,931
28
- fleetfinder/locale/zh_Hans/LC_MESSAGES/django.po,sha256=prNP6gz2JmdIiXMdRK5yBwyyrHdEUeCDbdC5KUVxF3k,5250
10
+ fleetfinder/locale/django.pot,sha256=K7ax4Bu7ELFr74ncXaYwA4NYlbRXGfehKGw8WraWCGE,5777
11
+ fleetfinder/locale/cs/LC_MESSAGES/django.mo,sha256=iuZ80rzgyrjX347TPX_MnV3Q_nHg582c7Ld1e8_DlVk,562
12
+ fleetfinder/locale/cs/LC_MESSAGES/django.po,sha256=b44-4Z-oEEtdPaSvdfV7PXuZdC5EExaKTb53ACRKZ58,6002
13
+ fleetfinder/locale/de/LC_MESSAGES/django.mo,sha256=0Hw0C_HjNm5bfULklTio3jQNbDObhPXjymmNW-_14ls,3865
14
+ fleetfinder/locale/de/LC_MESSAGES/django.po,sha256=CeyRL922JOXrr2vbHM9cLGPwNHsrsvW9uykhvI_wovM,7257
15
+ fleetfinder/locale/es/LC_MESSAGES/django.mo,sha256=6CpphsywP0h65olcfviRqYRqhiJARwrvh5NLbjQKkf4,2879
16
+ fleetfinder/locale/es/LC_MESSAGES/django.po,sha256=SOZrkWdSIGXWER1RznxetaNHBy48LldP_f_Epji677A,7694
17
+ fleetfinder/locale/fr_FR/LC_MESSAGES/django.mo,sha256=ngXzHX14fkg1M1LvDMo8hQ6mQGHIwpUd3EXAJRl4XcQ,1220
18
+ fleetfinder/locale/fr_FR/LC_MESSAGES/django.po,sha256=uqRLNrPp2oICd36zGjhWcrXeIpdIdAkLLqE_B5MxOe8,6294
19
+ fleetfinder/locale/it_IT/LC_MESSAGES/django.mo,sha256=hvzONWCjAJiiUxzt6ZNe9Sn59NfeQ5-W3f7RqSQBFcw,484
20
+ fleetfinder/locale/it_IT/LC_MESSAGES/django.po,sha256=MCKMaejgDWkc4U4wcP2vIjS66-66L1DaXnBF2uhW548,5922
21
+ fleetfinder/locale/ja/LC_MESSAGES/django.mo,sha256=fKJ9L_ql1VwTfk-bK29zvoE39zvfYZUiYcg-0JI1UuI,481
22
+ fleetfinder/locale/ja/LC_MESSAGES/django.po,sha256=UULoN1jIaEJBMoc2px_rydx3PyJ5KQI-QSsgq4N31IE,5915
23
+ fleetfinder/locale/ko_KR/LC_MESSAGES/django.mo,sha256=-_NjmlWe2ve5WRA9zV05anjOMsQQdNOhk8_mEplh7nU,3315
24
+ fleetfinder/locale/ko_KR/LC_MESSAGES/django.po,sha256=xvh8uSK8cbEJ8WXD8cbaDuaAhJToW56aCZwUmwvRIWA,7580
25
+ fleetfinder/locale/nl/LC_MESSAGES/django.mo,sha256=hY0OE4OeTR2OJEImNcsL8tWjBqe0rJYToAlRXZ44ngA,480
26
+ fleetfinder/locale/nl/LC_MESSAGES/django.po,sha256=s8uWar0QfI6k6lrFDtgFqV9lG3SSxnF7TLTLeBDRB-g,5917
27
+ fleetfinder/locale/pl_PL/LC_MESSAGES/django.mo,sha256=Tn664mvAzrylWiO5ferY3XeQuZTRuND77MPmgAZSvZs,1008
28
+ fleetfinder/locale/pl_PL/LC_MESSAGES/django.po,sha256=AVHC0sWfQFp8Ei6bn_F0lWZHgg_rS6YczCyia4SKb-c,6176
29
+ fleetfinder/locale/ru/LC_MESSAGES/django.mo,sha256=mMxKiky37tfTCHGIxyLP2NnFVHzNPFCePyeU5Uxoi-o,4639
30
+ fleetfinder/locale/ru/LC_MESSAGES/django.po,sha256=nd-Oa-3n979YzeZloGFXA5Lp8gg71A6_JqLGAk4Gur0,8145
31
+ fleetfinder/locale/sk/LC_MESSAGES/django.mo,sha256=ydYhRqhAuhtbbNwWz_TkLnphHfGgKDcKugeyLxmpZWk,559
32
+ fleetfinder/locale/sk/LC_MESSAGES/django.po,sha256=mpVkK4a84ghrNasfctOQ096S_Gws-QeMVXH6xI6-5FE,5998
33
+ fleetfinder/locale/uk/LC_MESSAGES/django.mo,sha256=thlW8HKY9EPaAr2P5-2j25AbqGIX_MA8W88T9YSF0y4,1637
34
+ fleetfinder/locale/uk/LC_MESSAGES/django.po,sha256=fkB0SyT8HQtjirxUxw_x00z2M_qC6SdPaqV3k1fFySo,7239
35
+ fleetfinder/locale/zh_Hans/LC_MESSAGES/django.mo,sha256=3tiyQVoDtsbjyYPetn2m9kG5lBB0c_7HyZhzhENsbWs,3624
36
+ fleetfinder/locale/zh_Hans/LC_MESSAGES/django.po,sha256=hTAChv-XREEg3NJPScrWP9qwYbSEyBHoYQrZox3yjb4,7033
29
37
  fleetfinder/migrations/0001_initial.py,sha256=4Jsjh77PXS87OHBHam8KOFSTaRvlS-qpPmD5vNnVagI,2445
30
38
  fleetfinder/migrations/0002_esi_error_handling_and_verbose_names.py,sha256=CqOqsJDz-GFj3E6DwShKf0fUIgEKhd4NMJIfu21eEJ0,3229
31
39
  fleetfinder/migrations/0003_alter_fleet_fleet_commander_alter_fleet_groups_and_more.py,sha256=RbjYRrPVTq-adUQPbXpXVRAT2VmOW0wEdacWhxlggX4,1606
@@ -53,10 +61,10 @@ fleetfinder/templatetags/__init__.py,sha256=sP2D1ovt2gGAPLcGQkByRgXYhvUJ6C52mZMl
53
61
  fleetfinder/templatetags/fleetfinder.py,sha256=GL2cYWn8ytlxNTJXokPchvgQl-Lt97IYLUbh-jvslKM,518
54
62
  fleetfinder/tests/__init__.py,sha256=NLuMBNDHYOXDmPgpyG-g_kDaATVQWv1iC-dJ8BA1kZc,29
55
63
  fleetfinder/tests/test_access.py,sha256=rQAfeEre2CmCszFTLV_53HK7m5Odq7ZqACJ3kcedgjk,1691
56
- fleetfinder/tests/test_auth_hooks.py,sha256=b1d6AbiyjoshK4aRTso2MqAjg87fNkMS3x7WtTdosXQ,2169
64
+ fleetfinder/tests/test_auth_hooks.py,sha256=XEB0LJmxxJCDlYhxKzcRiEHYrn1k_NkShrDGV_bcweg,2174
57
65
  fleetfinder/tests/test_templatetags.py,sha256=ULw8vJ2GzC-b6wSC9MljBOdgj1CJjoTSXsHKALKAG0o,929
58
66
  fleetfinder/tests/utils.py,sha256=juSWpPN2VBphwHZ9NILERwHeqGM2h2Ds21CIiifKL3k,1475
59
- aa_fleetfinder-2.0.0b1.dist-info/METADATA,sha256=8A_es2tnCZ5gJ4Mcf9qBWomItv6Pfnp3EiJ_DpjRkZE,48097
60
- aa_fleetfinder-2.0.0b1.dist-info/WHEEL,sha256=TJPnKdtrSue7xZ_AVGkp9YXcvDrobsjBds1du3Nx6dc,87
61
- aa_fleetfinder-2.0.0b1.dist-info/licenses/LICENSE,sha256=OXLcl0T2SZ8Pmy2_dmlvKuetivmyPd5m1q-Gyd-zaYY,35149
62
- aa_fleetfinder-2.0.0b1.dist-info/RECORD,,
67
+ aa_fleetfinder-2.0.1.dist-info/METADATA,sha256=cvr0dhuFB90iz5ThhpTehV8mv700CKeHLSH7cbdCLRs,48171
68
+ aa_fleetfinder-2.0.1.dist-info/WHEEL,sha256=zEMcRr9Kr03x1ozGwg5v9NQBKn3kndp6LSoSlVg-jhU,87
69
+ aa_fleetfinder-2.0.1.dist-info/licenses/LICENSE,sha256=OXLcl0T2SZ8Pmy2_dmlvKuetivmyPd5m1q-Gyd-zaYY,35149
70
+ aa_fleetfinder-2.0.1.dist-info/RECORD,,
@@ -1,4 +1,4 @@
1
1
  Wheel-Version: 1.0
2
- Generator: hatchling 1.21.1
2
+ Generator: hatchling 1.24.2
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any
fleetfinder/__init__.py CHANGED
@@ -5,6 +5,6 @@ Initialize the app
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__ = _("Fleet Finder")
10
10
  __verbose_name__ = "Fleet Finder for Alliance Auth"
fleetfinder/auth_hooks.py CHANGED
@@ -20,7 +20,7 @@ class FleetFinderMenuItem(MenuItemHook): # pylint: disable=too-few-public-metho
20
20
  MenuItemHook.__init__(
21
21
  self,
22
22
  text=__title__,
23
- classes="fas fa-users",
23
+ classes="fa-solid fa-users",
24
24
  url_name="fleetfinder:dashboard",
25
25
  navactive=["fleetfinder:"],
26
26
  )
@@ -0,0 +1,223 @@
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:23+0100\n"
11
+ "PO-Revision-Date: 2024-05-10 14:03+0000\n"
12
+ "Last-Translator: Anonymous <noreply@weblate.org>\n"
13
+ "Language-Team: Czech <https://weblate.ppfeufer.de/projects/"
14
+ "alliance-auth-apps/aa-fleetfinder/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
+ #: fleetfinder/__init__.py:9 fleetfinder/models.py:24
24
+ #: fleetfinder/templates/fleetfinder/base.html:6
25
+ #: fleetfinder/templates/fleetfinder/base.html:10
26
+ #: fleetfinder/templates/fleetfinder/create-fleet.html:7
27
+ #: fleetfinder/templates/fleetfinder/edit-fleet.html:7
28
+ #: fleetfinder/templates/fleetfinder/fleet-details.html:6
29
+ #: fleetfinder/templates/fleetfinder/join-fleet.html:7
30
+ msgid "Fleet Finder"
31
+ msgstr ""
32
+
33
+ #. Translators: This is the app name and version, which will appear in the Django Backend
34
+ #: fleetfinder/apps.py:21
35
+ #, python-brace-format
36
+ msgid "Fleet Finder v{__version__}"
37
+ msgstr ""
38
+
39
+ #: fleetfinder/models.py:28
40
+ msgid "Can access the Fleet Finder app"
41
+ msgstr ""
42
+
43
+ #: fleetfinder/models.py:44
44
+ msgid ""
45
+ "FC is not in the registered fleet anymore or fleet is no longer available."
46
+ msgstr ""
47
+
48
+ #: fleetfinder/models.py:46
49
+ msgid "Registered fleet seems to be no longer available."
50
+ msgstr ""
51
+
52
+ #: fleetfinder/models.py:47
53
+ msgid "FC is no longer the fleet boss."
54
+ msgstr ""
55
+
56
+ #: fleetfinder/models.py:48
57
+ msgid "FC switched to another fleet."
58
+ msgstr ""
59
+
60
+ #: fleetfinder/models.py:51 fleetfinder/templates/fleetfinder/dashboard.html:18
61
+ #: fleetfinder/templates/fleetfinder/partials/body/form-fleet-details.html:10
62
+ msgid "Fleet name"
63
+ msgstr ""
64
+
65
+ #: fleetfinder/models.py:59 fleetfinder/templates/fleetfinder/dashboard.html:17
66
+ msgid "Fleet commander"
67
+ msgstr ""
68
+
69
+ #: fleetfinder/models.py:61
70
+ msgid "Creation date and time"
71
+ msgstr ""
72
+
73
+ #: fleetfinder/models.py:62
74
+ #: fleetfinder/templates/fleetfinder/partials/body/form-fleet-details.html:37
75
+ msgid "Fleet MOTD"
76
+ msgstr ""
77
+
78
+ #: fleetfinder/models.py:63
79
+ msgid "Free move"
80
+ msgstr ""
81
+
82
+ #: fleetfinder/models.py:69
83
+ #: fleetfinder/templates/fleetfinder/partials/body/form-fleet-details.html:32
84
+ msgid ""
85
+ "Only selected groups will have access to the fleet. If no groups are "
86
+ "selected the fleet will be available to all who have access to this module."
87
+ msgstr ""
88
+
89
+ #: fleetfinder/models.py:73
90
+ msgid "Group restrictions"
91
+ msgstr ""
92
+
93
+ #: fleetfinder/models.py:81
94
+ msgid "Last ESI error"
95
+ msgstr ""
96
+
97
+ #: fleetfinder/models.py:85
98
+ msgid "Last ESI error time"
99
+ msgstr ""
100
+
101
+ #: fleetfinder/models.py:88
102
+ msgid "ESI error count"
103
+ msgstr ""
104
+
105
+ #: fleetfinder/templates/fleetfinder/create-fleet.html:6
106
+ #: fleetfinder/templates/fleetfinder/create-fleet.html:14
107
+ #: fleetfinder/templates/fleetfinder/partials/header/header-navigation.html:27
108
+ msgid "Create fleet"
109
+ msgstr ""
110
+
111
+ #: fleetfinder/templates/fleetfinder/dashboard.html:9
112
+ msgid "Fleets available to you"
113
+ msgstr ""
114
+
115
+ #: fleetfinder/templates/fleetfinder/dashboard.html:19
116
+ msgid "Created at"
117
+ msgstr ""
118
+
119
+ #: fleetfinder/templates/fleetfinder/dashboard.html:20
120
+ msgid "Join"
121
+ msgstr ""
122
+
123
+ #: fleetfinder/templates/fleetfinder/dashboard.html:23
124
+ msgid "Details"
125
+ msgstr ""
126
+
127
+ #: fleetfinder/templates/fleetfinder/dashboard.html:24
128
+ msgid "Edit"
129
+ msgstr ""
130
+
131
+ #: fleetfinder/templates/fleetfinder/edit-fleet.html:6
132
+ #: fleetfinder/templates/fleetfinder/edit-fleet.html:14
133
+ msgid "Edit fleet"
134
+ msgstr ""
135
+
136
+ #: fleetfinder/templates/fleetfinder/fleet-details.html:6
137
+ msgid "Fleet details"
138
+ msgstr ""
139
+
140
+ #: fleetfinder/templates/fleetfinder/fleet-details.html:15
141
+ msgid "Fleet composition"
142
+ msgstr ""
143
+
144
+ #: fleetfinder/templates/fleetfinder/fleet-details.html:23
145
+ #: fleetfinder/templates/fleetfinder/fleet-details.html:47
146
+ msgid "Ship class"
147
+ msgstr ""
148
+
149
+ #: fleetfinder/templates/fleetfinder/fleet-details.html:24
150
+ msgid "Count"
151
+ msgstr ""
152
+
153
+ #: fleetfinder/templates/fleetfinder/fleet-details.html:38
154
+ msgid "Fleet members"
155
+ msgstr ""
156
+
157
+ #: fleetfinder/templates/fleetfinder/fleet-details.html:46
158
+ msgid "Name"
159
+ msgstr ""
160
+
161
+ #: fleetfinder/templates/fleetfinder/fleet-details.html:48
162
+ msgid "System"
163
+ msgstr ""
164
+
165
+ #: fleetfinder/templates/fleetfinder/join-fleet.html:6 fleetfinder/views.py:91
166
+ msgid "Join fleet"
167
+ msgstr ""
168
+
169
+ #: fleetfinder/templates/fleetfinder/join-fleet.html:14
170
+ msgid "Fleet invitation"
171
+ msgstr ""
172
+
173
+ #: fleetfinder/templates/fleetfinder/join-fleet.html:25
174
+ msgid "Select the characters to invite"
175
+ msgstr ""
176
+
177
+ #: fleetfinder/templates/fleetfinder/join-fleet.html:35
178
+ msgid "Send fleet invites"
179
+ msgstr ""
180
+
181
+ #: fleetfinder/templates/fleetfinder/partials/body/form-fleet-details.html:15
182
+ msgid "Select groups"
183
+ msgstr ""
184
+
185
+ #: fleetfinder/templates/fleetfinder/partials/body/form-fleet-details.html:46
186
+ msgid "Enable free move"
187
+ msgstr ""
188
+
189
+ #: fleetfinder/templates/fleetfinder/partials/body/form-fleet-details.html:49
190
+ msgid "Submit"
191
+ msgstr ""
192
+
193
+ #: fleetfinder/templates/fleetfinder/partials/footer/app-translation-footer.html:5
194
+ msgid ""
195
+ "Do you want to help translate this app into your language or improve the "
196
+ "existing translation?"
197
+ msgstr ""
198
+
199
+ #: fleetfinder/templates/fleetfinder/partials/footer/app-translation-footer.html:8
200
+ msgid "Join our team of translators!"
201
+ msgstr ""
202
+
203
+ #: fleetfinder/templates/fleetfinder/partials/header/header-navigation.html:6
204
+ msgid "Available fleets"
205
+ msgstr ""
206
+
207
+ #: fleetfinder/templates/fleetfinder/partials/header/header-navigation.html:17
208
+ msgid "Toggle navigation"
209
+ msgstr ""
210
+
211
+ #: fleetfinder/views.py:104
212
+ msgid "View fleet details"
213
+ msgstr ""
214
+
215
+ #: fleetfinder/views.py:113
216
+ msgid "Edit fleet advert"
217
+ msgstr ""
218
+
219
+ #: fleetfinder/views.py:279
220
+ #, python-brace-format
221
+ msgid ""
222
+ "<h4>Error!</h4><p>ESI returned the following error: {esi_error_message}</p>"
223
+ msgstr ""
Binary file