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:
authormattpiwik <matthieu.aubry@gmail.com>2010-11-24 12:03:22 +0300
committermattpiwik <matthieu.aubry@gmail.com>2010-11-24 12:03:22 +0300
commit4b0b5f5f6c2860452293e442587cea28bd2905d3 (patch)
tree33b11a3db7139ccce1de22bf3309f5252b2e0c0d /plugins/VisitorGenerator/templates
parent79128ed4fc625f89d207c6cd8f33c84b1aab079e (diff)
Reusing generic translations rather than having translators translate the same string twice
git-svn-id: http://dev.piwik.org/svn/trunk@3333 59fd770c-687e-43c8-a1e3-f5a4ff64c105
Diffstat (limited to 'plugins/VisitorGenerator/templates')
-rw-r--r--plugins/VisitorGenerator/templates/generate.tpl6
-rw-r--r--plugins/VisitorGenerator/templates/index.tpl2
2 files changed, 4 insertions, 4 deletions
diff --git a/plugins/VisitorGenerator/templates/generate.tpl b/plugins/VisitorGenerator/templates/generate.tpl
index a4063f25b9..5c49a85963 100644
--- a/plugins/VisitorGenerator/templates/generate.tpl
+++ b/plugins/VisitorGenerator/templates/generate.tpl
@@ -7,9 +7,9 @@
<table class="adminTable adminTableNoBorder" style="width: 600px;">
<thead>
<tr>
- <th>{'VisitorGenerator_Visitors'|translate}</th>
- <th>{'VisitorGenerator_ActionsPerVisit'|translate}</th>
- <th>{'VisitorGenerator_Date'|translate}</th>
+ <th>{'General_Visitors'|translate}</th>
+ <th>{'General_ColumnActionsPerVisit'|translate}</th>
+ <th>{'General_Date'|translate}</th>
</tr>
</thead>
<tbody>
diff --git a/plugins/VisitorGenerator/templates/index.tpl b/plugins/VisitorGenerator/templates/index.tpl
index 06e8fc45f2..269bb3ee72 100644
--- a/plugins/VisitorGenerator/templates/index.tpl
+++ b/plugins/VisitorGenerator/templates/index.tpl
@@ -8,7 +8,7 @@
<form method="POST" action="{url module=VisitorGenerator action=generate}">
<table class="adminTable adminTableNoBorder" style="width: 600px;">
<tr>
- <td><label for="idSite">{'VisitorGenerator_SelectWebsite'|translate}</label></td>
+ <td><label for="idSite">{'General_ChooseWebsite'|translate}</label></td>
<td><select name="idSite">
{foreach from=$sitesList item=site}
<option value="{$site.idsite}">{$site.name}</option>