Copy to clipboard failed. Open the code and copy it manually.
<xsl:choose>
<xsl:when test="$rendering-context = 'back'">
<xsl:text>javascript:alert("Cette fonctionnalité ne peut pas être utilisée dans le back-office. Ouvrez la prévisualisation pour l'utiliser.");</xsl:text>
</xsl:when test>
<xsl:otherwise>
...
</xsl:otherwise>
</xsl:choose>
<xsl:choose>
<xsl:when test="$rendering-context = 'back'">
<xsl:text>javascript:alert("Cette fonctionnalité ne peut pas être utilisée dans le back-office. Ouvrez la prévisualisation pour l'utiliser.");</xsl:text>
</xsl:when test>
<xsl:otherwise>
...
</xsl:otherwise>
</xsl:choose>
<xsl:choose>
<xsl:when test="$rendering-context = 'back'">
<xsl:text>javascript:alert("Cette fonctionnalité ne peut pas être utilisée dans le back-office. Ouvrez la prévisualisation pour l'utiliser.");</xsl:text>
</xsl:when test>
<xsl:otherwise>
...
</xsl:otherwise>
</xsl:choose>
Translation of a i18n key from the skin
Oops!
Copy to clipboard failed. Open the code and copy it manually.