diff options
author | redmatrix <redmatrix@redmatrix.me> | 2015-08-10 16:17:06 -0700 |
---|---|---|
committer | redmatrix <redmatrix@redmatrix.me> | 2015-08-10 16:17:06 -0700 |
commit | f30d2b489a1e16dea1bb8e2ce840d577426f79e0 (patch) | |
tree | ca66e222a59bc504b5d39f620763986a71e99665 /view/nl/strings.php | |
parent | 81c740178d6667c2221b3b795bc31c644e715ce5 (diff) | |
parent | eae88b081534a407ae39297b6608911112f95666 (diff) | |
download | volse-hubzilla-f30d2b489a1e16dea1bb8e2ce840d577426f79e0.tar.gz volse-hubzilla-f30d2b489a1e16dea1bb8e2ce840d577426f79e0.tar.bz2 volse-hubzilla-f30d2b489a1e16dea1bb8e2ce840d577426f79e0.zip |
Merge https://github.com/redmatrix/redmatrix into pending_merge
Diffstat (limited to 'view/nl/strings.php')
-rw-r--r-- | view/nl/strings.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/view/nl/strings.php b/view/nl/strings.php index 020506ea7..625619f76 100644 --- a/view/nl/strings.php +++ b/view/nl/strings.php @@ -292,7 +292,7 @@ $a->strings["Network New Tab"] = "Nieuwe netwerktab"; $a->strings["Enable tab to display all new Network activity"] = "Laat de tab alle nieuwe netwerkactiviteit tonen"; $a->strings["Affinity Tool"] = "Verwantschapsfilter"; $a->strings["Filter stream activity by depth of relationships"] = "Filter wat je in de Matrix ziet op hoe goed je iemand kent of mag"; -$a->strings["Connection Filtering"] = "Connectie-filters"; +$a->strings["Connection Filtering"] = "berichtenfilters"; $a->strings["Filter incoming posts from connections based on keywords/content"] = "Filter binnenkomende berichten van connecties aan de hand van trefwoorden/inhoud"; $a->strings["Suggest Channels"] = "Kanalen voorstellen"; $a->strings["Show channel suggestions"] = "Voor jou mogelijk interessante kanalen voorstellen"; @@ -1046,6 +1046,7 @@ $a->strings["Create New Event"] = "Nieuwe gebeurtenis aanmaken"; $a->strings["Previous"] = "Vorige"; $a->strings["Next"] = "Volgende"; $a->strings["Export"] = "Exporteren"; +$a->strings["Import"] = "Importeren"; $a->strings["Event removed"] = "Gebeurtenis verwijderd"; $a->strings["Failed to remove event"] = "Verwijderen gebeurtenis mislukt"; $a->strings["Event details"] = "Details van gebeurtenis"; |