e060479af6
- 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
24 lines
579 B
YAML
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}"
|