Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
jeroenvandijk committed Feb 22, 2009
1 parent 4ce5fa5 commit 0274afd
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions templates/default/en-EN-dm-generator.yml.erb
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
en:
placeholder:
empty_collection:
default: "No {{models}} found"


actionview:
actions:
resource_default:
action_default:
title: "Listing of {{models}}"
link_to_new: "New {{model}}"
link_to_edit: "Edit"
link_to_index: "Back to index of {{models}}"
link_to_destroy: "Delete {{model}}"
confirm_destroy_message: "Are you sure you want to delete this {{model}}?"
link_to_show: "Show {{model}}"
save_button_name: "Save {{model}}"

edit:
save_button_name: "Save changes on {{model}}"

0 comments on commit 0274afd

Please sign in to comment.