diff options
author | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2012-01-09 10:10:13 +0000 |
---|---|---|
committer | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2012-01-09 10:10:13 +0000 |
commit | 6c929d1a2d98874854e712bfacb3e836f91ace08 (patch) | |
tree | cc92ac0900dbd8a72b72ad94c6a1a280d99e1d01 | |
parent | 1f8a86d07f7d83e66fe9894b603dabcc9559ffae (diff) | |
download | redmine-6c929d1a2d98874854e712bfacb3e836f91ace08.tar.gz redmine-6c929d1a2d98874854e712bfacb3e836f91ace08.zip |
add missing keys for trunk to Arabic yaml (#9943)
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@8575 e93f8b46-1217-0410-a6f0-8f06a7374b81
-rw-r--r-- | config/locales/ar.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config/locales/ar.yml b/config/locales/ar.yml index cc44768fb..10c598a8d 100644 --- a/config/locales/ar.yml +++ b/config/locales/ar.yml @@ -1006,3 +1006,4 @@ ar: text_repository_usernames_mapping: |- Select or update the Redmine user mapped to each username found in the repository log. Users with the same Redmine and repository username or email are automatically mapped. + notice_failed_to_save_time_entries: "Failed to save %{count} time entrie(s) on %{total} selected: %{ids}." |