]> git.openstreetmap.org Git - rails.git/blobdiff - vendor/rails-locales/en-GB.yml
Fetch OpenLayers from the same server as the embed page
[rails.git] / vendor / rails-locales / en-GB.yml
index b8472071e1c1a5e8e4c3dea73bbea2c96e43844d..b13b383ec209a5ac49040df9a873cd1723ca0c40 100644 (file)
       less_than_or_equal_to: "must be less than or equal to %{count}"
       odd: "must be odd"
       even: "must be even"
+      taken: "has already been taken"
+      record_invalid: "Validation failed: %{errors}"
+    template: &errors_template
+      header:
+        one: "1 error prohibited this %{model} from being saved"
+        other: "%{count} errors prohibited this %{model} from being saved"
+      body: "There were problems with the following fields:"
 
   activerecord:
     errors:
-      template:
-        header:
-          one:    "1 error prohibited this %{model} from being saved"
-          other:  "%{count} errors prohibited this %{model} from being saved"
-        body: "There were problems with the following fields:"
-
       messages:
-        taken: "has already been taken"
-        record_invalid: "Validation failed: %{errors}"
         <<: *errors_messages
+      template:
+        <<: *errors_template
 
       full_messages:
         format: "%{attribute} %{message}"