Skip to content

Commit d3e86ff

Browse files
author
Magento CICD
authored
merge magento/2.2-develop into magento-firedrakes/MAGETWO-69606
2 parents bf18484 + 7a6e341 commit d3e86ff

File tree

282 files changed

+6953
-2437
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

282 files changed

+6953
-2437
lines changed
Lines changed: 11 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
"Read Details","Read Details"
22
"Mark as Read","Mark as Read"
33
"Are you sure?","Are you sure?"
4-
"Remove","Remove"
4+
Remove,Remove
55
"Messages Inbox","Messages Inbox"
66
"You have %1 new system messages","You have %1 new system messages"
77
"You have %1 new system message","You have %1 new system message"
88
"Incoming Message","Incoming Message"
9-
"close","close"
10-
"Notifications","Notifications"
9+
close,close
10+
Notifications,Notifications
1111
"The message has been marked as Read.","The message has been marked as Read."
1212
"We couldn't mark the notification as Read because of an error.","We couldn't mark the notification as Read because of an error."
1313
"Please select messages.","Please select messages."
@@ -20,10 +20,10 @@
2020
"6 Hours","6 Hours"
2121
"12 Hours","12 Hours"
2222
"24 Hours","24 Hours"
23-
"critical","critical"
24-
"major","major"
25-
"minor","minor"
26-
"notice","notice"
23+
critical,critical
24+
major,major
25+
minor,minor
26+
notice,notice
2727
"Wrong message type","Wrong message type"
2828
"Wrong notification ID specified.","Wrong notification ID specified."
2929
"{{base_url}} is not recommended to use in a production environment to declare the Base Unsecure URL / Base Secure URL. We highly recommend changing this value in your Magento <a href=""%1"">configuration</a>.","{{base_url}} is not recommended to use in a production environment to declare the Base Unsecure URL / Base Secure URL. We highly recommend changing this value in your Magento <a href=""%1"">configuration</a>."
@@ -32,20 +32,19 @@
3232
"We were unable to synchronize one or more media files. Please refer to the log file for details.","We were unable to synchronize one or more media files. Please refer to the log file for details."
3333
"Synchronization of media storages has been completed.","Synchronization of media storages has been completed."
3434
"Your web server is set up incorrectly and allows unauthorized access to sensitive files. Please contact your hosting provider.","Your web server is set up incorrectly and allows unauthorized access to sensitive files. Please contact your hosting provider."
35-
"Close popup","Close popup"
36-
"Close","Close"
3735
"System Messages:","System Messages:"
3836
"Critical System Messages","Critical System Messages"
3937
"Major System Messages","Major System Messages"
4038
"System messages","System messages"
39+
Close,Close
4140
"See All (","See All ("
4241
" unread)"," unread)"
4342
"Show Toolbar","Show Toolbar"
4443
"Show List","Show List"
4544
"Use HTTPS to Get Feed","Use HTTPS to Get Feed"
4645
"Update Frequency","Update Frequency"
4746
"Last Update","Last Update"
48-
"Severity","Severity"
47+
Severity,Severity
4948
"Date Added","Date Added"
50-
"Message","Message"
51-
"Actions","Actions"
49+
Message,Message
50+
Actions,Actions
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
"Please correct the data sent.","Please correct the data sent."
2-
"Entity type model \'%1\' is not found","Entity type model \'%1\' is not found"
2+
"Entity type model '%1' is not found","Entity type model '%1' is not found"
33
"Entity type model must be an instance of \Magento\CatalogImportExport\Model\Export\Product\Type\AbstractType","Entity type model must be an instance of \Magento\CatalogImportExport\Model\Export\Product\Type\AbstractType"
44
"There are no product types available for export","There are no product types available for export"

app/code/Magento/Analytics/Model/Config/Data.php

Lines changed: 0 additions & 29 deletions
This file was deleted.

app/code/Magento/Analytics/Model/Config/Reader/Xml.php

Lines changed: 0 additions & 61 deletions
This file was deleted.

app/code/Magento/Analytics/Model/Config/SchemaLocator.php

Lines changed: 0 additions & 56 deletions
This file was deleted.

app/code/Magento/Analytics/ReportXml/Config.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
*/
66
namespace Magento\Analytics\ReportXml;
77

8-
use Magento\Analytics\ReportXml\Config\Data;
8+
use Magento\Framework\Config\DataInterface;
99

1010
/**
1111
* Class Config
@@ -15,17 +15,17 @@
1515
class Config implements ConfigInterface
1616
{
1717
/**
18-
* @var Data
18+
* @var DataInterface
1919
*/
2020
private $data;
2121

2222
/**
2323
* Config constructor.
2424
*
25-
* @param Data $data
25+
* @param DataInterface $data
2626
*/
2727
public function __construct(
28-
Data $data
28+
DataInterface $data
2929
) {
3030
$this->data = $data;
3131
}

app/code/Magento/Analytics/ReportXml/Config/Data.php

Lines changed: 0 additions & 29 deletions
This file was deleted.

app/code/Magento/Analytics/ReportXml/Config/Reader/Xml.php

Lines changed: 0 additions & 56 deletions
This file was deleted.

app/code/Magento/Analytics/ReportXml/Config/SchemaLocator.php

Lines changed: 0 additions & 51 deletions
This file was deleted.

0 commit comments

Comments
 (0)