X-Git-Url: http://source.bookstackapp.com/bookstack/blobdiff_plain/3fd61a3600f541da406dbde9516fb97c006f0068..refs/pull/704/head:/resources/lang/en/settings.php
diff --git a/resources/lang/en/settings.php b/resources/lang/en/settings.php
old mode 100644
new mode 100755
index 31163e87e..d5ef4840e
--- a/resources/lang/en/settings.php
+++ b/resources/lang/en/settings.php
@@ -31,6 +31,11 @@ return [
'app_logo_desc' => 'This image should be 43px in height.
Large images will be scaled down.',
'app_primary_color' => 'Application primary color',
'app_primary_color_desc' => 'This should be a hex value.
Leave empty to reset to the default color.',
+ 'app_homepage' => 'Application Homepage',
+ 'app_homepage_desc' => 'Select a page to show on the homepage instead of the default view. Page permissions are ignored for selected pages.',
+ 'app_homepage_default' => 'Default homepage view chosen',
+ 'app_disable_comments' => 'Disable comments',
+ 'app_disable_comments_desc' => 'Disable comments across all pages in the application. Existing comments are not shown.',
/**
* Registration settings
@@ -117,10 +122,17 @@ return [
'en' => 'English',
'de' => 'Deutsch',
'es' => 'Español',
+ 'es_AR' => 'Español Argentina',
'fr' => 'Français',
'nl' => 'Nederlands',
'pt_BR' => 'Português do Brasil',
'sk' => 'Slovensky',
+ 'sv' => 'Svenska',
+ 'ja' => 'æ¥æ¬èª',
+ 'pl' => 'Polski',
+ 'it' => 'Italian',
+ 'ru' => 'Ð ÑÑÑкий',
+ 'zh_CN' => 'ç®ä½ä¸æ'
]
///////////////////////////////////
];