-
Notifications
You must be signed in to change notification settings - Fork 45
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 #30 from avored/dev
merging dev to master
- Loading branch information
Showing
110 changed files
with
3,916 additions
and
589 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
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 |
---|---|---|
@@ -1,13 +1,11 @@ | ||
<?php | ||
|
||
return [ | ||
|
||
'list' => 'Attribute List', | ||
'create' => 'Create Attribute', | ||
'edit' => 'Edit Attribute', | ||
|
||
'name' => 'Name', | ||
'identifier' => 'Identifier', | ||
'display-text' => 'Display Text', | ||
|
||
]; |
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 |
---|---|---|
@@ -1,27 +1,25 @@ | ||
<?php | ||
|
||
return [ | ||
|
||
'Dashboard' => 'Dashboard', | ||
|
||
'Product' => 'Product', | ||
'Category' => 'Category', | ||
|
||
'Attribute' => 'Attribute', | ||
'Property' => 'Property', | ||
|
||
'Subscriber' => 'Subscriber', | ||
|
||
'Order' => 'Order', | ||
'Tax Rule' => 'Tax Rule', | ||
|
||
'Configuration' => 'Configuration', | ||
'Admin User' => 'Admin User', | ||
|
||
'Admin User' => 'Users Overview', | ||
'Theme' => 'Theme', | ||
'Role' => 'Role', | ||
|
||
'Create' => 'Create', | ||
'Upload' => 'Upload', | ||
'Edit' => 'Edit', | ||
'Show' => 'Show', | ||
|
||
'Show' => 'Show', | ||
]; |
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 |
---|---|---|
@@ -1,9 +1,7 @@ | ||
<?php | ||
|
||
return [ | ||
|
||
'title' => 'Currency', | ||
'title' => 'Currency', | ||
'create' => 'Create Currency', | ||
'update' => 'Update Currency', | ||
|
||
]; |
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,26 @@ | ||
<?php | ||
|
||
return [ | ||
'orders-index' => 'Orders', | ||
'order-details' => 'Order details', | ||
'other-data' => 'Order details', | ||
|
||
'change-status' => 'Change status', | ||
'add-track-code-helper' => 'The customer will use this track code to track their order on shipping company website.', | ||
'change-status-helper' => 'The customer will receive a e-mail when you change the status.', | ||
'send-invoice' => 'Send invoice', | ||
|
||
'add-track-code' => 'Add Tracking Code', | ||
|
||
'customer-data' => 'Customer details', | ||
'billing-address' => 'Billing Address', | ||
'shipping-address' => 'Shipping Address', | ||
|
||
'history' => 'Order History', | ||
'history-action' => 'Action', | ||
'history-updated-at' => 'Updated at', | ||
|
||
'products-title' => 'Products', | ||
'send-invoice' => 'Email invoice', | ||
'save' => 'Save changes', | ||
]; |
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 |
---|---|---|
@@ -1,19 +1,15 @@ | ||
<?php | ||
|
||
return [ | ||
|
||
'list' => 'Property List', | ||
'create' => 'Create Property', | ||
'edit' => 'Edit Property', | ||
|
||
|
||
|
||
|
||
'name' => 'Name', | ||
'identifier' => 'Identifier', | ||
'data-type' => 'Data Type', | ||
|
||
'field-type' => 'Field Type', | ||
'sort-order' => 'Sort Order', | ||
'use_for_all_products' => 'Used this for All Products' | ||
|
||
]; |
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,8 @@ | ||
<?php | ||
|
||
return [ | ||
|
||
'order-status-list' => 'Order Status', | ||
'order-status-create' => 'Create Order Status', | ||
'order-status-update' => 'Update Order Status', | ||
]; |
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,13 @@ | ||
<?php | ||
|
||
return [ | ||
'country-list' => 'Country List', | ||
'country-create' => 'Create Country', | ||
'country-update' => 'Update Country', | ||
|
||
'state-list' => 'State List', | ||
'state-create' => 'Create State', | ||
'state-update' => 'Update State', | ||
|
||
|
||
]; |
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 |
---|---|---|
@@ -1,16 +1,15 @@ | ||
<?php | ||
|
||
return [ | ||
|
||
'list' => 'Tax Rule List', | ||
'create' => 'Create Tax Rule', | ||
'edit' => 'Edit Tax Rule', | ||
|
||
'name' => 'Name', | ||
'country' => 'Country', | ||
'state-code' => 'State Code', | ||
|
||
'post-code' => 'Post Code', | ||
'percentage' => 'Percentage', | ||
'priority' => 'Priority', | ||
|
||
]; |
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 |
---|---|---|
@@ -1,12 +1,10 @@ | ||
<?php | ||
|
||
return [ | ||
|
||
'theme-list' => 'Theme List', | ||
'theme-list' => 'Themes overview', | ||
'theme-upload' => 'Upload Theme', | ||
'theme-upload-file' => 'Upload Theme File', | ||
'theme-upload-file' => 'Select theme file', | ||
|
||
'activate' => 'Activate', | ||
'deactivate' => 'Deactivate', | ||
|
||
]; |
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 |
---|---|---|
@@ -1,17 +1,36 @@ | ||
<?php | ||
|
||
return [ | ||
|
||
'admin-user-list' => 'Admin User List', | ||
'admin-user-list' => 'Users', | ||
'admin-user-create' => 'Create Admin User', | ||
'admin-user-update' => 'Update Admin User', | ||
|
||
'user-group-id' => 'User Groups', | ||
'user-group-list' => 'User Groups', | ||
'user-group-create' => 'Create User Group', | ||
'user-group-update' => 'Update User Group', | ||
'user-group-edit' => 'Edit User Group', | ||
|
||
'change-password' => 'Change Password', | ||
'new-password' => 'New Password', | ||
'confirm-password' => 'Confirm Password', | ||
|
||
'user-list' => 'Users', | ||
'user-create' => 'Create User', | ||
'user-update' => 'Update User', | ||
'user-edit' => 'Edit User', | ||
'user-details' => 'User Details', | ||
|
||
'user-group-name' => ' Name', | ||
'is_default' => ' Is Default', | ||
|
||
'first-name' => 'First Name', | ||
'last-name' => 'Last Name', | ||
'email' => 'Email', | ||
|
||
'password' => 'Password', | ||
'confirm-password' => 'Confirm Password', | ||
'user-role' => 'Role', | ||
|
||
'file' => 'Profile Image', | ||
|
||
]; |
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
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
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
Oops, something went wrong.