From 087b7c9b4f49fefe5da93e4c718af4e6cd3e1d90 Mon Sep 17 00:00:00 2001 From: Manuel Cillero Date: Fri, 8 Feb 2019 22:33:35 +0100 Subject: [PATCH] =?UTF-8?q?Nueva=20aclaraci=C3=B3n=20para=20a=C3=B1adir=20?= =?UTF-8?q?p=C3=A1ginas=20hijas=20de=20una=20p=C3=A1gina=20dada?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../plugins/redmine/lang/en.js | 1 + .../plugins/redmine/lang/es.js | 3 ++- .../plugins/redmine/plugin.js | 19 ++++++++++++------- 3 files changed, 15 insertions(+), 8 deletions(-) diff --git a/plugins/redmine_ckeditor/assets/ckeditor-contrib/plugins/redmine/lang/en.js b/plugins/redmine_ckeditor/assets/ckeditor-contrib/plugins/redmine/lang/en.js index 5b59a05..a8c5be0 100755 --- a/plugins/redmine_ckeditor/assets/ckeditor-contrib/plugins/redmine/lang/en.js +++ b/plugins/redmine_ckeditor/assets/ckeditor-contrib/plugins/redmine/lang/en.js @@ -25,6 +25,7 @@ CKEDITOR.plugins.setLang( 'redmine', 'en', { toc: 'Table of contents.', child_pages: 'List of child pages.', child_pages_depth: 'List of child pages with 2 levels.', + child_from_given_page: 'List child pages from given page.', include_page: 'Page', include: 'Include a wiki page.', include_project: 'project', diff --git a/plugins/redmine_ckeditor/assets/ckeditor-contrib/plugins/redmine/lang/es.js b/plugins/redmine_ckeditor/assets/ckeditor-contrib/plugins/redmine/lang/es.js index fe7bfe3..437b9cf 100755 --- a/plugins/redmine_ckeditor/assets/ckeditor-contrib/plugins/redmine/lang/es.js +++ b/plugins/redmine_ckeditor/assets/ckeditor-contrib/plugins/redmine/lang/es.js @@ -24,7 +24,8 @@ CKEDITOR.plugins.setLang( 'redmine', 'es', { // Autocomplete Macros. toc: 'Tabla de contenidos.', child_pages: 'Lista de páginas hijas.', - child_pages_depth: 'Lista de páginas hijas con 2 niveles.', + child_pages_depth: 'Páginas hijas con 2 niveles.', + child_from_given_page: 'Páginas hijas de una página dada.', include_page: 'Página', include: 'Incluye una página del wiki.', include_project: 'proyecto', diff --git a/plugins/redmine_ckeditor/assets/ckeditor-contrib/plugins/redmine/plugin.js b/plugins/redmine_ckeditor/assets/ckeditor-contrib/plugins/redmine/plugin.js index 6f9b7b5..e2bcc9a 100644 --- a/plugins/redmine_ckeditor/assets/ckeditor-contrib/plugins/redmine/plugin.js +++ b/plugins/redmine_ckeditor/assets/ckeditor-contrib/plugins/redmine/plugin.js @@ -203,41 +203,46 @@ }, { id: 4, + title: '{{child_pages(' + lang.include_page + '[,depth=2])}}', + description: lang.child_from_given_page + }, + { + id: 5, title: '{{include(' + lang.include_page + ')}}', description: lang.include }, { - id: 5, + id: 6, title: '{{include(' + lang.include_project + ':' + lang.include_page + ')}}', description: lang.include_from_project }, { - id: 6, + id: 7, title: '{{ref_issues([-0,]-i=id)}}', description: lang.issues_list_by_id }, { - id: 7, + id: 8, title: '{{ref_issues([-0,]-q=name)}}', description: lang.issues_list_by_name }, { - id: 8, + id: 9, title: '{{ref_issues([-0,][-c,]-f: <[val[|val...]]>)}}', description: lang.issues_list_by_attributes }, { - id: 9, + id: 10, title: '{{termno(#)}}', description: lang.glossary_term_by_id }, { - id: 10, + id: 11, title: '{{term(' + lang.glossary_name + ')}}', description: lang.glossary_term_by_name }, { - id: 11, + id: 12, title: '{{term(' + lang.glossary_name + ',' + lang.glossary_project + ')}}', description: lang.glossary_term_by_name_in_proyect }