diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2010-01-07 21:47:51 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2010-01-07 21:47:51 +0000 |
commit | 1e30e67043f3af72e3e88a370d9ca86631fbacd6 (patch) | |
tree | 3449427145b822cbb9362c73d56bc10d1cfe43b4 /config/locales/hu.yml | |
parent | 99956ec2489aa936cb89cb1109f90b24f68ed567 (diff) | |
download | redmine-1e30e67043f3af72e3e88a370d9ca86631fbacd6.tar.gz redmine-1e30e67043f3af72e3e88a370d9ca86631fbacd6.zip |
Adds new Rails strings.
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@3285 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'config/locales/hu.yml')
-rw-r--r-- | config/locales/hu.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/config/locales/hu.yml b/config/locales/hu.yml index 69e2744aa..6d6c0891b 100644 --- a/config/locales/hu.yml +++ b/config/locales/hu.yml @@ -60,6 +60,9 @@ over_x_years: one: 'több, mint 1 év' other: 'több, mint {{count}} év' + almost_x_years: + one: "almost 1 year" + other: "almost {{count}} years" prompts: year: "Év" month: "Hónap" |