config/locales/en.yml in radiant-copy_move-extension-2.1.2 vs config/locales/en.yml in radiant-copy_move-extension-2.2.0

- old
+ new

@@ -1,10 +1,22 @@ en: copy_move: copied: 'A copy of <strong>{{page}}</strong> was created under <strong>{{parent}}</strong>.' - immediate_children_copied: - 'Copies of <strong>{{page}}</strong> and its immediate children were created under <strong>{{parent}}</strong>' + copy_page_only: + "Copy this page." + copy_page_and_all_children: + "Copy this page and all of its children." + copy_page_and_direct_children: + "Copy this page and its first-level children." descendants_copied: 'Copies of <strong>{{page}}</strong> and all its descendants were created under <strong>{{parent}}</strong>.' descendants_moved: - 'Page <strong>{{page}}</strong> and all its descendants were moved under <strong>{{parent}}</strong>.' + 'Page <strong>{{page}}</strong> and all its descendants were moved under <strong>{{parent}}</strong>.' + immediate_children_copied: + 'Copies of <strong>{{page}}</strong> and its immediate children were created under <strong>{{parent}}</strong>' + move_page: + 'Move this page' + move_page_and_children: + 'Move this page and its children' + what_do_you_want_to_do: + 'What do you want to do?' \ No newline at end of file