Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
Placeholders should have a comment explaining their content.
Description
Provide an explanation that describes the content of each of the placeholders.
Reason for the rule
Documentation of placeholders is required in order to enable translators to properly know the construct of the label to be translated.
Bad code example
MissingNodeErr: Label 'Cannot find an XML node that matches %1 or %2.';
Good code example
MissingNodeErr: Label 'Cannot find an XML node that matches %1 or %2.', Comment = '%1 = XML node name ; %2 = Parent XML node name';