summaryrefslogtreecommitdiff
path: root/config/locales/errors.en.yml
diff options
context:
space:
mode:
Diffstat (limited to 'config/locales/errors.en.yml')
-rw-r--r--config/locales/errors.en.yml11
1 files changed, 11 insertions, 0 deletions
diff --git a/config/locales/errors.en.yml b/config/locales/errors.en.yml
new file mode 100644
index 0000000..93feab1
--- /dev/null
+++ b/config/locales/errors.en.yml
@@ -0,0 +1,11 @@
+en:
+ errors:
+ title:
+ not_found: Page not found.
+ server_error: Ouch!
+ subtitle:
+ not_found: "The page you were looking for doesn't exist."
+ server_error: We ran into a server error.
+ text:
+ not_found: "You may have mistyped the address or the page may have moved."
+ server_error: The problem has been logged and we will look into it.