MorningPeak/config/locales/en.bootstrap.yml
Arthur Poulet e060479af6 Fix layout
- Remove older bootstrap gem
- Install new bootstrap (up to date :) )
- Fix and finish layout partials
- Add links for mobiles in the navbar
- Update gemfile

Close #15
2015-07-17 05:50:07 +02:00

24 lines
579 B
YAML

# Sample localization file for English. Add more files in this directory for other locales.
# See https://github.com/svenfuchs/rails-i18n/tree/master/rails%2Flocale for starting points.
en:
breadcrumbs:
application:
root: "Index"
pages:
pages: "Pages"
helpers:
actions: "Actions"
links:
back: "Back"
cancel: "Cancel"
confirm: "Are you sure?"
destroy: "Delete"
new: "New"
edit: "Edit"
titles:
edit: "Edit %{model}"
save: "Save %{model}"
new: "New %{model}"
delete: "Delete %{model}"