Skip to content

Commit

Permalink
refs #3232 Minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
mattab committed Feb 11, 2013
1 parent 4b616c8 commit 4124ad4
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
8 changes: 4 additions & 4 deletions lang/en.php
Expand Up @@ -1299,10 +1299,10 @@
'SitesManager_SearchUseDefault' => 'Use %sdefault%s Site Search parameters',
'SitesManager_EnableSiteSpecificUserAgentExclude' => 'Enable website specific user agent exclusion.',
'SitesManager_EnableSiteSpecificUserAgentExclude_Help' => 'If you need to exclude different user agents for different websites, check this box, click save and %1$sadd the user agents above%2$s.',
'SitesManager_KeepURLFragments' => 'Keep URL Fragments',
'SitesManager_KeepURLFragmentsHelp' => 'If the checkbox below is unchecked, URL fragments (everything after the %1$s) will be removed when tracking so %2$s will be considered the same as %3$s or %4$s.',
'SitesManager_KeepURLFragmentsHelp2' => 'You can override this setting for individual websites above.',
'SitesManager_KeepURLFragmentsLong' => 'Keep URL fragments when tracking',
'SitesManager_KeepURLFragments' => 'Page URL fragments tracking',
'SitesManager_KeepURLFragmentsHelp' => 'If the checkbox below is unchecked, Page URL fragments (everything after the %1$s) will be removed when tracking: %2$s will be tracked as %3$s',
'SitesManager_KeepURLFragmentsHelp2' => 'You can also override this setting for individual websites above.',
'SitesManager_KeepURLFragmentsLong' => 'Keep Page URL fragments when tracking Page URLs',
'TranslationsAdmin_PluginDescription' => 'Help translate Piwik into your language.',
'TranslationsAdmin_MenuTranslations' => 'Translations',
'TranslationsAdmin_MenuLanguages' => 'Languages',
Expand Down
5 changes: 3 additions & 2 deletions plugins/SitesManager/templates/SitesManager.tpl
Expand Up @@ -249,10 +249,11 @@ vertical-align:middle;
{* global keep URL fragments *}
<tr><td colspan="2">
<strong>{'SitesManager_KeepURLFragments'|translate}</strong>
<p>{'SitesManager_KeepURLFragmentsHelp'|translate:"<em>#</em>":"<em>http://www.example.org/index.html#first_section</em>":"<em>http://www.example.org/index.html</em>":"<em>http://www.example.org/index.html#second_section</em>"}</p>
<p>{'SitesManager_KeepURLFragmentsHelp2'|translate}</p>
<p>{'SitesManager_KeepURLFragmentsHelp'|translate:"<em>#</em>":"<em>example.org/index.html#first_section</em>":"<em>example.org/index.html</em>"}
</p>
<input type="checkbox" id="globalKeepURLFragments" name="globalKeepURLFragments" {if $globalKeepURLFragments}checked="checked"{/if}/>
<label for="globalKeepURLFragments">{'SitesManager_KeepURLFragmentsLong'|translate}</label>
<p>{'SitesManager_KeepURLFragmentsHelp2'|translate}</p>
</td></tr>
{* global site search *}
Expand Down

0 comments on commit 4124ad4

Please sign in to comment.