All translations
Enter a message name below to show all available translations.
Found 2 translations.
| Name | Current message text |
|---|---|
| h English (en) | <syntaxhighlight lang="php"> // Plugin error happen, plugin was disable : send email using CLogRoute 'pluginError' => array( 'class' => 'CEmailLogRoute', // https://www.yiiframework.com/doc/api/1.1/CEmailLogRoute 'categories' => 'application.model.plugin.setLoadError', // A plugin was disable 'subject' => '[ERROR] Plugin deactivated', 'emails' => ['webmaster@example.org'], 'sentFrom' => 'noreply@example.org', 'enabled' => 1, // enabled here ) </syntaxhighlight> |
| h Dutch (nl) | <syntaxhighlight lang="php"> // Plugin error happen, plugin was disable : send email using CLogRoute 'pluginError' => array( 'class' => 'CEmailLogRoute', // https://www.yiiframework.com/doc/api/1.1/CEmailLogRoute 'categories' => 'application.model.plugin.setLoadError', // A plugin was disable 'subject' => '[ERROR] Plugin deactivated', 'emails' => ['webmaster@example.org'], 'sentFrom' => 'noreply@example.org', 'enabled' => 1, ) </syntaxhighlight> |