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.yml12
1 files changed, 9 insertions, 3 deletions
diff --git a/config/locales/en.yml b/config/locales/en.yml
index f67016b9..9bd57c79 100644
--- a/config/locales/en.yml
+++ b/config/locales/en.yml
@@ -23,8 +23,9 @@ en:
23 23
24 time: 24 time:
25 formats: 25 formats:
26 ccc: "%d %B, %Y %H:%M" 26 ccc: "%-d %B %Y, %H:%M"
27 ccc_date: "%d %B, %Y" 27 ccc_date: "%-d %B %Y"
28 ccc_month: "%B %Y"
28 29
29 will_paginate: 30 will_paginate:
30 previous_label: "←" 31 previous_label: "←"
@@ -527,8 +528,8 @@ en:
527 index: 528 index:
528 title: "Events" 529 title: "Events"
529 create_event: "Create event" 530 create_event: "Create event"
530 edit_link: "edit"
531 search_placeholder: "Search title, description, location, tags…" 531 search_placeholder: "Search title, description, location, tags…"
532 flag_own_title: "Has its own title"
532 edit: 533 edit:
533 title: "Editing event" 534 title: "Editing event"
534 change_node: "Change node" 535 change_node: "Change node"
@@ -542,6 +543,11 @@ en:
542 node_hint: "Optional — search and pick a node to associate this event with a page." 543 node_hint: "Optional — search and pick a node to associate this event with a page."
543 recurrence: "Recurrence" 544 recurrence: "Recurrence"
544 title_hint: "Optional — if left blank, the associated node's title is used." 545 title_hint: "Optional — if left blank, the associated node's title is used."
546 schedule:
547 none: "no date"
548 same_month: "%{from_day}.–%{to_day}. %{to_month}"
549 spanning: "%{from_full} – %{to_full}"
550 evening: "%{date}, %{from}–%{to}"
545 rrule_builder: 551 rrule_builder:
546 weekly: "Weekly" 552 weekly: "Weekly"
547 monthly: "Monthly" 553 monthly: "Monthly"