X-Git-Url: http://source.bookstackapp.com/bookstack/blobdiff_plain/5e686bb624daff355b34e80a92dada627b3a7cf8..refs/pull/2734/head:/resources/lang/en/settings.php diff --git a/resources/lang/en/settings.php b/resources/lang/en/settings.php index fe7ebc612..ab7f15322 100755 --- a/resources/lang/en/settings.php +++ b/resources/lang/en/settings.php @@ -37,6 +37,11 @@ return [ 'app_homepage' => 'Application Homepage', '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' => '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::" 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.
Existing comments are not shown.', @@ -226,6 +231,8 @@ return [ 'en' => 'English', 'ar' => 'العربية', 'bg' => 'Bǎlgarski', + 'bs' => 'Bosanski', + 'ca' => 'Català', 'cs' => 'Česky', 'da' => 'Dansk', 'de' => 'Deutsch (Sie)', @@ -235,11 +242,15 @@ return [ 'fr' => 'Français', 'he' => 'עברית', 'hu' => 'Magyar', + 'id' => 'Bahasa Indonesia', 'it' => 'Italian', 'ja' => '日本語', 'ko' => '한국어', + 'lv' => 'Latviešu Valoda', 'nl' => 'Nederlands', + 'nb' => 'Norsk (Bokmål)', 'pl' => 'Polski', + 'pt' => 'Português', 'pt_BR' => 'Português do Brasil', 'ru' => 'Русский', 'sk' => 'Slovensky',