-
-
Notifications
You must be signed in to change notification settings - Fork 3.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[4.1] Simplify statistic plugin #35983
Merged
Merged
Changes from 4 commits
Commits
Show all changes
8 commits
Select commit
Hold shift + click to select a range
c157eb2
Restructure statistic plugin
bembelimen 669cf52
Improve language
bembelimen 419ef3b
Remove unused JS
bembelimen 40ee732
Merge branch '4.1-dev' into 4.1/statistic-plugin
bembelimen ddfe975
Merge branch '4.1-dev' into 4.1/statistic-plugin
bembelimen 236b5eb
Merge branch '4.1-dev' into 4.1/statistic-plugin
bembelimen 9b00679
Merge branch '4.1-dev' into 4.1/statistic-plugin
bembelimen 6abd216
Merge branch '4.1-dev' into 4.1/statistic-plugin
bembelimen File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,24 +4,24 @@ | |
; Note : All ini files need to be saved as UTF-8 | ||
|
||
PLG_SYSTEM_STATS="System - Joomla! Statistics" | ||
PLG_SYSTEM_STATS_BTN_NEVER_SEND="Never" | ||
PLG_SYSTEM_STATS_BTN_SEND_ALWAYS="Always" | ||
PLG_SYSTEM_STATS_BTN_NEVER_SEND="No" | ||
PLG_SYSTEM_STATS_BTN_SEND_ALWAYS="Yes, I'll help Joomla!" | ||
PLG_SYSTEM_STATS_BTN_SEND_NOW="Once" | ||
bembelimen marked this conversation as resolved.
Show resolved
Hide resolved
|
||
PLG_SYSTEM_STATS_INTERVAL_LABEL="Interval (hours)" | ||
PLG_SYSTEM_STATS_LABEL_CMS_VERSION="CMS Version" | ||
PLG_SYSTEM_STATS_LABEL_DB_TYPE="DB Type" | ||
PLG_SYSTEM_STATS_LABEL_DB_VERSION="DB Version" | ||
PLG_SYSTEM_STATS_LABEL_MESSAGE_TITLE="Joomla! would like your permission to collect some basic statistics." | ||
PLG_SYSTEM_STATS_LABEL_MESSAGE_TITLE="Help us make Joomla! better!" | ||
PLG_SYSTEM_STATS_LABEL_PHP_VERSION="PHP Version" | ||
PLG_SYSTEM_STATS_LABEL_SERVER_OS="Server OS" | ||
PLG_SYSTEM_STATS_LABEL_UNIQUE_ID="Unique ID" | ||
PLG_SYSTEM_STATS_MODE_LABEL="Mode" | ||
PLG_SYSTEM_STATS_MODE_OPTION_ALWAYS_SEND="Always send" | ||
PLG_SYSTEM_STATS_MODE_OPTION_NEVER_SEND="Never send" | ||
PLG_SYSTEM_STATS_MODE_OPTION_ON_DEMAND="On demand" | ||
PLG_SYSTEM_STATS_MODE_OPTION_ON_DEMAND="Ask again" | ||
PLG_SYSTEM_STATS_MSG_ALLOW_SENDING_DATA="Enable Joomla Statistics?" | ||
PLG_SYSTEM_STATS_MSG_JOOMLA_WANTS_TO_SEND_DATA="To better understand our install base and end user environments it is helpful if you send some site information back to a Joomla! controlled central server. No identifying data is captured at any point. You can change these settings later from Plugins → System - Joomla! Statistics." | ||
PLG_SYSTEM_STATS_MSG_WHAT_DATA_WILL_BE_SENT="Select here to see the information that will be sent." | ||
PLG_SYSTEM_STATS_MSG_JOOMLA_WANTS_TO_SEND_DATA="We want to increase the compatibility of our Joomla! software with our user's server settings. Therefore we need anonymous data from your site to better understand the install base and end user environments. All data is anonymised and only sent to a Joomla! controlled central server. You can change these settings later from Plugins → System - Joomla! Statistics." | ||
PLG_SYSTEM_STATS_MSG_WHAT_DATA_WILL_BE_SENT="No identifying data is captured at any point. Select here to review." | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. You know that atleast in germany the IP is interpreted as identifying data so just tell them that technically we collect the IP but do not use that. |
||
PLG_SYSTEM_STATS_RESET_UNIQUE_ID="Reset Unique ID" | ||
PLG_SYSTEM_STATS_SETTING="Setting" | ||
PLG_SYSTEM_STATS_STATISTICS="Statistics" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.