diff options
author | Go MAEDA <maeda@farend.jp> | 2019-04-29 01:24:35 +0000 |
---|---|---|
committer | Go MAEDA <maeda@farend.jp> | 2019-04-29 01:24:35 +0000 |
commit | b5ed8a0293b1ac6045f7a59e170aa227454d5e58 (patch) | |
tree | c8491d038979daa6805f49f868443c44e45458d9 /config/locales/en.yml | |
parent | 2a80dbfb7626434be94628fb2bf0be774cd0f1f1 (diff) | |
download | redmine-b5ed8a0293b1ac6045f7a59e170aa227454d5e58.tar.gz redmine-b5ed8a0293b1ac6045f7a59e170aa227454d5e58.zip |
Add text_select_apply_tracker to locales (#442, #31239).
Patch by Marius BALTEANU.
git-svn-id: http://svn.redmine.org/redmine/trunk@18093 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'config/locales/en.yml')
-rw-r--r-- | config/locales/en.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config/locales/en.yml b/config/locales/en.yml index 680b5c915..4eda0a81c 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -1200,6 +1200,7 @@ en: text_session_expiration_settings: "Warning: changing these settings may expire the current sessions including yours." text_project_closed: This project is closed and read-only. text_turning_multiple_off: "If you disable multiple values, multiple values will be removed in order to preserve only one value per item." + text_select_apply_tracker: "Select tracker" default_role_manager: Manager default_role_developer: Developer |