-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2 from ecomteck/dev
update Acl and language pack of module
- Loading branch information
Showing
4 changed files
with
87 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,44 @@ | ||
<?xml version="1.0"?> | ||
<!-- | ||
/** | ||
* Ecomteck | ||
* | ||
* NOTICE OF LICENSE | ||
* | ||
* This source file is subject to the ecomteck.com license that is | ||
* available through the world-wide-web at this URL: | ||
* https://ecomteck.com/LICENSE.txt | ||
* | ||
* DISCLAIMER | ||
* | ||
* Do not edit or add to this file if you wish to upgrade this extension to newer | ||
* version in the future. | ||
* | ||
* @category Ecomteck | ||
* @package Ecomteck_AdvancedContact | ||
* @copyright Copyright (c) 2019 Ecomteck (https://ecomteck.com/) | ||
* @license https://ecomteck.com/LICENSE.txt | ||
*/ | ||
--> | ||
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:Acl/etc/acl.xsd"> | ||
<acl> | ||
<resources> | ||
<resource id="Magento_Backend::admin"> | ||
<resource id="Magento_Backend::content"> | ||
<resource id="Ecomteck_AdvancedContact::section" title="Advanced Contact"> | ||
<resource id="Ecomteck_AdvancedContact::requests" title="Requests" translate="title" sortOrder="10"> | ||
<resource id="Ecomteck_AdvancedContact::request_save" title="Save" sortOrder="10" /> | ||
</resource> | ||
</resource> | ||
</resource> | ||
<resource id="Magento_Backend::stores"> | ||
<resource id="Magento_Backend::stores_settings"> | ||
<resource id="Magento_Config::config"> | ||
<resource id="Magento_Contact::advanced_contact" title="Advanced Contact Configuration" /> | ||
</resource> | ||
</resource> | ||
</resource> | ||
</resource> | ||
</resources> | ||
</acl> | ||
</config> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,41 @@ | ||
"Update Request","Update Request" | ||
"Update and Continue Edit","Update and Continue Edit" | ||
"Edit Request '%1'","Edit Request '%1'" | ||
"New Request","New Request" | ||
Contact,Contact | ||
Info,Info | ||
Closed,Closed | ||
Yes,Yes | ||
No,No | ||
Created,Created | ||
Updated,Updated | ||
Request,Request | ||
Key,Key | ||
Label,Label | ||
"Field Class","Field Class" | ||
Type,Type | ||
Add,Add | ||
Edit,Edit | ||
Saved.,Saved. | ||
"Something went wrong.","Something went wrong." | ||
"Thanks for contacting us with your comments and questions. We'll respond to you very soon.","Thanks for contacting us with your comments and questions. We'll respond to you very soon." | ||
Customer,Customer | ||
"Could not get any fields form: %1","Could not get any fields form: %1" | ||
"Could not save and sent contact: %1","Could not save and sent contact: %1" | ||
"Write Us","Write Us" | ||
"Jot us a note and we’ll get back to you as quickly as possible.","Jot us a note and we’ll get back to you as quickly as possible." | ||
Submit,Submit | ||
Requests,Requests | ||
Contacts,Contacts | ||
"Advanced Contact","Advanced Contact" | ||
Active,Active | ||
Fields,Fields | ||
"Email Template","Email Template" | ||
"Send To","Send To" | ||
"Manager Email to Receive New Requests","Manager Email to Receive New Requests" | ||
20,20 | ||
30,30 | ||
50,50 | ||
100,100 | ||
200,200 | ||
"Contact ID","Contact ID" |