# --------------------------------------------------------------------------- # See the NOTICE file distributed with this work for additional # information regarding copyright ownership. # # This is free software; you can redistribute it and/or modify it # under the terms of the GNU Lesser General Public License as # published by the Free Software Foundation; either version 2.1 of # the License, or (at your option) any later version. # # This software is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU # Lesser General Public License for more details. # # You should have received a copy of the GNU Lesser General Public # License along with this software; if not, write to the Free # Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA # 02110-1301 USA, or see the FSF site: http://www.fsf.org. # --------------------------------------------------------------------------- rendering.macro.include.name=Opnemen rendering.macro.include.description=Neem andere pagina's op in de huidige pagina. rendering.macro.include.parameter.context.name=context rendering.macro.include.parameter.context.description=bepaalt of de opgenomen pagina wordt uitgevoerd in zijn afgescheiden context of wordt uitgevoerd in de context van de huidige pagina. rendering.macro.include.parameter.document.name=document rendering.macro.include.parameter.document.description=de naam van het op te nemen document ### Missing: rendering.macro.include.group.stringReference.name=Resource ### Missing: rendering.macro.include.parameter.page.name=page ### Missing: rendering.macro.include.parameter.page.description=the reference of the page to include. rendering.macro.include.parameter.reference.name=verwijzing rendering.macro.include.parameter.reference.description=De verwijzing naar de te tonen bron. rendering.macro.include.parameter.type.name=type rendering.macro.include.parameter.type.description=Het type verwijzing. rendering.macro.include.parameter.section.name=sectie rendering.macro.include.parameter.section.description=Optionele id van de te tonen sectie uit het opgegeven document. rendering.macro.include.parameter.author.name=Auteur. rendering.macro.include.parameter.author.description=De auteur die gebruikt wordt om de inhoud uit te voeren wanneer de inhoud "Huidig" is. ### Missing: org.xwiki.rendering.macro.include.IncludeMacroParameters$Context.NEW=New ### Missing: org.xwiki.rendering.macro.include.IncludeMacroParameters$Context.CURRENT=Current org.xwiki.rendering.macro.include.IncludeMacroParameters$Author.AUTO=Automatisch org.xwiki.rendering.macro.include.IncludeMacroParameters$Author.CURRENT=Huidig org.xwiki.rendering.macro.include.IncludeMacroParameters$Author.TARGET=Doel ############################################################################### ## Deprecated ## Note: each element should be removed when the last branch using it is no longer supported ############################################################################### ## Used to indicate where deprecated keys start #@deprecatedstart ####################################### ## until 12.3 ####################################### #@deprecated org.xwiki.rendering.macro.include.IncludeMacroParameters$Context.NEW rendering.macro.include.parameter.context.value.NEW=Nieuw #@deprecated org.xwiki.rendering.macro.include.IncludeMacroParameters$Context.CURRENT rendering.macro.include.parameter.context.value.CURRENT=Huidige #@deprecated org.xwiki.model.EntityType.WIKI rendering.macro.include.parameter.type.value.WIKI=Wiki #@deprecated org.xwiki.model.EntityType.SPACE rendering.macro.include.parameter.type.value.SPACE=Paginaruimte #@deprecated org.xwiki.model.EntityType.DOCUMENT rendering.macro.include.parameter.type.value.DOCUMENT=Document #@deprecated org.xwiki.model.EntityType.ATTACHMENT rendering.macro.include.parameter.type.value.ATTACHMENT=Bijlage #@deprecated org.xwiki.model.EntityType.OBJECT rendering.macro.include.parameter.type.value.OBJECT=Object #@deprecated org.xwiki.model.EntityType.OBJECT_PROPERTY rendering.macro.include.parameter.type.value.OBJECT_PROPERTY=Object property #@deprecated org.xwiki.model.EntityType.CLASS_PROPERTY rendering.macro.include.parameter.type.value.CLASS_PROPERTY=Class property #@deprecated org.xwiki.model.EntityType.BLOCK rendering.macro.include.parameter.type.value.BLOCK=Block ## Used to indicate where deprecated keys end #@deprecatedend