radiant-copy_move-extension 2.4.6 → 2.4.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,26 +1,25 @@
1
1
  fr:
2
2
  copy_move:
3
- button: "Copier/Déplacer"
4
- copy_or_move_page: "Copy or Move Page"
5
- copy_page: "Copy Page"
6
- copy_page_only: "Copy Page Only"
7
- copy_page_description: "This will create a copy of this single page under a new parent"
8
- copy_whole_subtree: "Copy Whole Subtree"
9
- copy_tree_description: "This will create a copy of this page and all its descendants under a new parent"
10
- move_entire_subtree: "Move Entire Subtree"
11
- move_tree_description: "This will move this page and all its descendants under a new parent"
12
- move_page: "Move Page"
13
- move_page_description: "This will move this page under a new parent"
14
- copy_with_first_level_children: "Copy With First-level Children"
15
- copy_children_description: "This will create a copy of this page and its immediate first-level children under a new parent"
16
-
3
+ button: "Copier/Déplacer"
4
+ copy_or_move_page: "Copier ou déplacer Page"
5
+ copy_page: "Copier Page"
6
+ copy_page_only: "Copier cette Page seulement"
7
+ copy_page_description: "Cela va créer une copie de cette page sous un nouveau parent"
8
+ copy_whole_subtree: "Copier sous-arborescence entière"
9
+ copy_tree_description: "Cela va créer une copie de cette page et tous ses descendants sous un nouveau parent"
10
+ move_entire_subtree: "Déplacer sous-arborescence entière"
11
+ move_tree_description: "Cela va déplacer cette page et tous ses descendants sous un nouveau parent"
12
+ move_page: "Déplacer Page"
13
+ move_page_description: "Cela va déplacer cette page sous un nouveau parent"
14
+ copy_with_first_level_children: "Copier avec sous-arborescence de premiér niveau"
15
+ copy_children_description: "Cela va créer une copie de cette page et ses enfants immédiats de premier niveau sous un nouveau parent"
17
16
  copied:
18
- 'A copy of <strong>%{page}</strong> was created under <strong>%{parent}</strong>.'
17
+ 'Une copie de <strong>%{page}</strong> a &eacute;t&eacute; cr&eacute;&eacute; sous <strong>%{parent}</strong>.'
19
18
  moved:
20
- 'Page <strong>%{page}</strong> was moved under <strong>%{parent}</strong>.'
19
+ 'Page <strong>%{page} </strong> a &eacute;t&eacute; d&eacute;plac&eacute; sous <strong>%{parent}</strong>.'
21
20
  immediate_children_copied:
22
- 'Copies of <strong>%{page}</strong> and its immediate children were created under <strong>%{parent}</strong>'
21
+ 'Des copies de <strong>%{page}</strong> et ses enfants imm&eacute;diats ont &eacute;t&eacute; cr&eacute;&eacute;s sous <strong>%{parent}</strong>'
23
22
  descendants_copied:
24
- 'Copies of <strong>%{page}</strong> and all its descendants were created under <strong>%{parent}</strong>.'
23
+ 'Des copies de <strong>%{page}</strong> et tous ses descendants ont &eacute;t&eacute; cr&eacute;&eacute;s sous <strong>%{parent}</strong>.'
25
24
  descendants_moved:
26
- 'Page <strong>%{page}</strong> and all its descendants were moved under <strong>%{parent}</strong>.'
25
+ 'Page <strong>%{page}</strong> et tous ses descendants ont &eacute;t&eacute; d&eacute;plac&eacute;s sous <strong>%{parent}</strong>.'
@@ -5,7 +5,7 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = "radiant-copy_move-extension"
8
- s.version = "2.4.6"
8
+ s.version = "2.4.7"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Benny Degezelle", "Andrew vonderLuft"]
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: radiant-copy_move-extension
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.4.6
4
+ version: 2.4.7
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: