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:
authorgka <gka@vis4.net>2010-08-18 21:44:31 +0400
committergka <gka@vis4.net>2010-08-18 21:44:31 +0400
commit63759ceec4969e3d3e0ac4ff2a6460b093aff7e5 (patch)
treec740e7b5e732fce5478cf6547c5ad0a0fbb394ba /plugins/ExamplePlugin/templates
parentf1b64a6b77c51f39e35053f3f61b2231704b4484 (diff)
added translation to new example widgets
git-svn-id: http://dev.piwik.org/svn/trunk@2959 59fd770c-687e-43c8-a1e3-f5a4ff64c105
Diffstat (limited to 'plugins/ExamplePlugin/templates')
-rw-r--r--plugins/ExamplePlugin/templates/piwikDownloads.tpl (renamed from plugins/ExamplePlugin/templates/piwikDownloadCount.tpl)2
-rw-r--r--plugins/ExamplePlugin/templates/websitesAndUsers.tpl2
2 files changed, 2 insertions, 2 deletions
diff --git a/plugins/ExamplePlugin/templates/piwikDownloadCount.tpl b/plugins/ExamplePlugin/templates/piwikDownloads.tpl
index 52e240e018..7f29cd4b6d 100644
--- a/plugins/ExamplePlugin/templates/piwikDownloadCount.tpl
+++ b/plugins/ExamplePlugin/templates/piwikDownloads.tpl
@@ -18,5 +18,5 @@
</script>
<div style="padding:1.5em;text-align:center">
- Piwik has been downloaded <b class="piwikDownloadCount_cnt" >...</b> times.
+ {"ExamplePlugin_piwikDownloadsMsg"|translate|replace:'%s':'<b class="piwikDownloadCount_cnt" >...</b>'}
</div> \ No newline at end of file
diff --git a/plugins/ExamplePlugin/templates/websitesAndUsers.tpl b/plugins/ExamplePlugin/templates/websitesAndUsers.tpl
index 0617cbe1ce..ac8e3eadb9 100644
--- a/plugins/ExamplePlugin/templates/websitesAndUsers.tpl
+++ b/plugins/ExamplePlugin/templates/websitesAndUsers.tpl
@@ -1,3 +1,3 @@
<div style="padding:1.5em;text-align:center">
- You have <b>{$siteCount}</b> websites and <b>{$users}</b> users registered in Piwik. You are using Piwik <b>{$version}</b> version.
+ You have <b>{$siteCount}</b> websites and <b>{$users}</b> users registered in Piwik. You are using Piwik <b>{$version}</b>.
</div> \ No newline at end of file