RC3
\modules\boonex\sites\classes\BxSitesFormAdd.php line 167:
Thumpnail pic caption have only english language key:
'description' => array(
'type' => 'textarea',
'name' => 'description',
'value' => isset($this->_aParam['description']) ? $this->_aParam['description'] : '',
'caption' => _t('_bx_sites_form_description'),
'required' => true,
'html' => 1,
'checker' => array (
'func' => 'length',
'params' => array(1,64000),
'error' => _t('_bx_sites_form_field_err'),
),
'db' => array(
'pass' => 'XssHtml'
)
),
'thumbnail' => array(
'type' => 'custom',
'name' => 'thumbnail',
'content' => '',
'caption' => 'Thumbnail' // Not localizable!
),
'photo' => array(
'type' => 'file',
'name' => 'photo',
'caption' => _t('_bx_sites_form_photo'),