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.
- data/config/locales/fr.yml +18 -19
- data/radiant-copy_move-extension.gemspec +1 -1
- metadata +1 -1
data/config/locales/fr.yml
CHANGED
|
@@ -1,26 +1,25 @@
|
|
|
1
1
|
fr:
|
|
2
2
|
copy_move:
|
|
3
|
-
button: "Copier/
|
|
4
|
-
copy_or_move_page: "
|
|
5
|
-
copy_page: "
|
|
6
|
-
copy_page_only: "
|
|
7
|
-
copy_page_description: "
|
|
8
|
-
copy_whole_subtree: "
|
|
9
|
-
copy_tree_description: "
|
|
10
|
-
move_entire_subtree: "
|
|
11
|
-
move_tree_description: "
|
|
12
|
-
move_page: "
|
|
13
|
-
move_page_description: "
|
|
14
|
-
copy_with_first_level_children: "
|
|
15
|
-
copy_children_description: "
|
|
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
|
-
'
|
|
17
|
+
'Une copie de <strong>%{page}</strong> a été créé sous <strong>%{parent}</strong>.'
|
|
19
18
|
moved:
|
|
20
|
-
'Page <strong>%{page}</strong>
|
|
19
|
+
'Page <strong>%{page} </strong> a été déplacé sous <strong>%{parent}</strong>.'
|
|
21
20
|
immediate_children_copied:
|
|
22
|
-
'
|
|
21
|
+
'Des copies de <strong>%{page}</strong> et ses enfants immédiats ont été créés sous <strong>%{parent}</strong>'
|
|
23
22
|
descendants_copied:
|
|
24
|
-
'
|
|
23
|
+
'Des copies de <strong>%{page}</strong> et tous ses descendants ont été créés sous <strong>%{parent}</strong>.'
|
|
25
24
|
descendants_moved:
|
|
26
|
-
'Page <strong>%{page}</strong>
|
|
25
|
+
'Page <strong>%{page}</strong> et tous ses descendants ont été déplacé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.
|
|
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"]
|