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/nl | |
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/nl')
-rw-r--r-- | view/nl/hstrings.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/view/nl/hstrings.php b/view/nl/hstrings.php index 3581950aa..63618df46 100644 --- a/view/nl/hstrings.php +++ b/view/nl/hstrings.php @@ -2248,7 +2248,6 @@ App::$strings["Diaspora Protocol Settings"] = "Diaspora-protocol (incl. Friendic App::$strings["No username found in import file."] = "Geen gebruikersnaam in het importbestand gevonden."; App::$strings["Unable to create a unique channel address. Import failed."] = "Niet in staat om een uniek kanaaladres aan te maken. Importeren is mislukt."; App::$strings["Your account on %s will expire in a few days."] = "Jouw account op %s verloopt over een paar dagen. "; -App::$strings["Your $Productname test account is about to expire."] = "Jouw $Productname-testaccount staat op het punt om te verlopen."; App::$strings["Enable Rainbowtag"] = "Rainbowtag inschakelen"; App::$strings["Rainbowtag Settings"] = "Rainbowtag"; App::$strings["Rainbowtag Settings saved."] = "Rainbowtag-instellingen opgeslagen."; |