$MESS["ABTEST_ADD_TITLE"] = "New A/B test";
$MESS["ABTEST_EDIT_TITLE1"] = "Edit A/B test ##ID#";
$MESS["ABTEST_EDIT_TITLE2"] = "Edit A/B test: #NAME#";
$MESS["ABTEST_GOTO_LIST"] = "All tests";
$MESS["ABTEST_GOTO_ADD"] = "New test";
$MESS["ABTEST_DELETE"] = "Delete";
$MESS["ABTEST_DELETE_CONFIRM"] = "Are you sure you want to delete the test?";
$MESS["ABTEST_PORTION_ERROR"] = "Incorrect bandwidth load value";
$MESS["ABTEST_TEST_DATA_ERROR"] = "Test list error";
$MESS["ABTEST_PORTION_HINT"] = "Bandwidth load cannot be less than 1% or more than 100%.";
$MESS["ABTEST_EMPTY_TEST_DATA"] = "No tests selected";
$MESS["ABTEST_UNKNOWN_TEST_TYPE"] = "Unknown test type ##ID#: #VALUE#.";
$MESS["ABTEST_EMPTY_TEST_VALUES"] = "No values specified for test ##ID#.";
$MESS["ABTEST_EMPTY_TEST_VALUE"] = "No value specified for test ##ID#.";
$MESS["ABTEST_UNKNOWN_TEST_TEMPLATE"] = "Unknown template for test ##ID#: #VALUE#";
$MESS["ABTEST_UNKNOWN_TEST_PAGE"] = "Page specifies for test ##ID# does not exist: #VALUE#";
$MESS["ABTEST_SAVE_ERROR"] = "Error saving the test";
$MESS["ABTEST_TAB_NAME"] = "A/B test";
$MESS["ABTEST_TAB_TITLE"] = "Test parameters";
$MESS["ABTEST_NAME_FIELD"] = "Name";
$MESS["ABTEST_DESCR_FIELD"] = "Description";
$MESS["ABTEST_DURATION_FIELD"] = "Duration";
$MESS["ABTEST_PORTION_FIELD"] = "Bandwidth load";
$MESS["ABTEST_DURATION_OPTION_1"] = "1 day";
$MESS["ABTEST_DURATION_OPTION_3"] = "3 days";
$MESS["ABTEST_DURATION_OPTION_5"] = "5 days";
$MESS["ABTEST_DURATION_OPTION_7"] = "Week";
$MESS["ABTEST_DURATION_OPTION_14"] = "2 weeks";
$MESS["ABTEST_DURATION_OPTION_30"] = "Month";
$MESS["ABTEST_DURATION_OPTION_0"] = "Until stopped";
$MESS["ABTEST_DURATION_OPTION_C"] = "Days: #NUM#";
$MESS["ABTEST_TEST_DATA"] = "Tests";
$MESS["ABTEST_TEST_TEMPLATE_TITLE"] = "Site template";
$MESS["ABTEST_TEST_TEMPLATE_TITLE_A"] = "Current template";
$MESS["ABTEST_TEST_TEMPLATE_TITLE_B"] = "Test template";
$MESS["ABTEST_TEST_PAGE_TITLE"] = "Page";
$MESS["ABTEST_TEST_PAGE_TITLE_A"] = "Current page";
$MESS["ABTEST_TEST_PAGE_TITLE_B"] = "Path to new page";
$MESS["ABTEST_TEST_ADD"] = "Add test";
$MESS["ABTEST_TEST_TITLE"] = "Test: #TYPE#";
$MESS["ABTEST_TEST_SELECT_PAGE"] = "Select file";
$MESS["ABTEST_TEST_COPY_PAGE"] = "Copy page";
$MESS["ABTEST_TEST_EDIT_PAGE"] = "Edit page";
$MESS["ABTEST_AJAX_ERROR"] = "Error sending request.";
$MESS["ABTEST_TEST_CHECK"] = "View";
$MESS["ABTEST_TEST_EDIT_WARNING"] = "Attention! Changing preferences of a running A/B test may produce incorrect results.";
$MESS["ABTEST_EMPTY_SITE"] = "No site specified.";
$MESS["ABTEST_UNKNOWN_SITE"] = "Unknown site: #VALUE#";
$MESS["ABTEST_SITE_FIELD"] = "Site";
$MESS["ABTEST_UNKNOWN_PAGE"] = "The page does not exist.";
$MESS["ABTEST_DURATION_OPTION_A"] = "Auto (approx. days: #NUM#)";
$MESS["ABTEST_DURATION_OPTION_NA"] = "n/a";
$MESS["ABTEST_DURATION_AUTO_HINT"] = "Auto test duration is forecasted based on current website traffic and sample size required to achieve the statistical power of 80%. The test will be finished automatically after a required sample size is reached in both groups.";
$MESS["ABTEST_MATH_POWER_HINT"] = "Statistical power is the likelihood that the test will detect a difference between the two options if there is a discernible difference to be detected. Statistical power increases proportionally to sample size. Test result cannot be trusted if statistical power is lower than 80%.";
?>