diff options
author | Go MAEDA <maeda@farend.jp> | 2018-03-12 04:38:27 +0000 |
---|---|---|
committer | Go MAEDA <maeda@farend.jp> | 2018-03-12 04:38:27 +0000 |
commit | 3371258a7996471fa99f1a5aa600902f34084d97 (patch) | |
tree | 137f270459766f73ef8816ec97ace7ee70224abd /config/locales/tr.yml | |
parent | 8ee4d5084df530b32218f8854570c417ce67386e (diff) | |
download | redmine-3371258a7996471fa99f1a5aa600902f34084d97.tar.gz redmine-3371258a7996471fa99f1a5aa600902f34084d97.zip |
Add error_can_not_delete_auth_source string to locales (#28000).
git-svn-id: http://svn.redmine.org/redmine/trunk@17233 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'config/locales/tr.yml')
-rw-r--r-- | config/locales/tr.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/config/locales/tr.yml b/config/locales/tr.yml index 4f5f76d60..ecb2c0a17 100644 --- a/config/locales/tr.yml +++ b/config/locales/tr.yml @@ -1242,3 +1242,5 @@ tr: setting_timelog_accept_0_hours: Accept time logs with 0 hours setting_timelog_max_hours_per_day: Maximum hours that can be logged per day and user label_x_revisions: "%{count} revisions" + error_can_not_delete_auth_source: This authentication mode is in use and cannot be + deleted. |