diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2009-03-13 19:03:34 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2009-03-13 19:03:34 +0000 |
commit | 6a9fcb23d0b184ec44ee94c45b64fb7e2fe7d0b4 (patch) | |
tree | 6e9009d8b72f392947898829ebe7f6847c5fb09d /config/locales/pt-BR.yml | |
parent | 3f52a0d3e8965bbab3c0d1211334d794d681d992 (diff) | |
download | redmine-6a9fcb23d0b184ec44ee94c45b64fb7e2fe7d0b4.tar.gz redmine-6a9fcb23d0b184ec44ee94c45b64fb7e2fe7d0b4.zip |
Adds a lang string with arguments for date ranges (#2305).
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@2587 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'config/locales/pt-BR.yml')
-rw-r--r-- | config/locales/pt-BR.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config/locales/pt-BR.yml b/config/locales/pt-BR.yml index ca9525d8f..6c663693e 100644 --- a/config/locales/pt-BR.yml +++ b/config/locales/pt-BR.yml @@ -819,3 +819,4 @@ pt-BR: label_descending: Descending label_sort: Sort label_ascending: Ascending + label_date_from_to: From {{start}} to {{end}} |