rename module to "Google Services" (#3117)

This commit is contained in:
Daniel Seifert 2014-10-17 09:09:56 +00:00
parent 39ceb6700b
commit 5fb9ab1402
7 changed files with 636 additions and 107 deletions

View File

@ -29,16 +29,18 @@ $sMetadataVersion = '1.1';
$aModule = array(
'id' => 'd3_googleanalytics',
'title' => (class_exists('d3utils')?d3utils::getInstance()->getD3Logo():'D³').
' Google Analytics Schnittstelle',
' Google Services Schnittstelle',
'description' => array(
'de' => 'Dieses Modul stellt Ihnen die schnelle und unkomplizierte Einbindung Ihres Google-Analytics-'.
'Kontos in Ihren Shop zur Verfügung. Hierbei werden über standardisierte Schnittstellen die '.
'Besucherdaten und eCommerce-Daten zu Google übertragen. Ebenfalls übermittelt werden Daten '.
'der Website-Suche.',
'en' => 'Provides a quick and easy integration with your Google Analytics account to your shop.',
'der Website-Suche. Weiterhin können über das Modul Shopdaten an Google Adwords und Google Trusted '.
'Shops übertragen werden.',
'en' => 'Provides a quick and easy integration with your Google Analytics, Google Adwords and Google '.
'Trusted Shops account to your shop.',
),
'thumbnail' => 'picture.png',
'version' => '3.2.1.0',
'version' => '3.3.0.0',
'author' => 'D³ Data Development (Inh. Thomas Dartsch)',
'email' => 'support@shopmodule.com',
'url' => 'http://www.oxidmodule.com/',

View File

@ -19,9 +19,9 @@ class d3_googleanalytics_update extends d3install_updatebase
{
public $sModKey = 'd3_googleanalytics';
public $sModName = 'Google Analytics Schnittstelle';
public $sModName = 'Google Services Schnittstelle';
public $sModVersion = '3.2.1.0';
public $sModVersion = '3.3.0.0';
public $sModRevision = '171';

View File

@ -27,7 +27,7 @@ $aLang = array(
//Navigation
'charset' => 'ISO-8859-15',
'd3mxgoogleanalytics' => 'Google Analytics',
'd3mxgoogleanalytics' => 'Google Services',
'd3mxgoogleanalytics_settings' => 'Einstellungen',
'd3tbclgoogleanalytics_main' => 'Analytics',
'd3tbclgoogleanalytics_adwords' => 'AdWords',
@ -332,7 +332,7 @@ $aLang = array(
'D3_GOOGLEANALYTICS_TS_SHOPPINGARTID_DESC' => 'Über welches Feld kann Google Shopping die '.
'dort hinterlegten Artikel identfizieren?',
'D3_GOOGLEANALYTICS_METADATA_TITLE' => 'Google Analytics Schnittstelle',
'D3_GOOGLEANALYTICS_METADATA_TITLE' => 'Google Services Schnittstelle',
'D3_GOOGLEANALYTICS_METADATA_DESC' => 'Dieses Modul stellt Ihnen die schnelle und '.
'unkomplizierte Einbindung Ihres Google-Analytics-Kontos in Ihren Shop zur Verfügung. Hierbei werden '.
'über standardisierte Schnittstellen die Besucherdaten und eCommerce-Daten zu Google übertragen. '.

View File

@ -27,13 +27,13 @@ $aLang = array(
//Navigation
'charset' => 'ISO-8859-15',
'd3mxgoogleanalytics' => 'Google Analytics',
'd3mxgoogleanalytics' => 'Google Services',
'd3mxgoogleanalytics_settings' => 'Settings',
'd3tbclgoogleanalytics_main' => 'Analytics',
'd3tbclgoogleanalytics_adwords' => 'AdWords',
'd3tbclgoogleanalytics_trustedstore' => 'Trusted Store',
'D3_GOOGLEANALYTICS_CFG_TITLE' => 'Google Analytics Connector - Settings',
'D3_GOOGLEANALYTICS_CFG_TITLE' => 'Google Services Connector - Settings',
'D3_GOOGLEANALYTICS_MAIN' => 'Main Settings',
'D3_GOOGLEANALYTICS_MAIN_DEBUG' => 'Aktivieren Sie mit dem Schalter den Debugmodus.'.
@ -331,7 +331,7 @@ $aLang = array(
'D3_GOOGLEANALYTICS_TS_SHOPPINGARTID_DESC' => 'Über welches Feld kann Google Shopping die '.
'dort hinterlegten Artikel identfizieren?',
'D3_GOOGLEANALYTICS_METADATA_TITLE' => 'Google Analytics Schnittstelle',
'D3_GOOGLEANALYTICS_METADATA_TITLE' => 'Google Services Schnittstelle',
'D3_GOOGLEANALYTICS_METADATA_DESC' => 'Dieses Modul stellt Ihnen die schnelle und '.
'unkomplizierte Einbindung Ihres Google-Analytics-Kontos in Ihren Shop zur Verfügung. Hierbei werden '.
'über standardisierte Schnittstellen die Besucherdaten und eCommerce-Daten zu Google übertragen. '.

File diff suppressed because one or more lines are too long