Display ServNest identity

This commit is contained in:
Miraty 2023-10-29 17:45:45 +01:00
parent 78be3cc0a6
commit 2a30e68846
4 changed files with 7 additions and 7 deletions

View File

@ -4,7 +4,7 @@
public_domains[] = "servnest.test" public_domains[] = "servnest.test"
prefix = "" prefix = ""
service_name = "ServNest" service_name = "ServNest"
service_emoji = "🪺" service_emoji = "🌳"
about_url = "https://about.servnest.test/" about_url = "https://about.servnest.test/"
services[auth] = "enabled" services[auth] = "enabled"
services[reg] = "enabled" services[reg] = "enabled"

View File

@ -1,7 +1,7 @@
msgid "" msgid ""
msgstr "" msgstr ""
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-10-28 18:41+0200\n" "POT-Creation-Date: 2023-10-29 17:41+0100\n"
"Language: fr\n" "Language: fr\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
@ -326,8 +326,8 @@ msgstr "Ce formulaire ne sera pas accepté car il faut %sse connecter%s d'abord.
#: view.php:52 #: view.php:52
#, php-format #, php-format
msgid "%sSource code%s available under %s." msgid "Based on %s, available under %s."
msgstr "%sCode source%s disponible sous %s." msgstr "Basé sur %s, disponible sous %s."
#: fn/auth.php:95 #: fn/auth.php:95
#, php-format #, php-format

View File

@ -8,7 +8,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: PACKAGE VERSION\n" "Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-10-28 18:41+0200\n" "POT-Creation-Date: 2023-10-29 17:41+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n" "Language-Team: LANGUAGE <LL@li.org>\n"
@ -338,7 +338,7 @@ msgstr ""
#: view.php:52 #: view.php:52
#, php-format #, php-format
msgid "%sSource code%s available under %s." msgid "Based on %s, available under %s."
msgstr "" msgstr ""
#: fn/auth.php:95 #: fn/auth.php:95

View File

@ -49,7 +49,7 @@ displayFinalMessage($data);
?> ?>
</main> </main>
<footer> <footer>
<small><?= sprintf(_('%sSource code%s available under %s.'), '<a rel="external" href="https://code.antopie.org/servnest/servnest" class="common">', '</a>', '<abbr title="Cooperative Nonviolent Public License No Attribution version 7 or more">CNPL-NAv7+</abbr>') ?></small> <small><?= sprintf(_('Based on %s, available under %s.'), '<a rel="external" href="https://code.antopie.org/servnest/servnest" class="common"><span aria-hidden="true">🌳</span>&nbsp;ServNest</a>', '<abbr title="Cooperative Nonviolent Public License No Attribution version 7 or more">CNPL-NAv7+</abbr>') ?></small>
</footer> </footer>
</body> </body>
</html> </html>