diff options
author | Eric Davis <edavis@littlestreamsoftware.com> | 2010-11-01 00:32:16 +0000 |
---|---|---|
committer | Eric Davis <edavis@littlestreamsoftware.com> | 2010-11-01 00:32:16 +0000 |
commit | e9e7463225283c43b58ac0cad00cd6384c764e7d (patch) | |
tree | dfaa94300439f7783befe93e77514ab6a158e151 | |
parent | e2877d9287f6df945a3da34ba83555b25ddc29fe (diff) | |
download | redmine-e9e7463225283c43b58ac0cad00cd6384c764e7d.tar.gz redmine-e9e7463225283c43b58ac0cad00cd6384c764e7d.zip |
Locales update for the stable branch
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/branches/1.0-stable@4347 e93f8b46-1217-0410-a6f0-8f06a7374b81
-rw-r--r-- | config/locales/de.yml | 1 | ||||
-rw-r--r-- | config/locales/ru.yml | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/config/locales/de.yml b/config/locales/de.yml index a3b79f57d..75c0ccccd 100644 --- a/config/locales/de.yml +++ b/config/locales/de.yml @@ -944,3 +944,4 @@ de: field_assigned_to_role: Assignee's role field_start_date: Start date + button_edit_associated_wikipage: "Edit associated Wiki page: {{page_title}}" diff --git a/config/locales/ru.yml b/config/locales/ru.yml index cba9d07c9..377ff66da 100644 --- a/config/locales/ru.yml +++ b/config/locales/ru.yml @@ -1042,3 +1042,4 @@ ru: label_principal_search: "Search for user or group:" label_user_search: "Search for user:" + field_start_date: Start Date |