diff options
author | Mario <mario@mariovavti.com> | 2022-09-14 12:31:19 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2022-09-14 12:31:19 +0000 |
commit | 1d56b9a1bb155d7a0b4377f9bb1e195230e545e4 (patch) | |
tree | f7b6413727a97cfa0512dc9701d493d6751dc741 /view/de-de/hstrings.php | |
parent | 96535ee4df967f04d4cc6c3b7f9ab335a50f543d (diff) | |
download | volse-hubzilla-1d56b9a1bb155d7a0b4377f9bb1e195230e545e4.tar.gz volse-hubzilla-1d56b9a1bb155d7a0b4377f9bb1e195230e545e4.tar.bz2 volse-hubzilla-1d56b9a1bb155d7a0b4377f9bb1e195230e545e4.zip |
php8: warning fixes
Diffstat (limited to 'view/de-de/hstrings.php')
-rw-r--r-- | view/de-de/hstrings.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/view/de-de/hstrings.php b/view/de-de/hstrings.php index 7321fac1c..7d800f75c 100644 --- a/view/de-de/hstrings.php +++ b/view/de-de/hstrings.php @@ -2858,7 +2858,6 @@ App::$strings["Send multi-media HTML articles"] = "Multimedia HTML Artikel verse App::$strings["Not supported by some microblog services such as Mastodon"] = "Wird von einigen Microblogging-Plattformen wie Mastodon nicht unterstützt"; App::$strings["Activitypub Protocol"] = "ActivityPub-Protokoll"; App::$strings["Your account on %s will expire in a few days."] = "Dein Konto auf %s wird in ein paar Tagen ablaufen."; -App::$strings["Your $Productname test account is about to expire."] = ""; App::$strings["Libertree Crosspost Connector Settings saved."] = ""; App::$strings["Libertree Crosspost Connector App"] = ""; App::$strings["Relay public posts to Libertree"] = ""; |