diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2017-07-29 08:03:31 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2017-07-29 08:03:31 +0000 |
commit | d8ec9e181375cf1e8ef3fa093ea45a87ff9de89c (patch) | |
tree | 92e327cbdd3510622d6119eb354cb728be90a5b1 /config/locales/tr.yml | |
parent | 152f973833bc5f4ed444b9086a8b0ee48a4b9785 (diff) | |
download | redmine-d8ec9e181375cf1e8ef3fa093ea45a87ff9de89c.tar.gz redmine-d8ec9e181375cf1e8ef3fa093ea45a87ff9de89c.zip |
Adds label_x_revisions string to locales.
git-svn-id: http://svn.redmine.org/redmine/trunk@16906 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'config/locales/tr.yml')
-rw-r--r-- | config/locales/tr.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config/locales/tr.yml b/config/locales/tr.yml index b36929b3b..93d399c47 100644 --- a/config/locales/tr.yml +++ b/config/locales/tr.yml @@ -1242,3 +1242,4 @@ tr: setting_time_entry_list_defaults: Timelog list defaults 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" |