]> BookStack Code Mirror - bookstack/blobdiff - resources/lang/en/settings.php
Docker: Fix PHP tests
[bookstack] / resources / lang / en / settings.php
index 878a9991ffd09dd1559cd4bbebdb542680157118..bd55668a2e94e59b13f395b9fe0655fb28790889 100755 (executable)
@@ -38,9 +38,10 @@ return [
     'app_homepage_desc' => 'Select a view to show on the homepage instead of the default view. Page permissions are ignored for selected pages.',
     'app_homepage_select' => 'Select a page',
     'app_footer_links' => 'Footer Links',
-    'app_footer_links_desc' => 'Certain countries may require that websites include a privacy policy or terms of service.  You may provide links to those here, which will then be displayed at the bottom of each page.',
-    'app_privacy_policy' => 'Privacy Policy',
-    'app_terms_of_service' => 'Terms of Service',
+    'app_footer_links_desc' => 'Add links to show within the site footer. These will be displayed at the bottom of most pages, including those that do not require login. You can use a label of "trans::<key>" to use system-defined translations. For example: Using "trans::common.privacy_policy" will provide the translated text "Privacy Policy" and "trans::common.terms_of_service" will provide the translated text "Terms of Service".',
+    'app_footer_links_label' => 'Link Label',
+    'app_footer_links_url' => 'Link URL',
+    'app_footer_links_add' => 'Add Footer Link',
     'app_disable_comments' => 'Disable Comments',
     'app_disable_comments_toggle' => 'Disable comments',
     'app_disable_comments_desc' => 'Disables comments across all pages in the application. <br> Existing comments are not shown.',