|
@@ -62,6 +62,7 @@ echo 'i18n={',
|
|
|
'confirmation_default:"', _t('gen.js.confirm_action'), '",',
|
|
'confirmation_default:"', _t('gen.js.confirm_action'), '",',
|
|
|
'notif_title_articles:"', _t('gen.js.notif_title_new_articles'), '",',
|
|
'notif_title_articles:"', _t('gen.js.notif_title_new_articles'), '",',
|
|
|
'notif_body_articles:"', _t('gen.js.notif_body_new_articles'), '",',
|
|
'notif_body_articles:"', _t('gen.js.notif_body_new_articles'), '",',
|
|
|
|
|
+ 'notif_request_failed:"', _t('gen.js.feedback.request_failed'), '",',
|
|
|
'category_empty:"', _t('gen.js.category_empty'), '"',
|
|
'category_empty:"', _t('gen.js.category_empty'), '"',
|
|
|
"},\n";
|
|
"},\n";
|
|
|
|
|
|