Add link to the "about" page
This commit is contained in:
parent
337e7ab27e
commit
69a8673fd6
5 changed files with 18 additions and 2 deletions
|
@ -28,6 +28,10 @@ String defining the displayed identity of the service.
|
|||
|
||||
Pretty string sometimes prefixed to the service name. Can be empty.
|
||||
|
||||
### `about_url`
|
||||
|
||||
Address of the service presentation page.
|
||||
|
||||
### `services[]`
|
||||
|
||||
Keys `auth`, `reg`, `ns` and `ht` are required.
|
||||
|
|
|
@ -5,6 +5,7 @@ public_domains[] = "servnest.test"
|
|||
prefix = ""
|
||||
service_name = "ServNest"
|
||||
service_emoji = "🪺"
|
||||
about_url = "https://about.servnest.test/"
|
||||
services[auth] = "enabled"
|
||||
services[reg] = "enabled"
|
||||
services[ns] = "enabled"
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
msgid ""
|
||||
msgstr ""
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2023-05-10 01:29+0200\n"
|
||||
"POT-Creation-Date: 2023-05-18 23:15+0200\n"
|
||||
"Language: fr\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
|
||||
|
@ -342,6 +342,10 @@ msgstr "Les TTLs plus courts que %s secondes sont interdits."
|
|||
msgid "TTLs longer than %s seconds are forbidden."
|
||||
msgstr "Les TTLs plus longs que %s secondes sont interdits."
|
||||
|
||||
#: pg-view/index.php:3
|
||||
msgid "About this installation"
|
||||
msgstr "À propos de cette installation"
|
||||
|
||||
#: pg-act/auth/approval.php:4
|
||||
msgid "This account is already approved."
|
||||
msgstr "Ce compte est déjà approuvé."
|
||||
|
|
|
@ -8,7 +8,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: PACKAGE VERSION\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2023-05-10 01:29+0200\n"
|
||||
"POT-Creation-Date: 2023-05-18 23:15+0200\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||
|
@ -354,6 +354,10 @@ msgstr ""
|
|||
msgid "TTLs longer than %s seconds are forbidden."
|
||||
msgstr ""
|
||||
|
||||
#: pg-view/index.php:3
|
||||
msgid "About this installation"
|
||||
msgstr ""
|
||||
|
||||
#: pg-act/auth/approval.php:4
|
||||
msgid "This account is already approved."
|
||||
msgstr ""
|
||||
|
|
|
@ -1,4 +1,7 @@
|
|||
<nav>
|
||||
<p>
|
||||
<span aria-hidden="true">➡️ </span><em><a href="<?= CONF['common']['about_url'] ?>"><?= _('About this installation') ?></a></em>
|
||||
</p>
|
||||
<dl>
|
||||
<?php
|
||||
|
||||
|
|
Loading…
Reference in a new issue