summaryrefslogtreecommitdiff
path: root/config/locales/en.yml
diff options
context:
space:
mode:
Diffstat (limited to 'config/locales/en.yml')
-rw-r--r--config/locales/en.yml20
1 files changed, 20 insertions, 0 deletions
diff --git a/config/locales/en.yml b/config/locales/en.yml
index 2458d4d0..73271ed2 100644
--- a/config/locales/en.yml
+++ b/config/locales/en.yml
@@ -8,7 +8,27 @@ en:
8 hello: "Hello world" 8 hello: "Hello world"
9 show_tag_headline: "Pages tagged with:" 9 show_tag_headline: "Pages tagged with:"
10 old_ccc_de: the old ccc.de 10 old_ccc_de: the old ccc.de
11 event_schedule_time: "at %{time}"
12 event_schedule_unrecognized: "Schedule not automatically readable"
13 event_schedule_none: "No schedule"
14 open_days: "Open days"
15 open_days_label: "Open days"
16 upcoming_events: "Upcoming events"
17 open_today: "Open today"
18 published: "published"
19 published_by: "published by %{editor}"
20 publisher_self: "you"
21 editor_self: "you"
11 22
12 time: 23 time:
13 formats: 24 formats:
14 ccc: "%d %B, %Y %H:%M" 25 ccc: "%d %B, %Y %H:%M"
26
27 will_paginate:
28 previous_label: "← Previous"
29 previous_aria_label: "Previous page"
30 next_label: "Next →"
31 next_aria_label: "Next page"
32 page_gap: "…"
33 container_aria_label: "Pagination"
34 page_aria_label: "Page %{page}"