Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1,58 @@
# ---------------------------------------------------------------------------
# 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.
# ---------------------------------------------------------------------------

###############################################################################
# Icon localization
#
# This contains the translations of the module in the default language
# (generally English).
#
# Translation key syntax:
# <short top level project name>.<short module name>.<propertyName>
# where:
# * <short top level project name> = top level project name without the "xwiki-" prefix,
# for example: commons, rendering, platform, enterprise, manager, etc
# * <short module name> = the name of the Maven module without the <short top level project name> prefix,
# for example: oldcore, scheduler, activitystream, etc
# * <propertyName> = the name of the property using camel case,
# for example updateJobClassCommitComment
#
# Comments: it's possible to add some detail about a key to make easier to
# translate it by adding a comment before it. To make sure a comment is not
# assigned to the following key use at least three sharps (###) for the comment
# or after it.
#
# Deprecated keys:
# * when deleting a key it should be moved to deprecated section at the end
# of the file (between #@deprecatedstart and #@deprecatedend) and associated to the
# first version in which it started to be deprecated
# * when renaming a key, it should be moved to the same deprecated section
# and a comment should be added with the following syntax:
# #@deprecated new.key.name
# old.key.name=Some translation
###############################################################################

####################
# Async
####################

rendering.async.context.entry.rendering.defaultsyntax=Default syntax
rendering.async.context.entry.rendering.targetsyntax=Target syntax
rendering.async.context.entry.rendering.restricted=Restricted
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
# ---------------------------------------------------------------------------
# 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.
# ---------------------------------------------------------------------------

### Macro Content
rendering.macro.content.name=Content
rendering.macro.content.description=Allows writing content in any wiki markup
rendering.macro.content.parameter.syntax.name=Syntax
rendering.macro.content.parameter.syntax.description=the wiki syntax in which the content is written (e.g. "xwiki/2.1", "confluence/1.0", etc.), the current one is used if not specified
rendering.macro.content.parameter.source.name=Source
rendering.macro.content.parameter.source.description=the reference of the content to insert (e.g. string:**bold**, script:myvariable)
rendering.macro.content.content.description=The content to execute
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
# ---------------------------------------------------------------------------
# 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.
# ---------------------------------------------------------------------------

# Those entries are used to label the message boxes of different types.
rendering.macro.message.icon.alternative.info=Information
rendering.macro.message.icon.alternative.success=Success
rendering.macro.message.icon.alternative.warning=Warning
rendering.macro.message.icon.alternative.error=Error
rendering.macro.info.parameter.status.name=Status
rendering.macro.info.parameter.status.description=Use this if your message is generated dynamically or contains information about the current status of a process. e.g. after form submission, your message provides feedback to the user about the status of their request. This will make sure even assistive technology users are notified of the content of your message.
rendering.macro.error.parameter.status.name=Status
rendering.macro.error.parameter.status.description=Use this if your message is generated dynamically or contains information about the current status of a process. e.g. after form submission, your message provides feedback to the user about the status of their request. This will make sure even assistive technology users are notified of the content of your message.
rendering.macro.success.parameter.status.name=Status
rendering.macro.success.parameter.status.description=Use this if your message is generated dynamically or contains information about the current status of a process. e.g. after form submission, your message provides feedback to the user about the status of their request. This will make sure even assistive technology users are notified of the content of your message.
rendering.macro.warning.parameter.status.name=Status
rendering.macro.warning.parameter.status.description=Use this if your message is generated dynamically or contains information about the current status of a process. e.g. after form submission, your message provides feedback to the user about the status of their request. This will make sure even assistive technology users are notified of the content of your message.
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
# ---------------------------------------------------------------------------
# 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.
# ---------------------------------------------------------------------------

# Those entries are used to label the message boxes of different types.
rendering.macro.message.icon.alternative.info=Information
rendering.macro.message.icon.alternative.success=Succès
rendering.macro.message.icon.alternative.warning=Attention
rendering.macro.message.icon.alternative.error=Erreur
rendering.macro.info.parameter.status.name=Statut
rendering.macro.info.parameter.status.description=Utilisez ceci si votre message est généré dynamiquement ou contient des informations concernant le statut courant d'un processus. Par exemple, après la soumission d'un formulaire, votre message fournit un retour à l'utilisateur sur le statut de la requête. Cela permettra de s'assurer que les technologies d'assistance à l'utilisateur soient notifiées du contenu de votre message.
rendering.macro.error.parameter.status.name=Statut
rendering.macro.error.parameter.status.description=Utilisez ceci si votre message est généré dynamiquement ou contient des informations concernant le statut courant d'un processus. Par exemple, après la soumission d'un formulaire, votre message fournit un retour à l'utilisateur sur le statut de la requête. Cela permettra de s'assurer que les technologies d'assistance à l'utilisateur soient notifiées du contenu de votre message.
rendering.macro.success.parameter.status.name=Statut
rendering.macro.success.parameter.status.description=Utilisez ceci si votre message est généré dynamiquement ou contient des informations concernant le statut courant d'un processus. Par exemple, après la soumission d'un formulaire, votre message fournit un retour à l'utilisateur sur le statut de la requête. Cela permettra de s'assurer que les technologies d'assistance à l'utilisateur soient notifiées du contenu de votre message.
rendering.macro.warning.parameter.status.name=Statut
rendering.macro.warning.parameter.status.description=Utilisez ceci si votre message est généré dynamiquement ou contient des informations concernant le statut courant d'un processus. Par exemple, après la soumission d'un formulaire, votre message fournit un retour à l'utilisateur sur le statut de la requête. Cela permettra de s'assurer que les technologies d'assistance à l'utilisateur soient notifiées du contenu de votre message.
Original file line number Diff line number Diff line change
@@ -0,0 +1,51 @@
# ---------------------------------------------------------------------------
# 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.
# ---------------------------------------------------------------------------

###############################################################################
# XWiki Core localization
#
# This contains the translations of the module in the default language
# (generally English).
#
# See https://dev.xwiki.org/xwiki/bin/view/Community/L10N/Conventions/ for more details about about
# translation key naming.
#
# Comments: it's possible to add some detail about a key to make easier to
# translate it by adding a comment before it. To make sure a comment is not
# assigned to the following key use at least three sharps (###) for the comment
# or after it.
#
# Deprecated keys:
# * when deleting a key it should be moved to deprecated section at the end
# of the file (between #@deprecatedstart and #@deprecatedend) and associated to the
# first version in which it started to be deprecated
# * when renaming a key, it should be moved to the same deprecated section
# and a comment should be added with the following syntax:
# #@deprecated new.key.name
# old.key.name=Some translation
###############################################################################

rendering.macro.error.unknown=Unknown macro: {0}.
rendering.macro.error.unknown.description=The [{0}] macro is not in the list of registered macros. Verify the spelling or contact your administrator.
rendering.macro.error.failed=Failed to execute the [{0}] macro.
rendering.macro.error.invalid=Invalid macro: {0}.
rendering.macro.error.standalone=The [{0}] macro is a standalone macro and it cannot be used inline.
rendering.macro.error.standalone.description=This macro generates standalone content. As a consequence you need to make sure to use a syntax that separates your macro from the content before and after it so that it's on a line by itself. For example in XWiki Syntax 2.0+ this means having 2 newline characters (a.k.a line breaks) separating your macro from the content before and after it.
rendering.macro.error.invalidParameter=Invalid macro parameters used for the [{0}] macro.
Loading