]> git.proxmox.com Git - pmg-gui.git/blame - js/SpamDetectorConfiguration.js
avoid to many gettext entries
[pmg-gui.git] / js / SpamDetectorConfiguration.js
CommitLineData
4b5ee25e
DM
1Ext.define('PMG.SpamDetectorConfiguration', {
2 extend: 'Ext.tab.Panel',
3 alias: 'widget.pmgSpamDetectorConfiguration',
4
d9e1af94
DM
5 title: gettext('Configuration') + ': ' +
6 gettext('Spam Detector'),
4b5ee25e
DM
7
8 items: [
9 {
10 title: gettext('Options'),
11 html: 'Options'
12 },
13 {
14 title: gettext('Languages'),
15 html: 'Languages'
16 },
17 {
18 title: gettext('Quarantine'),
19 html: 'Quarantine'
20 },
21 {
22 title: gettext('Backscatter'),
23 html: 'Backscatter'
24 },
25 {
26 title: gettext('Theme'),
27 html: 'Theme'
28 }
29 ]
30});
31
32