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:
authormattpiwik <matthieu.aubry@gmail.com>2008-06-09 04:44:10 +0400
committermattpiwik <matthieu.aubry@gmail.com>2008-06-09 04:44:10 +0400
commitbf0716bfb6ef4128973d5dd211dac02490ab86a5 (patch)
tree8993f7ee5ff9a0dc7cb59a963ab85f93c23d7014 /plugins/API/Controller.php
parent07b25eca5f81d6d08c768949931c387855ae3e08 (diff)
- adding 7 new translations: german, spanish, italian, russian, ukranian, catalan, dutch
- translations fallback to english by default (customizable in config file) - adding a few strings that weren't translatable before - 'translationAvailable' plugin information entry is now optional (defaults to false) refs #251 git-svn-id: http://dev.piwik.org/svn/trunk@518 59fd770c-687e-43c8-a1e3-f5a4ff64c105
Diffstat (limited to 'plugins/API/Controller.php')
-rw-r--r--plugins/API/Controller.php5
1 files changed, 4 insertions, 1 deletions
diff --git a/plugins/API/Controller.php b/plugins/API/Controller.php
index e52e366169..a32c6c26b2 100644
--- a/plugins/API/Controller.php
+++ b/plugins/API/Controller.php
@@ -62,6 +62,10 @@ class Piwik_API_Controller extends Piwik_Controller
margin: 0pt 0pt 16px 8px;
padding: 12px;
line-height:4em;
+ }
+ .example, .example A {
+ color:#9E9E9E;
+ }
</style>";
echo sprintf(Piwik_Translate('API_QuickDocumentation'),$token_auth);
echo "<span id='token_auth'>token_auth = <b>$token_auth</b></span>";
@@ -70,7 +74,6 @@ class Piwik_API_Controller extends Piwik_Controller
echo "<p><i> ".sprintf(Piwik_Translate('API_LoadedAPIs'),$loaded)."</i></p>\n";
echo Piwik_API_Proxy::getInstance()->getAllInterfaceString();
- echo "<p><a href='?module=Home'>".Piwik_Translate('General_BackToHomepage')."</a></p>";
}
}