diff options
author | Thibault Meyer <0xbaadf00d@users.noreply.github.com> | 2016-08-30 04:02:49 +0200 |
---|---|---|
committer | 无闻 <u@gogs.io> | 2016-08-29 19:02:49 -0700 |
commit | 92fb30c5260cc067da28ae3cd031b76f7b7976db (patch) | |
tree | 50855703a1044069861620ca32f98e812627ea59 /conf/locale | |
parent | 9f44c267899fabd0b180cdf6cd41e6d77b2fb423 (diff) | |
download | gitea-92fb30c5260cc067da28ae3cd031b76f7b7976db.tar.gz gitea-92fb30c5260cc067da28ae3cd031b76f7b7976db.zip |
Load a set of predefined labels (#3459)
* Can use a predefined set of labels
* Change UI
* Fix HTML file indentation
* Avoid reading file from other directory (security issue)
* Apply a better fix
* Remove not used variable
* Merge upstream/develop
* Do modifications
* Raname
* remove binding + rename variable
Diffstat (limited to 'conf/locale')
-rw-r--r-- | conf/locale/locale_en-US.ini | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/conf/locale/locale_en-US.ini b/conf/locale/locale_en-US.ini index 527e524313..640cac7558 100644 --- a/conf/locale/locale_en-US.ini +++ b/conf/locale/locale_en-US.ini @@ -489,6 +489,10 @@ issues.create = Create Issue issues.new_label = New Label issues.new_label_placeholder = Label name... issues.create_label = Create Label +issues.label_templates.title=Load a set of labels +issues.label_templates.info=There aren’t any labels. You can click on the "New Label" button above to create one or use a predefined set below. +issues.label_templates.helper=Select a label set +issues.label_templates.use=Use this label set issues.open_tab = %d Open issues.close_tab = %d Closed issues.filter_label = Label |