forked from gravityblast/radiant-copy-move
-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
18 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,26 +1,25 @@ | ||
fr: | ||
copy_move: | ||
button: "Copier/Déplacer" | ||
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" | ||
|
||
button: "Copier/Déplacer" | ||
copy_or_move_page: "Copier ou déplacer Page" | ||
copy_page: "Copier Page" | ||
copy_page_only: "Copier cette Page seulement" | ||
copy_page_description: "Cela va créer une copie de cette page sous un nouveau parent" | ||
copy_whole_subtree: "Copier sous-arborescence entière" | ||
copy_tree_description: "Cela va créer une copie de cette page et tous ses descendants sous un nouveau parent" | ||
move_entire_subtree: "Déplacer sous-arborescence entière" | ||
move_tree_description: "Cela va déplacer cette page et tous ses descendants sous un nouveau parent" | ||
move_page: "Déplacer Page" | ||
move_page_description: "Cela va déplacer cette page sous un nouveau parent" | ||
copy_with_first_level_children: "Copier avec sous-arborescence de premiér niveau" | ||
copy_children_description: "Cela va créer une copie de cette page et ses enfants immédiats de premier niveau sous un nouveau parent" | ||
copied: | ||
'A copy of <strong>%{page}</strong> was created under <strong>%{parent}</strong>.' | ||
'Une copie de <strong>%{page}</strong> a été créé sous <strong>%{parent}</strong>.' | ||
moved: | ||
'Page <strong>%{page}</strong> was moved under <strong>%{parent}</strong>.' | ||
'Page <strong>%{page} </strong> a été déplacé sous <strong>%{parent}</strong>.' | ||
immediate_children_copied: | ||
'Copies of <strong>%{page}</strong> and its immediate children were created under <strong>%{parent}</strong>' | ||
'Des copies de <strong>%{page}</strong> et ses enfants immédiats ont été créés sous <strong>%{parent}</strong>' | ||
descendants_copied: | ||
'Copies of <strong>%{page}</strong> and all its descendants were created under <strong>%{parent}</strong>.' | ||
'Des copies de <strong>%{page}</strong> et tous ses descendants ont été créés sous <strong>%{parent}</strong>.' | ||
descendants_moved: | ||
'Page <strong>%{page}</strong> and all its descendants were moved under <strong>%{parent}</strong>.' | ||
'Page <strong>%{page}</strong> et tous ses descendants ont été déplacés sous <strong>%{parent}</strong>.' |