Skip to content

Commit

Permalink
Merge pull request #3548 from bozana/8250
Browse files Browse the repository at this point in the history
pkp/pkp-lib#8250 Improve help text in statistics settings forms
  • Loading branch information
bozana authored Sep 21, 2022
2 parents 24dacc3 + 2353b08 commit c52e7b8
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
2 changes: 1 addition & 1 deletion lib/pkp
Submodule pkp updated 46 files
+9 −2 classes/components/forms/context/PKPContextStatisticsForm.php
+75 −40 classes/components/forms/site/PKPSiteStatisticsForm.php
+22 −0 classes/mail/Mailable.php
+95 −0 classes/mail/Mailer.php
+6 −30 classes/mail/transport/PHPMailerTransport.php
+5 −0 classes/migration/upgrade/v3_4_0/PreflightCheckMigration.php
+0 −83 classes/observers/listeners/EnvelopeSenderDefault.php
+1 −1 classes/services/PKPSiteService.php
+4 −1 classes/statistics/PKPStatisticsHelper.php
+510 −0 locale/ar/admin.po
+8 −0 locale/ar/manager.po
+62 −0 locale/bg_BG/admin.po
+23 −62 locale/bg_BG/manager.po
+4 −1 locale/bg_BG/submission.po
+12 −2 locale/bg_BG/user.po
+57 −0 locale/cs_CZ/admin.po
+3 −4 locale/cs_CZ/api.po
+4 −1 locale/cs_CZ/common.po
+12 −1 locale/cs_CZ/editor.po
+30 −59 locale/cs_CZ/manager.po
+9 −1 locale/cs_CZ/submission.po
+58 −0 locale/da_DK/admin.po
+21 −59 locale/da_DK/manager.po
+7 −4 locale/da_DK/submission.po
+72 −0 locale/en_US/admin.po
+12 −70 locale/en_US/manager.po
+10 −4 locale/fr_CA/submission.po
+59 −0 locale/hy_AM/admin.po
+23 −61 locale/hy_AM/manager.po
+4 −1 locale/hy_AM/submission.po
+19 −19 locale/is/reviewer.po
+52 −5 locale/is_IS/editor.po
+60 −0 locale/pt_BR/admin.po
+15 −11 locale/pt_BR/common.po
+21 −72 locale/pt_BR/manager.po
+5 −4 locale/pt_BR/reviewer.po
+3 −2 locale/pt_BR/submission.po
+19 −5 locale/pt_BR/user.po
+71 −0 locale/sl_SI/admin.po
+8 −59 locale/sl_SI/manager.po
+46 −0 locale/sv_SE/admin.po
+8 −58 locale/sv_SE/manager.po
+17 −2 locale/tr_TR/admin.po
+57 −2 locale/tr_TR/manager.po
+2 −2 pages/help/HelpHandler.php
+1 −1 pages/management/ManagementHandler.php
12 changes: 12 additions & 0 deletions locale/en_US/admin.po
Original file line number Diff line number Diff line change
Expand Up @@ -163,3 +163,15 @@ msgstr "The bulk email feature has been disabled for this journal. Enable this f

msgid "admin.siteManagement.description"
msgstr "Add, edit or remove journals from this site and manage site-wide settings."

msgid "admin.settings.statistics.geo.description"
msgstr ""
"Select the type of geographical usage statistics that can be collected by journals on this site. More detailed geographical statistics may increase your database size considerably and, in some rare cases, may undermine the anonymity of your visitors. Each journal may configure this setting differently, but a journal can never collect more detailed records than what is configured here. For example, if the site only supports country and region, the journal may select country and region or only country. The journal will not be able to track country, region and city."

msgid "admin.settings.statistics.institutions.description"
msgstr ""
"Enable institutional statistics if you would like journals on this site to be able to collect usage statistics by institution. Journals will need to add the institution and its IP ranges in order to use this feature. Enabling institutional statistics may increase your database size considerably."

msgid "admin.settings.statistics.sushi.public.description"
msgstr ""
"Whether or not to make the SUSHI API endpoints publicly accessible for all journals on this site. If you enable the public API, each journal may override this setting to make their statistics private. However, if you disable the public API, journals can not make their own API public."

0 comments on commit c52e7b8

Please sign in to comment.