From 1c3823cbb015293889cd025c647709e78f3387b1 Mon Sep 17 00:00:00 2001
From: Jean-Philippe Lang <jp_lang@yahoo.fr>
Date: Fri, 17 Dec 2010 09:14:54 +0000
Subject: Adds missing strings in locales.

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@4519 e93f8b46-1217-0410-a6f0-8f06a7374b81
---
 config/locales/en.yml | 4 ++++
 1 file changed, 4 insertions(+)

(limited to 'config/locales/en.yml')

diff --git a/config/locales/en.yml b/config/locales/en.yml
index d608d39d8..727ad656d 100644
--- a/config/locales/en.yml
+++ b/config/locales/en.yml
@@ -95,6 +95,10 @@ en:
       
   activerecord:
     errors:
+      template:
+        header:
+          one:    "1 error prohibited this %{model} from being saved"
+          other:  "%{count} errors prohibited this %{model} from being saved"
       messages:
         inclusion: "is not included in the list"
         exclusion: "is reserved"
-- 
cgit v1.2.3