summaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorUnknwon <u@gogs.io>2015-12-05 01:09:14 -0500
committerUnknwon <u@gogs.io>2015-12-05 01:09:14 -0500
commitf41360d864bfa3fb850d669a0a8321820fc550de (patch)
tree5450285739bd0be98258474f45d62991dd1429ee /conf
parente82ee40e9e667797099edc05ec1b774f65310464 (diff)
downloadgitea-f41360d864bfa3fb850d669a0a8321820fc550de.tar.gz
gitea-f41360d864bfa3fb850d669a0a8321820fc550de.zip
#2052 advanced select ops for system notices
Diffstat (limited to 'conf')
-rw-r--r--conf/app.ini2
-rw-r--r--conf/locale/locale_en-US.ini10
2 files changed, 9 insertions, 3 deletions
diff --git a/conf/app.ini b/conf/app.ini
index d9d29c9ef9..ab8bd9f566 100644
--- a/conf/app.ini
+++ b/conf/app.ini
@@ -32,7 +32,7 @@ USER_PAGING_NUM = 50
; Number of repos that are showed in one page
REPO_PAGING_NUM = 50
; Number of notices that are showed in one page
-NOTICE_PAGING_NUM = 50
+NOTICE_PAGING_NUM = 25
; Number of organization that are showed in one page
ORG_PAGING_NUM = 50
diff --git a/conf/locale/locale_en-US.ini b/conf/locale/locale_en-US.ini
index b72b8846b3..03b5eb8e4b 100644
--- a/conf/locale/locale_en-US.ini
+++ b/conf/locale/locale_en-US.ini
@@ -991,12 +991,18 @@ monitor.start = Start Time
monitor.execute_time = Execution Time
notices.system_notice_list = System Notices
-notices.empty_all = Remove All Notices
+notices.view_detail_header = View Notice Detail
+notices.actions = Actions
+notices.select_all = Select All
+notices.deselect_all = Deselect All
+notices.inverse_selection = Inverse Selection
+notices.delete_selected = Delete Selected
+notices.delete_all = Delete All Notices
notices.type = Type
notices.type_1 = Repository
notices.desc = Description
notices.op = Op.
-notices.delete_success = System notice has been deleted successfully.
+notices.delete_success = System notices have been deleted successfully.
[action]
create_repo = created repository <a href="%s">%s</a>