Skip to content

Commit

Permalink
Update French locale file
Browse files Browse the repository at this point in the history
  • Loading branch information
jomz committed Jan 29, 2015
1 parent 1f78db7 commit ada1b1d
Showing 1 changed file with 18 additions and 19 deletions.
37 changes: 18 additions & 19 deletions config/locales/fr.yml
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 &eacute;t&eacute; cr&eacute;&eacute; sous <strong>%{parent}</strong>.'
moved:
'Page <strong>%{page}</strong> was moved under <strong>%{parent}</strong>.'
'Page <strong>%{page} </strong> a &eacute;t&eacute; d&eacute;plac&eacute; 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&eacute;diats ont &eacute;t&eacute; cr&eacute;&eacute;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 &eacute;t&eacute; cr&eacute;&eacute;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 &eacute;t&eacute; d&eacute;plac&eacute;s sous <strong>%{parent}</strong>.'

0 comments on commit ada1b1d

Please sign in to comment.