|
|
@@ -54,6 +54,7 @@ echo 'authType="', $authType, '",',
|
|
|
echo 'str_confirmation_default="', Minz_Translate::t('confirm_action'), '"', ",\n";
|
|
|
echo 'str_notif_title_articles="', Minz_Translate::t('notif_title_new_articles'), '"', ",\n";
|
|
|
echo 'str_notif_body_articles="', Minz_Translate::t('notif_body_new_articles'), '"', ",\n";
|
|
|
+echo 'str_category_empty="', Minz_Translate::t('category_empty'), '"', ",\n";
|
|
|
echo 'html5_notif_timeout=', $this->conf->html5_notif_timeout,",\n";
|
|
|
|
|
|
|