]> BookStack Code Mirror - bookstack/blobdiff - resources/lang/en/settings.php
Finished migrated from icon-font to SVG
[bookstack] / resources / lang / en / settings.php
index 468c5981f9641178e8d0dc8f1c1d23904761d690..d5ef4840ee3d00aaab4f0d567f982042f218ac9a 100755 (executable)
@@ -34,6 +34,8 @@ return [
     '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
@@ -125,10 +127,12 @@ return [
         'nl' => 'Nederlands',
         'pt_BR' => 'Português do Brasil',
         'sk' => 'Slovensky',
+        'sv' => 'Svenska',
         'ja' => '日本語',
         'pl' => 'Polski',
         'it' => 'Italian',
-        'ru' => 'Русский'
+        'ru' => 'Русский',
+        'zh_CN' => '简体中文'
     ]
     ///////////////////////////////////
 ];