diff --git a/bin/Controls/Independent/Input.js b/bin/Controls/Independent/Input.js index d88025b57860a1c7facc793ae26eb1db44ee3c79..fba339ff98c6af1396396f447658849d4961d541 100644 --- a/bin/Controls/Independent/Input.js +++ b/bin/Controls/Independent/Input.js @@ -112,7 +112,7 @@ define('package/quiqqer/menu/bin/Controls/Independent/Input', [ new Element('button', { 'class': 'button qui-button--no-icon qui-button qui-utils-noselect', html : '<span class="fa fa-remove"></span>', - title : QUILocale.get('quiqqer/quiqqer', 'remove'), + title : QUILocale.get('quiqqer/core', 'remove'), events : { click: (e) => { e.stop(); diff --git a/bin/Controls/Independent/Items/Anchor.js b/bin/Controls/Independent/Items/Anchor.js index 35670b6ffe8c416ccde1787c94e3e631821ca18e..da9eb7690ac4eb898ae071836e7745914a3784d7 100644 --- a/bin/Controls/Independent/Items/Anchor.js +++ b/bin/Controls/Independent/Items/Anchor.js @@ -37,11 +37,11 @@ define('package/quiqqer/menu/bin/Controls/Independent/Items/Anchor', [ $onInject: function () { this.getElm().set('data-qui', this.getType()); this.getElm().set('html', Mustache.render(template, { - status : QUILocale.get('quiqqer/quiqqer', 'status'), + status : QUILocale.get('quiqqer/core', 'status'), statusDescription: QUILocale.get(lg, 'tpl.statusDescription'), site : QUILocale.get(lg, 'tpl.Site'), - title : QUILocale.get('quiqqer/quiqqer', 'title'), + title : QUILocale.get('quiqqer/core', 'title'), linkTitle: QUILocale.get(lg, 'tpl.linkTitle'), icon : QUILocale.get(lg, 'tpl.icon'), anchor : QUILocale.get(lg, 'tpl.anchor'), diff --git a/bin/Controls/Independent/Items/Custom.js b/bin/Controls/Independent/Items/Custom.js index 32259890c08f8a27eb6ea34e52c9b3b31db66d7b..ed4ec2a4819d2711ca2f8eeebbbfbf3c2101ed1e 100644 --- a/bin/Controls/Independent/Items/Custom.js +++ b/bin/Controls/Independent/Items/Custom.js @@ -39,10 +39,10 @@ define('package/quiqqer/menu/bin/Controls/Independent/Items/Custom', [ $onInject: function () { this.getElm().set('data-qui', this.getType()); this.getElm().set('html', Mustache.render(template, { - status : QUILocale.get('quiqqer/quiqqer', 'status'), + status : QUILocale.get('quiqqer/core', 'status'), statusDescription: QUILocale.get(lg, 'tpl.statusDescription'), - title : QUILocale.get('quiqqer/quiqqer', 'title'), + title : QUILocale.get('quiqqer/core', 'title'), linkTitle : QUILocale.get(lg, 'tpl.linkTitle'), short: QUILocale.get(lg, 'tpl.short'), shortDesc: QUILocale.get(lg, 'tpl.shortDesc'), diff --git a/bin/Controls/Independent/Items/Site.js b/bin/Controls/Independent/Items/Site.js index 7fb34a7459ad3761cf273549558f0be25e7467c9..720acaaeac2c14469ef87dcd6182f47d821f768c 100644 --- a/bin/Controls/Independent/Items/Site.js +++ b/bin/Controls/Independent/Items/Site.js @@ -37,7 +37,7 @@ define('package/quiqqer/menu/bin/Controls/Independent/Items/Site', [ $onInject: function () { this.getElm().set('data-qui', this.getType()); this.getElm().set('html', Mustache.render(template, { - status : QUILocale.get('quiqqer/quiqqer', 'status'), + status : QUILocale.get('quiqqer/core', 'status'), statusDescription: QUILocale.get(lg, 'tpl.statusDescription'), site : QUILocale.get(lg, 'tpl.Site'), diff --git a/bin/Controls/Independent/Items/Url.js b/bin/Controls/Independent/Items/Url.js index e6d0fa3d7edbf022560f9b08d988aad3576f5e37..c3d4bc4d5600d5c36d7607bd7680975f4c425601 100644 --- a/bin/Controls/Independent/Items/Url.js +++ b/bin/Controls/Independent/Items/Url.js @@ -37,10 +37,10 @@ define('package/quiqqer/menu/bin/Controls/Independent/Items/Url', [ $onInject: function () { this.getElm().set('data-qui', this.getType()); this.getElm().set('html', Mustache.render(template, { - status : QUILocale.get('quiqqer/quiqqer', 'status'), + status : QUILocale.get('quiqqer/core', 'status'), statusDescription: QUILocale.get(lg, 'tpl.statusDescription'), - title : QUILocale.get('quiqqer/quiqqer', 'title'), + title : QUILocale.get('quiqqer/core', 'title'), linkTitle : QUILocale.get(lg, 'tpl.linkTitle'), icon : QUILocale.get(lg, 'tpl.icon'), url : QUILocale.get(lg, 'tpl.url'), diff --git a/bin/Controls/Independent/MenuManagement.js b/bin/Controls/Independent/MenuManagement.js index a0238a1cc40dc066f4a5d295e0afb681ebd87d16..3f83b47e3ff4b8f99ad21abfa012676b06859fd5 100644 --- a/bin/Controls/Independent/MenuManagement.js +++ b/bin/Controls/Independent/MenuManagement.js @@ -80,7 +80,7 @@ define('package/quiqqer/menu/bin/Controls/Independent/MenuManagement', [ // buttons this.addButton({ name : 'add', - text : QUILocale.get('quiqqer/quiqqer', 'add'), + text : QUILocale.get('quiqqer/core', 'add'), textimage: 'fa fa-plus', events : { onClick: this.openCreationWindow @@ -90,7 +90,7 @@ define('package/quiqqer/menu/bin/Controls/Independent/MenuManagement', [ this.addButton({ disabled : true, name : 'delete', - text : QUILocale.get('quiqqer/quiqqer', 'remove'), + text : QUILocale.get('quiqqer/core', 'remove'), textimage: 'fa fa-trash', events : { onClick: this.openDeletionWindow diff --git a/bin/Controls/Independent/MenuPanel.js b/bin/Controls/Independent/MenuPanel.js index 0f3ecc57ab63866a12fd919555773ed6388ac385..2f24db2ad569cd11a112334dbf9579cd17d4bcc0 100644 --- a/bin/Controls/Independent/MenuPanel.js +++ b/bin/Controls/Independent/MenuPanel.js @@ -76,7 +76,7 @@ define('package/quiqqer/menu/bin/Controls/Independent/MenuPanel', [ // buttons this.addButton({ name : 'save', - text : QUILocale.get('quiqqer/quiqqer', 'save'), + text : QUILocale.get('quiqqer/core', 'save'), events: { click: this.save } @@ -85,7 +85,7 @@ define('package/quiqqer/menu/bin/Controls/Independent/MenuPanel', [ /* this.addButton({ name : 'add', - text : QUILocale.get('quiqqer/quiqqer', 'add'), + text : QUILocale.get('quiqqer/core', 'add'), events: { click: () => { this.addItem(); @@ -126,7 +126,7 @@ define('package/quiqqer/menu/bin/Controls/Independent/MenuPanel', [ this.addButton({ name : 'delete', disabled: true, - text : QUILocale.get('quiqqer/quiqqer', 'remove'), + text : QUILocale.get('quiqqer/core', 'remove'), events : { click: this.addItem } diff --git a/bin/Controls/NavTabsVerticalSettings.js b/bin/Controls/NavTabsVerticalSettings.js index c67ad22da500759ff0d4116fdaf53890758be19b..1fc4913e4a3372c7d35c2fb204c9e8ec984f186c 100644 --- a/bin/Controls/NavTabsVerticalSettings.js +++ b/bin/Controls/NavTabsVerticalSettings.js @@ -118,7 +118,7 @@ define('package/quiqqer/menu/bin/Controls/NavTabsVerticalSettings', [ }, { name : 'add', textimage: 'fa fa-plus', - text : QUILocale.get('quiqqer/quiqqer', 'add'), + text : QUILocale.get('quiqqer/core', 'add'), events : { onClick: this.$openAddDialog } @@ -127,7 +127,7 @@ define('package/quiqqer/menu/bin/Controls/NavTabsVerticalSettings', [ }, { name : 'edit', textimage: 'fa fa-edit', - text : QUILocale.get('quiqqer/quiqqer', 'edit'), + text : QUILocale.get('quiqqer/core', 'edit'), disabled : true, events : { onClick: this.$openEditDialog @@ -135,7 +135,7 @@ define('package/quiqqer/menu/bin/Controls/NavTabsVerticalSettings', [ }, { name : 'delete', textimage: 'fa fa-trash', - text : QUILocale.get('quiqqer/quiqqer', 'delete'), + text : QUILocale.get('quiqqer/core', 'delete'), disabled : true, events : { onClick: this.$openDeleteDialog @@ -527,7 +527,7 @@ define('package/quiqqer/menu/bin/Controls/NavTabsVerticalSettings', [ maxWidth : 600, maxHeight : 400, ok_button : { - text : QUILocale.get('quiqqer/quiqqer', 'delete'), + text : QUILocale.get('quiqqer/core', 'delete'), textimage: 'fa fa-trash' }, events : { diff --git a/bin/Controls/Tabs.Settings.js b/bin/Controls/Tabs.Settings.js index e49cff094a51aafd0c7adf344c51c644b06d0e96..e4cb9f0e61dc824167ace716490b842553f0229b 100644 --- a/bin/Controls/Tabs.Settings.js +++ b/bin/Controls/Tabs.Settings.js @@ -118,7 +118,7 @@ define('package/quiqqer/menu/bin/Controls/Tabs.Settings', [ }, { name : 'add', textimage: 'fa fa-plus', - text : QUILocale.get('quiqqer/quiqqer', 'add'), + text : QUILocale.get('quiqqer/core', 'add'), events : { onClick: this.$openAddDialog } @@ -127,7 +127,7 @@ define('package/quiqqer/menu/bin/Controls/Tabs.Settings', [ }, { name : 'edit', textimage: 'fa fa-edit', - text : QUILocale.get('quiqqer/quiqqer', 'edit'), + text : QUILocale.get('quiqqer/core', 'edit'), disabled : true, events : { onClick: this.$openEditDialog @@ -135,7 +135,7 @@ define('package/quiqqer/menu/bin/Controls/Tabs.Settings', [ }, { name : 'delete', textimage: 'fa fa-trash', - text : QUILocale.get('quiqqer/quiqqer', 'delete'), + text : QUILocale.get('quiqqer/core', 'delete'), disabled : true, events : { onClick: this.$openDeleteDialog @@ -574,7 +574,7 @@ define('package/quiqqer/menu/bin/Controls/Tabs.Settings', [ maxWidth : 600, maxHeight : 400, ok_button : { - text : QUILocale.get('quiqqer/quiqqer', 'delete'), + text : QUILocale.get('quiqqer/core', 'delete'), textimage: 'fa fa-trash' }, events : { diff --git a/bin/onAdminLoadFooter.js b/bin/onAdminLoadFooter.js index 04e3d060f52730f18da891bc38afda1e019fd8b7..9521cea1320ce868988ea657504ea59572861969 100644 --- a/bin/onAdminLoadFooter.js +++ b/bin/onAdminLoadFooter.js @@ -41,7 +41,7 @@ window.addEvent('domready', function () { QUI.getMessageHandler(function (QUI) { QUI.addSuccess( - QUILocale.get('quiqqer/quiqqer', 'message.clear.cache.successful') + QUILocale.get('quiqqer/core', 'message.clear.cache.successful') ); }); }, { diff --git a/settings.xml b/settings.xml index 1adf440faa7fba18b599ac3199b3b37305b5a3d9..0e36dcfeb3e0e116c2af29efcfc736c87d8094f6 100644 --- a/settings.xml +++ b/settings.xml @@ -187,7 +187,7 @@ <settings> <window name="quiqqer-cache" menu-parent="/settings/quiqqer/"> <title> - <locale group="quiqqer/quiqqer" var="quiqqer.settings.cache"/> + <locale group="quiqqer/core" var="quiqqer.settings.cache"/> </title> <params> @@ -199,7 +199,7 @@ <settings title="clearMenuCache" name="clearMenuCache"> <title> - <locale group="quiqqer/quiqqer" var="quiqqer.menu.clearMenuCache.title"/> + <locale group="quiqqer/core" var="quiqqer.menu.clearMenuCache.title"/> </title> <button>boom</button>