Nueva aclaración para añadir páginas hijas de una página dada
This commit is contained in:
parent
4ac986e341
commit
087b7c9b4f
3 changed files with 15 additions and 8 deletions
|
@ -25,6 +25,7 @@ CKEDITOR.plugins.setLang( 'redmine', 'en', {
|
||||||
toc: 'Table of contents.',
|
toc: 'Table of contents.',
|
||||||
child_pages: 'List of child pages.',
|
child_pages: 'List of child pages.',
|
||||||
child_pages_depth: 'List of child pages with 2 levels.',
|
child_pages_depth: 'List of child pages with 2 levels.',
|
||||||
|
child_from_given_page: 'List child pages from given page.',
|
||||||
include_page: 'Page',
|
include_page: 'Page',
|
||||||
include: 'Include a wiki page.',
|
include: 'Include a wiki page.',
|
||||||
include_project: 'project',
|
include_project: 'project',
|
||||||
|
|
|
@ -24,7 +24,8 @@ CKEDITOR.plugins.setLang( 'redmine', 'es', {
|
||||||
// Autocomplete Macros.
|
// Autocomplete Macros.
|
||||||
toc: 'Tabla de contenidos.',
|
toc: 'Tabla de contenidos.',
|
||||||
child_pages: 'Lista de páginas hijas.',
|
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_page: 'Página',
|
||||||
include: 'Incluye una página del wiki.',
|
include: 'Incluye una página del wiki.',
|
||||||
include_project: 'proyecto',
|
include_project: 'proyecto',
|
||||||
|
|
|
@ -203,41 +203,46 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: 4,
|
id: 4,
|
||||||
|
title: '{{child_pages(' + lang.include_page + '[,depth=2])}}',
|
||||||
|
description: lang.child_from_given_page
|
||||||
|
},
|
||||||
|
{
|
||||||
|
id: 5,
|
||||||
title: '{{include(' + lang.include_page + ')}}',
|
title: '{{include(' + lang.include_page + ')}}',
|
||||||
description: lang.include
|
description: lang.include
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: 5,
|
id: 6,
|
||||||
title: '{{include(' + lang.include_project + ':' + lang.include_page + ')}}',
|
title: '{{include(' + lang.include_project + ':' + lang.include_page + ')}}',
|
||||||
description: lang.include_from_project
|
description: lang.include_from_project
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: 6,
|
id: 7,
|
||||||
title: '{{ref_issues([-0,]-i=id)}}',
|
title: '{{ref_issues([-0,]-i=id)}}',
|
||||||
description: lang.issues_list_by_id
|
description: lang.issues_list_by_id
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: 7,
|
id: 8,
|
||||||
title: '{{ref_issues([-0,]-q=name)}}',
|
title: '{{ref_issues([-0,]-q=name)}}',
|
||||||
description: lang.issues_list_by_name
|
description: lang.issues_list_by_name
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: 8,
|
id: 9,
|
||||||
title: '{{ref_issues([-0,][-c,]-f:<attr> <op> <[val[|val...]]>)}}',
|
title: '{{ref_issues([-0,][-c,]-f:<attr> <op> <[val[|val...]]>)}}',
|
||||||
description: lang.issues_list_by_attributes
|
description: lang.issues_list_by_attributes
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: 9,
|
id: 10,
|
||||||
title: '{{termno(#)}}',
|
title: '{{termno(#)}}',
|
||||||
description: lang.glossary_term_by_id
|
description: lang.glossary_term_by_id
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: 10,
|
id: 11,
|
||||||
title: '{{term(' + lang.glossary_name + ')}}',
|
title: '{{term(' + lang.glossary_name + ')}}',
|
||||||
description: lang.glossary_term_by_name
|
description: lang.glossary_term_by_name
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: 11,
|
id: 12,
|
||||||
title: '{{term(' + lang.glossary_name + ',' + lang.glossary_project + ')}}',
|
title: '{{term(' + lang.glossary_name + ',' + lang.glossary_project + ')}}',
|
||||||
description: lang.glossary_term_by_name_in_proyect
|
description: lang.glossary_term_by_name_in_proyect
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue