Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormatt <matt@59fd770c-687e-43c8-a1e3-f5a4ff64c105>2009-04-06 10:52:10 +0400
committermatt <matt@59fd770c-687e-43c8-a1e3-f5a4ff64c105>2009-04-06 10:52:10 +0400
commit3216a7d0e47200859d573d1a0f668fab194f67d9 (patch)
tree9e3b10f01f1c25e5d6b02d5d33683c3df567edda /plugins/ExamplePlugin
parentb8bd8cf1df9efcf41cc1b057805d12a91085bfe3 (diff)
adding language file
Diffstat (limited to 'plugins/ExamplePlugin')
-rw-r--r--plugins/ExamplePlugin/lang/en.php6
1 files changed, 6 insertions, 0 deletions
diff --git a/plugins/ExamplePlugin/lang/en.php b/plugins/ExamplePlugin/lang/en.php
new file mode 100644
index 0000000000..ed9047c30e
--- /dev/null
+++ b/plugins/ExamplePlugin/lang/en.php
@@ -0,0 +1,6 @@
+<?php
+$translations = array(
+ 'ExamplePlugin_exampleWidget' => 'Example widget',
+ 'ExamplePlugin_blogPiwikRss' => 'Blog Piwik RSS',
+ 'ExamplePlugin_photostreamMatt' => 'Matt\'s Photos',
+);