summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
Diffstat (limited to 'config')
-rw-r--r--config/locales/de.yml2
-rw-r--r--config/locales/en.yml2
2 files changed, 4 insertions, 0 deletions
diff --git a/config/locales/de.yml b/config/locales/de.yml
index 550ccb3..74cd183 100644
--- a/config/locales/de.yml
+++ b/config/locales/de.yml
@@ -16,6 +16,8 @@ de:
16 open_today: "Das Chaos, lokal und heute offen" 16 open_today: "Das Chaos, lokal und heute offen"
17 published: "veröffentlicht" 17 published: "veröffentlicht"
18 published_by: "veröffentlicht durch %{editor}" 18 published_by: "veröffentlicht durch %{editor}"
19 last_edited: "zuletzt bearbeitet"
20 last_edited_by: "zuletzt bearbeitet durch %{editor}"
19 editor_self: "du" 21 editor_self: "du"
20 publisher_self: "dich" 22 publisher_self: "dich"
21 date: 23 date:
diff --git a/config/locales/en.yml b/config/locales/en.yml
index 73271ed..c52280d 100644
--- a/config/locales/en.yml
+++ b/config/locales/en.yml
@@ -17,6 +17,8 @@ en:
17 open_today: "Open today" 17 open_today: "Open today"
18 published: "published" 18 published: "published"
19 published_by: "published by %{editor}" 19 published_by: "published by %{editor}"
20 last_edited: "last edited"
21 last_edited_by: "last edited by %{editor}"
20 publisher_self: "you" 22 publisher_self: "you"
21 editor_self: "you" 23 editor_self: "you"
22 24