diff --git a/store/app.py b/store/app.py index dc1d395..f5689fd 100644 --- a/store/app.py +++ b/store/app.py @@ -359,7 +359,7 @@ License: {license} Description: {description} - [ ] Confirm app is self-hostable and generally makes sense to possibly integrate in YunoHost -- [ ] Confirm app's license is opensource/free software (or not-totally-free, case by case TBD) +- [ ] Confirm app's license is opensource/free software (or not-totally-free-upstream, case by case TBD) - [ ] Description describes clearly and concisely what the app is/does """ diff --git a/store/messages.pot b/store/messages.pot index 16d62a6..824a576 100644 --- a/store/messages.pot +++ b/store/messages.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PROJECT VERSION\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2024-02-26 22:14+0100\n" +"POT-Creation-Date: 2024-02-27 19:41+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -207,7 +207,7 @@ msgstr "" #: templates/app.html:139 #, python-format -msgid "License: %(license)s" +msgid "App license: %(license)s" msgstr "" #: templates/app.html:140 @@ -230,6 +230,10 @@ msgstr "" msgid "YunoHost package repository" msgstr "" +#: templates/app.html:145 +msgid "YunoHost package license" +msgstr "" + #: templates/base.html:5 msgid "YunoHost app store" msgstr "" diff --git a/store/templates/app.html b/store/templates/app.html index 6dc16a3..111e6ff 100644 --- a/store/templates/app.html +++ b/store/templates/app.html @@ -136,12 +136,13 @@

{{ _("Useful links") }}

{% set upstream = infos["manifest"]["upstream"] %} - {{ _("License: %(license)s", license=upstream.license) }} + {{ _("App license: %(license)s", license=upstream.license) }} {% if upstream.website %} {{ _(" Official website") }}{% endif %} {% if upstream.admindoc %} {{ _("Official admin documentation") }}{% endif %} {% if upstream.userdoc %} {{ _("Official user documentation") }}{% endif %} {% if upstream.code %} {{ _("Official code repository") }}{% endif %} {{ _("YunoHost package repository") }} + {{ _("YunoHost package license") }}
{% endblock %} diff --git a/store/translations/fr/LC_MESSAGES/messages.mo b/store/translations/fr/LC_MESSAGES/messages.mo index 59f9ea2..7eecf27 100644 Binary files a/store/translations/fr/LC_MESSAGES/messages.mo and b/store/translations/fr/LC_MESSAGES/messages.mo differ diff --git a/store/translations/fr/LC_MESSAGES/messages.po b/store/translations/fr/LC_MESSAGES/messages.po index 14b8108..913e061 100644 --- a/store/translations/fr/LC_MESSAGES/messages.po +++ b/store/translations/fr/LC_MESSAGES/messages.po @@ -264,6 +264,11 @@ msgstr "Dépôt de code officiel" msgid "YunoHost package repository" msgstr "Dépôt de code du paquet YunoHost" +#: templates/app.html:145 +#, fuzzy +msgid "YunoHost package license" +msgstr "License du paquet YunoHost" + #: templates/base.html:5 msgid "YunoHost app store" msgstr "Store d'apps de YunoHost"