From bb44430b631eba1d33b218c97cb5d506073aeb08 Mon Sep 17 00:00:00 2001
From: Jean-Philippe Lang <jp_lang@yahoo.fr>
Date: Tue, 21 Apr 2009 12:19:56 +0000
Subject: Ask user what to do with child pages when deleting a parent wiki page
 (#3202).

3 options are available:
* move child pages as root pages
* move child pages to another parent page
* delete all descendants

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@2676 e93f8b46-1217-0410-a6f0-8f06a7374b81
---
 config/locales/sr.yml | 4 ++++
 1 file changed, 4 insertions(+)

(limited to 'config/locales/sr.yml')

diff --git a/config/locales/sr.yml b/config/locales/sr.yml
index 37cb89fd0..b2b61a1c2 100644
--- a/config/locales/sr.yml
+++ b/config/locales/sr.yml
@@ -810,3 +810,7 @@
   label_date_from_to: From {{start}} to {{end}}
   label_greater_or_equal: ">="
   label_less_or_equal: <=
+  text_wiki_page_destroy_question: This page has {{descendants}} child page(s) and descendant(s). What do you want to do?
+  text_wiki_page_reassign_children: Reassign child pages to this parent page
+  text_wiki_page_nullify_children: Keep child pages as root pages
+  text_wiki_page_destroy_children: Delete child pages and all their descendants
-- 
cgit v1.2.3