To check out this repository please hg clone the following URL, or open the URL using EasyMercurial or your preferred Mercurial client.

Statistics Download as Zip
| Branch: | Tag: | Revision:

root / vendor / plugins / redmine_tags / config / locales / en.yml @ 790:dc15818e132e

History | View | Annotate | Download (1.34 KB)

1 593:f12948591050 chris
# This file is a part of redmine_tags
2
# redMine plugin, that adds tagging support.
3
#
4
# English translation for redmine_tags
5
# by Aleksey V Zapparov AKA ixti
6
#
7
# Copyright (c) 2010 Aleksey V Zapparov AKA ixti
8
#
9
# redmine_tags is free software: you can redistribute it and/or modify
10
# it under the terms of the GNU General Public License as published by
11
# the Free Software Foundation, either version 3 of the License, or
12
# (at your option) any later version.
13
#
14
# redmine_tags is distributed in the hope that it will be useful,
15
# but WITHOUT ANY WARRANTY; without even the implied warranty of
16
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
17
# GNU General Public License for more details.
18
#
19
# You should have received a copy of the GNU General Public License
20
# along with redmine_tags.  If not, see <http://www.gnu.org/licenses/>.
21
22
en:
23
  tags: Tags
24
  field_tags: Tags
25
  field_tag_list: Tags
26 784:4b46e861a43a chris
  label_tags_search: "Tags: "
27 593:f12948591050 chris
  setting_issue_tags: Issues Tags
28
  issues_sidebar: Display tags on sidebar as
29
  issues_show_count: Display amount of issues
30
  issues_open_only: Display open issues only
31
32
  issue_tags_sidebar_none: None
33
  issue_tags_sidebar_list: List
34
  issue_tags_sidebar_cloud: Cloud
35
36
  auto_complete_new_tag: Add new...
37 746:2ced57750157 luis
38
  project_filtering_q_label: "Textual search"
39 790:dc15818e132e chris
  project_filter_no_results: "No matching projects found"
40 755:bde9c5bfb559 luis
  button_filter: "Filter"