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:
authormatt <matt@59fd770c-687e-43c8-a1e3-f5a4ff64c105>2010-07-29 05:18:59 +0400
committermatt <matt@59fd770c-687e-43c8-a1e3-f5a4ff64c105>2010-07-29 05:18:59 +0400
commit2f72663bba180a20f9541cfb421b894e07fec7d6 (patch)
treea834a51e66d5dae9072d8eb170a9d08e999c1f7d
parent307a903b69b8779e2a0ce955f80bc6488b8fc652 (diff)
parent3e62b1733519e67a28b7f98718dd00e16ff138c3 (diff)
repackaging with enabled plugins0.7
-rw-r--r--config/global.ini.php3
-rw-r--r--lang/de.php4
-rw-r--r--lang/nn.php2
3 files changed, 4 insertions, 5 deletions
diff --git a/config/global.ini.php b/config/global.ini.php
index d85b91ed8b..3619c3a666 100644
--- a/config/global.ini.php
+++ b/config/global.ini.php
@@ -316,7 +316,8 @@ Plugins[] = SitesManager
Plugins[] = Installation
Plugins[] = CoreUpdater
; disabled in 0.7-rc1
-;Plugins[] = PDFReports
+Plugins[] = PDFReports
+Plugins[] = UserCountryMap
[PluginsInstalled]
PluginsInstalled[] = Login
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
+);
diff --git a/lang/nn.php b/lang/nn.php
index d1a9c104d2..cabd0c2d0d 100644
--- a/lang/nn.php
+++ b/lang/nn.php
@@ -1,6 +1,6 @@
<?php
$translations = array(
- 'General_Locale' => 'nn_NO.UTF8',
+ 'General_Locale' => 'nn_NO.UTF-8',
'General_TranslatorName' => 'Kristoffer Egil Bonarjee,Simon Hansen',
'General_TranslatorEmail' => 'kristoffer.egil@bonarjee.in,simonboba@gmail.com',
'General_EnglishLanguageName' => 'Norwegian Nynorsk',