diff --git a/docs/changelog.rst b/docs/changelog.rst index e26a7221d..314566287 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -447,7 +447,7 @@ v1.23.0 - 2018-08-02 .. warning:: Support for **MQTT** has been completely reworked in this release and now **requires** a new ``dsmr_mqtt`` process in Supervisor. - `Additional steps for upgrading can be found here `_. + `Additional steps for upgrading can be found here `_. - [`#509 `_] MQTT refactoring - [`#417 `_] --- MQTT does connect/publish/disconnect for EACH message - every second diff --git a/docs/locale/nl/LC_MESSAGES/changelog.po b/docs/locale/nl/LC_MESSAGES/changelog.po index 5b98a69e2..5dc92cf27 100644 --- a/docs/locale/nl/LC_MESSAGES/changelog.po +++ b/docs/locale/nl/LC_MESSAGES/changelog.po @@ -977,7 +977,7 @@ msgid "" "Support for **MQTT** has been completely reworked in this release and now" " **requires** a new ``dsmr_mqtt`` process in Supervisor. `Additional " "steps for upgrading can be found here `_." msgstr "" diff --git a/dsmr_backend/admin.py b/dsmr_backend/admin.py index 9e6cc1c51..5d93a7bc2 100644 --- a/dsmr_backend/admin.py +++ b/dsmr_backend/admin.py @@ -38,7 +38,7 @@ class BackendSettingsAdmin(SingletonModelAdmin): ], 'description': _( 'Note: You will have to restart the "dsmr_backend" process for any changes to apply. ' - 'See the FAQ.' + 'See the FAQ.' ) } ), diff --git a/dsmr_backend/mixins.py b/dsmr_backend/mixins.py index 0f1b1fee5..0d66a7f96 100644 --- a/dsmr_backend/mixins.py +++ b/dsmr_backend/mixins.py @@ -162,7 +162,7 @@ def _check_logger_level(self): if logger.getEffectiveLevel() > logging.INFO: print( 'The current logging level only logs warnings and errors, to reduce I/O. More information can be ' - 'found here: https://dsmr-reader.readthedocs.io/en/v2/troubleshooting.html#logging' + 'found here: https://dsmr-reader.readthedocs.io/en/v3/troubleshooting.html#logging' ) diff --git a/dsmrreader/locales/nl/LC_MESSAGES/django.mo b/dsmrreader/locales/nl/LC_MESSAGES/django.mo index aaeb6fb2d..c23660584 100644 Binary files a/dsmrreader/locales/nl/LC_MESSAGES/django.mo and b/dsmrreader/locales/nl/LC_MESSAGES/django.mo differ diff --git a/dsmrreader/locales/nl/LC_MESSAGES/django.po b/dsmrreader/locales/nl/LC_MESSAGES/django.po index c46334daa..90b682743 100644 --- a/dsmrreader/locales/nl/LC_MESSAGES/django.po +++ b/dsmrreader/locales/nl/LC_MESSAGES/django.po @@ -40,8 +40,8 @@ msgstr "Updates" msgid "Advanced" msgstr "Geavanceerd" -msgid "Note: You will have to restart the \"dsmr_backend\" process for any changes to apply. See the FAQ." -msgstr "N.B.: Je zult het \"dsmr_backend\" proces moeten herstarten om wijzigingen door te voeren. Zie de FAQ." +msgid "Note: You will have to restart the \"dsmr_backend\" process for any changes to apply. See the FAQ." +msgstr "N.B.: Je zult het \"dsmr_backend\" proces moeten herstarten om wijzigingen door te voeren. Zie de FAQ." msgid "Enter your outgoing email settings here, which DSMR-reader will use to send emails.

Do you have GMail? Enter host aspmx.l.google.com, port 25 and use TLS. Do NOT fill in any username of password, but just enter your GMail address as \"Email to\" above." msgstr "Voer hier je uitgaande e-mailinstellingen in, welke gebruikt worden door DSMR-reader om je e-mails te sturen.

Heb je GMail? Voer dan als host aspmx.l.google.com in, als poort 25 en gebruik TLS. Voer vervolgens NIET je gebruikersnaam of wachtwoord in. Vul je GMail-adres hierboven in als ontvanger."