mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
portal: add proper i18n string + help for new settings
This commit is contained in:
parent
748a20d864
commit
831131476e
1 changed files with 4 additions and 0 deletions
|
@ -358,6 +358,10 @@
|
||||||
"domain_config_default_app_help": "People will automatically be redirected to this app when opening this domain. If no app is specified, people are redirected to the user portal login form.",
|
"domain_config_default_app_help": "People will automatically be redirected to this app when opening this domain. If no app is specified, people are redirected to the user portal login form.",
|
||||||
"domain_config_mail_in": "Incoming emails",
|
"domain_config_mail_in": "Incoming emails",
|
||||||
"domain_config_mail_out": "Outgoing emails",
|
"domain_config_mail_out": "Outgoing emails",
|
||||||
|
"domain_config_enable_public_apps_page": "Show the list of public apps to visitors",
|
||||||
|
"domain_config_enable_public_apps_page_help": "Visitors will see a 'public apps' page when ending up on the portal instead of just the login form.",
|
||||||
|
"domain_config_custom_css": "Custom CSS stylesheet",
|
||||||
|
"domain_config_custom_css_help": "This is for advanced admins willing to customize the appearance of the portal",
|
||||||
"domain_config_portal_logo": "Custom logo",
|
"domain_config_portal_logo": "Custom logo",
|
||||||
"domain_config_portal_logo_help": "Accept .svg, .png and .jpeg. Prefer a monochrome .svg with <code>fill: currentColor</code> so that the logo adapts to the themes.",
|
"domain_config_portal_logo_help": "Accept .svg, .png and .jpeg. Prefer a monochrome .svg with <code>fill: currentColor</code> so that the logo adapts to the themes.",
|
||||||
"domain_config_portal_public_intro": "Custom public intro",
|
"domain_config_portal_public_intro": "Custom public intro",
|
||||||
|
|
Loading…
Add table
Reference in a new issue