update Piwik to version 2.16 (fixes #91)
This commit is contained in:
parent
296343bf3b
commit
d885a4baa9
5833 changed files with 418860 additions and 226988 deletions
|
|
@ -0,0 +1,13 @@
|
|||
<?php
|
||||
/**
|
||||
* Piwik - free/libre analytics platform
|
||||
*
|
||||
* @link http://piwik.org
|
||||
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
|
||||
*/
|
||||
|
||||
namespace Piwik\Plugins\MobileAppMeasurable;
|
||||
|
||||
class MobileAppMeasurable extends \Piwik\Plugin
|
||||
{
|
||||
}
|
||||
21
www/analytics/plugins/MobileAppMeasurable/Type.php
Normal file
21
www/analytics/plugins/MobileAppMeasurable/Type.php
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
<?php
|
||||
/**
|
||||
* Piwik - free/libre analytics platform
|
||||
*
|
||||
* @link http://piwik.org
|
||||
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
|
||||
*
|
||||
*/
|
||||
namespace Piwik\Plugins\MobileAppMeasurable;
|
||||
|
||||
class Type extends \Piwik\Measurable\Type
|
||||
{
|
||||
const ID = 'mobileapp';
|
||||
protected $name = 'MobileAppMeasurable_MobileApp';
|
||||
protected $namePlural = 'MobileAppMeasurable_MobileApps';
|
||||
protected $description = 'MobileAppMeasurable_MobileAppDescription';
|
||||
protected $howToSetupUrl = 'http://developer.piwik.org/guides/tracking-api-clients#mobile-sdks';
|
||||
|
||||
|
||||
}
|
||||
|
||||
|
|
@ -0,0 +1,7 @@
|
|||
<?php
|
||||
|
||||
return array(
|
||||
|
||||
'Piwik\Plugins\MobileAppMeasurable\Type' => DI\object('Piwik\Plugins\MobileAppMeasurable\tests\Framework\Mock\Type'),
|
||||
|
||||
);
|
||||
7
www/analytics/plugins/MobileAppMeasurable/lang/cs.json
Normal file
7
www/analytics/plugins/MobileAppMeasurable/lang/cs.json
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"MobileAppMeasurable": {
|
||||
"MobileApp": "Mobilní aplikace",
|
||||
"MobileApps": "Mobilní aplikace",
|
||||
"MobileAppDescription": "Nativní mobilní aplikace pro IOS, Android, nebo pro jiný mobilní operační systém."
|
||||
}
|
||||
}
|
||||
7
www/analytics/plugins/MobileAppMeasurable/lang/de.json
Normal file
7
www/analytics/plugins/MobileAppMeasurable/lang/de.json
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"MobileAppMeasurable": {
|
||||
"MobileApp": "Mobile App",
|
||||
"MobileApps": "Mobile Apps",
|
||||
"MobileAppDescription": "Eine native mobile App für iOS, Android oder ein anderes mobiles Betriebssystem."
|
||||
}
|
||||
}
|
||||
7
www/analytics/plugins/MobileAppMeasurable/lang/el.json
Normal file
7
www/analytics/plugins/MobileAppMeasurable/lang/el.json
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"MobileAppMeasurable": {
|
||||
"MobileApp": "Εφαρμογή για κινητά",
|
||||
"MobileApps": "Εφαρμογές για κινητά",
|
||||
"MobileAppDescription": "Μια εγγενής εφαρμογή κινητών για iOS, Android ή οποιοδήποτε άλλο λειτουργικό σύστημα για κινητά."
|
||||
}
|
||||
}
|
||||
7
www/analytics/plugins/MobileAppMeasurable/lang/en.json
Normal file
7
www/analytics/plugins/MobileAppMeasurable/lang/en.json
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"MobileAppMeasurable": {
|
||||
"MobileApp": "Mobile App",
|
||||
"MobileApps": "Mobile Apps",
|
||||
"MobileAppDescription": " A native mobile app for iOS, Android or any other mobile operating system."
|
||||
}
|
||||
}
|
||||
7
www/analytics/plugins/MobileAppMeasurable/lang/es.json
Normal file
7
www/analytics/plugins/MobileAppMeasurable/lang/es.json
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"MobileAppMeasurable": {
|
||||
"MobileApp": "Aplicación móvil",
|
||||
"MobileApps": "Aplicaciones móviles",
|
||||
"MobileAppDescription": "Una aplicación nativa móvil para IOS, Android o cualquier sistema operativo móvil."
|
||||
}
|
||||
}
|
||||
7
www/analytics/plugins/MobileAppMeasurable/lang/fr.json
Normal file
7
www/analytics/plugins/MobileAppMeasurable/lang/fr.json
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"MobileAppMeasurable": {
|
||||
"MobileApp": "Application mobile",
|
||||
"MobileApps": "Applications mobiles",
|
||||
"MobileAppDescription": "Une application mobile native pour iOS, Android ou tout autre système d'exploitation mobile."
|
||||
}
|
||||
}
|
||||
7
www/analytics/plugins/MobileAppMeasurable/lang/hi.json
Normal file
7
www/analytics/plugins/MobileAppMeasurable/lang/hi.json
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"MobileAppMeasurable": {
|
||||
"MobileApp": "मोबाइल एप्लिकेशन",
|
||||
"MobileApps": "मोबाइल क्षुधा",
|
||||
"MobileAppDescription": "IOS, Android या किसी भी अन्य मोबाइल ऑपरेटिंग सिस्टम के लिए एक देशी मोबाइल एप्लिकेशन।"
|
||||
}
|
||||
}
|
||||
7
www/analytics/plugins/MobileAppMeasurable/lang/hu.json
Normal file
7
www/analytics/plugins/MobileAppMeasurable/lang/hu.json
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"MobileAppMeasurable": {
|
||||
"MobileApp": "Mobil applikáció",
|
||||
"MobileApps": "Mobil applikációk",
|
||||
"MobileAppDescription": "Egy natív mobil applikáció iOS-hez, Android-hoz vagy egyéb más mobil operációs rendszerekhez."
|
||||
}
|
||||
}
|
||||
7
www/analytics/plugins/MobileAppMeasurable/lang/it.json
Normal file
7
www/analytics/plugins/MobileAppMeasurable/lang/it.json
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"MobileAppMeasurable": {
|
||||
"MobileApp": "App Mobile",
|
||||
"MobileApps": "App Mobili",
|
||||
"MobileAppDescription": "App per dispositivi mobili nativa per iOS, Android o altri sistemi operativi mobili."
|
||||
}
|
||||
}
|
||||
7
www/analytics/plugins/MobileAppMeasurable/lang/ja.json
Normal file
7
www/analytics/plugins/MobileAppMeasurable/lang/ja.json
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"MobileAppMeasurable": {
|
||||
"MobileApp": "モバイルアプリ",
|
||||
"MobileApps": "モバイルアプリ",
|
||||
"MobileAppDescription": "IOS、Android や他のモバイル オペレーティング システムのネイティブ モバイル アプリケーション。"
|
||||
}
|
||||
}
|
||||
5
www/analytics/plugins/MobileAppMeasurable/lang/lt.json
Normal file
5
www/analytics/plugins/MobileAppMeasurable/lang/lt.json
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
"MobileAppMeasurable": {
|
||||
"MobileApp": "Mobilioji programa"
|
||||
}
|
||||
}
|
||||
7
www/analytics/plugins/MobileAppMeasurable/lang/nb.json
Normal file
7
www/analytics/plugins/MobileAppMeasurable/lang/nb.json
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"MobileAppMeasurable": {
|
||||
"MobileApp": "Mobil-app",
|
||||
"MobileApps": "Mobil-apper",
|
||||
"MobileAppDescription": "En spesialbygget mobil-app for iOS, Android eller hvilken som helst annen mobil plattform."
|
||||
}
|
||||
}
|
||||
7
www/analytics/plugins/MobileAppMeasurable/lang/nl.json
Normal file
7
www/analytics/plugins/MobileAppMeasurable/lang/nl.json
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"MobileAppMeasurable": {
|
||||
"MobileApp": "Mobiele app",
|
||||
"MobileApps": "Mobiele apps",
|
||||
"MobileAppDescription": "Een mobiele app voor IOS, android of enkel ander operating systeem"
|
||||
}
|
||||
}
|
||||
|
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"MobileAppMeasurable": {
|
||||
"MobileApp": "Aplicativo Móvel",
|
||||
"MobileApps": "Aplicativos Móveis",
|
||||
"MobileAppDescription": "Um aplicativo móvel nativo para iOS, Android ou qualquer outro sistema operacional móvel."
|
||||
}
|
||||
}
|
||||
5
www/analytics/plugins/MobileAppMeasurable/lang/sk.json
Normal file
5
www/analytics/plugins/MobileAppMeasurable/lang/sk.json
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
"MobileAppMeasurable": {
|
||||
"MobileApp": "Mobilná aplikácia"
|
||||
}
|
||||
}
|
||||
7
www/analytics/plugins/MobileAppMeasurable/lang/sr.json
Normal file
7
www/analytics/plugins/MobileAppMeasurable/lang/sr.json
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"MobileAppMeasurable": {
|
||||
"MobileApp": "Mobilna aplikacija",
|
||||
"MobileApps": "Mobilne aplikacije",
|
||||
"MobileAppDescription": "Nativne mobilne aplikacije za iOS, Android i ostale mobilne operativne sisteme."
|
||||
}
|
||||
}
|
||||
7
www/analytics/plugins/MobileAppMeasurable/lang/sv.json
Normal file
7
www/analytics/plugins/MobileAppMeasurable/lang/sv.json
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"MobileAppMeasurable": {
|
||||
"MobileApp": "Mobilapp",
|
||||
"MobileApps": "Mobilappar",
|
||||
"MobileAppDescription": "En mobilapp för iOS, Android och andra operativsystem."
|
||||
}
|
||||
}
|
||||
4
www/analytics/plugins/MobileAppMeasurable/plugin.json
Normal file
4
www/analytics/plugins/MobileAppMeasurable/plugin.json
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
{
|
||||
"name": "MobileAppMeasurable",
|
||||
"description": "Analytics for Mobile: lets you measure and analyze Mobile Apps with an optimized perspective of your mobile data."
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue