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/es-PA.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/es-PA.yml')
-rw-r--r-- | config/locales/es-PA.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/config/locales/es-PA.yml b/config/locales/es-PA.yml index 4319439ae..91369e8c5 100644 --- a/config/locales/es-PA.yml +++ b/config/locales/es-PA.yml @@ -1264,3 +1264,5 @@ es-PA: 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. |