diff options
author | redmatrix <redmatrix@redmatrix.me> | 2015-11-03 14:59:43 -0800 |
---|---|---|
committer | redmatrix <redmatrix@redmatrix.me> | 2015-11-03 14:59:43 -0800 |
commit | c1cfcc78fef8674430a3c20cc083b318e18a3842 (patch) | |
tree | 5a1e1c6888f672d4b2544c542eec57ff50b828a1 /view/nl/hstrings.php | |
parent | 2c299a9f379b9e8af33cae4270ec1c0c5cf2bc99 (diff) | |
parent | 9fa771f9fe28a88d61ed4b269036482fcb6f5f49 (diff) | |
download | volse-hubzilla-c1cfcc78fef8674430a3c20cc083b318e18a3842.tar.gz volse-hubzilla-c1cfcc78fef8674430a3c20cc083b318e18a3842.tar.bz2 volse-hubzilla-c1cfcc78fef8674430a3c20cc083b318e18a3842.zip |
Merge https://github.com/redmatrix/hubzilla into pending_merge
Diffstat (limited to 'view/nl/hstrings.php')
-rw-r--r-- | view/nl/hstrings.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/view/nl/hstrings.php b/view/nl/hstrings.php index f48043c76..366167657 100644 --- a/view/nl/hstrings.php +++ b/view/nl/hstrings.php @@ -121,8 +121,8 @@ $a->strings["Channel Sources"] = "Kanaalbronnen"; $a->strings["Automatically import channel content from other channels or feeds"] = "Automatisch inhoud uit andere kanalen of feeds importeren."; $a->strings["Even More Encryption"] = "Extra encryptie"; $a->strings["Allow optional encryption of content end-to-end with a shared secret key"] = "Sta toe dat inhoud extra end-to-end wordt versleuteld met een gedeelde geheime sleutel."; -$a->strings["Enable Voting Tools"] = "Stemmen inschakelen"; -$a->strings["Provide a class of post which others can vote on"] = "Creƫert een berichtenoptie zodat anderen op jouw vraag kunnen stemmen."; +$a->strings["Enable Voting Tools"] = "Peilingen inschakelen"; +$a->strings["Provide a class of post which others can vote on"] = "Maakt het mogelijk om een bericht op te stellen, waar mensen op kunnen stemmen."; $a->strings["Delayed Posting"] = "Berichten uitstellen"; $a->strings["Allow posts to be published at a later date"] = "Maakt het mogelijk dat berichten op een toekomstig moment gepubliceerd kunnen worden."; $a->strings["Network and Stream Filtering"] = "Netwerk- en streamfilter"; @@ -807,7 +807,7 @@ $a->strings["Insert audio link"] = "Audiolink invoegen"; $a->strings["audio link"] = "audiolink"; $a->strings["Set your location"] = "Locatie instellen"; $a->strings["set location"] = "locatie instellen"; -$a->strings["Toggle voting"] = "Stemmen in- of uitschakelen"; +$a->strings["Toggle voting"] = "Peiling in- of uitschakelen"; $a->strings["Clear browser location"] = "Locatie van webbrowser wissen"; $a->strings["clear location"] = "locatie wissen"; $a->strings["Title (optional)"] = "Titel (optioneel)"; |