abtest/Resources/Private/Language/locallang_db.xlf
Daniel Siepmann 9f0e6cd6c5
Integrate Matomo tracking for A/B Testing (#2)
* Adds new fields to pages.
* Adds new event handler and integration to add necessary JS to track
  experiment with variant.
2023-03-06 14:39:21 +01:00

67 lines
3.6 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<xliff version="1.2" xmlns="urn:oasis:names:tc:xliff:document:1.2">
<file source-language="en" datatype="plaintext" original="messages" date="2023-03-02T09:19:28Z" product-name="abtest">
<header/>
<body>
<trans-unit id="pages.div_title" approved="yes">
<source>A/B Testing</source>
</trans-unit>
<trans-unit id="pages.tx_abtest_variant" approved="yes">
<source>Variant</source>
</trans-unit>
<trans-unit id="pages.tx_abtest_variant.description" approved="yes">
<source>The selected page will be used as Variation of this page.</source>
</trans-unit>
<trans-unit id="pages.tx_abtest_cookie_time" approved="yes">
<source>Cookie Lifetime</source>
</trans-unit>
<trans-unit id="pages.tx_abtest_cookie_time.description" approved="yes">
<source>Defines how long the selected variation should be saved on the visitors end. The visitor will see the same variation until end of this period.</source>
</trans-unit>
<trans-unit id="pages.tx_abtest_cookie_time.cookie_1_month" approved="yes">
<source>1 month</source>
</trans-unit>
<trans-unit id="pages.tx_abtest_cookie_time.cookie_1_week" approved="yes">
<source>1 week</source>
</trans-unit>
<trans-unit id="pages.tx_abtest_cookie_time.cookie_1_day" approved="yes">
<source>1 day</source>
</trans-unit>
<trans-unit id="pages.tx_abtest_cookie_time.cookie_12_days" approved="yes">
<source>1/2 day</source>
</trans-unit>
<trans-unit id="pages.tx_abtest_cookie_time.cookie_1_hour" approved="yes">
<source>1 hour</source>
</trans-unit>
<trans-unit id="pages.tx_abtest_cookie_time.cookie_1_minute" approved="yes">
<source>1 minute</source>
</trans-unit>
<trans-unit id="pages.tx_abtest_counter" approved="yes">
<source>Counter</source>
</trans-unit>
<trans-unit id="pages.tx_abtest_counter.description" approved="yes">
<source>Only technical. Defines how often the page was shown to visitors. Used to determine whether to show this or a variant to next visitor.</source>
</trans-unit>
<trans-unit id="pages.palette_tx_abtest_matomo" approved="yes">
<source>Matomo</source>
</trans-unit>
<trans-unit id="pages.tx_abtest_matomo_experiment_id" approved="yes">
<source>Matomo Experiment ID</source>
</trans-unit>
<trans-unit id="pages.tx_abtest_matomo_experiment_id.description" approved="yes">
<source>Either the name of the experiment, or the technical ID to not expose the name in source code.</source>
</trans-unit>
<trans-unit id="pages.tx_abtest_matomo_variant_id" approved="yes">
<source>Matomo Variant ID</source>
</trans-unit>
<trans-unit id="pages.tx_abtest_matomo_variant_id.description" approved="yes">
<source>Either the name of the variant, or the technical ID to not expose the name in source code.</source>
</trans-unit>
<trans-unit id="pages.tx_abtest_matomo_variant_id.original" approved="yes">
<source>Original</source>
</trans-unit>
</body>
</file>
</xliff>