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/hu.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/hu.yml')
-rw-r--r-- | config/locales/hu.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config/locales/hu.yml b/config/locales/hu.yml index 7a82ed57f..2a43079d4 100644 --- a/config/locales/hu.yml +++ b/config/locales/hu.yml @@ -819,3 +819,4 @@ label_descending: Descending label_sort: Sort label_ascending: Ascending + label_date_from_to: From {{start}} to {{end}} |