Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAllan Nordhøy <epost@anotheragency.no>2022-01-21 05:33:36 +0300
committerGitHub <noreply@github.com>2022-01-21 05:33:36 +0300
commit748de2d6035c8ed97fc730933ad67975ae7fd8ae (patch)
treeb2e61d01e3bd0b0b08bb6fbd83b8ceb95b8d133d /plugins
parent1a6edf9ab34ac65c8f13ad2b75c85bcf13a3bd80 (diff)
Installation language reworked (#18487)
* Installation language reworked * Suggested changes made Co-authored-by: Justin Velluppillai <justinvelluppillai@gmail.com> * Spelling: -either Co-authored-by: Stefan Giehl <stefan@matomo.org> * Suggested changes made * Archiving process * Update plugins/Installation/lang/en.json Co-authored-by: Allan Nordhøy <epost@anotheragency.no> * Update plugins/Installation/lang/en.json Co-authored-by: Allan Nordhøy <epost@anotheragency.no> * Small refinements Co-authored-by: Justin Velluppillai <justinvelluppillai@gmail.com> Co-authored-by: Stefan Giehl <stefan@matomo.org>
Diffstat (limited to 'plugins')
-rw-r--r--plugins/Installation/lang/en.json190
1 files changed, 95 insertions, 95 deletions
diff --git a/plugins/Installation/lang/en.json b/plugins/Installation/lang/en.json
index 0af056ea2c..3f396800ce 100644
--- a/plugins/Installation/lang/en.json
+++ b/plugins/Installation/lang/en.json
@@ -1,14 +1,14 @@
{
"Installation": {
- "CollaborativeProject": "Matomo is a collaborative project, built with love by people from all over the world.",
- "ConfigurationHelp": "Your Matomo configuration file appears to be misconfigured. You can either remove config\/config.ini.php and resume installation, or correct the database connection settings.",
- "ConfirmDeleteExistingTables": "Are you sure you want to delete the tables: %s from your database? WARNING: DATA FROM THESE TABLES CANNOT BE RECOVERED!",
+ "CollaborativeProject": "Matomo is a collaborative project built with love.",
+ "ConfigurationHelp": "Correct your Matomo configuration file by either removing config\/config.ini.php and resuming installation, or by correcting the settings for the database connection.",
+ "ConfirmDeleteExistingTables": "Delete the %s tables from your database? WARNING: DATA FROM THESE TABLES CANNOT BE RECOVERED!",
"Congratulations": "Congratulations",
- "CongratulationsHelp": "<p>Congratulations! Your Matomo installation is complete.<\/p><p>Make sure your JavaScript code is entered on your pages, and wait for your first visitors!<\/p>",
+ "CongratulationsHelp": "<p>Congratulations! Your Matomo installation is complete.<\/p><p>Ensure your tracking code is entered on your pages, and wait for your first visitors.<\/p>",
"DatabaseAbilities": "Database abilities",
"DatabaseCreation": "Database creation",
- "DatabaseErrorConnect": "Error while trying to connect to the database server",
- "DatabaseServerVersion": "Database server version",
+ "DatabaseErrorConnect": "Could not connect to the database server",
+ "DatabaseServerVersion": "Database-server version",
"DatabaseSetup": "Database Setup",
"DatabaseSetupAdapter": "Adapter",
"DatabaseSetupDatabaseName": "Database Name",
@@ -19,37 +19,37 @@
"Extension": "extension",
"Filesystem": "Filesystem",
"GetInvolved": "If you like what you see, you can %1$sget involved%2$s.",
- "GoBackAndDefinePrefix": "Go back and define a Prefix for the Matomo Tables",
+ "GoBackAndDefinePrefix": "Go back and define a prefix for the Matomo tables",
"HappyAnalysing": "Happy analysing!",
"Installation": "Installation",
"InformationalResults": "Informational results",
- "CopyBelowInfoForSupport": "Copy or download the below info in case our support team asks you for this information.",
+ "CopyBelowInfoForSupport": "Copy or download the info below, in case our support team asks you for this info.",
"CopySystemCheck": "Copy system check",
"DownloadSystemCheck": "Download system check",
"InstallationStatus": "Installation status",
- "InsufficientPrivilegesHelp": "You can add these privileges by using a tool such as phpMyAdmin or by executing the right SQL queries. If you don't know how to do these things, please ask your sysadmin to grant these privileges for you.",
- "InsufficientPrivilegesMain": "Either the Database does not exist (and could not be created), or the specified User has insufficient privileges. Database user must have the following privileges: %s",
+ "InsufficientPrivilegesHelp": "These privileges can be added in phpMyAdmin, or by executing the right SQL queries. If you don't know how, please ask your sysadmin to do so.",
+ "InsufficientPrivilegesMain": "Either the database does not exist (and could not be created), or the specified user has insufficient privileges. The database user must have the following privileges: %s",
"InvalidStateError": "Error: Matomo is already installed. %1$s Go back %2$s to Matomo%3$s.",
- "JsTagArchivingHelp1": "For medium and high traffic websites there are certain optimizations that should be made to help Matomo run faster (such as %1$ssetting up auto-archiving%2$s).",
- "JSTracking_EndNote": "Note: After the installation process, you can generate customized tracking code in the %1$sTracking Code%2$s admin section.",
+ "JsTagArchivingHelp1": "For medium and high-traffic websites, certain optimizations help Matomo run faster (such as %1$ssetting up auto-archiving%2$s).",
+ "JSTracking_EndNote": "Note: After installation, you can generate customized tracking code in the %1$sTracking Code%2$s admin section.",
"JSTracking_Intro": "To track your web traffic with Matomo you need to make sure some extra code is added to each of your webpages.",
- "LargePiwikInstances": "Help for users with high traffic websites",
+ "LargePiwikInstances": "Help for users with high-traffic websites",
"Legend": "Legend",
- "LoadDataInfileRecommended": "If your Matomo server tracks high traffic websites (eg. > 100,000 pages per month), we recommend trying to fix this problem.",
- "LoadDataInfileUnavailableHelp": "Using %1$s will greatly speed Matomo's archiving process up. To make it available to Matomo, try updating your PHP & MySQL software and make sure your database user has the %2$s privilege.",
+ "LoadDataInfileRecommended": "You should fix this problem if your Matomo server tracks high-traffic websites (e.g. > 100,000 pages per month).",
+ "LoadDataInfileUnavailableHelp": "Hint: Using %1$s by updating your PHP and MySQL software and ensuring your database user has the %2$s privilege speeds up Matomo's archiving process a lot.",
"NfsFilesystemWarning": "Your server is using an NFS filesystem.",
- "NfsFilesystemWarningSuffixAdmin": "This means Matomo will be extremely slow when using file based sessions.",
- "NfsFilesystemWarningSuffixInstall": "Using file based sessions on NFS is extremely slow, so Matomo will use database sessions. If you have many concurrent dashboard users, you may need to increase the maximum number of client connections to the database server.",
- "NoConfigFileFound": "The Matomo configuration file couldn't be found and you are trying to access a Matomo page.",
+ "NfsFilesystemWarningSuffixAdmin": "This means Matomo will be extremely slow when using file-based sessions.",
+ "NfsFilesystemWarningSuffixInstall": "Using file-based sessions on NFS is extremely slow, so Matomo will use database sessions. If you have many concurrent dashboard users, you may need to increase the maximum number of client connections to the database server.",
+ "NoConfigFileFound": "Could not find the Matomo configuration file, and you are trying to access a Matomo page.",
"YouMayInstallPiwikNow": "You may %1$sinstall Matomo now%2$s",
- "IfPiwikInstalledBeforeTablesCanBeKept": "If you installed Matomo before and have some tables in your DB, don't worry, you can reuse the same tables and keep your existing data!",
+ "IfPiwikInstalledBeforeTablesCanBeKept": "If you installed Matomo before and have some tables in your database, don't worry, you can reuse the same tables and keep your existing data.",
"Optional": "Optional",
"Password": "Password",
- "PasswordDoNotMatch": "password do not match",
+ "PasswordDoNotMatch": "mismatching passwords",
"PasswordRepeat": "Password (repeat)",
- "PercentDone": "%s %% Done",
- "ProfessionalServicesAdTitle": "Advanced Analytics & Services",
- "ProfessionalServicesfessionalServicesAdText": "Our network of experts can help your organization unlock the full power of Matomo analytics.",
+ "PercentDone": "%s %% done",
+ "ProfessionalServicesAdTitle": "Advanced Analytics and Services",
+ "ProfessionalServicesfessionalServicesAdText": "Our network of experts can help your organization use Matomo analytics to its full potential.",
"ProfessionalServicesfessionalDiscoverHow": "Learn about %1$sadditional products and services%2$s for Matomo and how to increase your conversions and revenue.",
"PleaseFixTheFollowingErrors": "Please fix the following errors",
"DefaultSettings": "Default Matomo settings",
@@ -57,107 +57,107 @@
"Requirements": "Matomo Requirements",
"RestartWebServer": "After making this change, restart your web server.",
"ReusingTables": "Reusing the Tables",
- "PiwikOrgNewsletter": "email me with major Matomo community updates",
- "ProfessionalServicesNewsletter": "send me information on %1$sProfessional services and products%2$s for Matomo",
- "SeeBelowForMoreInfo": "See below for more information.",
- "SetupWebsite": "Setup a Website",
- "SetupWebsiteError": "There was an error when adding the website",
+ "PiwikOrgNewsletter": "email me about major Matomo community updates",
+ "ProfessionalServicesNewsletter": "send me info on %1$sProfessional services and products%2$s for Matomo",
+ "SeeBelowForMoreInfo": "More info below.",
+ "SetupWebsite": "Set up a Website",
+ "SetupWebsiteError": "Could not add the website",
"SetupWebSiteName": "Website name",
- "SetupWebsiteSetupSuccess": "Website %s created successfully!",
+ "SetupWebsiteSetupSuccess": "%s website created",
"SetupWebSiteURL": "Website URL",
- "SiteSetup": "Please setup the first website you would like to track and analyse with Matomo:",
- "SiteSetupFootnote": "Note: once the Matomo Install is finished, you will be able to add more Websites to track!",
- "SuperUser": "Super User",
- "SuperUserLogin": "Super user login",
- "SuperUserSetupError": "There was an error when adding the Super User",
- "SuperUserSetupSuccess": "Super User created successfully!",
+ "SiteSetup": "Please set up the first website you would like to track and analyse with Matomo:",
+ "SiteSetupFootnote": "Note: Once Matomo is fully installed, you can add more websites to track.",
+ "SuperUser": "Superuser",
+ "SuperUserLogin": "Superuser login",
+ "SuperUserSetupError": "Could not add the superuser",
+ "SuperUserSetupSuccess": "Superuser created.",
"SystemCheck": "System Check",
- "SystemCheckAutoUpdateHelp": "Note: Matomo's One Click update requires write-permissions to the Matomo folder and its contents.",
+ "SystemCheckAutoUpdateHelp": "Note: Matomo's one-click update requires write-permission to the Matomo folder and its contents.",
"SystemCheckDatabaseExtensions": "MySQL extensions",
- "SystemCheckDatabaseHelp": "Matomo requires either the mysqli extension or both the PDO and pdo_mysql extensions.",
+ "SystemCheckDatabaseHelp": "Matomo requires either the MySQLi extension or both the PDO and pdo_mysql extensions.",
"SystemCheckDatabaseSSL": "Database SSL Connection",
"SystemCheckDatabaseSSLCipher": "SSL cipher being used",
- "SystemCheckDatabaseSSLDisabled": "SSL support in your database server is disabled",
- "SystemCheckDatabaseSSLNo": "Database server is not compiled with SSL support",
- "SystemCheckDatabaseSSLNotWorking": "%s is set to '1' but SSL connection is not working",
- "SystemCheckDatabaseSSLOn": "Your database supports SSL connections but SSL connection is not used. Check your database SSL settings in your Matomo config file",
+ "SystemCheckDatabaseSSLDisabled": "SSL support is turned off on your database server",
+ "SystemCheckDatabaseSSLNo": "The database server is not compiled with SSL support",
+ "SystemCheckDatabaseSSLNotWorking": "%s is set to '1', but the SSL connection is not working",
+ "SystemCheckDatabaseSSLOn": "Your database is not using SSL-connections, but supports it. Check the SSL settings of your database in the Matomo config file",
"SystemCheckDebugBacktraceHelp": "View::factory won't be able to create views for the calling module.",
- "SystemCheckError": "An error occured - must be fixed before you proceed",
- "SystemCheckEvalHelp": "Required by HTML QuickForm and Smarty templating system.",
+ "SystemCheckError": "An error occured and must be fixed before proceeding",
+ "SystemCheckEvalHelp": "Required by HTML QuickForm and the Twig templating system.",
"SystemCheckExtensions": "Other required extensions",
"SystemCheckFileIntegrity": "File integrity",
- "SystemCheckFilterHelp": "You need to configure and rebuild PHP with \"filter\" support enabled (don't use --disable-filter).",
+ "SystemCheckFilterHelp": "You need to configure and rebuild PHP with \"filter\" support (don't use --disable-filter).",
"SystemCheckFunctions": "Required functions",
- "SystemCheckShellExecHelp": "We recommend you enable this PHP built-in function. %1$sRead this to learn more.%2$s",
- "SystemCheckGDFreeType": "GD > 2.x + Freetype (graphics)",
- "SystemCheckGDHelp": "The sparklines (small graphs) and image graphs (in Matomo Mobile app and Email reports) will not work.",
- "SystemCheckGlobHelp": "This built-in function has been disabled on your host. Matomo will attempt to emulate this function but may encounter further security restrictions. Functionality may be impacted.",
- "SystemCheckGzcompressHelp": "You need to enable the zlib extension and gzcompress function.",
- "SystemCheckGzuncompressHelp": "You need to enable the zlib extension and gzuncompress function.",
- "SystemCheckHashHelp": "You need to configure and rebuild PHP with hash() support enabled by excluding the option --disable-hash.",
- "SystemCheckJsonHelp": "The php-json extension is required for Matomo to read and write JSON data.",
- "SystemCheckMailHelp": "Feedback and Lost Password messages will not be sent without mail().",
+ "SystemCheckShellExecHelp": "It is recommended to turn on this PHP built-in function. %1$sRead this to learn more.%2$s",
+ "SystemCheckGDFreeType": "GD > 2.x + FreeType (graphics)",
+ "SystemCheckGDHelp": "The sparklines (small graphs) and image graphs (in the Matomo mobile app and email reports) will not work.",
+ "SystemCheckGlobHelp": "This built-in function has been turned off on your host. Matomo will attempt to emulate the function, but may encounter further security restrictions. Functionality may be impacted.",
+ "SystemCheckGzcompressHelp": "You need to turn on the zlib extension and gzcompress function.",
+ "SystemCheckGzuncompressHelp": "You need to to turn on the zlib extension and gzuncompress function.",
+ "SystemCheckHashHelp": "Configure and rebuild PHP with required hash() support by excluding the option --disable-hash.",
+ "SystemCheckJsonHelp": "The required php-json extension is needed by Matomo to read and write JSON data.",
+ "SystemCheckMailHelp": "Feedback and 'Lost password' messages will not be sent without 'mail()'.",
"SystemCheckMemoryLimit": "Memory limit",
- "SystemCheckMemoryLimitHelp": "On a high traffic website, the archiving process may require more memory than currently allowed. If necessary, change the memory_limit directive in your php.ini file.",
+ "SystemCheckMemoryLimitHelp": "On a high-traffic website, the archiving process may require more memory than currently allowed. If necessary, change the memory_limit directive in your php.ini file.",
"SystemCheckMemoryNoMemoryLimitSet": "There is no memory limit set",
- "SystemCheckNoErrorsOrWarnings": "There are no errors or warnings",
- "SystemCheckViewFullSystemCheck": "View the full system check report",
+ "SystemCheckNoErrorsOrWarnings": "No errors or warnings",
+ "SystemCheckViewFullSystemCheck": "View the full system-check report",
"SystemCheckOpenURL": "Open URL",
- "SystemCheckOpenURLHelp": "Newsletter subscriptions, update notifications, and one-click updates requires the \"curl\" extension, allow_url_fopen=On, or fsockopen() enabled.",
+ "SystemCheckOpenURLHelp": "Newsletter subscriptions, update notifications, and one-click updates requires the \"cURL\" extension, allow_url_fopen=On, or fsockopen() enabled.",
"SystemCheckOtherExtensions": "Other extensions",
"SystemCheckOtherFunctions": "Other functions",
- "SystemCheckPageSpeedDisabled": "PageSpeed disabled",
- "SystemCheckPageSpeedWarning": "We recommend disabling the PageSpeed Module in your web server %s: PageSpeed was reported to cause several issues with Matomo, such as: broken Pages reports, broken Row Evolution, and other issues which are hard to troubleshoot. Please disable mod_pagespeed on this server.",
- "SystemCheckPackHelp": "The pack() function is required to track visitors in Matomo.",
- "SystemCheckParseIniFileHelp": "This built-in function has been disabled on your host. Matomo will attempt to emulate this function but may encounter further security restrictions. Tracker performance will also be impacted.",
- "SystemCheckPdoAndMysqliHelp": "On a GNU\/Linux server you can compile php with the following options: %1$s In your php.ini, add the following lines: %2$s",
+ "SystemCheckPageSpeedDisabled": "PageSpeed is turned off",
+ "SystemCheckPageSpeedWarning": "It is recommended to turn off the PageSpeed module on your %s web server: PageSpeed causes several issues with Matomo, such as: broken pages reports, broken row evolution, etc. Please turn off mod_pagespeed on this server.",
+ "SystemCheckPackHelp": "The 'pack()' function is required to track visitors in Matomo.",
+ "SystemCheckParseIniFileHelp": "This built-in function has been turned off on your host. Matomo will attempt to emulate it, but may encounter further security restrictions. Tracker performance will be impacted.",
+ "SystemCheckPdoAndMysqliHelp": "On a GNU\/Linux server you can compile PHP with the following options: %1$s In your php.ini, add the following lines: %2$s",
"SystemCheckPhp": "PHP version",
- "SystemCheckPhpPdoAndMysqli": "More information on: %1$sPHP PDO%2$s and %3$sMYSQLI%4$s.",
- "SystemCheckSessionHelp": "You need to configure and rebuild PHP with \"session\" support enabled (don't use --disable-session).",
+ "SystemCheckPhpPdoAndMysqli": "More info: %1$sPHP PDO%2$s and %3$sMYSQLI%4$s.",
+ "SystemCheckSessionHelp": "Configure and rebuild PHP with the required \"session\" support (don't use --disable-session).",
"SystemCheckSettings": "Required PHP configuration (php.ini)",
- "SystemCheckSummaryNoProblems": "Huzzah! There are no problems with your Matomo setup. Give yourself a pat on the back.",
- "SystemCheckSummaryThereWereErrors": "Uh-oh! Matomo has detected some %1$scritical issues%2$s with your Matomo setup. %3$sThese issues should be fixed immediately.%4$s",
- "SystemCheckSummaryThereWereWarnings": "There are some issues with your system. Matomo will run, but you might experience some minor problems.",
- "SystemCheckTimeLimitHelp": "On a high traffic website, executing the archiving process may require more time than currently allowed. If necessary, change the max_execution_time directive in your php.ini file.",
+ "SystemCheckSummaryNoProblems": "There are no problems with your Matomo setup. Give yourself a pat on the back.",
+ "SystemCheckSummaryThereWereErrors": "Your Matomo setup has some %1$scritical issues%2$s. %3$sFix them immediately.%4$s",
+ "SystemCheckSummaryThereWereWarnings": "There are some issues with your system. Matomo will run, but you might experience minor problems.",
+ "SystemCheckTimeLimitHelp": "On a high-traffic website, executing the archiving process may take longer than currently allowed. If necessary, change the 'max_execution_time' directive in your php.ini file.",
"SystemCheckTracker": "Tracker status",
- "SystemCheckTrackerHelp": "GET request to matomo.php failed. Try whitelisting this URL from HTTP Authentication and disable mod_security (you may have to ask your webhost). For more information about the error, check your web server error log file.",
- "SystemCheckWarnDomHelp": "You should enable the \"dom\" extension (e.g., install the \"php-dom\" and\/or \"php-xml\" package).",
- "SystemCheckWarning": "Matomo will work normally but some features may be missing",
- "SystemCheckWarnJsonHelp": "You should enable \"json\" extension (e.g., install the \"php-json\" package).",
+ "SystemCheckTrackerHelp": "Could not perform GET request to matomo.php. Try whitelisting this URL from HTTP authentication and disable 'mod_security' (you may have to ask your webhost). There is more info about the error in the respective log file on your server.",
+ "SystemCheckWarnDomHelp": "You should turn on the \"dom\" extension (e.g., install the \"php-dom\" and\/or \"php-xml\" package).",
+ "SystemCheckWarning": "Matomo will work normally, but some features may be missing.",
+ "SystemCheckWarnJsonHelp": "You should turn on the \"JSON\" extension (e.g., install the \"php-json\" package).",
"SystemCheckWarnLibXmlHelp": "You should enable the \"libxml\" extension (e.g., \"install the php-libxml\" package) as it is required by other core PHP extensions.",
- "SystemCheckWarnOpensslHelp": "You should enable the \"openssl\" extension to allow secure updates.",
+ "SystemCheckWarnOpensslHelp": "You should enable the \"OpenSSL\" extension to allow secure updates.",
"SystemCheckWarnSimpleXMLHelp": "You should enable the \"SimpleXML\" extension (e.g., install the \"php-simplexml\" and\/or \"php-xml\" package).",
"SystemCheckWinPdoAndMysqliHelp": "On a Windows server you can add the following lines to your php.ini: %s",
"SystemCheckWriteDirs": "Directories with write access",
"SystemCheckWriteDirsHelp": "To fix this error on your GNU\/Linux system, try typing in the following command(s)",
- "SystemCheckZlibHelp": "You need to configure and rebuild PHP with \"zlib\" support enabled, --with-zlib.",
- "SystemCheckCronArchiveProcess": "Setup Cron",
- "FasterReportLoading": "faster report loading",
+ "SystemCheckZlibHelp": "Configure and rebuild PHP with the required \"zlib\" support, --with-zlib.",
+ "SystemCheckCronArchiveProcess": "Set up Cron",
+ "FasterReportLoading": "faster report-loading",
"SystemCheckCronArchiveProcessCLI": "Managing processes via CLI",
- "SystemCheckPhpSetting": "To prevent some critical issue, you must set the following in your php.ini file: %s",
+ "SystemCheckPhpSetting": "Set up your php.ini file like this to prevent critical errors: %s",
"SystemCheckUpdateHttps": "Update over HTTPS",
- "SystemCheckUpdateHttpsNotSupported": "Matomo cannot use HTTPS to update, it will fall back to the insecure HTTP update. Check that CURL or allow_url_fopen is supported and that the openssl PHP extension is installed: https:\/\/matomo.org\/faq\/troubleshooting\/faq_177\/.",
+ "SystemCheckUpdateHttpsNotSupported": "Matomo cannot use HTTPS to update, it will fall back to the insecure HTTP update. Check that CURL or allow_url_fopen is supported and that the OpenSSL PHP-extension is installed: https:\/\/matomo.org\/faq\/troubleshooting\/faq_177\/.",
"PhpBinaryCheck" : "64-bit PHP Binary",
- "PhpBinaryCheckHelp": "32-bit <p> We recommend upgrading to a 64-bit PHP binary at the latest by January 2026 to prevent bugs in the future.</p>",
+ "PhpBinaryCheckHelp": "32-bit <p>Upgrade to a 64-bit PHP binary by January 2026 to prevent bugs.</p>",
"NotSupported": "not supported",
"Tables": "Creating the Tables",
- "TablesCreatedSuccess": "Tables created with success!",
+ "TablesCreatedSuccess": "Tables created",
"TablesDelete": "Delete the detected tables",
- "TablesDeletedSuccess": "Existing Matomo tables deleted with success",
- "TablesFound": "The following tables have been found in the database",
+ "TablesDeletedSuccess": "Existing Matomo tables deleted",
+ "TablesFound": "Found these tables in the database",
"TablesReuse": "Reuse the existing tables",
- "TablesUpdatedSuccess": "The database was successfully updated from %1$s to %2$s!",
- "TablesWarningHelp": "Either choose to reuse the existing database tables or select a clean install to erase all existing data in the database.",
- "TablesWithSameNamesFound": "Some %1$s tables in your database %2$s have the same names as the tables Matomo is trying to create",
- "Timezone": "Website time zone",
- "WeHopeYouWillEnjoyPiwik": "We hope you will enjoy using Matomo as much as we enjoy making it.",
- "Welcome": "Welcome!",
- "WelcomeHelp": "<p>Matomo is a free\/libre web analytics software that makes it easy to get the information you want from your visitors.<\/p><p>This process is split up into %s easy steps and will take around 5 minutes.<\/p>",
- "WelcomeToCommunity": "Welcome to the Matomo community!",
- "CannotConnectToDb": "Cannot connect to the database",
- "CannotConnectToDbResolvingExplanation": "This may be a temporary issue, try %1$srefreshing the page%2$s. If the problem persists please contact your Matomo administrator.",
- "EmailPrivacyNotice": "Your email address will be only used to send you the newsletter. For this we have to share your email with a third party provider. This provider is currently Mad Mimi, but this may change in the future. We will not share your email with anyone else or use your email for any other purpose than sending you the newsletter. You can unsubscribe at any time. Please consult our %1$sprivacy policy%2$s for more information.",
- "PerformanceSettingsDesc1": "One final note regarding performance: your Matomo is setup and ready to track and report on your website's traffic, but if you find Matomo slow, you will want to take the extra step of setting up %1$sCLI archiving%2$s. This will generate your reports in the background periodically, rather than on demand.",
- "PerformanceSettingsDesc2": "This requires adding a Matomo command to cron which can't be done automatically by the installer, but you can %1$sread our FAQ to learn how you can set it up yourself.%2$s"
+ "TablesUpdatedSuccess": "Database updated from %1$s to %2$s!",
+ "TablesWarningHelp": "Either choose to reuse the existing database tables, or select a clean install to erase all existing database data.",
+ "TablesWithSameNamesFound": "Some %1$s tables in your '%2$s' database have the same names as the tables Matomo is trying to create",
+ "Timezone": "Website timezone",
+ "WeHopeYouWillEnjoyPiwik": "Enjoy using Matomo as much as we enjoy making it.",
+ "Welcome": "Welcome",
+ "WelcomeHelp": "<p>Matomo is libre software used to analyze traffic from your visitors.<\/p><p>This process has %s steps and takes around 5 minutes.<\/p>",
+ "WelcomeToCommunity": "Welcome to the Matomo community.",
+ "CannotConnectToDb": "Could not connect to the database",
+ "CannotConnectToDbResolvingExplanation": "This may be a temporary issue, try %1$srefreshing the page%2$s. Please contact your Matomo administrator if the problem persists.",
+ "EmailPrivacyNotice": "Your email address will only be used to send you the newsletter. It is shared with Mad Mimi to do so, but the third-party provider may change. We will not share your email with anyone else or use your it for any other purpose. Unsubscribe at any time. The %1$sprivacy policy%2$s has more info.",
+ "PerformanceSettingsDesc1": "Your Matomo is set up and ready to track and report on your website's traffic. Set up %1$sCLI archiving%2$s if you find it to be slow. This generates reports in the background, rather than on demand.",
+ "PerformanceSettingsDesc2": "This requires adding a Matomo command to Cron which can't be done automatically by the installer. %1$sRead our FAQ to learn to set it up yourself.%2$s"
}
}