summaryrefslogtreecommitdiff
path: root/config/locales/en.yml
blob: 8470778c7ac0e43bb6bc78fc3882edd31b1c81ee (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
# Sample localization file for English. Add more files in this directory for other locales.
# See http://github.com/svenfuchs/rails-i18n/tree/master/rails%2Flocale for starting points.

en:
  more: "more …"
  images: images
  sponsors: sponsors
  hello: "Hello world"
  show_tag_headline: "Pages tagged with:"
  old_ccc_de: the old ccc.de
  event_schedule_time: "at %{time}"
  event_schedule_unrecognized: "Schedule not automatically readable"
  event_schedule_none: "No schedule"
  open_days: "Open days"
  open_days_label: "Open days"
  upcoming_events: "Upcoming events"
  open_today: "Open today"
  published: "published"
  published_by: "published by %{editor}"
  last_edited: "last edited"
  last_edited_by: "last edited by %{editor}"
  publisher_self: "you"
  editor_self: "you"

  time:
    formats:
      ccc: "%d %B, %Y %H:%M"

  will_paginate:
    previous_label: "← Previous"
    previous_aria_label: "Previous page"
    next_label: "Next →"
    next_aria_label: "Next page"
    page_gap: "…"
    container_aria_label: "Pagination"
    page_aria_label: "Page %{page}"

  node_actions:
      heading: "Action log"
      show_all: "Show all entries"
      backfilled: "backfilled"
      show_changes: "translation changes"
      view_revision: "view this revision"
      actor_self: "you"
      unknown: "%{actor} did %{action} on %{subject}"
      publish: "%{actor} published %{subject} (was: %{from})"
      publish_first: "%{actor} published %{subject} for the first time"
      publish_rollback: "%{actor} rolled %{subject} back to an earlier revision (was: %{from})"
      create: "%{actor} created %{subject} at %{path}"
      move: "%{actor} moved %{subject} from %{from} to %{to}"
      discard_autosave: "%{actor} discarded unsaved changes on %{subject}"
      destroy_draft: "%{actor} discarded the draft of %{subject}"
      locale_added: "translation added, titled \"%{title}\""
      locale_removed: "translation removed, last titled \"%{title}\""
      abstract_changed: "abstract changed"
      body_changed: "body changed"