summaryrefslogtreecommitdiff
path: root/config/locales/en.yml
diff options
context:
space:
mode:
authorerdgeist <erdgeist@erdgeist.org>2026-07-13 23:33:11 +0200
committererdgeist <erdgeist@erdgeist.org>2026-07-13 23:33:11 +0200
commit8eab68f2c5a3c126e2fec2ecdfa7ace87ce0937b (patch)
treef446ebc26a7707c7b64a937aa51a155df146c80a /config/locales/en.yml
parent42714c697273a7117c6b355fab26c8c35e336ad1 (diff)
parentcdf5d9941ca866d437612d2f863eac6eb0b3db12 (diff)
Merge branch 'erdgeist-revive-events'
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: "&#8592; Previous"
29 previous_aria_label: "Previous page"
30 next_label: "Next &#8594;"
31 next_aria_label: "Next page"
32 page_gap: "&hellip;"
33 container_aria_label: "Pagination"
34 page_aria_label: "Page %{page}"