diff options
author | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2011-10-29 01:13:06 +0000 |
---|---|---|
committer | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2011-10-29 01:13:06 +0000 |
commit | 303ce0ae530119a8b1b7034172939b2a07532821 (patch) | |
tree | 35251a139e1441620a9b032b38e9bad300e67358 /config | |
parent | 3d895b575eade97ea2028466fd56abb6f2a5a180 (diff) | |
download | redmine-303ce0ae530119a8b1b7034172939b2a07532821.tar.gz redmine-303ce0ae530119a8b1b7034172939b2a07532821.zip |
[#9489] added invisible project scope label
Contributed by Romano Licker.
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@7676 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'config')
-rw-r--r-- | config/locales/de.yml | 3 | ||||
-rw-r--r-- | config/locales/en.yml | 1 |
2 files changed, 4 insertions, 0 deletions
diff --git a/config/locales/de.yml b/config/locales/de.yml index 55b9ec339..291305ef9 100644 --- a/config/locales/de.yml +++ b/config/locales/de.yml @@ -999,3 +999,6 @@ de: setting_issue_group_assignment: Allow issue assignment to groups label_diff: diff text_git_repository_note: Repository is bare and local (e.g. /gitrepo, c:\gitrepo) + + description_project_scope: Suchbereich + diff --git a/config/locales/en.yml b/config/locales/en.yml index f8a1c2555..b6c46fbb9 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -978,3 +978,4 @@ en: enumeration_doc_categories: Document categories enumeration_activities: Activities (time tracking) enumeration_system_activity: System Activity + description_project_scope: Search scope |