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-08-28 11:00:47 +0400
committerrobocoder <anthon.pang@gmail.com>2010-08-28 11:00:47 +0400
commitf003b9dfd5eaca700ce7807445c0f238cc93e419 (patch)
treecd096d470562a3e378e57f1cb1b8385110ffd7d9 /lang
parente2ff6a305db883ef48044d4651adf158310e60c0 (diff)
fixes #1655
git-svn-id: http://dev.piwik.org/svn/trunk@3004 59fd770c-687e-43c8-a1e3-f5a4ff64c105
Diffstat (limited to 'lang')
-rw-r--r--lang/be.php4
-rw-r--r--lang/de.php5
-rw-r--r--lang/nn.php4
3 files changed, 5 insertions, 8 deletions
diff --git a/lang/be.php b/lang/be.php
index 1a75c7919b..f222cabd38 100644
--- a/lang/be.php
+++ b/lang/be.php
@@ -1,6 +1,6 @@
<?php
$translations = array(
- 'General_Locale' => 'ru_RU.UTF-8',
+ 'General_Locale' => 'be_BY.UTF-8',
'General_TranslatorName' => '<a href="http://www.fatcow.com">Fat Cow</a>',
'General_TranslatorEmail' => 'by.marcis@gmail.com',
'General_EnglishLanguageName' => 'Belarussian',
@@ -748,4 +748,4 @@ $translations = array(
'TranslationsAdmin_LanguageCode' => 'Код мовы',
'TranslationsAdmin_Export' => 'Экспарт моўнага файла',
'TranslationsAdmin_Import' => 'Імпарт моўнага файла',
-); \ No newline at end of file
+);
diff --git a/lang/de.php b/lang/de.php
index dfba043a89..84fd662d50 100644
--- a/lang/de.php
+++ b/lang/de.php
@@ -1,7 +1,4 @@
<?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',
@@ -1443,4 +1440,4 @@ $translations = array(
'Live_LinkVisitorLog' => '',
'Live_Actions' => 'Aktionen',
'Live_Action' => 'Aktion',
-); \ No newline at end of file
+);
diff --git a/lang/nn.php b/lang/nn.php
index 9a92008f2d..df2362d5ca 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',
@@ -1262,4 +1262,4 @@ Ellers skriv du ingenting.',
'General_PleaseUpdatePiwik' => '',
'General_RequestTimedOut' => '',
'CoreUpdater_UpdateHasBeenCancelledExplanation' => '',
-); \ No newline at end of file
+);