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
path: root/lang
diff options
context:
space:
mode:
authorrobocoder <anthon.pang@gmail.com>2010-07-29 04:18:58 +0400
committerrobocoder <anthon.pang@gmail.com>2010-07-29 04:18:58 +0400
commitceaa62225b6223a23654a43b0a7ee4d3417dffb3 (patch)
treedefb5357a8dd93f2b36dbdc341d1ea46b219944d /lang
parentdcc56c47a95a0d93785289966bbb4d76baa2d837 (diff)
remove setlocale() -- redundant
git-svn-id: http://dev.piwik.org/svn/trunk@2771 59fd770c-687e-43c8-a1e3-f5a4ff64c105
Diffstat (limited to 'lang')
-rw-r--r--lang/de.php4
1 files changed, 1 insertions, 3 deletions
diff --git a/lang/de.php b/lang/de.php
index cbacfa7012..30e0300be3 100644
--- a/lang/de.php
+++ b/lang/de.php
@@ -1,7 +1,5 @@
<?php
-setlocale(LC_TIME, 'de_DE.UTF-8');
-
$translations = array(
'General_Locale' => 'de_DE.UTF-8',
'General_TranslatorName' => 'Frank Bueltge, Thorsten Taube, Arthur W. Borens, Marco Ziesing, Andreas Just, Fabian Becker, Henry Müller, Pascal Herbert,Christian W. Schneider',
@@ -1371,4 +1369,4 @@ $translations = array(
'VisitorInterest_BetweenXYSeconds' => '%1$s-%2$ss',
'VisitsSummary_AverageVisitDuration' => '%s durchschnittliche Aufenthaltszeit',
'VisitsSummary_NbActionsPerVisit' => '%s Aktionen pro Besucher',
-); \ No newline at end of file
+);