diff --git a/plugins/ExamplePlugin/lang/en.json b/plugins/ExamplePlugin/lang/en.json new file mode 100644 index 0000000000000000000000000000000000000000..b1462189c3673f171e11d99f86d8d19f69a89a95 --- /dev/null +++ b/plugins/ExamplePlugin/lang/en.json @@ -0,0 +1,9 @@ +{ + "ExamplePlugin": { + "exampleWidgets": "Example Widgets", + "exampleWidget": "Example Widget", + "photostreamMatt": "Matt\'s Photos", + "piwikForumVisits": "Piwik Forums visits", + "PiwikForumReceivedVisits": "On %s, Piwik forums received %s visits." + } +} diff --git a/plugins/ExamplePlugin/lang/en.php b/plugins/ExamplePlugin/lang/en.php deleted file mode 100644 index eaec0c9940179c574ea1f964e42ba205e165afae..0000000000000000000000000000000000000000 --- a/plugins/ExamplePlugin/lang/en.php +++ /dev/null @@ -1,19 +0,0 @@ -<?php -/** - * Piwik - Open source web analytics - * - * @link http://piwik.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - * - * @category Piwik_Plugins - * @package ExamplePlugin - */ - -$translations = array( - 'ExamplePlugin_exampleWidgets' => 'Example Widgets', - 'ExamplePlugin_exampleWidget' => 'Example Widget', - 'ExamplePlugin_photostreamMatt' => 'Matt\'s Photos', - 'ExamplePlugin_piwikForumVisits' => 'Piwik Forums visits', - 'ExamplePlugin_PiwikForumReceivedVisits' => 'On %s, Piwik forums received %s visits.' - -);