[piwik] Short Endpoint option

This commit is contained in:
Entropy Engineer 2023-04-30 13:27:23 +05:00 committed by EntropyEngineer
parent 94eb2ec197
commit 199205a07c
7 changed files with 37 additions and 17 deletions

View file

@ -20,13 +20,13 @@ msgstr ""
"Language: en_GB\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: piwik.php:94
#: piwik.php:95
msgid ""
"This website is tracked using the <a href='http://www.matomo.org'>Matomo</a>"
" analytics tool."
msgstr "This website is tracking, using the <a href='http://www.matomo.org'>Matomo</a> analytics tool."
#: piwik.php:97
#: piwik.php:98
#, php-format
msgid ""
"If you do not want that your visits are logged in this way you <a "
@ -34,32 +34,36 @@ msgid ""
"visits of the site</a> (opt-out)."
msgstr "If you do not want that your visits logged in this way you <a href='%s'>can set a cookie to prevent Matomo / Piwik from tracking further visits of the site</a> (opt-out)."
#: piwik.php:104
#: piwik.php:107
msgid "Save Settings"
msgstr "Save settings"
#: piwik.php:105
#: piwik.php:108
msgid "Matomo (Piwik) Base URL"
msgstr "Matomo (Piwik) Base URL"
#: piwik.php:105
#: piwik.php:108
msgid ""
"Absolute path to your Matomo (Piwik) installation. (without protocol "
"(http/s), with trailing slash)"
msgstr "Absolute path to your Matomo (Piwik) installation. (without protocol (http/s), with trailing slash)"
#: piwik.php:106
#: piwik.php:109
msgid "Site ID"
msgstr "Site ID"
#: piwik.php:107
#: piwik.php:110
msgid "Show opt-out cookie link?"
msgstr "Show opt-out cookie link?"
#: piwik.php:108
#: piwik.php:111
msgid "Asynchronous tracking"
msgstr "Asynchronous tracking"
#: piwik.php:112
msgid "Shortcut path to the script ('/js/' instead of '/piwik.js')"
msgstr "Shortcut path to the script ('/js/' instead of '/piwik.js')"
#: piwik.php:120
msgid "Settings updated."
msgstr "Settings updated."
msgstr "Settings updated."

View file

@ -14,3 +14,4 @@ $a->strings['Site ID'] = 'Site ID';
$a->strings['Show opt-out cookie link?'] = 'Show opt-out cookie link?';
$a->strings['Asynchronous tracking'] = 'Asynchronous tracking';
$a->strings['Settings updated.'] = 'Settings updated.';
$a->strings["Shortcut path to the script ('/js/' instead of '/piwik.js')"] = "Shortcut path to the script ('/js/' instead of '/piwik.js')";

View file

@ -9,3 +9,4 @@ $a->strings["Site ID"] = "ID сайта";
$a->strings["Show opt-out cookie link?"] = "Показать ссылку opt-out cookie?";
$a->strings["Asynchronous tracking"] = "Асинхронное отслеживание";
$a->strings["Settings updated."] = "Настройки обновлены.";
$a->strings["Shortcut path to the script ('/js/' instead of '/piwik.js')"] = "Сокращенный путь к скрипту ('/js/' вместо '/piwik.js')";