...
When the string is translated, any %s
in the translated string will be replaced with each of the extra parameters in order. The function translates to the language specified in the current user's locale.
Syntax
translate(value, arg0,.....argN)
...