a7909e345e
+YUCHENG HU+ git-svn-id: https://svn.code.sf.net/p/hawebs/svn@480 a2543c7e-f6e9-4f8a-8bff-1ffc34733512
20 lines
666 B
PHP
20 lines
666 B
PHP
<?php
|
|
/**
|
|
* Piwik - Open source web analytics
|
|
*
|
|
* @link http://piwik.org
|
|
* @license http://www.gnu.org/licenses/gpl-3.0.html Gpl v3 or later
|
|
* @version $Id: en.php 1816 2010-01-29 21:27:47Z vipsoft $
|
|
*
|
|
* @category Piwik_Plugins
|
|
* @package Piwik_ExamplePlugin
|
|
*/
|
|
|
|
$translations = array(
|
|
'ExamplePlugin_PluginDescription' => 'Example Plugin: This plugin shows how to create a very simple plugin, that exports two widgets in the Dashboard.',
|
|
'ExamplePlugin_exampleWidgets' => 'Example Widgets',
|
|
'ExamplePlugin_exampleWidget' => 'Example widget',
|
|
'ExamplePlugin_blogPiwikRss' => 'Blog Piwik RSS',
|
|
'ExamplePlugin_photostreamMatt' => 'Matt\'s Photos',
|
|
);
|