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:
Diffstat (limited to 'plugins/SitesManager/templates/help/timezone-help.html')
-rw-r--r--plugins/SitesManager/templates/help/timezone-help.html21
1 files changed, 21 insertions, 0 deletions
diff --git a/plugins/SitesManager/templates/help/timezone-help.html b/plugins/SitesManager/templates/help/timezone-help.html
new file mode 100644
index 0000000000..1787541516
--- /dev/null
+++ b/plugins/SitesManager/templates/help/timezone-help.html
@@ -0,0 +1,21 @@
+<div class="ui-inline-help">
+
+ <span ng-switch="timezoneSupportEnabled">
+
+ <span ng-switch-default>
+ {{ 'SitesManager_AdvancedTimezoneSupportNotFound'|translate }}
+ </span>
+
+ <span ng-switch-when="true">
+ {{ 'SitesManager_ChooseCityInSameTimezoneAsYou'|translate }}
+ </span>
+ </span>
+
+ <br/><br/>
+
+ {{ 'SitesManager_UTCTimeIs'| translate : (utcTime | date : 'yyyy-MM-dd HH:mm:ss') }}
+
+ <br/><br/>
+
+ {{ 'SitesManager_ChangingYourTimezoneWillOnlyAffectDataForward'|translate }}
+</div>