You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
459 B
19 lines
459 B
12 years ago
|
# 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:
|
||
|
helpers:
|
||
|
actions: "Actions"
|
||
|
links:
|
||
|
back: "Back"
|
||
|
cancel: "Cancel"
|
||
|
confirm: "Are you sure?"
|
||
|
destroy: "Delete"
|
||
|
new: "New"
|
||
|
edit: "Edit"
|
||
|
titles:
|
||
|
edit: "Edit"
|
||
|
save: "Save"
|
||
|
new: "New"
|
||
|
delete: "Delete"
|