diff options
author | Eric Davis <edavis@littlestreamsoftware.com> | 2010-08-03 16:01:53 +0000 |
---|---|---|
committer | Eric Davis <edavis@littlestreamsoftware.com> | 2010-08-03 16:01:53 +0000 |
commit | 16969fdbbb08403f6c11404085561fdbd565b487 (patch) | |
tree | c5e055303411f2d0bb90a2f73c7736dea81d4cf6 /config/locales/bg.yml | |
parent | 13234f85521d3d8a673fecda3e1a1f4abd1025b8 (diff) | |
download | redmine-16969fdbbb08403f6c11404085561fdbd565b487.tar.gz redmine-16969fdbbb08403f6c11404085561fdbd565b487.zip |
Show the number of days in the subject line of Reminder emails.
i18n check needed.
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@3907 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'config/locales/bg.yml')
-rw-r--r-- | config/locales/bg.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/locales/bg.yml b/config/locales/bg.yml index 051bbdaf2..8b2b23704 100644 --- a/config/locales/bg.yml +++ b/config/locales/bg.yml @@ -704,7 +704,7 @@ bg: text_subprojects_destroy_warning: "Its subproject(s): {{value}} will be also deleted." label_and_its_subprojects: "{{value}} and its subprojects" mail_body_reminder: "{{count}} issue(s) that are assigned to you are due in the next {{days}} days:" - mail_subject_reminder: "{{count}} issue(s) due in the next days" + mail_subject_reminder: "{{count}} issue(s) due in the next {{days}} days" text_user_wrote: "{{value}} wrote:" label_duplicated_by: duplicated by setting_enabled_scm: Enabled SCM |