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

- old
+ new

@@ -1,22 +1,26 @@ en: copy_move: + button: "Copy/Move" + copy_or_move_page: "Copy or Move Page" + copy_page: "Copy Page" + copy_page_only: "Copy Page Only" + copy_page_description: "This will create a copy of this single page under a new parent" + copy_whole_subtree: "Copy Whole Subtree" + copy_tree_description: "This will create a copy of this page and all its descendants under a new parent" + move_entire_subtree: "Move Entire Subtree" + move_tree_description: "This will move this page and all its descendants under a new parent" + move_page: "Move Page" + move_page_description: "This will move this page under a new parent" + copy_with_first_level_children: "Copy With First-level Children" + copy_children_description: "This will create a copy of this page and its immediate first-level children under a new parent" + copied: 'A copy of <strong>{{page}}</strong> was 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." + moved: + 'Page <strong>{{page}}</strong> was moved under <strong>{{parent}}</strong>.' + immediate_children_copied: + 'Copies of <strong>{{page}}</strong> and its immediate children were created under <strong>{{parent}}</strong>' 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>.' - 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?' + 'Page <strong>{{page}}</strong> and all its descendants were moved under <strong>{{parent}}</strong>.' \ No newline at end of file