aboutsummaryrefslogtreecommitdiffstats
path: root/config/locales/timebands.en.yml
diff options
context:
space:
mode:
Diffstat (limited to 'config/locales/timebands.en.yml')
-rw-r--r--config/locales/timebands.en.yml28
1 files changed, 0 insertions, 28 deletions
diff --git a/config/locales/timebands.en.yml b/config/locales/timebands.en.yml
deleted file mode 100644
index 1ac68644d..000000000
--- a/config/locales/timebands.en.yml
+++ /dev/null
@@ -1,28 +0,0 @@
-en:
- timebands:
- actions:
- new: "Add a time band"
- edit: "Edit a time band"
- destroy: "Delete a time band"
- destroy_confirm: "Thank you to confirm the deletion of these time band."
- new:
- title: "Add a time band"
- edit:
- title: "Edit this time band %{timeband}"
- show:
- title: "Time band %{timeband}"
- index:
- title: "Time bands"
- activerecord:
- models:
- timeband:
- zero: "Time band"
- one: "Time band"
- other: "Time bands"
- attributes:
- timeband:
- name: "Title"
- start_time: "Start time"
- end_time: "End time"
- created_at: Created at
- updated_at: Updated at