Special

All translations

Enter a message name below to show all available translations.

Message

Found 5 translations.

NameCurrent message text
 h English (en)Module requests must include the <code>module</code> variable in the URL, paired with the name of the module (i.e. <code>module=session</code> for <code>mod_session</code>).
 h Spanish (es)Las solicitudes de plugin deben incluir la variable <code>plugin</code> en la URL, junto con el nombre del evento de plugin, por ejemplo, <code>plugin=session</code> para <code>onAjaxSession</code>.
 h French (fr)La requête de module doit inclure la variable <code>module</code> dans l'URL, de paire avec le nom du module (ex :  <code>module=session</code> pour <code>mod_session</code>).
 h Dutch (nl)Verzoeken vanuit een module moeten de <code>module</code>variabele in de URL bevatten, gecombineerd met de naam van de module. (b.v. <code>module=session</code> voor <code>mod_session</code>).
 h Russian (ru)Запросы модуля должны включать в себя переменную <code>module</code> в URL, в паре с именем модуля (например: <code>module=session</code> для <code>mod_session</code>). Обратите внимание на то, что в названии модуля не должно быть символов подчеркивания - "_"  без учёта префикса <code>mod_</code>. Например, обратиться по ajax к модулю с названием <code>mod_virtuemart_products</code> не получится. Название модуля должно быть <code>mod_virtuemartproducts</code>, а вызов по ajax <code>module=virtuemartproducts</code>. Однако, это ограничение не действительно для плагинов, где название плагина может содержать символы подчёркивания.