]> git.agnieray.net Git - galette.git/commit - galette/docs/CHANGES
Various texts fixes, from comments on weblate
authorJohan Cwiklinski <johan@x-tnd.be>
Sat, 28 Mar 2020 10:26:13 +0000 (11:26 +0100)
committerJohan Cwiklinski <johan@x-tnd.be>
Sat, 28 Mar 2020 11:05:14 +0000 (12:05 +0100)
commit927d231d06f255e947e03011ff881b4f93e0f9a6
tree476405acd1ca6c207009b22f497cd4dba04c9393
parent718af17694cc3c828804270aab46edf1d32efc8d
Various texts fixes, from comments on weblate

Information is non countable,
Mail should be Email
47 files changed:
bin/release
galette/cron/reminder.php
galette/docs/CHANGES
galette/includes/fields_defs/members_fields.php
galette/includes/fields_defs/texts_fields.php
galette/includes/routes/ajax.routes.php
galette/includes/routes/authentication.routes.php
galette/includes/routes/contributions.routes.php
galette/includes/routes/main.routes.php
galette/includes/routes/management.routes.php
galette/includes/routes/members.routes.php
galette/includes/routes/plugins.routes.php
galette/install/scripts/upgrade-to-0.92-mysql.sql
galette/install/scripts/upgrade-to-0.92-pgsql.sql
galette/install/steps/check.php
galette/lib/Galette/Core/Db.php
galette/lib/Galette/Core/GaletteMail.php
galette/lib/Galette/Core/Install.php
galette/lib/Galette/Core/Login.php
galette/lib/Galette/Core/Mailing.php
galette/lib/Galette/Core/Plugins.php
galette/lib/Galette/Core/Preferences.php
galette/lib/Galette/Core/SysInfos.php
galette/lib/Galette/DynamicFields/DynamicField.php
galette/lib/Galette/Entity/Adherent.php
galette/lib/Galette/Entity/Contribution.php
galette/lib/Galette/Entity/FieldsConfig.php
galette/lib/Galette/Entity/Reminder.php
galette/lib/Galette/Entity/Texts.php
galette/lib/Galette/Repository/Members.php
galette/lib/Galette/Util/Telemetry.php
galette/templates/default/advanced_search.tpl
galette/templates/default/ajouter_contribution.tpl
galette/templates/default/desktop.tpl
galette/templates/default/footer.tpl
galette/templates/default/forms_types.tpl
galette/templates/default/gestion_adherents.tpl
galette/templates/default/gestion_groupes.tpl
galette/templates/default/gestion_textes.tpl
galette/templates/default/group.tpl
galette/templates/default/mailing_adherents.tpl
galette/templates/default/member.tpl
galette/templates/default/plugin_info.tpl
galette/templates/default/preferences.tpl
galette/templates/default/reminder.tpl
galette/templates/default/telemetry.tpl
tests/Galette/Core/tests/units/I18n.php