summaryrefslogtreecommitdiffstats
path: root/options
diff options
context:
space:
mode:
authorBwko <bouwko@gmail.com>2016-12-24 15:41:09 +0100
committerLunny Xiao <xiaolunwen@gmail.com>2016-12-24 22:41:09 +0800
commita345a03d99f6e3d46a20620869e29424a0c55499 (patch)
tree5f1b218a6b5d1a782101914bf2d8504f95c76918 /options
parentf27d87d93ba8578dfc36b636de5dc01e26e58d0d (diff)
downloadgitea-a345a03d99f6e3d46a20620869e29424a0c55499.tar.gz
gitea-a345a03d99f6e3d46a20620869e29424a0c55499.zip
Added sorting to the labels & milestones page (#199)
Diffstat (limited to 'options')
-rw-r--r--options/locale/locale_en-US.ini8
1 files changed, 8 insertions, 0 deletions
diff --git a/options/locale/locale_en-US.ini b/options/locale/locale_en-US.ini
index 1be1528118..97725a950a 100644
--- a/options/locale/locale_en-US.ini
+++ b/options/locale/locale_en-US.ini
@@ -557,6 +557,8 @@ issues.label_modify = Label Modification
issues.label_deletion = Label Deletion
issues.label_deletion_desc = Deleting this label will remove its information in all related issues. Do you want to continue?
issues.label_deletion_success = Label has been deleted successfully!
+issues.label.filter_sort.alphabetically = Alphabetically
+issues.label.filter_sort.reverse_alphabetically = Reverse alphabetically
issues.num_participants = %d Participants
issues.attachment.open_tab = `Click to see "%s" in a new tab`
issues.attachment.download = `Click to download "%s"`
@@ -610,6 +612,12 @@ milestones.edit_success = Changes of milestone '%s' has been saved successfully!
milestones.deletion = Milestone Deletion
milestones.deletion_desc = Deleting this milestone will remove its information in all related issues. Do you want to continue?
milestones.deletion_success = Milestone has been deleted successfully!
+milestones.filter_sort.closest_due_date = Closest due date
+milestones.filter_sort.furthest_due_date = Furthest due date
+milestones.filter_sort.least_complete = Least complete
+milestones.filter_sort.most_complete = Most complete
+milestones.filter_sort.most_issues = Most issues
+milestones.filter_sort.least_issues = Least issues
wiki = Wiki
wiki.welcome = Welcome to Wiki!